*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--burgundy:#7d3245;--burgundy-dark:#5c2435;--burgundy-deep:#3d1420;--rose-gold:#c4956a;--rose-gold-light:#ddb896;--rose-gold-pale:#f0ddd0;--charcoal:#1c1c1e;--charcoal-mid:#2c2c2e;--warm-cream:#fdf8f4;--blush:#f5e8e0;--blush-deep:#edd5c5;--white:#fff;--text-body:#3a3a3c;--text-muted:#6b6b6f;--border-light:#c4956a2e;--shadow-soft:0 8px 40px #7d324514;--shadow-card:0 20px 60px #7d32451f;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-xl:48px;--transition:.4s cubic-bezier(.25, .46, .45, .94);--transition-fast:.2s cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;font-size:16px}body{background:var(--warm-cream);color:var(--text-body);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.7;overflow-x:hidden}::selection{background:var(--rose-gold-pale);color:var(--burgundy)}.display{letter-spacing:-.02em;font-family:Playfair Display,serif;font-weight:700;line-height:1.1}.display-italic{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.heading{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}.subheading{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:500}.label{letter-spacing:.15em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translate(-50px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translate(50px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);transform:scale(.9)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s!important}.delay-2{transition-delay:.2s!important}.delay-3{transition-delay:.35s!important}.delay-4{transition-delay:.5s!important}.delay-5{transition-delay:.65s!important}.nav{z-index:1000;justify-content:space-between;align-items:center;height:72px;padding:0 5%;transition:background .4s,box-shadow .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border-light), 0 8px 32px #7d32450f;background:#fdf8f4eb}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo img{width:auto;height:44px}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--charcoal);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--burgundy)}.nav-cta{background:var(--burgundy);color:#fff;letter-spacing:.01em;transition:all var(--transition-fast);border-radius:100px;align-items:center;gap:8px;padding:10px 24px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #7d324540}.nav-cta:hover{background:var(--burgundy-dark);transform:translateY(-1px);box-shadow:0 8px 24px #7d324559}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--charcoal);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.mobile-menu{background:var(--warm-cream);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--charcoal);font-size:1.5rem;font-weight:500;text-decoration:none}.mobile-close{cursor:pointer;color:var(--charcoal);background:0 0;border:none;font-size:1.5rem;position:absolute;top:24px;right:24px}.hero{background:linear-gradient(135deg,#fdf8f4 0%,#f5e8e0 50%,#f0ddd0 100%);grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px);padding-top:0;display:grid;position:relative;overflow:hidden}.hero-bg-orb{filter:blur(80px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.hero-bg-orb-1{background:radial-gradient(circle,#c4956a4d,#0000);width:600px;height:600px;animation:8s ease-in-out infinite floatOrb;top:-100px;right:-100px}.hero-bg-orb-2{background:radial-gradient(circle,#7d324526,#0000);width:400px;height:400px;animation:10s ease-in-out infinite reverse floatOrb;bottom:-50px;left:-50px}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.05)}}.hero-content{z-index:2;flex-direction:column;justify-content:center;padding:56px 5% 72px 8%;display:flex;position:relative}.hero-badge{color:var(--burgundy);letter-spacing:.12em;text-transform:uppercase;background:#7d324514;border:1px solid #7d324526;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--rose-gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-title{color:var(--charcoal);margin-bottom:12px;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;line-height:1.1}.hero-title em{color:var(--burgundy);font-style:italic}.hero-tagline{color:var(--rose-gold);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,1.8vw,1.35rem);font-style:italic;font-weight:500}.hero-sub{color:var(--text-body);max-width:520px;margin-bottom:40px;font-size:1rem;line-height:1.75}.hero-sub strong{color:var(--burgundy);font-weight:600}.hero-cta-group{flex-wrap:wrap;gap:16px;display:flex}.hero-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:620px;margin-top:24px;display:grid}.hero-service-card{border:1px solid var(--border-light);min-height:88px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);background:#ffffffb8;border-radius:20px;flex-direction:column;justify-content:center;gap:4px;padding:18px 48px 18px 20px;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 34px #7d324514}.hero-service-card:before{content:"";opacity:.18;border-radius:50%;width:92px;height:92px;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.hero-service-card:hover{border-color:#7d324547;transform:translateY(-2px);box-shadow:0 16px 46px #7d324524}.hero-service-card-m:before{background:#1f6291}.hero-service-card-f:before{background:var(--burgundy)}.hero-service-card-r:before{background:var(--rose-gold)}.hero-service-title{z-index:1;color:var(--charcoal);font-size:.98rem;font-weight:700;line-height:1.25;position:relative}.hero-service-note{z-index:1;color:var(--text-muted);font-size:.76rem;line-height:1.35;position:relative}.hero-service-arrow{z-index:1;color:var(--burgundy);font-size:1.4rem;line-height:1;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.btn-primary{background:var(--burgundy);color:#fff;transition:all var(--transition-fast);border-radius:100px;align-items:center;gap:10px;padding:16px 32px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #7d32454d}.btn-primary:after{content:"";opacity:0;background:#ffffff1a;transition:opacity .2s;position:absolute;inset:0}.btn-primary:hover:after{opacity:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px #7d324566}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translate(4px)}.btn-secondary{color:var(--burgundy);transition:all var(--transition-fast);background:0 0;border:1.5px solid #7d32454d;border-radius:100px;align-items:center;gap:8px;padding:16px 28px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-secondary:hover{border-color:var(--burgundy);background:#7d32450f;transform:translateY(-1px)}.hero-doctor{border-top:1px solid var(--border-light);align-items:center;gap:14px;margin-top:48px;padding-top:32px;display:flex}.hero-doctor-avatar{background:linear-gradient(135deg, var(--burgundy), var(--rose-gold));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;display:flex}.hero-doctor-info p{color:var(--text-muted);font-size:.8rem}.hero-doctor-info strong{color:var(--charcoal);font-size:.9rem;font-weight:600;display:block}.hero-visual{z-index:2;justify-content:center;align-items:center;padding:80px 8% 80px 4%;display:flex;position:relative}.hero-visual-wrap{width:100%;max-width:440px;position:relative}.hero-card-main{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-light);background:#fff;padding:40px;animation:6s ease-in-out infinite cardFloat}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-card-label{letter-spacing:.15em;text-transform:uppercase;color:var(--rose-gold);margin-bottom:20px;font-size:.7rem;font-weight:700}.hero-stats{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hero-stat{background:var(--warm-cream);border-radius:var(--radius-sm);border:1px solid var(--border-light);padding:20px}.hero-stat-num{color:var(--burgundy);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1;display:block}.hero-stat-label{color:var(--text-muted);margin-top:6px;font-size:.75rem;line-height:1.3}.hero-card-divider{background:var(--border-light);height:1px;margin:24px 0}.hero-card-footer{align-items:center;gap:12px;display:flex}.hero-card-footer-icon{background:linear-gradient(135deg, var(--rose-gold-pale), var(--blush));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero-card-footer p{color:var(--text-muted);font-size:.8rem;line-height:1.4}.hero-card-footer strong{color:var(--charcoal)}.hero-floating-pill{border:1px solid var(--border-light);white-space:nowrap;background:#fff;border-radius:100px;align-items:center;gap:10px;padding:10px 18px;display:flex;position:absolute;box-shadow:0 8px 32px #0000001a}.hero-floating-pill-1{animation:5s ease-in-out infinite pillFloat1;top:-20px;right:-30px}.hero-floating-pill-2{animation:7s ease-in-out infinite pillFloat2;bottom:20px;left:-40px}@keyframes pillFloat1{0%,to{transform:translate(0)}50%{transform:translate(-8px,8px)}}@keyframes pillFloat2{0%,to{transform:translate(0)}50%{transform:translate(8px,-10px)}}.pill-dot{border-radius:50%;width:8px;height:8px}.pill-dot-green{background:#34c759}.pill-dot-gold{background:var(--rose-gold)}.hero-floating-pill p{color:var(--charcoal);font-size:.78rem;font-weight:600}.hero-floating-pill span{color:var(--text-muted);font-size:.72rem;display:block}.section-divider{background:linear-gradient(90deg, transparent, var(--border-light), var(--rose-gold-light), var(--border-light), transparent);width:100%;height:1px;margin:0}.trust-bar{background:var(--charcoal);flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;padding:20px 8%;display:flex}.proof-strip{justify-content:space-between;gap:28px;min-height:58px;margin-top:72px;padding:10px 8%}.trust-item{align-items:center;gap:12px;display:flex}.trust-item svg{opacity:.6}.trust-item p{color:#ffffffb3;font-size:.8rem;font-weight:500}.trust-item strong{color:#fffffff2;font-size:.85rem;display:block}.proof-strip .trust-item svg{width:18px;height:18px}.proof-strip .trust-item strong{font-size:.82rem;line-height:1.2}.proof-strip .trust-item p{font-size:.75rem;line-height:1.35}section{padding:100px 8%}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--rose-gold);margin-bottom:16px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;display:block}.section-title{color:var(--charcoal);margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.section-title em{color:var(--burgundy);font-style:italic}.section-subtitle{color:var(--text-muted);max-width:580px;font-size:1.05rem;line-height:1.75}.problem{background:var(--charcoal-mid);position:relative;overflow:hidden}.problem:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.problem-inner{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.problem .section-title{color:#fff}.problem .section-title em{color:var(--rose-gold-light)}.problem-text{color:#ffffffb3;margin-bottom:20px;font-size:1.15rem;line-height:1.85}.problem-highlight{border-radius:var(--radius-md);color:var(--rose-gold-light);background:#c4956a1f;border:1px solid #c4956a40;margin-top:40px;padding:28px 36px;font-family:Playfair Display,serif;font-size:1.35rem;font-style:italic;line-height:1.5}.products{background:var(--warm-cream)}.products-header{text-align:center;margin-bottom:64px}.products-header .section-subtitle{margin:0 auto}.products-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.product-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--border-light);transition:transform var(--transition), box-shadow var(--transition);background:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card);transform:translateY(-8px)}.product-card.featured{border:2px solid var(--rose-gold)}.featured-badge{background:linear-gradient(135deg, var(--rose-gold), var(--rose-gold-light));color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.68rem;font-weight:700;position:absolute;top:20px;right:20px}.product-visual{justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.product-visual-m{background:linear-gradient(145deg,#edf4f8 0%,#d8ecf5 50%,#c5e0ee 100%)}.product-visual-f{background:linear-gradient(145deg,#f8edf4 0%,#f5d8ec 50%,#eec5e0 100%)}.product-visual-r{background:linear-gradient(145deg,#f8f4ed 0%,#f5ecd8 50%,#eee0c5 100%)}.product-icon-wrap{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;display:flex;position:relative}.product-icon-wrap-m{background:#1f62911f}.product-icon-wrap-f{background:#7d32451f}.product-icon-wrap-r{background:#c4956a26}.product-glow{filter:blur(50px);opacity:.4;border-radius:50%;width:160px;height:160px;position:absolute}.product-glow-m{background:#1f6291}.product-glow-f{background:#7d3245}.product-glow-r{background:#c4956a}.product-body{flex-direction:column;flex:1;padding:32px;display:flex}.product-name{color:var(--charcoal);margin-bottom:4px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.product-subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--rose-gold);margin-bottom:16px;font-size:.8rem;font-weight:600}.product-desc{color:var(--text-body);flex:1;margin-bottom:24px;font-size:.93rem;line-height:1.7}.product-ingredients{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.ingredient-tag{background:var(--blush);color:var(--burgundy);border:1px solid #7d32451f;border-radius:100px;padding:4px 12px;font-size:.72rem;font-weight:600}.product-cta{text-align:center;background:var(--warm-cream);color:var(--burgundy);transition:all var(--transition-fast);border:1.5px solid #7d324533;border-radius:100px;padding:14px 24px;font-size:.875rem;font-weight:600;text-decoration:none;display:block}.product-card.featured .product-cta{background:var(--burgundy);color:#fff;border-color:var(--burgundy)}.product-cta:hover{background:var(--burgundy);color:#fff;border-color:var(--burgundy);transform:translateY(-1px)}.doctor{background:var(--blush)}.doctor-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.doctor-visual{position:relative}.doctor-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-light);background:#fff;padding:40px}.doctor-avatar{background:linear-gradient(135deg, var(--burgundy-dark), var(--burgundy), var(--rose-gold));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 8px 32px #7d324540}.doctor-name{color:var(--charcoal);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.doctor-title{color:var(--text-muted);margin-bottom:20px;font-size:.83rem;line-height:1.5}.doctor-quote{color:var(--text-body);border-left:3px solid var(--rose-gold);margin-bottom:24px;padding-left:20px;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;line-height:1.7}.doctor-stats-mini{grid-template-columns:1fr 1fr;gap:16px;display:grid}.doctor-stat-mini{text-align:center;background:var(--warm-cream);border-radius:var(--radius-sm);padding:16px}.doctor-stat-num{color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:block}.doctor-stat-label{color:var(--text-muted);margin-top:4px;font-size:.72rem}.doctor-floating{background:var(--burgundy);color:#fff;border-radius:var(--radius-md);padding:20px 24px;position:absolute;top:-20px;right:-20px;box-shadow:0 16px 48px #7d32454d}.doctor-floating p{opacity:.8;font-size:.78rem}.doctor-floating strong{margin-bottom:4px;font-size:1rem;display:block}.doctor-content .section-title{margin-bottom:32px}.doctor-features{flex-direction:column;gap:28px;display:flex}.doctor-feature{align-items:flex-start;gap:20px;display:flex}.doctor-feature-icon{border-radius:var(--radius-sm);background:#7d324514;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.doctor-feature-text h4{color:var(--charcoal);margin-bottom:6px;font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.doctor-feature-text p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.protocol{background:#fff;position:relative;overflow:hidden}.protocol:before{content:"90";color:#7d324508;pointer-events:none;font-family:Playfair Display,serif;font-size:30vw;font-weight:700;line-height:1;position:absolute;top:50%;right:-2%;transform:translateY(-50%)}.protocol-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.protocol-timeline{position:relative}.protocol-step{align-items:flex-start;gap:24px;margin-bottom:36px;display:flex;position:relative}.protocol-step:not(:last-child):after{content:"";background:linear-gradient(to bottom, var(--rose-gold), var(--blush));width:2px;position:absolute;top:52px;bottom:-28px;left:23px}.protocol-step-num{border:2px solid var(--rose-gold);width:48px;height:48px;color:var(--rose-gold);transition:all var(--transition-fast);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-weight:700;display:flex}.protocol-step:hover .protocol-step-num{background:var(--rose-gold);color:#fff}.protocol-step-body h4{color:var(--charcoal);margin-bottom:6px;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600}.protocol-step-body p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.protocol-visual{justify-content:center;align-items:center;display:flex}.protocol-circle{border:2px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:320px;height:320px;animation:20s linear infinite rotateSlow;display:flex;position:relative}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.protocol-circle-inner{background:linear-gradient(135deg, var(--blush), var(--rose-gold-pale));border:1px solid var(--border-light);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;animation:20s linear infinite reverse rotateSlow;display:flex;box-shadow:0 8px 40px #c4956a33}.protocol-circle-num{color:var(--burgundy);font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1}.protocol-circle-label{letter-spacing:.15em;text-transform:uppercase;color:var(--rose-gold);margin-top:4px;font-size:.75rem;font-weight:600}.protocol-dot{background:var(--rose-gold);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 0 12px #c4956a80}.protocol-dot-1{top:-6px;left:50%;transform:translate(-50%)}.protocol-dot-2{bottom:-6px;left:50%;transform:translate(-50%)}.protocol-dot-3{top:50%;left:-6px;transform:translateY(-50%)}.protocol-dot-4{top:50%;right:-6px;transform:translateY(-50%)}.includes{background:var(--warm-cream)}.includes-header{text-align:center;margin-bottom:64px}.includes-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.include-card{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);border:1px solid var(--border-light);text-align:center;transition:transform var(--transition), box-shadow var(--transition);background:#fff;padding:36px 28px}.include-card:hover{box-shadow:var(--shadow-card);transform:translateY(-6px)}.include-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--blush), var(--rose-gold-pale));justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.include-title{color:var(--charcoal);margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600}.include-desc{color:var(--text-muted);font-size:.85rem;line-height:1.65}.who-for{background:linear-gradient(135deg, var(--burgundy-deep) 0%, var(--burgundy) 50%, var(--burgundy-dark) 100%);position:relative;overflow:hidden}.who-for:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.who-for-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.who-for .section-label{color:var(--rose-gold-light)}.who-for .section-title{color:#fff}.who-for .section-title em{color:var(--rose-gold-light)}.who-for-sub{color:#ffffffa6;margin-bottom:36px;font-size:1rem;line-height:1.75}.who-items{flex-direction:column;gap:0;display:flex}.who-item{transition:all var(--transition-fast);cursor:default;border-bottom:1px solid #ffffff14;align-items:flex-start;gap:16px;padding:20px 0;display:flex}.who-item:first-child{border-top:1px solid #ffffff14}.who-item:hover{padding-left:8px}.who-check{background:#c4956a33;border:1.5px solid #c4956a66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.who-item p{color:#fffc;font-size:.93rem;line-height:1.6}.who-for-image{justify-content:center;align-items:center;display:flex;position:relative}.who-for-blob{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:60% 40% 70% 30%/50% 60% 40% 70%;justify-content:center;align-items:center;width:360px;height:360px;animation:8s ease-in-out infinite morphBlob;display:flex}@keyframes morphBlob{0%,to{border-radius:60% 40% 70% 30%/50% 60% 40% 70%}25%{border-radius:40% 60% 30% 70%/60% 40% 70% 30%}50%{border-radius:70% 30% 40% 60%/30% 70% 50% 50%}75%{border-radius:30% 70% 60% 40%/70% 30% 60% 40%}}.who-for-stat-wrap{text-align:center}.who-for-big-num{color:var(--rose-gold-light);font-family:Playfair Display,serif;font-size:5rem;font-weight:700;line-height:1;display:block}.who-for-big-label{color:#ffffffb3;margin-top:8px;font-size:1rem}.compliance{background:var(--blush);padding:60px 8%}.compliance-inner{text-align:center;border-radius:var(--radius-md);max-width:780px;box-shadow:var(--shadow-soft);border:1px solid var(--border-light);background:#fff;margin:0 auto;padding:40px 48px}.compliance-icon{opacity:.4;width:48px;height:48px;margin:0 auto 20px}.compliance-title{color:var(--charcoal);margin-bottom:14px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600}.compliance-text{color:var(--text-muted);font-size:.83rem;line-height:1.8}.final-cta{background:var(--warm-cream);text-align:center;padding:120px 8%;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 50% 100%,#c4956a1f,#0000);position:absolute;inset:0}.final-cta-inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.final-cta-ornament{background:linear-gradient(90deg, transparent, var(--rose-gold), transparent);width:48px;height:2px;margin:0 auto 32px}.final-cta .section-title{margin-bottom:20px;font-size:clamp(2rem,4vw,3rem)}.final-cta-sub{color:var(--text-muted);margin-bottom:48px;font-size:1.05rem;line-height:1.75}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}footer{background:var(--charcoal);color:#fff9;text-align:center;padding:48px 8%}.footer-logo{margin-bottom:16px}.footer-logo img{filter:brightness(0)invert();opacity:.8;height:36px}.footer-tagline{margin-bottom:24px;font-size:.85rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:24px;display:flex}.footer-links a{color:#ffffff80;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--rose-gold-light)}.footer-copy{color:#ffffff4d;border-top:1px solid #ffffff14;padding-top:24px;font-size:.75rem}.scroll-top{z-index:900;background:var(--burgundy);color:#fff;cursor:pointer;opacity:0;width:48px;height:48px;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(16px);box-shadow:0 8px 24px #7d32454d}.scroll-top.visible{opacity:1;transform:translateY(0)}.scroll-top:hover{background:var(--burgundy-dark);transform:translateY(-2px)}@media (width<=1024px){.products-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.includes-grid{grid-template-columns:repeat(2,1fr)}.doctor-inner,.protocol-inner,.who-for-inner{grid-template-columns:1fr;gap:48px}.hero{grid-template-columns:1fr}.hero-visual{display:none}.hero-content{text-align:center;padding:64px 8%}.hero-cta-group{justify-content:center}.hero-service-grid{margin-left:auto;margin-right:auto}.hero-doctor{justify-content:center}.hero-sub{margin:0 auto 40px}}@media (width<=768px){section{padding:72px 5%}.nav-links,.nav .nav-cta{display:none}.hamburger{display:flex}.includes-grid{grid-template-columns:1fr 1fr}.trust-bar{gap:24px;padding:20px 5%}.proof-strip{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:22px;min-height:54px;margin-top:72px;padding:8px 5%;display:flex;overflow-x:auto}.proof-strip::-webkit-scrollbar{display:none}.proof-strip .trust-item{flex:none}.proof-strip .trust-item p{display:none}.trust-item p{font-size:.75rem}.hero-floating-pill{display:none}.protocol-circle{width:240px;height:240px}.protocol-circle-inner{width:160px;height:160px}.protocol-circle-num{font-size:3rem}.doctor-floating{display:none}.who-for-blob{width:240px;height:240px}.who-for-big-num{font-size:3.5rem}.compliance-inner{padding:32px 24px}}@media (width<=480px){section{padding:64px 5%}.includes-grid{grid-template-columns:1fr}.hero-cta-group{flex-direction:column;align-items:center}.hero-service-grid{grid-template-columns:1fr;max-width:340px}.hero-service-card{text-align:left;min-height:78px;padding:16px 46px 16px 18px}.final-cta-buttons{flex-direction:column;align-items:center}.who-for-inner{grid-template-columns:1fr}.protocol-visual{display:none}.proof-strip{display:flex}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.btn-primary:active{transform:translateY(0)}.product-card:before{content:"";opacity:0;border-radius:inherit;background:linear-gradient(90deg,#0000,#fff3,#0000) 0 0/200% 100%;transition:opacity .3s;position:absolute;inset:0}.product-card:hover:before{opacity:1;animation:1.5s infinite shimmer}@keyframes rippleAnim{to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.detail-page{background:var(--warm-cream);min-height:100vh;padding:32px 8% 96px}.detail-back{color:var(--burgundy);margin-bottom:32px;font-weight:600;text-decoration:none;display:inline-flex}.detail-hero{grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:64px;padding:48px 0 72px;display:grid}.detail-hero .product-visual{border-radius:var(--radius-lg);height:420px;box-shadow:var(--shadow-card);border:1px solid var(--border-light)}.detail-product-mark{color:var(--burgundy);font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.detail-copy .product-ingredients{margin-top:28px;margin-bottom:24px}.detail-price{color:var(--burgundy);font-weight:700}.checkout-panel{border:1px solid var(--border-light);box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr minmax(280px,420px);align-items:start;gap:48px;padding:44px;display:grid}.checkout-form{gap:14px;display:grid}.checkout-form input{border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;font:inherit;color:var(--charcoal);background:var(--warm-cream);padding:14px 16px}.checkout-form button{cursor:pointer;border:none;justify-content:center}.checkout-form button:disabled{opacity:.7;cursor:wait}.checkout-error{color:#b42318;font-size:.9rem}.success-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.success-page img{width:170px;margin-bottom:24px}.legal-page{background:radial-gradient(ellipse 70% 45% at 85% 8%, #c4956a29, transparent), var(--warm-cream);min-height:100vh;padding:32px 8% 96px}.legal-hero{max-width:860px;padding:32px 0 42px}.legal-hero .section-title{margin-bottom:16px}.legal-updated{color:var(--burgundy);margin-top:22px;font-size:.86rem;font-weight:700}.legal-content{border:1px solid var(--border-light);border-radius:var(--radius-lg);max-width:920px;box-shadow:var(--shadow-soft);background:#ffffffc7;padding:44px}.legal-content section{margin:0 0 32px;padding:0}.legal-content section:last-child{margin-bottom:0}.legal-content h2{color:var(--charcoal);margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.35rem;line-height:1.25}.legal-content p{color:var(--text-body);font-size:.98rem;line-height:1.85}.legal-content a{color:var(--burgundy);font-weight:700;text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (width<=900px){.detail-hero,.checkout-panel{grid-template-columns:1fr}.detail-hero .product-visual{height:300px}.legal-page{padding:24px 5% 72px}.legal-content{border-radius:var(--radius-md);padding:28px 22px}}
