:root {
  --paper: #f7f6f1;
  --cream: #e9e4d7;
  --surface: #edebe4;
  --ink: #121512;
  --muted: #6f746b;
  --line: #d8d5cb;
  --deep: #070908;
  --deep-soft: #10140f;
  --green: #1a1a1a;
  --soft-green: #6f746b;
  --matcha: rgba(247, 246, 241, 0.85);
  --gold: #c9a24b;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  --section-title-size: 35px;
  --leaf-dark: #c9a24b;
  --leaf-light: #b8862f;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Avenir Next", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}

.leaf-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--leaf-dark);
  font-size: 13px;
  letter-spacing: 2px;
}

.leaf-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.leaf-icon.on-dark.filled {
  fill: var(--leaf-dark);
}

.leaf-icon.on-dark.empty {
  fill: none;
  stroke: rgba(201, 162, 75, 0.4);
  stroke-width: 1.6;
}

.leaf-icon.on-light.filled {
  fill: var(--leaf-light);
}

.leaf-icon.on-light.empty {
  fill: none;
  stroke: rgba(184, 134, 47, 0.35);
  stroke-width: 1.6;
}

.reveal-section .reveal-item,
.reveal-section .recipe-card,
.reveal-section .series-card,
.reveal-section .blog-card,
.reveal-section > h1,
.reveal-section > p {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(22px);
  transition:
    opacity 1100ms ease,
    filter 1100ms ease,
    transform 1100ms ease;
}

.reveal-section.is-visible .reveal-item,
.reveal-section.is-visible .recipe-card,
.reveal-section.is-visible .series-card,
.reveal-section.is-visible .blog-card,
.reveal-section.is-visible > h1,
.reveal-section.is-visible > p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.reveal-section > p {
  transition-delay: 180ms;
}

.reveal-section .recipe-card:nth-child(2) {
  transition-delay: 180ms;
}

.reveal-section .recipe-card:nth-child(3) {
  transition-delay: 360ms;
}

.reveal-section .series-card:nth-child(2) {
  transition-delay: 180ms;
}

.reveal-section .series-card:nth-child(3) {
  transition-delay: 360ms;
}

.reveal-section .blog-card:nth-child(2) {
  transition-delay: 180ms;
}

.reveal-section .blog-card:nth-child(3) {
  transition-delay: 360ms;
}

.reveal-section .blog-card:nth-child(4) {
  transition-delay: 540ms;
}

.reveal-section .blog-card:nth-child(5) {
  transition-delay: 720ms;
}

.site-shell {
  min-height: 100vh;
  background: var(--paper);
}

.nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 246, 241, 0.88);
  padding: 18px 34px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 178px;
  height: auto;
}

.brand-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.nav-links {
  display: flex;
  gap: 34px;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a {
  position: relative;
  padding: 7px 0;
  transition: color 180ms ease;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.65);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  justify-self: end;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 650;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.nav-cta:hover {
  border-color: var(--green);
  color: var(--green);
}

.hero {
  position: relative;
  min-height: 100dvh;
  padding-top: 71px;
  background: #070908;
  color: var(--paper);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
  transform: scale(1);
  transform-origin: 64% 48%;
  animation: hero-bg-slow-zoom 18s ease-in-out infinite alternate;
  will-change: transform;
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0.04) 76%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62));
  content: "";
  pointer-events: none;
}

.top-selector {
  position: absolute;
  z-index: 3;
  top: 102px;
  left: 50%;
  display: grid;
  width: min(560px, calc(100% - 72px));
  grid-template-columns: auto;
  justify-content: center;
  transform: translateX(-50%);
  color: rgba(247, 246, 241, 0.68);
}

.top-product {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 8px;
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  font-weight: 520;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top-product::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
}

.top-product.active {
  color: var(--paper);
}

.top-product.active::after {
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100dvh - 71px);
  width: min(980px, 100%);
  max-width: 980px;
  place-items: center;
  padding: 130px 36px 54px;
  margin: 0 auto;
  text-align: center;
}

.hero-message {
  grid-area: 1 / 1;
}

.hero-message-primary {
  opacity: 1;
  transform: translateY(0);
  animation: hero-primary-message 11s ease-in-out infinite;
}

.hero-message-secondary {
  max-width: 780px;
  opacity: 0;
  transform: translateY(14px);
  animation: hero-secondary-message 11s ease-in-out infinite;
}

.hero-message-primary .eyebrow,
.hero-message-primary .hero-title,
.hero-message-primary .hero-intro,
.hero-message-secondary .hero-second-line,
.hero-message-secondary .hero-tags {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(10px);
  clip-path: inset(0 0 100% 0);
  animation: hero-copy-arrive 2200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-message-primary .eyebrow {
  animation-delay: 420ms;
}

.hero-message-primary .hero-title {
  animation-delay: 980ms;
}

.hero-message-primary .hero-intro {
  animation-delay: 1720ms;
}

.hero-message-secondary .hero-second-line {
  animation-delay: 6400ms;
}

.hero-message-secondary .hero-tags {
  animation-delay: 7040ms;
}

.eyebrow {
  margin: 0 0 30px;
  color: rgba(247, 246, 241, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-title {
  max-width: 920px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.18;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.62);
}

.hero-title span {
  display: block;
  color: var(--paper);
  font-weight: 300;
  opacity: 0.78;
}

.hero-intro {
  max-width: 45ch;
  margin: 66px auto 0;
  color: rgba(247, 246, 241, 0.82);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.9;
}

.hero-second-line {
  margin: 0;
  color: rgba(247, 246, 241, 0.9);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.28;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.62);
}

.hero-tags {
  margin: 42px 0 0;
  color: rgba(247, 246, 241, 0.9);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.hero-scroll-indicator {
  position: absolute;
  z-index: 3;
  bottom: clamp(22px, 4vh, 40px);
  left: 50%;
  width: 1px;
  height: 42px;
  transform: translateX(-50%);
  opacity: 0.68;
}

.hero-scroll-indicator::before,
.hero-scroll-indicator::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.hero-scroll-indicator::before {
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(247, 246, 241, 0), rgba(247, 246, 241, 0.82));
}

.hero-scroll-indicator::after {
  bottom: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(247, 246, 241, 0.88);
  animation: hero-scroll-dot 2600ms ease-in-out infinite;
}

@keyframes hero-bg-slow-zoom {
  to {
    transform: scale(1.018);
  }
}

@keyframes hero-primary-message {
  0%,
  50% {
    opacity: 1;
    transform: translateY(0);
  }

  58%,
  92% {
    opacity: 0;
    transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-secondary-message {
  0%,
  50% {
    opacity: 0;
    transform: translateY(14px);
  }

  58%,
  92% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

@keyframes hero-copy-arrive {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes hero-scroll-dot {
  0%,
  100% {
    transform: translate(-50%, -8px);
    opacity: 0.46;
  }

  45% {
    transform: translate(-50%, 2px);
    opacity: 0.9;
  }
}

.section-number {
  color: var(--soft-green);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.recipes-header h2,
.review-lede h2,
.faq-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.08;
  text-align: center;
}

.recipes-header h2 {
  font-size: 20px;
}

.faq-heading h2 {
  font-size: 30px;
}

.recipes-header p {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.origin-section {
  position: relative;
  display: grid;
  min-height: 100dvh;
  align-items: center;
  justify-items: end;
  background: #050706;
  color: var(--paper);
  overflow: hidden;
}

.origin-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.origin-section::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.52));
  content: "";
}

.origin-copy {
  position: relative;
  z-index: 1;
  width: min(430px, calc(100% - 72px));
  margin-right: clamp(36px, 8vw, 118px);
  text-align: right;
}

.origin-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--matcha);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.origin-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.05;
}

.origin-copy p {
  margin: 28px 0 0;
  color: rgba(247, 246, 241, 0.76);
  font-size: 15px;
  line-height: 1.85;
}

.intention-section {
  position: relative;
  display: grid;
  min-height: 100dvh;
  align-items: center;
  justify-items: start;
  background: #050706;
  color: var(--paper);
  overflow: hidden;
}

.intention-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intention-section::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.08) 68%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
  content: "";
}

.intention-copy {
  position: relative;
  z-index: 1;
  width: min(390px, calc(100% - 72px));
  margin-left: clamp(28px, 7vw, 112px);
  text-align: left;
}

.intention-copy h2,
.intention-copy p {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(22px);
  transition:
    opacity 1100ms ease,
    filter 1100ms ease,
    transform 1100ms ease;
}

.reveal-section.is-visible .intention-copy h2,
.reveal-section.is-visible .intention-copy p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.reveal-section.is-visible .intention-copy p:first-of-type {
  transition-delay: 180ms;
}

.reveal-section.is-visible .intention-copy p:last-of-type {
  transition-delay: 360ms;
}

.intention-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.12;
}

.intention-copy p {
  margin: 32px 0 0;
  color: rgba(247, 246, 241, 0.8);
  font-size: 15px;
  line-height: 1.85;
}

.intention-copy p:first-of-type {
  color: rgba(247, 246, 241, 0.9);
}

.intention-copy span {
  display: block;
}

.pouch-texture-section {
  position: relative;
  display: grid;
  min-height: 100dvh;
  align-items: center;
  justify-items: start;
  --bg-y: 0px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.24) 52%, rgba(0, 0, 0, 0.62)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62)),
    url("./assets/pouch-open-powder-view.png") center calc(50% + var(--bg-y)) / cover;
  color: var(--paper);
  overflow: hidden;
  text-align: left;
}

.pouch-texture-copy {
  max-width: 820px;
  padding: 72px 36px;
  margin-left: clamp(18px, 7vw, 128px);
}

.pouch-texture-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
}

.pouch-texture-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(247, 246, 241, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.product-series-section {
  position: relative;
  display: grid;
  min-height: 100dvh;
  align-content: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(247, 246, 241, 0.1), transparent 26%),
    var(--deep-soft);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(96px, 12vh, 132px) 36px clamp(88px, 10vh, 120px);
  text-align: center;
}

.product-series-header {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 760px;
  justify-items: center;
  margin: 0 auto 40px;
}

.product-series-header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
}

.product-series-header h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--section-title-size);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.08;
}

.product-list-page .product-series-header h1 {
  font-size: 25px;
}

.product-series-header p {
  max-width: 560px;
  margin: 20px auto 0;
  color: rgba(247, 246, 241, 0.72);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.product-series-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 300px);
  justify-content: center;
  width: min(520px, 100%);
  margin: 0 auto;
}

.series-card-featured {
  max-width: 320px;
}

.series-card {
  display: grid;
  justify-items: center;
  align-content: start;
  color: rgba(247, 246, 241, 0.9);
  min-width: 0;
}

.series-image {
  position: relative;
  display: grid;
  width: min(174px, 100%);
  height: 218px;
  place-items: end center;
  margin-bottom: 24px;
}

.series-image::before {
  position: absolute;
  right: -12%;
  bottom: 6%;
  left: -12%;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  content: "";
  filter: blur(12px);
}

.series-image img {
  position: relative;
  display: block;
  max-width: 154px;
  max-height: 210px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.55));
}

.series-placeholder {
  opacity: 0.45;
}

.series-placeholder span {
  display: grid;
  width: 132px;
  height: 166px;
  place-items: center;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 14px;
  background: rgba(247, 246, 241, 0.06);
  color: rgba(247, 246, 241, 0.72);
  font-size: 13px;
}

.series-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.2;
}

.series-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.2;
}

.series-card p {
  min-height: 46px;
  max-width: 240px;
  margin: 16px auto 18px;
  color: rgba(247, 246, 241, 0.74);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.55;
}

.series-rating-list {
  display: grid;
  gap: 10px;
  width: min(220px, 100%);
  margin: 0 auto 22px;
}

.series-card h3 + .series-rating-list,
.series-card h2 + .series-rating-list {
  margin-top: 22px;
}

.series-rating-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.series-rating-list dt {
  color: rgba(247, 246, 241, 0.82);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: left;
}

.series-rating-list dd {
  margin: 0;
  white-space: nowrap;
}

.series-card-muted .series-rating-list dd {
  color: rgba(247, 246, 241, 0.42);
  letter-spacing: 0.02em;
}

.series-detail-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 246, 241, 0.32);
  border-radius: 999px;
  background: rgba(247, 246, 241, 0.08);
  color: var(--paper);
  padding: 0 20px;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.series-detail-button:hover {
  border-color: rgba(247, 246, 241, 0.7);
  background: rgba(247, 246, 241, 0.14);
  transform: translateY(-2px);
}

.series-detail-button.is-disabled {
  color: rgba(247, 246, 241, 0.45);
  pointer-events: none;
}

.product-page {
  background: var(--paper);
}

.product-list-page {
  background:
    radial-gradient(circle at 50% 18%, rgba(247, 246, 241, 0.08), transparent 20%),
    var(--deep-soft);
}

.product-list-hero {
  min-height: 100dvh;
  padding-top: 132px;
}

.product-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(980px, 100%);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
}

.product-list-grid .series-card {
  min-height: 410px;
  align-content: end;
  justify-items: center;
  border-radius: 0;
  padding: 0 10px 8px;
  background: transparent;
  text-align: center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.product-list-grid .series-card:not(.series-card-muted):hover {
  background: transparent;
  transform: translateY(-6px);
}

.product-list-grid .series-card:not(.series-card-muted) .series-image img {
  transform: scale(1.04);
}

.product-list-grid .series-card-muted {
  opacity: 0.64;
}

.product-list-grid .series-card-muted .series-image {
  height: 176px;
}

.product-list-grid .series-card-muted .series-placeholder span {
  width: 112px;
  height: 142px;
  background: linear-gradient(180deg, rgba(247, 246, 241, 0.07), rgba(247, 246, 241, 0.025));
}

.product-list-grid .series-card p {
  min-height: 0;
  margin: 14px auto 18px;
  font-size: 12px;
}

.product-page-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.14fr) minmax(320px, 0.86fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 118px 0 82px;
}

.product-gallery {
  display: grid;
  gap: 24px;
}

.product-main-image,
.product-thumb-image {
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 21, 18, 0.1);
  background:
    radial-gradient(circle at 50% 42%, rgba(247, 246, 241, 0.08), transparent 34%),
    #f2f1ec;
  margin: 0;
}

.product-main-image {
  min-height: 690px;
}

.product-thumb-image {
  width: min(280px, 54%);
  min-height: 250px;
}

.product-main-image img {
  display: block;
  width: min(540px, 88%);
  height: auto;
  filter: drop-shadow(0 22px 30px rgba(18, 21, 18, 0.18));
}

.product-thumb-image img {
  display: block;
  max-width: 64%;
  max-height: 210px;
  height: auto;
}

.product-purchase-panel {
  position: sticky;
  top: 112px;
  padding-top: 2px;
}

.product-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-purchase-panel h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 1.25vw, 30px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.08;
}

.product-size {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0.025em;
}

.product-rating-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}

.product-rating-line .leaf-rating {
  color: var(--leaf-light);
}

.product-rating-text {
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.product-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.product-detail-pills span {
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.04);
  color: var(--green);
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 650;
}

.product-price-note {
  margin: 28px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
}

.amazon-buy-button {
  display: inline-flex;
  width: min(100%, 330px);
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  margin-top: 18px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.amazon-buy-button:hover {
  background: transparent;
  color: var(--ink);
  transform: translateY(-2px);
}

.product-story {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.product-story p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

.product-info-block {
  border-top: 1px solid rgba(18, 21, 18, 0.12);
  margin-top: 48px;
  padding-top: 34px;
}

.product-info-block h2 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.product-info-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.product-info-block ul.leaf-list {
  padding-left: 0;
  list-style: none;
}

.leaf-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: grid;
  gap: 8px;
}

.leaf-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--muted);
}

.leaf-list .leaf-icon {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Zoomable product images */
.product-main-image,
.product-thumb-image {
  position: relative;
  cursor: zoom-in;
}

.zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid rgba(18, 21, 18, 0.16);
  border-radius: 999px;
  background: rgba(247, 246, 241, 0.92);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.product-main-image:hover .zoom-hint,
.product-thumb-image:hover .zoom-hint,
.product-main-image:focus-visible .zoom-hint,
.product-thumb-image:focus-visible .zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.main-image-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(18, 21, 18, 0.14);
  border-radius: 999px;
  background: rgba(247, 246, 241, 0.92);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 180ms ease, background 180ms ease;
}

.product-main-image:hover .main-image-nav,
.product-main-image:focus-within .main-image-nav {
  opacity: 1;
}

.main-image-nav:hover {
  background: #fff;
}

.main-image-nav.prev {
  left: 16px;
}

.main-image-nav.next {
  right: 16px;
}

@media (max-width: 760px) {
  .main-image-nav {
    opacity: 1;
  }
}

.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-thumb {
  position: relative;
  margin: 0;
  cursor: zoom-in;
  overflow: hidden;
  border: 1px solid rgba(18, 21, 18, 0.1);
  background: #f2f1ec;
  aspect-ratio: 1;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.gallery-thumb:hover img {
  transform: scale(1.05);
}

.zoom-hint.small {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  background: rgba(247, 246, 241, 0.92);
  color: var(--muted);
  opacity: 0;
  transform: translateY(4px);
}

.gallery-thumb:hover .zoom-hint.small,
.gallery-thumb:focus-visible .zoom-hint.small {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .product-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* How to use */
.how-to-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.how-to-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.how-to-num {
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding-top: 1px;
}

.how-to-list div {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

.how-to-list strong {
  color: var(--ink);
  font-weight: 650;
}

/* Nutrition at a glance */
.nutrition-note {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin: 0 0 14px;
}

.nutrition-grid div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(18, 21, 18, 0.08);
  padding-bottom: 8px;
}

.nutrition-grid dt {
  font-size: 12.5px;
  color: var(--muted);
}

.nutrition-grid dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.product-more-links p {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.product-more-links a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}

/* Trust badges */
.trust-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 16px 0 28px;
  padding: 0;
}

.trust-badges li {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--muted);
  padding-left: 14px;
  position: relative;
}

.trust-badges li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  opacity: 0.55;
}

.cert-badges {
  align-items: center;
}

.cert-badges li {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.cert-badges li::before {
  display: none;
}

.cert-badges img {
  height: 40px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  opacity: 0.92;
  transition: opacity 180ms ease;
}

.cert-badges img:hover {
  opacity: 1;
}

.footer-cert-badges {
  margin: 8px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(247, 246, 241, 0.14);
  grid-column: 1 / -1;
}

.footer-cert-badges li {
  padding: 8px 12px;
  background: rgba(247, 246, 241, 0.94);
  border-radius: 6px;
}

.footer-cert-badges img {
  height: 30px;
  max-width: 76px;
  opacity: 0.96;
}

@media (max-width: 640px) {
  .footer-cert-badges img {
    height: 26px;
    max-width: 64px;
  }
}

@media (max-width: 640px) {
  .cert-badges img {
    height: 32px;
    max-width: 72px;
  }
}

/* Highlights / tasting notes list */
.highlight-list {
  margin-bottom: 32px !important;
}

/* Mini reviews */
.mini-review {
  margin-bottom: 20px;
}

.mini-review .leaf-rating {
  margin-bottom: 8px;
  color: var(--leaf-light);
}

.mini-review .leaf-icon {
  width: 12px;
  height: 12px;
}

.mini-review p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 6px;
}

.mini-review small {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.review-see-all {
  display: inline-block;
  margin-top: 4px;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.product-reviews-snippet {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(18, 21, 18, 0.1);
  margin-bottom: 26px;
}

/* Sticky buy bar */
.sticky-buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 28px;
  background: rgba(247, 246, 241, 0.96);
  border-top: 1px solid rgba(18, 21, 18, 0.12);
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: transform 260ms ease;
}

.sticky-buy-bar.is-visible {
  transform: translateY(0);
}

.sticky-buy-bar-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sticky-buy-bar-name {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-buy-bar-note {
  font-size: 11.5px;
  color: var(--muted);
}

.sticky-buy-button {
  flex-shrink: 0;
  width: auto;
  min-width: 180px;
  margin-top: 0;
}

@media (max-width: 640px) {
  .sticky-buy-bar {
    padding: 12px 16px;
  }
  .sticky-buy-bar-name {
    font-size: 13px;
  }
  .sticky-buy-button {
    min-width: 140px;
    padding: 0 16px;
    font-size: 12px;
  }
}

/* Image lightbox */
.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 5, 0.92);
}

.image-lightbox-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: none;
}

.image-lightbox-img {
  max-width: 82vw;
  max-height: 82vh;
  will-change: transform;
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
}

.image-lightbox-img:active {
  cursor: grabbing;
}

.image-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 28px;
  border: 1px solid rgba(247, 246, 241, 0.4);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
  padding: 9px 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.image-lightbox-close:hover {
  border-color: rgba(247, 246, 241, 0.8);
}

.image-lightbox-hint {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(247, 246, 241, 0.62);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .image-lightbox-hint {
    white-space: normal;
    text-align: center;
    width: 80%;
  }
}

.blog-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 246, 241, 0.08), transparent 24%),
    var(--deep-soft);
  color: var(--paper);
}

.blog-hero {
  width: min(900px, calc(100% - 72px));
  margin: 0 auto;
  padding: 150px 0 64px;
  text-align: center;
}

.blog-hero .section-number {
  color: rgba(247, 246, 241, 0.78);
  text-transform: uppercase;
}

.blog-hero h1 {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.08;
}

.blog-hero p {
  max-width: 620px;
  margin: 28px auto 0;
  color: rgba(247, 246, 241, 0.72);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.75;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 60px;
}

.blog-grid-with-images {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(980px, calc(100% - 72px));
}

.blog-card {
  display: grid;
  min-height: 340px;
  align-content: space-between;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.09), rgba(247, 246, 241, 0.035));
  padding: 28px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.blog-grid-with-images .blog-card {
  display: block;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.blog-card-image {
  height: 220px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 260ms ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}

.blog-card-body {
  padding: 26px 28px 30px;
}

.blog-card:hover {
  border-color: rgba(247, 246, 241, 0.36);
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.12), rgba(247, 246, 241, 0.045));
  transform: translateY(-3px);
}

.blog-card span {
  color: rgba(247, 246, 241, 0.88);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.15;
}

.blog-card p {
  margin: 18px 0 0;
  color: rgba(247, 246, 241, 0.68);
  font-size: 14.5px;
  line-height: 1.75;
}

.blog-card a,
.blog-card-link {
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid rgba(247, 246, 241, 0.9);
  margin-top: 22px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 650;
}

.blog-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(1160px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 92px;
  color: rgba(247, 246, 241, 0.4);
  font-size: 12.5px;
  letter-spacing: 0.03em;
}

.blog-legal-links a {
  color: rgba(247, 246, 241, 0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(247, 246, 241, 0.28);
}

.blog-legal-links a:hover {
  color: rgba(247, 246, 241, 0.9);
  border-bottom-color: rgba(247, 246, 241, 0.6);
}

.blog-card-muted {
  min-height: 260px;
  opacity: 0.74;
}

.recipes-section {
  position: relative;
  padding: 86px 0 92px;
  --bg-y: 0px;
  background: var(--deep-soft);
  color: var(--paper);
  overflow: hidden;
}

.recipes-header {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  margin: 0 36px 38px;
  text-align: center;
}

.recipes-header > div:first-child {
  max-width: 860px;
}

.recipes-header p {
  margin-right: auto;
  margin-left: auto;
  color: rgba(247, 246, 241, 0.76);
  text-align: center;
}

.recipe-controls {
  display: flex;
  gap: 10px;
}

.recipe-control {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(247, 246, 241, 0.38);
  border-radius: 50%;
  background: rgba(247, 246, 241, 0.12);
  color: var(--paper);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.recipe-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-columns: minmax(190px, 17vw);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 0 clamp(22px, 4vw, 52px) 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.recipe-carousel::-webkit-scrollbar {
  display: none;
}

.recipe-card {
  display: grid;
  min-height: 292px;
  grid-template-rows: 1fr auto;
  border: 1px solid rgba(247, 246, 241, 0.12);
  border-radius: 13px;
  background: rgba(7, 9, 8, 0.38);
  color: var(--paper);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  scroll-snap-align: start;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.recipe-card:hover {
  border-color: rgba(247, 246, 241, 0.34);
  transform: translateY(-3px);
}

.recipe-image {
  aspect-ratio: 6 / 5;
  background: #f5f4ef;
  overflow: hidden;
}

.recipe-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe-card > div:last-child {
  min-height: 116px;
  border-top: 1px solid rgba(18, 21, 18, 0.08);
  background: rgba(247, 246, 241, 0.72);
  padding: 14px 14px 16px;
  text-align: center;
}

.recipe-card span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recipe-card h3 {
  margin: 8px 0 6px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.recipe-card p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.recipe-open {
  display: inline-flex;
  border: 0;
  margin-top: 10px;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
}

.recipe-modal[hidden] {
  display: none;
}

.recipe-modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}

.recipe-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.recipe-modal-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(88dvh, 900px);
  overflow: auto;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 22px;
  background: #f3f1ea;
  color: var(--ink);
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.46);
}

.recipe-modal-close {
  position: sticky;
  z-index: 2;
  top: 18px;
  float: right;
  border: 1px solid rgba(18, 21, 18, 0.18);
  border-radius: 999px;
  background: rgba(247, 246, 241, 0.92);
  color: var(--ink);
  cursor: pointer;
  margin: 18px 18px 0 0;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 650;
}

.recipe-modal-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 42px;
}

.recipe-modal-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  object-fit: cover;
}

.recipe-modal-kicker {
  color: var(--soft-green);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recipe-modal-hero h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.05;
}

.recipe-modal-summary {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.recipe-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.recipe-step-grid article {
  min-width: 0;
  border-right: 1px solid var(--line);
  padding: 18px;
}

.recipe-step-grid article:last-child {
  border-right: 0;
}

.recipe-step-grid article:nth-child(3n) {
  border-right: 0;
}

.recipe-step-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.recipe-step-grid span {
  display: block;
  margin: 18px 0 10px;
  color: var(--soft-green);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.recipe-step-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.recipe-modal-details h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.recipe-step-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.recipe-modal-details {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  padding: 38px 42px 44px;
}

.recipe-ingredients {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.6;
}

.recipe-ingredients li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.recipe-ingredients li::before {
  content: "";
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-top: 4px;
  background: var(--leaf-light);
  clip-path: path("M5.5 1c2.3 1.4 3.7 3.2 3.7 5.5A3.7 3.7 0 0 1 5.5 10 3.7 3.7 0 0 1 1.8 6.5C1.8 4.2 3.2 2.4 5.5 1z");
}

.recipe-step-grid:empty {
  display: none;
  border: 0;
}

.recipe-method {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.review-section {
  background: var(--deep-soft);
  color: var(--paper);
  overflow: hidden;
  padding: 70px 0 76px;
}

.review-lede {
  margin: 0 36px 30px;
  text-align: center;
}

.review-lede h2 {
  font-size: 20px;
}

.review-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(247, 246, 241, 0.16);
  border-bottom: 1px solid rgba(247, 246, 241, 0.16);
}

.review-marquee::before,
.review-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 14vw;
  content: "";
  pointer-events: none;
}

.review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #10140f, rgba(16, 20, 15, 0));
}

.review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #10140f, rgba(16, 20, 15, 0));
}

.review-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 18px 14px;
  animation: review-scroll 40s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  display: flex;
  width: min(300px, 72vw);
  min-height: 128px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 12px;
  background: rgba(247, 246, 241, 0.04);
  padding: 18px 20px;
}

.review-card span.leaf-rating {
  display: inline-flex;
}

.review-card p {
  margin: 14px 0 12px;
  font-family: var(--serif);
  color: var(--paper);
  font-size: 15px;
  line-height: 1.38;
}

.review-card small {
  color: rgba(247, 246, 241, 0.46);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@keyframes review-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section .reveal-item,
  .reveal-section .recipe-card,
  .reveal-section .series-card,
  .reveal-section .blog-card,
  .reveal-section > h1,
  .reveal-section > p,
  .reveal-section .intention-copy h2,
  .reveal-section .intention-copy p {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .hero-message-primary,
  .hero-message-secondary,
  .hero-bg,
  .hero-scroll-indicator::after {
    animation: none;
  }

  .hero-message-primary .eyebrow,
  .hero-message-primary .hero-title,
  .hero-message-primary .hero-intro,
  .hero-message-secondary .hero-second-line,
  .hero-message-secondary .hero-tags {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    animation: none;
  }

  .hero-message-secondary {
    display: none;
  }

  .review-track {
    animation: none;
  }
}

.faq-section {
  background: var(--paper);
  padding: 92px 36px 104px;
}

.faq-heading {
  max-width: 940px;
  margin: 0 auto 44px;
  text-align: center;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: clamp(21px, 1.65vw, 23px);
  font-weight: 450;
  line-height: 1.2;
}

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

.faq-list summary::after {
  float: right;
  color: var(--soft-green);
  content: "+";
  font-size: 28px;
  line-height: 1;
}

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

.faq-list p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.8fr;
  gap: 48px;
  background: var(--ink);
  color: var(--paper);
  padding: 68px 36px 42px;
}

.site-footer .brand-symbol {
  border-color: rgba(247, 246, 241, 0.6);
}

.footer-brand h2 {
  margin: 0 0 18px;
  font-size: 35px;
  font-weight: 430;
  line-height: 1;
  color: #4c721d;
}

.footer-brand p,
.footer-note p {
  max-width: 340px;
  margin: 0;
  color: rgba(247, 246, 241, 0.66);
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h3 {
  margin: 0 0 22px;
  color: rgba(247, 246, 241, 0.48);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin-bottom: 15px;
  color: var(--paper);
  font-size: 15px;
}

.footer-note {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  grid-column: 1 / -1;
  padding-top: 28px;
}

.footer-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 246, 241, 0.82);
  color: var(--paper);
  font-size: 14px;
  font-weight: 650;
}

.footer-cta-logo {
  padding: 0;
  border: none;
  background: transparent;
}

.footer-cta-logo img {
  height: 52px;
  width: auto;
  display: block;
  border-radius: 999px;
  transition: transform 180ms ease;
}

.footer-cta-logo:hover img {
  transform: translateY(-2px);
}

.product-page-footer {
  border-top: 1px solid rgba(18, 21, 18, 0.08);
  background: #f7f6f1;
  color: var(--ink);
}

.product-page-footer .footer-brand p,
.product-page-footer .footer-note p {
  color: rgba(18, 21, 18, 0.72);
}

.product-page-footer .footer-links h3 {
  color: rgba(18, 21, 18, 0.58);
}

.product-page-footer .footer-links a {
  color: var(--ink);
}

.product-page-footer .footer-cta {
  border-color: rgba(18, 21, 18, 0.78);
  color: var(--ink);
  background: transparent;
}

.product-list-page .site-footer,
.product-page .site-footer,
.blog-page .site-footer,
.site-footer.product-page-footer {
  border-top: 1px solid rgba(18, 21, 18, 0.08);
  background: rgba(247, 246, 241, 0.88);
  color: var(--ink);
}

.product-list-page .site-footer .brand-symbol,
.product-page .site-footer .brand-symbol,
.blog-page .site-footer .brand-symbol,
.site-footer.product-page-footer .brand-symbol {
  border-color: rgba(18, 21, 18, 0.38);
}

.product-list-page .footer-brand p,
.product-list-page .footer-note p,
.product-page .footer-brand p,
.product-page .footer-note p,
.blog-page .footer-brand p,
.blog-page .footer-note p,
.site-footer.product-page-footer .footer-brand p,
.site-footer.product-page-footer .footer-note p {
  color: rgba(18, 21, 18, 0.68);
}

.product-list-page .footer-links h3,
.product-page .footer-links h3,
.blog-page .footer-links h3,
.site-footer.product-page-footer .footer-links h3 {
  color: rgba(18, 21, 18, 0.52);
}

.product-list-page .footer-links a,
.product-page .footer-links a,
.blog-page .footer-links a,
.site-footer.product-page-footer .footer-links a {
  color: var(--ink);
}

.product-list-page .footer-cta,
.product-page .footer-cta,
.blog-page .footer-cta,
.site-footer.product-page-footer .footer-cta {
  border-color: rgba(18, 21, 18, 0.68);
  color: var(--ink);
  background: transparent;
}

@media (max-width: 1080px) {
  :root {
    --section-title-size: clamp(30px, 8vw, 35px);
  }

  .nav {
    grid-template-columns: 1fr auto;
    row-gap: 10px;
    padding: 14px 20px 12px;
  }

  .brand-logo {
    width: 150px;
  }

  .nav-links {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 28px;
    order: 3;
    font-size: 12px;
  }

  .nav-cta {
    align-self: start;
  }

  .top-selector {
    top: 120px;
    width: calc(100% - 44px);
    gap: 20px;
  }

  .top-product {
    font-size: 12px;
  }

  .hero-content {
    min-height: calc(100dvh - 94px);
    padding: 126px 22px 34px;
    margin: 0 auto;
  }

  .hero-title {
    font-size: clamp(30px, 8vw, 36px);
    letter-spacing: 0.045em;
    line-height: 1.18;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-second-line {
    font-size: 30px;
  }

  .hero-tags {
    font-size: 15px;
    line-height: 1.6;
  }

  .origin-section {
    min-height: 88dvh;
    align-items: end;
    justify-items: center;
  }

  .origin-section::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.86)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.34));
  }

  .origin-copy {
    width: calc(100% - 44px);
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 58px;
    text-align: center;
  }

  .origin-copy h2 {
    font-size: 20px;
  }

  .intention-section {
    min-height: 88dvh;
    align-items: end;
  }

  .intention-bg {
    object-position: 62% center;
  }

  .intention-section::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.82)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18));
  }

  .intention-copy {
    width: calc(100% - 44px);
    margin: 0 auto;
    padding: 0 0 58px;
  }

  .intention-copy h2 {
    font-size: 22px;
  }

  .pouch-texture-section {
    min-height: 88dvh;
    background-position: center;
  }

  .pouch-texture-copy {
    padding: 58px 22px;
  }

  .product-series-section {
    padding: 58px 22px 66px;
  }

  .product-list-hero {
    padding-top: 138px;
  }

  .product-series-header {
    margin-bottom: 34px;
  }

  .product-series-grid {
    grid-template-columns: minmax(0, 280px);
    justify-content: center;
    width: 100%;
    overflow-x: visible;
    padding-bottom: 8px;
  }

  .product-list-grid {
    grid-auto-columns: minmax(210px, 68vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 22px;
    justify-content: start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-list-grid::-webkit-scrollbar {
    display: none;
  }

  .series-card {
    scroll-snap-align: none;
  }

  .product-list-grid .series-card {
    min-height: 360px;
    scroll-snap-align: center;
    padding: 0 10px 22px;
  }

  .product-list-grid .series-card-muted .series-image {
    height: 150px;
  }

  .series-image {
    height: 220px;
  }

  .series-image img {
    max-width: 150px;
    max-height: 210px;
  }

  .product-page-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
    gap: 34px;
    padding: 126px 0 58px;
  }

  .product-purchase-panel {
    position: static;
  }

  .product-main-image {
    min-height: 500px;
  }

  .product-main-image img {
    width: min(360px, 88%);
  }

  .product-thumb-image {
    width: 100%;
    min-height: 220px;
  }

  .product-purchase-panel {
    padding-top: 0;
  }

  .product-story p {
    max-width: none;
  }

  .blog-hero {
    width: calc(100% - 44px);
    padding: 118px 0 46px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
    padding-bottom: 64px;
  }

  .blog-card {
    min-height: 280px;
    padding: 24px;
  }

  .recipes-section {
    padding: 58px 0 62px;
  }

  .recipes-header {
    margin: 0 22px 30px;
  }

  .recipe-carousel {
    grid-auto-columns: minmax(190px, 58vw);
    padding: 0 22px 12px;
  }

  .recipe-card {
    min-height: 286px;
  }

  .recipe-image {
    min-height: 158px;
  }

  .recipe-modal {
    padding: 12px;
  }

  .recipe-modal-panel {
    max-height: 92dvh;
    border-radius: 18px;
  }

  .recipe-modal-hero,
  .recipe-modal-details {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .recipe-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .recipe-step-grid article:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .recipe-step-grid article:nth-child(2n) {
    border-right: 0;
  }

  .recipe-step-grid article {
    border-bottom: 1px solid var(--line);
  }

  .recipe-step-grid article:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .review-section {
    padding: 58px 0 66px;
  }

  .faq-section {
    padding: 58px 22px 66px;
  }

  .review-lede {
    margin: 0 22px 34px;
  }

  .review-track {
    gap: 10px;
    padding: 16px 12px;
    animation-duration: 42s;
  }

  .review-card {
    width: min(280px, 76vw);
    min-height: 124px;
    padding: 16px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 54px 24px 36px;
  }
}
/* Standalone page visibility and footer overrides.
   Product / Blog pages should not inherit homepage modal blur or hidden reveal states. */
html:has(main.product-list-page),
body:has(main.product-list-page),
html:has(main.blog-page),
body:has(main.blog-page) {
  min-height: 100%;
  overflow: auto !important;
  background: #0a0c09 !important;
}

html:has(main.product-page),
body:has(main.product-page) {
  min-height: 100%;
  overflow: auto !important;
  background: #f7f6f1 !important;
}

body:has(main.product-list-page) .site-shell,
body:has(main.blog-page) .site-shell,
body:has(main.product-page) .site-shell,
main.product-list-page,
main.blog-page,
main.product-page,
body.modal-open:has(main.product-list-page) main.product-list-page,
body.modal-open:has(main.blog-page) main.blog-page,
body.modal-open:has(main.product-page) main.product-page {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  pointer-events: auto !important;
}

.product-list-page,
.blog-page {
  min-height: 100vh;
  background: #0a0c09 !important;
  color: #f7f6f1 !important;
}

.product-page {
  min-height: 100vh;
  background: #f7f6f1 !important;
  color: #121512 !important;
}

.product-list-page .reveal-section,
.product-list-page .reveal-item,
.product-list-page .product-series-section,
.product-list-page .product-list-hero,
.product-list-page .product-series-header,
.product-list-page .product-series-grid,
.product-list-page .series-card,
.product-list-page .series-card *,
.blog-page .reveal-section,
.blog-page .reveal-item,
.blog-page .blog-hero,
.blog-page .blog-grid-section,
.blog-page .blog-list-section,
.blog-page .blog-grid,
.blog-page .blog-card,
.blog-page .blog-card *,
.product-page .reveal-section,
.product-page .reveal-item,
.product-page .product-page-layout,
.product-page .product-gallery,
.product-page .product-purchase-panel,
.product-page .product-page-layout * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  pointer-events: auto !important;
}

.product-list-page .product-series-section,
.product-list-page .product-list-hero,
.blog-page .blog-hero,
.blog-page .blog-grid-section,
.blog-page .blog-list-section {
  background-color: #0a0c09 !important;
  background-image: radial-gradient(circle at 50% 18%, rgba(247, 246, 241, 0.1), transparent 34%) !important;
}

body:has(main.product-list-page) .recipe-modal,
body:has(main.product-list-page) .recipe-modal-backdrop,
body:has(main.product-list-page) .modal-backdrop,
body:has(main.blog-page) .recipe-modal,
body:has(main.blog-page) .recipe-modal-backdrop,
body:has(main.blog-page) .modal-backdrop,
body:has(main.product-page) .recipe-modal,
body:has(main.product-page) .recipe-modal-backdrop,
body:has(main.product-page) .modal-backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body:has(main.product-list-page) .site-footer,
body:has(main.blog-page) .site-footer,
body:has(main.product-page) .site-footer,
.product-list-page ~ .site-footer,
.blog-page ~ .site-footer,
.product-page ~ .site-footer {
  background: rgba(247, 246, 241, 0.88) !important;
  color: #121512 !important;
  border-top: 1px solid rgba(16, 23, 17, 0.12) !important;
}

body:has(main.product-list-page) .site-footer *,
body:has(main.blog-page) .site-footer *,
body:has(main.product-page) .site-footer *,
.product-list-page ~ .site-footer *,
.blog-page ~ .site-footer *,
.product-page ~ .site-footer * {
  color: #121512 !important;
}

body:has(main.product-list-page) .site-footer .footer-cta,
body:has(main.blog-page) .site-footer .footer-cta,
body:has(main.product-page) .site-footer .footer-cta,
.product-list-page ~ .site-footer .footer-cta,
.blog-page ~ .site-footer .footer-cta,
.product-page ~ .site-footer .footer-cta {
  border-color: rgba(16, 23, 17, 0.45) !important;
  color: #121512 !important;
}

/* ============ Blog article template ============ */
.article-page {
  background: var(--paper);
  color: var(--ink);
}

.article-split-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
  background: var(--deep);
}

.article-split-hero .article-hero-img {
  overflow: hidden;
}

.article-split-hero .article-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}

.article-split-hero .article-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 64px);
  color: var(--paper);
}

.article-hero-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.article-split-hero h1 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.article-hero-sub {
  margin: 0 0 24px;
  color: rgba(247, 246, 241, 0.7);
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}

.article-hero-lead {
  max-width: 42ch;
  margin: 0;
  color: rgba(247, 246, 241, 0.78);
  font-size: 14.5px;
  line-height: 1.85;
}

.article-data-section {
  background: var(--deep-soft);
  padding: clamp(48px, 7vw, 70px) 36px;
}

.article-data-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  width: min(1040px, 100%);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(201, 162, 75, 0.25);
}

.article-data-table {
  padding: clamp(24px, 4vw, 40px);
}

.article-data-table h3 {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 162, 75, 0.3);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.article-data-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.08);
}

.article-data-row dt {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-data-row dd {
  margin: 0;
  color: rgba(247, 246, 241, 0.68);
  font-size: 13.5px;
  line-height: 1.6;
}

.article-data-image {
  overflow: hidden;
  background: #fff;
}

.article-data-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 260px;
}

.article-steps-section {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.article-steps-section img.article-steps-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-steps-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.88));
}

.article-steps-copy {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 460px;
  padding: 44px clamp(24px, 6vw, 64px);
  color: var(--paper);
}

.article-steps-copy h3 {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.article-step-item {
  margin-bottom: 18px;
}

.article-step-item .article-step-num {
  display: block;
  margin: 0 0 4px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.article-step-item p {
  margin: 0;
  color: rgba(247, 246, 241, 0.78);
  font-size: 13.5px;
  line-height: 1.7;
}

.article-body {
  width: min(640px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 70px) 0 90px;
}

.article-body p {
  margin: 0 0 26px;
  color: #2a2a28;
  font-size: 17px;
  line-height: 1.9;
}

.article-body h2 {
  margin: 44px 0 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.article-body ul.leaf-list {
  margin: 0 0 26px;
}

.article-body ul.leaf-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a28;
  margin-bottom: 12px;
}

.article-body ul.leaf-list .leaf-icon {
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

.article-cta {
  margin-top: 50px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.article-cta a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.article-related {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 100px;
}

.article-related h3 {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.article-related-card {
  padding: 22px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 180ms ease;
}

.article-related-card:hover {
  border-color: var(--ink);
}

.article-related-card span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-related-card h4 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 860px) {
  .article-split-hero {
    grid-template-columns: 1fr;
  }
  .article-split-hero .article-hero-img img {
    min-height: 240px;
  }
  .article-data-block {
    grid-template-columns: 1fr;
  }
  .article-steps-copy {
    margin-left: 0;
    max-width: 100%;
  }
  .article-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Legal pages (privacy, terms) */
.legal-page-body {
  width: min(720px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(120px, 14vh, 150px) 0 100px;
}

.legal-page-body .legal-kicker {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-page-body h1 {
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 500;
}

.legal-page-body h2 {
  margin: 40px 0 14px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}

.legal-page-body p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.legal-page-body a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}

/* ============ FB ad landing page (stripped, single-goal) ============ */
.nav-minimal {
  grid-template-columns: 1fr;
  justify-items: center;
}

.landing-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 72px);
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(120px, 14vh, 150px) 0 60px;
  align-items: center;
}

.landing-hero-image {
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 21, 18, 0.1);
  background:
    radial-gradient(circle at 50% 42%, rgba(247, 246, 241, 0.08), transparent 34%),
    #f2f1ec;
  min-height: 380px;
  cursor: zoom-in;
}

.landing-hero-image img {
  width: min(320px, 78%);
  height: auto;
  filter: drop-shadow(0 22px 30px rgba(18, 21, 18, 0.18));
}

.landing-hero-copy h1 {
  margin: 6px 0 14px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.landing-hero-sub {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 42ch;
}

.landing-buy-button {
  display: flex;
  width: 100%;
  max-width: 380px;
  min-height: 54px;
  font-size: 15px;
  margin-top: 22px;
}

.landing-price-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12.5px;
}

.landing-hero-copy .cert-badges {
  margin-top: 26px;
}

.landing-section {
  border-top: 1px solid var(--line);
  padding: clamp(48px, 7vw, 70px) 24px;
}

.landing-narrow {
  width: min(560px, 100%);
  margin: 0 auto;
}

.landing-narrow .highlight-list {
  margin-top: 34px;
}

.landing-narrow .amazon-buy-button {
  width: 100%;
  min-height: 54px;
  font-size: 15px;
  margin-top: 40px;
}

.landing-footer {
  padding: 34px 24px 90px;
  text-align: center;
}

.landing-footer p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12.5px;
}

.landing-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
}

.landing-footer nav a {
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

@media (max-width: 760px) {
  .landing-hero {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }
  .landing-hero-image {
    min-height: 280px;
  }
}
