:root {
  --paper: #f4f0e7;
  --paper-2: #faf7f0;
  --ink: #121a26;
  --ink-2: #07182b;
  --muted: #646b75;
  --accent: #e94735;
  --amber: #f2b843;
  --acid: #d7e55f;
  --line: rgba(18, 26, 38, 0.2);
  --grid: rgba(18, 26, 38, 0.055);
}

::selection {
  background: var(--amber);
  color: var(--ink);
}

body {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--paper);
}

.skip-link {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 10px;
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  text-transform: uppercase;
  top: -60px;
  transition: top 180ms ease;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.wordmark {
  font-size: 25px;
  letter-spacing: -0.075em;
  text-transform: none;
}

.eyebrow,
.entry-label,
.possibility-copy > span,
.coach-timeline span,
.athlete-proof .proof-row > div > span,
.whisper > div > span,
.no-strings article span,
.how-stack article span {
  font-size: 11px;
}

.site-head {
  background: rgba(244, 240, 231, 0.93);
  border-color: var(--line);
  font-size: 11px;
  height: 62px;
  padding: 0 28px;
}

.site-head nav button,
.site-head > a:last-child {
  font-size: 11px;
}

.site-head nav button {
  letter-spacing: 0.06em;
  padding: 0 24px;
}

.site-head nav button:hover,
.site-head > a:last-child:hover {
  color: var(--accent);
}

.site-head nav button[aria-selected="true"] {
  box-shadow: inset 0 -3px 0 var(--accent);
}

.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
  grid-template-columns: 53% 47%;
  min-height: min(88svh, 900px);
}

.hero::before {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  grid-column: 1;
  inset: 0 47% 0 0;
  pointer-events: none;
  position: absolute;
}

.hero-image {
  filter: saturate(0.55) contrast(1.08) brightness(0.74);
  object-position: 58% center;
  opacity: 1;
}

.hero-shade {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(7, 24, 43, 0.08) 15%, rgba(7, 24, 43, 0.28) 100%),
    linear-gradient(0deg, rgba(7, 24, 43, 0.72) 0%, rgba(7, 24, 43, 0.18) 42%, rgba(7, 24, 43, 0.42) 100%),
    rgba(7, 24, 43, 0.2);
}

.hero-copy {
  padding: clamp(56px, 7vw, 116px);
}

.hero-copy .eyebrow {
  color: var(--accent);
}

.hero h1 {
  font-size: clamp(64px, 6.25vw, 100px);
  letter-spacing: -0.065em;
  line-height: 0.89;
  margin: 32px 0 38px;
  max-width: 10.5ch;
}

.hero-copy > p:last-child {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.45;
  max-width: 610px;
}

.hero-index {
  bottom: 22px;
  font-size: 10px;
  left: clamp(56px, 7vw, 116px);
}

.hero-index span {
  border-color: var(--line);
}

.argument {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--paper);
  position: relative;
}

.argument-shift {
  border: 0;
  display: contents;
}

.argument-foundation,
.argument-shift article,
.argument-turn {
  align-content: center;
  background: transparent;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr;
  min-height: min(76svh, 760px);
  padding:
    78px max(28px, calc((100vw - 900px) / 2))
    82px max(28px, calc((100vw - 900px) / 2));
  overflow: hidden;
  position: relative;
}

.argument-shift article:first-child {
  background: transparent;
  color: var(--ink);
}

.argument-shift article + article {
  border-left: 0;
  border-top: 0;
}

.argument .entry-label {
  margin: 0;
}

.entry-label span {
  align-items: center;
  background: var(--accent);
  color: white;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-right: 12px;
  width: 29px;
}

.argument-foundation h2,
.argument-shift h2,
.argument-turn h2 {
  font-size: clamp(48px, 6.2vw, 88px);
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0 0 38px;
  max-width: 900px;
  opacity: 0.42;
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

.story-chapter > div:last-child {
  opacity: 0.28;
  transform: translateY(12px);
  transition:
    opacity 340ms ease,
    transform 340ms ease;
}

.argument .is-active-chapter h2,
.story-chapter.is-active-chapter > div:last-child {
  opacity: 1;
  transform: translateY(0);
}

.story-chapter.is-complete-chapter h2,
.story-chapter.is-complete-chapter > div:last-child {
  opacity: 0.66;
}

.argument-copy,
.argument-shift article > div:last-child,
.argument-turn > div:last-child {
  align-self: auto;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.42;
  max-width: 750px;
}

.argument-copy p,
.argument-shift article > div:last-child p,
.argument-turn > div:last-child p {
  margin: 0 0 17px;
}

.short-lines p {
  border-color: var(--line);
  padding: 9px 0;
}

.argument-consequence {
  border-color: var(--accent);
  margin-top: 27px !important;
  padding-left: 18px;
}

.argument-turn {
  background: var(--amber);
  color: var(--ink);
  gap: clamp(44px, 4vw, 62px);
  min-height: min(62svh, 620px);
}

.argument-turn h2 {
  margin-bottom: 0;
}

.argument-turn .entry-label span {
  background: var(--ink);
}

.argument-turn h2 span {
  display: block;
  opacity: 0.48;
}

.possibilities {
  background: var(--paper);
  padding: clamp(90px, 8vw, 140px) max(24px, 5vw);
}

.possibilities > header {
  gap: clamp(36px, 5vw, 80px);
  grid-template-columns: 0.42fr 1.18fr 0.7fr;
  margin: 0 auto clamp(68px, 7vw, 110px);
  max-width: 1450px;
}

.possibilities > header h2 {
  font-size: clamp(52px, 5.6vw, 84px);
  letter-spacing: -0.06em;
}

.possibilities > header > p {
  font-size: 16px;
  line-height: 1.45;
}

.possibility {
  background: var(--paper-2);
  grid-template-columns: minmax(340px, 0.82fr) minmax(480px, 1.18fr);
  margin: 24px auto 0;
  max-width: 1450px;
  min-height: min(79svh, 820px);
}

.possibility:first-child {
  margin-top: 0;
}

.possibility-copy {
  padding: clamp(48px, 5vw, 82px);
}

.possibility-copy > span {
  color: var(--accent);
}

.possibility-copy h2 {
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.91;
  margin: 0 0 35px;
}

.possibility-copy > div {
  font-size: 16px;
}

.possibility-media {
  background: var(--ink-2);
}

.possibility-media video {
  filter: grayscale(0.2) contrast(1.06);
  opacity: 0.95;
}

.possibility-sees .rep-media {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: clamp(28px, 4vw, 64px);
}

.rep-player {
  aspect-ratio: 16 / 9;
  background: #03070d;
  border: 1px solid rgba(244, 240, 231, 0.72);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.24);
  max-width: 900px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rep-player > video,
.meet-grid .rep-player > video {
  filter: grayscale(0.18) contrast(1.04);
  height: 100%;
  object-fit: contain;
  opacity: 1;
  width: 100%;
}

.rep-player .rep-sync-row {
  bottom: 12px;
  display: grid;
  font-size: 10px;
  gap: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  left: 12px;
  position: absolute;
  right: 12px;
}

.rep-player .rep-sync-row span {
  min-width: 0;
  text-align: center;
}

.rep-player .rep-sync-row.is-sync span {
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition:
    opacity 220ms ease,
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rep-player .rep-sync-row.is-sync span.is-on {
  opacity: 1;
  transform: none;
}

.rep-media figcaption span {
  background: rgba(244, 240, 231, 0.92);
}

.moment-media {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--ink-2);
  padding: clamp(30px, 4vw, 62px);
}

.moment-post {
  background: #03070d;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.3);
  height: min(70svh, 690px);
  max-width: 410px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.moment-post::after {
  background: linear-gradient(0deg, rgba(3, 7, 13, 0.98), rgba(3, 7, 13, 0.72) 55%, transparent);
  bottom: 0;
  content: "";
  height: 48%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.moment-post > video {
  filter: none;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}

.moment-post-head,
.moment-caption,
.moment-comments,
.moment-rail {
  color: white;
  position: absolute;
  z-index: 2;
}

.moment-post-head {
  align-items: center;
  display: flex;
  font-family: var(--mono);
  font-size: 10px;
  gap: 9px;
  left: 15px;
  top: 15px;
}

.moment-post-head i,
.moment-caption i,
.moment-comments i {
  align-items: center;
  background: var(--paper);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.moment-rail {
  bottom: 106px;
  display: grid;
  font-family: var(--mono);
  font-size: 15px;
  gap: 13px;
  right: 14px;
  text-align: center;
}

.moment-rail span {
  display: grid;
  gap: 2px;
}

.moment-rail b {
  font-size: 10px;
}

.moment-comments {
  bottom: 70px;
  display: grid;
  gap: 7px;
  left: 14px;
  right: 54px;
}

.moment-comments p {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 1.2;
  margin: 0;
}

.moment-comments i {
  height: 23px;
  width: 23px;
}

.moment-caption {
  align-items: center;
  bottom: 14px;
  display: flex;
  font-size: 11px;
  gap: 9px;
  left: 14px;
  line-height: 1.25;
  right: 14px;
}

.reveal {
  background: var(--ink-2);
  color: var(--paper);
  height: 240svh;
  min-height: 1500px;
  overflow: visible;
  position: relative;
}

.reveal-stage {
  height: calc(100svh - 62px);
  min-height: 620px;
  overflow: hidden;
  position: sticky;
  top: 62px;
}

.reveal-stage > img {
  filter: grayscale(0.08) contrast(1.08);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.82;
  position: absolute;
  width: 100%;
}

.reveal-shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 43, 0.98) 0%, rgba(7, 24, 43, 0.82) 44%, rgba(7, 24, 43, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 24, 43, 0.84) 0%, rgba(7, 24, 43, 0.18) 62%, rgba(7, 24, 43, 0.28) 100%);
  inset: 0;
  position: absolute;
}

.reveal-copy {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding: clamp(54px, 7vh, 86px) max(28px, 6vw);
  position: relative;
  width: 100%;
}

.reveal-intro,
.reveal-body {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
}

.reveal-intro,
.reveal-mechanism,
.reveal-outcomes {
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px);
  transition:
    opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal-copy h2 {
  font-size: clamp(74px, 7.4vw, 118px);
  letter-spacing: -0.065em;
  line-height: 0.86;
  margin: 0;
  max-width: 11.5ch;
}

.reveal-copy h2 span {
  color: var(--amber);
  display: block;
  margin-bottom: 8px;
}

.reveal-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  max-width: 920px;
  width: min(70%, 920px);
}

.reveal-mechanism,
.reveal-outcomes {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
}

.reveal-mechanism {
  max-width: 830px;
}

.reveal-mechanism p {
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
  margin: 0 0 12px;
  max-width: 670px;
}

.reveal-mechanism p:first-child {
  font-family: var(--display);
  font-size: clamp(44px, 4.7vw, 72px);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin-bottom: clamp(30px, 3vw, 42px);
  max-width: 12ch;
}

.reveal-outcomes {
  max-width: 860px;
}

.reveal-outcomes > p {
  color: var(--amber);
  font-family: var(--display);
  font-size: clamp(40px, 4.2vw, 64px);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 clamp(30px, 3vw, 42px);
  max-width: 15ch;
}

.reveal-promises {
  border-left: 3px solid var(--amber);
  display: block;
  padding-left: clamp(20px, 2vw, 30px);
}

.reveal-promises p {
  display: block;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.45;
  margin: 0 0 10px;
  min-height: 0;
  padding: 0;
}

.reveal-promises p + p {
  border-left: 0;
}

.reveal[data-reveal-phase="intro"] .reveal-intro,
.reveal[data-reveal-phase="mechanism"] .reveal-mechanism,
.reveal[data-reveal-phase="outcomes"] .reveal-outcomes {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal[data-reveal-phase="mechanism"] .reveal-intro,
.reveal[data-reveal-phase="outcomes"] .reveal-intro {
  opacity: 0;
  transform: translateY(-34px);
}

.reveal[data-reveal-phase="outcomes"] .reveal-mechanism {
  opacity: 0;
  transform: translateY(-28px);
}

.reveal[data-reveal-phase="all"] {
  height: auto;
  min-height: 0;
}

.reveal[data-reveal-phase="all"] .reveal-stage {
  height: auto;
  min-height: 0;
  position: relative;
  top: auto;
}

.reveal[data-reveal-phase="all"] .reveal-copy {
  display: block;
  height: auto;
  min-height: 100svh;
}

.reveal[data-reveal-phase="all"] .reveal-intro,
.reveal[data-reveal-phase="all"] .reveal-body,
.reveal[data-reveal-phase="all"] .reveal-mechanism,
.reveal[data-reveal-phase="all"] .reveal-outcomes {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.reveal[data-reveal-phase="all"] .reveal-body {
  display: block;
  margin-top: 64px;
  width: 100%;
}

.reveal[data-reveal-phase="all"] .reveal-outcomes {
  margin-top: 64px;
}

.outcomes {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--paper-2);
  padding: clamp(62px, 6vw, 96px) max(24px, 5vw) clamp(90px, 8vw, 140px);
}

.outcomes-head,
.outcome-tabs,
.outcome-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
}

.outcome-tabs-anchor {
  height: 0;
  scroll-margin-top: 78px;
}

.outcomes-head {
  margin-bottom: clamp(52px, 5vw, 85px);
}

.outcomes-head h2 {
  font-size: clamp(58px, 6.5vw, 96px);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.outcome-tabs {
  background: var(--paper-2);
  box-shadow: 7px 7px 0 rgba(18, 26, 38, 0.1);
  scroll-margin-top: 78px;
  top: 78px;
}

.outcome-tabs button {
  background: var(--paper-2);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.outcome-tabs button[aria-selected="true"] {
  background: var(--ink-2);
  color: var(--paper);
}

.outcome-tabs button[aria-selected="true"] span {
  color: var(--amber);
}

.outcome-chapter {
  padding: clamp(68px, 6vw, 96px) 0;
}

.chapter-heading {
  border-top: 1px solid currentColor;
  gap: clamp(40px, 5vw, 80px);
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr);
  margin-bottom: clamp(34px, 3.5vw, 54px);
  padding-top: clamp(28px, 3vw, 42px);
  position: relative;
}

.chapter-heading::before {
  background: var(--accent);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -2px;
  width: clamp(64px, 7vw, 108px);
}

.chapter-heading h2 {
  font-size: clamp(44px, 4.7vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: 15ch;
}

.chapter-heading > div + div,
.chapter-heading > p {
  align-self: start;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.5;
  max-width: 470px;
  padding-top: 4px;
}

.chapter-heading.is-stacked {
  display: block;
}

.chapter-heading.is-stacked > div:first-child {
  max-width: 1180px;
}

.chapter-heading.is-stacked h2 {
  max-width: 17ch;
}

.chapter-heading.is-stacked > div + div {
  margin-top: clamp(30px, 3vw, 44px);
  max-width: 780px;
  padding-top: 0;
}

.chapter-heading.is-stacked > div + div p {
  margin-bottom: 10px;
}

.chapter-heading > div:first-child:last-child {
  align-self: auto;
  font-size: inherit;
  grid-column: 1 / -1;
  max-width: none;
  padding-top: 0;
}

.chapter-heading.is-paced {
  display: block;
  margin-bottom: clamp(44px, 4vw, 62px);
  min-height: 0;
}

.chapter-heading.is-paced > div:first-child {
  max-width: 1100px;
}

.chapter-heading.is-paced h2 {
  font-size: clamp(56px, 5.5vw, 84px);
  max-width: 13.5ch;
}

.chapter-heading.is-paced > .chapter-blurb {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  margin: clamp(28px, 3vw, 42px) 0 0;
  max-width: 720px;
  opacity: 0.82;
  padding-top: 0;
}

.chapter-heading.is-paced.motion-reveal {
  opacity: 1;
  transform: none;
}

.chapter-heading.is-paced.motion-reveal h2,
.chapter-heading.is-paced.motion-reveal > .chapter-blurb {
  opacity: 0;
  transition:
    opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.chapter-heading.is-paced.motion-reveal h2 {
  transform: translateY(14px);
}

.chapter-heading.is-paced.motion-reveal > .chapter-blurb {
  transform: translateY(-8px);
  transition-delay: 130ms;
}

.chapter-heading.is-paced.motion-reveal.is-revealed h2,
.chapter-heading.is-paced.motion-reveal.is-revealed > .chapter-blurb {
  opacity: 1;
  transform: none;
}

.reduced-motion .chapter-heading.is-paced.motion-reveal h2,
.reduced-motion .chapter-heading.is-paced.motion-reveal > .chapter-blurb {
  opacity: 1;
  transform: none;
  transition: none;
}

.retention-proof,
.coach-grid,
.proof-row,
.meet-grid,
.whisper,
.how-stack article {
  background: var(--paper-2);
}

.retention-proof,
.coach-grid {
  grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 1.18fr);
}

.retention-proof h3,
.proof-row h3,
.meet-grid h3 {
  font-size: clamp(40px, 4.4vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.product-stage {
  align-items: center;
  background: #eceff3;
  border-left: 1px solid var(--ink);
  color: #1e293b;
  display: flex;
  padding: clamp(24px, 3vw, 42px);
}

.product-window {
  background: #eceff3;
  border: 1px solid #1e293b;
  box-shadow: 6px 6px 0 #94a3b8;
  overflow: hidden;
  width: 100%;
}

.product-topbar {
  align-items: center;
  background: #1e293b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 17px 20px 15px;
}

.product-topbar > div {
  align-items: baseline;
  display: flex;
  gap: 13px;
}

.product-topbar > div > span {
  color: #c8d0da;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-topbar b {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.product-status {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 5px 7px 4px;
  text-transform: uppercase;
}

.product-context {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #1e293b;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px 12px;
}

.product-context b,
.product-context span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-context span {
  color: #64748b;
}

.app-list {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.app-row {
  align-items: start;
  background: #fff;
  border: 1px solid #1e293b;
  box-shadow: 3px 3px 0 #94a3b8;
  display: grid;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 13px 14px 14px;
  transition:
    opacity 420ms ease,
    transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.app-avatar {
  align-items: center;
  background: #1e293b;
  color: #fff;
  display: flex;
  font-family: var(--mono);
  font-size: 10px;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 38px;
}

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

.app-copy header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.app-copy header b {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
}

.app-copy p {
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.app-tag {
  border: 1px solid #94a3b8;
  color: #64748b;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 3px 5px 2px;
  text-transform: uppercase;
}

.app-tag.is-positive {
  background: rgba(74, 122, 91, 0.06);
  border-color: #607d6f;
  color: #4a7a5b;
}

.app-tag.is-alert {
  background: rgba(157, 99, 96, 0.06);
  border-color: #9d6360;
  color: #9d6360;
}

.app-time {
  color: #94a3b8;
  font-family: var(--mono);
  font-size: 10px;
  padding-top: 3px;
  text-transform: uppercase;
}

.app-nav {
  background: #fff;
  border-top: 1px solid #1e293b;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.app-nav span {
  color: #94a3b8;
  font-family: var(--mono);
  font-size: 10px;
  padding: 12px 8px 11px;
  text-align: center;
  text-transform: uppercase;
}

.app-nav span + span {
  border-left: 1px solid #d8d3cb;
}

.app-nav .is-active {
  box-shadow: inset 0 3px 0 #1e293b;
  color: #1e293b;
}

.motion-reveal:not(.is-revealed) .app-row {
  opacity: 0;
  transform: translateY(8px);
}

.motion-reveal.is-revealed .app-row:nth-child(2) {
  transition-delay: 70ms;
}

.motion-reveal.is-revealed .app-row:nth-child(3) {
  transition-delay: 140ms;
}

.motion-reveal.is-revealed .app-row:nth-child(4) {
  transition-delay: 210ms;
}

.motion-reveal.is-revealed .app-row:nth-child(5) {
  transition-delay: 280ms;
}

.coaching {
  background: var(--ink-2);
  margin-left: calc(max(24px, 5vw) * -1);
  margin-right: calc(max(24px, 5vw) * -1);
  padding-left: max(24px, 5vw);
  padding-right: max(24px, 5vw);
}

.coaching .chapter-heading::before {
  background: var(--amber);
}

.coach-grid {
  background: transparent;
}

.coach-timeline article {
  padding: clamp(28px, 3vw, 48px);
}

.coach-timeline span {
  color: var(--amber);
}

.briefing-stage {
  background: #dfe4ea;
  border-left-color: rgba(244, 240, 231, 0.72);
}

.briefing-window .app-row {
  grid-template-columns: 38px minmax(0, 1fr);
}

@media (min-width: 901px) {
  .coach-grid {
    align-items: start;
    grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 1.1fr);
  }

  .coach-timeline article {
    min-height: 250px;
    padding: clamp(30px, 2.6vw, 42px);
  }

  .coach-timeline h3 {
    font-size: clamp(36px, 3vw, 48px);
    margin: 28px 0 18px;
  }

  .coach-timeline article p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 620px;
  }

  .briefing-stage {
    align-items: flex-start;
    align-self: stretch;
    background: transparent;
    padding: clamp(32px, 3.2vw, 52px) clamp(28px, 3vw, 48px);
  }

  .briefing-window {
    margin: 0 auto;
    max-width: 760px;
    position: sticky;
    top: 154px;
  }

  .briefing-window .product-topbar {
    padding: 14px 17px 13px;
  }

  .briefing-window .product-topbar b {
    font-size: 18px;
  }

  .briefing-window .product-context {
    padding: 10px 17px;
  }

  .briefing-window .app-list {
    gap: 8px;
    padding: 14px;
  }

  .briefing-window .app-row {
    gap: 11px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px 12px 11px;
  }

  .briefing-window .app-avatar {
    font-size: 10px;
    height: 34px;
    width: 34px;
  }

  .briefing-window .app-copy header b {
    font-size: 15px;
  }

  .briefing-window .app-copy p {
    font-size: 13px;
    line-height: 1.35;
    margin-top: 4px;
  }

  .briefing-window .product-footer {
    font-size: 11px;
    padding: 12px 14px;
  }

  .briefing-window .product-footer b {
    font-size: 12px;
  }
}

.product-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid #1e293b;
  display: flex;
  font-family: var(--mono);
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 1.35;
  padding: 15px 18px 14px;
  text-transform: uppercase;
}

.product-footer span {
  color: #94a3b8;
}

.product-footer b {
  color: #4a7a5b;
  font-size: 12px;
}

.proof-row {
  min-height: min(70svh, 720px);
}

.proof-row > div,
.retention-proof > div,
.meet-grid > div,
.whisper > div {
  padding: clamp(48px, 5vw, 82px);
}

.device-ledger,
.social-proof,
.athlete-proof .proof-row figure {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--ink-2);
}

.desktop-shot,
.phone-shot,
.social-proof img,
.social-proof video {
  border-color: rgba(255, 255, 255, 0.7);
}

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

.phone-stage {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--ink-2);
  display: grid;
  justify-items: center;
  padding: clamp(28px, 3vw, 48px);
}

.iphone-mock {
  background: #080d14;
  border: 8px solid #080d14;
  border-radius: 44px;
  box-shadow:
    10px 12px 0 rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(244, 240, 231, 0.56);
  max-width: 280px;
  overflow: hidden;
  position: relative;
  width: min(72%, 280px);
}

.iphone-mock img {
  border: 0;
  border-radius: 35px;
  display: block;
  height: auto;
  max-height: none;
  object-fit: contain;
  width: 100%;
}

.moment-phone {
  width: min(72%, 280px);
}

.moment-phone::before {
  background: #080d14;
  border-radius: 0 0 13px 13px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 45%;
  z-index: 5;
}

.moment-phone .moment-post {
  aspect-ratio: 9 / 19.5;
  border: 0;
  border-radius: 35px;
  box-shadow: none;
  height: auto;
  max-width: none;
  width: 100%;
}

.how-stack .iphone-mock {
  max-width: 240px;
  width: min(66%, 240px);
}

.pricing-grid article {
  background: var(--paper-2);
  display: flex;
  flex-direction: column;
}

.pricing-grid article.is-featured {
  background: var(--ink-2);
  color: var(--paper);
}

.pricing-grid article > span {
  background: var(--amber);
  font-size: 11px;
}

.pricing-grid small {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-top: 6px;
}

.pricing-grid dl {
  font-size: 14px;
}

.pricing-grid article > a,
.demo-cta a {
  border: 1px solid currentColor;
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.07em;
  padding: 13px 15px;
  text-transform: uppercase;
}

.pricing-grid article > a {
  align-self: flex-start;
  margin-top: auto;
}

.demo-cta {
  align-items: center;
  background: var(--amber);
  border-bottom: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1450px;
  padding: 27px 30px;
}

.demo-cta p {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 43px);
  font-style: italic;
  letter-spacing: -0.045em;
  margin: 0;
}

.plan-includes {
  border: 1px solid var(--ink);
  margin-top: 24px;
}

.plan-includes > div {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(180px, 0.35fr) minmax(340px, 1.65fr);
  padding: 27px;
}

.plan-includes > div + div {
  border-top: 1px solid var(--ink);
}

.plan-includes span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-includes ul {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-includes li::before {
  color: var(--accent);
  content: "✓";
  margin-right: 9px;
}

.plan-includes p {
  margin: 0;
  max-width: 720px;
}

.integrations {
  background: var(--ink-2);
}

.integrations > span {
  font-size: 11px;
}

.meet-grid {
  grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
  min-height: 0;
}

.meet-grid > figure {
  align-items: center;
  background: var(--ink-2);
  display: grid;
  justify-items: center;
  min-height: 0;
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 52px);
  position: relative;
}

.meet-grid > div {
  padding: clamp(42px, 4vw, 62px);
}

.meet-grid h3 {
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.95;
}

.meet-grid > figure video {
  filter: grayscale(0.18);
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.meet-grid > figure figcaption {
  bottom: 18px;
  display: flex;
  font-family: var(--mono);
  font-size: 10px;
  gap: 6px;
  left: 18px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
}

.athlete-proof {
  padding-top: 24px;
}

.athlete-meet-copy > p {
  margin-bottom: 18px;
}

.athlete-results-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-top: 30px;
  text-transform: uppercase;
}

.athlete-meet-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.athlete-meet-copy li {
  border-top: 1px solid var(--line);
  padding: 12px 0 11px 22px;
  position: relative;
}

.athlete-meet-copy li::before {
  color: var(--accent);
  content: "✓";
  left: 0;
  position: absolute;
}

.athlete-meet-copy strong {
  display: block;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.08;
}

.athlete-proof .proof-row {
  min-height: 0;
}

.athlete-proof .proof-row > div {
  padding: clamp(46px, 4.5vw, 70px);
}

.athlete-proof .proof-row h3 {
  font-size: clamp(40px, 4.2vw, 62px);
}

.athlete-proof .proof-row figure {
  height: auto;
  min-height: 640px;
  padding: clamp(28px, 3vw, 44px);
}

.athlete-proof .proof-row figure .iphone-mock img {
  height: auto;
  max-height: none;
}

.whisper {
  background: var(--ink-2);
  grid-template-columns: minmax(320px, 0.84fr) minmax(460px, 1.16fr);
  min-height: 0;
}

.whisper > div {
  padding: clamp(48px, 5vw, 76px);
}

.message-media {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--ink-2);
  display: grid;
  justify-items: center;
  margin: 0;
  padding: clamp(28px, 3.5vw, 52px);
}

.message-player {
  aspect-ratio: 16 / 9;
  background: #03070d;
  border: 1px solid rgba(244, 240, 231, 0.72);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.24);
  max-width: 900px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.whisper .message-player video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.message-player figcaption {
  bottom: clamp(20px, 2.5vw, 36px);
  left: clamp(20px, 2.5vw, 36px);
  position: absolute;
}

.whisper h2 {
  font-size: clamp(50px, 5.8vw, 88px);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.no-strings article {
  background: var(--paper-2);
  min-height: 0;
  padding: clamp(24px, 2vw, 30px);
}

.no-strings article p {
  margin: clamp(24px, 2.4vw, 36px) 0 0;
  max-width: 38ch;
}

.how-stack article {
  height: clamp(580px, 72svh, 680px);
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 0;
}

.how-stack figure {
  background: var(--ink-2);
  min-height: 0;
  min-width: 0;
}

.how-stack figure img,
.how-stack figure video {
  filter: grayscale(0.18) contrast(1.04);
  min-height: 0;
  min-width: 0;
}

.how-stack article:nth-child(3) figure {
  display: grid;
  padding: clamp(28px, 3vw, 48px);
  place-items: center;
}

.how-stack article:nth-child(3) figure .iphone-mock img {
  filter: none;
  height: auto;
  object-fit: contain;
}

.how-stack h3 {
  font-size: clamp(44px, 5vw, 76px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0 0 30px;
}

.closing {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 100% 32px,
    var(--ink-2);
  color: var(--paper);
  min-height: min(83svh, 820px);
  padding: clamp(95px, 10vw, 160px) max(28px, 7vw);
}

.closing .eyebrow {
  color: var(--amber);
}

.closing h2 {
  font-size: clamp(68px, 8vw, 118px);
  letter-spacing: -0.07em;
  line-height: 0.86;
  margin: 0 0 35px;
}

.closing a {
  border-color: var(--amber);
  color: var(--amber);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.closing a:hover {
  background: var(--amber);
  color: var(--ink);
}

.legal-footer {
  background: var(--ink-2);
  border-top: 1px solid rgba(244, 240, 231, 0.24);
  color: rgba(244, 240, 231, 0.58);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 24px max(20px, 7vw);
}

.legal-footer p {
  margin: 0;
  max-width: 820px;
}

.motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

.reduced-motion .story-chapter > *,
.reduced-motion .motion-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 56% 44%;
  }

  .argument-foundation,
  .argument-shift article,
  .argument-turn {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .reveal-copy {
    grid-template-columns: 1fr;
  }

  .reveal-body {
    grid-column: 1;
    grid-template-columns: 1fr;
    width: min(78%, 800px);
  }
}

@media (max-width: 900px) {
  .hero {
    display: block;
    min-height: calc(100svh - 66px);
  }

  .hero::before {
    inset: 0;
  }

  .hero-image {
    height: 100%;
    inset: 0;
    object-position: 68% center;
    opacity: 0.5;
    position: absolute;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, var(--paper) 0%, rgba(244, 240, 231, 0.82) 38%, rgba(7, 24, 43, 0.26) 76%),
      linear-gradient(90deg, rgba(244, 240, 231, 0.64), rgba(7, 24, 43, 0.18)),
      rgba(7, 24, 43, 0.2);
    inset: 0;
  }

  .hero-copy {
    min-height: calc(100svh - 66px);
  }

  .argument-foundation,
  .argument-turn {
    grid-template-columns: minmax(0, 1fr);
  }

  .argument-copy,
  .argument-turn > div:last-child {
    grid-column: 1;
  }

  .possibility,
  .retention-proof,
  .coach-grid,
  .proof-row,
  .meet-grid,
  .whisper {
    display: block;
  }

  .possibility {
    min-height: 0;
  }

  .possibility-media {
    height: min(62svh, 560px);
  }

  .chapter-heading {
    display: block;
  }

  .chapter-heading > div + div,
  .chapter-heading > p {
    margin-top: 24px;
  }

  .product-stage,
  .briefing-stage {
    border-left: 0;
    border-top: 1px solid currentColor;
  }

  .proof-row > div:first-child,
  .proof-row.is-reversed > div:first-child,
  .proof-row.is-reversed > div:last-child,
  .proof-row.is-reversed > figure:last-child,
  .meet-grid > div {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-row > div:last-child,
  .proof-row > figure:last-child,
  .proof-row.is-reversed > div:last-child,
  .proof-row.is-reversed > figure:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid currentColor;
  }

  .meet-grid > figure {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
    min-height: 0;
  }

  .device-ledger {
    height: min(62svh, 540px);
  }

  .social-proof {
    min-height: 620px;
  }

  .athlete-proof .proof-row figure {
    min-height: 560px;
  }

  .whisper figure {
    border-left: 0;
    border-top: 1px solid var(--paper);
  }

  .no-strings > div {
    display: block;
  }

  .no-strings article {
    min-height: 0;
  }

  .no-strings article p {
    margin-top: 24px;
  }

  .how-stack article {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .how-stack article > div {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .how-stack figure {
    height: min(56svh, 520px);
    order: 2;
  }

  .how-stack article:nth-child(3) figure {
    min-height: 560px;
  }

  .reveal-body {
    grid-template-columns: 1fr;
  }

  .reveal-mechanism {
    max-width: 580px;
  }
}

@media (max-width: 720px) {
  .site-head {
    height: 56px;
    padding: 0 16px;
  }

  .site-head nav {
    background: var(--paper-2);
    height: 46px;
    top: 56px;
  }

  .site-head nav button,
  .site-head > a:last-child {
    font-size: 10px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero::before {
    inset: 0;
  }

  .hero-image {
    height: 100%;
    filter: saturate(0.52) contrast(1.08) brightness(0.7);
    object-position: 68% center;
    opacity: 0.56;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, var(--paper) 0%, rgba(244, 240, 231, 0.88) 38%, rgba(7, 24, 43, 0.25) 76%),
      linear-gradient(90deg, rgba(244, 240, 231, 0.58), rgba(7, 24, 43, 0.18)),
      rgba(7, 24, 43, 0.22);
  }

  .hero-copy {
    min-height: 100svh;
    padding: 145px 20px 95px;
  }

  .hero h1 {
    font-size: clamp(57px, 16vw, 72px);
    margin: 27px 0 33px;
  }

  .hero-copy > p:last-child {
    font-size: 16px;
  }

  .argument-foundation,
  .argument-shift article,
  .argument-turn {
    display: grid;
    min-height: 70svh;
    padding: 74px 20px;
  }

  .argument-foundation h2,
  .argument-shift h2,
  .argument-turn h2 {
    font-size: clamp(49px, 14vw, 66px);
    margin: 23px 0 35px;
  }

  .argument-copy,
  .argument-shift article > div:last-child,
  .argument-turn > div:last-child {
    font-size: 16px;
  }

  .argument-turn {
    gap: 0;
    min-height: 70svh;
  }

  .argument-turn h2 {
    margin-bottom: 35px;
  }

  .possibilities {
    padding: 90px 14px;
  }

  .possibilities > header {
    margin-bottom: 65px;
  }

  .possibilities > header h2 {
    font-size: 52px;
    margin: 26px 0;
  }

  .possibility {
    display: block;
    min-height: 0;
  }

  .possibility-copy {
    padding: 68px 20px;
  }

  .possibility-copy h2 {
    font-size: 51px;
    margin: 0 0 33px;
  }

  .possibility-media {
    height: 66svh;
  }

  .reveal {
    height: 240svh;
    min-height: 1500px;
  }

  .reveal-stage {
    height: calc(100svh - 102px);
    min-height: 520px;
    position: sticky;
    top: 102px;
  }

  .reveal-copy {
    display: grid;
    height: 100%;
    min-height: 0;
    padding: clamp(38px, 6vh, 56px) 20px;
  }

  .reveal-copy h2 {
    font-size: clamp(54px, 15vw, 66px);
    max-width: 9.5ch;
  }

  .reveal-body {
    display: grid;
    width: 100%;
  }

  .reveal[data-reveal-phase="all"] .reveal-body {
    margin-top: 32px;
  }

  .reveal[data-reveal-phase="all"] .reveal-mechanism {
    margin-bottom: 0;
  }

  .reveal-mechanism p:first-child {
    font-size: clamp(34px, 10vw, 44px);
    margin-bottom: 22px;
    max-width: 11ch;
  }

  .reveal[data-reveal-phase="all"] .reveal-outcomes {
    margin-top: 38px;
  }

  .reveal .reveal-outcomes > p {
    font-size: clamp(32px, 9vw, 42px);
    margin-bottom: 18px;
  }

  .reveal-promises {
    padding-left: 18px;
  }

  .reveal .reveal-promises p {
    margin-bottom: 12px;
    min-height: 0;
    padding: 0;
  }

  .reveal-promises p + p {
    border-left: 0;
    border-top: 0;
  }

  .outcomes {
    padding: 0 14px 94px;
  }

  .outcomes-head h2 {
    font-size: 56px;
  }

  .outcome-tabs {
    display: none;
  }

  .outcome-tabs-anchor {
    scroll-margin-top: 112px;
  }

  .outcome-chapter {
    padding: 64px 0;
  }

  .chapter-heading {
    margin-bottom: 30px;
    padding-top: 26px;
  }

  .chapter-heading.is-paced {
    display: block;
    min-height: 0;
  }

  .chapter-heading.is-paced h2 {
    font-size: clamp(46px, 13vw, 56px);
  }

  .chapter-heading.is-paced > .chapter-blurb {
    font-size: 16px;
    margin-top: 28px;
    max-width: 34em;
  }

  .chapter-heading h2 {
    font-size: clamp(42px, 12vw, 52px);
    max-width: 11ch;
  }

  .chapter-heading > div + div,
  .chapter-heading > p {
    margin-top: 24px;
    padding-top: 0;
  }

  .coaching {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-stage,
  .briefing-stage {
    border-left: 0;
    border-top: 1px solid currentColor;
    padding: 22px 18px 26px;
  }

  .product-topbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-topbar > div {
    display: grid;
    gap: 2px;
  }

  .product-context {
    align-items: flex-start;
    display: grid;
    gap: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-list {
    gap: 10px;
    padding: 14px;
  }

  .app-row {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .briefing-window .app-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .app-avatar {
    height: 34px;
    width: 34px;
  }

  .app-time {
    grid-column: 2;
    padding-top: 0;
  }

  .app-copy p {
    font-size: 13px;
  }

  .product-footer {
    align-items: flex-start;
    display: grid;
    gap: 7px;
    line-height: 1.4;
  }

  .iphone-mock {
    border-width: 7px;
    max-width: 260px;
    width: min(82%, 260px);
  }

  .moment-phone {
    width: min(78%, 260px);
  }

  .how-stack .iphone-mock {
    max-width: 230px;
    width: min(74%, 230px);
  }

  .retention-proof > div,
  .proof-row > div,
  .meet-grid > div,
  .whisper > div,
  .how-stack article > div {
    padding: 62px 20px;
  }

  .retention-proof h3,
  .proof-row h3,
  .meet-grid h3 {
    font-size: 43px;
  }

  .meet-grid > figure {
    align-items: center;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
  }

  .possibility-sees .rep-media {
    height: auto;
    min-height: 0;
    padding: 28px 20px;
  }

  .athlete-proof {
    padding-top: 0;
  }

  .device-ledger {
    height: clamp(420px, 58svh, 520px);
  }

  .social-proof {
    height: auto;
    min-height: 620px;
  }

  .athlete-proof .proof-row figure {
    height: auto;
    min-height: 560px;
  }

  .athlete-proof .proof-row figure img {
    height: auto;
    max-height: none;
  }

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

  .message-media {
    min-height: 0;
    padding: 28px 20px;
  }

  .moment-media {
    height: auto;
    min-height: 70svh;
    padding: 24px;
  }

  .moment-post {
    height: 62svh;
    max-height: 620px;
  }

  .social-proof img {
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .whisper h2 {
    font-size: 52px;
  }

  .how-stack h3 {
    font-size: 47px;
  }

  .how-stack article {
    height: auto;
  }

  .how-stack figure {
    height: clamp(360px, 56svh, 480px);
  }

  .how-stack figure.phone-stage {
    height: auto;
    min-height: 580px;
  }

  .closing {
    min-height: 88svh;
    padding: 110px 20px;
  }

  .closing h2 {
    font-size: 61px;
  }

  .demo-cta {
    align-items: flex-start;
    display: grid;
    gap: 22px;
    padding: 24px 20px;
  }

  .plan-includes > div {
    display: block;
    padding: 22px 20px;
  }

  .plan-includes ul,
  .plan-includes p {
    display: grid;
    gap: 11px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-chapter > *,
  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
