@font-face {
  font-family: "CINAMATE Display";
  src: url("/assets/cinamate/fonts/CINAMATE-Display-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Young Serif";
  src: url("/assets/cinamate/fonts/YoungSerif-Regular.woff2") format("woff2");
  font-display: swap;
}

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

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

:root {
  --black: #000000;
  --ink: #f2f0ea;
  --smoke: #a7a6a2;
  --ash: #6e706f;
  --line: rgba(242, 240, 234, 0.16);
  --line-strong: rgba(242, 240, 234, 0.3);
  --blue: #01eaf8;
  --red: #e44d3c;
  --glass: rgba(16, 17, 18, 0.76);
  --display: "CINAMATE Display", "Arial Narrow", Arial, sans-serif;
  --serif: "Young Serif", Georgia, serif;
  --ui: "Arimo", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --page: 100rem;
  color-scheme: dark;
  background: var(--black);
  color: var(--ink);
  font-family: var(--ui);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  overflow-x: hidden;
}

body,
button,
input,
select { font-family: var(--ui); }

a { color: inherit; }

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

button,
input,
select,
a { outline-offset: 4px; }

:focus-visible { outline: 2px solid var(--blue); }

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.9rem;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.25rem;
  padding: 0.75rem var(--gutter);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.9), transparent);
  transition: background 220ms ease, border-color 220ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.93);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 7.6rem;
}

.brand img { width: 100%; height: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration: none;
}

.site-nav a:not(.nav-access) { color: var(--smoke); }

.nav-access { border-bottom: 1px solid currentColor; }

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 7rem);
  padding: clamp(9rem, 15vh, 12rem) var(--gutter) clamp(3rem, 8vh, 6rem);
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-media video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.motion-toggle {
  position: absolute;
  z-index: 5;
  right: var(--gutter);
  bottom: 1.25rem;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  color: var(--smoke);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

body.motion-paused .script-page { animation-play-state: paused; }

.hero-media { z-index: -3; background: #0d0e0e; }

.hero-media img,
.hero-media video {
  object-fit: cover;
  object-position: center;
}

.hero-media video { z-index: 1; }

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.83) 38%, rgba(5, 5, 5, 0.34) 75%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.12) 48%, rgba(5, 5, 5, 0.5) 100%);
}

.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
  max-width: 66rem;
}

.hero-copy h1,
.section-intro h2,
.assistant-copy h2,
.access-heading h2,
.film-beat h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(4.1rem, 6.3vw, 8rem);
  line-height: 0.8;
  letter-spacing: -0.055em;
}

/* Pearl-white lettering catches CINAMATE's cyan and magenta like reflected light. */
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .brand-gleam {
    background-image:
      linear-gradient(var(--reflection-angle, 112deg), transparent 38%, rgba(1, 234, 248, 0.95) 44%, #ffffff 49%, #ffffff 51%, rgba(240, 100, 234, 0.95) 56%, transparent 62%),
      linear-gradient(var(--reflection-angle, 112deg), #d6d8d6 7%, #c1dddd 30%, #cbc9db 48%, #dac5da 64%, #e1dfdb 91%);
    background-size: 230% 100%, 150% 100%;
    background-position: var(--gleam-position, 50%) 0, var(--reflection-position, 50%) 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .film-beat h2.brand-gleam { text-shadow: none; }
}

@media (forced-colors: active) {
  .brand-gleam {
    background: none;
    -webkit-text-fill-color: CanvasText;
    animation: none;
  }
}

.hero-copy > p {
  max-width: 37rem;
  margin: clamp(1.5rem, 4vh, 3rem) 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.75vw, 1.55rem);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button-light { background: linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.055)),rgba(20,23,28,.85); color: var(--ink); border-color:rgba(255,255,255,.38); box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 6px 22px #0005; backdrop-filter:blur(18px); }
.button-light:hover { background-color:#343b44; border-color:var(--blue); transform: translateY(-2px); }
.button:disabled { cursor: default; opacity: 0.62; transform: none; }

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span { color: var(--blue); }

.script-ingest {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
  width: min(100%, 31rem);
  min-height: 37rem;
  perspective: 1000px;
}

.script-page {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: 7%;
  width: min(83%, 24rem);
  aspect-ratio: 0.75;
  padding: 11% 9%;
  transform: rotate(3deg);
  transform-origin: 80% 90%;
  background: #ebe8df url('/assets/cinamate/paper-stock.png') center / cover;
  border-radius: 1px 3px 8px 1px;
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.48);
  color: #161616;
  font-family: "Courier New", monospace;
}

.paper-flight {
  position: fixed;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.paper-flight[hidden] { display: none; }
.paper-ready .script-page { opacity: 0; }

.script-meta {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.48rem, 0.65vw, 0.68rem);
}

.script-page h2 {
  margin: 18% 0 9%;
  font-size: clamp(0.6rem, 0.9vw, 0.84rem);
  line-height: 1.35;
}

.script-page p {
  margin: 0;
  font-size: clamp(0.5rem, 0.7vw, 0.72rem);
  line-height: 1.55;
}

.script-dialogue { padding: 14% 10% 0 24%; }



.ad-section,
.assistant-section,
.access-section {
  max-width: var(--page);
  margin: 0 auto;
  padding: clamp(7rem, 13vw, 13rem) var(--gutter);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  align-items: end;
  gap: 2rem 7vw;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.section-intro h2,
.assistant-copy h2,
.access-heading h2 {
  font-size: clamp(3.8rem, 8vw, 9rem);
  line-height: 0.84;
  letter-spacing: -0.045em;
}

.section-intro > p,
.assistant-copy > p,
.access-heading > p {
  max-width: 33rem;
  margin: 0;
  color: var(--smoke);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  line-height: 1.5;
}

/* Compact reconstruction of the signed-in First AD chat, reviewed in Edge. */
#ad-title { font-size: clamp(3rem, 6.4vw, 7rem); }
.ad-demo { display:grid; grid-template-columns:10.5rem minmax(0,1fr); overflow:hidden; border:1px solid #242a36; border-radius:4px; background:#0a0c0f; color:#e9eef3; }
.demo-sidebar { display:flex; flex-direction:column; gap:3px; padding:1rem 0.65rem; background:#0d0e10; border-right:1px solid #1b202b; }
.demo-sidebar a,.demo-current { min-height:2.1rem; padding:0.55rem 0.65rem; border-radius:3px; font:500 0.72rem var(--ui); color:#a3aebe; }
.demo-sidebar a:hover { background:#191d26; color:#e9eef3; }
.demo-sidebar a { text-decoration: none; }
.demo-current { color:var(--blue); background:#12151a; border:1px solid #242a36; font-weight:700; }
.demo-suite span,.demo-current span { display:inline-block; margin-right:0.45rem; }
.demo-department { padding:1.25rem 0.65rem 0.4rem; color:#697381; font-size:0.55rem; letter-spacing:0.16em; text-transform:uppercase; }
.demo-main { min-width:0; }
.demo-bar { display:flex; align-items:center; gap:0.7rem; min-height:3.5rem; padding:0.8rem 1.1rem; border-bottom:1px solid #1b202b; color:#a3aebe; font-size:0.55rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; }
.demo-project { padding:0.4rem 0.55rem; border:1px solid #635747; border-radius:4px; color:#a3bcd7; font-size:0.6rem; white-space:nowrap; letter-spacing:0; text-transform:none; }
.demo-replay { margin-left:auto; border:1px solid #242a36; border-radius:3px; padding:0.5rem 0.7rem; background:#12151a; color:#a3aebe; font:0.65rem var(--ui); cursor:pointer; }
.demo-thread { display:flex; flex-direction:column; min-height:39rem; max-width:49rem; margin:auto; padding:1.6rem clamp(1.1rem,3vw,2.6rem) 1rem; }
.demo-conversation { display:flex; flex:1; flex-direction:column; gap:1.6rem; padding-bottom:2.5rem; }
.message > span { display:block; margin-bottom:0.5rem; color:#87919f; font-size:0.6rem; letter-spacing:0.12em; text-transform:uppercase; }
.message p { margin:0; color:#e9eef3; font-family:var(--serif); font-size:clamp(1rem,1.3vw,1.15rem); font-weight:400; line-height:1.65; }
.message-user p { font-family:var(--ui); font-size:0.87rem; line-height:1.65; color:#b6c0ce; }
.demo-proposal { border:1px solid #303442; border-radius:4px; overflow:hidden; background:#101319; }
.proposal-heading { display:flex; justify-content:space-between; gap:1rem; padding:0.85rem 1rem; border-bottom:1px solid #242a36; color:#b9c2cf; font:600 0.65rem var(--ui); }
.proposal-heading [data-room-state] { color:#ad99ff; }
.proposal-rows { padding:0 1rem; margin:0; }
.proposal-rows > div { display:grid; grid-template-columns:5.5rem 1fr; gap:0.8rem; padding:0.8rem 0; border-bottom:1px solid #1b202b; font-size:0.76rem; line-height:1.5; }
.proposal-rows dt { color:#929cab; }
.proposal-rows dd { margin:0; }
.budget-delta { margin-left:0.6rem; color:var(--blue); }
.demo-budget-details { margin:0.9rem 1rem; color:#a3aebe; font-size:0.7rem; line-height:1.6; }
.demo-budget-details summary { cursor:pointer; }
.demo-budget-details dl > div { display:flex; justify-content:space-between; gap:1rem; }
.demo-budget-details dd { margin:0; }
.proposal-actions { display:flex; align-items:center; gap:0.8rem; padding:0.8rem 1rem; border-top:1px solid #242a36; }
.demo-approve { padding:0.65rem 0.85rem; border:0; border-radius:3px; background:#e9eef3; color:#14181d; font:600 0.7rem var(--ui); cursor:pointer; }
.demo-approve:disabled { background:#182328; color:#22e5ff; cursor:default; }
[data-demo-status] { font-size:0.65rem; color:#9ca6b5; line-height:1.5; }
.demo-composer { margin-top:auto; }
.ad-demo[data-demo-sent][data-demo-proposal="false"] .demo-proposal { display:none; }
.message-ad [hidden] { display:none !important; }
.demo-answer-sources { margin:1rem 0 0; padding-left:1rem; font:0.75rem/1.6 var(--ui); color:#a4f4ff; }
.demo-chips { display:flex; flex-wrap:wrap; gap:0.45rem; margin-bottom:0.65rem; }
.demo-chips button { padding:0.5rem 0.75rem; border:1px solid #242a36; border-radius:100px; background:#12151a; color:#e9eef3; font:0.7rem var(--ui); cursor:pointer; }
.demo-input-row { display:flex; gap:0.7rem; align-items:center; padding:0.55rem 0.65rem; border:1px solid #303442; border-radius:3px; background:#12151a; }
.demo-caret { color:#d44fe8; font-size:1.4rem; }
.demo-input-row textarea { flex:1; min-width:0; min-height:3rem; resize:none; border:0; background:transparent; color:#d5dce6; padding:0.2rem 0; font:0.8rem/1.55 var(--ui); }
.demo-input-row textarea:focus-visible { outline:1px solid var(--blue); outline-offset:3px; }
.demo-aperture { flex:none; width:1.15rem; height:1.15rem; object-fit:contain; }
.demo-input-row button { align-self:center; min-height:2.3rem; border:0; border-radius:3px; background:#e9eef3; color:#14181d; padding:0.55rem 0.75rem; font:700 0.65rem var(--ui); letter-spacing:0.06em; text-transform:uppercase; cursor:pointer; }
.demo-input-row button:disabled { opacity:0.35; cursor:default; }
.demo-composer-note { display:flex; justify-content:space-between; gap:1rem; margin-top:0.7rem; color:#87919f; font-size:0.57rem; line-height:1.5; letter-spacing:0.04em; }
[data-sent-only], [data-after-only] { display:none; }
.ad-demo[data-demo-sent="true"] [data-sent-only] { display:block; }
.ad-demo[data-demo-state="after"] [data-before-only] { display:none; }
.ad-demo[data-demo-state="after"] [data-after-only] { display:inline; }
.ad-demo[data-demo-state="after"] p[data-after-only] { display:block; }
.status-dot { display:inline-block; width:0.45rem; height:0.45rem; margin-right:0.38rem; border-radius:50%; background:var(--blue); }
@media(max-width:760px) {
  #ad-title { font-size: clamp(2.7rem, 11.6vw, 4rem); }
  .ad-demo { grid-template-columns:1fr; }
  .demo-sidebar { display:none; }
  .demo-thread { min-height:32rem; padding:1.5rem 1rem 1rem; }
  .proposal-rows > div { grid-template-columns:1fr; gap:0.2rem; }
  .proposal-actions { align-items:flex-start; flex-direction:column; }
  .demo-composer-note { flex-direction:column; gap:0.2rem; }
  .demo-aperture { display:none; }
}
.film-journey { position: relative; min-height: 400vh; }

.film-stage {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000000;
}

.film-layer,
.film-layer > img,
.film-poster img,
.film-layer video,
.film-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.film-layer {
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 800ms ease, transform 1.8s cubic-bezier(0.2, 0.72, 0.18, 1);
}

.film-layer.is-active { opacity: 1; transform: scale(1); }

.film-layer > img,
.film-poster img,
.film-layer video { object-fit: cover; }

.film-layer video { z-index: 1; }
.film-layer video[hidden] { display: none; }

.film-vignette {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, transparent 52%, rgba(5, 5, 5, 0.32) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.8) 0%, transparent 42%, rgba(5, 5, 5, 0.34) 100%);
  pointer-events: none;
}



/* The finish shot sits ABOVE the other three layers and BELOW the vignette,
   which is where every other layer's picture sits: it carries a picture now
   rather than being a black card, and the centred title reads over it because
   the vignette darkens it exactly as it darkens the three before it.
   Its opacity is driven frame by frame in landing.js across the crossfade, so
   it keeps its own `transition: none` — a transition would fight that — and
   `transform: none`, because the scale-in belongs to a layer that cuts rather
   than one that dissolves out of the slate. */
.film-layer-finish { z-index: 3; background: #000; transform: none; transition: none; }
.finish-enhanced .film-layer[data-film-layer="2"] { transition: none; }

.film-beat.film-beat-last { display: block; min-height: 220vh; min-height: 220svh; padding: 0; }
.film-beat-last > .finish-copy {
  position: sticky; top: 0; width: 100%; height: 100vh; height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2rem; padding: var(--gutter); transform: none; text-align: center;
}
.finish-copy h2 { margin: 0; width: min(90vw, 70rem); text-align: center; }


.finish-enhanced .finish-copy h2 { opacity: var(--finish-title, 0); }

.film-progress {
  position: absolute;
  z-index: 8;
  right: var(--gutter);
  bottom: 2rem;
  left: var(--gutter);
  height: 1px;
  background: rgba(242, 240, 234, 0.2);
}

.film-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
}

.film-beats {
  position: relative;
  z-index: 5;
  margin-top: -100vh;
  margin-top: -100svh;
}

.film-beat {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-end;
  padding: 6rem var(--gutter) clamp(5rem, 11vh, 8rem);
}

.film-beat-right { justify-content: flex-end; text-align: right; }

.film-beat > div {
  width: min(70rem, 82vw);
  transform: translateY(calc((0.5 - var(--beat-progress, 0.5)) * 2.2rem));
}

.film-beat > div > span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.film-beat h2 {
  font-size: clamp(4.6rem, 11vw, 12.5rem);
  line-height: 0.78;
  letter-spacing: -0.055em;
  text-shadow: 0 0.12em 0.8em rgba(0, 0, 0, 0.42);
}

.film-beat p {
  max-width: 32rem;
  margin: 1.5rem 0 0;
  color: #d7d6d1;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.45;
  text-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.7);
}

.film-beat-right p { margin-left: auto; }

.assistant-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(26rem, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  min-height: 90vh;
}

.assistant-copy { min-width: 0; container-type: inline-size; }
/* Fit the longest word to the actual column, including its reflective fill. */
.assistant-copy #assistant-title { font-size: min(9rem, 18cqi); }
.assistant-copy > p { margin: 2rem 0; }

.assistant-shell {
  min-height: 31rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 10%, rgba(125, 165, 255, 0.09), transparent 35%),
    rgba(15, 16, 17, 0.72);
  backdrop-filter: blur(18px);
}

.assistant-fallback {
  display: flex;
  min-height: 26rem;
  flex-direction: column;
}

.assistant-label {
  margin: 0;
  color: var(--smoke);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.assistant-prompt {
  margin: auto 0 2rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
}

.question-list { display: grid; gap: 0.65rem; }

.question-list button {
  display: flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(242, 240, 234, 0.035);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.question-list button:hover { border-color: var(--line-strong); background: rgba(242, 240, 234, 0.07); }

.assistant-fallback > a {
  align-self: flex-start;
  margin-top: 1.2rem;
  color: var(--smoke);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  text-underline-offset: 0.3em;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(30rem, 1.22fr);
  gap: clamp(3rem, 9vw, 10rem);
  border-top: 1px solid var(--line);
}

.access-heading > p { margin-top: 1.75rem; }

.access-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 2rem 1.25rem;
}

.access-form label > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  color: var(--smoke);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-form label small { color: var(--ash); font-size: inherit; }

.access-form input,
.access-form select {
  width: 100%;
  min-height: 3.65rem;
  padding: 0 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: #0d0e0e;
  color: var(--ink);
  font-size: 1rem;
}

.access-form input::placeholder { color: #686a68; }
.access-form input:focus,
.access-form select:focus { border-color: var(--ink); }

.form-wide { grid-column: 1 / -1; }

.form-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-status {
  max-width: 25rem;
  margin: 0;
  color: #df897f;
  font-size: 0.78rem;
  line-height: 1.4;
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
  gap: 2rem;
  padding: 3.5rem var(--gutter) 2rem;
  border-top: 1px solid var(--line);
  color: var(--ash);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer p { margin: 0; }
.footer-brand p { margin-top: 1.5rem; max-width: 25ch; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links > div { display: flex; flex-direction: column; gap: 0.9rem; }
.footer-links h2 { margin: 0 0 0.35rem; color: var(--ink); font: 700 0.7rem var(--ui); letter-spacing: 0.08em; }
.footer-links a { color: #b8b8b5; font-size: 0.8rem; letter-spacing: 0; text-transform: none; line-height: 1.4; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.placeholder-page { max-width: 65rem; margin: auto; padding: 6rem var(--gutter); min-height: 70svh; }
.placeholder-page h1 { margin: 3rem 0 2rem; font-size: clamp(3rem, 7vw, 6rem); }
.placeholder-page h2 { margin-top: 2rem; font-size: 1.3rem; }
.placeholder-page p { max-width: 60ch; line-height: 1.7; color: #c8c8c5; }
.placeholder-notice { border-left: 2px solid var(--blue); padding-left: 1rem; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.52fr); }
  .script-ingest { min-height: 31rem; }
  .assistant-section { grid-template-columns: 0.8fr 1.2fr; }
}

@media (max-width: 780px) {
  .site-header { min-height: 4.5rem; }
  .site-nav { gap: 1rem; }
  .site-nav a:first-child { display: inline-flex; }
  .hero {
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 7.5rem;
  }
  .hero-media img,
  .hero-media video { object-position: 62% center; }
  .hero-shade {
    background: linear-gradient(0deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.62) 65%, rgba(5, 5, 5, 0.5) 100%);
  }
  .hero-copy h1 { font-size: clamp(3rem, 15.2vw, 6rem); }
  .script-ingest {
    position: absolute;
    top: 7rem;
    right: 1.5rem;
    width: 10rem;
    min-height: 12rem;
    opacity: 0.72;
    pointer-events: none;
  }
  .script-page { width: 9rem; }
  .section-intro,
  .assistant-section,
  .access-section { grid-template-columns: 1fr; }
  .section-intro h2,
  .assistant-copy h2,
  .access-heading h2 { font-size: clamp(3.6rem, 16vw, 6.5rem); }
  .film-beat h2 { font-size: clamp(4.2rem, 19vw, 7.5rem); }
  .film-beat-right { text-align: left; }
  .film-beat-right p { margin-left: 0; }
  .film-beat > div { width: 100%; }
  .film-vignette { background: linear-gradient(0deg, rgba(5, 5, 5, 0.88), transparent 70%); }

  .assistant-section { min-height: auto; }
  .assistant-shell { min-height: 0; }
  .access-form { grid-template-columns: 1fr; }
  .access-form > * { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { gap: 1.25rem; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .brand { width: 7.6rem; }
  .site-nav { font-size: 0.66rem; }
  .nav-access { display: none !important; }
  .hero-copy h1 { font-size: clamp(2.8rem, 15.2vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .film-beat { padding-bottom: 6rem; }
  .film-beat h2 { font-size: 19vw; }
  .form-submit { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .film-layer[data-film-layer="2"] video,
  .film-layer[data-film-layer="2"] .film-poster img { object-fit: contain; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .hero-media video,
  .film-layer video { display: none; }
  .motion-toggle { display: none; }
  .script-page { opacity: 1; transform: rotate(3deg); }
  .brand-gleam { animation: none; background-position: 100% 0, 0 0; }
  .film-beat > div { transform: none; }

  .film-beat.film-beat-last { min-height: 100svh; padding: 0; }

}
