 :root{
    --green:#173d31;
    --green-2:#214c3e;
    --cream:#f7f6ef;
    --cream-2:#eef2e9;
    --gold:#b89442;
    --gold-light:#d9bf73;
    --text:#29483f;
    --muted:#687b75;
    --line:#d9ddd7;
    --white:#fff;
    --radius:26px;
    --max:1220px;
    --shadow:0 18px 45px rgba(24,55,45,.10);
  }

  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{
    margin:0;
    color:var(--text);
    background:#fafaf7;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height:1.7;
  }
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  button{font:inherit}

  /* Typography */
  .serif{
    font-family:Georgia,"Times New Roman",serif;
    font-weight:400;
    letter-spacing:-.035em;
  }
  .eyebrow{
    margin:0 0 24px;
    color:var(--gold);
    font-size:13px;
    line-height:1.2;
    letter-spacing:.28em;
    text-transform:uppercase;
    font-weight:600;
  }
  h1,h2,h3,p{margin-top:0}
  h1{
    font-size:clamp(48px,6.2vw,82px);
    line-height:.99;
    max-width:760px;
    margin-bottom:34px;
  }
  h2{
    font-size:clamp(42px,5vw,66px);
    line-height:1.04;
    margin-bottom:28px;
  }
  h3{
    font-family:Georgia,"Times New Roman",serif;
    font-weight:400;
    font-size:30px;
    line-height:1.15;
    margin-bottom:16px;
  }
  .lead{
    color:var(--muted);
    font-size:19px;
    line-height:1.85;
    max-width:720px;
  }

  /* Header */
  .site-header{
    position:sticky;
    top:0;
    z-index:100;
    height:90px;
    background:rgba(250,250,247,.94);
    border-bottom:1px solid rgba(32,59,50,.10);
    backdrop-filter:blur(14px);
  }
  .nav{
    width:min(calc(100% - 48px),var(--max));
    height:100%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
  }
  .logo{
    font-family:Georgia,"Times New Roman",serif;
    font-size:31px;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  .logoimg{width: 200px;}
  .darklogo{width: 200px;}
  .logo span{color:var(--gold)}
  .nav-links{
    display:flex;
    align-items:center;
    gap:42px;
    font-size:16px;
  }
  .nav-links a{
    transition:opacity .2s;
  }
  .nav-links a:hover{opacity:.6}
  .nav-cta{
    background:var(--green);
    color:#fff;
    padding:14px 27px;
    border-radius:999px;
    box-shadow:0 9px 25px rgba(23,61,49,.17);
    white-space:nowrap;
  }
  .menu-btn{
    display:none;
    border:0;
    background:transparent;
    font-size:27px;
    color:var(--green);
    cursor:pointer;
  }

  /* Common */
  .section{
    padding:120px 24px;
  }
  .container{
    width:min(100%,var(--max));
    margin:auto;
  }
  .center{text-align:center}
  .center .lead{margin-left:auto;margin-right:auto}

  /* Hero */
  .hero{
    min-height:calc(100vh - 90px);
    display:flex;
    align-items:center;
    background:#f4f7ea;
  }
  .hero-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    align-items:center;
    gap:50px;
  }


  .hero-copy .lead{max-width:690px}
  .buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:38px;
  }
  .btn{
    min-height:56px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:0 31px;
    border-radius:999px;
    border:1.5px solid var(--green);
    font-weight:700;
    transition:transform .2s,box-shadow .2s,background .2s;
  }
  .btn:hover{transform:translateY(-2px)}
  .btn-primary{
    background:var(--green);
    color:#fff;
    box-shadow:0 12px 25px rgba(23,61,49,.15);
  }
  .btn-secondary{background:transparent}
  .benefit-row{
    display:flex;
    gap:26px;
    flex-wrap:wrap;
    margin-top:38px;
    color:#6e817a;
    font-size:13px;
    font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  }
  .benefit-row span::before{
    content:"✓";
    color:var(--gold);
    margin-right:8px;
    font-weight:bold;
  }

  .product-stage {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.mainhero{padding: 10px 24px}

.hero-product-image {
  width: 125%;
  max-width: none;
  height: auto;
  transform: translateX(-5%);
}
  .product-glow{
    position:absolute;
    width:390px;
    height:390px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(208,192,130,.27),transparent 67%);
  }
  .bottle{
    position:relative;
    width:170px;
    height:455px;
    border-radius:22px 22px 31px 31px;
    background:linear-gradient(90deg,#143b2f 0%,#1d4a3c 45%,#12372d 100%);
    box-shadow:28px 28px 45px rgba(22,53,43,.22);
  }
  .pump-neck{
    position:absolute;
    top:-70px;
    left:48px;
    width:74px;
    height:72px;
    border-radius:9px 9px 0 0;
    background:linear-gradient(90deg,#c29b3c,#e0be65,#b58d31);
  }
  .pump-head{
    position:absolute;
    top:-86px;
    left:33px;
    width:105px;
    height:24px;
    border-radius:20px;
    background:linear-gradient(90deg,#d7b356,#a77d24);
  }
  .pump-spout{
    position:absolute;
    top:-86px;
    left:104px;
    width:67px;
    height:20px;
    border-radius:0 16px 16px 0;
    background:#b58b32;
  }
  .label{
    position:absolute;
    left:19px;
    right:19px;
    top:125px;
    height:240px;
    border-radius:10px;
    background:#fafaf5;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:18px;
    text-align:center;
    color:var(--green);
  }
  .label-brand{
    font-family:Georgia,serif;
    font-size:23px;
    line-height:1.1;
  }
  .label-brand span{color:var(--gold)}
  .label-line{
    width:55px;
    height:1px;
    background:var(--gold);
    margin:16px 0;
  }
  .label-small{
    font-size:8px;
    letter-spacing:.14em;
    line-height:1.6;
    text-transform:uppercase;
  }
  .ph-badge{
    position:absolute;
    right:8%;
    top:16%;
    width:96px;
    height:96px;
    border-radius:50%;
    background:#fff;
    border:1px solid #e3e6e1;
    box-shadow:var(--shadow);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .ph-badge strong{
    font:400 28px Georgia,serif;
    color:var(--green);
  }
  .ph-badge small{
    color:#77847e;
    font-size:10px;
    letter-spacing:.15em;
  }
  .step-badge{
    position:absolute;
    left:9%;
    bottom:17%;
    background:var(--green);
    color:#fff;
    padding:17px 24px;
    border-radius:18px;
    box-shadow:var(--shadow);
  }
  .step-badge small{
    display:block;
    color:var(--gold-light);
    font:12px ui-monospace,monospace;
    letter-spacing:.18em;
    margin-bottom:4px;
  }
  .step-badge strong{
    font:24px Georgia,serif;
  }

  /* Marquee */
  .marquee{
    overflow:hidden;
    background:var(--green);
    color:#fff;
    white-space:nowrap;
  }
  .marquee-track{
    display:flex;
    width:max-content;
    animation:marquee 28s linear infinite;
  }
  .marquee-item{
    padding:13px 28px;
    font:12px ui-monospace,monospace;
    letter-spacing:.18em;
  }
  .marquee-item::after{
    content:"•";
    color:var(--gold-light);
    margin-left:28px;
  }
  @keyframes marquee{
    to{transform:translateX(-50%)}
  }

  /* Comparison */
  .comparison{
    background:#fbfaf6;
  }
  .compare-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    margin-top:68px;
  }
  .compare-card{
    border-radius:24px;
    padding:44px;
    border:1px solid var(--line);
  }
  .compare-card.before{background:#f4f0e5}
  .compare-card.after{
    background:var(--green);
    color:#fff;
    border-color:var(--green);
  }
  .compare-card ul{
    list-style:none;
    margin:25px 0 0;
    padding:0;
    display:grid;
    gap:18px;
  }
  .compare-card li{
    display:flex;
    gap:15px;
    align-items:flex-start;
    font-size:16px;
  }
  .compare-card li::before{
    content:"×";
    color:var(--gold);
    font-weight:700;
    font-size:21px;
    line-height:1;
  }
  .compare-card.after li::before{content:"✓"}

  /* Routine */
  .routine{
    background:#eef2e9;
  }
  .routine-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:26px;
    margin-top:65px;
  }
  .routine-card{
    background:#fff;
    border:1px solid #dde2db;
    border-radius:25px;
    padding:42px;
  }
  .routine-card.featured{border-color:#c6a24b}
  .tag{
    display:inline-block;
    margin-top:12px;
    padding:7px 15px;
    border-radius:999px;
    background:#f0f2ec;
    font:12px ui-monospace,monospace;
  }
  .routine-note{
    margin-top:34px;
    color:#6d8079;
  }
  .routine-note strong{color:var(--green)}

  /* Formula */
  .formula-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:65px;
  }
  .formula-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:40px;
    box-shadow:0 12px 35px rgba(32,59,50,.04);
  }
  .icon{
    width:140px;
    height:140px;
    border-radius:17px;
   
    margin:0 auto;
    display:grid;
    place-items:center;
    margin-bottom:26px;
  }
  .icon svg{
    width:31px;
    height:31px;
    stroke:var(--green);
    fill:none;
    stroke-width:1.7;
  }
  .formula-card p{color:var(--muted);font-size:16px}
  .pills{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:54px;
  }
  .pill{
    border:1.5px solid var(--green);
    border-radius:999px;
    padding:9px 22px;
    font:12px ui-monospace,monospace;
  }
  .pill.gold{border-color:var(--gold);color:#a18135}

  /* How to use */
  .dark-section{
    background:var(--green);
    color:#fff;
  }
  .dark-section .lead{color:#d1dcd6}
  .use-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:65px;
  }
  .use-card{
    min-height:310px;
    padding:38px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:25px;
  }
  .number{
    color:var(--gold-light);
    font:48px Georgia,serif;
    line-height:1;
    margin-bottom:42px;
  }
  .use-card p{color:#d1dcd6}

  /* FAQ */
  .faq-list{
    margin-top:65px;
    border-top:1px solid var(--line);
  }
  .faq-item{border-bottom:1px solid var(--line)}
  .faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding:28px 6px;
    border:0;
    background:none;
    color:var(--green);
    cursor:pointer;
    text-align:left;
    font:24px Georgia,serif;
  }
  .faq-plus{
    flex:0 0 auto;
    font-size:28px;
    color:var(--gold);
    transition:transform .25s;
  }
  .faq-answer{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .3s ease;
  }
  .faq-answer-inner{
    overflow:hidden;
    color:var(--muted);
    max-width:900px;
  }
  .faq-item.open .faq-answer{grid-template-rows:1fr}
  .faq-item.open .faq-plus{transform:rotate(45deg)}
  .faq-item.open .faq-answer-inner{padding:0 6px 30px}

  /* CTA */
  .final-cta{
    background:#eef2e9;
    text-align:center;
  }
  .final-cta .lead{max-width:760px}
  .final-cta .btn{margin-top:26px}

  /* Footer */
  footer{
    background:#0e2e25;
    color:#d5ded9;
    padding:70px 24px 45px;
  }
  .footer-top{
    display:flex;
    justify-content:space-between;
    gap:50px;
  }
  .footer-logo{color:#fff;font-size:30px}
  .footer-logo span{color:var(--gold-light)}
  .footer-desc{max-width:410px;margin-top:18px;color:#aabbb4}
  .footer-links{
    display:flex;
    gap:35px;
    flex-wrap:wrap;
  }
  .footer-links a{color:#d5ded9}
  .legal{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:48px;
    padding-top:32px;
    color:#93a79f;
    font-size:13px;
    max-width:920px;
  }

  /* Mobile */
  @media (max-width:900px){
    .site-header{height:74px}
    .nav{width:min(calc(100% - 32px),var(--max))}
    .logo{font-size:26px}
    .menu-btn{display:block}
    .nav-links{
      display:none;
      position:absolute;
      top:74px;
      left:0;
      right:0;
      padding:22px 20px 28px;
      background:#fafaf7;
      border-bottom:1px solid var(--line);
      flex-direction:column;
      align-items:stretch;
      gap:0;
    }
    .nav-links.open{display:flex}
    .nav-links a{padding:13px 4px}
    .nav-cta{text-align:center;margin-top:8px}
    .hero{min-height:auto}
    .hero-grid,
    .compare-grid,
    .routine-grid{grid-template-columns:1fr}
    .hero-copy{padding-top:25px}
    .product-stage{min-height:500px}
    .formula-grid{grid-template-columns:1fr}
    .use-grid{grid-template-columns:1fr}
    .footer-top{flex-direction:column}
  }

  @media (max-width:600px){
    .section{padding:78px 18px}
    h1{font-size:48px}
    h2{font-size:43px}
    .lead{font-size:16px;line-height:1.75}
    .eyebrow{font-size:11px;margin-bottom:18px}
    .buttons{flex-direction:column}
    .btn{width:100%}
    .benefit-row{gap:12px}
    .product-stage{min-height:420px}
    .product-glow{width:300px;height:300px}
    .bottle{transform:scale(.78)}
    .ph-badge{right:0;top:12%;width:78px;height:78px}
    .ph-badge strong{font-size:22px}
    .step-badge{left:0;bottom:10%;padding:13px 17px}
    .step-badge strong{font-size:20px}
    .compare-card,.routine-card,.formula-card,.use-card{padding:28px}
    .faq-question{font-size:20px;padding:24px 3px}
    .footer-links{flex-direction:column;gap:10px}
  }

  @media (max-width: 900px) {
  .hero-product-image {
    width: 100%;
    max-width: 520px;
    transform: none;
  }

  .product-stage {
    min-height: 500px;
  }
}

@media (max-width: 600px) {
  .hero-product-image {
    width: 105%;
    max-width: 420px;
  }

  .product-stage {
    min-height: 420px;
  }
}



  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .marquee-track{animation:none}
    *{transition:none!important}
  }