:root {
  --black: #080807;
  --bone: #f0eadf;
  --ember: #ff4b2b;
  --gold: #dca46a;
  --muted: #b7b0a7;
  --line: rgba(240, 234, 223, .18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--bone); font-family: var(--sans); }
button, a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--ember); color: #fff; }

.boot {
  position: fixed; inset: 0; z-index: 100; display: grid; place-content: center;
  background: #050504; transition: opacity .8s ease .25s, visibility .8s ease .25s;
}
.boot.done { opacity: 0; visibility: hidden; }
.boot-mark { display: flex; align-items: baseline; gap: 12px; justify-content: center; }
.boot-mark span { font: 400 clamp(60px, 9vw, 120px)/1 var(--display); letter-spacing: -.07em; }
.boot-mark i { font: italic 18px/1 var(--display); color: var(--ember); }
.boot-line { width: min(360px, 70vw); height: 1px; background: #332f2b; margin-top: 28px; overflow: hidden; }
.boot-line b { display: block; height: 100%; width: 0; background: var(--ember); animation: load 1.15s cubic-bezier(.65,0,.2,1) forwards; }
.boot p { margin: 13px 0 0; text-align: center; font: 9px var(--mono); letter-spacing: .22em; color: #77716b; }
@keyframes load { to { width: 100%; } }

.film-grain {
  position: fixed; inset: -50%; z-index: 90; width: 200%; height: 200%; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain .25s steps(2) infinite;
}
@keyframes grain { 0% { transform: translate(0,0); } 25% { transform: translate(-2%,3%); } 50% { transform: translate(3%,-1%); } 75% { transform: translate(-1%,-3%); } 100% { transform: translate(2%,1%); } }
.vignette { position: fixed; inset: 0; z-index: 89; pointer-events: none; box-shadow: inset 0 0 160px rgba(0,0,0,.32); }
.pointer {
  position: fixed; z-index: 95; width: 12px; height: 12px; left: 0; top: 0; border: 1px solid var(--ember); border-radius: 50%;
  transform: translate(-50%,-50%); pointer-events: none; display: grid; place-items: center; mix-blend-mode: difference;
  transition: width .25s, height .25s, background .25s;
}
.pointer span { opacity: 0; font: 8px var(--mono); letter-spacing: .1em; transition: opacity .2s; }
.pointer.hot { width: 58px; height: 58px; background: var(--bone); color: var(--black); border-color: transparent; }
.pointer.hot span { opacity: 1; }

.topbar {
  position: fixed; z-index: 40; top: 0; left: 0; width: 100%; height: 78px; padding: 0 3.6vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(180deg, rgba(5,5,4,.88), rgba(5,5,4,.28));
  backdrop-filter: blur(10px);
}
.logo { display: inline-flex; align-items: baseline; gap: 8px; width: max-content; text-decoration: none; }
.logo strong { font: 400 26px var(--display); letter-spacing: -.06em; }
.logo i { color: var(--ember); font: italic 15px var(--display); }
.top-center { display: flex; align-items: center; gap: 9px; font: 9px var(--mono); letter-spacing: .15em; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 12px var(--ember); animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: .3; } }
.nav-trigger { justify-self: end; border: 0; background: transparent; display: flex; align-items: center; gap: 15px; cursor: pointer; font: 9px var(--mono); letter-spacing: .16em; }
.nav-trigger i { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-style: normal; font-size: 14px; transition: .3s; }
.nav-trigger:hover i { transform: rotate(45deg); background: #fff; color: #000; }

.hero { min-height: 110vh; position: relative; overflow: hidden; background: #090807; isolation: isolate; }
.aurora { position: absolute; border-radius: 50%; filter: blur(75px); opacity: .45; pointer-events: none; }
.a1 { width: 50vw; height: 50vw; left: -18vw; top: 45vh; background: #982a14; }
.a2 { width: 42vw; height: 42vw; right: -15vw; top: -10vh; background: #6f391d; opacity: .25; }
.hero-stage { position: absolute; inset: 0; perspective: 1300px; transform-style: preserve-3d; }
.hero-frame { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 35px 100px rgba(0,0,0,.8); will-change: transform; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.hero-main { z-index: 3; width: min(33vw, 510px); height: min(72vh, 770px); left: 50%; top: 48%; transform: translate(-50%,-50%) rotateY(-2deg) rotateZ(-1deg); clip-path: polygon(3% 0,100% 2%,97% 100%,0 97%); }
.hero-left { z-index: 2; width: min(22vw, 330px); height: min(49vh, 540px); left: 9vw; top: 31vh; transform: rotateY(18deg) rotateZ(-8deg) translateZ(-130px); opacity: .74; }
.hero-right { z-index: 2; width: min(22vw, 330px); height: min(50vh, 550px); right: 8vw; top: 25vh; transform: rotateY(-19deg) rotateZ(7deg) translateZ(-100px); opacity: .7; }
.hero-back { z-index: 1; width: min(18vw, 280px); height: min(38vh, 400px); left: 28vw; top: 17vh; transform: rotateY(12deg) rotateZ(10deg) translateZ(-290px); opacity: .42; filter: blur(2px); }
.light-leak { position: absolute; z-index: 4; width: 38vw; height: 120vh; right: 8vw; top: -25vh; background: linear-gradient(90deg,transparent,#ff6a3d30,#ffb07466,transparent); transform: rotate(19deg); filter: blur(25px); mix-blend-mode: screen; }
.hero-type { position: absolute; z-index: 5; inset: 0; display: flex; flex-direction: column; justify-content: center; pointer-events: none; padding-top: 4vh; }
.hero-kicker { align-self: center; margin-bottom: 2.5vh; font: 9px var(--mono); letter-spacing: .26em; text-shadow: 0 2px 20px #000; }
.hero h1 { margin: 0; display: flex; flex-direction: column; font: 400 clamp(88px, 15vw, 232px)/.69 var(--display); letter-spacing: -.075em; text-align: center; }
.hero h1 span:first-child { align-self: flex-start; margin-left: 4vw; }
.hero h1 .outline { align-self: flex-end; margin-right: 5vw; color: transparent; -webkit-text-stroke: 1.2px var(--bone); text-shadow: 0 12px 40px rgba(0,0,0,.5); }
.hero-note { align-self: flex-end; width: 270px; margin: 5vh 9vw 0 0; font: 10px/1.8 var(--mono); color: #c6bfb4; letter-spacing: .03em; }
.hero-footer { position: absolute; z-index: 6; bottom: 5vh; left: 3.6vw; right: 3.6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; }
.hero-footer>div, .hero-footer>p { display: flex; gap: 25px; margin: 0; font: 8px/1.7 var(--mono); letter-spacing: .15em; color: #aaa198; }
.hero-footer>p { justify-self: end; text-align: right; }
.enter { width: 106px; height: 106px; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); background: rgba(6,6,5,.35); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; cursor: pointer; font: 8px/1.4 var(--mono); letter-spacing: .12em; transition: transform .35s, background .35s; }
.enter i { color: var(--ember); font-style: normal; font-size: 17px; }
.enter:hover { transform: scale(1.09); background: var(--bone); color: var(--black); }

.section-code { margin: 0; font: 9px var(--mono); letter-spacing: .2em; color: var(--ember); }
.manifesto { min-height: 95vh; position: relative; padding: 15vh 6vw 10vh; background: var(--bone); color: #0d0c0a; overflow: hidden; }
.manifesto:after { content: "∞"; position: absolute; right: -5vw; top: -17vh; font: 550px/1 var(--display); color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.08); }
.manifesto-copy { position: relative; z-index: 1; margin-top: 11vh; display: flex; flex-direction: column; font: 400 clamp(55px, 10.2vw, 158px)/.8 var(--display); letter-spacing: -.065em; }
.manifesto-copy span:nth-child(2) { align-self: flex-end; }
.manifesto-copy .warm { color: var(--ember); font-style: italic; align-self: center; }
.manifesto-side { position: absolute; z-index: 2; right: 7vw; bottom: 7vh; max-width: 310px; margin: 0; font: 11px/1.8 var(--mono); color: #57514b; }

.tunnel { height: 720vh; position: relative; background: #050505; }
.tunnel-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; perspective: 1100px; background: radial-gradient(circle at 50% 50%,#26201b 0,#0b0a09 40%,#030303 78%); }
.tunnel-sticky:before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.035) 25%); pointer-events: none; }
.tunnel-stage { position: absolute; inset: 0; perspective: 950px; transform-style: preserve-3d; will-change: transform; }
.memory { position: absolute; left: 50%; top: 50%; width: min(43vw, 600px); height: min(76vh, 790px); padding: 0; border: 0; background: #191716; box-shadow: 0 30px 100px rgba(0,0,0,.9); transform-style: preserve-3d; will-change: transform, opacity, filter; cursor: pointer; }
.memory:after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 0 70px rgba(0,0,0,.18); }
.memory img { width: 100%; height: 100%; object-fit: cover; }
.memory>span { position: absolute; z-index: 2; top: 14px; right: 15px; font: 9px var(--mono); letter-spacing: .1em; color: white; }
.m2,.m5 { width: min(54vw, 760px); height: min(67vh, 690px); }
.m3 { width: min(48vw, 670px); height: min(73vh, 760px); }
.m4 { width: min(57vw, 810px); height: min(70vh, 720px); }
.tunnel-hud { position: absolute; inset: 0; z-index: 8; pointer-events: none; }
.hud-top { position: absolute; left: 3.5vw; right: 3.5vw; top: 98px; display: flex; justify-content: space-between; font: 8px var(--mono); letter-spacing: .16em; color: #8d8881; }
.hud-cross { position: absolute; width: 24px; height: 24px; }
.hud-cross:before,.hud-cross:after { content: ""; position: absolute; background: rgba(255,255,255,.35); }
.hud-cross:before { left: 0; top: 12px; width: 24px; height: 1px; }.hud-cross:after { left: 12px; top: 0; width: 1px; height: 24px; }
.cross-a { left: 3.5vw; top: 50%; }.cross-b { right: 3.5vw; top: 50%; }
.chapter { position: absolute; left: 5.5vw; top: 33%; width: 30vw; text-shadow: 0 5px 28px #000; }
.chapter p,.chapter>span { margin: 0; font: 8px var(--mono); letter-spacing: .18em; color: #9b958d; }
.chapter p span { color: var(--ember); }
.chapter h2 { margin: 19px 0 24px; font: 400 clamp(35px, 4.5vw, 72px)/.91 var(--display); letter-spacing: -.045em; }
.chapter h2 i { color: var(--gold); font-weight: 400; }
.tunnel-progress { position: absolute; left: 3.5vw; bottom: 5vh; width: 30vw; height: 1px; background: rgba(255,255,255,.18); }
.tunnel-progress b { display: block; width: 0; height: 2px; background: var(--ember); box-shadow: 0 0 10px var(--ember); }
.tunnel-counter { position: absolute; right: 4vw; bottom: 4vh; display: flex; align-items: baseline; gap: 8px; font-family: var(--display); }
.tunnel-counter strong { font-size: 84px; font-weight: 400; letter-spacing: -.08em; }.tunnel-counter span { font: 10px var(--mono); color: #8b857f; }
.depth-label { position: absolute; right: 4vw; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; margin: 0; font: 8px var(--mono); letter-spacing: .18em; color: #8c8780; }
.tunnel-flash { position: absolute; inset: 0; z-index: 7; background: #fff; opacity: 0; pointer-events: none; mix-blend-mode: overlay; }

.interlude { min-height: 125vh; position: relative; display: flex; align-items: center; overflow: hidden; background: #c3442c; color: #100b09; }
.interlude-photo { position: absolute; left: 11vw; top: 9vh; width: 43vw; height: 106vh; transform: rotate(-3deg); overflow: hidden; box-shadow: 30px 40px 90px rgba(61,8,0,.38); clip-path: polygon(4% 0,100% 2%,96% 100%,0 97%); }
.interlude-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.interlude-lines { position: absolute; inset: 0; pointer-events: none; }
.interlude-lines span { position: absolute; height: 1px; width: 72vw; right: -20vw; background: rgba(20,7,4,.28); transform: rotate(-24deg); }.interlude-lines span:nth-child(1){top:25%}.interlude-lines span:nth-child(2){top:48%}.interlude-lines span:nth-child(3){top:72%}
.interlude-copy { position: relative; z-index: 2; margin-left: 49vw; width: 50vw; padding-right: 5vw; }
.interlude-copy .section-code { color: #32120c; }
.interlude h2 { margin: 30px 0; font: 400 clamp(58px, 8.2vw, 130px)/.79 var(--display); letter-spacing: -.07em; }
.interlude h2 i { color: var(--bone); font-weight: 400; }
.interlude-copy>p:last-child { max-width: 340px; margin-left: auto; font: 11px/1.9 var(--mono); }

.orbit-section { min-height: 120vh; position: relative; overflow: hidden; background: #0a0908; }
.orbit-section:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 46%,#5a211868,transparent 36%); }
.orbit-head { position: relative; z-index: 4; width: 38vw; padding: 16vh 0 0 6vw; }
.orbit-head h2 { margin: 27px 0; font: 400 clamp(58px, 8vw, 124px)/.75 var(--display); letter-spacing: -.06em; }.orbit-head h2 i { color: var(--ember); font-weight: 400; }
.orbit-head>p:last-child { width: 230px; font: 10px/1.8 var(--mono); color: #8e8780; }
.orbit-wrap { position: absolute; right: -6vw; top: 7vh; width: 70vw; height: 105vh; perspective: 1200px; cursor: grab; touch-action: pan-y; }
.orbit-wrap:active { cursor: grabbing; }
.orbit { position: absolute; left: 50%; top: 50%; width: 1px; height: 1px; transform-style: preserve-3d; will-change: transform; }
.orbit button { position: absolute; left: 0; top: 0; width: clamp(160px,18vw,280px); height: clamp(240px,28vw,410px); padding: 0; border: 1px solid rgba(255,255,255,.2); background: #222; box-shadow: 0 25px 70px #000c; overflow: hidden; cursor: pointer; backface-visibility: hidden; }
.orbit button img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: transform .7s; }.orbit button:hover img { transform: scale(1.05); }
.drag-ring { position: absolute; left: 50%; top: 50%; width: 94px; height: 94px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; pointer-events: none; }
.drag-ring:after { content: "↔"; position: absolute; color: var(--ember); font-size: 20px; }.drag-ring span { position: absolute; top: -17px; font: 8px var(--mono); letter-spacing: .15em; color: #89837d; }

.client-portal { min-height: 115vh; position: relative; overflow: hidden; background: var(--bone); color: #0c0b09; display: grid; grid-template-columns: 49% 51%; }
.portal-media { position: relative; height: 100%; min-height: 115vh; overflow: hidden; }
.portal-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 60%,var(--bone)); }
.portal-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.portal-scan { position: absolute; left: 0; width: 100%; height: 3px; top: 0; z-index: 2; background: var(--ember); box-shadow: 0 0 30px 8px #ff4b2b88; animation: scan 5s ease-in-out infinite; }
@keyframes scan { 0%,100% { top: 5%; opacity: .3; } 50% { top: 95%; opacity: .9; } }
.portal-content { position: relative; z-index: 2; align-self: center; padding: 12vh 7vw 14vh 3vw; }
.portal-content h2 { margin: 32px 0; font: 400 clamp(58px,8vw,124px)/.78 var(--display); letter-spacing: -.07em; }.portal-content h2 i { color: var(--ember); font-weight: 400; }
.portal-content>p:not(.section-code) { max-width: 390px; font: 11px/1.9 var(--mono); color: #554e47; }
.portal-cta { margin-top: 55px; width: 190px; height: 190px; border: 1px solid #17120e; border-radius: 50%; background: #0d0b09; color: var(--bone); display: grid; place-content: center; gap: 12px; cursor: pointer; font: 9px var(--mono); letter-spacing: .12em; transition: transform .4s, background .4s; }.portal-cta i { font-style: normal; color: var(--ember); font-size: 26px; }.portal-cta:hover { transform: rotate(-8deg) scale(1.07); background: var(--ember); }.portal-cta:hover i { color: #111; }
.portal-marquee { position: absolute; z-index: 4; bottom: 0; left: 0; display: flex; width: max-content; padding: 14px 0; border-top: 1px solid #1a130f; border-bottom: 1px solid #1a130f; font: 11px var(--mono); letter-spacing: .18em; animation: marquee 17s linear infinite; }.portal-marquee span { white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

footer { min-height: 260px; padding: 5vh 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; background: #070706; }
.footer-logo { align-self: center; font: 400 clamp(80px,14vw,210px)/1 var(--display); letter-spacing: -.08em; text-decoration: none; }
footer>p { align-self: center; justify-self: center; margin: 0; font: 8px var(--mono); letter-spacing: .2em; color: #77716b; }
footer>div { display: flex; justify-content: flex-end; gap: 35px; font: 8px var(--mono); letter-spacing: .12em; color: #77716b; } footer>div a { text-decoration: none; color: var(--bone); }

.viewer { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .45s, visibility .45s; }
.viewer.open { opacity: 1; visibility: visible; }
.viewer-bg { position: absolute; inset: -40px; background-position: center; background-size: cover; filter: blur(35px) brightness(.17); transform: scale(1.1); }
.viewer figure { position: relative; z-index: 2; margin: 0; max-width: 82vw; max-height: 86vh; }
.viewer figure img { width: auto; height: 78vh; max-width: 82vw; object-fit: contain; box-shadow: 0 25px 90px #000; }
.viewer figcaption { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; font: 9px var(--mono); letter-spacing: .13em; }.viewer figcaption i { color: #afa89f; font-style: normal; }
.viewer button { position: absolute; z-index: 3; border: 0; background: transparent; cursor: pointer; }
.viewer-close { right: 3vw; top: 3vh; display: flex; align-items: center; gap: 12px; font: 9px var(--mono)!important; letter-spacing: .12em; }.viewer-close span { font-size: 28px; }
.viewer-prev,.viewer-next { top: 50%; font-size: 26px; }.viewer-prev { left: 4vw; }.viewer-next { right: 4vw; }

.upload-panel { position: fixed; z-index: 120; inset: 0; background: #0a0908; display: grid; grid-template-columns: 42% 58%; opacity: 0; visibility: hidden; transform: translateY(4%); transition: opacity .45s, visibility .45s, transform .65s cubic-bezier(.2,.8,.2,1); }
.upload-panel.open { opacity: 1; visibility: visible; transform: none; }
.upload-visual { overflow: hidden; }.upload-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.5) brightness(.65); }
.upload-content { position: relative; padding: 10vh 8vw; overflow-y: auto; }
.upload-close { position: absolute; right: 4vw; top: 4vh; border: 0; background: none; font-size: 31px; cursor: pointer; }
.upload-content h2 { margin: 30px 0 5vh; font: 400 clamp(52px,6vw,100px)/.82 var(--display); letter-spacing: -.06em; }.upload-content h2 i { color: var(--ember); font-weight: 400; }
.dropzone { height: 210px; max-width: 620px; border: 1px dashed #5f5951; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; cursor: pointer; background: rgba(255,255,255,.02); transition: background .3s, border-color .3s; }.dropzone:hover,.dropzone.drag { background: rgba(255,75,43,.08); border-color: var(--ember); }
.drop-plus { color: var(--ember); font: 40px var(--display); }.dropzone strong { font: 9px var(--mono); letter-spacing: .16em; }.dropzone small { color: #706a63; font: 8px var(--mono); letter-spacing: .12em; }
.selection { max-width: 620px; margin-top: 20px; display: flex; align-items: center; gap: 18px; font: 8px var(--mono); letter-spacing: .13em; color: #8c857d; }.selection b { height: 1px; flex: 1; background: #3c3834; }
.upload-note { max-width: 490px; margin-top: 30px; font: 9px/1.8 var(--mono); color: #706a63; }

@media (max-width: 800px) {
  .film-grain { animation: none; opacity: .035; }.pointer { display: none; }.top-center { display: none; }
  .topbar { height: 66px; grid-template-columns: 1fr 1fr; padding: 0 5vw; }
  .hero { min-height: 100svh; }.hero-main { width: 67vw; height: 63svh; top: 48%; }.hero-left { width: 32vw; height: 38svh; left: -8vw; top: 33svh; }.hero-right { width: 32vw; height: 38svh; right: -9vw; top: 29svh; }.hero-back { display: none; }
  .hero-kicker { margin-bottom: 3vh; font-size: 7px; }.hero h1 { font-size: 22vw; line-height: .77; }.hero h1 span:first-child { margin-left: 2vw; }.hero h1 .outline { margin-right: 3vw; }
  .hero-note { width: 230px; margin: 4vh auto 0; text-align: center; font-size: 8px; }.hero-footer { grid-template-columns: 1fr auto; }.hero-footer>p { display: none; }.hero-footer>div { flex-direction: column; gap: 5px; }.enter { width: 88px; height: 88px; }
  .manifesto { min-height: 80vh; padding: 13vh 6vw 10vh; }.manifesto-copy { margin-top: 12vh; font-size: 14vw; line-height: .87; }.manifesto-side { position: relative; right: auto; bottom: auto; margin: 10vh 0 0 auto; width: 68vw; font-size: 9px; }
  .tunnel { height: 620vh; }.memory,.m2,.m3,.m4,.m5 { width: 70vw; height: 58svh; }.chapter { left: 6vw; top: 18%; width: 75vw; }.chapter h2 { font-size: 10vw; }.hud-top { top: 82px; }.hud-top span:last-child { display: none; }.tunnel-counter strong { font-size: 54px; }.tunnel-progress { width: 48vw; }.depth-label,.cross-a,.cross-b { display: none; }
  .interlude { min-height: 110svh; align-items: end; }.interlude-photo { left: 7vw; top: 7vh; width: 86vw; height: 68svh; }.interlude-copy { margin: 0; width: 100%; padding: 0 6vw 8vh; text-shadow: 0 4px 20px rgba(0,0,0,.2); }.interlude h2 { font-size: 15vw; }.interlude-copy>p:last-child { margin-left: 0; width: 75vw; }
  .orbit-section { min-height: 105svh; }.orbit-head { width: 100%; padding: 12vh 6vw 0; }.orbit-head h2 { font-size: 15vw; }.orbit-wrap { right: -25vw; top: 25vh; width: 120vw; height: 80svh; }.orbit button { width: 150px; height: 230px; }
  .client-portal { min-height: 120svh; display: block; }.portal-media { min-height: 56svh; height: 56svh; }.portal-media:after { background: linear-gradient(0deg,var(--bone),transparent 45%); }.portal-content { padding: 2vh 7vw 14vh; }.portal-content h2 { font-size: 15vw; }.portal-cta { width: 150px; height: 150px; margin-top: 35px; }
  footer { min-height: 220px; grid-template-columns: 1fr; gap: 20px; align-content: center; }.footer-logo { font-size: 31vw; }.footer-logo,footer>p,footer>div { justify-self: start; align-self: auto; }.footer-logo { line-height: .7; } footer>div { justify-content: flex-start; }
  .viewer figure img { height: auto; max-height: 72svh; }.viewer-prev,.viewer-next { top: auto; bottom: 4vh; }.viewer-prev { left: 31vw; }.viewer-next { right: 31vw; }.viewer-close { top: 2vh; }
  .upload-panel { display: block; overflow-y: auto; }.upload-visual { position: absolute; inset: 0; opacity: .15; }.upload-content { min-height: 100svh; padding: 12vh 7vw; }.upload-content h2 { font-size: 14vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *,*:before,*:after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .film-grain { animation: none; }.hero-frame { will-change: auto; }
}

/* RR Studio: cinematic typography with practical readability. */
.boot-mark span,
.logo strong,
.hero h1,
.manifesto-copy,
.chapter h2,
.tunnel-counter strong,
.interlude h2,
.orbit-head h2,
.portal-content h2,
.footer-logo,
.upload-content h2 {
  font-weight: 600;
  letter-spacing: -.045em;
}

.hero h1 {
  line-height: .76;
  text-shadow: 0 10px 45px rgba(0,0,0,.72);
}

.hero h1 .outline {
  color: var(--bone);
  -webkit-text-stroke: 0;
  text-shadow: 0 10px 45px rgba(0,0,0,.78);
}

.boot p,
.top-center,
.nav-trigger,
.hero-kicker,
.hero-footer > div,
.hero-footer > p,
.enter,
.section-code,
.memory > span,
.hud-top,
.chapter p,
.chapter > span,
.depth-label,
.drag-ring span,
.portal-cta,
footer > p,
footer > div,
.viewer figcaption,
.viewer-close,
.dropzone strong,
.dropzone small,
.selection,
.upload-note {
  font-size: 10px;
}

.hero-note,
.manifesto-side,
.interlude-copy > p:last-child,
.orbit-head > p:last-child,
.portal-content > p:not(.section-code) {
  font-size: 12px;
  line-height: 1.85;
}

.boot p,
.hero-footer > div,
.hero-footer > p,
.hud-top,
.chapter p,
.chapter > span,
.depth-label,
.drag-ring span,
footer > p,
footer > div,
.dropzone small,
.selection,
.upload-note {
  color: #b7afa6;
}

@media (max-width: 800px) {
  .hero-kicker { font-size: 9px; }
  .hero h1 { line-height: .82; letter-spacing: -.035em; }
  .hero-note { font-size: 11px; line-height: 1.75; }
  .manifesto-side { font-size: 11px; }
}
