:root {
  color-scheme: dark;
  --ink: #f8f6f2;
  --muted: #b9b5c0;
  --dim: #817d89;
  --night: #07070b;
  --night-2: #0d0b14;
  --panel: #121019;
  --panel-2: #191522;
  --line: rgba(255, 255, 255, .13);
  --violet: #e24f2f;
  --violet-bright: #ff6948;
  --rose: #ef8265;
  --mint: #d8ff3e;
  --warning: #efbf62;
  --danger: #ff6c65;
  --sans: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--ink); font-family: var(--sans); }
button, select, textarea, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.topbar {
  position: fixed; z-index: 40; top: 0; left: 0; right: 0; height: 74px;
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px;
  padding: 0 34px; border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(7,7,11,.96);
}
.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 720; letter-spacing: -.04em; }
.wordmark i { width: 22px; height: 22px; border: 6px solid var(--ink); border-top-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.topbar nav { display: flex; gap: 25px; justify-self: center; }
.topbar nav a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.topbar nav a:hover { color: white; }
.system-status { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font: 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.system-status > i { width: 7px; height: 7px; border-radius: 50%; background: var(--warning); }
.system-status.ok > i { color: var(--mint); background: var(--mint); }
.text-button { border: 0; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font: 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.text-button:hover { color: white; }

.alive-hero { position: relative; min-height: max(820px, 100svh); isolation: isolate; overflow: hidden; display: grid; place-items: center; background: #171121; }
.motion-wall { position: absolute; z-index: -5; inset: -7%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; transform: rotate(-1.5deg) scale(1.05); filter: blur(1.35px) saturate(.84) contrast(1.06); }
.wall-tile { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 7px; background: #18131f; aspect-ratio: 1; opacity: .9; animation: tile-breathe 7s ease-in-out infinite alternate; }
.wall-tile:nth-child(3n + 1) { animation-delay: -1.6s; }
.wall-tile:nth-child(4n + 2) { animation-delay: -4.2s; }
.wall-tile:nth-child(even) { transform: translateY(-4%); }
.wall-tile video, .wall-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.wall-tile img { z-index: 0; display: block; }
.wall-tile video { z-index: 1; display: block; opacity: 0; transition: opacity .3s; }
.wall-tile.motion-ready video { opacity: 1; }
.wall-tile.motion-failed video { display: none; }
.wall-tile::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(9,5,14,.35)); }
.hero-veil { position: absolute; z-index: -4; inset: 0; background: linear-gradient(180deg, rgba(5,4,9,.2), rgba(5,4,9,.93)); }
.hero-orbit { display: none; }
.orbit-one { right: -310px; top: 10%; }
.orbit-two { left: -420px; top: 40%; width: 820px; height: 820px; }
.hero-content { width: min(920px, calc(100% - 48px)); padding: 132px 0 80px; text-align: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.83); font: 10px/1 var(--mono); letter-spacing: .14em; }
.hero-kicker span { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); animation: awake-pulse 1.9s ease-in-out infinite; }
.alive-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 105px); font-weight: 690; line-height: .92; letter-spacing: -.072em; text-wrap: balance; text-shadow: 0 3px 35px rgba(0,0,0,.38); }
.alive-hero h1 em { display: inline-block; min-height: 1.05em; color: var(--mint); font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
.alive-hero h1 em.swapping { animation: word-swap .46s ease both; }
.hero-intro { max-width: 670px; margin: 28px auto 30px; color: rgba(255,255,255,.81); font-size: 17px; line-height: 1.55; text-shadow: 0 2px 16px #000; }
.story-entry { width: min(760px, 100%); margin: 0 auto; padding: 9px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; background: rgba(10,9,12,.95); text-align: left; }
.story-entry > label { display: block; padding: 10px 13px 2px; color: rgba(255,255,255,.52); font: 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.story-entry > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.story-entry textarea { width: 100%; min-height: 82px; resize: none; border: 0; outline: 0; padding: 11px 13px; background: transparent; color: white; font-size: 17px; line-height: 1.4; }
.story-entry textarea::placeholder { color: rgba(255,255,255,.37); }
.story-submit { display: flex; align-items: center; gap: 14px; min-height: 55px; margin: 0 0 1px; padding: 0 20px; border: 0; border-radius: 1px; background: var(--violet); color: white; cursor: pointer; font-size: 14px; font-weight: 720; }
.story-submit:hover { background: var(--violet-bright); }
.story-submit b { font-size: 19px; }
.hero-proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px; margin-top: 21px; color: rgba(255,255,255,.62); font: 9px/1.2 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof i { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.hero-scroll { position: absolute; z-index: 1; right: 30px; bottom: 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font: 9px/1 var(--mono); letter-spacing: .11em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll i { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; font-style: normal; }

main { width: min(1600px, 100%); margin: 0 auto; padding: 0 34px; }
.cast-section, .encounter-section, .console-section, .principle-section { padding: 112px 0; border-bottom: 1px solid var(--line); }
.micro-label { margin: 0 0 14px; color: var(--mint); font: 650 10px/1.3 var(--mono); letter-spacing: .15em; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-head h2, .protocol-section h2 { max-width: 940px; margin: 0; font-size: clamp(43px, 5vw, 77px); font-weight: 580; line-height: .98; letter-spacing: -.058em; }
.section-head > p { max-width: 460px; margin: 0; color: var(--muted); font: 11px/1.6 var(--mono); text-align: right; }

.cast-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cast-card { position: relative; min-width: 0; overflow: hidden; aspect-ratio: 1.15; padding: 0; border: 1px solid transparent; border-radius: 4px; background: #17131d; color: white; cursor: pointer; text-align: left; }
.cast-card video, .cast-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); filter: saturate(.88) contrast(1.03); transition: transform .65s cubic-bezier(.18,.74,.2,1), filter .4s, opacity .3s; }
.cast-card > img { z-index: 0; display: block; }
.cast-card video { z-index: 1; opacity: 0; }
.cast-card.motion-ready video { opacity: 1; }
.cast-card.motion-failed video { display: none; }
.cast-card.motion-failed > img { animation: portrait-drift 6s ease-in-out infinite alternate; }
.cast-card::after { content: ""; position: absolute; z-index: 1; inset: 34% 0 0; background: linear-gradient(180deg, transparent, rgba(7,6,10,.88)); pointer-events: none; }
.cast-card:hover video, .cast-card:hover > img, .cast-card.selected video, .cast-card.selected > img { transform: scale(1.055); filter: saturate(1.04) contrast(1.02); }
.cast-card.selected { border-color: var(--violet-bright); }
.cast-copy { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; }
.cast-copy small { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: var(--mint); font: 9px/1.1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.cast-copy strong { display: block; font-size: clamp(24px, 2.4vw, 38px); line-height: .94; letter-spacing: -.045em; }
.cast-copy > span { display: block; max-width: 88%; margin-top: 10px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.35; }
.cast-enter { position: absolute; z-index: 3; right: 16px; top: 16px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: rgba(8,7,11,.18); font-style: normal; opacity: 0; transform: translateY(4px); transition: .25s; }
.cast-card:hover .cast-enter, .cast-card.selected .cast-enter { opacity: 1; transform: none; }

.encounter-section { padding-top: 120px; }
.encounter-head > p { font-family: var(--sans); font-size: 15px; line-height: 1.55; }
.encounter-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); min-height: 760px; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: var(--panel); }
.stage { position: relative; min-height: 760px; overflow: hidden; background: #16101d; }
.stage > video, .stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: filter .5s, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.stage > img { z-index: 0; display: block; }
.stage > video { z-index: 1; opacity: 0; }
.stage.motion-ready > video { opacity: 1; }
.stage.motion-failed > video { display: none; }
.stage.motion-failed > img { animation: portrait-drift 7s ease-in-out infinite alternate; }
.stage.performing > video, .stage.performing > img { transform: scale(1.045); filter: saturate(1.08); }
.stage.interrupted > video, .stage.interrupted > img { transform: scale(1.015) translateX(-.5%); }
.stage-grain { position: absolute; z-index: 1; inset: 0; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.stage-reticle { position: absolute; z-index: 2; inset: 24px; pointer-events: none; }
.stage-reticle i { position: absolute; width: 38px; height: 38px; border-color: rgba(255,255,255,.42); border-style: solid; }
.stage-reticle i:nth-child(1) { left: 0; top: 0; border-width: 1px 0 0 1px; }
.stage-reticle i:nth-child(2) { right: 0; top: 0; border-width: 1px 1px 0 0; }
.stage-reticle i:nth-child(3) { left: 0; bottom: 0; border-width: 0 0 1px 1px; }
.stage-reticle i:nth-child(4) { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
.listening-pulse { position: absolute; z-index: 4; left: 37px; top: 37px; height: 28px; display: flex; align-items: center; gap: 3px; padding: 0 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 2px; background: rgba(8,7,13,.86); }
.listening-pulse i { width: 2px; height: 7px; border-radius: 2px; background: var(--mint); animation: waveform 1.1s ease-in-out infinite alternate; }
.listening-pulse i:nth-child(2) { animation-delay: -.7s; }.listening-pulse i:nth-child(3) { animation-delay: -.25s; }.listening-pulse i:nth-child(4) { animation-delay: -.55s; }.listening-pulse i:nth-child(5) { animation-delay: -.1s; }
.stage-label { position: absolute; z-index: 5; left: 24px; right: 24px; bottom: 24px; display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 22px; border: 1px solid rgba(255,255,255,.26); border-radius: 2px; background: rgba(8,7,12,.9); }
.stage-label p { margin: 0 0 7px; color: var(--mint); font: 9px/1 var(--mono); letter-spacing: .12em; }
.stage-label h3 { margin: 0; font-size: clamp(30px, 4vw, 53px); line-height: .92; letter-spacing: -.05em; }
.stage-label span { display: block; max-width: 540px; margin-top: 9px; color: rgba(255,255,255,.65); font-size: 12px; }
.stage-label strong { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 9px 11px; border: 1px solid rgba(103,230,207,.4); border-radius: 999px; color: var(--mint); font: 9px/1 var(--mono); letter-spacing: .09em; }
.stage-label strong i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.room-panel { display: flex; flex-direction: column; min-width: 0; padding: 30px; background: var(--panel); }
.room-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--dim); font: 9px/1 var(--mono); letter-spacing: .11em; }
.room-topline strong { color: var(--warning); font-weight: 600; }
.room-copy { padding: 47px 0 40px; }
.room-overline { color: var(--violet-bright) !important; font: 650 10px/1 var(--mono) !important; letter-spacing: .1em; }
.room-copy h3 { margin: 13px 0 18px; font-size: clamp(36px, 4vw, 59px); font-weight: 550; line-height: .95; letter-spacing: -.055em; }
.room-copy > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.state-rail { margin-top: auto; border-top: 1px solid var(--line); }
.state-rail > div { position: relative; display: grid; grid-template-columns: 28px 34px 1fr auto; align-items: center; gap: 8px; min-height: 52px; border-bottom: 1px solid var(--line); color: var(--dim); }
.state-rail i { display: block; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; }
.state-rail span { font: 9px/1 var(--mono); }.state-rail strong { color: #d2ced8; font-size: 13px; }.state-rail small { font: 9px/1 var(--mono); text-transform: uppercase; }
.state-rail .active { color: var(--mint); }.state-rail .active i { background: var(--mint); border-color: var(--mint); }
.room-action { display: flex; justify-content: space-between; align-items: center; min-height: 64px; margin-top: 25px; padding: 0 21px; border: 0; border-radius: 3px; background: var(--violet); color: white; cursor: pointer; font-size: 14px; }
.room-action:hover { background: var(--violet-bright); }.room-action i { font-size: 22px; font-style: normal; }
.room-honesty { margin: 13px 0 0; color: var(--dim); font: 9px/1.5 var(--mono); }

.console-section { padding-top: 120px; }
.director-panel { display: grid; grid-template-columns: minmax(250px, .55fr) minmax(380px, 1fr) minmax(300px, .8fr); gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 5px 5px 0 0; background: var(--panel); }
.session-strip { display: grid; align-content: start; border: 1px solid var(--line); }
.session-strip div { display: grid; gap: 8px; padding: 16px; }.session-strip div + div { border-top: 1px solid var(--line); }
.session-strip span { color: var(--dim); font: 9px/1 var(--mono); letter-spacing: .11em; }.session-strip strong { color: var(--warning); font: 650 11px/1 var(--mono); letter-spacing: .06em; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 8px; }.field.wide { grid-column: 2; grid-row: 1; }
.field > span { display: flex; justify-content: space-between; color: var(--muted); font: 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; outline: 0; background: #0b0910; color: var(--ink); padding: 12px; }
.field select:focus, .field textarea:focus { border-color: var(--violet-bright); }.field textarea { min-height: 105px; resize: vertical; line-height: 1.45; }.field input[type="range"] { width: 100%; accent-color: var(--violet); }
.director-panel .field-grid { grid-column: 3; grid-row: 1 / span 2; }
.director-actions { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-self: end; }
.button { min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); cursor: pointer; font: 650 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.button.primary { border-color: var(--violet); background: var(--violet); }.button.primary:hover { background: var(--violet-bright); }.button.interrupt { border-color: var(--warning); color: var(--warning); }.button:disabled { cursor: not-allowed; opacity: .34; }
.score-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1px; border: 1px solid var(--line); border-top: 0; background: var(--line); }
.timeline-card, .data-card { min-width: 0; min-height: 360px; padding: 25px; background: var(--panel); }
.timeline-card h3, .data-card h3 { margin: 0 0 22px; font: 650 10px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.score-card-head { display: flex; justify-content: space-between; gap: 20px; }.score-card-head p { max-width: 300px; margin: 0; color: var(--dim); font: 9px/1.4 var(--mono); text-align: right; }
.timeline { display: grid; gap: 10px; margin-top: 20px; }.timeline-row { display: grid; grid-template-columns: 96px 1fr 53px; align-items: center; gap: 9px; }
.timeline-row > span { overflow: hidden; color: var(--muted); font: 9px/1 var(--mono); text-overflow: ellipsis; white-space: nowrap; }.track { position: relative; height: 22px; background: #09070d; }.track i { position: absolute; top: 4px; bottom: 4px; min-width: 3px; background: var(--mint); }.timeline-row.audio .track i { background: var(--rose); }.timeline-row.audio-performance .track i { background: var(--warning); }.timeline-row time { color: var(--dim); font: 9px/1 var(--mono); text-align: right; }
.empty { color: var(--dim); font: 10px/1.4 var(--mono); } dl { margin: 0; } dl div { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); } dt { color: var(--dim); font: 9px/1.35 var(--mono); text-transform: uppercase; } dd { margin: 0; overflow-wrap: anywhere; color: #cbc7d0; font: 10px/1.4 var(--mono); }

.principle-section { padding-bottom: 125px; }.principle-section blockquote { max-width: 1100px; margin: 18px 0 75px; font: 400 clamp(43px, 6vw, 88px)/1.03 var(--display); letter-spacing: -.045em; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }.principles article { min-height: 280px; padding: 26px; background: var(--night); }.principles span { color: var(--violet-bright); font: 10px/1 var(--mono); }.principles h3 { margin: 75px 0 12px; font-size: 24px; letter-spacing: -.035em; }.principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.protocol-section { display: grid; grid-template-columns: .4fr 1fr; gap: 9vw; padding: 105px 0 120px; }.protocol-section > div { max-width: 900px; }.protocol-section p { color: #c8c4cd; font-size: 17px; line-height: 1.65; }.protocol-section strong { color: var(--mint); }.protocol-section .legal-note { color: var(--dim); font: 9px/1.5 var(--mono); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 27px 34px; border-top: 1px solid var(--line); color: var(--dim); font: 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: end center; padding: 24px; background: rgba(5,4,9,.82); }
.age-gate.hidden { display: none; }.age-card { width: min(690px, 100%); padding: 30px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; background: #100d17; }.age-card h1 { margin: 0; font-size: clamp(34px, 5vw, 55px); line-height: .95; letter-spacing: -.05em; }.age-card > p:not(.micro-label) { max-width: 570px; margin: 16px 0 0; color: #c9c5ce; line-height: 1.5; }.gate-actions { display: flex; gap: 10px; margin-top: 23px; }.button.quiet { color: var(--muted); }

@keyframes awake-pulse { 50% { opacity: .45; transform: scale(.75); } }
@keyframes tile-breathe { to { transform: scale(1.018) translateY(-1%); filter: brightness(1.08); } }
@keyframes word-swap { 0% { opacity: 1; transform: translateY(0); } 45% { opacity: 0; transform: translateY(-12px); } 55% { opacity: 0; transform: translateY(12px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes waveform { to { height: 19px; } }
@keyframes portrait-drift { to { transform: scale(1.07) translate3d(.5%, -.7%, 0); } }

@media (max-width: 1120px) {
  .topbar { grid-template-columns: auto 1fr auto; }.topbar nav { display: none; }
  .cast-grid { grid-template-columns: repeat(2, 1fr); }.encounter-grid { grid-template-columns: 1fr; }.room-panel { min-height: 630px; }
  .director-panel { grid-template-columns: 1fr 1.2fr; }.director-panel .field-grid { grid-column: 1 / -1; grid-row: auto; }.director-actions { grid-column: 1 / -1; }.field.wide { grid-column: auto; grid-row: auto; }.score-grid { grid-template-columns: 1fr 1fr; }.timeline-card { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .topbar { height: 66px; grid-template-columns: 1fr auto; padding: 0 17px; }.wordmark { font-size: 19px; }.system-status { display: none; }.text-button { font-size: 9px; }
  .alive-hero { min-height: 890px; align-items: end; }.motion-wall { inset: -4% -15% 17%; grid-template-columns: repeat(2, 1fr); gap: 4px; transform: rotate(-1deg) scale(1.04); opacity: .82; }.wall-tile { aspect-ratio: 1; }.motion-wall .wall-tile:nth-child(n+11) { display: none; }.hero-veil { background: linear-gradient(180deg, rgba(5,4,9,.27) 0, rgba(7,5,13,.46) 39%, rgba(6,5,10,.96) 75%); }
  .hero-content { width: calc(100% - 28px); padding: 150px 0 71px; }.hero-kicker { margin-bottom: 15px; font-size: 8px; }.alive-hero h1 { font-size: clamp(47px, 14vw, 67px); line-height: .93; }.hero-intro { margin: 20px auto 21px; font-size: 14px; line-height: 1.48; }.story-entry { padding: 7px; border-radius: 17px; }.story-entry > label { font-size: 8px; }.story-entry > div { grid-template-columns: 1fr; }.story-entry textarea { min-height: 70px; font-size: 15px; }.story-submit { justify-content: center; min-height: 50px; margin: 0; }.hero-proof { justify-content: flex-start; margin: 15px 5px 0; gap: 8px 13px; font-size: 7px; }.hero-proof span:nth-child(3), .hero-proof span:nth-child(4) { display: none; }.hero-scroll { display: none; }
  main { padding: 0 16px; }.cast-section, .encounter-section, .console-section, .principle-section { padding: 78px 0; }.section-head { display: block; margin-bottom: 29px; }.section-head h2, .protocol-section h2 { font-size: 43px; }.section-head > p { margin-top: 16px; text-align: left; }
  .cast-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }.cast-card { aspect-ratio: .82; }.cast-copy { left: 12px; right: 12px; bottom: 12px; }.cast-copy strong { font-size: 24px; }.cast-copy > span { display: none; }.cast-enter { opacity: 1; }
  .encounter-grid { min-height: 0; }.stage { min-height: 600px; }.stage-label { left: 14px; right: 14px; bottom: 14px; display: block; padding: 16px; }.stage-label strong { display: inline-flex; margin-top: 14px; }.stage-label h3 { font-size: 37px; }.room-panel { min-height: 610px; padding: 22px; }.room-copy { padding: 38px 0 30px; }.room-copy h3 { font-size: 43px; }.state-rail small { display: none; }
  .director-panel { grid-template-columns: 1fr; padding: 20px; }.director-panel .field-grid, .director-actions { grid-column: auto; }.field-grid { grid-template-columns: 1fr; }.director-actions { grid-template-columns: 1fr; }.score-grid { grid-template-columns: 1fr; }.timeline-card { grid-column: auto; }.score-card-head { display: block; }.score-card-head p { margin-top: 9px; text-align: left; }
  .principle-section blockquote { margin-bottom: 45px; font-size: 47px; }.principles { grid-template-columns: 1fr; }.principles article { min-height: 230px; }.principles h3 { margin-top: 55px; }
  .protocol-section { grid-template-columns: 1fr; padding: 80px 0; }.protocol-section p { font-size: 15px; } footer { flex-direction: column; padding: 25px 17px; }
  .age-gate { padding: 12px; }.age-card { padding: 24px; }.gate-actions { display: grid; }.age-card h1 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .motion-wall { filter: saturate(.8) brightness(.75); }
}
