
:root{
  --ivory:#f4efe6;--paper:#fbf8f2;--ink:#20231e;--muted:#67695f;
  --sage:#8da08a;--sage-soft:#dfe6dc;--deep:#314337;--deep2:#1f2b23;
  --gold:#b68b50;--gold-soft:#eadcc6;--line:rgba(32,35,30,.13);--white:#fff;
  --shadow:0 24px 80px rgba(32,35,30,.12);--shadow-soft:0 10px 35px rgba(32,35,30,.08);
  --font-brand:"Avenir Next","Avenir",Avenir,"Helvetica Neue",Arial,sans-serif;
  --radius-sm:14px;--radius:24px;--radius-lg:34px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--font-brand);font-weight:400;line-height:1.66;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}p{margin:0}h1,h2,h3,h4{font-family:var(--font-brand);font-weight:500;letter-spacing:-.042em;line-height:1.04;margin:0}.wrap{width:min(1200px,calc(100% - 48px));margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:10px;font-weight:700;color:var(--gold)}.section{padding:132px 0}.section-head{max-width:720px;margin-bottom:58px}.section-head h2{font-size:clamp(40px,5.3vw,70px);margin:15px 0 22px}.section-head p{color:var(--muted);font-size:18px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 25px;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:13px;letter-spacing:.01em;cursor:pointer;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--gold);color:var(--deep2);box-shadow:0 10px 24px rgba(182,139,80,.2)}.btn.primary:hover{background:#c49a60}.btn.secondary{border-color:rgba(255,255,255,.42);color:white;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.btn.dark{background:var(--deep);color:white}.btn.dark:hover{background:var(--deep2)}.btn.ghost{border-color:var(--line);background:rgba(255,255,255,.3)}
header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(244,239,230,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(32,35,30,.07)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:var(--font-brand);font-size:21px;font-weight:600;letter-spacing:-.035em}.brand sup{font-size:8px;vertical-align:super}.navlinks{display:flex;gap:30px;align-items:center;font-size:12.5px;font-weight:500}.navlinks a{transition:.2s}.navlinks a:hover{color:var(--gold)}.menu{display:none;border:0;background:none;font-size:14px}
.hero{min-height:100vh;position:relative;display:flex;align-items:flex-end;color:white;overflow:hidden}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,27,22,.08) 0%,rgba(20,27,22,.30) 44%,rgba(20,27,22,.84) 100%)}.hero-copy{position:relative;z-index:2;padding:170px 0 92px;max-width:840px}.hero h1{font-size:clamp(56px,8.6vw,108px);font-weight:500;letter-spacing:-.055em;margin:16px 0 27px}.hero p{font-size:20px;max-width:630px;color:rgba(255,255,255,.82);line-height:1.65}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.trustbar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:rgba(251,248,242,.96);margin-top:-38px;position:relative;z-index:4;box-shadow:var(--shadow)}.trustbar div{padding:28px;border-right:1px solid var(--line)}.trustbar div:last-child{border:0}.trustbar strong{display:block;font-size:18px;font-weight:600;letter-spacing:-.025em}.trustbar span{display:block;margin-top:6px;font-size:12px;color:var(--muted);line-height:1.45}
.problem-grid,.feature-grid,.journey-grid,.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid{grid-template-columns:repeat(3,1fr)}.card{background:rgba(251,248,242,.9);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:0 1px 0 rgba(255,255,255,.7) inset;transition:.3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.card .num{font-size:38px;font-weight:500;color:var(--gold);letter-spacing:-.05em}.card h3{font-size:27px;font-weight:600;margin:18px 0 12px}.card p{color:var(--muted);font-size:15px}.darkband{background:var(--deep2);color:white}.darkband .section-head p{color:rgba(255,255,255,.68)}.pathway{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:45px}.pathway div{border-top:1px solid rgba(255,255,255,.18);padding-top:18px}.pathway b{display:block;color:var(--gold);font-size:11px;letter-spacing:.12em}.pathway span{display:block;margin-top:10px;font-size:14px;color:rgba(255,255,255,.78)}.split{display:grid;grid-template-columns:1.03fr .97fr;gap:88px;align-items:center}.bullets{display:grid;gap:18px;margin:30px 0}.bullet{display:flex;gap:14px}.bullet i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--sage-soft);color:var(--deep);font-style:normal;font-size:12px;font-weight:700;flex:0 0 28px}.bullet strong{display:block;font-size:14px}.bullet span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.visual-panel{min-height:560px;border-radius:var(--radius-lg);background:linear-gradient(145deg,#eef1e8,#cfd8ca);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}.visual-panel:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;background:rgba(255,255,255,.45);filter:blur(1px)}.bottle{width:220px;height:370px;border-radius:28px 28px 22px 22px;background:#171b17;position:relative;box-shadow:0 35px 55px rgba(29,34,28,.28);z-index:2}.bottle:before{content:"";position:absolute;top:-28px;left:28px;right:28px;height:42px;border-radius:9px 9px 4px 4px;background:#f6f4ed;border:1px solid rgba(0,0,0,.08)}.bottle-label{position:absolute;left:16px;right:16px;top:92px;bottom:30px;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:25px;color:white;display:flex;flex-direction:column;justify-content:space-between}.bottle-label small{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.62)}.bottle-label strong{font-size:24px;font-weight:500;letter-spacing:-.04em;line-height:1.08}.quote{font-size:clamp(44px,6vw,82px);line-height:1.08;letter-spacing:-.055em;max-width:970px;font-weight:500}.note{color:var(--muted);max-width:690px;font-size:16px}.footer{background:var(--deep2);color:white;padding:68px 0 36px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:42px}.footer p,.footer a{color:rgba(255,255,255,.62);font-size:12.5px}.footer h4{margin:0 0 16px;font-size:12px;letter-spacing:.04em}.legal{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin-top:42px;font-size:11px;color:rgba(255,255,255,.42)}
.product-hero{padding:165px 0 104px;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.8),transparent 28%),linear-gradient(145deg,#eef0e7,#d8dfd2)}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.product-hero h1{font-size:clamp(56px,7.3vw,92px);font-weight:500;letter-spacing:-.055em;margin:16px 0 26px}.product-hero p{font-size:18px;color:var(--muted);max-width:570px}.mini-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:27px;font-size:11.5px;color:var(--muted)}.price-card{position:relative}.price-card.featured{border-color:var(--gold);transform:translateY(-10px);box-shadow:var(--shadow-soft)}.tag{position:absolute;top:17px;right:17px;background:var(--deep);color:white;border-radius:999px;padding:7px 11px;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.price-card .qty{font-size:10px;letter-spacing:.14em;color:var(--muted)}.price-card .price{font-size:36px;font-weight:500;letter-spacing:-.05em;margin:12px 0}.price-card ul{padding-left:18px;color:var(--muted);min-height:120px;font-size:14px}.price-card .btn{width:100%}.selector{background:var(--paper);border-radius:28px;padding:38px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.choices{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.choice{padding:17px;border:1px solid var(--line);border-radius:14px;cursor:pointer;font-size:14px;transition:.2s}.choice:hover{border-color:rgba(182,139,80,.55)}.choice.active{border-color:var(--gold);background:#fff9ef}.journey-result{padding:21px;border-radius:14px;background:#edf1e8;color:var(--deep);margin-top:18px;font-size:14px}.disclaimer{background:#ece7dc;padding:18px;border-radius:14px;font-size:12px;color:var(--muted)}
@media(max-width:850px){.navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.menu{display:block}.trustbar,.problem-grid,.feature-grid,.journey-grid,.price-grid,.pathway,.split,.product-hero-grid,.footer-grid{grid-template-columns:1fr}.trustbar div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:92px 0}.hero-copy{padding-bottom:64px}.visual-panel{min-height:490px}.product-hero{padding-top:128px}.price-card.featured{transform:none}.choices{grid-template-columns:1fr}.split{gap:48px}}
@media(max-width:560px){.wrap{width:min(100% - 30px,1200px)}.hero h1{font-size:54px}.hero p{font-size:17px}.section{padding:76px 0}.section-head h2{font-size:43px}.trustbar{margin-top:-24px}.card{padding:26px}.product-hero h1{font-size:51px}.quote{font-size:45px}.bottle{transform:scale(.88)}}
