:root {
  --ink: #090a0d;
  --ink-soft: #12151b;
  --cobalt: #10213b;
  --cobalt-bright: #173358;
  --paper: #ede3d2;
  --paper-deep: #d7cbbb;
  --charcoal: #171613;
  --tungsten: #dca45c;
  --tungsten-pale: #f1c98f;
  --olive: #8c8a6b;
  --red: #c92e2e;
  --cream: #f3eadc;
  --muted: rgba(243, 234, 220, .68);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1440px, calc(100vw - 80px));
  --ease-film: cubic-bezier(.22, 1, .36, 1);
  --ease-cut: cubic-bezier(.7, 0, .3, 1);
  --hero-scale: 1;
  --hero-radius: 12px;
  --hero-shift: 0px;
  --hero-copy: 1;
  --pause-rotate: -.9deg;
  --pause-shift: 14px;
  --pause-glow: .35;
  --reel-x: 0px;
  --present-opacity: 0;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

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

body.pause-animations *,
body.pause-animations *::before,
body.pause-animations *::after {
  animation-play-state: paused !important;
}

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

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: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

.leader {
  position: fixed;
  z-index: 900;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #020203;
  opacity: 0;
  visibility: hidden;
}

.motion-ready.show-leader .leader {
  visibility: visible;
  animation: leader-away .82s var(--ease-film) both;
}

.leader::before,
.leader::after {
  content: "";
  position: absolute;
  inset: 0;
}

.leader::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 194, 126, .95) 0 4%, rgba(201, 46, 46, .55) 16%, transparent 42%),
    linear-gradient(90deg, #030303 0 46%, #f3c47e 49%, #fff0d2 50%, #8d241e 52%, #050506 56%);
  transform: scaleX(.02);
  animation: leader-burn .7s .08s var(--ease-cut) both;
}

.leader::after {
  background: linear-gradient(90deg, transparent 0 48.7%, rgba(255,255,255,.95) 49.8% 50.2%, transparent 51.3%);
  mix-blend-mode: screen;
  filter: blur(9px);
}

.leader i,
.leader span {
  position: absolute;
  background: #020203;
}

.leader i {
  inset: 0 50% 0 0;
  animation: leader-left .75s .12s var(--ease-film) both;
}

.leader span {
  inset: 0 0 0 50%;
  animation: leader-right .75s .12s var(--ease-film) both;
}

@keyframes leader-burn {
  0% { transform: scaleX(.015); filter: brightness(1.6); }
  58% { transform: scaleX(.22); }
  100% { transform: scaleX(1.1); filter: brightness(.7); }
}

@keyframes leader-left {
  from { transform: translateX(0); }
  to { transform: translateX(-102%); }
}

@keyframes leader-right {
  from { transform: translateX(0); }
  to { transform: translateX(102%); }
}

@keyframes leader-away {
  0%, 82% { opacity: 1; }
  100% { opacity: 0; }
}

.grain {
  position: fixed;
  z-index: 120;
  inset: -40%;
  width: 180%;
  height: 180%;
  pointer-events: none;
  opacity: .026;
  mix-blend-mode: screen;
  background-image:
    repeating-radial-gradient(circle at 17% 32%, rgba(255,255,255,.7) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 76% 61%, rgba(255,255,255,.35) 0 1px, transparent 1px 4px);
  background-size: 9px 11px, 13px 15px;
  animation: grain-shift .72s steps(2) infinite;
}

@keyframes grain-shift {
  0% { transform: translate3d(-1%, 1%, 0); }
  25% { transform: translate3d(1.5%, -1%, 0); }
  50% { transform: translate3d(-.5%, 1.7%, 0); }
  75% { transform: translate3d(1%, .2%, 0); }
  100% { transform: translate3d(-1%, 1%, 0); }
}

.progress-line {
  position: fixed;
  z-index: 202;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: rgba(255,255,255,.04);
}

.progress-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--tungsten);
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 0 0 14px rgba(220, 164, 92, .65);
}

.projector-cursor {
  position: fixed;
  z-index: 119;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(248, 218, 169, .16) 0, rgba(220, 164, 92, .06) 38%, transparent 70%);
  mix-blend-mode: screen;
  filter: blur(4px);
  transform: translate3d(-200px, -200px, 0);
  transition: opacity .25s ease, filter .35s var(--ease-film);
}

.projector-cursor.is-visible { opacity: 1; }
.projector-cursor.is-bright { filter: blur(4px) brightness(1.75); }

.nav {
  position: fixed;
  z-index: 200;
  top: 18px;
  left: 0;
  width: 100%;
  color: var(--cream);
  transition: color .35s ease, transform .35s ease;
}

.nav-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 38px;
  align-items: center;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(243,234,220,.16);
  border-radius: 4px;
  background: rgba(7, 8, 11, .76);
  box-shadow: 0 16px 45px rgba(0,0,0,.18);
  backdrop-filter: blur(14px) saturate(.75);
  transition: min-height .35s var(--ease-film), background .35s ease, border-color .35s ease;
}

.nav.is-scrolled .nav-inner {
  min-height: 54px;
  background: rgba(7, 8, 11, .92);
  border-color: rgba(243,234,220,.24);
}

.brand {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  letter-spacing: -.045em;
  font-size: 21px;
  font-weight: 740;
}

.brand svg {
  width: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.brand sup {
  margin: -13px 0 0 -4px;
  color: var(--tungsten-pale);
  font: 9px/1 var(--mono);
  letter-spacing: .08em;
}

.scene-readout {
  justify-self: center;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: rgba(243,234,220,.62);
  font: 10px/1 var(--mono);
  letter-spacing: .12em;
}

.scene-readout i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(201,46,46,.12);
}

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

.nav nav a {
  position: relative;
  color: rgba(243,234,220,.7);
  font-size: 12px;
  font-weight: 650;
}

.nav nav a::after,
footer nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease-film);
}

.nav nav a:hover::after,
.nav nav a:focus-visible::after,
footer nav a:hover::after,
footer nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 2px;
  color: var(--ink);
  background: var(--paper);
  font-size: 11px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.nav-cta i {
  font-style: normal;
  font-size: 14px;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 28px;
  color: rgba(243,234,220,.62);
  font: 10px/1.3 var(--mono);
  letter-spacing: .15em;
}

.eyebrow > span {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--red);
}

.eyebrow--dark {
  color: rgba(23,22,19,.58);
}

.hero {
  position: relative;
  z-index: 1;
  height: 178vh;
  min-height: 1080px;
  background: var(--ink);
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.film-gate {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: min(84vw, 1640px);
  height: 84svh;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(243,234,220,.2);
  border-radius: var(--hero-radius);
  box-shadow: 0 30px 110px rgba(0,0,0,.72), 0 0 0 14px rgba(0,0,0,.22);
  transform: translate3d(-50%, calc(-50% + var(--hero-shift)), 0) scale(var(--hero-scale));
  will-change: transform, border-radius;
}

.film-gate::before,
.film-gate::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.film-gate::before {
  inset: 14px;
  border: 1px solid rgba(237,227,210,.17);
}

.film-gate::after {
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  opacity: .42;
  background: linear-gradient(transparent, rgba(255,255,255,.28) 24%, transparent 75%);
  animation: scratch 4.8s steps(1) infinite;
}

@keyframes scratch {
  0%, 72%, 100% { opacity: 0; transform: translateX(0); }
  73% { opacity: .4; transform: translateX(9vw); }
  76% { opacity: .1; transform: translateX(9vw); }
}

.film-gate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.06) brightness(.76);
  transform: scale(1.04);
}

.gate-grade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,7,13,.98) 0%, rgba(4,7,13,.77) 31%, rgba(4,7,13,.27) 55%, rgba(4,7,13,.17) 76%, rgba(4,7,13,.46) 100%),
    linear-gradient(0deg, rgba(4,6,9,.68), transparent 35%, rgba(13,25,44,.16));
}

.cue-mark {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 28px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(243,234,220,.72);
  border-radius: 50%;
}

.cue-mark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 72px;
  opacity: var(--hero-copy);
  will-change: opacity;
}

.hero-copy {
  width: min(800px, 59vw);
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--tungsten-pale);
  font: 10px/1 var(--mono);
  letter-spacing: .24em;
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font: 400 clamp(76px, 10.5vw, 166px)/.76 var(--serif);
  letter-spacing: -.075em;
  text-shadow: 0 7px 35px rgba(0,0,0,.3);
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-left: .38em;
  color: var(--tungsten-pale);
  font-weight: 400;
}

.hero-deck {
  width: min(640px, 100%);
  margin: 34px 0 28px;
  color: rgba(243,234,220,.78);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
  letter-spacing: -.018em;
}

.hero-deck strong {
  color: var(--cream);
  font-weight: 650;
}

.access-form {
  width: min(635px, 100%);
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(243,234,220,.56);
  font: 9px/1.2 var(--mono);
  letter-spacing: .13em;
}

.form-field > div {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 5px;
  border: 1px solid rgba(243,234,220,.3);
  border-radius: 3px;
  background: rgba(4,5,7,.55);
  transition: border-color .25s ease, background .25s ease;
}

.form-field > div:focus-within {
  border-color: var(--tungsten-pale);
  background: rgba(4,5,7,.78);
}

.form-field input {
  min-width: 0;
  padding: 13px 14px;
  border: 0;
  outline: 0;
  color: var(--cream);
  background: transparent;
  font-size: 14px;
}

.form-field input::placeholder { color: rgba(243,234,220,.38); }

.form-field button {
  min-height: 47px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 0;
  border-radius: 2px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: background .2s ease, color .2s ease;
}

.form-field button:hover { background: var(--tungsten-pale); }
.form-field button:disabled { cursor: default; opacity: .78; }
.form-field button i { font-style: normal; font-size: 15px; }

.form-note,
.form-message {
  margin: 8px 0 0;
  color: rgba(243,234,220,.48);
  font: 10px/1.45 var(--mono);
}

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

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

.keep-watching {
  position: absolute;
  z-index: 5;
  right: max(40px, calc((100vw - min(1440px, calc(100vw - 80px))) / 2));
  bottom: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(243,234,220,.62);
  font: 9px/1 var(--mono);
  letter-spacing: .18em;
}

.keep-watching i {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(243,234,220,.36);
  border-radius: 50%;
}

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

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

.timecode {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: max(40px, calc((100vw - min(1440px, calc(100vw - 80px))) / 2));
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(243,234,220,.58);
  font: 9px/1 var(--mono);
  letter-spacing: .1em;
}

.timecode span {
  padding: 4px 6px;
  color: var(--paper);
  background: var(--red);
}

.timecode b { font-weight: 400; }

.the-cut {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--charcoal);
  background:
    linear-gradient(rgba(24,22,18,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24,22,18,.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  padding: 160px 0 190px;
}

.the-cut::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 7vw, transparent 7vw 7.7vw);
}

.splice-flash {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: -12%;
  width: 2px;
  opacity: 0;
  background: var(--red);
  transform: translateX(-20vw) rotate(7deg);
}

.the-cut.is-cutting .splice-flash {
  animation: splice-across .82s var(--ease-cut) both;
}

@keyframes splice-across {
  0% { opacity: 0; transform: translateX(-12vw) rotate(7deg); }
  18% { opacity: .8; }
  48% { opacity: .18; }
  100% { opacity: 0; transform: translateX(130vw) rotate(7deg); }
}

.act-heading {
  display: grid;
  grid-template-columns: .62fr 1.55fr;
  gap: 5vw;
  align-items: start;
}

.act-heading > p,
.memory-copy > p,
.epilogue-shell > p,
.faq-heading > p,
.final-inner > p,
.long-copy > p {
  margin: 12px 0 0;
  font: 10px/1 var(--mono);
  letter-spacing: .16em;
}

.act-heading h2,
.progress-copy h2,
.plan-copy h2,
.epilogue h2,
.faq-heading h2,
.final-frame h2 {
  margin: 0;
  font: 400 clamp(64px, 7.5vw, 122px)/.88 var(--serif);
  letter-spacing: -.062em;
}

.act-heading h2 em,
.progress-copy h2 em,
.epilogue h2 em,
.faq-heading h2 em,
.final-frame h2 em,
.memory-copy h2 em,
.long-copy h3 em {
  font-weight: 400;
  color: var(--red);
}

.act-rule {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  color: rgba(23,22,19,.55);
  font: 10px/1 var(--mono);
}

.act-rule > span:first-child { height: 1px; background: currentColor; }
.act-rule i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

.cut-observations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 124px;
  border-top: 1px solid rgba(23,22,19,.36);
  border-bottom: 1px solid rgba(23,22,19,.36);
}

.cut-observation {
  min-height: 310px;
  padding: 30px 34px 38px 0;
  border-right: 1px solid rgba(23,22,19,.25);
}

.cut-observation + .cut-observation { padding-left: 34px; }
.cut-observation:last-child { border-right: 0; }
.cut-observation:nth-child(2) { transform: translateY(38px); }

.cut-observation > span,
.mount-label,
.slide-mount figcaption,
.pause-mount figcaption,
.light-table figcaption,
.plan-projection figcaption {
  font: 9px/1.35 var(--mono);
  letter-spacing: .12em;
}

.cut-observation > span { color: rgba(23,22,19,.55); }

.cut-observation h3 {
  margin: 96px 0 12px;
  font: 400 clamp(28px, 2.5vw, 40px)/1 var(--serif);
  letter-spacing: -.04em;
}

.cut-observation p {
  max-width: 320px;
  margin: 0;
  color: rgba(23,22,19,.7);
  font-size: 14px;
  line-height: 1.55;
}

.circuit-scene {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 10vw, 170px);
  align-items: center;
  padding-top: 220px;
}

.circuit-copy { align-self: center; }

.circuit-copy h3 {
  margin: 0 0 24px;
  font: 400 clamp(47px, 5.5vw, 85px)/.92 var(--serif);
  letter-spacing: -.055em;
}

.circuit-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: rgba(23,22,19,.7);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.circuit-copy strong { color: var(--charcoal); }

.circuit-copy blockquote {
  margin: 78px 0 0;
  padding: 18px 0 18px 30px;
  border-left: 2px solid var(--red);
  font: italic 400 clamp(25px, 2.5vw, 38px)/1.12 var(--serif);
}

.slide-mount,
.pause-mount {
  position: relative;
  margin: 0;
}

.slide-mount--reframe {
  justify-self: center;
  width: min(560px, 39vw);
  padding: 30px 36px 32px;
  background: #d1c3ad;
  box-shadow: 26px 32px 0 rgba(23,22,19,.08), 0 28px 80px rgba(55,42,24,.18);
  transform: rotate(1.2deg);
}

.mount-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  color: rgba(23,22,19,.65);
}

.mount-label i { font-style: normal; }

.device {
  position: relative;
  width: 100%;
  margin-inline: auto;
  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 rgba(0,0,0,.72),
    0 25px 70px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(255,255,255,.1);
}

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

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

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

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

.slide-mount figcaption {
  margin-top: 18px;
  color: rgba(23,22,19,.58);
}

.pause-scene {
  position: relative;
  z-index: 5;
  height: 158vh;
  min-height: 1080px;
  background: var(--cobalt);
}

.pause-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
}

.pause-sticky::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 74% 48%, rgba(220,164,92,.18), transparent 30%),
    linear-gradient(100deg, rgba(6,10,18,.95), rgba(16,33,59,.95) 48%, rgba(20,43,73,.82));
}

.projection-beam {
  position: absolute;
  z-index: -1;
  top: -12%;
  right: -4%;
  width: 59%;
  height: 125%;
  opacity: var(--pause-glow);
  background: linear-gradient(105deg, transparent 13%, rgba(238,205,156,.08) 39%, rgba(238,205,156,.3) 100%);
  clip-path: polygon(76% 0, 100% 0, 92% 100%, 0 100%);
  filter: blur(16px);
  will-change: opacity;
}

.pause-layout {
  height: 100%;
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  gap: clamp(50px, 9vw, 150px);
  align-items: center;
  padding-top: 74px;
}

.pause-copy h2 {
  max-width: 820px;
  margin: 0;
  font: 400 clamp(58px, 6.4vw, 104px)/.88 var(--serif);
  letter-spacing: -.063em;
}

.pause-copy h2 em {
  color: var(--tungsten-pale);
  font-weight: 400;
}

.pause-copy > p:not(.eyebrow):not(.reassurance) {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(243,234,220,.7);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
}

.pause-language {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 610px;
  margin-top: 42px;
}

.pause-language article {
  padding: 20px;
  border: 1px solid rgba(243,234,220,.16);
  border-radius: 2px;
  background: rgba(3,8,15,.24);
}

.pause-language span {
  color: var(--tungsten-pale);
  font: 10px/1 var(--mono);
  letter-spacing: .13em;
}

.pause-language p {
  margin: 10px 0 0;
  color: rgba(243,234,220,.7);
  font-size: 13px;
  line-height: 1.45;
}

.pause-copy .reassurance {
  max-width: 610px;
  margin: 21px 0 0;
  color: rgba(243,234,220,.52);
  font: italic 400 17px/1.5 var(--serif);
}

.pause-mount {
  justify-self: center;
  width: min(365px, 28vw);
  transform: translateY(var(--pause-shift)) rotate(var(--pause-rotate));
  will-change: transform;
}

.pause-mount .mount-label { color: rgba(243,234,220,.62); }
.device--pause { box-shadow: 0 36px 105px rgba(0,0,0,.58), 0 0 75px rgba(220,164,92,.11); }

.pause-mount figcaption {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  margin-top: 18px;
  color: rgba(243,234,220,.62);
}

.pause-mount figcaption i {
  height: 1px;
  background: rgba(243,234,220,.25);
}

.pause-mount figcaption b { color: var(--tungsten-pale); font-weight: 400; }

.memory-reel {
  position: relative;
  z-index: 4;
  height: 205vh;
  min-height: 1450px;
  color: var(--paper);
  background: #12100e;
}

.memory-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 690px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 10% 44%, rgba(201,46,46,.19), transparent 25%),
    linear-gradient(120deg, #0a0a0b, #17110c 55%, #101217);
}

.memory-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .48fr 1.5fr;
  gap: 6vw;
  align-items: start;
  margin-bottom: 38px;
}

.memory-copy h2 {
  margin: 0;
  font: 400 clamp(49px, 5.8vw, 92px)/.9 var(--serif);
  letter-spacing: -.06em;
}

.memory-copy h2 em { color: var(--tungsten-pale); }

.memory-bridge {
  grid-column: 2;
  max-width: 650px;
  margin: -4px 0 0;
  color: rgba(243,234,220,.63);
  font-size: clamp(14px, 1.18vw, 18px);
  line-height: 1.6;
}

.reel-window {
  position: relative;
  width: 100%;
  height: min(48vh, 450px);
  overflow: hidden;
  border-top: 1px solid rgba(243,234,220,.2);
  border-bottom: 1px solid rgba(243,234,220,.2);
  box-shadow: 0 30px 70px rgba(0,0,0,.42);
}

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

.reel-window::before { left: 0; background: linear-gradient(90deg, #12100e, transparent); }
.reel-window::after { right: 0; background: linear-gradient(-90deg, #12100e, transparent); }

.reel-window img {
  width: max(146vw, 2100px);
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--reel-x), 0, 0);
  filter: saturate(.75) sepia(.08) contrast(1.06);
  will-change: transform;
}

.reel-captions {
  width: var(--shell);
  margin: 17px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: rgba(243,234,220,.55);
  font: 9px/1 var(--mono);
  letter-spacing: .12em;
}

.reel-captions span:nth-child(2),
.reel-captions span:nth-child(3) { text-align: center; }
.reel-captions span:last-child { text-align: right; }

.reel-swipe { display: none; }

.progress-scene {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 180px 0;
  color: var(--charcoal);
  background: var(--paper);
}

.progress-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background: repeating-linear-gradient(105deg, transparent 0 62px, rgba(23,22,19,.16) 63px, transparent 64px 127px);
}

.progress-layout {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.05fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.progress-copy h2 { font-size: clamp(57px, 6.2vw, 99px); }

.progress-copy > p:not(.eyebrow):not(.lower-callout):not(.proof-note) {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(23,22,19,.68);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
}

.lower-callout {
  margin: 48px 0 0;
  color: var(--red);
  font: 800 clamp(29px, 3.7vw, 56px)/1 var(--sans);
  letter-spacing: -.045em;
}

.proof-note {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  max-width: 500px;
  margin: 21px 0 0;
  color: rgba(23,22,19,.54);
  font: 9px/1.5 var(--mono);
  letter-spacing: .08em;
}

.proof-note i {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--red);
}

.light-table {
  position: relative;
  min-height: 850px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23,22,19,.28);
  border-radius: 3px;
  background:
    linear-gradient(rgba(23,22,19,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,22,19,.07) 1px, transparent 1px),
    rgba(255,249,237,.74);
  background-size: 36px 36px;
  box-shadow: inset 0 0 90px rgba(220,164,92,.2), 30px 42px 0 rgba(23,22,19,.06);
}

.table-rulers {
  position: absolute;
  inset: 16px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.table-rulers i {
  width: 1px;
  height: 12px;
  background: rgba(23,22,19,.36);
}

.slide-mount--progress {
  width: min(405px, 80%);
  padding: 24px 28px;
  background: #d5c8b3;
  box-shadow: 20px 25px 0 rgba(23,22,19,.08), 0 35px 75px rgba(80,58,30,.18);
  transform: rotate(-1.3deg);
}

.slide-mount--progress .device { width: 92%; }

.plan-scene {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 190px 0;
  background:
    radial-gradient(circle at 17% 56%, rgba(220,164,92,.17), transparent 27%),
    linear-gradient(125deg, #260e12, #110a0c 58%, #10182a);
}

.plan-scene::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -12vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(220,164,92,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(220,164,92,.02), 0 0 0 16vw rgba(220,164,92,.015);
}

.plan-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: clamp(70px, 11vw, 180px);
  align-items: center;
}

.plan-projection {
  position: relative;
  width: min(440px, 36vw);
  margin: 0;
  justify-self: center;
}

.projection-number {
  position: absolute;
  z-index: -1;
  top: -110px;
  left: -120px;
  color: transparent;
  font: 400 250px/.8 var(--serif);
  -webkit-text-stroke: 1px rgba(243,234,220,.16);
}

.plan-projection .device { box-shadow: 0 42px 110px rgba(0,0,0,.6), 0 0 105px rgba(220,164,92,.08); }

.plan-projection figcaption {
  margin-top: 20px;
  color: rgba(243,234,220,.55);
  text-align: center;
}

.plan-copy h2 {
  max-width: 760px;
  font-size: clamp(59px, 6.4vw, 104px);
}

.plan-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 32px 0 0;
  color: rgba(243,234,220,.68);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.62;
}

.plan-copy blockquote {
  max-width: 640px;
  margin: 70px 0 0;
  padding-left: 27px;
  border-left: 2px solid var(--tungsten);
  color: var(--tungsten-pale);
  font: italic 400 clamp(24px, 2.4vw, 38px)/1.18 var(--serif);
}

.long-take {
  position: relative;
  z-index: 5;
  height: 205vh;
  min-height: 1450px;
  background: var(--ink);
}

.long-take-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
}

.long-take-images,
.long-image-frame,
.long-image,
.long-grade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.long-take-images { z-index: -2; background: #0b0c10; }

.long-image-frame {
  margin: 0;
}

.long-image-frame--present {
  opacity: var(--present-opacity);
  will-change: opacity;
}

.long-image-frame figcaption { display: none; }

.long-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(.75) contrast(1.05) brightness(.74);
  transform: scale(1.035);
}

.long-grade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4,6,10,.82), rgba(4,6,10,.26) 46%, rgba(4,6,10,.25)),
    linear-gradient(0deg, rgba(3,4,7,.7), transparent 52%, rgba(7,10,16,.32));
}

.long-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 74px;
}

.long-copy > p { color: var(--tungsten-pale); }

.long-copy h2 {
  margin: 32px 0 0;
  color: rgba(243,234,220,.64);
  font: italic 400 clamp(36px, 4.2vw, 68px)/1 var(--serif);
  letter-spacing: -.045em;
}

.long-copy h3 {
  max-width: 900px;
  margin: 11px 0 0;
  font: 400 clamp(74px, 9vw, 142px)/.78 var(--serif);
  letter-spacing: -.075em;
}

.long-copy h3 em { color: var(--tungsten-pale); }

.long-statements {
  width: min(660px, 55vw);
  display: grid;
  gap: 0;
  margin-top: 65px;
  border-top: 1px solid rgba(243,234,220,.24);
}

.long-statements span {
  padding: 13px 0;
  border-bottom: 1px solid rgba(243,234,220,.16);
  color: rgba(243,234,220,.6);
  font: 10px/1.2 var(--mono);
  letter-spacing: .08em;
}

.dissolve-meter {
  position: absolute;
  right: max(40px, calc((100vw - min(1440px, calc(100vw - 80px))) / 2));
  bottom: 35px;
  width: min(330px, 27vw);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: rgba(243,234,220,.52);
  font: 8px/1 var(--mono);
  letter-spacing: .13em;
}

.dissolve-meter > i {
  height: 2px;
  overflow: hidden;
  background: rgba(243,234,220,.22);
}

.dissolve-meter b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--tungsten-pale);
  transform: scaleX(var(--present-opacity));
  transform-origin: left;
}

.epilogue {
  position: relative;
  z-index: 4;
  overflow: hidden;
  min-height: 920px;
  display: grid;
  place-items: center;
  padding: 160px 0;
  color: var(--charcoal);
  background: var(--paper);
}

.epilogue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201,46,46,.07));
}

.epilogue-shell { position: relative; }

.epilogue h2 {
  max-width: 1200px;
  margin-top: 50px;
}

.epilogue-shell > p:nth-of-type(2) {
  max-width: 690px;
  margin: 56px 0 0 42%;
  color: rgba(23,22,19,.67);
  font: 400 clamp(17px, 1.5vw, 22px)/1.62 var(--sans);
  letter-spacing: -.015em;
}

.open-loop {
  position: absolute;
  right: 4%;
  bottom: -160px;
  width: 210px;
  height: 210px;
  border: 2px solid rgba(201,46,46,.52);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(31deg);
}

.open-loop i,
.open-loop span {
  position: absolute;
  right: -8px;
  width: 18px;
  height: 2px;
  background: var(--red);
}

.open-loop i { top: 42px; transform: rotate(55deg); }
.open-loop span { bottom: 40px; transform: rotate(-58deg); }

.faq {
  position: relative;
  z-index: 4;
  padding: 180px 0;
  color: var(--charcoal);
  background: #d7cbbb;
}

.faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.08fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-heading h2 {
  margin-top: 48px;
  font-size: clamp(61px, 6.3vw, 100px);
}

.product-truth {
  width: fit-content;
  margin-top: 50px;
  padding: 10px 12px;
  border: 1px solid rgba(23,22,19,.3);
  font: 8px/1.3 var(--mono);
  letter-spacing: .11em;
}

.faq-list { border-top: 1px solid rgba(23,22,19,.42); }

.faq details {
  border-bottom: 1px solid rgba(23,22,19,.4);
}

.faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 28px;
  align-items: center;
  padding: 29px 0;
  cursor: pointer;
  list-style: none;
  font: 400 clamp(23px, 2vw, 31px)/1.15 var(--serif);
  letter-spacing: -.025em;
}

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

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

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

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

.faq details p {
  max-width: 670px;
  margin: -3px 55px 31px 0;
  color: rgba(23,22,19,.69);
  font-size: 15px;
  line-height: 1.7;
}

.final-frame {
  position: relative;
  z-index: 4;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 180px 0 140px;
  isolation: isolate;
  background: #08090c;
}

.final-beam {
  position: absolute;
  z-index: -1;
  top: -45%;
  left: 50%;
  width: 82vw;
  height: 145%;
  opacity: .72;
  background: radial-gradient(ellipse at 50% 0, rgba(220,164,92,.37), rgba(33,58,89,.2) 39%, transparent 70%);
  clip-path: polygon(46% 0, 54% 0, 98% 100%, 2% 100%);
  filter: blur(6px);
  transform: translateX(-50%);
}

.final-inner {
  position: relative;
  text-align: center;
}

.final-inner > p:first-child { color: var(--tungsten-pale); }

.final-frame h2 {
  margin: 40px auto 0;
  font-size: clamp(78px, 10vw, 160px);
  line-height: .78;
}

.final-deck {
  max-width: 640px;
  margin: 45px auto 0;
  color: rgba(243,234,220,.67);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
}

.access-form--final {
  margin: 45px auto 0;
  text-align: left;
}

footer {
  position: relative;
  z-index: 4;
  color: rgba(243,234,220,.65);
  background: #050608;
}

.footer-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 42px;
  align-items: center;
  border-top: 1px solid rgba(243,234,220,.12);
}

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

footer nav {
  display: flex;
  gap: 20px;
}

footer nav a {
  position: relative;
  font-size: 10px;
}

.footer-inner > span {
  font: 8px/1 var(--mono);
  letter-spacing: .1em;
}

.reveal,
.reveal-card {
  transition: opacity .9s var(--ease-film), transform .9s var(--ease-film), clip-path 1s var(--ease-film);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(32px);
}

.motion-ready .reveal-card {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(22px);
}

.motion-ready .reveal.is-visible,
.motion-ready .reveal-card.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

/* Product evidence should never disappear when a visitor lands on a deep link. */
.motion-ready .slide-mount--reframe.reveal-card,
.motion-ready .light-table.reveal-card,
.motion-ready .plan-projection.reveal-card {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: none;
}

.motion-ready .slide-mount--reframe.reveal-card { transform: rotate(1.2deg); }

.magnetic {
  --mag-x: 0px;
  --mag-y: 0px;
  transform: translate3d(var(--mag-x), var(--mag-y), 0);
  will-change: transform;
}

:focus-visible {
  outline: 2px solid var(--tungsten-pale);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1120px); }
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .scene-readout { display: none; }
  .nav nav { justify-self: center; }
  .hero-copy { width: min(720px, 66vw); }
  .pause-layout { grid-template-columns: 1fr .63fr; gap: 55px; }
  .pause-mount { width: min(330px, 31vw); }
  .cut-observation { min-height: 280px; }
  .light-table { min-height: 760px; }
  .footer-inner { grid-template-columns: auto 1fr auto; }
  .footer-inner > span { grid-column: 3; }
  footer nav { grid-row: 2; grid-column: 1 / -1; padding-bottom: 28px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 820px); }
  .nav { top: 10px; }
  .nav nav { display: none; }
  .nav-inner { grid-template-columns: auto 1fr; }
  .nav-cta { justify-self: end; }
  .hero h1 { font-size: clamp(72px, 14vw, 118px); }
  .hero-copy { width: min(690px, 82vw); }
  .film-gate { width: 91vw; }
  .gate-grade { background: linear-gradient(90deg, rgba(4,7,13,.96), rgba(4,7,13,.64) 52%, rgba(4,7,13,.32)); }
  .act-heading { grid-template-columns: 1fr; gap: 28px; }
  .act-rule { grid-column: 1; }
  .cut-observations { grid-template-columns: 1fr; }
  .cut-observation,
  .cut-observation + .cut-observation {
    min-height: auto;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23,22,19,.24);
  }
  .cut-observation:last-child { border-bottom: 0; }
  .cut-observation:nth-child(2) { transform: none; }
  .cut-observation h3 { margin: 45px 0 10px; }
  .circuit-scene { grid-template-columns: 1fr; padding-top: 150px; }
  .slide-mount--reframe { width: min(520px, 78vw); }
  .pause-scene { height: 178vh; }
  .pause-layout { grid-template-columns: 1.15fr .7fr; gap: 30px; }
  .pause-copy h2 { font-size: clamp(48px, 7.9vw, 72px); }
  .pause-copy > p:not(.eyebrow):not(.reassurance) { font-size: 15px; }
  .pause-language { grid-template-columns: 1fr; }
  .pause-mount { width: min(300px, 35vw); }
  .memory-copy { grid-template-columns: 1fr; gap: 20px; }
  .memory-bridge { grid-column: 1; margin-top: 4px; }
  .progress-layout,
  .plan-layout,
  .faq-layout { grid-template-columns: 1fr; }
  .light-table { width: min(690px, 100%); min-height: 820px; margin-inline: auto; }
  .plan-projection { width: min(420px, 62vw); order: 2; }
  .plan-copy { order: 1; }
  .faq-heading { position: static; }
  .long-copy h3 { font-size: clamp(68px, 13vw, 110px); }
  .long-statements { width: min(560px, 75vw); }
  .epilogue-shell > p:nth-of-type(2) { margin-left: 22%; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 32px); }
  html { scroll-behavior: auto; }
  .grain { display: none; }
  .projector-cursor { display: none; }
  .nav-inner { min-height: 52px; padding: 7px 7px 7px 13px; gap: 10px; }
  .brand { font-size: 18px; }
  .brand svg { width: 23px; }
  .nav-cta { gap: 7px; padding: 12px 11px; font-size: 9px; }

  .hero {
    height: auto;
    min-height: 970px;
    padding-bottom: 76px;
  }
  .hero-sticky {
    position: relative;
    height: auto;
    min-height: 970px;
    display: flex;
    flex-direction: column;
  }
  .film-gate {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none;
  }
  .film-gate::before { inset: 10px; }
  .film-gate img { height: 48%; object-fit: cover; object-position: center; }
  .gate-grade {
    background:
      linear-gradient(0deg, rgba(4,7,13,.98) 0 20%, rgba(4,7,13,.73) 53%, rgba(4,7,13,.46) 78%, rgba(4,7,13,.64)),
      linear-gradient(90deg, rgba(4,7,13,.75), transparent);
  }
  .hero-content { height: auto; flex: 1; align-items: flex-end; padding: 136px 0 88px; opacity: 1 !important; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 22px; font-size: 8px; }
  .hero-kicker { font-size: 8px; }
  .hero h1 { font-size: clamp(64px, 21vw, 91px); line-height: .78; }
  .hero h1 em { margin-left: .12em; }
  .hero-deck { margin-top: 26px; font-size: 15px; line-height: 1.55; }
  .form-field > div { grid-template-columns: 1fr; }
  .form-field button { width: 100%; }
  .keep-watching { right: 16px; bottom: 24px; }
  .timecode { left: 16px; bottom: 29px; }

  .the-cut { padding: 110px 0 120px; }
  .act-heading h2,
  .progress-copy h2,
  .plan-copy h2,
  .epilogue h2,
  .faq-heading h2 { font-size: clamp(53px, 17vw, 74px); }
  .cut-observations { margin-top: 78px; }
  .circuit-scene { gap: 75px; padding-top: 120px; }
  .circuit-copy h3 { font-size: clamp(48px, 14vw, 66px); }
  .circuit-copy blockquote { margin-top: 50px; }
  .slide-mount--reframe { width: 92%; padding: 22px 24px; box-shadow: 13px 17px 0 rgba(23,22,19,.08); }

  .pause-scene {
    height: auto;
    min-height: 0;
    padding: 118px 0 125px;
  }
  .pause-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .pause-layout { height: auto; grid-template-columns: 1fr; gap: 75px; padding-top: 0; }
  .pause-copy h2 { font-size: clamp(51px, 14.2vw, 70px); }
  .pause-language { grid-template-columns: 1fr 1fr; gap: 8px; }
  .pause-language article { padding: 15px 13px; }
  .pause-mount { width: min(330px, 78vw); transform: none !important; }
  .projection-beam { display: none; }

  .memory-reel { height: auto; min-height: 0; padding: 112px 0 105px; }
  .memory-sticky { position: relative; height: auto; min-height: 0; overflow: hidden; display: block; background: transparent; }
  .memory-copy { margin-bottom: 42px; }
  .memory-copy h2 { font-size: clamp(49px, 14vw, 67px); }
  .reel-window { height: 330px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
  .reel-window::-webkit-scrollbar { display: none; }
  .reel-window img { width: 860px; height: 100%; transform: none !important; object-fit: cover; object-position: left center; }
  .reel-captions { display: none; }
  .reel-swipe {
    display: flex;
    justify-content: space-between;
    margin: 13px 16px 0;
    color: rgba(243,234,220,.56);
    font: 8px/1 var(--mono);
    letter-spacing: .14em;
  }
  .reel-swipe span { color: var(--tungsten-pale); font-size: 13px; }

  .progress-scene,
  .plan-scene,
  .faq { padding: 115px 0; }
  .progress-layout,
  .plan-layout { gap: 75px; }
  .light-table { min-height: 690px; box-shadow: 14px 19px 0 rgba(23,22,19,.06); }
  .slide-mount--progress { width: 82%; padding: 18px 20px; }
  .plan-projection { width: min(340px, 78vw); }
  .projection-number { top: -70px; left: -35px; font-size: 160px; }
  .plan-copy blockquote { margin-top: 48px; }

  .long-take { height: auto; min-height: 0; }
  .long-take-sticky { position: relative; height: auto; min-height: 0; overflow: hidden; display: flex; flex-direction: column; }
  .long-take-images { position: relative; z-index: auto; order: 2; height: auto; display: grid; grid-template-columns: 1fr; }
  .long-image-frame { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 9; opacity: 1 !important; }
  .long-image { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center; transform: none; }
  .long-image-frame figcaption {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 13px;
    display: block;
    padding: 7px 9px;
    color: var(--paper);
    background: rgba(5,6,8,.78);
    font: 8px/1 var(--mono);
    letter-spacing: .12em;
  }
  .long-grade { display: none; }
  .long-copy { order: 1; height: auto; min-height: 760px; justify-content: flex-end; padding: 120px 0 96px; }
  .long-copy h2 { margin-top: 25px; font-size: clamp(32px, 9vw, 45px); }
  .long-copy h3 { font-size: clamp(66px, 18vw, 88px); }
  .long-statements { width: 100%; margin-top: 45px; }
  .dissolve-meter { display: none; }

  .epilogue { min-height: 810px; padding: 120px 0; }
  .epilogue-shell > p:nth-of-type(2) { margin: 45px 0 0; }
  .open-loop { right: -60px; bottom: -160px; width: 160px; height: 160px; }
  .faq-layout { gap: 75px; }
  .faq summary { font-size: 24px; }
  .faq details p { margin-right: 0; }

  .final-frame { min-height: 930px; padding: 130px 0 105px; }
  .final-frame h2 { font-size: clamp(72px, 21vw, 98px); }
  .final-deck { margin-top: 36px; }
  .access-form--final { margin-top: 37px; }
  .final-beam { width: 180vw; }

  .footer-inner {
    min-height: 250px;
    grid-template-columns: 1fr auto;
    gap: 22px;
    padding: 42px 0;
  }
  .footer-inner > p { grid-column: 1 / -1; }
  footer nav { grid-column: 1 / -1; grid-row: auto; flex-wrap: wrap; padding: 0; }
  .footer-inner > span { grid-column: 2; grid-row: 1; }
}

@media (max-width: 420px) {
  .nav-cta i { display: none; }
  .nav-cta { padding-inline: 9px; }
  .pause-language { grid-template-columns: 1fr; }
  .hero h1 { font-size: 19.5vw; }
  .light-table { min-height: 610px; }
  .slide-mount--progress { width: 86%; }
}

@media (hover: none), (pointer: coarse) {
  .projector-cursor { display: none; }
}

@media (max-height: 720px) and (min-width: 701px) {
  .hero,
  .pause-scene,
  .memory-reel,
  .long-take { height: auto; min-height: 0; }

  .hero-sticky { position: relative; height: 820px; min-height: 820px; }
  .pause-scene { padding: 120px 0; }
  .pause-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .pause-layout { height: auto; min-height: 0; grid-template-columns: 1fr; gap: 70px; padding-top: 0; }
  .pause-mount { width: min(330px, 48vw); }
  .memory-reel { padding: 110px 0; }
  .memory-sticky { position: relative; height: auto; min-height: 0; padding: 0; }
  .reel-window { height: 410px; }
  .long-take-sticky { position: relative; height: 780px; min-height: 780px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  .leader,
  .grain,
  .projector-cursor { display: none !important; }
  .hero,
  .pause-scene,
  .memory-reel,
  .long-take { height: auto; min-height: 0; }
  .hero-sticky,
  .pause-sticky,
  .memory-sticky,
  .long-take-sticky { position: relative; height: auto; min-height: 100svh; }
  .film-gate { transform: translate3d(-50%, -50%, 0) scale(1.12); }
  .pause-mount { transform: none; }
  .reel-window { height: auto; overflow: visible; }
  .reel-window::before,
  .reel-window::after { display: none; }
  .reel-window img { width: 100%; max-width: 100%; height: auto; transform: none; object-fit: contain; }
  .long-take-sticky { display: flex; flex-direction: column; min-height: 0; }
  .long-copy { order: 1; height: auto; padding: 120px 0 80px; }
  .long-take-images { position: relative; z-index: auto; order: 2; height: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .long-image-frame { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 9; opacity: 1; }
  .long-image { position: absolute; inset: 0; width: 100%; height: 100%; transform: none; object-fit: cover; }
  .long-image-frame figcaption { position: absolute; right: 14px; bottom: 12px; display: block; padding: 7px 9px; color: var(--paper); background: rgba(5,6,8,.78); font: 8px/1 var(--mono); letter-spacing: .1em; }
  .long-grade { display: none; }
  .magnetic { transform: none !important; }
  .motion-ready .reveal,
  .motion-ready .reveal-card { opacity: 1; clip-path: none; transform: none; }
}
