:root {
  --green: #234f3f;
  --green-dark: #15372c;
  --green-soft: #dbe7de;
  --sage: #9dbd90;
  --cream: #f8f2e8;
  --sand: #d7b692;
  --ink: #17231e;
  --muted: #65716b;
  --white: #fffefa;
  --line: rgba(23, 35, 30, 0.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(21, 55, 44, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-150%); background: var(--white); border-radius: 6px; }
.skip-link:focus { transform: none; }

.announcement { min-height: 42px; padding: 9px 4vw; display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--cream); background: var(--green-dark); font-size: 0.78rem; letter-spacing: 0.05em; }
.announcement a { font-weight: 700; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 50; top: 0; height: 82px; padding: 0 5vw; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; background: rgba(255, 254, 250, 0.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { width: 165px; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.site-header nav a { font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--green); }
.header-cta { padding: 10px 18px; color: var(--cream); background: var(--green); border-radius: 999px; font-size: 0.82rem; font-weight: 700; text-decoration: none; }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); overflow: hidden; }
.hero-copy { align-self: center; padding: 96px clamp(42px, 7vw, 118px); }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.05; }
h1 { margin-bottom: 28px; font-size: clamp(3.3rem, 5.7vw, 6.8rem); letter-spacing: -0.045em; }
h1 em { color: var(--green); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4vw, 4.6rem); letter-spacing: -0.035em; }
.hero-intro { max-width: 610px; margin-bottom: 34px; color: #43514b; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-family: var(--sans); font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: transform 0.2s, background 0.2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--green); background: transparent; border-color: var(--green); }
.button-cream { color: var(--green-dark); background: var(--cream); }
.text-link { font-size: 0.9rem; font-weight: 700; text-underline-offset: 5px; }
.trust-list { margin: 44px 0 0; padding: 24px 0 0; display: flex; gap: 18px 28px; border-top: 1px solid var(--line); list-style: none; color: #536058; font-size: 0.78rem; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list li::before { content: "✓"; color: var(--green); }
.hero-media { position: relative; min-height: 720px; background: #e8d5bf; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-note { position: absolute; right: 34px; bottom: 32px; width: 210px; padding: 18px 20px; display: grid; color: var(--green-dark); background: rgba(255,254,250,.9); box-shadow: var(--shadow); }
.hero-note strong { font-family: var(--serif); font-size: 1.2rem; }
.hero-note span { font-size: 0.72rem; }
.social-proof { padding: 34px 5vw; text-align: center; color: var(--cream); background: var(--green); }
.social-proof p { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2.1vw, 2rem); }

.section { padding: 110px 5vw; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading > p:last-child { max-width: 610px; margin: 0 auto; color: var(--muted); }
.product-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; scroll-margin-top: 95px; }
.product-card { position: relative; display: grid; grid-template-columns: 1fr; align-content: start; border: 1px solid var(--line); border-radius: 22px; background: white; overflow: hidden; box-shadow: 0 12px 38px rgba(30,57,47,.06); }
.product-card-featured { border: 2px solid var(--green); }
.badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 12px; color: white; background: var(--green); border-radius: 999px; font-size: 0.69rem; font-weight: 700; letter-spacing: .03em; }
.product-image-wrap { min-height: 330px; display: flex; align-items: center; background: #f7f4ee; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-content { padding: 36px 30px; }
.product-kicker { margin-bottom: 8px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-title-row h3 { margin-bottom: 2px; font-family: var(--serif); font-size: 1.65rem; }
.price { margin-bottom: 18px; font-size: 1.4rem; font-weight: 700; }
.product-content > p:not(.product-kicker,.price,.secure-note) { color: var(--muted); font-size: .88rem; }
.check-list { margin: 20px 0 26px; padding: 0; list-style: none; font-size: .8rem; }
.check-list li { position: relative; margin: 8px 0; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.checkout-button { width: 100%; }
.inline-pricing-table { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.table-label { margin: 0 0 12px; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.inline-pricing-table stripe-pricing-table { display: block; width: 100%; }
.shipping-callout { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: .82rem; }
.stripe-footnote { margin: 24px 0 0; text-align: center; color: var(--muted); font-size: .8rem; }
.stripe-footnote a { color: var(--green); font-weight: 700; text-underline-offset: 4px; }

.benefit-band { padding: 62px 5vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; color: white; background: var(--green-dark); }
.benefit-band > div { padding: 0 36px; border-right: 1px solid rgba(255,255,255,.18); }
.benefit-band > div:last-child { border: 0; }
.benefit-band span { color: var(--sage); font-size: .7rem; font-weight: 700; }
.benefit-band h3 { margin: 8px 0; font-family: var(--serif); font-size: 1.5rem; }
.benefit-band p { margin: 0; color: rgba(255,255,255,.68); font-size: .83rem; }

.story { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(300px, 1fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.story-image { min-height: 640px; overflow: hidden; border-radius: 200px 200px 18px 18px; background: var(--cream); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { max-width: 650px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.stat-row { margin: 38px 0; padding: 28px 0; display: flex; gap: 48px; border-block: 1px solid var(--line); }
.stat-row div { display: grid; }
.stat-row strong { color: var(--green); font-family: var(--serif); font-size: 1.7rem; }
.stat-row span { color: var(--muted); font-size: .73rem; }

.product-detail { background: #fbf7f0; }
.detail-gallery { max-width: 620px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
.detail-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 14px 42px rgba(30,57,47,.07); }
.detail-gallery img { width: 100%; height: 430px; object-fit: cover; }
.detail-gallery img { object-fit: contain; padding: 28px; background: white; }
.detail-gallery figcaption { padding: 18px 22px 22px; color: var(--muted); font-size: .82rem; }

.how { color: var(--cream); background: var(--green); }
.section-heading-light .eyebrow { color: var(--sage); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.72); }
.how > img { width: min(920px, 100%); margin: 0 auto; border-radius: 18px; }
.safety-note { width: min(920px, 100%); margin: 24px auto 0; padding: 22px 26px; display: grid; grid-template-columns: 160px 1fr; gap: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(0,0,0,.08); }
.safety-note p { margin: 0; color: rgba(255,255,255,.78); font-size: .78rem; }

.ingredients { background: #f6efe4; }
.ingredient-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ingredient-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,254,250,.72); }
.ingredient-grid span { color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.ingredient-grid h3 { margin: 8px 0 10px; color: var(--green-dark); font-family: var(--serif); font-size: 1.4rem; }
.ingredient-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.ingredient-note { max-width: 780px; margin: 26px auto 0; text-align: center; color: var(--muted); font-size: .78rem; }

.reviews { background: var(--white); }
.review-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.review-card-featured { background: var(--green); }
.stars { margin-bottom: 16px; color: #c69c4d; letter-spacing: .08em; font-size: .84rem; }
.review-card-featured .stars { color: var(--sand); }
.review-card p { color: #405149; font-family: var(--serif); font-size: 1.22rem; line-height: 1.35; }
.review-card span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-card-featured p, .review-card-featured span { color: var(--cream); }

.faq { background: var(--cream); }
.faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 25px 46px 25px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.2rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; color: var(--green); font-family: var(--sans); font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 50px 25px 0; color: var(--muted); font-size: .9rem; }
.closing-cta { padding: 100px 5vw; text-align: center; color: white; background: var(--green-dark); }
.closing-cta .eyebrow { color: var(--sage); }
.closing-cta p:not(.eyebrow) { color: rgba(255,255,255,.72); }

footer { padding: 55px 5vw 100px; background: #f1eadf; }
.footer-main { display: grid; grid-template-columns: 180px 1fr auto; align-items: start; gap: 50px; }
.footer-main img { width: 175px; }
.footer-main p { max-width: 390px; color: var(--muted); font-size: .82rem; }
.footer-main nav { display: flex; gap: 26px; }
.footer-main a, .footer-link { padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: .78rem; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; }
.sticky-buy { position: fixed; z-index: 45; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px 10px 18px; display: none; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,254,250,.97); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 45px rgba(21,55,44,.2); }
.sticky-buy span { display: grid; font-size: .78rem; }
.sticky-buy small { color: var(--muted); }
.sticky-buy .button { min-height: 44px; padding: 10px 18px; }

dialog { width: min(620px, calc(100% - 32px)); padding: 38px; border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
dialog::backdrop { background: rgba(21,55,44,.65); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; cursor: pointer; font-size: 1.7rem; }
#modal-content h2 { padding-right: 20px; font-size: 2.1rem; }
#modal-content p, #modal-content li { color: var(--muted); font-size: .86rem; }
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 170px 1fr auto; padding-inline: 3vw; }
  .site-header nav { gap: 18px; }
  .hero-copy { padding: 70px 5vw; }
  .product-card { grid-template-columns: 1fr; }
  .product-image-wrap { min-height: 320px; }
  .footer-main { grid-template-columns: 180px 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .announcement { min-height: 52px; flex-wrap: wrap; gap: 4px 14px; line-height: 1.25; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .brand img { width: 145px; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 68px; right: 0; left: 0; padding: 24px 5vw; display: none; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header nav.open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 66px 6vw 52px; }
  h1 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-list { flex-direction: column; gap: 9px; }
  .hero-media { min-height: 500px; }
  .hero-note { right: 18px; bottom: 18px; }
  .section { padding: 78px 5vw; }
  .section-heading { margin-bottom: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { min-height: 300px; }
  .benefit-band { grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .benefit-band > div { padding: 0 22px; }
  .benefit-band > div:nth-child(2) { border: 0; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 500px; order: 2; }
  .detail-gallery, .ingredient-grid, .review-grid { grid-template-columns: 1fr; }
  .detail-gallery img { height: auto; max-height: 520px; }
  .stat-row { gap: 26px; }
  .safety-note { grid-template-columns: 1fr; gap: 8px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { padding-bottom: 18px; flex-direction: column; }
  .sticky-buy { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
