:root{--navy-deep: #080f1c;--navy: #123455;--navy-mid: #1a4a7a;--gold: #C1A16C;--gold-light: #d9c098;--cream: #FAF8F4;--cream-dark: #f0ebe1;--text-dark: #0d1829;--text-muted: #6b6b7a;--border: rgba(193,161,108,.18);--border-light: rgba(8,15,28,.1);--shadow-sm: 0 2px 12px rgba(8,15,28,.08);--shadow-md: 0 8px 40px rgba(8,15,28,.14);--shadow-lg: 0 24px 80px rgba(8,15,28,.22);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--transition: .35s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--cream)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-eyebrow{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);text-align:center}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(36px,5vw,64px);font-weight:600;color:var(--navy-deep);line-height:1.1;text-align:center}.section-desc{font-family:Inter,sans-serif;font-size:16px;color:var(--text-muted);line-height:1.7;text-align:center;max-width:580px;margin:0 auto}.section-header{margin-bottom:56px}.section-header .section-title{margin:10px 0 16px}.gold-text{color:var(--gold)}.gradient-text{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.04em;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--gold);color:#fff;box-shadow:0 4px 20px #c1a16c59}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 32px #c1a16c73}.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:#fff}.btn-ghost{background:transparent;color:var(--cream);border:1.5px solid rgba(250,248,244,.4)}.btn-ghost:hover{border-color:var(--cream);background:#faf8f41a}.logo{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;color:var(--navy-deep);letter-spacing:.08em;display:flex;flex-direction:column;gap:0;line-height:1}.logo-tagline{font-family:Inter,sans-serif;font-size:8px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:2px}.announcement-bar{background:var(--navy-deep);color:#faf8f4d9;font-family:Inter,sans-serif;font-size:12px;font-weight:400;letter-spacing:.04em;text-align:center;padding:10px 20px}.announcement-bar strong{color:var(--gold)}.header{position:sticky;top:0;z-index:1000;background:#faf8f4eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);transition:var(--transition)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.nav{display:flex;align-items:center;gap:32px}.nav a{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--text-dark);transition:color var(--transition)}.nav a:hover{color:var(--gold)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:6px;cursor:pointer}.nav-chevron{font-size:10px;transition:transform var(--transition)}.nav-dropdown:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:8px;min-width:200px;opacity:0;visibility:hidden;transition:var(--transition)}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible}.nav-dropdown-menu a{display:block;padding:10px 16px;border-radius:var(--radius-sm);font-size:13px}.nav-dropdown-menu a:hover{background:var(--cream-dark)}.header-actions{display:flex;align-items:center;gap:16px}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text-dark);font-size:16px;transition:var(--transition);position:relative}.icon-btn:hover{background:var(--cream-dark);color:var(--gold)}.cart-btn{position:relative}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--gold);color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-v2{position:relative;background:var(--navy-deep);min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-v2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(18,52,85,.6) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(193,161,108,.08) 0%,transparent 60%);pointer-events:none}.hero-v2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}.hero-v2__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:100px;padding-bottom:100px;position:relative;z-index:1}.hero-v2__content{padding-right:20px}.hero-v2__eyebrow{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;opacity:0;animation:fadeUp .7s .1s ease forwards}.hero-v2__title{font-family:Cormorant Garamond,serif;font-size:clamp(52px,6vw,88px);font-weight:600;color:var(--cream);line-height:1;margin-bottom:24px;opacity:0;animation:fadeUp .7s .25s ease forwards}.hero-v2__title em{font-style:italic;color:var(--gold)}.hero-v2__desc{font-family:Inter,sans-serif;font-size:16px;color:#faf8f4b3;line-height:1.8;margin-bottom:36px;max-width:440px;opacity:0;animation:fadeUp .7s .4s ease forwards}.hero-v2__ctas{display:flex;align-items:center;gap:16px;margin-bottom:36px;flex-wrap:wrap;opacity:0;animation:fadeUp .7s .55s ease forwards}.hero-v2__btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--gold);color:#fff;border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.04em;transition:var(--transition);box-shadow:0 4px 24px #c1a16c66}.hero-v2__btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 36px #c1a16c80}.hero-v2__btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;color:var(--cream);border:1.5px solid rgba(250,248,244,.3);border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:var(--transition)}.hero-v2__btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero-v2__trust{display:flex;align-items:center;gap:20px;flex-wrap:wrap;opacity:0;animation:fadeUp .7s .7s ease forwards}.hero-v2__trust span{display:flex;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#faf8f48c;letter-spacing:.04em}.hero-v2__trust i{color:var(--gold);font-size:11px}.hero-v2__visual{position:relative;opacity:0;animation:fadeIn 1s .4s ease forwards}.hero-v2__img-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;max-height:680px;background:#12345566;border:1px solid var(--border)}.hero-v2__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 8s ease}.hero-v2__img-wrap:hover img{transform:scale(1.03)}.hero-v2__badge{position:absolute;background:#faf8f4f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:14px 20px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center}.hero-v2__badge--1{bottom:80px;left:-28px}.hero-v2__badge--2{top:60px;right:-24px}.badge-num{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;color:var(--navy-deep);line-height:1}.badge-sub{font-family:Inter,sans-serif;font-size:11px;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-align:center;margin-top:2px}.stats-bar{background:var(--cream-dark);border-bottom:1px solid var(--border-light);padding:0}.stats-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.stat-num{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;color:var(--navy-deep);line-height:1}.stat-plus{color:var(--gold)}.stat-label{font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.stat-divider{width:1px;height:32px;background:var(--border-light)}.luminage-section{background:var(--cream)}.lum-hero{padding:96px 0 64px;background:var(--cream)}.lum-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.lum-capsule-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.lum-capsule{position:relative;width:200px;height:80px;display:flex}.lum-cap{flex:1;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);border-radius:40px 0 0 40px}.lum-cap--right{background:linear-gradient(135deg,var(--navy-mid) 0%,var(--navy-deep) 100%);border-radius:0 40px 40px 0}.lum-powder{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(193,161,108,.15) 0%,transparent 70%);pointer-events:none}.lum-float-cards{position:absolute;top:0;right:0;bottom:0;left:0}.lum-fcard{position:absolute;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:12px 16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:2px;animation:floatCard 4s ease-in-out infinite}.lum-fcard--1{top:0;left:0;animation-delay:0s}.lum-fcard--2{top:0;right:0;animation-delay:1s}.lum-fcard--3{bottom:20px;left:10px;animation-delay:2s}.lum-fcard--4{bottom:0;right:0;animation-delay:3s}.lum-fcard-icon{font-size:20px}.lum-fcard-name{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:var(--navy-deep);letter-spacing:.05em}.lum-fcard-dose{font-family:Inter,sans-serif;font-size:10px;color:var(--gold);font-weight:600}.lum-product-title{text-align:left;font-size:clamp(42px,5vw,72px)}.lum-product-desc{font-family:Inter,sans-serif;font-size:16px;color:var(--text-muted);line-height:1.7;margin:16px 0 24px}.lum-hero-badges{display:flex;flex-wrap:wrap;gap:12px}.lum-hero-badges span{display:flex;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:var(--text-muted);letter-spacing:.04em;padding:8px 14px;border:1px solid var(--border-light);border-radius:40px;background:#fff}.lum-hero-badges i{color:var(--gold)}.lum-trust-bar{background:var(--navy-deep);padding:0}.lum-trust-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.lum-trust-item{display:flex;align-items:center;gap:10px;flex:1;justify-content:center;font-family:Inter,sans-serif;font-size:12px;color:#faf8f4b3;letter-spacing:.04em}.lum-trust-item i{color:var(--gold)}.lum-trust-div{width:1px;height:28px;background:#c1a16c33}.lum-ingredients{padding:80px 0;background:var(--cream)}.lum-accordion{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}.lum-acc-item{border-bottom:1px solid var(--border-light)}.lum-acc-item:first-child{border-top:1px solid var(--border-light)}.lum-acc-summary{display:flex;align-items:center;gap:16px;padding:20px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.lum-acc-summary::-webkit-details-marker{display:none}.lum-acc-summary:hover .lum-acc-name{color:var(--gold)}.lum-acc-icon{font-size:22px}.lum-acc-name{flex:1;font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--navy-deep);transition:color var(--transition)}.lum-acc-dose{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:700;color:var(--gold)}.lum-acc-body{padding:0 0 24px 54px}.lum-acc-body>p{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:12px}.lum-sub-acc{display:flex;flex-direction:column;gap:0}.lum-sub-item summary{padding:10px 0;cursor:pointer;list-style:none;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--navy);border-top:1px dashed var(--border-light)}.lum-sub-item summary::-webkit-details-marker{display:none}.lum-sub-item p{padding:8px 0 10px;font-family:Inter,sans-serif;font-size:13px;color:var(--text-muted);line-height:1.6}.lum-pricing{padding:80px 0;background:var(--navy-deep)}.lum-pricing-inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:48px;align-items:center}.lum-pricing-img{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.lum-pricing-img img{width:100%;aspect-ratio:1;object-fit:cover}.lum-pricing-text .section-eyebrow{text-align:left;color:var(--gold)}.lum-pricing-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.5vw,44px);font-weight:700;color:var(--cream);line-height:1.1;margin:12px 0 10px}.lum-pricing-desc{font-family:Inter,sans-serif;font-size:13px;color:#faf8f48c;line-height:1.6;margin-bottom:20px}.lum-pricing-perks{display:flex;flex-direction:column;gap:8px}.lum-pricing-perks li{display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:13px;color:#faf8f4b3}.lum-pricing-perks i{color:var(--gold);font-size:11px}.lum-pricing-box{background:#faf8f40f;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;align-items:center;gap:20px}.lum-price-tag{display:flex;flex-direction:column;align-items:center;gap:4px}.lum-price-old{font-family:Inter,sans-serif;font-size:15px;color:#faf8f466;text-decoration:line-through}.lum-price-main{font-family:Cormorant Garamond,serif;font-size:56px;font-weight:700;color:var(--cream);line-height:1}.lum-price-sub{font-family:Inter,sans-serif;font-size:12px;color:#faf8f480}.lum-cta-btn{width:100%;justify-content:center;font-size:15px;padding:18px}.lum-stock-note{font-family:Inter,sans-serif;font-size:11px;color:#faf8f473;display:flex;align-items:center;gap:6px}.lum-pkgs-header{text-align:center;margin-bottom:40px}.lum-pkgs-title{font-family:Cormorant Garamond,serif;font-size:clamp(30px,4vw,48px);font-weight:700;color:var(--cream);margin-bottom:12px}.lum-pkgs-sub{font-family:Inter,sans-serif;font-size:14px;color:#faf8f499;max-width:480px;margin:0 auto;line-height:1.6}.lum-pkgs-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:start;margin-bottom:40px}.lum-pkg{background:#faf8f40d;border:1px solid rgba(193,161,108,.25);border-radius:24px;padding:40px 32px 36px;position:relative;display:flex;flex-direction:column;gap:16px;transition:transform .2s,border-color .2s}.lum-pkg:hover{transform:translateY(-4px);border-color:#c1a16c80}.lum-pkg--featured{background:linear-gradient(160deg,#123a25,#0b2518);border:2px solid var(--gold);transform:translateY(-10px);box-shadow:0 24px 70px #0000008c}.lum-pkg--featured:hover{transform:translateY(-14px)}.lum-pkg-popular{background:var(--gold);color:var(--navy-deep);font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;text-align:center;padding:7px 0;border-radius:30px;margin-bottom:6px}.lum-pkg-disc{display:inline-block;background:#e84c1e;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:800;padding:4px 11px;border-radius:30px;margin-left:8px;vertical-align:middle;position:relative;top:-2px}.lum-pkg-disc--featured{background:#fff;color:#0b2518}.lum-pkg-name{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;color:var(--cream);line-height:1}.lum-pkg--featured .lum-pkg-name{color:#fff}.lum-pkg-caps{font-family:Inter,sans-serif;font-size:14px;color:#faf8f48c}.lum-pkg--featured .lum-pkg-caps{color:#ffffffb3}.lum-pkg-prices{display:flex;flex-direction:column;gap:4px}.lum-pkg-old{font-family:Inter,sans-serif;font-size:14px;color:#faf8f466;text-decoration:line-through}.lum-pkg-old--featured{color:#ffffff80}.lum-pkg-main{font-family:Cormorant Garamond,serif;font-size:64px;font-weight:700;color:var(--cream);line-height:1}.lum-pkg-main--featured{color:#fff}.lum-pkg-pf{font-family:Inter,sans-serif;font-size:13px;color:#faf8f473}.lum-pkg-pf--featured{color:#fff9}.lum-pkg-day{background:#c1a16c1f;border:1px solid rgba(193,161,108,.3);border-radius:10px;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--gold);text-align:center}.lum-pkg-day--featured{background:#ffffff1f;border-color:#ffffff40;color:#fff}.lum-pkg-save{background:#c1a16c26;border-radius:10px;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:var(--gold);text-align:center}.lum-pkg-save--featured{background:var(--gold);color:var(--navy-deep)}.lum-pkg-feats{list-style:none;display:flex;flex-direction:column;gap:9px;flex:1}.lum-pkg-feats li{font-family:Inter,sans-serif;font-size:14px;color:#faf8f4a6;display:flex;align-items:center;gap:9px}.lum-pkg-feats li i{color:var(--gold);font-size:10px;flex-shrink:0}.lum-pkg-feats--featured li{color:#ffffffd9}.lum-pkg-btn{width:100%;justify-content:center;font-size:16px;padding:18px;border-radius:50px;font-family:Inter,sans-serif;font-weight:700;margin-top:6px;text-align:center;display:block;transition:opacity .2s,transform .2s}.lum-pkg-btn:hover{opacity:.88;transform:translateY(-1px)}.lum-pkg-btn--outline{background:transparent;border:2px solid var(--gold);color:var(--gold)}.lum-pkg-btn--solid{background:var(--gold);border:2px solid var(--gold);color:var(--navy-deep)}.lum-pkgs-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:28px;padding-top:28px;border-top:1px solid rgba(193,161,108,.15)}.lum-pkgs-trust span{font-family:Inter,sans-serif;font-size:13px;color:#faf8f480;display:flex;align-items:center;gap:7px}.lum-pkgs-trust i{color:var(--gold);font-size:13px}@media(max-width:768px){.lum-pkgs-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto 32px}.lum-pkg--featured{transform:none}.lum-pkg--featured:hover{transform:translateY(-4px)}.lum-pkgs-trust{gap:16px}}.tech-section{padding:96px 0;background:var(--cream);border-top:1px solid var(--border-light)}.tech-header{text-align:center;margin-bottom:64px}.tech-header .section-title{margin:12px 0 16px}.tech-header .section-title em{font-style:italic;color:var(--gold)}.tech-desc{font-family:Inter,sans-serif;font-size:16px;color:var(--text-muted);line-height:1.6;max-width:520px;margin:0 auto}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.tech-grid--8{grid-template-columns:repeat(4,1fr);gap:2px;background:var(--border-light);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.tech-card{background:var(--cream);padding:40px 32px;display:flex;flex-direction:column;gap:0;transition:background var(--transition)}.tech-card:hover{background:#fff}.tech-card__dose{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:700;color:var(--gold);line-height:1;margin-bottom:8px}.tech-card__name{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:var(--navy-deep);margin-bottom:4px}.tech-card__sub{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;margin-bottom:20px}.tech-card__line{width:32px;height:2px;background:var(--gold);margin-bottom:20px}.tech-card__desc{font-family:Inter,sans-serif;font-size:13px;color:var(--text-muted);line-height:1.7;flex:1;margin-bottom:20px}.tech-card__badge{display:inline-block;padding:5px 12px;background:#c1a16c1a;color:var(--gold);border:1px solid var(--border);border-radius:40px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;align-self:flex-start}.about-section{padding:96px 0;background:var(--navy-deep)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.about-image{position:relative}.about-image img{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/5;object-fit:cover;border:1px solid var(--border)}.about-card{position:absolute;bottom:32px;right:-24px;background:var(--gold);color:#fff;padding:16px 22px;border-radius:var(--radius-md);display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;box-shadow:var(--shadow-md)}.about-card i{font-size:18px}.about-text .section-eyebrow{text-align:left;color:var(--gold)}.about-text .section-title{text-align:left;color:var(--cream);margin:12px 0 20px}.about-text>p{font-family:Inter,sans-serif;font-size:15px;color:#faf8f4a6;line-height:1.8;margin-bottom:28px}.about-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.about-list li{display:flex;align-items:flex-start;gap:12px;font-family:Inter,sans-serif;font-size:14px;color:#faf8f4bf;line-height:1.5}.about-list i{color:var(--gold);font-size:14px;margin-top:2px;flex-shrink:0}.benefits-bar{padding:32px 0;background:var(--cream-dark);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.benefits-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:20px}.benefit-item{display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--text-dark)}.benefit-item i{color:var(--gold);font-size:16px}.testimonials-section{padding:96px 0;background:var(--cream);overflow:hidden}.testi-header{text-align:center;margin-bottom:56px}.testi-header .section-title{margin:10px 0 16px}.testi-badge{display:inline-block;padding:6px 16px;background:#c1a16c1a;color:var(--gold);border:1px solid var(--border);border-radius:40px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.testi-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.testi-col{overflow:hidden}.testi-list{display:flex;flex-direction:column;gap:16px;animation:scrollUp 28s linear infinite}.testi-list--s2{animation-duration:32s;animation-direction:reverse}.testi-list--s3{animation-duration:24s}.testi-col--mid{margin-top:48px}.testi-col--last{margin-top:-24px}.testi-list:hover{animation-play-state:paused}.testi-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px;transition:box-shadow var(--transition)}.testi-card:hover{box-shadow:var(--shadow-sm)}.testi-card--featured{background:var(--navy-deep);border-color:var(--border)}.testi-card--featured blockquote p{color:#faf8f4d9!important}.testi-card--featured footer cite{color:var(--cream)!important}.testi-card--featured footer span{color:#faf8f480!important}.testi-card blockquote p{font-family:Inter,sans-serif;font-size:13px;color:var(--text-muted);line-height:1.7;margin-bottom:16px}.testi-card blockquote footer{display:flex;align-items:center;gap:12px}.testi-card blockquote footer img{width:36px;height:36px;border-radius:50%;object-fit:cover}.testi-card blockquote footer cite{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--text-dark);font-style:normal}.testi-card blockquote footer span{font-family:Inter,sans-serif;font-size:11px;color:var(--text-muted)}.testi-stars{display:flex;gap:3px;margin-bottom:12px}.testi-stars i{color:var(--gold);font-size:11px}.faq-section{padding:96px 0;background:var(--cream-dark);border-top:1px solid var(--border-light)}.faq-section .section-header{text-align:center;margin-bottom:48px}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item:first-child{border-top:1px solid var(--border-light)}.faq-item summary{padding:20px 0;cursor:pointer;list-style:none;font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--navy-deep);display:flex;align-items:center;justify-content:space-between;gap:16px;transition:color var(--transition)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:20px;font-weight:300;color:var(--gold);flex-shrink:0;transition:transform var(--transition)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item summary:hover{color:var(--gold)}.faq-item p{padding:0 0 20px;font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.8}.newsletter-v2{padding:96px 0;background:var(--navy-deep);text-align:center;position:relative;overflow:hidden}.newsletter-v2:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(193,161,108,.07) 0%,transparent 70%);pointer-events:none}.newsletter-v2__inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.newsletter-v2__label{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.newsletter-v2__title{font-family:Cormorant Garamond,serif;font-size:clamp(42px,5vw,72px);font-weight:600;color:var(--cream);line-height:1;margin-bottom:16px}.newsletter-v2__sub{font-family:Inter,sans-serif;font-size:15px;color:#faf8f499;line-height:1.7;margin-bottom:36px}.newsletter-v2__row{display:flex;gap:0;background:#faf8f414;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.newsletter-v2__row input[type=email]{flex:1;background:transparent;border:none;outline:none;padding:16px 20px;font-family:Inter,sans-serif;font-size:14px;color:var(--cream)}.newsletter-v2__row input::placeholder{color:#faf8f459}.newsletter-v2__row button{background:var(--gold);color:#fff;border:none;cursor:pointer;padding:16px 28px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;display:flex;align-items:center;gap:8px;transition:background var(--transition);white-space:nowrap}.newsletter-v2__row button:hover{background:var(--gold-light)}.newsletter-v2__legal{font-family:Inter,sans-serif;font-size:11px;color:#faf8f44d;margin-top:16px}.footer-v2{background:var(--navy-deep);border-top:1px solid var(--border)}.footer-v2__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:72px 24px 56px;max-width:1200px;margin:0 auto}.footer-v2__logo{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:700;color:var(--cream);letter-spacing:.1em;display:block;margin-bottom:6px}.footer-v2__tagline{font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.footer-v2__desc{font-family:Inter,sans-serif;font-size:13px;color:#faf8f473;line-height:1.7;margin-bottom:24px;max-width:280px}.footer-v2__social{display:flex;gap:14px}.footer-v2__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);color:#faf8f480;font-size:14px;transition:var(--transition)}.footer-v2__social a:hover{border-color:var(--gold);color:var(--gold)}.footer-v2__col h5{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#faf8f466;margin-bottom:20px}.footer-v2__col ul{display:flex;flex-direction:column;gap:12px}.footer-v2__col ul li a{font-family:Inter,sans-serif;font-size:13px;color:#faf8f499;transition:color var(--transition)}.footer-v2__col ul li a:hover{color:var(--cream)}.footer-v2__bottom{border-top:1px solid var(--border)}.footer-v2__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:24px;max-width:1200px;margin:0 auto}.footer-v2__bottom-inner>p{font-family:Inter,sans-serif;font-size:11px;color:#faf8f44d}.footer-v2__legal{display:flex;gap:20px}.footer-v2__legal a{font-family:Inter,sans-serif;font-size:11px;color:#faf8f459;transition:color var(--transition)}.footer-v2__legal a:hover{color:var(--cream)}.footer-v2__payment{display:flex;gap:10px}.footer-v2__payment i{font-size:22px;color:#faf8f44d}.footer{background:var(--navy-deep)}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:64px 24px 40px;max-width:1200px;margin:0 auto}.footer-brand .logo{color:var(--cream)}.footer-brand p{font-family:Inter,sans-serif;font-size:13px;color:#faf8f480;margin-top:12px;max-width:260px}.social-links{display:flex;gap:14px;margin-top:20px}.social-links a{color:#faf8f480;font-size:18px;transition:color var(--transition)}.social-links a:hover{color:var(--gold)}.footer-links h4{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#faf8f466;margin-bottom:18px}.footer-links ul{display:flex;flex-direction:column;gap:12px}.footer-links ul li a{font-family:Inter,sans-serif;font-size:13px;color:#faf8f499;transition:color var(--transition)}.footer-links ul li a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid var(--border)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:24px;max-width:1200px;margin:0 auto}.footer-bottom-inner>p{font-family:Inter,sans-serif;font-size:11px;color:#faf8f44d}.footer-legal{display:flex;gap:20px}.footer-legal a{font-family:Inter,sans-serif;font-size:11px;color:#faf8f459;transition:color var(--transition)}.footer-legal a:hover{color:var(--cream)}.payment-icons{display:flex;gap:10px}.payment-icons i{font-size:22px;color:#faf8f44d}.page-wrapper,.collection-wrapper,.product-wrapper{background:var(--cream);min-height:80vh}.collection-hero{background:var(--navy-deep);padding:80px 20px 56px;text-align:center}.collection-hero .section-eyebrow{color:var(--gold)}.collection-hero .section-title{color:var(--cream);margin:10px 0 16px}.collection-hero p{font-family:Inter,sans-serif;color:#faf8f499;max-width:560px;margin:0 auto;font-size:15px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;padding:60px 20px;max-width:1200px;margin:0 auto}.product-card{display:block;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-body,.rte{font-family:Inter,sans-serif;font-size:16px;line-height:1.8;color:var(--text-dark)}.page-body h2,.rte h2{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;color:var(--navy-deep);margin:28px 0 14px}.page-body p,.rte p{margin-bottom:16px}.page-body a,.rte a{color:var(--gold);text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(max-width:1024px){.tech-grid,.tech-grid--8{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hero-v2__inner{grid-template-columns:1fr;gap:40px;padding-top:80px}.hero-v2__content{padding-right:0}.hero-v2__visual{display:none}.lum-hero-inner{grid-template-columns:1fr;gap:32px}.lum-capsule-stage{min-height:200px}.lum-pricing-inner{grid-template-columns:1fr;gap:32px}.lum-pricing-img{max-width:300px;margin:0 auto}.about-inner{grid-template-columns:1fr;gap:48px}.footer-v2__inner,.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.testi-columns{grid-template-columns:1fr}.testi-col--mid,.testi-col--last{display:none}}@media(max-width:768px){.stats-inner{display:grid;grid-template-columns:1fr 1fr;height:auto;padding:24px 0;gap:20px}.stat-divider{display:none}.lum-trust-inner{flex-wrap:wrap;height:auto;padding:16px;gap:12px;justify-content:center}.lum-trust-div{display:none}.tech-grid,.tech-grid--8{grid-template-columns:1fr;gap:2px}.tech-card{padding:28px 24px}.nav{display:none}.footer-v2__inner,.footer-inner{grid-template-columns:1fr}}@media(max-width:480px){.hero-v2__ctas{flex-direction:column;align-items:stretch}.hero-v2__btn-primary,.hero-v2__btn-ghost{text-align:center;justify-content:center}.newsletter-v2__row{flex-direction:column}.newsletter-v2__row button{justify-content:center}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080f1c73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9990;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100%;background:#faf8f4;box-shadow:-8px 0 40px #080f1c2e;z-index:9991;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid rgba(193,161,108,.2);background:#fff}.cart-drawer__title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:#123455;margin:0}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e8e0d4;border-radius:50%;background:transparent;cursor:pointer;color:#6b6b6b;transition:background .2s,color .2s,border-color .2s}.cart-drawer__close:hover{background:#123455;color:#fff;border-color:#123455}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid rgba(193,161,108,.2);background:#fff}.cart-item{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(8,15,28,.07)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:72px;height:72px;border-radius:8px;object-fit:cover;background:#f0ebe1;flex-shrink:0;border:1px solid #e8e0d4}.cart-item__details{flex:1;min-width:0}.cart-item__name{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:#123455;line-height:1.2;margin:0 0 4px}.cart-item__variant{font-family:Inter,sans-serif;font-size:11px;color:#aaa;margin:0 0 10px}.cart-item__qty{display:flex;align-items:center;gap:8px}.cart-item__qty-label{font-family:Inter,sans-serif;font-size:11px;color:#6b6b6b}.cart-item__qty-select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6b6b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;border:1px solid #e8e0d4;border-radius:6px;padding:5px 24px 5px 10px;font-family:Inter,sans-serif;font-size:13px;color:#123455;cursor:pointer;transition:border-color .2s}.cart-item__qty-select:focus{outline:none;border-color:#c1a16c}.cart-item__remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e8e0d4;border-radius:6px;background:transparent;cursor:pointer;color:#aaa;flex-shrink:0;transition:background .2s,color .2s,border-color .2s}.cart-item__remove:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.cart-item__price{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#123455;white-space:nowrap;flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.cart-subtotal__label{font-family:Inter,sans-serif;font-size:13px;color:#6b6b6b}.cart-subtotal__amount{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:700;color:#123455}.cart-checkout-btn{display:block;width:100%;padding:15px 24px;background:#123455;color:#faf8f4;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.06em;text-align:center;border:none;border-radius:50px;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s}.cart-checkout-btn:hover{background:#0b2035;transform:translateY(-1px);color:#faf8f4}.cart-empty{text-align:center;padding:48px 0;color:#aaa;font-family:Inter,sans-serif;font-size:14px}.cart-drawer-loading{display:flex;align-items:center;justify-content:center;padding:48px 0}.cart-drawer-spinner{width:32px;height:32px;border:3px solid #e8e0d4;border-top-color:#c1a16c;border-radius:50%;animation:cdSpin .7s linear infinite}@keyframes cdSpin{to{transform:rotate(360deg)}}@media(max-width:480px){.cart-drawer{width:100vw}}.luciera-whatsapp-btn{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center;justify-content:center;width:58px;height:58px;background-color:#25d366;color:#fff;border-radius:50%;box-shadow:0 4px 20px #25d36673;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none}.luciera-whatsapp-btn:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px #25d3668c;color:#fff}@media(max-width:749px){.luciera-whatsapp-btn{bottom:18px;right:16px;width:52px;height:52px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/style.css.map */
