:root{--black: #0D0C0A;--black-soft: #171410;--black-rgb: 13, 12, 10;--cream: #F7F1E6;--cream-soft: #EFE4D2;--cream-rgb: 247, 241, 230;--ink: #29251F;--ink-soft: #746C61;--gold: #C9A65B;--gold-light: #E2C47D;--gold-dark: #9C7C42;--gold-rgb: 201, 166, 91;--gold-light-rgb: 226, 196, 125;--gold-dark-rgb: 156, 124, 66;--line: #E4DAC4;--line-dark: rgba(var(--cream-rgb), .14);--checkout-black: #111111;--white: #ffffff;--pure-black: #000000;--benefits-charcoal: #111111;--benefits-cream: #F5EFE6;--urgency: #E8503C;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 28px;--radius-full: 999px;--shadow-soft: 0 8px 30px rgba(var(--black-rgb), .08);--shadow-mid: 0 16px 48px rgba(var(--black-rgb), .14);--shadow-strong: 0 24px 64px rgba(var(--black-rgb), .22);--shadow-gold: 0 14px 32px rgba(var(--gold-dark-rgb), .35);--ease: cubic-bezier(.22, 1, .36, 1);--container-max: 1180px;--h1-size: clamp(2.4rem, 8vw, 3.75rem);--h2-size: clamp(1.9rem, 5.5vw, 2.75rem);--h3-size: 1.1rem;--measure-wide: 600px;--measure-narrow: 440px;--btn-h-sm: 44px;--btn-h-md: 50px;--btn-h-lg: 58px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:112.5%}body{font-family:var(--font-serif);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;font-size:20px;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.15;color:var(--ink)}h3,h4{line-height:1.3}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 20px}.section{padding:var(--space-8) 0}.section-head{max-width:var(--measure-wide);margin:0 auto var(--space-6);text-align:center}.section-head.left{text-align:left;margin:0 0 var(--space-6);max-width:100%}.section-head h2{font-size:var(--h2-size);margin-top:var(--space-2)}.section-sub{margin-top:var(--space-3);color:var(--ink-soft);font-size:1.2rem;line-height:1.6}.section-sub.left{margin-left:0}.section-sub a{text-decoration:underline;text-underline-offset:2px;color:var(--ink)}.eyebrow{font-family:var(--font-sans);font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-dark)}.eyebrow.center{display:block;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:var(--btn-h-md);padding:0 26px;border-radius:var(--radius-full);font-weight:500;font-size:.92rem;letter-spacing:.02em;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease);white-space:nowrap}.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));color:var(--black);box-shadow:var(--shadow-gold)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(var(--gold-dark-rgb),.45)}.btn-gold:active{transform:translateY(0)}.btn-gold.is-loading{opacity:.7;pointer-events:none}.btn-line{background:transparent;border:1.5px solid var(--ink);color:var(--ink)}.btn-line:hover{background:var(--ink);color:var(--cream);transform:translateY(-2px)}.btn-lg{height:var(--btn-h-lg);padding:0 32px;font-size:1rem}.btn-sm{height:var(--btn-h-sm);padding:0 18px;font-size:.84rem}.btn.full{width:100%}.announce{background:var(--black);color:var(--cream);text-align:center;font-size:.78rem;letter-spacing:.03em;padding:9px 16px}.header{position:sticky;top:0;z-index:90;background:var(--black);border-bottom:1px solid var(--gold);box-shadow:0 8px 28px #00000059}.header-row{display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 40px}.brand{display:flex;align-items:center;gap:8px;font-family:var(--font-serif);font-size:1.3rem;font-weight:600;color:var(--cream);letter-spacing:.02em}.nav{position:fixed;top:68px;right:0;bottom:0;left:0;background:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-6);transform:translate(100%);transition:transform .35s var(--ease);z-index:80}.nav.mobile-open{transform:translate(0)}.nav a{color:var(--cream);font-size:.95rem;font-family:var(--font-sans);letter-spacing:.03em;padding-bottom:4px;border-bottom:1px solid transparent;transition:border-color .2s var(--ease),color .2s var(--ease)}.nav a:hover{color:var(--gold);border-bottom:1px solid var(--gold)}.nav-mobile-buy{display:block;background:var(--gold);color:var(--black);padding:14px 28px;border-radius:var(--radius-full);font-family:var(--font-sans);font-weight:500;letter-spacing:.02em;font-size:.95rem}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%;transition:background .2s var(--ease)}.icon-btn:hover{background:#c9a65b1a}.cart-badge{position:absolute;top:-2px;right:-2px;background:var(--gold);color:var(--black);font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s var(--ease)}.cart-badge.visible{opacity:1}.header-buy{display:none}.burger{width:24px;height:18px;position:relative}.burger span{position:absolute;left:0;width:100%;height:2px;background:var(--cream);border-radius:2px;transition:transform .3s var(--ease),opacity .3s var(--ease)}.burger span:nth-child(1){top:0}.burger span:nth-child(2){top:8px}.burger span:nth-child(3){top:16px}.burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.price-row{display:flex;align-items:baseline;justify-content:center;gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap}.price-now{font-family:var(--font-serif);font-size:2rem;font-weight:600}.price-was{font-size:1rem;text-decoration:line-through;opacity:.55}.price-badge{background:var(--gold);color:var(--black);font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-full);letter-spacing:.04em}.trust-strip{background:var(--cream);border-bottom:1px solid var(--line);padding:var(--space-4) 0}.trust-strip-row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.trust-item{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:500;justify-content:center;text-align:center}.trust-item svg{width:18px;height:18px;color:var(--gold-dark);flex-shrink:0}.shop-grid{display:flex;flex-direction:column;gap:var(--space-7)}.gallery-main{background:var(--cream-soft);border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:1 / 1}.gallery-main img{width:100%;height:100%;object-fit:contain;object-position:center 15%;display:block}.buy-box{padding-top:var(--space-2)}.buy-box h2{font-size:var(--h2-size);margin-top:var(--space-2)}.buy-rating{display:inline-flex;align-items:center;gap:8px;margin-top:var(--space-3);font-size:.85rem;color:var(--ink-soft)}.buy-rating .stars{color:var(--gold);letter-spacing:1px}.buy-box .price-row{justify-content:flex-start;color:var(--ink);margin-top:var(--space-4);gap:var(--space-4)}.buy-box .price-now{color:var(--ink)}.buy-box .price-badge{font-size:.94rem;padding:5px 13px}.stock-urgency{display:flex;align-items:center;gap:6px;margin-top:var(--space-3);font-size:.85rem;font-weight:500;color:var(--urgency)}.stock-urgency svg{width:15px;height:15px;flex-shrink:0}.buy-checklist{margin-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.buy-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem}.buy-checklist svg{width:16px;height:16px;color:var(--gold-dark);margin-top:2px;flex-shrink:0}.buy-steps{display:flex;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-5);padding:var(--space-4);background:var(--black);border:1px solid var(--line-dark);border-radius:var(--radius-md)}.buy-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;flex:1;font-size:.78rem;color:var(--cream)}.buy-step .how-num{font-size:1.1rem;width:auto;margin-bottom:0;color:var(--gold-light)}.buy-actions{display:flex;gap:var(--space-3);margin-top:var(--space-5)}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:var(--radius-full);overflow:hidden}.qty-stepper button{width:44px;height:var(--btn-h-lg);font-size:1.1rem;color:var(--ink)}.qty-stepper button:hover{background:var(--cream-soft)}.qty-stepper span,.qty-value{min-width:28px;text-align:center;font-weight:600}input.qty-value{border:none;background:none;color:inherit;font-size:inherit;font-family:inherit;-moz-appearance:textfield}input.qty-value::-webkit-outer-spin-button,input.qty-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-add-btn{flex:1}.buy-trust{margin-top:var(--space-5);display:flex;flex-wrap:wrap;gap:var(--space-5);font-size:.88rem;font-weight:500;color:var(--ink)}.buy-trust li{display:flex;align-items:center;gap:8px}.buy-trust svg{width:22px;height:22px;color:var(--gold-dark);flex-shrink:0}.benefits{background:var(--benefits-charcoal);padding-top:calc(var(--space-8) * .7);padding-bottom:calc(var(--space-8) * .7)}.benefits h2{color:var(--benefits-cream)}.benefits .section-sub{color:rgba(var(--cream-rgb),.65);font-size:.92rem}.benefits .eyebrow{color:var(--gold-light)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}.benefit-card{background:var(--cream-soft);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-5);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-mid)}.benefit-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-3);color:var(--black)}.benefit-icon svg{width:20px;height:20px}.benefit-card h3{font-family:var(--font-serif);font-size:var(--h3-size);margin-bottom:var(--space-1)}.benefit-card p{color:var(--ink-soft);font-size:.92rem;line-height:1.6}.how-grid{display:flex;flex-direction:column;gap:var(--space-7);align-items:center}.how-visual{width:100%;max-width:340px}.wave-diagram{background:var(--black-soft);border-radius:var(--radius-lg);padding:var(--space-6) var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.skin-layer{position:relative;border-bottom:1px dashed var(--line-dark);padding-bottom:var(--space-4)}.skin-layer:last-child{border-bottom:none;padding-bottom:0}.layer-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--cream-rgb),.55)}.wave{height:3px;border-radius:2px;margin-top:var(--space-2);animation:wave-pulse 2.4s ease-in-out infinite}.red-wave{background:linear-gradient(90deg,var(--urgency),transparent)}.nir-wave{background:linear-gradient(90deg,var(--gold-light),transparent);animation-delay:.4s}@keyframes wave-pulse{0%,to{opacity:.5}50%{opacity:1}}.how-steps{display:flex;flex-direction:column;gap:var(--space-5);width:100%}.how-step{display:flex;gap:var(--space-4)}.how-num{font-family:var(--font-serif);font-size:1.6rem;color:var(--gold);flex-shrink:0;width:40px}.how-step h3{font-family:var(--font-serif);font-size:var(--h3-size);margin-bottom:4px}.how-step p{color:var(--ink-soft);font-size:.92rem;line-height:1.6}.reviews{background:var(--cream)}.reviews-carousel-wrap{position:relative;display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2)}.reviews-track{display:flex;gap:var(--space-4);overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 12px 12px;scrollbar-width:none}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex:0 0 82%;scroll-snap-align:center;background:var(--cream-soft);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-soft)}.review-card .stars{color:var(--gold);letter-spacing:2px;font-size:.9rem}.review-card p{margin:var(--space-3) 0 var(--space-4);font-size:.95rem;line-height:1.65;color:var(--ink)}.reviewer{display:flex;align-items:center;gap:10px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.reviewer strong{font-size:.88rem;font-weight:600;display:block}.reviewer small{font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft)}.reviews-arrow{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--cream-soft);font-size:1.2rem;display:flex;align-items:center;justify-content:center;color:var(--ink)}.reviews-arrow:hover{background:var(--gold);color:var(--black)}.reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:var(--space-4)}.reviews-dot{width:7px;height:7px;border-radius:50%;background:var(--line);transition:background .2s var(--ease),transform .2s var(--ease)}.reviews-dot.active{background:var(--gold);transform:scale(1.3)}.guarantee{background:var(--black);color:var(--cream)}.guarantee-grid{display:flex;flex-direction:column;align-items:center;gap:var(--space-6);text-align:center}.guarantee-badge svg{width:76px;height:76px}.guarantee-copy{display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.guarantee-copy .section-head{margin-bottom:0}.guarantee-copy .eyebrow{color:var(--gold-light)}.guarantee h2{color:var(--cream);margin-top:var(--space-2);font-size:var(--h2-size)}.guarantee .section-sub{color:rgba(var(--cream-rgb),.65);text-align:center}.guarantee-steps{display:flex;flex-direction:column;gap:var(--space-5);margin-top:var(--space-6);text-align:left;width:100%;max-width:var(--measure-narrow)}.guarantee-step{display:flex;gap:var(--space-4)}.gs-num{font-family:var(--font-serif);font-size:1.6rem;color:var(--gold-light);width:36px;flex-shrink:0}.guarantee-step h4{font-family:var(--font-serif);color:var(--cream);font-size:var(--h3-size);margin-bottom:2px}.guarantee-step p{color:rgba(var(--cream-rgb),.65);font-size:.92rem;line-height:1.6}.guarantee .btn-line{margin-top:var(--space-6);border-color:rgba(var(--cream-rgb),.4);color:var(--cream)}.guarantee .btn-line:hover{background:var(--cream);color:var(--black)}.difference{background:var(--black);color:var(--cream);position:relative}.difference:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.difference .eyebrow{color:var(--gold-light)}.difference h2{color:var(--cream)}.difference .section-head{margin-bottom:var(--space-7)}.difference .section-sub{color:rgba(var(--cream-rgb),.65);font-size:.92rem}.difference-grid{display:grid;grid-template-columns:1fr;gap:var(--space-5);margin-top:var(--space-7);text-align:center}.difference-item{display:flex;flex-direction:column;align-items:center}.difference-item .how-num{width:auto;margin-bottom:var(--space-2)}.difference-item h3{font-family:var(--font-serif);color:var(--cream);font-size:var(--h3-size);margin-bottom:4px}.difference-item p{color:rgba(var(--cream-rgb),.65);font-size:.92rem;line-height:1.6}.difference .difference-callout{max-width:680px;margin:var(--space-7) auto 0;color:rgba(var(--cream-rgb),.65);text-align:center}.faq-list{display:flex;flex-direction:column;margin-top:var(--space-4)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) 2px;text-align:left;font-size:1rem;font-weight:500}.faq-icon{font-size:1.2rem;color:var(--gold-dark);transition:transform .3s var(--ease);flex-shrink:0;margin-left:var(--space-3)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.faq-a p{padding:0 2px var(--space-4);color:var(--ink-soft);line-height:1.6;font-size:.92rem}.faq-a a{text-decoration:underline}.final-cta{position:relative;background:var(--pure-black);color:var(--cream);text-align:center;padding:var(--space-8) 0 var(--space-6);overflow:hidden}.final-glow{display:none}.final-cta-inner{position:relative;display:flex;flex-direction:column;align-items:center}.final-cta .section-head{margin-bottom:0}.final-cta h2{color:var(--cream);font-size:var(--h2-size);margin-top:var(--space-3);max-width:640px}.final-cta .section-sub{color:rgba(var(--cream-rgb),.65);max-width:var(--measure-wide);margin-left:auto;margin-right:auto}.final-cta .price-row{margin-top:var(--space-6)}.final-cta .btn-gold{margin-top:var(--space-5)}.final-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);margin-top:var(--space-7)}.final-badge{display:flex;align-items:center;gap:8px;font-size:.82rem;color:rgba(var(--cream-rgb),.65)}.final-badge svg{width:16px;height:16px;color:var(--gold-light)}.footer{position:relative;background:var(--black);color:var(--cream);padding:var(--space-4) 0 0;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.footer:after{content:"";position:absolute;top:0;left:0;right:0;height:240px;background:none;pointer-events:none}.footer-newsletter-banner{position:relative;z-index:1;text-align:center;padding:var(--space-5) 0 var(--space-7);border-bottom:1px solid var(--line-dark);display:flex;flex-direction:column;align-items:center}.footer-newsletter-sparkle{font-size:1.3rem;margin-bottom:var(--space-2)}.footer-newsletter-banner h3{font-size:var(--h2-size);color:var(--cream)}.footer-newsletter-banner p{margin-top:var(--space-4);color:rgba(var(--cream-rgb),.65);font-size:1.02rem;line-height:1.6;max-width:360px}.newsletter-form{margin-top:var(--space-6);display:flex;gap:8px;width:100%;max-width:380px}.newsletter-form input{flex:1;min-width:0;height:46px;padding:0 16px;border:1px solid rgba(var(--cream-rgb),.22);border-radius:var(--radius-full);background:rgba(var(--cream-rgb),.04);color:var(--cream);font-size:.9rem}.newsletter-form input:focus{outline:none;border-color:rgba(var(--gold-rgb),.5)}.newsletter-form input::placeholder{color:rgba(var(--cream-rgb),.45)}.newsletter-form button{height:46px;flex-shrink:0;padding:0 22px;background:var(--gold);color:var(--black);border-radius:var(--radius-full);font-weight:600;letter-spacing:.02em;font-size:.9rem}.form-msg{margin-top:var(--space-3);font-size:.82rem;color:var(--gold-light);min-height:1em}.footer-grid{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;padding:32px 0}.footer-nav-col{display:flex;flex-direction:column;gap:12px}.footer-nav-col h5{font-family:var(--font-serif);font-weight:500;font-size:1.05rem;margin-bottom:4px;color:var(--cream)}.footer-nav-col h5 a{color:inherit}.footer-nav-col a{color:rgba(var(--cream-rgb),.7);font-size:.9rem;transition:color .2s var(--ease)}.footer-nav-col a:hover{color:var(--gold-light)}.footer-bottom{position:relative;z-index:1;border-top:1px solid var(--line-dark);padding:var(--space-5) 0}.footer-bottom-row{display:flex;flex-direction:column;gap:var(--space-3);font-size:.76rem;color:rgba(var(--cream-rgb),.5)}.disclaimer{max-width:640px;line-height:1.6}.sticky-cta{position:fixed;left:0;right:0;bottom:0;background:var(--black);border-top:1px solid var(--line-dark);box-shadow:0 -6px 24px rgba(var(--black-rgb),.1);padding:var(--space-3) 0 calc(var(--space-3) + env(safe-area-inset-bottom));transform:translateY(120%);transition:transform .35s var(--ease);z-index:70}.sticky-cta.visible{transform:translateY(0)}body.cart-open .sticky-cta{opacity:0;pointer-events:none}.sticky-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.sticky-info{color:var(--cream);font-size:.85rem}.sticky-info strong{font-family:var(--font-serif);font-weight:600;font-size:1rem}.price-row-sm{gap:8px;margin-top:2px}.price-row-sm .price-now{font-size:1rem}.price-row-sm .price-was{font-size:.78rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--black-rgb),.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s var(--ease);z-index:95}.cart-overlay.open{opacity:1;pointer-events:auto}body.cart-open{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100%);background:var(--cream-soft);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease);z-index:96}.cart-drawer.open{transform:translate(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5);border-bottom:1px solid var(--line)}.cart-head h3{font-size:1.3rem}.cart-close{font-size:1.6rem;line-height:1;color:var(--ink-soft);width:32px;height:32px}.cart-body{flex:1;overflow-y:auto;padding:var(--space-5) var(--space-5) var(--space-3);display:flex;flex-direction:column;gap:var(--space-4)}.cart-body.is-busy{opacity:.6;pointer-events:none}.cart-empty{color:var(--ink-soft);text-align:center;margin-top:var(--space-7)}.cart-line{display:flex;gap:var(--space-3);padding-bottom:var(--space-4);border-bottom:1px solid var(--line)}.cart-line:last-child{padding-bottom:0;border-bottom:none}.cart-line-thumb{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--cream)}.cart-line-thumb-empty{background:var(--cream)}.cart-line-main{flex:1;display:flex;flex-direction:column;gap:6px}.cart-line-info strong{font-family:var(--font-serif);font-weight:600;font-size:1rem}.cart-line-info span{display:block;font-size:.78rem;color:var(--ink-soft)}.cart-line-price-row{display:flex;align-items:baseline;gap:8px}.cart-line-price{font-weight:600}.cart-line-price-compare{font-size:.8rem;text-decoration:line-through;color:var(--ink-soft)}.cart-line-savings{font-size:.74rem;color:var(--gold-dark)}.cart-line-controls{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.qty-btn{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;font-size:1rem}.qty-btn:hover{background:var(--cream)}.cart-line-remove{font-size:.78rem;color:var(--ink-soft);text-decoration:underline}.cart-footer{border-top:1px solid var(--line);padding:var(--space-4) var(--space-5) var(--space-5)}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem}.cart-subtotal-row span{font-size:.85rem;color:var(--ink-soft)}.cart-subtotal-row strong{font-size:1.3rem;font-weight:700;letter-spacing:-.01em}.cart-note{font-size:.76rem;color:var(--ink-soft);margin-top:6px}.cart-delivery{margin-top:var(--space-4);display:inline-flex;align-items:center;gap:6px;font-size:.78rem;background:var(--cream);border:1px solid var(--line);padding:8px 14px;border-radius:var(--radius-full)}.cart-trust{margin-top:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:6px;font-size:.78rem;color:var(--ink-soft)}.cart-trust li{display:flex;align-items:center;gap:6px}.cart-checkout-btn{margin-top:var(--space-4);height:52px;border-radius:16px;background:var(--checkout-black);color:var(--white);font-weight:600;border:none;box-shadow:none}@media(hover:hover)and (pointer:fine){.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-mid)}}.cart-payment-icons{display:flex;gap:10px;justify-content:space-between;margin-top:var(--space-5);flex-wrap:wrap}.cart-payment-icons svg{width:44px;height:28px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in-view{opacity:1;transform:translateY(0)}.benefits-grid .reveal,.how-steps .reveal{transition-delay:var(--rd, 0s)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.wave{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}@media(min-width:640px){.container{padding:0 32px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-row{grid-template-columns:repeat(4,1fr)}.review-card{flex:0 0 46%}.buy-actions{max-width:420px}}@media(max-width:767px){.announce{padding:8px 16px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announce p{white-space:nowrap}}@media(max-width:767px){.footer-grid{gap:0;padding:var(--space-8) 0}.footer-nav-col{align-items:center;text-align:center;gap:4px;padding-bottom:var(--space-7);margin-bottom:var(--space-7);border-bottom:1px solid var(--line-dark)}.footer-nav-col:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.footer-nav-col a{display:flex;align-items:center;justify-content:center;min-height:44px}.footer-nav-col h5{margin-bottom:0}.footer-nav-col a.footer-hide-mobile{display:none}.footer-bottom{padding:var(--space-6) 0}.footer-bottom-row{align-items:center;text-align:center}}@media(min-width:1024px){.container{padding:0 40px}.section{padding-top:var(--space-9);padding-bottom:var(--space-9)}.benefits{padding-top:calc(var(--space-9) * .7);padding-bottom:calc(var(--space-9) * .7)}.final-cta{padding:var(--space-9) 0 var(--space-8)}.footer{padding-top:var(--space-5)}.header-row{height:76px}.nav{position:static;inset:auto;transform:none;flex-direction:row;background:transparent;gap:var(--space-6);justify-content:flex-start}.nav a{color:rgba(var(--cream-rgb),.85);font-family:var(--font-sans);font-size:.92rem;font-weight:500;letter-spacing:.02em;transition:color .2s var(--ease)}.nav a:hover{color:var(--gold-light)}.nav-mobile-buy{display:none}.header-buy{display:inline-flex}.burger{display:none}.price-row{justify-content:flex-start}.shop-grid{flex-direction:row;align-items:flex-start;gap:var(--space-9)}.gallery{flex:1;position:sticky;top:100px}.gallery-main{aspect-ratio:4 / 5}.buy-box{flex:1}.benefits-grid,.difference-grid{grid-template-columns:repeat(3,1fr)}.how-grid{flex-direction:row;align-items:center}.how-visual{flex:1;max-width:none}.how-steps{flex:1}.review-card{flex:0 0 30%}.guarantee-grid{flex-direction:row;text-align:left;align-items:center;gap:var(--space-9)}.guarantee-copy{align-items:flex-start}.guarantee .section-sub,.guarantee-steps{text-align:left}.faq-grid{display:grid;grid-template-columns:300px 1fr;gap:var(--space-9)}.footer-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-7);padding:var(--space-6) 0}.footer-nav-col h5{display:none}.footer-nav-col{flex-direction:row;gap:var(--space-5)}.footer-newsletter-banner{flex-direction:row;justify-content:center;align-items:center;gap:var(--space-6);padding:var(--space-6) 0}.footer-newsletter-sparkle{display:none}.newsletter-form{max-width:420px}.footer-bottom-row{flex-direction:row;justify-content:space-between;align-items:center}.sticky-cta{left:50%;right:auto;bottom:20px;width:min(560px,calc(100% - 80px));border:1px solid var(--line-dark);border-radius:var(--radius-lg);padding:14px 28px;transform:translate(-50%,150%)}.sticky-cta.visible{transform:translate(-50%)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link:focus{position:fixed;top:var(--space-3);left:var(--space-3);z-index:999;width:auto;height:auto;padding:12px 20px;margin:0;clip:auto;overflow:visible;white-space:normal;background:var(--gold);color:var(--black);border-radius:var(--radius-sm);font-weight:600}.stock-urgency{color:var(--gold-dark)}.stock-urgency svg{stroke:var(--gold-dark)}.buy-checklist li svg{width:18px;height:18px;padding:3px;border:1.2px solid var(--gold);border-radius:50%;stroke:var(--gold);flex-shrink:0}.buy-checklist li{display:flex;align-items:center;gap:10px;line-height:1.5;margin-bottom:10px}.buy-steps{background:var(--black-soft);display:flex;border-radius:10px;overflow:hidden}.buy-step{flex:1;text-align:center;padding:16px 12px;border-right:1px solid rgba(var(--gold-rgb),.3)}.buy-step:last-child{border-right:none}.buy-step .how-num{color:var(--gold);display:block;margin-bottom:4px}.btn-gold.buy-add-btn{background:var(--black);color:var(--cream);border:none}.btn-gold.buy-add-btn:hover{background:var(--black-soft)}.difference-answer{margin-top:var(--space-7);display:flex;flex-direction:column;align-items:center;gap:var(--space-5);max-width:640px;margin-left:auto;margin-right:auto;padding:var(--space-5);border:1px solid rgba(var(--gold-rgb),.35);border-radius:var(--radius-md);background:var(--black-soft);text-align:center}.difference-answer-icon{width:96px;height:96px;color:var(--gold-light);flex-shrink:0}@media(min-width:640px){.difference-answer{flex-direction:row;text-align:left;padding:var(--space-6)}.difference-answer-copy p{font-size:1.02rem}}.difference-answer{margin-top:var(--space-7);display:flex;flex-direction:column;gap:var(--space-6);max-width:760px;margin-left:auto;margin-right:auto;padding:var(--space-6);border:1px solid rgba(var(--gold-rgb),.35);border-radius:var(--radius-md);background:var(--black-soft)}.difference-answer-visual{width:100%;max-width:260px;margin:0 auto;color:var(--gold-light)}.difference-answer-copy .eyebrow{color:var(--gold-light);display:block;margin-bottom:var(--space-2)}.difference-answer-copy p{color:var(--cream);font-size:1rem;line-height:1.65}.difference-stats{display:flex;gap:var(--space-5);margin-top:var(--space-5);flex-wrap:wrap}.difference-stat{display:flex;flex-direction:column;gap:2px}.difference-stat strong{font-family:var(--font-serif);font-size:1.3rem;color:var(--gold)}.difference-stat span{font-size:.78rem;color:var(--ink-soft)}.works{background:var(--cream)}.works .eyebrow{color:var(--gold-dark)}.works h2{color:var(--ink)}.works-grid{display:flex;flex-direction:column;gap:var(--space-7);margin-top:var(--space-7);align-items:center}.works-visual{width:100%;max-width:420px;border:1px solid rgba(var(--gold-rgb),.6);border-radius:var(--radius-md);overflow:hidden}.works-layer{padding:var(--space-5);border-bottom:1px solid rgba(var(--gold-rgb),.2);background:rgba(var(--gold-rgb),.08)}.works-layer-mid{background:rgba(var(--gold-rgb),.09)}.works-layer-deep{background:rgba(var(--gold-rgb),.16);border-bottom:none;position:relative}.works-layer-label{display:block;font-family:var(--font-serif);font-size:1.1rem;color:var(--gold-light);margin-bottom:4px}.works-layer-note{display:block;font-size:.85rem;color:var(--ink-soft)}.works-marker{display:inline-block;margin-top:var(--space-3);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-dark);border-radius:var(--radius-full);padding:4px 12px}.works-content{width:100%;max-width:var(--measure-wide)}.works-copy{color:var(--ink-soft);font-size:1rem;line-height:1.7}.works-copy p{margin-bottom:var(--space-4)}.works-copy p:last-child{margin-bottom:0}.difference-stats{display:flex;gap:var(--space-6);margin-top:var(--space-6);flex-wrap:wrap}.difference-stat{text-align:left}.difference-stat strong{display:block;font-family:var(--font-serif);font-size:1.6rem;color:var(--gold)}.difference-stat span{font-size:.8rem;color:var(--ink-soft)}@media(min-width:1024px){.works-grid{flex-direction:row;align-items:flex-start;gap:var(--space-9)}.works-visual{flex-shrink:0}.works-content{text-align:left}}.works-closer{margin-top:var(--space-6);font-family:var(--font-serif);font-size:1.15rem;color:var(--ink);font-style:italic}@media(max-width:1023px){.works-visual{display:block;width:100%;max-width:420px;margin:0 auto;border:1px solid rgba(var(--gold-rgb),.6);border-radius:var(--radius-md);overflow:hidden;background:var(--cream-soft)}.works-layer{display:block;padding:var(--space-5);border-bottom:1px solid rgba(var(--gold-rgb),.2);background:rgba(var(--gold-rgb),.08)}.works-marker{display:inline-block;margin-top:var(--space-3);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-dark);border-radius:var(--radius-full);padding:4px 12px}}.compare-table{margin-top:var(--space-7);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.compare-row{display:flex;align-items:center;border-bottom:1px solid var(--line)}.compare-row:last-child{border-bottom:none}.compare-row--header{background:var(--black)}.compare-row--header .compare-cell{font-family:var(--font-serif);font-weight:600;color:var(--white)}.compare-cell{flex:1;padding:var(--space-4) var(--space-5);text-align:center;font-size:.95rem;color:var(--ink)}.compare-cell--label{flex:2;text-align:left;color:var(--ink-soft)}.compare-cell--highlight{background:rgba(var(--gold-rgb),.08);color:var(--gold-dark);font-weight:600;font-size:1.1rem}.compare-row--header .compare-cell--highlight{background:var(--gold);color:var(--black)}.compare-row--header .compare-cell--highlight .compare-row--header{display:none!important}.compare-row--header .compare-cell--highlight .compare-row{display:block;padding:var(--space-4);border-bottom:1px solid var(--line)}.compare-row--header .compare-cell--highlight .compare-cell--label{display:block;font-weight:600;color:var(--ink);margin-bottom:var(--space-3);text-align:left;font-size:1rem}.compare-row--header .compare-cell--highlight .compare-cell{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;font-size:.88rem;border-top:1px solid var(--line-dark, rgba(0,0,0,.06))}.compare-row--header .compare-cell--highlight .compare-cell:first-of-type{border-top:none}.compare-row--header .compare-cell--highlight .compare-cell:not(.compare-cell--label):before{content:"LuminaEye";font-weight:500;color:var(--ink-soft);font-size:.82rem}.compare-row--header .compare-cell--highlight .compare-cell:not(.compare-cell--label):last-child:before{content:"Creams & Concealer"}.compare-row--header .compare-cell--highlight .compare-cell--highlight{background:none;padding:8px 0;font-size:.88rem;color:var(--gold-dark);font-weight:600}.payment-trust-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;flex-wrap:wrap}.payment-icon{height:28px;width:auto;border-radius:4px}.footer-newsletter-banner{padding-top:24px!important;padding-bottom:24px!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
