/* axes: custom peach / Georgia / Aptos / sparse / restrained-studio */
:root {
  color-scheme: light;
  --ink: #4a1d16;
  --cream: #fff7ea;
  --peach: #ec865e;
  --paper: #fff5e7;
  --peach-soft: #f3c1a8;
  --dark: #2c100c;
  --muted: #855d52;
  --line: rgba(74, 29, 22, 0.34);
  --line-light: rgba(255, 247, 234, 0.28);
  --container: 1600px;
  --page-pad: clamp(24px, 5vw, 80px);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --fast: 200ms;
  --smooth: 400ms;
  --slow: 800ms;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--peach);
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
input {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

.story {
  height: 620svh;
  min-height: 3600px;
  background: var(--peach);
}

.stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background: #ed8a63;
}

.poster,
.poster img,
.frame-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.poster img {
  object-fit: cover;
  object-position: center;
}

.poster {
  z-index: -4;
}

.frame-canvas {
  z-index: -3;
  display: block;
  opacity: 0;
  transition: opacity 600ms ease;
}

.is-ready .frame-canvas {
  opacity: 1;
}

.wash {
  position: absolute;
  z-index: -2;
  inset-block: 0;
  width: min(48vw, 760px);
  pointer-events: none;
  opacity: var(--wash-opacity, 0.25);
  transition: opacity 220ms linear;
}

.wash-left {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 235, 210, 0.46), transparent 76%);
}

.wash-right {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 235, 210, 0.42), transparent 76%);
}

.grain {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.masthead {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(24px, 4vw, 54px) clamp(24px, 5vw, 80px);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.brand svg {
  width: 25px;
  height: 25px;
  overflow: visible;
  fill: currentColor;
}

.product-meta {
  display: flex;
  gap: 26px;
}

.product-meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 26px 3px 0;
  border-radius: 50%;
  background: currentColor;
}

.chapters {
  position: absolute;
  z-index: 4;
  inset: 0;
  margin: 0 clamp(24px, 8vw, 150px);
  pointer-events: none;
}

.chapter {
  --chapter-opacity: 0;
  --chapter-y: 24px;
  position: absolute;
  top: 50%;
  width: min(36vw, 590px);
  opacity: var(--chapter-opacity);
  transform: translate3d(0, calc(-50% + var(--chapter-y)), 0);
  will-change: transform, opacity;
}

.chapter-intro,
.chapter-left,
.chapter-final {
  left: 0;
  text-align: left;
}

.chapter-right {
  right: 0;
  text-align: right;
}

.chapter-final {
  right: auto;
  width: min(43vw, 760px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.chapter-right .eyebrow {
  justify-content: flex-end;
}

.eyebrow span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.2vw, 116px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.chapter-right h2,
.chapter-left h2,
.chapter-final h2 {
  font-size: clamp(44px, 4.4vw, 82px);
  line-height: 0.94;
}

.chapter-final h2 {
  font-size: clamp(52px, 5vw, 96px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.lede {
  margin: 28px 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 520;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.serve-note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.final-copy {
  max-width: 540px;
}

.serve-rule {
  width: 72px;
  height: 1px;
  background: currentColor;
}

.scroll-cue {
  position: absolute;
  z-index: 6;
  bottom: clamp(24px, 5vh, 52px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: var(--cue-opacity, 1);
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 34px;
  height: 1px;
  overflow: hidden;
  background: rgba(74, 29, 22, 0.28);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  animation: travel 1.8s ease-in-out infinite;
}

@keyframes travel {
  from { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}

.progress {
  position: absolute;
  z-index: 6;
  top: 50%;
  right: clamp(20px, 3vw, 48px);
  display: grid;
  justify-items: center;
  gap: 11px;
  transform: translateY(-50%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.progress-track {
  position: relative;
  width: 1px;
  height: min(24vh, 190px);
  overflow: hidden;
  background: rgba(74, 29, 22, 0.26);
}

.progress-track i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  transform: scaleY(var(--story-progress, 0));
  transform-origin: top;
  will-change: transform;
}

.loading {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  background: #ed8a63;
  transition: opacity 450ms ease, visibility 450ms;
}

.loading span {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(74, 29, 22, 0.28);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

.loading p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.is-ready .loading {
  visibility: hidden;
  opacity: 0;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.noscript {
  position: fixed;
  z-index: 30;
  inset: auto 20px 20px;
  margin: 0;
  padding: 14px 18px;
  background: var(--cream);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform var(--fast) var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.story-cta {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: rgba(255, 247, 234, 0.18);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color var(--smooth) var(--ease), background var(--smooth) var(--ease);
}

.story-cta:hover {
  background: var(--ink);
  color: var(--cream);
}

.site-nav {
  position: sticky;
  z-index: 60;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(74, 29, 22, 0.2);
  background: rgba(255, 245, 231, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: min-height var(--smooth) var(--ease), background var(--smooth) var(--ease);
}

.site-nav.is-compact {
  min-height: 68px;
  background: rgba(255, 245, 231, 0.98);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.17em;
}

.nav-brand svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--smooth) var(--ease);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  justify-self: end;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background var(--smooth) var(--ease), color var(--smooth) var(--ease);
}

.nav-cta:hover {
  background: transparent;
  color: var(--ink);
}

.site-section {
  position: relative;
  overflow: clip;
  padding: clamp(100px, 11vw, 180px) var(--page-pad);
}

.section-shell {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

.section-overline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-overline::after {
  content: "";
  width: 54px;
  height: 1px;
  background: currentColor;
}

.section-overline > span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 0;
}

.section-overline-light {
  color: var(--cream);
}

.section-title {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 108px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.058em;
}

.section-copy {
  max-width: 580px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.65;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-width: 250px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background var(--smooth) var(--ease), color var(--smooth) var(--ease);
}

.cta-primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.cta-primary:hover {
  background: transparent;
  color: var(--ink);
}

.cta-outline {
  background: transparent;
  color: var(--ink);
}

.cta-outline:hover {
  background: var(--ink);
  color: var(--cream);
}

.cta-light {
  border-color: var(--cream);
  background: transparent;
  color: var(--cream);
}

.cta-light:hover {
  background: var(--cream);
  color: var(--dark);
}

.offer-section {
  padding: 0;
  background: var(--paper);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(900px, 92svh);
  border-bottom: 1px solid var(--line);
}

.offer-copy {
  align-self: center;
  padding: clamp(70px, 8vw, 140px) var(--page-pad);
}

.offer-copy .section-title {
  font-size: clamp(54px, 5.2vw, 96px);
}

.offer-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: 610px;
  margin: 52px 0 30px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-kicker {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.offer-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5vw, 86px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.offer-price p {
  margin: 0 0 4px;
  text-align: right;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-fineprint {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.offer-visual {
  position: relative;
  min-height: 740px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.offer-visual picture,
.offer-visual img {
  width: 100%;
  height: 100%;
}

.offer-visual picture {
  display: block;
}

.offer-visual img {
  object-fit: cover;
}

.offer-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  border-top: 1px solid rgba(74, 29, 22, 0.24);
  background: rgba(255, 245, 231, 0.86);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.image-bloom img {
  filter: saturate(0.88);
  transition: filter var(--slow) var(--ease), transform 6s var(--ease);
}

.image-bloom:hover img {
  filter: saturate(1.06);
  transform: scale(1.035);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.trust-row > * {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.trust-row button {
  min-width: 240px;
  border: 0;
  background: var(--ink);
  color: var(--cream);
  transition: background var(--smooth) var(--ease);
}

.trust-row button:hover {
  background: #673124;
}

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

.benefits-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  column-gap: 80px;
}

.benefits-head .section-overline {
  grid-column: 1 / -1;
}

.benefits-head .section-copy {
  justify-self: end;
  margin: 0 0 8px;
  color: rgba(255, 247, 234, 0.68);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(72px, 8vw, 126px) 0 60px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.benefit {
  min-height: 330px;
  padding: 34px clamp(24px, 3vw, 54px) 44px;
  border-right: 1px solid var(--line-light);
}

.benefit:last-child {
  border-right: 0;
}

.benefit-number {
  display: block;
  margin-bottom: 88px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.benefit h3,
.process-step h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.5vw, 46px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.benefit p,
.process-step p {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 247, 234, 0.64);
  font-size: 15px;
  line-height: 1.65;
}

.taste-section {
  background: var(--paper);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
}

.editorial-image {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.editorial-image picture,
.editorial-image img {
  width: 100%;
  height: 100%;
}

.editorial-image img {
  object-fit: cover;
}

.editorial-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 18px;
  background: rgba(44, 16, 12, 0.78);
  color: var(--cream);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-copy .section-title {
  font-size: clamp(54px, 5.6vw, 100px);
}

.taste-facts {
  max-width: 620px;
  margin: 52px 0 34px;
  border-top: 1px solid var(--line);
}

.taste-facts > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.taste-facts dt,
.taste-facts dd {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.taste-facts dt {
  color: var(--muted);
}

.trial-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--peach-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trial-number {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px var(--page-pad);
  border-right: 1px solid var(--line);
}

.trial-number:last-child {
  border-right: 0;
}

.trial-number strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 7vw, 124px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.trial-number span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-section {
  background: var(--paper);
}

.process-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(76px, 8vw, 126px) 0 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  min-height: 330px;
  padding: 32px clamp(24px, 3vw, 52px) 44px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-step > span {
  display: block;
  margin-bottom: 92px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.process-step p {
  color: var(--muted);
}

.control-section,
.final-cta-section {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: var(--page-pad);
  isolation: isolate;
}

.control-section > picture,
.control-section > picture img,
.final-cta-section > picture,
.final-cta-section > picture img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.control-section > picture img,
.final-cta-section > picture img {
  object-fit: cover;
}

.control-overlay,
.final-cta-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(44, 16, 12, 0.8) 0%, rgba(44, 16, 12, 0.5) 42%, transparent 72%);
}

.control-copy,
.final-cta-copy {
  width: min(760px, 48vw);
  color: var(--cream);
}

.control-copy .section-title,
.final-cta-copy .section-title {
  font-size: clamp(58px, 6vw, 112px);
}

.control-copy > p,
.final-cta-copy > p {
  max-width: 540px;
  margin: 32px 0 36px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.65;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(70px, 10vw, 170px);
}

.faq-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq-intro .section-title {
  font-size: clamp(52px, 5vw, 90px);
}

.faq-intro .cta {
  margin-top: 42px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 20px 56px 20px 0;
  list-style: none;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

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

.faq-list details p {
  max-width: 620px;
  margin: -4px 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.final-cta-section {
  min-height: 100svh;
  color: var(--ink);
}

.final-cta-overlay {
  background: linear-gradient(90deg, rgba(255, 245, 231, 0.88) 0%, rgba(255, 245, 231, 0.62) 44%, transparent 75%);
}

.final-cta-copy {
  color: var(--ink);
}

.final-cta-copy small {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 86px var(--page-pad) 30px;
  background: var(--dark);
  color: var(--cream);
}

.nav-brand-light {
  color: var(--cream);
}

.footer-brand p {
  margin: 28px 0 0;
  color: rgba(255, 247, 234, 0.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.25;
}

.site-footer h2 {
  margin: 0 0 22px;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer > div:not(.footer-brand):not(.footer-bottom) a,
.footer-action button {
  display: block;
  width: fit-content;
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 247, 234, 0.68);
  font-size: 14px;
  line-height: 1.5;
  transition: color var(--fast) var(--ease);
}

.site-footer a:hover,
.footer-action button:hover {
  color: var(--cream);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 247, 234, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity var(--slow) var(--ease), transform var(--slow) var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-trial-bar {
  display: none;
}

.order-dialog {
  width: min(580px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.order-dialog::backdrop {
  background: rgba(44, 16, 12, 0.7);
  backdrop-filter: blur(8px);
}

.order-dialog form {
  position: relative;
  padding: clamp(34px, 6vw, 64px);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.order-dialog h2 {
  margin: 0 0 36px;
  font-size: clamp(46px, 6vw, 72px);
}

.dialog-summary {
  border-top: 1px solid var(--line);
}

.dialog-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-dialog form > p {
  margin: 28px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.dialog-confirm {
  width: 100%;
}

.order-dialog form > small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

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

  .nav-links {
    display: none;
  }

  .benefits-head {
    grid-template-columns: 1fr;
  }

  .benefits-head .section-copy {
    justify-self: start;
    margin-top: 30px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

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

  .footer-action {
    grid-column: 2 / -1;
  }
}

@media (max-width: 920px) {
  .chapters {
    margin-inline: 7vw;
  }

  .chapter {
    width: 42vw;
  }

  .product-meta span:last-child {
    display: none;
  }

  .product-meta span + span::before {
    display: none;
  }

  .offer-layout {
    grid-template-columns: 1fr;
  }

  .offer-visual {
    min-height: 72svh;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-row > *:nth-child(2) {
    border-right: 0;
  }

  .trust-row button {
    grid-column: span 1;
  }

  .benefit-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .benefit,
  .process-step {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .process-step {
    border-bottom-color: var(--line);
  }

  .benefit:last-child,
  .process-step:last-child {
    border-bottom: 0;
  }

  .benefit-number,
  .process-step > span {
    margin-bottom: 54px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-image {
    width: min(100%, 720px);
    aspect-ratio: 4 / 3;
  }

  .control-copy,
  .final-cta-copy {
    width: min(700px, 72vw);
  }

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

@media (max-width: 720px) {
  :root {
    --page-pad: 20px;
  }

  .story {
    height: 540svh;
    min-height: 3000px;
  }

  .stage {
    min-height: 500px;
  }

  .wash {
    width: 100%;
    opacity: 0.12;
  }

  .wash-left {
    background: linear-gradient(180deg, rgba(255, 241, 224, 0.44), transparent 36%);
  }

  .wash-right {
    background: linear-gradient(0deg, rgba(255, 241, 224, 0.48), transparent 38%);
  }

  .masthead {
    padding: 22px 20px;
    font-size: 10px;
  }

  .brand svg {
    width: 21px;
    height: 21px;
  }

  .chapters {
    margin: 0 22px;
  }

  .chapter {
    top: auto;
    right: 0;
    bottom: 12vh;
    left: 0;
    width: auto;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 247, 234, 0.28);
    background: rgba(79, 30, 21, 0.46);
    color: var(--cream);
    text-align: left;
    transform: translate3d(0, var(--chapter-y), 0);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
  }

  .chapter-intro {
    top: 14vh;
    bottom: auto;
    background: rgba(255, 247, 234, 0.58);
    color: var(--ink);
  }

  .chapter-right .eyebrow,
  .chapter-final .eyebrow {
    justify-content: flex-start;
  }

  h1,
  .chapter-right h2,
  .chapter-left h2,
  .chapter-final h2 {
    font-size: clamp(40px, 13vw, 64px);
    line-height: 0.9;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .lede {
    margin-top: 17px;
    font-size: 13px;
  }

  .serve-note {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .final-copy {
    max-width: 34ch;
  }

  .progress {
    right: 10px;
  }

  .progress-track {
    height: 120px;
  }

  .scroll-cue {
    bottom: 28px;
  }

  .story-cta {
    min-height: 46px;
    margin-top: 20px;
    border-color: currentColor;
    color: inherit;
  }

  .site-nav,
  .site-nav.is-compact {
    min-height: 64px;
    padding-inline: 18px;
  }

  .nav-brand {
    font-size: 10px;
  }

  .nav-brand svg {
    width: 21px;
    height: 21px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 9px;
  }

  .site-section {
    padding-block: 84px;
  }

  .section-overline {
    margin-bottom: 20px;
  }

  .section-title,
  .offer-copy .section-title,
  .editorial-copy .section-title,
  .faq-intro .section-title,
  .control-copy .section-title,
  .final-cta-copy .section-title {
    font-size: clamp(43px, 13vw, 62px);
  }

  .section-copy {
    margin-top: 24px;
    font-size: 16px;
  }

  .offer-copy {
    padding: 76px 22px;
  }

  .offer-price {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px;
  }

  .offer-price p {
    text-align: left;
  }

  .offer-visual {
    min-height: 82svh;
  }

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

  .trust-row > * {
    min-height: 64px;
    padding: 0 10px;
    font-size: 8px;
  }

  .trust-row > *:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .trust-row button {
    min-width: 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .benefit,
  .process-step {
    min-height: 230px;
    padding-inline: 0;
  }

  .editorial-grid {
    gap: 62px;
  }

  .editorial-image {
    aspect-ratio: 3 / 4;
  }

  .taste-facts > div {
    grid-template-columns: 100px 1fr;
  }

  .trial-numbers {
    grid-template-columns: 1fr;
  }

  .trial-number {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trial-number:last-child {
    border-bottom: 0;
  }

  .control-section,
  .final-cta-section {
    min-height: 88svh;
    align-items: flex-end;
    padding: 80px 22px;
  }

  .control-overlay {
    background: linear-gradient(0deg, rgba(44, 16, 12, 0.88) 0%, rgba(44, 16, 12, 0.32) 68%, transparent 100%);
  }

  .final-cta-overlay {
    background: linear-gradient(0deg, rgba(255, 245, 231, 0.94) 0%, rgba(255, 245, 231, 0.5) 64%, transparent 100%);
  }

  .control-copy,
  .final-cta-copy {
    width: 100%;
  }

  .faq-layout {
    gap: 60px;
  }

  .faq-intro .cta {
    margin-top: 30px;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 44px 28px;
    padding: 68px 22px 92px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-action {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .mobile-trial-bar {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid var(--cream);
    background: var(--ink);
    color: var(--cream);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translateY(130%);
    transition: opacity var(--smooth) var(--ease), transform var(--smooth) var(--ease);
  }

  .mobile-trial-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .order-dialog form {
    padding: 54px 24px 28px;
  }
}

@media (max-height: 620px) and (min-width: 721px) {
  .chapter {
    top: 52%;
  }

  h1,
  h2 {
    font-size: clamp(42px, 8vh, 68px);
  }

  .lede {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story {
    height: 100svh;
    min-height: 560px;
  }

  .frame-canvas,
  .scroll-cue,
  .progress,
  .chapter:not(.chapter-intro),
  .loading {
    display: none;
  }

  .chapter-intro {
    --chapter-opacity: 1;
    --chapter-y: 0px;
  }

  .grain,
  .scroll-cue i::after {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .image-bloom img {
    transition: none;
  }
}
