:root {
  --paper: #f5f2e7;
  --card: #fffdf4;
  --ink: #16150f;
  --tx2: #4b4938;
  --tx3: #6e6c56;
  --field: #ece8da;
  --heat: #ff5636;
  --heat-text: #ce3512;
  --amber: #f5a623;
  --amber-text: #9a5f00;
  --lime: #c9f23a;
  --lime-text: #55700a;
  --on-lime: #1e2503;
  --brown: #8e5b3f;
  --night: #0c0d08;
  --night-card: #16170f;
  --night-ink: #f2f1e6;
  --night-2: #b6b49e;
  --night-3: #969478;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --shell: min(100% - 32px, 1480px);
  --border: 1.5px solid var(--ink);
  --radius-card: 20px;
  --radius-control: 16px;
  --shadow-hard: 3px 4px 0 var(--ink);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --protocol-progress: 0;
  --scene-p: 0;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  border: var(--border);
  border-radius: 10px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: var(--shadow-hard);
  font-size: 13px;
  font-weight: 780;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

.site-nav {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 0;
  width: 100%;
}

.nav-inner {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 6px 7px 6px 12px;
  border: 1px solid rgba(245,242,231,.22);
  border-radius: 18px;
  color: var(--night-ink);
  background: rgba(12,13,8,.96);
  box-shadow: 0 10px 32px rgba(0,0,0,.18);
  transition: background .3s ease, transform .3s var(--ease);
}

.site-nav.is-scrolled .nav-inner {
  background: rgba(12,13,8,.97);
}

.brand {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.045em;
}

.brand img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
}

.brand sup {
  align-self: flex-start;
  margin: 7px 0 0 -4px;
  color: var(--heat);
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
}

.site-nav nav {
  display: none;
}

.nav-cta {
  justify-self: end;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 12px 11px;
  border: 1px solid var(--night-ink);
  border-radius: 12px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 2px 3px 0 rgba(242,241,230,.3);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.protocol-hud {
  position: fixed;
  z-index: 190;
  top: 74px;
  right: 16px;
  left: 16px;
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(242,241,230,.2);
  border-radius: 13px;
  color: var(--night-ink);
  background: rgba(12,13,8,.96);
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.hud-copy {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.hud-copy > span,
.hud-state,
.chapter-kicker,
.story-label,
.frame-code,
.proof-index,
.product-proof figcaption,
.story-photo figcaption,
.dinner-frame figcaption,
.weekend-card figcaption,
.data-note {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .11em;
}

.hud-copy > span {
  display: none;
  color: var(--night-3);
  font-size: 7px;
}

.hud-copy strong {
  font: 760 10px/1 var(--mono);
  letter-spacing: .04em;
}

.hud-copy strong b {
  display: inline-block;
  min-width: 2ch;
  color: var(--lime);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.hud-copy strong i {
  color: var(--night-3);
  font-style: normal;
  font-weight: 500;
}

.hud-track {
  position: relative;
  height: 3px;
  background: rgba(242,241,230,.18);
}

.hud-track > i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--heat), var(--amber) 56%, var(--lime));
  transform: scaleX(var(--protocol-progress));
  transform-origin: left;
}

.hud-track > span {
  position: absolute;
  top: 50%;
  left: calc(var(--stop) * 100%);
  width: 5px;
  height: 5px;
  border: 1px solid var(--night);
  border-radius: 50%;
  background: var(--night-ink);
  transform: translate(-50%, -50%);
}

.hud-state {
  max-width: 86px;
  overflow: hidden;
  color: var(--night-2);
  font-size: 7px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main {
  overflow: visible;
}

.sticky-story {
  position: relative;
}

.story-sticky {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.cinema-frame,
.cinema-frame img,
.photo-grade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cinema-frame {
  margin: 0;
  background: var(--night);
}

.cinema-frame img {
  object-fit: cover;
  transform: translate3d(0, var(--photo-y, 0), 0) scale(var(--photo-scale, 1.02));
}

.photo-grade {
  pointer-events: none;
}

.opening .story-sticky {
  min-height: 980px;
  color: var(--night-ink);
  background: var(--night);
}

.cinema-frame--opening img {
  object-position: 69% center;
  filter: saturate(.78) contrast(1.04) brightness(.73);
}

.cinema-frame--opening .photo-grade {
  background:
    linear-gradient(0deg, rgba(8,9,5,.96) 0 14%, rgba(8,9,5,.5) 52%, rgba(8,9,5,.18)),
    linear-gradient(90deg, rgba(8,9,5,.7), transparent 74%);
}

.opening-copy {
  position: relative;
  z-index: 2;
  min-height: 980px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 210px 0 95px;
}

.story-label {
  margin: 0 0 19px;
  color: var(--heat);
  font-size: 8px;
}

.opening h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(52px, 14.6vw, 88px);
  font-weight: 820;
  line-height: .88;
  letter-spacing: -.069em;
}

.opening h1 em {
  color: var(--night-2);
  font-style: normal;
  font-weight: 680;
}

.opening-copy > p:not(.story-label) {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(242,241,230,.72);
  font-size: 16px;
  line-height: 1.55;
}

.story-cue {
  width: fit-content;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  color: var(--night-2);
  font: 700 8px/1 var(--mono);
  letter-spacing: .13em;
}

.story-cue i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(242,241,230,.38);
  border-radius: 50%;
}

.story-cue i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  animation: cue-down 1.8s var(--ease) infinite;
}

@keyframes cue-down {
  0%, 100% { transform: translateY(-2px) rotate(45deg); opacity: .45; }
  50% { transform: translateY(4px) rotate(45deg); opacity: 1; }
}

.frame-code {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 22px;
  margin: 0;
  color: rgba(242,241,230,.44);
  font-size: 7px;
}

.quiet-normal {
  position: relative;
  padding: 125px 0 115px;
  color: var(--ink);
  background:
    linear-gradient(rgba(22,21,15,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,21,15,.055) 1px, transparent 1px),
    var(--paper);
  background-size: 26px 26px;
}

.quiet-inner > p:first-child {
  margin: 0;
  color: var(--tx3);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.quiet-inner h2 {
  max-width: 1000px;
  margin: 24px 0 0;
  font-size: clamp(50px, 14vw, 86px);
  font-weight: 820;
  line-height: .9;
  letter-spacing: -.068em;
}

.quiet-inner h2 em {
  color: var(--heat-text);
  font-style: normal;
}

.quiet-diagram {
  position: relative;
  margin-top: 68px;
  padding: 23px 0 0;
  border-top: var(--border);
}

.quiet-diagram::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 4px;
  background: var(--heat);
}

.quiet-diagram__meta,
.quiet-diagram__caption,
.quiet-facts dt,
.quiet-facts dd,
.quiet-thread small {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.quiet-diagram__meta,
.quiet-diagram__caption {
  display: flex;
  justify-content: space-between;
  color: var(--tx3);
  font-size: 7px;
}

.quiet-diagram__meta b {
  color: var(--heat-text);
  font-weight: 780;
}

.quiet-orbits {
  display: grid;
  grid-template-columns: 1fr minmax(54px, .54fr) 1fr;
  align-items: center;
  margin: 38px 0 31px;
}

.quiet-orbit {
  position: relative;
  width: min(100%, 142px);
  aspect-ratio: 1;
  border: var(--border);
  border-radius: 50%;
  background: var(--card);
  box-shadow: var(--shadow-hard);
}

.quiet-orbit--left { justify-self: end; }
.quiet-orbit--right { justify-self: start; }

.quiet-orbit i {
  position: absolute;
  top: 50%;
  width: 24%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--heat);
  transform: translateY(-50%);
}

.quiet-orbit--left i { left: 15%; }
.quiet-orbit--right i { right: 15%; }

.quiet-thread {
  position: relative;
  height: 1px;
  border-top: 1px dashed var(--tx3);
}

.quiet-thread small {
  position: absolute;
  top: -19px;
  left: 50%;
  color: var(--tx3);
  font-size: 6px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.quiet-diagram__caption span:last-child { color: var(--heat-text); }

.quiet-facts {
  margin: 25px 0 0;
  border-bottom: var(--border);
}

.quiet-facts > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 15px 0 13px;
  border-top: 1px solid rgba(22,21,15,.2);
}

.quiet-facts dt,
.quiet-facts dd { margin: 0; }
.quiet-facts dt { color: var(--tx3); font-size: 7px; }
.quiet-facts dd { color: var(--ink); font-size: 12px; font-weight: 760; }
.quiet-facts > div:nth-child(2) dd { color: var(--heat-text); }

.story-disclosure {
  max-width: 650px;
  margin: 68px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(22,21,15,.28);
  color: var(--tx3);
  font: 500 10px/1.55 var(--mono);
}

.chapter {
  position: relative;
}

.chapter--day1 {
  padding: 115px 0 125px;
  color: var(--ink);
  background: var(--paper);
}

.chapter--day1::before,
.chapter--day38::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background:
    linear-gradient(rgba(22,21,15,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,21,15,.06) 1px, transparent 1px);
  background-size: 26px 26px;
}

.chapter-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.day-stamp {
  width: fit-content;
  display: flex;
  gap: 10px;
  align-items: center;
}

.day-stamp b {
  font-size: 72px;
  font-weight: 850;
  line-height: .75;
  letter-spacing: -.08em;
  font-variant-numeric: tabular-nums;
}

.day-stamp span {
  padding-left: 10px;
  border-left: 2px solid var(--heat);
  color: var(--tx3);
  font: 700 8px/1.35 var(--mono);
  letter-spacing: .1em;
}

.chapter-kicker {
  margin: 0 0 18px;
  color: var(--heat-text);
  font-size: 8px;
  font-weight: 760;
}

.chapter-heading h2,
.morning-copy h2,
.weekend-heading h2,
.truth-layout h2,
.faq-heading h2,
.early-inner h2 {
  margin: 0;
  font-size: clamp(46px, 12.8vw, 82px);
  font-weight: 830;
  line-height: .91;
  letter-spacing: -.066em;
}

.day1-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 64px;
  margin-top: 75px;
}

.story-photo,
.dinner-frame,
.weekend-card {
  position: relative;
  margin: 0;
}

.story-photo {
  padding: 8px;
  border: var(--border);
  border-radius: var(--radius-card);
  background: var(--card);
  box-shadow: var(--shadow-hard);
}

.story-photo img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.story-photo--awareness img { aspect-ratio: 16 / 10; }
.story-photo--breakfast img { aspect-ratio: 4 / 5; }

.story-photo--awareness img { object-position: 50% center; }
.story-photo--breakfast img { object-position: 54% center; }

.story-photo figcaption {
  padding: 11px 6px 5px;
  color: var(--tx3);
  font-size: 7px;
}

.product-copy > p,
.morning-copy > p:not(.chapter-kicker),
.lab-copy > p:not(.chapter-kicker):not(.data-note),
.truth-layout > p:not(.chapter-kicker),
.faq details p,
.early-inner > p:not(.chapter-kicker):not(.closing-line) {
  color: var(--tx2);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: -.015em;
}

.product-copy > p + p { margin-top: 20px; }
.product-copy strong,
.lab-copy strong,
.truth-layout strong { color: var(--ink); }

.product-copy blockquote,
.morning-copy blockquote {
  margin: 42px 0 0;
  padding: 19px 0 19px 20px;
  border-left: 4px solid var(--heat);
  color: var(--ink);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.product-proof {
  position: relative;
  width: min(330px, 82vw);
  margin: 0 auto;
}

.proof-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--tx3);
  font-size: 7px;
}

.proof-index b {
  color: var(--heat-text);
}

.device {
  position: relative;
  width: 100%;
  padding: 1.6%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12.8% / 5.9%;
  background: #080808;
  box-shadow: 0 0 0 1px #000, 0 28px 70px rgba(22,21,15,.26), inset 0 0 0 1px rgba(255,255,255,.11);
}

.device::before,
.device::after {
  content: "";
  position: absolute;
  left: -2.1%;
  width: 1.25%;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(#444, #111);
}

.device::before { top: 22%; height: 8%; }
.device::after { top: 33%; height: 13%; }

.device-screen {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  overflow: hidden;
  border-radius: 11.5% / 5.35%;
  background: #000;
}

.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-proof > figcaption {
  margin-top: 14px;
  color: var(--tx3);
  font-size: 7px;
  line-height: 1.5;
  text-align: center;
}

.chapter--day7 {
  color: var(--night-ink);
  background: var(--night);
}

.day7-stage {
  min-height: 1320px;
  padding: 145px 0 105px;
}

.cinema-frame--day7 img {
  object-position: 54% center;
  filter: saturate(.82) brightness(.54);
}

.cinema-frame--day7 .photo-grade {
  background:
    linear-gradient(0deg, rgba(12,13,8,.96) 0 28%, rgba(12,13,8,.48) 68%, rgba(12,13,8,.3)),
    linear-gradient(90deg, rgba(12,13,8,.7), transparent 72%);
}

.day7-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 76px;
}

.day7-copy h2,
.life-copy h2,
.final-story-copy h2 {
  margin: 0;
  font-size: clamp(50px, 13vw, 88px);
  font-weight: 830;
  line-height: .88;
  letter-spacing: -.067em;
}

.day7-copy h2 em,
.final-story-copy h2 em {
  color: var(--heat);
  font-style: normal;
}

.day7-copy > p:not(.chapter-kicker) {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--night-2);
  font-size: 16px;
  line-height: 1.62;
}

.day7-copy strong { color: var(--night-ink); }

.outcomes {
  display: grid;
  gap: 8px;
  margin-top: 35px;
}

.outcomes > div {
  display: grid;
  gap: 9px;
  padding: 17px;
  border: 1px solid rgba(242,241,230,.18);
  border-radius: 14px;
  background: rgba(12,13,8,.55);
}

.outcomes b {
  color: var(--lime);
  font: 760 9px/1 var(--mono);
  letter-spacing: .1em;
}

.outcomes span {
  color: var(--night-2);
  font-size: 13px;
  line-height: 1.45;
}

.product-proof--pause .proof-index,
.product-proof--pause > figcaption {
  color: var(--night-3);
}

.product-proof--pause .proof-index b { color: var(--lime); }

.chapter--day14 {
  color: var(--night-ink);
  background: var(--night);
}

.day14-stage,
.day58-stage {
  min-height: 980px;
}

.cinema-frame--day14 img {
  object-position: 50% center;
  filter: saturate(.82) brightness(.66);
}

.cinema-frame--day14 .photo-grade {
  background: linear-gradient(0deg, rgba(12,13,8,.95) 0 16%, rgba(12,13,8,.46) 54%, rgba(12,13,8,.14));
}

.life-copy {
  position: relative;
  z-index: 2;
  min-height: 980px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 170px 0 85px;
}

.life-copy > p:not(.chapter-kicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--night-2);
  font-size: 16px;
  line-height: 1.62;
}

.life-copy blockquote {
  max-width: 700px;
  margin: 42px 0 0;
  color: var(--amber);
  font-size: 22px;
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.chapter--day14 .chapter-kicker { color: var(--amber); }

.chapter--day25 {
  padding: 120px 0 130px;
  color: var(--ink);
  background: var(--field);
}

.chapter-heading--compact > div:last-child > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--tx2);
  font-size: 16px;
  line-height: 1.6;
}

.chapter--day25 .day-stamp span { border-color: var(--amber); }
.chapter--day25 .chapter-kicker { color: var(--amber-text); }

.dinner-story {
  width: var(--shell);
  margin: 76px auto 0;
  display: grid;
  gap: 42px;
}

.dinner-frame {
  padding: 8px 8px 0;
  border: var(--border);
  border-radius: var(--radius-card);
  background: var(--card);
  box-shadow: var(--shadow-hard);
}

.dinner-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  object-fit: cover;
}

.dinner-frame--two img { object-position: 50% center; }
.dinner-frame--family img { object-position: 50% center; }

.dinner-frame figcaption {
  padding: 14px 7px 16px;
  color: var(--tx3);
  font-size: 7px;
  line-height: 1.45;
}

.dinner-line {
  margin: 10px 0 0;
  color: var(--tx2);
  font-size: clamp(28px, 7.5vw, 48px);
  font-weight: 690;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.dinner-line strong { color: var(--amber-text); }

.chapter--day38 {
  position: relative;
  padding: 120px 0 130px;
  color: var(--ink);
  background: var(--paper);
}

.morning-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 72px;
}

.chapter--day38 .chapter-kicker { color: var(--amber-text); }

.morning-copy > p:not(.chapter-kicker) {
  margin: 28px 0 0;
}

.morning-copy blockquote {
  border-left-color: var(--amber);
}

.lab-copy h3 {
  margin: 0;
  font-size: 38px;
  font-weight: 820;
  line-height: .98;
  letter-spacing: -.055em;
}

.lab-copy > p:not(.chapter-kicker):not(.data-note) {
  margin: 24px 0 0;
}

.data-note {
  margin: 30px 0 0;
  padding-top: 13px;
  border-top: 1px solid rgba(22,21,15,.25);
  color: var(--tx3);
  font-size: 7px;
  line-height: 1.55;
}

.product-proof--progress .proof-index b { color: var(--lime-text); }

.chapter--day50 {
  min-height: 1200px;
  padding: 120px 0 130px;
  color: var(--night-ink);
  background: var(--night);
}

.weekend-heading .chapter-kicker { color: var(--lime); }

.weekend-heading > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--night-2);
  font-size: 16px;
  line-height: 1.62;
}

.weekend-window {
  margin-top: 72px;
}

.weekend-track {
  width: var(--shell);
  margin-inline: auto;
  display: grid;
  gap: 36px;
}

.weekend-card {
  padding: 7px;
  border: 1px solid rgba(242,241,230,.5);
  border-radius: var(--radius-card);
  background: var(--night-card);
  box-shadow: 3px 4px 0 var(--lime);
}

.weekend-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 13px;
  object-fit: cover;
}

.weekend-card:first-child img { object-position: 64% center; }
.weekend-card:last-child img { object-position: 58% center; }

.weekend-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px 8px 8px;
  color: var(--night-2);
  font-size: 7px;
  line-height: 1.45;
}

.weekend-card figcaption span {
  color: var(--lime);
  font-size: 18px;
  font-weight: 800;
}

.chapter--day58 {
  color: var(--night-ink);
  background: var(--night);
}

.cinema-frame--day58 img {
  object-position: 50% center;
  filter: saturate(.83) brightness(.66);
}

.cinema-frame--day58 .photo-grade {
  background:
    linear-gradient(0deg, rgba(12,13,8,.96) 0 17%, rgba(12,13,8,.45) 58%, rgba(12,13,8,.14)),
    linear-gradient(90deg, rgba(12,13,8,.5), transparent 70%);
}

.chapter--day58 .chapter-kicker,
.life-copy--day58 blockquote { color: var(--lime); }

.chapter--day66 {
  color: var(--night-ink);
  background: var(--night);
}

.day66-stage {
  min-height: 1050px;
}

.cinema-frame--day66 img {
  object-position: 57% center;
  filter: saturate(.92) brightness(.72);
}

.cinema-frame--day66 .photo-grade {
  background:
    linear-gradient(0deg, rgba(12,13,8,.97) 0 18%, rgba(12,13,8,.48) 52%, rgba(12,13,8,.08)),
    linear-gradient(90deg, rgba(12,13,8,.35), transparent 70%);
}

.final-story-copy {
  position: relative;
  z-index: 2;
  min-height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 180px 0 105px;
}

.chapter--day66 .chapter-kicker { color: var(--lime); }

.final-story-copy h2 em {
  color: var(--lime);
}

.final-story-copy > p:not(.chapter-kicker) {
  max-width: 580px;
  margin: 29px 0 0;
  color: var(--night-2);
  font-size: 18px;
}

.final-story-copy blockquote {
  max-width: 760px;
  margin: 46px 0 0;
  color: var(--night-ink);
  font-size: clamp(24px, 6.4vw, 40px);
  font-weight: 760;
  line-height: 1.07;
  letter-spacing: -.045em;
}

.completion-mark {
  position: absolute;
  z-index: 1;
  right: -15px;
  bottom: 50px;
  color: transparent;
  font-size: 220px;
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.1em;
  -webkit-text-stroke: 1px rgba(201,242,58,.28);
}

.protocol-truth {
  padding: 120px 0;
  color: var(--ink);
  background: var(--lime);
}

.truth-layout .chapter-kicker { color: var(--lime-text); }

.truth-layout > p:not(.chapter-kicker) {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(30,37,3,.78);
}

.truth-layout strong { color: var(--on-lime); }

.faq {
  padding: 120px 0;
  color: var(--ink);
  background: var(--paper);
}

.faq-layout {
  display: grid;
  gap: 70px;
}

.faq-heading .chapter-kicker { color: var(--lime-text); }

.faq-list {
  border-top: var(--border);
}

.faq details {
  border-bottom: var(--border);
}

.faq summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
  font-size: 22px;
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.04em;
}

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

.faq summary span,
.faq summary span::after {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform .3s var(--ease);
}

.faq summary span::after {
  content: "";
  position: absolute;
  transform: rotate(90deg);
}

.faq details[open] summary span { transform: rotate(45deg); }

.faq details p {
  margin: -2px 35px 28px 0;
}

.early-access {
  position: relative;
  overflow: hidden;
  min-height: 950px;
  display: grid;
  place-items: center;
  padding: 150px 0 105px;
  color: var(--night-ink);
  background:
    radial-gradient(circle at 50% 22%, rgba(201,242,58,.14), transparent 31%),
    var(--night);
}

.early-access::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background:
    linear-gradient(rgba(242,241,230,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,241,230,.14) 1px, transparent 1px);
  background-size: 26px 26px;
}

.early-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.early-inner .chapter-kicker { color: var(--lime); }

.early-inner h2 {
  color: var(--night-ink);
  font-size: clamp(58px, 15vw, 104px);
}

.early-inner h2 em {
  color: var(--lime);
  font-style: normal;
}

.early-inner > p:not(.chapter-kicker):not(.closing-line) {
  max-width: 620px;
  margin: 30px auto 0;
  color: var(--night-2);
}

.early-inner > .beta-context:not(.chapter-kicker):not(.closing-line) {
  max-width: 560px;
  margin-top: 17px;
  color: var(--night-3);
  font: 520 11px/1.55 var(--mono);
}

.access-form {
  width: min(650px, 100%);
  margin: 45px auto 0;
  text-align: left;
}

.access-form label {
  display: block;
  margin: 0 0 8px;
  color: var(--night-3);
  font: 700 8px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.form-row {
  display: grid;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(242,241,230,.32);
  border-radius: 18px;
  background: var(--night-card);
}

.form-row:focus-within { border-color: var(--lime); }

.form-row input {
  min-width: 0;
  padding: 15px 14px;
  border: 0;
  outline: 0;
  color: var(--night-ink);
  background: transparent;
  font-size: 15px;
}

.form-row input::placeholder { color: var(--night-3); }
.form-row input[aria-invalid="true"] {
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px #ff8b75;
}

.form-row button {
  min-height: 52px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--night);
  border-radius: 12px;
  color: var(--on-lime);
  background: var(--lime);
  box-shadow: 2px 3px 0 rgba(242,241,230,.28);
  cursor: pointer;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.form-row button i { font-style: normal; font-size: 15px; }
.form-row button:disabled { cursor: default; opacity: .75; }

.form-note,
.form-message {
  margin: 10px 0 0;
  color: var(--night-3);
  font: 500 9px/1.5 var(--mono);
}

.form-message {
  min-height: 15px;
  color: var(--lime);
}

.form-message.is-error { color: #ff8b75; }

.closing-line {
  margin: 100px 0 0;
  color: var(--night-ink);
  font-size: clamp(34px, 9vw, 60px);
  font-weight: 810;
  line-height: 1;
  letter-spacing: -.055em;
}

footer {
  color: var(--night-2);
  background: #070804;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid rgba(242,241,230,.13);
}

.footer-inner > p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
}

footer nav {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

footer nav a {
  color: var(--night-3);
  font-size: 10px;
}

.footer-inner > span {
  grid-column: 2;
  grid-row: 1;
  font: 600 8px/1 var(--mono);
  letter-spacing: .08em;
}

.reveal,
.reveal-photo,
.reveal-product {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal,
.motion-ready .reveal-photo,
.motion-ready .reveal-product {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.motion-ready .reveal-photo {
  clip-path: inset(0 0 18% 0 round 20px);
  transform: translate3d(0, 22px, 0) scale(.985);
  transition: opacity .9s var(--ease), transform 1s var(--ease), clip-path 1s var(--ease);
}

.motion-ready .reveal-product {
  transform: translate3d(0, 34px, 0) scale(.975) rotate(-.7deg);
}

.motion-ready .reveal.is-visible,
.motion-ready .reveal-photo.is-visible,
.motion-ready .reveal-product.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 20px);
  transform: none;
}

.motion-ready .sticky-story.is-active .cinema-frame img,
.motion-ready .chapter--day50.is-active .weekend-track {
  will-change: transform;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

@media (min-width: 560px) {
  :root { --shell: min(100% - 48px, 1480px); }
  .hud-copy > span { display: inline; }
  .form-row { grid-template-columns: 1fr auto; }
  .form-row button { min-width: 205px; }
  .dinner-story { grid-template-columns: 1fr 1fr; }
  .dinner-line { grid-column: 1 / -1; }
  .weekend-track { grid-template-columns: 1fr 1fr; }
  .weekend-card img { aspect-ratio: 3 / 4; }
}

@media (min-width: 820px) {
  :root { --shell: min(100% - 64px, 1480px); }
  .nav-inner { min-height: 62px; grid-template-columns: auto 1fr auto; padding: 7px 8px 7px 17px; }
  .brand { font-size: 21px; }
  .brand img { width: 29px; height: 29px; }
  .site-nav nav { justify-self: center; display: flex; gap: 27px; }
  .site-nav nav a { color: var(--night-2); font-size: 11px; font-weight: 680; }
  .nav-cta { gap: 12px; padding: 14px 16px; font-size: 10px; }

  .protocol-hud {
    top: 50%;
    right: 17px;
    left: auto;
    width: 65px;
    min-height: 430px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
    padding: 13px 9px;
    transform: translateY(-50%);
  }
  .hud-copy { flex-direction: column; gap: 7px; text-align: center; }
  .hud-copy > span { display: block; font-size: 6px; writing-mode: vertical-rl; transform: rotate(180deg); }
  .hud-copy strong { font-size: 7px; }
  .hud-copy strong b { display: block; min-width: auto; margin: 3px 0; font-size: 21px; }
  .hud-track { width: 3px; height: 100%; justify-self: center; }
  .hud-track > i { transform: scaleY(var(--protocol-progress)); transform-origin: top; }
  .hud-track > span { top: calc(var(--stop) * 100%); left: 50%; }
  .hud-state { max-width: 100%; min-height: 54px; font-size: 6px; line-height: 1.25; text-align: center; white-space: normal; writing-mode: vertical-rl; transform: rotate(180deg); }

  .opening h1 { font-size: clamp(78px, 9.5vw, 144px); }
  .opening-copy { padding-bottom: 60px; }
  .opening-copy > p:not(.story-label) { font-size: 18px; }
  .quiet-normal { padding: 175px 0 160px; }
  .quiet-inner > p:first-child { font-size: 30px; }
  .quiet-inner h2 { font-size: clamp(76px, 9.7vw, 138px); }
  .story-disclosure { margin-left: 0; }

  .chapter--day1,
  .chapter--day25,
  .chapter--day38,
  .faq { padding-block: 165px; }
  .chapter-heading { grid-template-columns: .28fr 1.5fr; gap: 4vw; }
  .chapter-heading h2,
  .morning-copy h2,
  .weekend-heading h2,
  .truth-layout h2,
  .faq-heading h2,
  .early-inner h2 { font-size: clamp(66px, 7vw, 108px); }
  .day-stamp b { font-size: 100px; }

  .day1-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); gap: 4vw; margin-top: 110px; }
  .story-photo--awareness { grid-column: 1; grid-row: 1; }
  .story-photo--awareness img { aspect-ratio: 16 / 10; }
  .product-copy { grid-column: 1; grid-row: 2; align-self: start; }
  .product-proof--plan { grid-column: 2; grid-row: 1 / span 2; width: min(330px, 100%); align-self: center; }
  .product-copy > p { font-size: 17px; }

  .day7-stage { min-height: 100svh; padding: 118px 0 60px; }
  .day7-layout { min-height: calc(100svh - 178px); grid-template-columns: 1fr .42fr; gap: 8vw; align-items: center; }
  .day7-copy h2,
  .life-copy h2,
  .final-story-copy h2 { font-size: clamp(68px, 7.7vw, 116px); }
  .product-proof--pause { width: min(340px, 32vw); }
  .cinema-frame--day7 .photo-grade { background: linear-gradient(90deg, rgba(12,13,8,.94) 0 37%, rgba(12,13,8,.45) 58%, rgba(12,13,8,.22)); }

  .life-copy { justify-content: center; padding-top: 100px; }
  .life-copy > p:not(.chapter-kicker) { font-size: 18px; }
  .life-copy blockquote { font-size: 30px; }
  .life-copy--day14 { align-items: flex-start; }
  .cinema-frame--day14 .photo-grade { background: linear-gradient(90deg, rgba(12,13,8,.86), rgba(12,13,8,.18) 63%, rgba(12,13,8,.08)); }

  .chapter-heading--compact { grid-template-columns: .28fr 1.3fr; }
  .dinner-story { margin-top: 110px; grid-template-columns: 1fr 1.35fr; align-items: end; gap: 3.5vw; }
  .dinner-frame--two { margin-bottom: 100px; }
  .dinner-frame img { aspect-ratio: 4 / 3; }
  .dinner-frame--two img { aspect-ratio: 4 / 5; }
  .dinner-line { margin: 20px 0 0 24%; font-size: clamp(38px, 4.2vw, 66px); }

  .morning-layout { grid-template-columns: .7fr 1.25fr .58fr; gap: 4vw; align-items: start; }
  .morning-copy { grid-column: 1 / span 2; max-width: 940px; }
  .story-photo--breakfast { grid-column: 1 / span 2; }
  .story-photo--breakfast img { aspect-ratio: 16 / 9; }
  .lab-copy { grid-column: 1 / span 2; max-width: 640px; margin: 30px 0 0 22%; }
  .product-proof--progress { grid-column: 3; grid-row: 1 / span 3; width: min(340px, 100%); align-self: center; }

  .weekend-track { gap: 3vw; }
  .weekend-card img { aspect-ratio: 16 / 10; }
  .weekend-heading > p:last-child { font-size: 18px; }

  .life-copy--day58 { width: var(--shell); margin-inline: auto; }
  .life-copy--day58 > * { width: min(700px, 54vw); }
  .cinema-frame--day58 .photo-grade { background: linear-gradient(90deg, rgba(12,13,8,.9), rgba(12,13,8,.12) 66%); }
  .final-story-copy { justify-content: center; padding-top: 100px; }
  .final-story-copy blockquote { font-size: clamp(34px, 4vw, 58px); }
  .cinema-frame--day66 .photo-grade { background: linear-gradient(90deg, rgba(12,13,8,.85), rgba(12,13,8,.1) 62%); }
  .completion-mark { right: 3vw; bottom: 4vw; font-size: 360px; }

  .protocol-truth { padding: 170px 0; }
  .truth-layout { display: grid; grid-template-columns: .45fr 1.4fr; gap: 5vw; align-items: start; }
  .truth-layout .chapter-kicker { grid-column: 1; }
  .truth-layout h2,
  .truth-layout > p:not(.chapter-kicker) { grid-column: 2; }
  .truth-layout > p:not(.chapter-kicker) { font-size: 19px; }

  .faq-layout { grid-template-columns: .72fr 1fr; gap: 8vw; }
  .faq-heading { position: sticky; top: 120px; }
  .faq summary { font-size: 26px; }
  .faq details p { font-size: 15px; }

  .early-access { min-height: 100svh; padding-block: 180px 110px; }
  .early-inner h2 { font-size: clamp(80px, 8.7vw, 134px); }
  .closing-line { margin-top: 140px; font-size: clamp(48px, 5vw, 76px); }
  .footer-inner { grid-template-columns: auto 1fr auto auto; gap: 38px; min-height: 150px; padding: 0; }
  .footer-inner > p { grid-column: auto; }
  footer nav { grid-column: auto; }
  .footer-inner > span { grid-column: auto; grid-row: auto; }
}

@media (min-width: 1100px) {
  .day1-grid .product-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(32px, 4vw, 64px);
    align-items: start;
  }
  .day1-grid .product-copy > p { margin-top: 0; }
  .day1-grid .product-copy blockquote { grid-column: 1 / -1; margin-top: 18px; }

  .quiet-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(350px, .65fr);
    column-gap: clamp(50px, 5vw, 95px);
    align-items: center;
  }
  .quiet-inner > p:first-child { grid-column: 1; grid-row: 1; align-self: end; }
  .quiet-inner h2 { grid-column: 1; grid-row: 2; font-size: clamp(70px, 7.2vw, 112px); }
  .quiet-diagram { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .story-disclosure {
    grid-column: 1 / -1;
    justify-self: end;
    width: min(650px, 58%);
    margin: 80px 0 0;
  }
}

@media (min-width: 1024px) and (min-height: 720px) and (prefers-reduced-motion: no-preference) {
  .sticky-story { height: 172vh; }
  .opening { height: 190vh; }
  .chapter--day7 { height: 178vh; }
  .chapter--day14 { height: 170vh; }
  .chapter--day58 { height: 170vh; }
  .chapter--day66 { height: 215vh; }
  .story-sticky { position: sticky; top: 0; height: 100svh; min-height: 0; }
  .opening .story-sticky,
  .opening-copy,
  .day14-stage,
  .day58-stage,
  .life-copy,
  .day66-stage,
  .final-story-copy { min-height: 100svh; }
  .opening-copy { padding-top: clamp(105px, 15vh, 160px); padding-bottom: clamp(40px, 6vh, 65px); }
  .opening h1 { font-size: clamp(72px, min(9.5vw, 11vh), 134px); }
  .day7-copy h2,
  .life-copy h2,
  .final-story-copy h2 { font-size: clamp(58px, min(7.7vw, 10vh), 116px); }
  .final-story-copy blockquote { font-size: clamp(28px, min(4vw, 5vh), 58px); }
  .product-proof--pause { width: min(340px, 32vw, calc(44svh - 90px)); }

  .chapter--day50 { height: 235vh; min-height: 0; padding: 0; }
  .weekend-sticky { position: sticky; top: 0; height: 100svh; min-height: 0; overflow: hidden; display: grid; align-content: center; padding-top: clamp(72px, 10vh, 100px); }
  .weekend-heading { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5vw; align-items: end; }
  .weekend-heading .chapter-kicker { grid-column: 1; }
  .weekend-heading h2 { grid-column: 1; }
  .weekend-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
  .weekend-heading h2 { font-size: clamp(52px, min(7vw, 9vh), 108px); }
  .weekend-window { width: 100%; margin-top: clamp(30px, 5vh, 56px); overflow: visible; }
  .weekend-track { width: max-content; margin-left: max(32px, calc((100vw - min(1480px, calc(100vw - 64px))) / 2)); grid-template-columns: repeat(2, min(72vw, calc(177.78svh - 640px), 1060px)); gap: 3vw; transform: translate3d(var(--weekend-x, 0), 0, 0); }
  .weekend-card img { aspect-ratio: 16 / 9; }
}

@media (max-height: 620px) and (orientation: landscape) {
  .protocol-hud {
    top: 74px;
    right: 12px;
    left: 12px;
    width: auto;
    min-height: 42px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: none;
    gap: 12px;
    padding: 8px 10px;
    transform: none;
    backdrop-filter: none;
  }
  .hud-copy { flex-direction: row; gap: 8px; text-align: left; }
  .hud-copy > span { display: none; writing-mode: initial; transform: none; }
  .hud-copy strong { font-size: 10px; }
  .hud-copy strong b { display: inline-block; min-width: 2ch; margin: 0; font-size: 14px; }
  .hud-track { width: auto; height: 3px; justify-self: stretch; }
  .hud-track > i { transform: scaleX(var(--protocol-progress)); transform-origin: left; }
  .hud-track > span { top: 50%; left: calc(var(--stop) * 100%); }
  .hud-state { max-width: 86px; min-height: 0; font-size: 7px; line-height: 1; text-align: right; white-space: nowrap; writing-mode: horizontal-tb; transform: none; }
  .sticky-story,
  .opening,
  .chapter--day7,
  .chapter--day14,
  .chapter--day58,
  .chapter--day66,
  .chapter--day50 { height: auto; min-height: 0; }
  .story-sticky,
  .weekend-sticky { position: relative; height: auto; min-height: 720px; overflow: hidden; }
  .opening .story-sticky,
  .opening-copy,
  .day14-stage,
  .day58-stage,
  .life-copy,
  .day66-stage,
  .final-story-copy { min-height: 720px; }
  .day7-layout { min-height: 720px; }
  .day1-grid > *,
  .day7-layout > *,
  .morning-layout > * { min-width: 0; }
  .product-proof { width: min(290px, 100%); }
  .weekend-sticky { padding: 110px 0; display: block; }
  .weekend-track { width: var(--shell); margin-inline: auto; grid-template-columns: 1fr 1fr; transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .sticky-story,
  .opening,
  .chapter--day7,
  .chapter--day14,
  .chapter--day58,
  .chapter--day66,
  .chapter--day50 { height: auto; min-height: 0; }
  .story-sticky,
  .weekend-sticky { position: relative; height: auto; min-height: 900px; }
  .weekend-sticky { padding: 120px 0; display: block; }
  .weekend-track { width: var(--shell); margin-inline: auto; transform: none !important; }
  .cinema-frame img { transform: none !important; }
  .motion-ready .reveal,
  .motion-ready .reveal-photo,
  .motion-ready .reveal-product { opacity: 1; clip-path: none; transform: none; }
  .protocol-hud { transition: none; }
}
