:root {
  color-scheme: light;
  --ink: #211716;
  --muted: #6f6360;
  --paper: #fbf7f1;
  --cream: #f2e8dc;
  --rose: #d38c9b;
  --berry: #5d4c7c;
  --cacao: #4a270f;
  --leaf: #536b4b;
  --stone: #e7ddd0;
  --line: rgba(33, 23, 22, 0.13);
  --shadow: 0 24px 70px rgba(52, 34, 30, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--cacao);
  outline-offset: 2px;
  border-radius: 2px;
}

button:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--cacao);
  outline-offset: 3px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 30;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 249, 244, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 148px;
  height: auto;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

nav a:hover,
.footer-links a:hover {
  color: var(--cacao);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  padding: 0 18px;
  background: var(--cacao);
  color: #fff;
}

.button {
  padding: 13px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}

.button.primary {
  background: var(--cacao);
  color: #fff;
  box-shadow: 0 14px 34px rgba(74, 39, 15, 0.18);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  min-height: clamp(680px, 88vh, 900px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(28px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(251, 247, 241, 0.96), rgba(242, 232, 220, 0.84)),
    linear-gradient(180deg, rgba(83, 107, 75, 0.07), rgba(211, 140, 155, 0.08)),
    var(--paper);
}

.hero-copy {
  max-width: 720px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cacao);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.6vw, 6.1rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-lede {
  max-width: 610px;
  color: #514846;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 26px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-row span {
  padding: 8px 12px;
  border: 1px solid rgba(36, 27, 27, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: #5c514f;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-product {
  position: relative;
  display: grid;
  min-height: 560px;
  gap: 16px;
  align-content: center;
  justify-items: center;
  isolation: isolate;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 6% 2% 2%;
  border: 1px solid rgba(33, 23, 22, 0.11);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(83, 107, 75, 0.16), rgba(211, 140, 155, 0.14) 48%, rgba(93, 76, 124, 0.11));
  box-shadow: var(--shadow);
  z-index: -2;
}

.product-orbit {
  display: none;
}

.hero-image {
  width: min(100%, 560px);
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(65, 42, 52, 0.24);
}

.floating-card {
  position: absolute;
  right: 3%;
  bottom: 20%;
  display: grid;
  gap: 2px;
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(36, 27, 27, 0.16);
  backdrop-filter: blur(16px);
}

.floating-card strong {
  font-size: 1.65rem;
}

.floating-card span {
  color: var(--muted);
  font-weight: 750;
}

.hero-proof-strip {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(33, 23, 22, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(36, 27, 27, 0.12);
  backdrop-filter: blur(12px);
}

.hero-proof-copy {
  display: grid;
  gap: 4px;
}

.hero-proof-copy strong {
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-proof-copy span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-proof-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.hero-proof-thumbs img {
  width: 84px;
  aspect-ratio: 0.82;
  object-fit: cover;
  border: 1px solid rgba(33, 23, 22, 0.08);
  border-radius: 8px;
  background: #fff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line);
  background: var(--cacao);
  color: white;
}

.trust-strip span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
}

.section,
.split-section,
.story-band,
.faq-section,
.final-cta,
footer {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.section > *,
.split-section > *,
.story-band > *,
.faq-section > *,
footer > * {
  min-width: 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: #fff;
}

.intro-section p:last-child,
.split-copy p,
.story-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.shop-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.shop-guide-card {
  display: grid;
  gap: 8px;
  min-height: 172px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 239, 231, 0.9));
  box-shadow: 0 14px 36px rgba(36, 27, 27, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 39, 15, 0.22);
  box-shadow: 0 20px 44px rgba(36, 27, 27, 0.11);
}

.shop-guide-kicker {
  color: var(--cacao);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shop-guide-card strong {
  font-size: 1.15rem;
  line-height: 1.12;
}

.shop-guide-copy {
  color: var(--muted);
  font-weight: 700;
}

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

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 27, 27, 0.08);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.03;
  object-fit: cover;
  background: var(--stone);
}

.product-card div {
  display: grid;
  align-content: start;
  padding: 22px;
  text-align: left;
}

.product-card p {
  color: var(--muted);
}

.product-fit {
  margin-top: 4px;
  font-size: 0.96rem;
}

.product-fit strong {
  color: var(--ink);
}

.product-card .tag {
  margin-bottom: 10px;
  color: var(--cacao);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.card-bottom {
  display: flex !important;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 0 !important;
  font-weight: 950;
}

.card-bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  background: rgba(93, 76, 124, 0.1);
  color: var(--berry);
}

.price-stack {
  display: grid;
  gap: 2px;
}

.price-stack span {
  font-size: 1.42rem;
  line-height: 1;
}

.price-stack small {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-add,
.sample-links button {
  min-height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.cart-add:hover,
.sample-links button:hover {
  background: var(--cacao);
}

.shop-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 18px;
  align-items: start;
}

.nutri-cart {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(90, 51, 41, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f5ede3);
  box-shadow: 0 22px 60px rgba(36, 27, 27, 0.11);
}

.nutri-cart-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: min(360px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: auto;
}

.nutri-cart-floating:not(.has-items) {
  display: none;
}

.nutri-cart.is-pulsing {
  animation: cart-pulse 600ms ease;
}

@keyframes cart-pulse {
  0% { transform: scale(1); }
  35% { transform: scale(1.018); }
  100% { transform: scale(1); }
}

.nutri-cart-head h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.nutri-cart-head p,
.cart-note {
  color: var(--muted);
}

.nutri-cart-empty {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px dashed rgba(90, 51, 41, 0.22);
  border-radius: 8px;
  background: rgba(255, 249, 244, 0.82);
}

.nutri-cart-empty[hidden] {
  display: none;
}

.nutri-cart-empty span {
  color: var(--muted);
}

.nutri-cart-items {
  display: grid;
  gap: 10px;
}

.nutri-cart-line {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nutri-cart-line img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.nutri-cart-line div {
  display: grid;
  gap: 4px;
}

.nutri-cart-line span {
  color: var(--muted);
  font-size: 0.88rem;
}

.quantity-row {
  display: inline-grid !important;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  width: max-content;
  padding: 0 !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.quantity-row button {
  width: 30px;
  height: 28px;
  border: 0;
  background: var(--paper);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.quantity-row span {
  text-align: center;
  color: var(--ink);
  font-weight: 900;
}

.nutri-cart-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 950;
}

.nutri-cart-total strong {
  font-size: 1.45rem;
}

.button.full {
  width: 100%;
}

.benefits {
  background: var(--cream);
}

.premium-section {
  background:
    linear-gradient(135deg, rgba(211, 140, 155, 0.14), rgba(83, 107, 75, 0.12)),
    #fff;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.premium-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 249, 244, 0.82);
}

.premium-grid span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--cacao);
  font-weight: 950;
}

.premium-grid p {
  color: var(--muted);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefit-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(36, 27, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.benefit-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--cacao);
  font-weight: 950;
}

.benefit-grid p,
.quote-grid p,
.faq-list p,
footer p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  background: #fff;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 14px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack img:last-child {
  margin-bottom: 44px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #493f3d;
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--leaf);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(rgba(36, 27, 27, 0.72), rgba(36, 27, 27, 0.72)),
    url("assets/strawberry.jpg") center/cover;
  color: white;
}

.story-copy {
  max-width: 760px;
}

.story-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.impact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.impact-card span {
  color: #f2d8c5;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.impact-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

blockquote {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

blockquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
}

cite {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(28px, 6vw, 90px);
  background: var(--cream);
}

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

details {
  border: 1px solid rgba(36, 27, 27, 0.12);
  border-radius: 8px;
  background: #fff;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(211, 140, 155, 0.14), rgba(83, 107, 75, 0.12), rgba(93, 76, 124, 0.08)),
    #fff;
}

.final-cta h2,
.final-cta p {
  max-width: 820px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--line);
  background: #211716;
  color: white;
}

footer p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

footer .brand-logo {
  filter: invert(1);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.page-hero {
  display: grid;
  min-height: 58vh;
  align-content: end;
  padding: clamp(72px, 10vw, 150px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 92px);
  background:
    linear-gradient(135deg, rgba(251, 247, 241, 0.96), rgba(242, 232, 220, 0.84)),
    linear-gradient(180deg, rgba(83, 107, 75, 0.07), rgba(211, 140, 155, 0.08)),
    var(--paper);
}

.page-hero h1,
.page-hero p {
  max-width: 850px;
}

.page-hero p:last-child {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.shop-hero {
  background:
    linear-gradient(90deg, rgba(255, 249, 244, 0.995) 0%, rgba(255, 249, 244, 0.985) 42%, rgba(255, 249, 244, 0.9) 58%, rgba(255, 249, 244, 0.56) 74%, rgba(255, 249, 244, 0.2) 100%),
    url("assets/photos/hero-strawberry-ritual.png") 82% center/cover no-repeat;
}

.ingredients-hero {
  background:
    linear-gradient(90deg, rgba(255, 249, 244, 0.995) 0%, rgba(255, 249, 244, 0.985) 42%, rgba(255, 249, 244, 0.9) 58%, rgba(255, 249, 244, 0.58) 76%, rgba(255, 249, 244, 0.22) 100%),
    url("assets/photos/blueberry-recovery-ritual.png") 82% center/cover no-repeat;
}

.contact-hero {
  background:
    linear-gradient(rgba(255, 249, 244, 0.9), rgba(255, 249, 244, 0.9)),
    url("assets/blueberry.jpg") center/cover;
}

.story-page-hero {
  background:
    linear-gradient(rgba(36, 27, 27, 0.68), rgba(36, 27, 27, 0.68)),
    url("assets/strawberry.jpg") center 35%/cover;
  color: #fff;
}

.story-page-hero p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.feature-card h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
}

.compare-panel,
.contact-card,
.light-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 27, 27, 0.08);
}

.compare-panel p,
.contact-card p {
  color: var(--muted);
}

.light-card span {
  color: var(--cacao);
}

.light-card p {
  color: var(--muted);
}

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

.ingredient-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.ingredient-grid p {
  color: var(--muted);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(251, 247, 241, 0.96), rgba(242, 232, 220, 0.84)),
    var(--paper);
}

.product-detail-rich {
  align-items: start;
}

.product-detail-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.product-detail-copy .hero-actions {
  margin: 0;
}

.product-detail h1 {
  font-size: clamp(3.2rem, 7vw, 7rem);
}

.product-visual-stack {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
}

.product-detail-photo {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-detail-card {
  right: 18px;
  bottom: 108px;
  min-width: 220px;
  max-width: 280px;
}

.product-detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-detail-highlight {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(36, 27, 27, 0.06);
}

.product-detail-highlight span {
  color: var(--cacao);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-detail-highlight strong {
  font-size: 1.04rem;
  line-height: 1.2;
}

.product-proof-strip {
  width: 100%;
}

.full-faq {
  padding-top: clamp(58px, 8vw, 110px);
}

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

.contact-card h2 {
  overflow-wrap: anywhere;
  font-size: clamp(2rem, 4vw, 4rem);
}

.media-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.media-band.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.media-band.reverse .media-copy {
  order: 2;
}

.media-band.reverse .media-frame {
  order: 1;
}

.media-copy p,
.timeline p,
.comparison-table p,
.product-note p,
.story-panel p,
.source-note {
  color: var(--muted);
}

.media-copy,
.media-frame {
  min-width: 0;
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  object-position: center;
}

.routine-grid,
.promise-grid,
.story-grid,
.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.routine-grid article,
.promise-grid article,
.story-panel,
.product-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(36, 27, 27, 0.06);
}

.routine-grid span,
.promise-grid span,
.timeline span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--cacao);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.2fr 1.2fr;
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row > * {
  padding: 18px;
}

.comparison-row strong {
  font-weight: 950;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline article {
  padding: 24px;
  border-left: 4px solid var(--cacao);
  background: rgba(255, 255, 255, 0.74);
}

.product-note {
  display: grid;
  gap: 8px;
}

.source-note {
  margin-top: 18px;
  font-size: 0.92rem;
}

.page-card-link {
  color: var(--berry);
  font-weight: 950;
}

.sample-section {
  background: #fff;
}

.sample-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sample-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.sample-grid span {
  color: var(--cacao);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sample-grid p {
  color: var(--muted);
}

.sample-links {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.sample-links button {
  margin-top: 0;
  padding: 0 16px;
  text-align: left;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .hamburger {
    display: flex;
  }

  nav {
    display: none;
  }

  nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--paper);
    padding: 80px 24px 24px;
    z-index: 25;
    gap: 16px;
    font-size: 1.25rem;
  }

  nav.open a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero,
  .intro-section,
  .split-section,
  .story-band,
  .faq-section,
  .product-detail,
  .media-band,
  .media-band.reverse,
  .shop-builder {
    grid-template-columns: 1fr;
  }

  .nutri-cart {
    position: static;
  }

  .nutri-cart-floating {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: min(342px, calc(100vw - 24px));
  }

  .media-band.reverse .media-copy,
  .media-band.reverse .media-frame {
    order: initial;
  }

  .hero {
    min-height: auto;
  }

  .hero-product {
    min-height: auto;
  }

  .product-detail-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-card {
    bottom: 94px;
  }

  .trust-strip,
  .shop-guide,
  .product-grid,
  .shop-guide,
  .benefit-grid,
  .premium-grid,
  .quote-grid,
  .ingredient-grid,
  .contact-grid,
  .routine-grid,
  .promise-grid,
  .story-grid,
  .sample-grid,
  .product-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison-row {
    grid-template-columns: 1fr;
  }

  .story-band {
    background-position: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 44px;
    overflow: hidden;
  }

  .hero-copy {
    width: min(100%, 520px);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 11vw, 3.15rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .hero-product {
    width: min(100%, 520px);
    min-height: auto;
    justify-self: start;
  }

  .hero-image {
    width: min(100%, 390px);
    border-radius: 8px;
  }

  .floating-card {
    right: -4px;
    bottom: 23%;
    min-width: 156px;
    max-width: 148px;
    padding: 14px 16px;
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
    padding: 14px;
  }

  .hero-proof-thumbs {
    justify-content: flex-start;
  }

  .hero-proof-thumbs img {
    width: min(26vw, 82px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .shop-guide,
  .product-grid,
  .benefit-grid,
  .premium-grid,
  .quote-grid,
  .ingredient-grid,
  .contact-grid,
  .routine-grid,
  .promise-grid,
  .story-grid,
  .sample-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .benefit-grid,
  .premium-grid,
  .quote-grid,
  .ingredient-grid,
  .contact-grid,
  .routine-grid,
  .promise-grid,
  .story-grid,
  .sample-grid,
  .product-detail-grid {
    width: min(100%, 520px);
  }

  .product-card,
  .product-card div,
  .card-bottom {
    min-width: 0;
  }

  .card-bottom {
    flex-wrap: wrap;
  }

  .card-bottom a {
    width: 100%;
  }

  .product-visual-stack,
  .product-detail-highlights {
    width: min(100%, 520px);
  }

  .product-detail-highlights {
    grid-template-columns: 1fr;
  }

  .product-detail-card {
    position: static;
    right: auto;
    bottom: auto;
    width: min(100%, 390px);
    max-width: none;
    justify-self: start;
  }

  .product-proof-strip {
    width: min(100%, 390px);
  }

  .page-hero {
    min-height: auto;
    padding-top: 52px;
    overflow: hidden;
  }

  .page-hero h1,
  .product-detail h1 {
    width: min(100%, 520px);
    font-size: clamp(2.45rem, 10.5vw, 3rem);
    line-height: 0.98;
  }

  .page-hero p:last-child {
    width: min(100%, 520px);
  }

  .product-detail {
    padding-top: 52px;
    overflow: hidden;
  }

  .media-band,
  .media-band.reverse {
    overflow: hidden;
  }

  .media-band .media-copy,
  .media-band .media-frame {
    width: min(100%, 520px);
  }

  .split-section > *,
  .faq-section > *,
  .story-band > *,
  .compare-panel,
  .contact-card,
  .light-card {
    width: min(100%, 520px);
    justify-self: start;
  }

  .product-detail > div,
  .product-detail-photo,
  .product-detail .hero-lede {
    width: min(100%, 520px);
  }

  .media-copy h2,
  .media-copy p,
  .split-section h2,
  .split-section p,
  .split-section li,
  .impact-card p,
  .check-list li {
    overflow-wrap: anywhere;
  }

  .trust-strip span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .image-stack {
    grid-template-columns: 1fr 1fr;
  }

  .image-stack img:last-child {
    margin-bottom: 22px;
  }

  .story-band {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
  }
}
