: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: 64px 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 { display: inline-flex; align-items: center; justify-content: flex-start; min-height: 40px; text-decoration: none; }
.brand img { width: 32px; height: 34px; object-fit: contain; }
.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 .mini-mark { width: 24px; height: 26px; object-fit: contain; margin-bottom: 8px; }
.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; }
.shipping-pill { width: fit-content; margin: -8px 0 18px; padding: 5px 10px; color: var(--green); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.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%; }
.checkout-link-wrap { 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; }
.checkout-link { width: 100%; }
.secure-note { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: .68rem; }
.secure-note-highlight { color: var(--green); font-weight: 800; letter-spacing: .02em; }
.shop-value-message { max-width: 760px; margin: 32px auto 0; padding: 24px 26px; text-align: center; color: var(--green-dark); background: linear-gradient(135deg, var(--cream), #fff); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 14px 36px rgba(30,57,47,.06); }
.shop-value-message p { margin: 0; }
.shop-value-message p + p { margin-top: 8px; color: var(--muted); }
.shop-value-message strong { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1; }
.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; }

.comparison-section { padding-top: 88px; background: #fbf7f0; }
.comparison-chart { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: minmax(170px, .8fr) 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 18px 50px rgba(30,57,47,.07); }
.comparison-head, .comparison-feature, .comparison-cell { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.comparison-head { color: var(--cream); background: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.comparison-head.comparison-muted { background: #6f7b73; }
.comparison-head.comparison-winner { background: var(--green); }
.comparison-feature { color: var(--green-dark); background: var(--cream); font-weight: 800; }
.comparison-cell { color: #45534d; background: white; font-size: .9rem; }
.comparison-cell span { width: 24px; height: 24px; margin-right: 8px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: .9rem; font-weight: 900; line-height: 1; }
.comparison-neutral { color: var(--muted); }
.comparison-neutral span { color: var(--green); background: var(--cream); border: 1px solid var(--line); }
.comparison-yes { color: var(--green-dark); font-weight: 700; }
.comparison-yes span { color: white; background: var(--green); }
.comparison-chart > :nth-last-child(-n + 3) { border-bottom: 0; }
.comparison-note { max-width: 760px; margin: 26px auto 0; text-align: center; color: var(--muted); font-size: .95rem; }

.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); }
.review-folder-callout {
  max-width: 820px;
  margin: 34px auto 0;
  padding: 26px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--cream), #fffefa);
  box-shadow: 0 14px 38px rgba(30,57,47,.06);
}
.review-folder-callout p {
  margin: 0;
  color: var(--muted);
}
.review-folder-callout p:first-child {
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}
.review-folder-callout p + p {
  margin-top: 8px;
}
.review-folder-callout .button {
  margin-top: 20px;
}

.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); }
.cta-mark { width: 42px; height: 46px; margin: 0 auto 20px; object-fit: contain; filter: invert(1) brightness(2.6) sepia(.2); opacity: .92; }
.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: 32px; height: 34px; object-fit: contain; margin-bottom: 12px; }
.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; }

.launch-page { background: var(--cream); }
.launch-hero {
  min-height: calc(100vh - 124px);
  padding: 90px 5vw;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 520px);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(157,189,144,.34), transparent 34%),
    linear-gradient(135deg, var(--cream), #fffefa 62%, #f1ded1);
}
.launch-copy h1 {
  max-width: 740px;
  color: var(--green-dark);
  font-size: clamp(3.2rem, 6vw, 6.7rem);
}
.launch-list { max-width: 620px; }
.launch-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,254,250,.92);
  box-shadow: var(--shadow);
}
.launch-card-kicker {
  margin-bottom: 10px;
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.launch-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}
.launch-card > p {
  color: var(--muted);
  font-size: .92rem;
}
.launch-form {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}
.launch-form label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.launch-form input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(35,79,63,.22);
  border-radius: 14px;
  color: var(--ink);
  background: #fffefa;
  font: 600 1rem var(--sans);
  outline: none;
}
.launch-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(157,189,144,.28);
}
.launch-submit { width: 100%; margin-top: 6px; }
.launch-submit:disabled { opacity: .72; cursor: wait; transform: none; }
.launch-form-message {
  min-height: 24px;
  margin: 18px 0 0;
  font-size: .86rem;
  font-weight: 800;
}
.launch-form-success { color: var(--green); }
.launch-form-error { color: #9c3f2f; }
.launch-privacy-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .72rem;
}
.launch-why { background: var(--white); }
.launch-benefits { max-width: 1180px; margin: 0 auto; border-radius: 26px; overflow: hidden; }

.founder-page { background: var(--white); }
.founder-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 42vw);
  background: linear-gradient(135deg, var(--cream), #fffefa 58%, #f1ded1);
  overflow: hidden;
}
.founder-hero-copy {
  align-self: center;
  padding: 92px clamp(42px, 7vw, 120px);
}
.founder-hero-copy h1 {
  max-width: 760px;
  color: var(--green-dark);
  font-size: clamp(3.4rem, 6vw, 7rem);
}
.founder-signature {
  margin-top: 36px;
  padding-top: 24px;
  display: grid;
  gap: 2px;
  border-top: 1px solid var(--line);
}
.founder-signature strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}
.founder-signature span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.founder-hero-image {
  min-height: 760px;
  background: var(--cream);
}
.founder-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.founder-story-section { background: var(--white); }
.founder-story-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(320px, 1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}
.founder-story-image {
  overflow: hidden;
  border-radius: 26px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.founder-story-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 52% center;
}
.founder-story-copy {
  color: var(--muted);
  font-size: 1rem;
}
.founder-story-copy h2 {
  color: var(--green-dark);
}
.founder-story-copy p {
  margin-bottom: 18px;
}
.founder-mission {
  padding: 84px 5vw;
  color: var(--cream);
  background: var(--green-dark);
}
.founder-mission-card {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.founder-mission-card .eyebrow { color: var(--sage); }
.founder-mission-card h2 {
  color: var(--white);
}
.founder-mission-card p {
  color: rgba(255,255,255,.74);
  font-size: 1rem;
}
.founder-value-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.founder-value-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
}
.founder-value-grid span {
  color: var(--sage);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.founder-value-grid h3 {
  margin: 12px 0 10px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.55rem;
}
.founder-value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}
.founder-product-note {
  background: #f6efe4;
}
.founder-product-card {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(300px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(21,55,44,.09);
}
.founder-product-card img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 22px;
}
.founder-product-card h2 {
  color: var(--green-dark);
  font-size: clamp(2.1rem, 3.6vw, 4rem);
}
.founder-product-card p:not(.eyebrow) {
  color: var(--muted);
}

.wholesale-page { background: var(--white); }
.wholesale-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(340px, 44vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(157,189,144,.28), transparent 32%),
    linear-gradient(135deg, var(--cream), #fffefa 56%, #f0ddce);
}
.wholesale-hero-copy {
  align-self: center;
  padding: 92px clamp(42px, 7vw, 118px);
}
.wholesale-hero-copy h1 {
  max-width: 820px;
  color: var(--green-dark);
  font-size: clamp(3.35rem, 5.8vw, 6.9rem);
}
.wholesale-accent {
  margin: -8px 0 20px;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2.25rem);
  line-height: 1.2;
}
.wholesale-reassurance {
  max-width: 580px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}
.wholesale-hero-media {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 72px);
  background: #eadac6;
}
.wholesale-hero-media > img {
  width: min(620px, 100%);
  max-height: 680px;
  object-fit: cover;
  border-radius: 260px 260px 28px 28px;
  box-shadow: var(--shadow);
}
.wholesale-note {
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 48px);
}
.wholesale-quick-order {
  padding: 42px 5vw;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(320px, 1.3fr);
  gap: 28px;
  align-items: center;
  background: var(--green-dark);
}
.quick-order-copy h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.4rem);
}
.quick-order-copy .eyebrow { color: var(--sage); }
.quick-order-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
}
.quick-order-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.quick-order-cards article {
  padding: 22px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 22px;
  background: rgba(255,254,250,.94);
}
.quick-order-cards span {
  color: var(--green);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.quick-order-cards strong {
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.05;
}
.quick-order-cards small {
  min-height: 34px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 700;
}
.quick-order-cards .button {
  width: 100%;
  margin-top: 8px;
}
.quick-order-featured {
  box-shadow: 0 18px 46px rgba(0,0,0,.16);
}
.wholesale-comparison {
  grid-template-columns: 1fr 1fr;
}
.wholesale-comparison .comparison-head,
.wholesale-comparison .comparison-cell {
  border-bottom: 1px solid var(--line);
}
.wholesale-pricing { background: #fbf7f0; }
.wholesale-card-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.wholesale-price-card {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(30,57,47,.07);
}
.wholesale-price-featured {
  border: 2px solid var(--green);
  box-shadow: 0 22px 64px rgba(21,55,44,.13);
}
.wholesale-card-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.wholesale-card-top h3 {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}
.wholesale-card-top p:not(.product-kicker) {
  margin: 0;
  color: var(--muted);
}
.wholesale-math {
  margin: 22px 0;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--cream);
}
.wholesale-math div {
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(23,35,30,.1);
}
.wholesale-math div:last-child { border-bottom: 0; }
.wholesale-math span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.wholesale-math strong {
  color: var(--green-dark);
  text-align: right;
}
.buyer-confidence { background: var(--white); }
.wholesale-info-grid,
.wholesale-fit-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.wholesale-info-grid article,
.wholesale-fit-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--cream);
}
.wholesale-info-grid span {
  color: var(--sage);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.wholesale-info-grid h3 {
  margin: 10px 0;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.1;
}
.wholesale-info-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
}
.wholesale-fit { background: #f6efe4; }
.wholesale-fit-grid {
  grid-template-columns: repeat(4, 1fr);
}
.wholesale-fit-grid article {
  display: grid;
  min-height: 118px;
  align-items: end;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.15;
}
.fulfillment-band {
  padding: 62px 5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  color: var(--cream);
  background: var(--green-dark);
}
.fulfillment-band div {
  padding: 0 36px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.fulfillment-band div:last-child { border-right: 0; }
.fulfillment-band span {
  color: var(--sage);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fulfillment-band p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}
.wholesale-demo { background: var(--white); }
.calendly-card {
  max-width: 980px;
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 18px 55px rgba(21,55,44,.09);
}
.calendly-inline-widget {
  width: 100%;
}
.wholesale-contact {
  background:
    radial-gradient(circle at 15% 15%, rgba(157,189,144,.28), transparent 30%),
    var(--cream);
}
.customer-contact {
  background:
    radial-gradient(circle at 15% 15%, rgba(157,189,144,.24), transparent 30%),
    var(--cream);
}
.wholesale-form-card {
  max-width: 720px;
  margin: 0 auto;
}
.contact-form-card {
  max-width: 680px;
  margin: 0 auto;
}
.launch-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(35,79,63,.22);
  border-radius: 14px;
  color: var(--ink);
  background: #fffefa;
  font: 600 1rem var(--sans);
  resize: vertical;
  outline: none;
}
.launch-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(157,189,144,.28);
}
.hidden-field { display: none; }
.button-on-dark {
  color: var(--cream);
  border-color: rgba(255,255,255,.54);
}
.button-on-dark:hover {
  color: var(--green-dark);
  background: var(--cream);
}
.closing-actions {
  justify-content: center;
  margin-top: 28px;
}
.closing-small {
  margin: 22px 0 0;
  font-size: .78rem;
}

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: 58px 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; }
  .wholesale-hero { grid-template-columns: 1fr; }
  .wholesale-hero-copy { padding: 74px 5vw 44px; }
  .wholesale-hero-media { min-height: 560px; }
  .wholesale-quick-order { grid-template-columns: 1fr; }
  .wholesale-info-grid, .wholesale-fit-grid { grid-template-columns: 1fr 1fr; }
}

@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: 27px; height: 29px; }
  .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; }
  .shop-section { padding-inline: 3.5vw; }
  .shop-section .section-heading { margin-bottom: 24px; }
  .shop-section .section-heading h2 { font-size: clamp(2.15rem, 9vw, 3rem); }
  .shop-section .section-heading > p:last-child { font-size: .84rem; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card { border-radius: 16px; }
  .product-card-featured { box-shadow: 0 14px 34px rgba(21,55,44,.15); }
  .badge { top: 8px; left: 8px; padding: 5px 8px; font-size: .55rem; }
  .product-image-wrap { min-height: 104px; }
  .product-content { padding: 14px 10px 12px; }
  .product-kicker { margin-bottom: 5px; font-size: .54rem; letter-spacing: .08em; line-height: 1.2; }
  .product-title-row h3 { font-size: 1.05rem; line-height: 1.05; }
  .price { margin-bottom: 8px; font-size: 1.22rem; line-height: 1.05; }
  .shipping-pill { margin: 0 0 10px; padding: 4px 7px; font-size: .53rem; letter-spacing: .04em; }
  .product-content > p:not(.product-kicker,.price,.secure-note) { display: none; }
  .check-list { margin: 10px 0 12px; font-size: .64rem; line-height: 1.22; }
  .check-list li { margin: 5px 0; padding-left: 14px; }
  .checkout-link-wrap { margin-top: 10px; padding-top: 10px; }
  .table-label { display: none; }
  .checkout-link { min-height: 44px; padding: 10px 8px; font-size: .64rem; line-height: 1.1; }
  .secure-note { margin-top: 7px; font-size: .55rem; line-height: 1.25; }
  .shop-value-message { margin-top: 18px; padding: 18px 16px; border-radius: 18px; }
  .shop-value-message strong { font-size: clamp(1.42rem, 7vw, 2rem); }
  .shop-value-message p + p { font-size: .9rem; line-height: 1.35; }
  .comparison-section { padding-top: 70px; }
  .comparison-section .section-heading h2 { font-size: clamp(2rem, 8vw, 3rem); }
  .comparison-chart { grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .comparison-head.comparison-feature { display: none; }
  .comparison-head { padding: 13px 10px; text-align: center; font-size: .56rem; line-height: 1.2; }
  .comparison-feature { grid-column: 1 / -1; padding: 12px 14px 8px; border-bottom: 0; text-align: center; font-size: .74rem; }
  .comparison-cell { padding: 12px 9px 14px; font-size: .68rem; line-height: 1.28; }
  .comparison-cell span { width: 20px; height: 20px; margin: 0 auto 6px; display: flex; font-size: .78rem; }
  .comparison-note { font-size: .86rem; line-height: 1.45; }
  .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; }
  .launch-hero { min-height: auto; grid-template-columns: 1fr; padding: 62px 6vw; }
  .launch-card { border-radius: 22px; }
  .launch-benefits { border-radius: 0; }
  .founder-hero { min-height: auto; grid-template-columns: 1fr; }
  .founder-hero-copy { padding: 64px 6vw 48px; }
  .founder-hero-image { min-height: 520px; }
  .founder-story-grid, .founder-value-grid, .founder-product-card { grid-template-columns: 1fr; }
  .founder-story-image img { height: 440px; }
  .founder-product-card img { min-height: 320px; }
  .wholesale-hero { min-height: auto; }
  .wholesale-hero-copy { padding: 62px 6vw 44px; }
  .wholesale-hero-copy h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .wholesale-hero-media { min-height: 460px; padding: 34px 6vw; }
  .wholesale-hero-media > img { max-height: 430px; border-radius: 190px 190px 22px 22px; }
  .wholesale-reassurance { font-size: .78rem; }
  .wholesale-quick-order { padding: 34px 5vw; gap: 20px; }
  .quick-order-cards { grid-template-columns: 1fr; }
  .quick-order-cards article { padding: 18px; border-radius: 18px; }
  .quick-order-cards strong { font-size: 1.45rem; }
  .quick-order-cards small { min-height: auto; }
  .wholesale-comparison { grid-template-columns: 1fr 1fr; }
  .wholesale-card-grid { grid-template-columns: 1fr; }
  .wholesale-price-card { border-radius: 22px; }
  .wholesale-math div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .wholesale-math strong { text-align: left; }
  .wholesale-info-grid, .wholesale-fit-grid { grid-template-columns: 1fr; }
  .wholesale-fit-grid article { min-height: auto; }
  .fulfillment-band { grid-template-columns: 1fr; gap: 28px; }
  .fulfillment-band div { padding: 0; border-right: 0; }
  .closing-actions { align-items: stretch; }
  .calendly-card { border-radius: 20px; }
}

@media (max-width: 380px) {
  .shop-section { padding-inline: 2.5vw; }
  .product-grid { gap: 7px; }
  .product-content { padding: 12px 8px; }
  .product-title-row h3 { font-size: .96rem; }
  .price { font-size: 1.08rem; }
  .check-list { font-size: .59rem; }
  .checkout-link { min-height: 42px; font-size: .58rem; }
  .shipping-pill { font-size: .49rem; }
  .comparison-head { font-size: .5rem; }
  .comparison-cell { padding-inline: 7px; font-size: .62rem; }
}

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