@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d9b351;
  --gold-deep: #7f6015;
  --ink: #121212;
  --charcoal: #2c2c2c;
  --cream: #f5f2ea;
  --sand: #e9e2d3;
  --paper: #ffffff;
  --muted: #6f6b63;
  --line: rgba(18, 18, 18, 0.16);
  --line-light: rgba(255, 255, 255, 0.17);
  --shell: 1280px;
  --reading: 1050px;
  --shadow: 0 24px 70px rgba(18, 18, 18, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select,
a {
  font: inherit;
}

button,
label,
select {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  margin-bottom: 0;
  line-height: 1.02;
  letter-spacing: -0.048em;
}

h1,
h2 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

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

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.reading-column {
  width: min(var(--reading), calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding-block: 112px;
}

.eyebrow,
.editorial-kicker,
.media-label {
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stars {
  color: var(--gold-deep);
  letter-spacing: 0.07em;
}

.announcement {
  display: grid;
  min-height: 36px;
  place-items: center;
  padding: 7px 24px;
  background: var(--gold);
}

.announcement p {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: center;
}

.announcement strong {
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 72px;
  align-items: center;
  padding: 10px max(24px, calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid rgba(217, 179, 81, 0.32);
  background: rgba(18, 18, 18, 0.98);
  color: var(--paper);
}

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

.brand-link img {
  width: 184px;
  height: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a:hover {
  color: var(--gold);
}

.header-cta {
  justify-self: end;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  border-radius: 28px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.editorial-hero {
  overflow: hidden;
  padding-block: 58px 76px;
  background: var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.editorial-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.editorial-kicker span {
  color: rgba(18, 18, 18, 0.35);
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.94;
}

.hero-deck {
  max-width: 690px;
  margin: 30px 0 22px;
  color: #48443e;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.48;
}

.rating-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.32);
  font-size: 13px;
  text-decoration: none;
}

.rating-link .stars {
  font-size: 12px;
}

.rating-link strong {
  font-size: 15px;
}

.rating-arrow {
  margin-left: 3px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.primary-button,
.checkout-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 24px;
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.primary-button:hover,
.checkout-button:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: var(--ink);
}

.text-link {
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-note {
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-product {
  position: relative;
  width: min(100%, 590px);
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-product-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--paper);
}

.hero-product-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-label {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  margin: 0;
  color: rgba(18, 18, 18, 0.62);
  font-size: 10px;
}

.hero-stamp {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 92px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  transform: rotate(4deg);
  border: 1px solid rgba(18, 18, 18, 0.5);
  border-radius: 50%;
  background: rgba(245, 242, 234, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.hero-stamp strong {
  display: block;
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hero-product-footer {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 23px;
  border-top: 1px solid var(--line);
}

.hero-product-footer > div:first-child {
  display: grid;
  gap: 4px;
}

.hero-product-footer strong {
  font-size: 13px;
}

.hero-product-footer span {
  color: var(--muted);
  font-size: 11px;
}

.hero-price {
  display: grid;
  flex: none;
  text-align: right;
}

.hero-price small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hero-price strong {
  font-size: 20px;
}

.proof-strip {
  border-block: 1px solid var(--line-light);
  background: var(--ink);
  color: var(--paper);
}

.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip p {
  display: grid;
  min-height: 118px;
  align-content: center;
  gap: 4px;
  margin: 0;
  padding: 24px 32px;
  border-left: 1px solid var(--line-light);
}

.proof-strip p:last-child {
  border-right: 1px solid var(--line-light);
}

.proof-strip strong {
  color: var(--gold);
  font-size: 25px;
  line-height: 1;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.opening-note {
  background: var(--paper);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
}

.opening-grid h2 {
  font-size: clamp(42px, 4.4vw, 67px);
}

.opening-copy {
  align-self: end;
  padding-top: 45px;
}

.opening-copy p {
  margin-bottom: 20px;
  color: #47433d;
  font-size: 18px;
  line-height: 1.75;
}

.opening-copy p:last-child {
  margin-bottom: 0;
}

.routine-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.routine-section .eyebrow {
  color: var(--gold);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.routine-heading h2 {
  max-width: 890px;
  font-size: clamp(45px, 5.2vw, 74px);
}

.routine-instruction {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

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

.rail-controls button {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.rail-controls button:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.ugc-rail {
  display: grid;
  grid-auto-columns: clamp(235px, 20vw, 296px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px max(0px, calc((100vw - var(--shell)) / 2)) 18px;
  margin-inline: min(0px, calc((var(--shell) - 100vw) / 2));
  scrollbar-color: var(--gold) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
  scroll-snap-type: inline mandatory;
}

.ugc-rail::after {
  width: 1px;
  content: "";
}

.ugc-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line-light);
  border-radius: 24px;
  background: #202020;
  color: var(--paper);
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.ugc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 179, 81, 0.72);
}

.ugc-card:focus-visible {
  outline-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(217, 179, 81, 0.22);
}

.ugc-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  max-height: 58svh;
  background: #0b0b0b;
}

.ugc-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  content: "";
  pointer-events: none;
}

.ugc-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ugc-media video::cue {
  color: var(--paper);
  background: rgba(18, 18, 18, 0.82);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 72%;
}

.play-disc {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.55);
  color: var(--paper);
  font-size: 18px;
  line-height: 1;
  text-indent: 3px;
  backdrop-filter: blur(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.ugc-card.is-playing .play-disc {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
}

.ugc-card.is-playing:hover .play-disc,
.ugc-card.is-playing:focus-visible .play-disc {
  opacity: 0.72;
}

.ugc-card.is-playing:hover .play-disc::before,
.ugc-card.is-playing:focus-visible .play-disc::before {
  width: 10px;
  height: 20px;
  border-inline: 4px solid currentColor;
  content: "";
}

.ugc-card.is-playing:hover .play-disc,
.ugc-card.is-playing:focus-visible .play-disc {
  font-size: 0;
  text-indent: 0;
}

.card-count {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ugc-copy {
  display: grid;
  min-height: 106px;
  align-content: center;
  gap: 7px;
  padding: 18px 17px 19px;
}

.ugc-copy small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ugc-copy strong {
  font-size: 14px;
  line-height: 1.35;
}

.routine-disclaimer {
  max-width: 690px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  line-height: 1.55;
}

.reasons-section {
  background: var(--cream);
}

.reason-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: start;
}

.story-aside {
  align-self: stretch;
}

.aside-inner {
  position: sticky;
  top: 114px;
}

.story-aside ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
  counter-reset: aside;
}

.story-aside li {
  counter-increment: aside;
  border-bottom: 1px solid var(--line);
}

.story-aside a {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  padding-block: 12px;
  color: #5f5a51;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.story-aside a::before {
  color: var(--gold-deep);
  content: "0" counter(aside);
}

.story-aside a:hover {
  color: var(--ink);
}

.aside-product {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(18, 18, 18, 0.08);
}

.aside-product img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.aside-product div {
  display: grid;
  align-content: center;
}

.aside-product strong {
  font-size: 10px;
}

.aside-product span {
  color: var(--muted);
  font-size: 9px;
}

.aside-product > a {
  display: block;
  grid-column: 1 / -1;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 10px;
}

.aside-product > a::before {
  content: none;
}

.story-body {
  min-width: 0;
}

.story-header {
  max-width: 850px;
  padding-bottom: 76px;
}

.story-header h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.story-header > p:last-child {
  max-width: 680px;
  margin: 26px 0 0;
  color: #514d46;
  font-size: 18px;
}

.reason {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0 28px;
  padding-block: 84px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 92px;
}

.reason-number {
  padding-top: 4px;
  color: var(--gold-deep);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.reason-copy {
  min-width: 0;
}

.reason-copy h2 {
  max-width: 850px;
  font-size: clamp(39px, 4vw, 59px);
}

.reason-copy > p:not(.eyebrow):not(.founder-signoff) {
  max-width: 680px;
  margin: 26px 0 0;
  color: #514d46;
  font-size: 17px;
  line-height: 1.74;
}

.reason-media,
.ingredient-list,
.benefit-art,
.prep-board,
.community-grid {
  grid-column: 2;
  margin-top: 40px;
}

.reason-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--paper);
}

.reason-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-media {
  aspect-ratio: 1.45 / 1;
  max-height: 58svh;
}

.landscape-media {
  aspect-ratio: 1.55 / 1;
  max-height: 56svh;
}

.reason-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 20px;
  background: rgba(18, 18, 18, 0.8);
  color: var(--paper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-block: 1px solid var(--line);
}

.fact-row span {
  display: grid;
  gap: 3px;
  padding: 17px 18px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fact-row span:last-child {
  border-right: 1px solid var(--line);
}

.fact-row strong {
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.04em;
}

.ingredient-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ingredient-list article {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 94px;
  align-items: center;
  gap: 15px;
  padding: 8px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 18px;
  background: var(--paper);
}

.ingredient-list img {
  width: 82px;
  height: 82px;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.ingredient-list h3 {
  font-size: 13px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.ingredient-list p {
  margin: 4px 0 0;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
}

.method-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.method-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.method-list span {
  display: grid;
  width: 28px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
}

.benefit-art {
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 28px;
  background: var(--paper);
}

.benefit-art img {
  width: 100%;
  height: auto;
}

.prep-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
  color: var(--paper);
}

.prep-board p {
  display: grid;
  min-height: 138px;
  align-content: center;
  gap: 6px;
  margin: 0;
  padding: 22px;
  text-align: center;
}

.prep-board p + p {
  border-left: 1px solid var(--line-light);
}

.prep-board strong {
  color: var(--gold);
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.prep-board span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.community-grid figure {
  overflow: hidden;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 18px;
  background: var(--sand);
}

.community-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pull-quote {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 38px 0 0;
  padding: 30px;
  border-radius: 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.03em;
}

.pull-quote .stars {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.pull-quote footer {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.routine-fact {
  display: flex;
  max-width: 620px;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding: 20px 24px;
  border-block: 1px solid var(--line);
}

.routine-fact strong {
  color: var(--gold-deep);
  font-size: 44px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.routine-fact span {
  max-width: 180px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.reviews-reason {
  padding-bottom: 42px;
}

.reviews-block {
  padding: 0 0 84px 100px;
  scroll-margin-top: 94px;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
  border-radius: 24px;
  background: var(--gold);
}

.review-summary > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 14px;
}

.review-summary > div > strong {
  grid-row: span 2;
  font-size: 54px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.review-summary .stars {
  color: var(--ink);
  font-size: 13px;
}

.review-summary span:last-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.review-summary > p {
  display: grid;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.review-summary > p strong {
  font-size: 35px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.review-grid blockquote {
  display: grid;
  min-height: 220px;
  align-content: space-between;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 24px;
  background: var(--paper);
}

.review-grid .stars {
  font-size: 10px;
}

.review-grid blockquote p {
  margin: 22px 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: -0.035em;
}

.review-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-grid footer span {
  color: var(--gold-deep);
}

.review-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.founder-reason .reason-copy > blockquote {
  max-width: 720px;
  margin: 36px 0 0;
  padding-left: 28px;
  border-left: 4px solid var(--gold);
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.founder-signoff {
  margin: 24px 0 0;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-feature {
  padding: 0 0 84px 100px;
}

.founder-video {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ink);
}

.founder-trigger {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  text-align: left;
}

.founder-trigger::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  content: "";
}

.founder-trigger img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 360ms ease;
}

.founder-trigger:hover img {
  transform: scale(1.015);
}

.founder-caption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: grid;
  gap: 5px;
}

.founder-caption small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.founder-caption strong {
  font-size: 25px;
}

.founder-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.founder-fallback {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 16px;
  background: rgba(18, 18, 18, 0.82);
  color: var(--paper);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.founder-feature > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #514d46;
  font-size: 17px;
}

.story-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-left: 100px;
  padding: 42px;
  border-radius: 28px;
  background: var(--gold);
}

.story-cta .eyebrow {
  color: rgba(18, 18, 18, 0.64);
}

.story-cta h2 {
  max-width: 550px;
  font-size: clamp(34px, 3.7vw, 52px);
}

.story-cta .primary-button:hover {
  background: var(--paper);
}

.offer-section {
  background: var(--ink);
  color: var(--paper);
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.offer-media {
  position: sticky;
  top: 105px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--paper);
  color: var(--ink);
}

.offer-media-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}

.offer-media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-media .media-label {
  color: rgba(18, 18, 18, 0.62);
}

.offer-media-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.offer-media-proof span {
  padding: 17px 20px;
  font-size: 10px;
  text-align: center;
}

.offer-media-proof span + span {
  border-left: 1px solid var(--line);
}

.offer-card {
  padding-block: 20px;
}

.offer-card .eyebrow {
  color: var(--gold);
}

.offer-card h2 {
  font-size: clamp(44px, 4.6vw, 68px);
}

.offer-intro {
  margin: 23px 0 35px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 16px;
}

.purchase-type legend,
.quantity-picker legend {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.choice-card,
.quantity-card {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.choice-card {
  min-height: 82px;
  padding: 16px;
  border-radius: 16px;
}

.choice-card.is-selected,
.quantity-card.is-selected {
  border-color: var(--gold);
  background: rgba(217, 179, 81, 0.1);
}

.choice-card:has(input:focus-visible),
.quantity-card:has(input:focus-visible) {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.choice-card input,
.quantity-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card::before,
.quantity-card::before {
  width: 16px;
  aspect-ratio: 1;
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 0 3px var(--ink);
}

.choice-card.is-selected::before,
.quantity-card.is-selected::before {
  background: var(--gold);
}

.choice-card span,
.quantity-card span {
  display: grid;
  min-width: 0;
}

.choice-card strong,
.quantity-card strong {
  font-size: 12px;
}

.choice-card small,
.quantity-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.choice-card em,
.quantity-card em {
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--gold);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.quantity-picker {
  margin-top: 27px;
}

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

.quantity-card {
  min-height: 102px;
  padding: 13px 9px;
  border-radius: 14px;
}

.quantity-card img {
  width: 40px;
  height: 40px;
  flex: none;
  object-fit: contain;
}

.quantity-card::before {
  width: 14px;
}

.quantity-card em {
  top: auto;
  right: 7px;
  bottom: 6px;
  font-size: 6px;
}

.frequency-wrap {
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
}

.frequency-wrap label {
  font-size: 11px;
  font-weight: 700;
}

.frequency-wrap select {
  width: 100%;
  padding: 8px 35px 8px 10px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--paper);
  font-size: 11px;
}

.price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-block: 24px;
  border-block: 1px solid var(--line-light);
}

.price-row > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.current-price {
  color: var(--gold);
  font-size: 42px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.was-price {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  text-decoration: line-through;
}

.price-row p {
  display: grid;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  text-align: right;
}

.price-row p strong {
  color: var(--paper);
  font-size: 16px;
}

.selection-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.purchase-fineprint {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.5;
}

.checkout-button {
  width: 100%;
  margin-top: 22px;
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.checkout-button:hover {
  background: var(--paper);
}

.offer-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
}

.offer-benefits p {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 76px;
  margin: 0;
  padding: 11px;
  text-align: center;
}

.offer-benefits p + p {
  border-left: 1px solid var(--line-light);
}

.offer-benefits strong {
  font-size: 8px;
  line-height: 1.25;
}

.offer-benefits span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
}

.offer-benefits a {
  display: grid;
  gap: 2px;
  text-decoration: none;
}

.bundle-section {
  background: var(--cream);
  color: var(--ink);
}

.bundle-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: end;
}

.bundle-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.bundle-heading h2 {
  max-width: 820px;
  font-size: clamp(48px, 5.4vw, 76px);
}

.bundle-heading > p:last-child {
  margin: 0;
  color: #514d46;
  font-size: 15px;
  line-height: 1.7;
}

.bundle-form {
  margin-top: 54px;
}

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

.bundle-product {
  position: relative;
  display: grid;
  min-width: 0;
  align-content: start;
  padding: 10px 10px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.bundle-product.is-selected {
  border-color: rgba(127, 96, 21, 0.62);
  box-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
}

.bundle-product-media {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 17px;
  background: #f7f7f5;
  transition: opacity 160ms ease;
}

.bundle-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-product:not(.is-selected) .bundle-product-media {
  opacity: 0.43;
}

.bundle-check {
  position: absolute;
  z-index: 2;
  top: 21px;
  right: 21px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.bundle-check input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.bundle-check span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 1px solid rgba(18, 18, 18, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: transparent;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 7px 20px rgba(18, 18, 18, 0.13);
}

.bundle-check input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.bundle-check input:focus-visible + span {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

.bundle-product-info {
  display: grid;
  align-content: start;
  min-height: 112px;
  padding: 23px 12px 14px;
  text-align: center;
}

.bundle-product-kicker {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bundle-product-info h3 {
  font-size: clamp(19px, 1.8vw, 25px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.bundle-product-info h3 a {
  text-decoration: none;
}

.bundle-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
}

.bundle-price strong {
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.045em;
}

.bundle-price s {
  color: var(--muted);
  font-size: 13px;
}

.bundle-options {
  display: grid;
  gap: 9px;
  padding: 0 10px;
}

.bundle-options-coffee {
  grid-template-columns: 0.85fr 1.15fr;
}

.bundle-options label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.bundle-options label > span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bundle-options select {
  width: 100%;
  min-width: 0;
  min-height: 45px;
  padding: 9px 34px 9px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.bundle-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 16px;
  padding: 24px;
  border-radius: 22px;
  background: var(--ink);
  color: var(--paper);
}

.bundle-summary > div {
  display: grid;
  gap: 3px;
}

.bundle-summary > div > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bundle-summary p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.bundle-summary p strong {
  color: var(--gold);
  font-size: 34px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.bundle-summary p s {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.bundle-summary small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.bundle-submit {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 22px;
  border: 1px solid var(--gold);
  border-radius: 30px;
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.bundle-submit:hover {
  transform: translateY(-2px);
  background: var(--paper);
}

.bundle-empty {
  margin: 16px 0 0;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  font-size: 12px;
  text-align: center;
}

.bundle-fineprint {
  max-width: 760px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

.bundle-fields {
  display: none;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 112px;
}

.faq-intro h2 {
  font-size: clamp(43px, 4.5vw, 65px);
}

.faq-intro > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-intro a {
  color: var(--ink);
  font-weight: 700;
}

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

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

.faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  display: grid;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-size: 17px;
}

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

.faq-list details > p {
  max-width: 680px;
  margin: -3px 0 26px;
  color: #56524b;
  font-size: 13px;
  line-height: 1.75;
}

.faq-list details a {
  font-weight: 700;
}

.site-footer {
  padding-block: 76px 30px;
  background: var(--ink);
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.75fr 0.85fr 1.1fr;
  gap: 60px;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.footer-brand p,
.footer-note p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.65;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand):not(.footer-note) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.mobile-offer-bar {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: none;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 10px 10px 16px;
  transform: translateY(calc(100% + 40px));
  border: 1px solid rgba(217, 179, 81, 0.5);
  border-radius: 18px;
  background: rgba(18, 18, 18, 0.97);
  color: var(--paper);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease;
}

.mobile-offer-bar.is-visible {
  transform: translateY(0);
}

.mobile-offer-bar > div {
  display: grid;
}

.mobile-offer-bar strong {
  font-size: 10px;
}

.mobile-offer-bar span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.mobile-offer-bar a {
  flex: none;
  padding: 12px 14px;
  border-radius: 24px;
  background: var(--gold);
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

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

  .site-header nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    gap: 50px;
  }

  .hero-copy h1 {
    font-size: clamp(50px, 6.6vw, 74px);
  }

  .reason-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 50px;
  }

  .reviews-block,
  .founder-feature {
    padding-left: 100px;
  }

  .story-cta {
    margin-left: 100px;
  }

  .quantity-card {
    display: grid;
    grid-template-columns: 14px 1fr;
  }

  .quantity-card img {
    display: none;
  }
}

@media (max-width: 920px) {
  .section-pad {
    padding-block: 88px;
  }

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

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

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

  .hero-product-media {
    max-height: 62svh;
  }

  .opening-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .opening-copy {
    padding-top: 0;
  }

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

  .story-aside {
    display: none;
  }

  .reviews-block,
  .founder-feature {
    padding-left: 100px;
  }

  .story-cta {
    margin-left: 100px;
  }

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

  .offer-media {
    position: relative;
    top: auto;
    max-width: 650px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-intro {
    position: relative;
    top: auto;
    max-width: 670px;
  }

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

  .footer-note {
    grid-column: 1 / -1;
    max-width: 580px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 80px;
  }

  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .shell,
  .reading-column {
    width: min(100% - 32px, var(--shell));
  }

  .section-pad {
    padding-block: 68px;
  }

  .announcement {
    min-height: 33px;
    padding-inline: 12px;
  }

  .announcement p {
    gap: 7px;
    font-size: 9px;
  }

  .site-header {
    min-height: 62px;
    padding: 8px 16px;
  }

  .brand-link img {
    width: 153px;
  }

  .header-cta {
    padding: 10px 13px;
    font-size: 9px;
  }

  .editorial-hero {
    padding-block: 40px 52px;
  }

  .hero-grid {
    gap: 38px;
  }

  .editorial-kicker {
    gap: 6px;
    margin-bottom: 16px;
    font-size: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 13.4vw, 65px);
  }

  .hero-deck {
    margin-top: 23px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    justify-items: start;
    gap: 17px;
    margin-top: 29px;
  }

  .primary-button,
  .checkout-button {
    min-height: 52px;
    padding: 14px 19px;
    font-size: 10px;
  }

  .hero-product {
    border-radius: 23px;
  }

  .hero-product-media {
    max-height: none;
  }

  .media-label {
    top: 16px;
    left: 17px;
    font-size: 8px;
  }

  .hero-stamp {
    right: 15px;
    bottom: 15px;
    width: 73px;
    font-size: 7px;
  }

  .hero-stamp strong {
    font-size: 22px;
  }

  .hero-product-footer {
    min-height: 82px;
    padding: 16px;
  }

  .hero-product-footer strong {
    font-size: 10px;
  }

  .hero-product-footer span {
    font-size: 8px;
  }

  .hero-price strong {
    font-size: 17px;
  }

  .proof-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip p,
  .proof-strip p:last-child {
    min-height: 88px;
    padding: 17px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .proof-strip p:nth-child(odd) {
    border-left: 0;
  }

  .proof-strip p:nth-child(n + 3) {
    border-bottom: 0;
  }

  .proof-strip strong {
    font-size: 20px;
  }

  .proof-strip span {
    font-size: 8px;
  }

  .opening-grid h2 {
    font-size: 41px;
  }

  .opening-copy p {
    font-size: 15px;
    line-height: 1.7;
  }

  .routine-heading h2 {
    font-size: 41px;
  }

  .rail-controls {
    display: none;
  }

  .routine-instruction {
    margin: 18px 0 27px;
    font-size: 11px;
  }

  .ugc-rail {
    grid-auto-columns: min(74vw, 272px);
    gap: 12px;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .ugc-media {
    max-height: 56svh;
  }

  .story-header {
    padding-bottom: 54px;
  }

  .story-header h2 {
    font-size: 43px;
  }

  .story-header > p:last-child {
    font-size: 15px;
  }

  .reason {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0 10px;
    padding-block: 60px;
  }

  .reason-number {
    font-size: 15px;
  }

  .reason-copy h2 {
    font-size: 36px;
  }

  .reason-copy > p:not(.eyebrow):not(.founder-signoff) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.68;
  }

  .reason-media,
  .ingredient-list,
  .benefit-art,
  .prep-board,
  .community-grid {
    grid-column: 1 / -1;
    margin-top: 30px;
  }

  .square-media,
  .landscape-media {
    aspect-ratio: 1 / 1;
    max-height: 64svh;
  }

  .fact-row {
    grid-column: 1 / -1;
  }

  .fact-row span {
    padding: 13px 9px;
    font-size: 9px;
  }

  .fact-row strong {
    font-size: 16px;
  }

  .ingredient-list {
    grid-template-columns: 1fr;
  }

  .ingredient-list article {
    min-height: 82px;
    grid-template-columns: 66px 1fr;
  }

  .ingredient-list img {
    width: 66px;
    height: 66px;
  }

  .method-list li {
    font-size: 11px;
  }

  .benefit-art {
    border-radius: 20px;
  }

  .prep-board {
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
  }

  .prep-board p {
    min-height: 104px;
    padding: 17px;
  }

  .prep-board p:nth-child(3) {
    border-left: 0;
  }

  .prep-board p:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
  }

  .prep-board strong {
    font-size: 23px;
  }

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

  .pull-quote {
    padding: 23px;
    font-size: 18px;
  }

  .reviews-block,
  .founder-feature {
    padding: 0 0 60px;
  }

  .review-summary {
    padding: 20px;
  }

  .review-summary > div > strong {
    font-size: 39px;
  }

  .review-summary > p {
    font-size: 9px;
  }

  .review-summary > p strong {
    font-size: 27px;
  }

  .review-summary span:last-child {
    font-size: 9px;
  }

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

  .review-grid blockquote {
    min-height: 185px;
    padding: 22px;
  }

  .review-grid blockquote p {
    font-size: 18px;
  }

  .founder-reason .reason-copy > blockquote {
    margin-top: 28px;
    padding-left: 18px;
    font-size: 25px;
  }

  .founder-feature {
    margin-top: 0;
  }

  .founder-video {
    border-radius: 20px;
  }

  .founder-caption {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .founder-caption strong {
    font-size: 18px;
  }

  .founder-feature > p {
    font-size: 14px;
  }

  .story-cta {
    display: grid;
    gap: 28px;
    margin-left: 0;
    padding: 27px 23px;
    border-radius: 22px;
  }

  .story-cta h2 {
    font-size: 34px;
  }

  .story-cta .primary-button {
    width: 100%;
  }

  .offer-grid {
    gap: 45px;
  }

  .offer-media {
    border-radius: 22px;
  }

  .offer-media-proof span {
    padding: 13px 8px;
    font-size: 8px;
  }

  .offer-card {
    padding-bottom: 0;
  }

  .offer-card h2 {
    font-size: 42px;
  }

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

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

  .quantity-card {
    display: flex;
    min-height: 72px;
    padding: 12px 14px;
  }

  .quantity-card img {
    display: block;
  }

  .frequency-wrap {
    grid-template-columns: 1fr 140px;
  }

  .price-row {
    align-items: center;
  }

  .current-price {
    font-size: 34px;
  }

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

  .offer-benefits p {
    min-height: 59px;
  }

  .offer-benefits p + p {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .bundle-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bundle-heading .eyebrow {
    margin-bottom: 0;
  }

  .bundle-heading h2 {
    font-size: 42px;
  }

  .bundle-heading > p:last-child {
    font-size: 13px;
  }

  .bundle-form {
    margin-top: 36px;
  }

  .bundle-products {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bundle-product {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0 14px;
    padding: 10px;
    border-radius: 20px;
  }

  .bundle-product-media {
    grid-row: 1 / span 2;
    border-radius: 14px;
  }

  .bundle-check {
    top: 17px;
    right: auto;
    left: 17px;
    width: 31px;
    height: 31px;
  }

  .bundle-check span {
    border-radius: 9px;
    font-size: 16px;
  }

  .bundle-product-info {
    min-height: 93px;
    padding: 12px 6px 8px 0;
    text-align: left;
  }

  .bundle-product-info h3 {
    padding-right: 4px;
    font-size: 18px;
  }

  .bundle-price {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .bundle-price strong {
    font-size: 18px;
  }

  .bundle-options,
  .bundle-options-coffee {
    grid-column: 2;
    grid-template-columns: 1fr;
    padding: 0 4px 2px 0;
  }

  .bundle-options select {
    min-height: 42px;
  }

  .bundle-summary {
    display: grid;
    gap: 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .bundle-submit {
    width: 100%;
  }

  .faq-intro h2 {
    font-size: 40px;
  }

  .faq-list summary {
    font-size: 13px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }

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

  .footer-bottom {
    margin-top: 50px;
  }

  .mobile-offer-bar {
    display: flex;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  .header-cta {
    display: none;
  }

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

  .hero-product-footer {
    align-items: start;
  }

  .hero-product-footer > div:first-child span {
    display: none;
  }

  .review-summary {
    display: grid;
  }

  .review-summary > p {
    display: flex;
    align-items: baseline;
    gap: 7px;
    text-align: left;
  }

  .mobile-offer-bar > div {
    max-width: 135px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
