:root{
  --green:#073b31;
  --green-2:#0f5445;
  --cream:#f6efe3;
  --cream-2:#fffaf0;
  --ink:#063b31;
  --muted:#5f716a;
  --gold:#c89d4f;
  --line:rgba(7,59,49,.14);
  --shadow:0 22px 70px rgba(7,59,49,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

.site-header{
  position:sticky;top:0;z-index:50;height:76px;
  display:grid;grid-template-columns:170px 1fr 180px;align-items:center;
  padding:0 5vw;background:var(--green);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.08)
}
.brand img{width:118px}
.nav{display:flex;justify-content:center;gap:30px;font-weight:800;font-size:14px}
.nav a{opacity:.9}.nav a.active,.nav a:hover{color:#e8d7aa;opacity:1}
.header-cta{justify-self:end;font-weight:900;font-size:14px;border:1px solid rgba(232,215,170,.35);border-radius:999px;padding:10px 15px}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:999px;width:42px;height:42px}
.menu-toggle span{display:block;width:18px;height:2px;background:#fff;margin:5px auto}

.hero{
  position:relative;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center;
  min-height:680px;padding:74px 6vw 70px;
  background:
    radial-gradient(circle at 74% 44%,rgba(255,255,255,.48),transparent 18%),
    radial-gradient(circle at 60% 80%,rgba(190,166,104,.24),transparent 22%),
    linear-gradient(90deg,#f7f0e4 0%,#f4eddf 36%,#d8d8bd 58%,#88a286 78%,#2d604f 100%);
}
.hero:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse at 42% 15%,rgba(105,130,80,.13),transparent 11%),
    radial-gradient(ellipse at 94% 76%,rgba(17,62,45,.20),transparent 16%),
    linear-gradient(to bottom,transparent 83%,rgba(246,239,227,.95));
}
.hero-copy,.hero-showcase{position:relative;z-index:2}
.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#7a6c53}
.eyebrow.light{color:#e8d7aa}
.hero h1{
  margin:0 0 24px;max-width:700px;
  font-family:'Playfair Display',Georgia,serif;font-size:clamp(54px,5.7vw,88px);line-height:1.01;letter-spacing:-.055em
}
.hero-lede{font-size:20px;line-height:1.55;color:#17453b;max-width:590px;margin:0 0 34px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;border-radius:13px;font-weight:900;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:var(--green);color:#fff;box-shadow:0 14px 34px rgba(7,59,49,.22)}
.btn.secondary{border:1.6px solid var(--green);background:rgba(255,250,240,.45);color:var(--green)}
.btn.small{min-height:46px;padding:11px 18px;border-radius:11px;font-size:14px}
.hero-proof{display:flex;gap:10px;flex-wrap:wrap}
.hero-proof span{font-weight:800;font-size:13px;padding:9px 12px;border-radius:999px;background:rgba(255,250,240,.65);border:1px solid var(--line)}

.hero-showcase{display:flex;justify-content:center}
.showcase-card{
  position:relative;width:min(640px,100%);height:520px;border-radius:38px;
  background:
    radial-gradient(circle at 48% 52%,rgba(255,255,255,.45),transparent 24%),
    linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.36);
  box-shadow:0 34px 100px rgba(7,59,49,.24);
  overflow:hidden;
}
.showcase-card:before{content:"";position:absolute;inset:58px;border-radius:50%;border:1px solid rgba(255,250,240,.25)}
.showcase-card:after{content:"";position:absolute;left:16%;right:14%;bottom:92px;height:54px;border-radius:50%;background:radial-gradient(ellipse,rgba(38,43,29,.34),transparent 70%);filter:blur(8px)}
.amazon-pill{
  position:absolute;top:28px;right:28px;z-index:10;display:flex;align-items:center;gap:11px;
  padding:12px 17px;border-radius:22px;background:var(--green);color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;line-height:1.1;
  box-shadow:0 18px 38px rgba(7,59,49,.22)
}
.amazon-mark{font-family:Georgia,serif;font-size:36px;line-height:.8}
.product-cluster{position:absolute;inset:0}
.cluster-img{position:absolute;bottom:100px;width:auto;filter:drop-shadow(0 28px 26px rgba(0,0,0,.28));transition:.25s ease}
.cluster-main{height:420px;left:50%;transform:translateX(-50%);z-index:5}
.cluster-left{height:340px;left:17%;z-index:3}
.cluster-right{height:340px;right:13%;z-index:3}
.showcase-card:hover .cluster-main{transform:translateX(-50%) translateY(-8px) scale(1.02)}
.showcase-card:hover .cluster-left{transform:translateY(-5px) rotate(-2deg)}
.showcase-card:hover .cluster-right{transform:translateY(-5px) rotate(2deg)}
.showcase-caption{position:absolute;left:28px;right:28px;bottom:26px;z-index:8;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 18px;border-radius:18px;background:rgba(255,250,240,.84);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.45)}
.showcase-caption strong{font-family:'Playfair Display',Georgia,serif;font-size:22px}.showcase-caption span{color:var(--muted);font-weight:700;font-size:14px}

.trust-row{width:min(1180px,88vw);margin:-32px auto 0;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,250,240,.96);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.trust-row div{padding:26px 28px;border-right:1px solid var(--line)}.trust-row div:last-child{border-right:0}.trust-row strong{display:block;margin:10px 0 4px;text-transform:uppercase;letter-spacing:.09em;font-size:13px}.trust-row p{margin:0;color:var(--muted);font-size:14px}
.icon{position:relative;display:block;width:38px;height:38px;color:var(--green)}
.icon:before,.icon:after{content:"";position:absolute;box-sizing:border-box}
.icon-leaf:before{left:9px;top:5px;width:20px;height:28px;border:2px solid currentColor;border-radius:100% 0 100% 0;transform:rotate(28deg)}.icon-leaf:after{left:18px;top:8px;width:2px;height:27px;background:currentColor;transform:rotate(28deg)}
.icon-clean:before{left:10px;top:4px;width:18px;height:28px;border:2px solid currentColor;border-top:0;border-radius:2px 2px 12px 12px}.icon-clean:after{left:15px;top:1px;width:8px;height:12px;border:2px solid currentColor;border-bottom:0}
.icon-origin:before{left:18px;top:8px;width:2px;height:27px;background:currentColor}.icon-origin:after{left:8px;top:10px;width:23px;height:19px;border-left:2px solid currentColor;border-right:2px solid currentColor;border-radius:50% 50% 0 0}
.icon-quality:before{left:5px;top:5px;width:28px;height:28px;border:2px solid currentColor;border-radius:50%}.icon-quality:after{left:14px;top:14px;width:10px;height:10px;border:2px solid currentColor;border-radius:50%}

.section{padding:88px 6vw}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-head h2,.purity-copy h2,.ritual-band h2,.instagram h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.04em;margin:0}.view-link{font-weight:900}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.product-card{position:relative;background:var(--cream-2);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 12px 34px rgba(7,59,49,.08);transition:.22s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,59,49,.14)}
.badge{position:absolute;top:14px;left:14px;z-index:4;background:var(--green);color:#fff;text-transform:uppercase;font-weight:900;font-size:10px;border-radius:7px;padding:7px 9px}.badge.lavender{background:#9270bd}
.product-art{height:190px;display:grid;place-items:end center;background:linear-gradient(135deg,#eff0e3,#d7dfc8);border-radius:14px;padding-top:12px;margin-bottom:14px}.product-art img{max-height:178px;width:auto;filter:drop-shadow(0 15px 12px rgba(0,0,0,.18));transition:.22s ease}.product-card:hover .product-art img{transform:translateY(-5px)}
.product-card h3{margin:0 0 5px;font-size:16px}.product-card p{margin:0;color:#385b53;font-size:14px;min-height:42px}.rating{margin:10px 0;color:#c98b18;font-size:13px}.rating small{color:#66746d}.product-card>a{display:block;text-align:center;background:var(--green);color:#fff;border-radius:9px;padding:11px 10px;font-size:13px;font-weight:900}

.purity-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;padding:88px 8vw;background:#efe6d6}.purity-copy p:not(.eyebrow){font-size:17px;color:#385b53;max-width:560px}.purity-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.point{background:rgba(255,250,240,.68);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 14px 36px rgba(7,59,49,.07)}.point strong{display:block;margin:14px 0 8px}.point p{margin:0;color:var(--muted);font-size:14px}

.ritual-band{margin:0;background:var(--green);color:#fff;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:0;padding:30px 6vw;align-items:center}.ritual-band>div{padding:12px 26px;border-right:1px solid rgba(255,255,255,.18)}.ritual-band>div:last-child{border-right:0}.ritual-band h2{font-size:30px;color:#fff}.ritual-band strong{display:block}.ritual-band span{display:block;color:rgba(255,255,255,.72);font-size:14px;margin-top:5px}

.reviews{background:#f8f1e6}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1040px;margin:0 auto}.review-card{background:var(--cream-2);border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 34px rgba(7,59,49,.08)}.stars{color:#c98b18}.review-card p{font-size:16px}.review-card strong{font-size:13px;color:var(--muted)}
.instagram{margin:0;padding:42px 8vw;background:#eadcc9;display:flex;align-items:center;justify-content:space-between;gap:28px}.instagram h2{font-size:32px}.instagram a:not(.btn){font-weight:900;font-size:22px}

.footer{background:var(--green);color:#fff;padding:54px 6vw 24px;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:36px}.footer img{width:122px;margin-bottom:16px}.footer p{color:rgba(255,255,255,.72);max-width:340px}.footer h4{margin:0 0 14px;color:#e8d7aa;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.footer a{display:block;margin:8px 0;color:rgba(255,255,255,.75)}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.16);padding-top:18px;color:rgba(255,255,255,.62);font-size:13px}

.reveal{opacity:0;transform:translateY(26px);transition:.7s ease}.reveal.active{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:no-preference){.cluster-img{animation:float 7s ease-in-out infinite}.cluster-left{animation-delay:.2s}.cluster-right{animation-delay:.5s}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -8px}}}

@media(max-width:1100px){.site-header{grid-template-columns:auto auto;justify-content:space-between}.menu-toggle{display:block}.nav,.header-cta{display:none}.nav.open{display:flex;position:fixed;top:84px;left:18px;right:18px;flex-direction:column;align-items:stretch;gap:0;background:var(--green);border-radius:18px;padding:14px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.nav.open a{padding:13px}.hero,.purity-section{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.trust-row,.ritual-band{grid-template-columns:repeat(2,1fr)}.purity-points{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.site-header{height:66px}.brand img{width:104px}.hero{padding:54px 22px 54px;min-height:auto}.hero h1{font-size:43px}.hero-lede{font-size:17px}.hero-actions .btn{width:100%}.showcase-card{height:390px;border-radius:28px}.cluster-main{height:310px;bottom:82px}.cluster-left,.cluster-right{height:240px;bottom:100px}.cluster-left{left:5%}.cluster-right{right:4%}.amazon-pill{display:none}.showcase-caption{display:block;text-align:center}.trust-row,.product-grid,.section-head,.purity-section,.ritual-band,.reviews-grid,.instagram,.footer{grid-template-columns:1fr}.trust-row{margin:0 auto}.trust-row div,.ritual-band>div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:64px 22px}.product-art{height:220px}.product-art img{max-height:210px}.purity-section{padding:64px 22px}.ritual-band{padding:22px}.instagram{padding:34px 22px;display:block}.footer{padding:40px 22px 22px}}


/* v9 additional homepage sections */
.ritual-finder{
  background:
    radial-gradient(circle at 94% 4%, rgba(200,157,79,.12), transparent 26%),
    var(--cream);
}

.intention-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.intention-card{
  min-height:250px;
  border-radius:24px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(180deg,rgba(7,59,49,.10),rgba(7,59,49,.94)),
    radial-gradient(circle at 80% 0%,rgba(232,215,170,.34),transparent 34%),
    var(--green);
  box-shadow:0 18px 46px rgba(7,59,49,.14);
  transition:.22s ease;
}
.intention-card:hover{transform:translateY(-6px)}
.intention-card:before{
  content:"";
  position:absolute;
  width:160px;
  height:44px;
  right:-40px;
  top:34px;
  border-radius:100% 0 100% 0;
  border:1px solid rgba(232,215,170,.35);
  transform:rotate(-28deg);
}
.intention-card span{
  font-family:'Playfair Display',Georgia,serif;
  font-size:30px;
  line-height:1.05;
  position:relative;
}
.intention-card p{
  margin:12px 0 0;
  color:rgba(255,255,255,.76);
  position:relative;
}

.usage-section{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:44px;
  align-items:start;
  padding:88px 8vw;
  background:#fffaf0;
}

.usage-copy h2,
.comparison-section h2,
.faq-copy h2,
.journal-card h3{
  font-family:'Playfair Display',Georgia,serif;
  line-height:1.05;
  letter-spacing:-.035em;
}

.usage-copy h2,
.comparison-section h2,
.faq-copy h2{
  font-size:clamp(34px,4vw,56px);
  margin:0 0 18px;
}

.usage-copy p:not(.eyebrow),
.comparison-section p{
  color:var(--muted);
  font-size:17px;
}

.usage-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.usage-card{
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  background:var(--cream);
  box-shadow:0 12px 34px rgba(7,59,49,.07);
}
.usage-card strong{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}
.usage-card p{
  color:var(--muted);
  margin:0;
}

.comparison-section{
  margin:0;
  padding:70px 8vw;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(232,215,170,.18),transparent 26%),
    linear-gradient(135deg,#052c25,var(--green));
}

.comparison-section h2{color:#fff}
.comparison-section p{color:rgba(255,255,255,.72)}
.comparison-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.comparison-list span{
  padding:18px;
  border:1px solid rgba(232,215,170,.18);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  font-weight:800;
}

.journal-preview{
  background:#f8f1e6;
}
.journal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.journal-card{
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  background:var(--cream-2);
  box-shadow:0 12px 34px rgba(7,59,49,.08);
}
.journal-card span{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
  color:#8b6b35;
}
.journal-card h3{
  font-size:28px;
  margin:12px 0;
}
.journal-card p{
  color:var(--muted);
}
.journal-card a{
  font-weight:900;
}

.faq-section{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:44px;
  padding:88px 8vw;
  background:#fffaf0;
}

.faq-list{
  display:grid;
  gap:14px;
}

.faq-list details{
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--cream);
  padding:20px 22px;
  box-shadow:0 10px 28px rgba(7,59,49,.06);
}

.faq-list summary{
  cursor:pointer;
  font-weight:900;
  list-style:none;
}

.faq-list summary::-webkit-details-marker{display:none}

.faq-list summary:after{
  content:"+";
  float:right;
  color:var(--green);
  font-size:20px;
}

.faq-list details[open] summary:after{
  content:"–";
}

.faq-list p{
  color:var(--muted);
  margin:12px 0 0;
}

@media(max-width:1100px){
  .intention-grid,
  .journal-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .usage-section,
  .comparison-section,
  .faq-section{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .intention-grid,
  .usage-grid,
  .comparison-list,
  .journal-grid{
    grid-template-columns:1fr;
  }
  .usage-section,
  .comparison-section,
  .faq-section{
    padding:64px 22px;
  }
}
