:root{
  --green:#0f3d2e;
  --green-dark:#08281e;
  --cream:#f4ede2;
  --ivory:#fffdf8;
  --gold:#b9842e;
  --text:#27342f;
  --muted:#69736f;
  --line:rgba(15,61,46,.14);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Inter",Arial,sans;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--text);font-family:var(--sans);line-height:1.65}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
h1,h2,h3{font-family:var(--serif);color:var(--green);margin-top:0}
h1{font-size:clamp(58px,7.2vw,112px);line-height:.9;letter-spacing:-.03em}
h2{font-size:clamp(42px,5vw,76px);line-height:.96;letter-spacing:-.02em}
h3{font-size:30px;line-height:1.05}
.eyebrow{margin-bottom:16px;color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.22em}
.section{padding:clamp(82px,9vw,140px) clamp(24px,6vw,96px)}
.site-header{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:14px clamp(20px,5vw,72px);background:rgba(255,253,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#000}
.brand span{display:flex;flex-direction:column}
.brand strong,.footer-brand strong{font-family:var(--serif);font-size:27px;letter-spacing:.18em;color:var(--green)}
.brand small,.footer-brand small{font-size:8px;letter-spacing:.37em;color:var(--gold)}
.nav{display:flex;align-items:center;gap:26px}
.nav a{font-size:14px;font-weight:500}
.nav-cta{padding:11px 17px;border:1px solid var(--green)}
.menu-toggle{display:none;border:0;background:none;font-size:27px}
.hero{min-height:88vh;display:grid;grid-template-columns:1.05fr .95fr;background:linear-gradient(135deg,#fbf6ee 0%,#efe3d2 100%);overflow:hidden}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(78px,10vw,160px) clamp(28px,7vw,110px)}
.hero-text{max-width:650px;color:var(--muted);font-size:19px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border:1px solid var(--green);font-size:14px;font-weight:600;transition:.25s}
.button-primary{background:var(--green);color:#fff}
.button-primary:hover{background:var(--green-dark)}
.button-secondary{background:transparent}
.button-secondary:hover{background:var(--green);color:#fff}
.button-light{background:var(--cream);border-color:var(--cream);color:var(--green)}
.hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:55px 35px 0;background:radial-gradient(circle at 50% 42%,rgba(185,132,46,.26),transparent 36%)}
.hero-glow{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.48);filter:blur(10px)}
.hero-visual img{position:relative;z-index:2;max-height:78vh;width:auto;mix-blend-mode:multiply;filter:drop-shadow(0 35px 35px rgba(20,35,28,.16))}
.intro{text-align:center;max-width:1050px;margin:auto}
.intro p:last-child{max-width:760px;margin:auto;color:var(--muted);font-size:18px}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--cream);border:1px solid var(--line);transition:.3s}
.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(15,61,46,.12)}
.product-image-wrap{height:430px;display:flex;align-items:center;justify-content:center;padding:28px;background:#fff}
.product-image-wrap img{max-height:100%;width:auto;object-fit:contain}
.product-copy{padding:28px}
.product-copy span{color:var(--gold);font-size:11px;letter-spacing:.18em}
.product-copy p{color:var(--muted)}
.product-copy a{font-weight:600;color:var(--green)}
.philosophy{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;background:var(--green)}
.philosophy h2{color:#fff}
.philosophy-copy>p:not(.eyebrow){color:rgba(255,255,255,.72);max-width:650px}
.benefits{margin-top:40px}
.benefits>div{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.benefits b{color:var(--gold)}
.benefits span{color:#fff;font:600 28px var(--serif)}
.benefits small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font:400 13px var(--sans)}
.image-collage{position:relative;min-height:640px}
.image-collage img{position:absolute;background:#fff;box-shadow:0 30px 70px rgba(0,0,0,.25)}
.image-collage img:first-child{width:72%;left:0;top:0}
.image-collage img:last-child{width:48%;right:0;bottom:0}
.routine{background:var(--cream)}
.routine-heading{max-width:780px;margin-bottom:48px}
.routine-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.routine-steps li{background:var(--ivory);padding:34px;min-height:275px}
.routine-steps strong{color:var(--gold);font-size:12px;letter-spacing:.2em}
.routine-steps p{color:var(--muted)}
.feature{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.feature-image{min-height:620px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f1e6d7,#fff)}
.feature-image img{max-height:560px;width:auto;mix-blend-mode:multiply}
.feature-copy p:not(.eyebrow){color:var(--muted);max-width:600px;margin-bottom:28px}
.amazon-cta{display:flex;justify-content:space-between;align-items:center;gap:40px;background:var(--gold)}
.amazon-cta h2{margin-bottom:10px}
.site-footer{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:50px;padding:70px clamp(24px,6vw,96px) 28px;background:var(--green-dark);color:rgba(255,255,255,.7)}
.footer-brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.footer-brand strong{color:#fff}
.footer-brand{display:grid;grid-template-columns:52px 1fr;gap:14px}
.footer-brand p{grid-column:1/-1}
.site-footer h3{color:#fff;font-size:21px}
.site-footer a,.site-footer p{display:block;margin:0 0 10px;font-size:14px}
.footer-bottom{grid-column:1/-1;padding-top:25px;border-top:1px solid rgba(255,255,255,.13)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){
  .hero{grid-template-columns:1fr}
  .hero-visual{min-height:650px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .routine-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:72px;left:0;right:0;flex-direction:column;padding:26px;background:var(--ivory);border-bottom:1px solid var(--line)}
  .nav.open{display:flex}
  .hero-copy{padding-top:92px}
  .hero-visual{min-height:520px}
  .hero-visual img{max-height:490px}
  .product-grid,.philosophy,.feature{grid-template-columns:1fr}
  .routine-steps{grid-template-columns:1fr}
  .image-collage{min-height:500px}
  .amazon-cta{align-items:flex-start;flex-direction:column}
  .site-footer{grid-template-columns:1fr}
  .footer-bottom{grid-column:1}
}
