:root {
  --ink: #090a0a;
  --black: #050606;
  --panel: #101212;
  --bone: #f0eee7;
  --paper: #f7f5ef;
  --muted: #a6a49e;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(9,10,10,.18);
  --blue: #5e80ff;
  --cyan: #63e6dd;
  --copper: #d89a62;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --mono: "Roboto Mono", ui-monospace, monospace;
  --pad: clamp(1.25rem, 4.2vw, 5.5rem);
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--black); color: var(--bone); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.is-still .film-runway { display: none; }
body.is-still .still-story { display: grid; }
body.is-still .motion-label::after { content: "Still"; }
body.is-still .motion-label { font-size: 0; }
body.is-still .motion-label::after { font-size: .68rem; }
body.is-still .motion-dot { background: transparent; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--blue); color: white; }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; transform: translateY(-150%); padding: .75rem 1rem; background: var(--bone); color: var(--ink); font-size: .8rem; border-radius: 2px; }
.skip-link:focus { transform: none; }
.page-progress { position: fixed; z-index: 500; inset: 0 0 auto; height: 2px; background: rgba(255,255,255,.06); }
.page-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue), var(--cyan)); }

.site-header { position: fixed; z-index: 300; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; padding: 0 var(--pad); border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, min-height .35s ease; }
.site-header.is-condensed { min-height: 64px; background: rgba(5,6,6,.78); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px) saturate(130%); }
.wordmark { display: inline-flex; width: max-content; min-height: 44px; align-items: center; gap: .52rem; font-size: .78rem; letter-spacing: -.035em; }
.wordmark span { font-weight: 600; }
.wordmark i { width: 1px; height: 1.1em; background: currentColor; opacity: .36; }
.wordmark em { font-family: var(--serif); font-size: 1.04em; font-weight: 300; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.8rem); font-size: .68rem; font-weight: 500; }
.site-nav a, .site-footer a, .founder-links a { position: relative; }
.site-nav a::after, .site-footer div a::after, .founder-links a::after { content: ""; position: absolute; inset: auto 0 -.35rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-footer div a:hover::after, .founder-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; padding: .2rem .2rem .2rem 1.15rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .67rem; font-weight: 500; }
.header-cta span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--bone); color: var(--ink); transition: transform .25s ease; }
.header-cta:hover span { transform: rotate(45deg); }

.film-runway { position: relative; height: 620svh; background: var(--black); }
.film-stage { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 50% 45%, #11142a 0, #08090d 35%, #050606 70%); }
#decision-field { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; }
.film-wash { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 50% 38%, transparent 0 24%, rgba(5,6,6,.1) 45%, rgba(5,6,6,.7) 100%), linear-gradient(90deg, rgba(5,6,6,.3), transparent 25% 75%, rgba(5,6,6,.3)); pointer-events: none; }
.film-grain, .closing-grain { position: absolute; z-index: -1; inset: 0; opacity: .045; pointer-events: none; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.film-meta { position: absolute; z-index: 4; top: 102px; right: var(--pad); display: flex; align-items: center; gap: 1rem; font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.film-meta span:first-child { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.film-scenes, .film-scene { position: absolute; inset: 0; }
.film-scene { display: flex; align-items: center; padding: 112px var(--pad) 80px; opacity: var(--scene-opacity, 0); visibility: hidden; transform: translate3d(0, var(--scene-y, 22px), 0); pointer-events: none; will-change: transform, opacity; }
.film-scene.is-active { visibility: visible; pointer-events: auto; }
.scene-copy { width: min(820px, 64vw); }
.film-scene--hero .scene-copy { margin: auto; width: min(1040px, 84vw); text-align: center; }
.film-scene--right { justify-content: flex-end; }
.film-scene--right .scene-copy { width: min(650px, 47vw); }
.film-scene--left .scene-copy { width: min(650px, 48vw); }
.film-scene--final .scene-copy { margin: auto; width: min(880px, 80vw); text-align: center; }
.eyebrow { margin: 0 0 1.25rem; font-family: var(--mono); font-size: clamp(.58rem, .8vw, .7rem); font-weight: 500; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; color: currentColor; opacity: .56; }
.film-scene h1, .film-scene h2, .still-title, .section-heading h2, .engagement-intro h2, .founder-copy h2, .closing-copy h2 { margin: 0; letter-spacing: -.065em; font-weight: 400; line-height: .92; }
.film-scene h1 { font-size: clamp(3.55rem, 8.2vw, 9.4rem); }
.film-scene h2 { font-size: clamp(3.4rem, 6.4vw, 7.7rem); }
.film-scene[data-scene="3"] h2 { font-size: clamp(3.2rem, 5.7vw, 6.6rem); }
.film-scene h1 span, .film-scene h2 span, .still-title span, .section-heading h2 span, .engagement-intro h2 span, .founder-copy h2 span, .closing-copy h2 span { display: block; font-family: var(--serif); font-weight: 300; color: rgba(240,238,231,.5); }
.film-scene p:not(.eyebrow) { max-width: 620px; margin: 2rem 0 0; color: rgba(240,238,231,.66); font-size: clamp(.93rem, 1.2vw, 1.12rem); line-height: 1.65; }
.film-scene--hero .scene-lede, .film-scene--final p { margin-inline: auto; }
.scene-actions { display: flex; justify-content: center; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.6rem; min-height: 52px; padding: 0 .42rem 0 1.25rem; border: 1px solid; border-radius: 999px; font-size: .72rem; font-weight: 600; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: rotate(45deg); }
.button--light { border-color: rgba(255,255,255,.32); color: var(--bone); }
.button--light span { background: var(--bone); color: var(--ink); }
.button--light:hover { background: rgba(255,255,255,.06); }
.button--dark { border-color: rgba(9,10,10,.35); color: var(--ink); }
.button--dark span { background: var(--ink); color: var(--bone); }
.button--dark:hover { background: rgba(9,10,10,.06); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; margin-top: 2rem; font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.scene-actions .text-link { margin-top: 0; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateY(3px); }
.scene-proof { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.scene-proof span { padding: .72rem .9rem; border: 1px solid rgba(255,255,255,.15); border-radius: 2px; background: rgba(5,6,6,.25); backdrop-filter: blur(8px); font-family: var(--mono); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.film-controls { position: absolute; z-index: 7; left: var(--pad); bottom: 28px; display: flex; align-items: center; gap: 1.5rem; }
.motion-toggle { display: flex; align-items: center; gap: .58rem; min-width: 90px; min-height: 42px; padding: 0 .8rem; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(5,6,6,.3); color: rgba(255,255,255,.62); cursor: pointer; font-family: var(--mono); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.motion-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.motion-toggle:disabled { cursor: not-allowed; opacity: .45; }
.chapter-rail { display: flex; gap: 5px; }
.chapter-tick { width: 19px; height: 2px; background: rgba(255,255,255,.18); transition: width .35s ease, background .35s ease; }
.chapter-tick.is-active { width: 38px; background: rgba(255,255,255,.8); }
.scroll-cue { position: absolute; z-index: 7; right: var(--pad); bottom: 34px; display: flex; align-items: center; gap: .8rem; font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.48); }
.scroll-cue i { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; left: 50%; top: 9px; width: 1px; height: 12px; background: currentColor; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: translate(-50%,0); opacity: .25; } 50% { transform: translate(-50%,5px); opacity: .9; } }

.still-story { display: none; min-height: 100svh; padding: 9rem var(--pad) 5rem; background: var(--black); }
.still-motion-toggle { position: fixed; z-index: 240; left: var(--pad); bottom: 1.2rem; background: rgba(5,6,6,.78); backdrop-filter: blur(14px); }
.still-intro { max-width: 900px; }
.still-title { font-size: clamp(3.5rem, 9vw, 8rem); }
.still-intro p:last-child { max-width: 620px; color: rgba(255,255,255,.6); line-height: 1.7; }
.still-grid { align-self: end; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); margin-top: 5rem; }
.still-grid article { min-height: 240px; padding: 1.4rem; background: var(--black); }
.still-grid b { font-family: var(--mono); font-size: .65rem; color: var(--cyan); }
.still-grid h2 { margin: 5rem 0 .75rem; font-size: 1.2rem; }
.still-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: .82rem; line-height: 1.6; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--bone); color: var(--ink); border-bottom: 1px solid var(--line-light); }
.proof-item { min-height: 210px; padding: 2.1rem var(--pad); border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { font-size: clamp(2.8rem, 5.8vw, 6.2rem); font-weight: 400; letter-spacing: -.075em; line-height: 1; }
.proof-item span { font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; line-height: 1.55; text-transform: uppercase; opacity: .62; }

.section { padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.work-section { background: var(--bone); color: var(--ink); }
.section-heading { max-width: var(--max); margin: 0 auto clamp(4rem, 8vw, 8rem); }
.section-heading h2, .engagement-intro h2, .founder-copy h2 { max-width: 1050px; font-size: clamp(3.2rem, 7.2vw, 8rem); }
.section-heading h2 span, .engagement-intro h2 span, .founder-copy h2 span { color: rgba(9,10,10,.43); }
.section-deck { max-width: 590px; margin: 2.3rem 0 0 auto; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; color: rgba(9,10,10,.67); }
.case-frame { max-width: var(--max); min-height: 670px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(340px,.7fr); background: var(--ink); color: var(--bone); overflow: hidden; }
.case-visual { position: relative; min-height: 670px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 50% 48%, rgba(94,128,255,.18), transparent 36%), linear-gradient(145deg,#101219,#080909); perspective: 1000px; isolation: isolate; }
.case-grid { position: absolute; inset: -20%; opacity: .24; transform: rotateX(64deg) translateY(28%); background-image: linear-gradient(rgba(117,151,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(117,151,255,.45) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at center, black 10%, transparent 62%); }
#enclosure-cinematic { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .8s ease; }
.case-visual.has-model #enclosure-cinematic { opacity: 1; }
.case-poster { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .86; filter: saturate(.78) contrast(1.08); transition: opacity .65s ease; }
.case-visual.has-model .case-poster { opacity: 0; }
.case-vignette { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: radial-gradient(circle at 51% 47%, transparent 25%, rgba(4,5,7,.08) 58%, rgba(4,5,7,.72) 112%), linear-gradient(180deg, rgba(5,6,8,.22), transparent 24%, transparent 72%, rgba(5,6,8,.45)); }
.model-shell { position: absolute; left: 50%; top: 48%; width: min(30vw, 330px); aspect-ratio: 1.15; transform: translate(-50%,-50%) rotateX(-17deg) rotateY(32deg); transform-style: preserve-3d; animation: model-float 7s ease-in-out infinite; }
.model-shell--fallback { z-index: 1; transition: opacity .45s ease; }
.case-visual.has-model .model-shell--fallback { opacity: 0; }
.model-shell i { position: absolute; inset: 0; border: 1px solid rgba(133,164,255,.72); background: rgba(66,94,177,.035); box-shadow: inset 0 0 45px rgba(94,128,255,.05); }
.model-shell i:nth-child(1) { transform: translateZ(72px); }
.model-shell i:nth-child(2) { transform: translateZ(-72px); }
.model-shell i:nth-child(3) { transform: rotateY(90deg) translateZ(72px); }
.model-shell i:nth-child(4) { transform: rotateY(-90deg) translateZ(72px); }
.model-shell i:nth-child(5) { transform: rotateX(90deg) translateZ(72px); }
.model-shell i:nth-child(6) { transform: rotateX(-90deg) translateZ(72px); }
@keyframes model-float { 0%,100% { transform: translate(-50%,-50%) rotateX(-17deg) rotateY(32deg); } 50% { transform: translate(-50%,-53%) rotateX(-11deg) rotateY(42deg); } }
.case-readout { position: absolute; z-index: 4; left: 2rem; padding-left: 1rem; border-left: 1px solid var(--blue); font-family: var(--mono); font-size: .6rem; line-height: 1.65; color: rgba(255,255,255,.56); text-transform: uppercase; pointer-events: none; }
.case-readout span { display: block; color: var(--cyan); }
.case-readout--top { top: 2rem; }
.case-readout--bottom { bottom: 2rem; }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,5.5rem); }
.case-kicker { margin: 0 0 1.5rem; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); }
.case-copy h3 { margin: 0; font-size: clamp(2.2rem,3.5vw,4.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.055em; }
.case-copy > p:not(.case-kicker) { margin: 1.8rem 0 3rem; color: rgba(255,255,255,.58); font-size: .92rem; line-height: 1.72; }
.case-copy dl { margin: 0; }
.case-copy dl div { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.case-copy dt { font-family: var(--mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.38); }
.case-copy dd { margin: .45rem 0 0; font-size: .86rem; }
.work-companion { max-width: var(--max); min-height: 114px; margin: 1px auto 0; display: grid; grid-template-columns: .42fr 1fr auto; align-items: center; gap: 2rem; padding: 1.5rem 2rem; background: #171919; color: var(--bone); }
.work-companion span { font-family: var(--mono); font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; color: var(--cyan); }
.work-companion strong { font-size: clamp(1.05rem,1.7vw,1.65rem); font-weight: 400; letter-spacing: -.035em; }
.work-companion i { font-style: normal; font-size: 1.1rem; transition: transform .25s ease; }
.work-companion:hover i { transform: rotate(45deg); }

.engagement-section { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); gap: clamp(3rem,8vw,10rem); background: #6f83ef; color: var(--ink); }
.engagement-intro { max-width: 920px; }
.engagement-intro h2 { font-size: clamp(3.1rem,6.2vw,7rem); }
.engagement-intro > p:not(.eyebrow) { max-width: 630px; margin: 2rem 0; line-height: 1.7; color: rgba(9,10,10,.67); }
.section-inline-link { display: inline-flex; min-height: 44px; align-items: center; gap: .65rem; margin: 1.2rem 0 0 1.2rem; font-family: var(--mono); font-size: .61rem; letter-spacing: .06em; text-transform: uppercase; }
.section-inline-link span { transition: transform .25s ease; }
.section-inline-link:hover span { transform: translateX(4px); }
.section-inline-link--light { margin-left: 0; color: rgba(255,255,255,.72); }
.operating-path { margin: 0; padding: 0; list-style: none; align-self: end; border-top: 1px solid rgba(9,10,10,.34); }
.operating-path li { display: grid; grid-template-columns: 50px 1fr; gap: 1.4rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(9,10,10,.34); }
.operating-path li > span { font-family: var(--mono); font-size: .62rem; }
.operating-path h3 { margin: 0 0 .6rem; font-size: 1.25rem; font-weight: 500; letter-spacing: -.03em; }
.operating-path p { margin: 0; max-width: 460px; color: rgba(9,10,10,.62); font-size: .84rem; line-height: 1.65; }

.companies-section { background: #0a0b0b; }
.section-heading--split { display: grid; grid-template-columns: 1.5fr .5fr; gap: 4rem; align-items: end; }
.section-heading--split h2 { font-size: clamp(3.2rem,6.5vw,7rem); }
.section-heading--split > p, .section-heading--split > div > p { margin: 0; color: rgba(255,255,255,.52); font-size: .86rem; line-height: 1.72; }
.company-list { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(1.2rem,2vw,2.4rem); }
.company-card { grid-column: span 4; min-width: 0; }
.company-image { aspect-ratio: 1.5; overflow: hidden; background: #171818; }
.company-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); filter: saturate(.78) contrast(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.company-card:hover .company-image img { transform: scale(1.045); filter: saturate(1) contrast(1); }
.company-meta { display: flex; justify-content: space-between; margin-top: 1.25rem; color: rgba(255,255,255,.43); font-family: var(--mono); font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.company-meta i { font-style: normal; font-size: .8rem; transition: transform .25s ease, color .25s ease; }
.company-card:hover .company-meta i { transform: rotate(45deg); color: white; }
.company-card h3 { margin: 1.6rem 0 .7rem; font-size: clamp(1.65rem,2.1vw,2.6rem); font-weight: 400; letter-spacing: -.05em; }
.company-card p { margin: 0; max-width: 390px; color: rgba(255,255,255,.47); font-size: .82rem; line-height: 1.65; }

.founder-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem,9vw,12rem); align-items: center; background: var(--bone); color: var(--ink); }
.founder-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(9,10,10,.18); overflow: hidden; background: radial-gradient(circle, rgba(94,128,255,.15), transparent 56%); }
.founder-mark > span { font-family: var(--serif); font-size: clamp(8rem,24vw,25rem); font-weight: 300; line-height: 1; transform: translateY(.04em); }
.founder-orbit { position: absolute; inset: 11%; border: 1px solid rgba(9,10,10,.22); border-radius: 50%; animation: orbit 18s linear infinite; }
.founder-orbit::before, .founder-orbit::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(9,10,10,.15); border-radius: 50%; }
.founder-orbit::after { inset: 37%; }
.founder-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.founder-orbit i:nth-child(1) { top: -4px; left: 50%; }
.founder-orbit i:nth-child(2) { right: -4px; top: 50%; background: var(--blue); }
.founder-orbit i:nth-child(3) { bottom: -4px; left: 50%; }
.founder-orbit i:nth-child(4) { left: -4px; top: 50%; background: var(--copper); }
@keyframes orbit { to { transform: rotate(360deg); } }
.founder-copy > p:not(.eyebrow) { max-width: 700px; margin: 2rem 0; color: rgba(9,10,10,.68); font-size: clamp(.95rem,1.2vw,1.12rem); line-height: 1.75; }
.founder-links { display: flex; flex-wrap: wrap; gap: 1.6rem; padding-top: 1.2rem; border-top: 1px solid rgba(9,10,10,.2); font-family: var(--mono); font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; }
.founder-links a, .profile-brief a, .site-footer > div a { display: inline-flex; min-height: 44px; align-items: center; }

.closing-section { position: relative; min-height: 92svh; display: grid; place-items: center; overflow: hidden; background: var(--black); }
#closing-field { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-copy { position: relative; z-index: 2; width: min(900px, calc(100% - 2 * var(--pad))); text-align: center; }
.closing-copy h2 { font-size: clamp(4.5rem,11vw,12rem); }
.closing-copy p:not(.eyebrow) { max-width: 570px; margin: 1.8rem auto; color: rgba(255,255,255,.56); line-height: 1.7; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: start; padding: 3.2rem var(--pad) 2rem; border-top: 1px solid rgba(255,255,255,.12); background: var(--black); color: rgba(255,255,255,.62); }
.site-footer > p { margin: 0; font-family: var(--mono); font-size: .58rem; line-height: 1.7; text-transform: uppercase; }
.site-footer > div { display: flex; gap: 1.4rem; font-size: .68rem; }
.site-footer small { grid-column: 1/-1; margin-top: 3rem; font-family: var(--mono); font-size: .55rem; color: rgba(255,255,255,.28); }

/* Founder profile */
.about-page { background: var(--black); }
.profile-hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; padding: 9rem var(--pad) 4rem; background: var(--black); }
.profile-index { position: absolute; left: var(--pad); right: var(--pad); top: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; font-family: var(--mono); font-size: .58rem; letter-spacing: .09em; color: rgba(255,255,255,.44); }
.profile-index i { height: 1px; background: rgba(255,255,255,.17); }
.profile-title { position: relative; z-index: 2; }
.profile-title h1 { margin: 0; font-size: clamp(5.4rem,14.2vw,16rem); font-weight: 400; letter-spacing: -.085em; line-height: .7; }
.profile-title h1 span { font-family: var(--serif); font-weight: 300; color: rgba(240,238,231,.45); }
.profile-brief { position: relative; z-index: 2; align-self: end; justify-self: end; max-width: 390px; padding-bottom: 1rem; }
.profile-brief > p { margin: 0 0 2rem; font-size: clamp(1.2rem,2.1vw,2rem); letter-spacing: -.045em; line-height: 1.22; }
.profile-brief > div { display: flex; gap: 1.5rem; font-family: var(--mono); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.profile-field { position: absolute; left: 56%; top: 46%; width: min(44vw,650px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(94,128,255,.3); border-radius: 50%; box-shadow: 0 0 180px rgba(94,128,255,.12); }
.profile-field::before, .profile-field::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.profile-field::before { inset: 13%; }
.profile-field::after { inset: 32%; }
.profile-field i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px currentColor; }
.profile-field i:nth-child(1) { left: 50%; top: -4px; }
.profile-field i:nth-child(2) { right: 4%; top: 27%; background: var(--blue); }
.profile-field i:nth-child(3) { right: 14%; bottom: 16%; background: var(--copper); }
.profile-field i:nth-child(4) { left: 28%; bottom: 4%; }
.profile-field i:nth-child(5) { left: -4px; top: 49%; background: var(--blue); }
.profile-field i:nth-child(6) { left: 17%; top: 15%; background: var(--copper); }
.profile-story { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(4rem,11vw,14rem); padding: clamp(7rem,13vw,13rem) var(--pad); background: var(--bone); color: var(--ink); }
.profile-aside { max-width: 270px; }
.profile-aside span { display: block; font-size: .92rem; line-height: 1.7; color: rgba(9,10,10,.6); }
.profile-narrative { max-width: 940px; }
.profile-narrative h2, .record-heading h2, .profile-close h2 { margin: 0 0 3rem; font-size: clamp(3.3rem,7vw,8rem); font-weight: 400; letter-spacing: -.07em; line-height: .92; }
.profile-narrative h2 span, .record-heading h2 span, .profile-close h2 span { display: block; font-family: var(--serif); font-weight: 300; color: rgba(9,10,10,.43); }
.profile-narrative > p { margin: 0; padding: 1.4rem 0; border-top: 1px solid rgba(9,10,10,.2); font-size: clamp(.98rem,1.3vw,1.2rem); line-height: 1.75; color: rgba(9,10,10,.7); }
.profile-record { padding: clamp(7rem,12vw,12rem) var(--pad); background: #788bee; color: var(--ink); }
.record-heading { max-width: var(--max); margin: 0 auto 5rem; }
.record-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(9,10,10,.34); }
.record-grid article { min-height: 330px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid rgba(9,10,10,.34); }
.record-grid article:last-child { border-right: 0; }
.record-grid strong { font-size: clamp(3.6rem,6vw,6.8rem); font-weight: 400; letter-spacing: -.075em; }
.record-grid h3 { margin: auto 0 .65rem; font-size: 1rem; font-weight: 600; }
.record-grid p { margin: 0; font-size: .76rem; line-height: 1.65; color: rgba(9,10,10,.62); }
.profile-close { min-height: 85svh; display: grid; place-items: center; padding: 7rem var(--pad); text-align: center; background: radial-gradient(circle at 50% 42%, rgba(94,128,255,.17), transparent 38%), var(--black); }
.profile-close > div { max-width: 1020px; }
.profile-close h2 span { color: rgba(255,255,255,.4); }
.profile-close p:not(.eyebrow) { max-width: 600px; margin: 0 auto 2.3rem; color: rgba(255,255,255,.56); line-height: 1.7; }

/* Editorial interior pages */
.interior-page { background: var(--black); }
.editorial-hero { position: relative; min-height: 94svh; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; padding: 11rem var(--pad) 5rem; background: radial-gradient(circle at 72% 40%, rgba(94,128,255,.2), transparent 28%), var(--black); }
.editorial-index { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); top: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; color: rgba(255,255,255,.43); }
.editorial-index i { height: 1px; background: rgba(255,255,255,.16); }
.editorial-title { position: relative; z-index: 2; }
.editorial-title h1, .case-study-title h1 { margin: 0; font-size: clamp(4rem,8.6vw,10rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.editorial-title h1 span, .case-study-title h1 span { font-family: var(--serif); font-weight: 300; color: rgba(240,238,231,.44); }
.editorial-brief { position: relative; z-index: 2; justify-self: end; max-width: 470px; padding-bottom: 1rem; }
.editorial-brief > p { margin: 0; font-size: clamp(1.18rem,2vw,1.9rem); letter-spacing: -.04em; line-height: 1.3; color: rgba(255,255,255,.8); }
.editorial-orbit { position: absolute; right: 3vw; top: 13%; width: min(49vw,760px); aspect-ratio: 1; border: 1px solid rgba(94,128,255,.22); border-radius: 50%; animation: orbit 28s linear infinite; }
.editorial-orbit::before, .editorial-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.editorial-orbit::before { inset: 15%; }
.editorial-orbit::after { inset: 34%; }
.editorial-orbit i, .portfolio-constellation i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px currentColor; }
.editorial-orbit i:nth-child(1) { left: 50%; top: -4px; }
.editorial-orbit i:nth-child(2) { right: 5%; top: 28%; background: var(--blue); }
.editorial-orbit i:nth-child(3) { left: 20%; bottom: 8%; background: var(--copper); }

.editorial-definition, .portfolio-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(4rem,11vw,14rem); padding: clamp(7rem,13vw,13rem) var(--pad); background: var(--bone); color: var(--ink); }
.editorial-definition > .eyebrow, .portfolio-intro > .eyebrow { max-width: 230px; }
.editorial-definition > div, .portfolio-intro > div { max-width: 980px; }
.editorial-definition h2, .portfolio-intro h2 { margin: 0 0 2.8rem; font-size: clamp(3rem,6.5vw,7.4rem); font-weight: 400; letter-spacing: -.07em; line-height: .92; }
.portfolio-intro h2 span { display: block; font-family: var(--serif); font-weight: 300; color: rgba(9,10,10,.43); }
.editorial-definition p:not(.eyebrow), .portfolio-intro p:not(.eyebrow) { max-width: 820px; margin: 0; padding: 1.25rem 0; border-top: 1px solid rgba(9,10,10,.2); font-size: clamp(.98rem,1.3vw,1.2rem); line-height: 1.75; color: rgba(9,10,10,.69); }
.editorial-definition .definition-answer { font-size: clamp(1.25rem,2vw,1.85rem); letter-spacing: -.035em; line-height: 1.48; color: var(--ink); }

.editorial-pillars, .editorial-process, .faq-section, .operations-ledger, .case-study-system { padding: clamp(7rem,12vw,12rem) var(--pad); }
.editorial-pillars { background: #0a0b0b; }
.editorial-process { background: #778bef; color: var(--ink); }
.editorial-section-heading { max-width: var(--max); margin: 0 auto clamp(4rem,7vw,7rem); }
.editorial-section-heading h2 { margin: 0; font-size: clamp(3.2rem,7vw,7.8rem); font-weight: 400; letter-spacing: -.07em; line-height: .92; }
.editorial-section-heading h2 span { font-family: var(--serif); font-weight: 300; color: rgba(255,255,255,.4); }
.editorial-process .editorial-section-heading h2 span, .case-study-system .editorial-section-heading h2 span { color: rgba(9,10,10,.42); }
.pillar-grid, .system-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.15); }
.pillar-grid article, .system-grid article { min-height: 380px; display: flex; flex-direction: column; padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.15); }
.pillar-grid article:last-child, .system-grid article:last-child { border-right: 0; }
.pillar-grid article > span, .system-grid article > span { font-family: var(--mono); font-size: .6rem; color: var(--cyan); }
.pillar-grid h3, .system-grid h3 { margin: auto 0 1rem; font-size: clamp(1.65rem,2.5vw,2.8rem); font-weight: 400; letter-spacing: -.05em; }
.pillar-grid p, .system-grid p { margin: 0; max-width: 400px; color: rgba(255,255,255,.51); font-size: .86rem; line-height: 1.7; }
.process-ledger { max-width: var(--max); margin: 0 auto; padding: 0; list-style: none; border-top: 1px solid rgba(9,10,10,.34); }
.process-ledger li { display: grid; grid-template-columns: 90px .8fr 1fr; gap: 2rem; align-items: baseline; padding: 2rem 0; border-bottom: 1px solid rgba(9,10,10,.34); }
.process-ledger li > span { font-family: var(--mono); font-size: .62rem; }
.process-ledger li > div { grid-column: 2 / -1; display: grid; grid-template-columns: .8fr 1fr; gap: 3rem; }
.process-ledger h3 { margin: 0; font-size: clamp(1.55rem,2.6vw,3rem); font-weight: 400; letter-spacing: -.05em; }
.process-ledger p { margin: 0; max-width: 610px; color: rgba(9,10,10,.63); line-height: 1.72; }

.editorial-fit { display: grid; grid-template-columns: 1.35fr .65fr; background: var(--bone); color: var(--ink); }
.fit-panel { padding: clamp(5rem,9vw,9rem) var(--pad); border-right: 1px solid var(--line-light); }
.fit-panel h2 { max-width: 980px; margin: 0 0 3rem; font-size: clamp(2.6rem,5vw,5.6rem); font-weight: 400; letter-spacing: -.065em; line-height: .97; }
.fit-panel ul { margin: 0; padding: 0; list-style: none; max-width: 780px; }
.fit-panel li { padding: 1.1rem 0; border-top: 1px solid var(--line-light); color: rgba(9,10,10,.67); line-height: 1.6; }
.fit-proof { padding: clamp(5rem,9vw,9rem) clamp(2rem,4vw,4rem); background: #111313; color: var(--bone); }
.fit-proof a { display: block; padding: 1.6rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.fit-proof strong, .fit-proof span { display: block; }
.fit-proof strong { margin-bottom: .65rem; font-size: 1.25rem; font-weight: 500; }
.fit-proof span { color: rgba(255,255,255,.48); font-size: .78rem; line-height: 1.55; }
.faq-section { background: #0a0b0b; }
.faq-list { max-width: var(--max); margin: 0 auto; }
.faq-list article { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(2rem,7vw,9rem); padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.faq-list h3 { margin: 0; font-size: clamp(1.35rem,2.3vw,2.5rem); font-weight: 400; letter-spacing: -.045em; }
.faq-list p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.75; }
.interior-close { min-height: 82svh; display: grid; place-items: center; padding: 7rem var(--pad); text-align: center; background: radial-gradient(circle at 50% 45%, rgba(94,128,255,.19), transparent 36%), var(--black); }
.interior-close > div { max-width: 1020px; }
.interior-close h2 { margin: 0; font-size: clamp(3.7rem,8vw,9rem); font-weight: 400; letter-spacing: -.075em; line-height: .88; }
.interior-close h2 span { font-family: var(--serif); font-weight: 300; color: rgba(255,255,255,.4); }
.interior-close p:not(.eyebrow) { max-width: 620px; margin: 2rem auto; color: rgba(255,255,255,.55); line-height: 1.7; }

/* Case studies */
.case-study-hero { position: relative; min-height: 92svh; display: grid; grid-template-columns: 1.28fr .72fr; align-items: end; gap: 4rem; padding: 11rem var(--pad) 5rem; overflow: hidden; background: var(--black); }
.case-study-hero::after { content: ""; position: absolute; inset: 18% 42% -28% -12%; border: 1px solid rgba(94,128,255,.18); border-radius: 50%; box-shadow: 0 0 180px rgba(94,128,255,.1); }
.case-study-title, .case-study-summary { position: relative; z-index: 2; }
.case-study-summary { max-width: 470px; justify-self: end; }
.case-study-summary > p { margin: 0 0 2rem; color: rgba(255,255,255,.66); font-size: clamp(1rem,1.5vw,1.3rem); line-height: 1.65; }
.case-study-summary dl { margin: 0; }
.case-study-summary dl div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.case-study-summary dt { font-family: var(--mono); font-size: .55rem; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.36); }
.case-study-summary dd { margin: 0; font-size: .78rem; color: rgba(255,255,255,.72); }
.case-study-visual { position: relative; max-width: var(--max); margin: 0 auto; background: #0d0f13; }
.case-study-visual img { width: 100%; max-height: 80svh; object-fit: cover; }
.case-study-visual > div { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 1rem 1.2rem; background: rgba(5,6,6,.75); backdrop-filter: blur(12px); font-family: var(--mono); font-size: .55rem; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.case-study-narrative { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(4rem,11vw,14rem); padding: clamp(7rem,13vw,13rem) var(--pad); background: var(--bone); color: var(--ink); }
.case-study-narrative aside { max-width: 310px; }
.case-study-narrative aside strong { display: block; font-size: 1.05rem; font-weight: 500; line-height: 1.65; }
.case-study-narrative > div { max-width: 930px; }
.case-study-narrative h2 { margin: 0 0 2.7rem; font-size: clamp(2.8rem,5.6vw,6.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .96; }
.case-study-narrative > div > p { margin: 0; padding: 1.25rem 0; border-top: 1px solid rgba(9,10,10,.2); color: rgba(9,10,10,.68); font-size: clamp(.96rem,1.25vw,1.16rem); line-height: 1.75; }
.case-study-system { background: #768aee; color: var(--ink); }
.system-grid { border-color: rgba(9,10,10,.3); }
.system-grid article { border-color: rgba(9,10,10,.3); }
.system-grid article > span { color: rgba(9,10,10,.58); }
.system-grid p { color: rgba(9,10,10,.64); }
.case-study-disclosure { padding: clamp(6rem,10vw,10rem) var(--pad); background: #111313; }
.case-study-disclosure > div { max-width: 980px; margin: 0 auto; }
.case-study-disclosure h2 { margin: 0 0 2rem; font-size: clamp(2.7rem,5.2vw,5.8rem); font-weight: 400; letter-spacing: -.065em; }
.case-study-disclosure p:not(.eyebrow) { max-width: 820px; margin: 0; color: rgba(255,255,255,.54); line-height: 1.78; }
.case-study-disclosure--light { background: var(--bone); color: var(--ink); }
.case-study-disclosure--light p:not(.eyebrow) { color: rgba(9,10,10,.66); }

/* Operations case */
.case-study-hero--operations { background: radial-gradient(circle at 72% 38%, rgba(99,230,221,.12), transparent 24%), var(--black); }
.operations-field { position: absolute; right: 6%; top: 20%; width: min(49vw,720px); aspect-ratio: 1; }
.operations-field::before, .operations-field::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(94,128,255,.2); border-radius: 50%; }
.operations-field::after { inset: 31%; border-color: rgba(99,230,221,.2); }
.operations-field i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px currentColor; }
.operations-field i:nth-child(1) { left: 50%; top: 8%; }
.operations-field i:nth-child(2) { right: 7%; top: 35%; background: var(--cyan); }
.operations-field i:nth-child(3) { right: 18%; bottom: 12%; }
.operations-field i:nth-child(4) { left: 24%; bottom: 4%; background: var(--copper); }
.operations-field i:nth-child(5) { left: 4%; top: 46%; background: var(--cyan); }
.operations-field i:nth-child(6) { left: 29%; top: 22%; }
.operations-field i:nth-child(7) { left: 55%; top: 48%; background: var(--bone); }
.operations-ledger { background: #0a0b0b; }
.operations-map { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.15); }
.operations-core { grid-column: 1 / -1; min-height: 230px; display: grid; grid-template-columns: .4fr 1fr .7fr; align-items: center; gap: 2rem; padding: 2rem; background: #111414; }
.operations-core > span, .operations-node > span { font-family: var(--mono); font-size: .57rem; letter-spacing: .08em; color: var(--cyan); }
.operations-core strong { font-size: clamp(2rem,4vw,4.8rem); font-weight: 400; letter-spacing: -.06em; }
.operations-core small { color: rgba(255,255,255,.42); font-family: var(--mono); font-size: .56rem; line-height: 1.6; text-transform: uppercase; }
.operations-node { min-height: 340px; display: flex; flex-direction: column; padding: 1.6rem; background: #0a0b0b; }
.operations-node h3 { margin: auto 0 .8rem; font-size: clamp(1.6rem,2.4vw,2.7rem); font-weight: 400; letter-spacing: -.05em; }
.operations-node p { margin: 0; color: rgba(255,255,255,.5); font-size: .84rem; line-height: 1.7; }
.case-study-narrative--dark { background: #778bef; color: var(--ink); }
.case-study-narrative--dark > div > p { border-color: rgba(9,10,10,.25); }

/* Portfolio */
.editorial-hero--portfolio { background: radial-gradient(circle at 72% 38%, rgba(216,154,98,.14), transparent 24%), var(--black); }
.portfolio-constellation { position: absolute; right: 7%; top: 18%; width: min(46vw,680px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.09); transform: rotate(-8deg); }
.portfolio-constellation::before, .portfolio-constellation::after { content: ""; position: absolute; background: rgba(255,255,255,.09); }
.portfolio-constellation::before { left: 0; right: 0; top: 50%; height: 1px; }
.portfolio-constellation::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.portfolio-constellation i:nth-child(1) { left: 8%; top: 17%; }
.portfolio-constellation i:nth-child(2) { right: 8%; top: 12%; background: var(--copper); }
.portfolio-constellation i:nth-child(3) { left: 48%; top: 48%; background: var(--bone); }
.portfolio-constellation i:nth-child(4) { left: 17%; bottom: 7%; background: var(--blue); }
.portfolio-constellation i:nth-child(5) { right: 12%; bottom: 14%; background: var(--cyan); }
.portfolio-ledger { padding: 0 var(--pad) clamp(7rem,12vw,12rem); background: var(--bone); color: var(--ink); }
.portfolio-entry { max-width: var(--max); min-height: 240px; margin: 0 auto; display: grid; grid-template-columns: 70px minmax(220px,.55fr) 1fr auto; align-items: center; gap: clamp(1.5rem,4vw,4rem); padding: 1.5rem 0; border-top: 1px solid var(--line-light); }
.portfolio-number { align-self: start; padding-top: .4rem; font-family: var(--mono); font-size: .58rem; }
.portfolio-thumb { aspect-ratio: 1.8; overflow: hidden; background: #161818; }
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .65s ease, filter .65s ease; }
.portfolio-entry:hover .portfolio-thumb img { transform: scale(1.035); filter: saturate(1); }
.portfolio-entry-copy > p { margin: 0 0 .75rem; font-family: var(--mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(9,10,10,.48); }
.portfolio-entry-copy h2 { margin: 0 0 .8rem; font-size: clamp(2rem,4vw,4.6rem); font-weight: 400; letter-spacing: -.065em; }
.portfolio-entry-copy > span { display: block; max-width: 680px; color: rgba(9,10,10,.62); font-size: .84rem; line-height: 1.65; }
.portfolio-entry > i { font-style: normal; font-size: 1.1rem; transition: transform .25s ease; }
.portfolio-entry:hover > i { transform: rotate(45deg); }

/* Legal */
.legal-main { min-height: 82svh; padding: 11rem var(--pad) 7rem; background: var(--bone); color: var(--ink); }
.legal-copy { max-width: 820px; margin: 0 auto; }
.legal-copy h1 { margin: 0 0 1rem; font-size: clamp(4.8rem,10vw,10rem); font-weight: 400; letter-spacing: -.08em; }
.legal-updated { margin: 0 0 5rem; font-family: var(--mono); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(9,10,10,.48); }
.legal-copy h2 { margin: 3rem 0 1rem; padding-top: 1.2rem; border-top: 1px solid var(--line-light); font-size: 1.35rem; font-weight: 500; }
.legal-copy p:not(.eyebrow,.legal-updated) { color: rgba(9,10,10,.68); line-height: 1.78; }
.legal-copy a { text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .site-nav { display: none; }
  .header-cta { font-size: 0; min-width: 44px; width: 44px; height: 44px; padding: 4px; }
  .header-cta span { width: 34px; height: 34px; font-size: .75rem; }
  .film-meta { top: 82px; }
  .film-scene { padding-top: 92px; }
  .film-scene--right, .film-scene--left { align-items: flex-end; justify-content: flex-start; padding-bottom: 112px; }
  .film-scene--right .scene-copy, .film-scene--left .scene-copy { width: min(680px, 88vw); }
  .film-wash { background: linear-gradient(180deg, rgba(5,6,6,.08), rgba(5,6,6,.15) 44%, rgba(5,6,6,.82) 82%); }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .case-frame { grid-template-columns: 1fr; }
  .case-visual { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .engagement-section { grid-template-columns: 1fr; }
  .section-heading--split { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading--split > p, .section-heading--split > div > p { max-width: 550px; }
  .company-card { grid-column: span 6; }
  .company-card:last-child { grid-column: 4 / span 6; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-mark { max-width: 620px; width: 100%; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-row: 2; }
  .profile-hero { grid-template-columns: 1fr; align-content: end; }
  .profile-brief { justify-self: start; margin-top: 4rem; }
  .profile-field { left: 68%; top: 37%; width: 62vw; }
  .profile-story { grid-template-columns: 1fr; gap: 4rem; }
  .record-grid { grid-template-columns: repeat(2,1fr); }
  .record-grid article:nth-child(2) { border-right: 0; }
  .record-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(9,10,10,.34); }
  .editorial-hero, .case-study-hero { grid-template-columns: 1fr; align-content: end; }
  .editorial-brief, .case-study-summary { justify-self: start; margin-top: 2rem; }
  .editorial-orbit, .portfolio-constellation, .operations-field { width: 64vw; opacity: .7; }
  .editorial-definition, .portfolio-intro, .case-study-narrative { grid-template-columns: 1fr; gap: 4rem; }
  .editorial-fit { grid-template-columns: 1fr; }
  .fit-panel { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .pillar-grid, .system-grid { grid-template-columns: 1fr; }
  .pillar-grid article, .system-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .system-grid article { border-bottom-color: rgba(9,10,10,.3); }
  .pillar-grid article:last-child, .system-grid article:last-child { border-bottom: 0; }
  .process-ledger li > div { grid-template-columns: .7fr 1fr; }
  .operations-map { grid-template-columns: 1fr; }
  .operations-core { grid-template-columns: .4fr 1fr; }
  .operations-core small { grid-column: 2; }
  .portfolio-entry { grid-template-columns: 52px minmax(200px,.55fr) 1fr auto; gap: 1.5rem; }
}

@media (max-width: 600px) {
  :root { --pad: 1.1rem; }
  .site-header { min-height: 62px; }
  .wordmark { font-size: .7rem; }
  .film-runway { height: 540svh; }
  .film-stage { min-height: 520px; }
  .film-meta { top: 74px; right: var(--pad); }
  .film-meta span:last-child { display: none; }
  .film-scene { padding: 90px var(--pad) 100px; }
  .film-scene--hero .scene-copy, .film-scene--final .scene-copy { width: 100%; }
  .film-scene--hero { align-items: center; }
  .film-scene h1 { font-size: clamp(3rem,15vw,5rem); }
  .film-scene h2 { font-size: clamp(2.8rem,13vw,4.6rem); }
  .film-scene p:not(.eyebrow) { margin-top: 1.35rem; font-size: .88rem; line-height: 1.58; }
  .scene-actions { flex-direction: column; gap: 1rem; margin-top: 1.6rem; }
  .scene-actions .text-link { min-height: 44px; }
  .scene-proof { margin-top: 1.35rem; }
  .film-controls { bottom: 18px; }
  .scroll-cue { display: none; }
  .motion-toggle { min-height: 44px; }
  .chapter-tick { width: 12px; }
  .chapter-tick.is-active { width: 24px; }
  .still-story { padding-top: 7rem; }
  .still-grid { grid-template-columns: 1fr; }
  .still-grid article { min-height: 190px; }
  .still-grid h2 { margin-top: 3rem; }
  .proof-item { min-height: 160px; padding: 1.3rem 1.1rem; }
  .proof-item strong { font-size: 2.9rem; }
  .section { padding-block: 6rem; }
  .section-heading { margin-bottom: 3.5rem; }
  .section-heading h2, .engagement-intro h2, .founder-copy h2 { font-size: clamp(2.8rem,14vw,4.4rem); }
  .section-deck { margin-left: 0; }
  .case-frame { min-height: 0; }
  .case-visual { min-height: 390px; }
  .model-shell { width: 190px; }
  .model-shell i:nth-child(1) { transform: translateZ(48px); }
  .model-shell i:nth-child(2) { transform: translateZ(-48px); }
  .model-shell i:nth-child(3) { transform: rotateY(90deg) translateZ(48px); }
  .model-shell i:nth-child(4) { transform: rotateY(-90deg) translateZ(48px); }
  .model-shell i:nth-child(5) { transform: rotateX(90deg) translateZ(48px); }
  .model-shell i:nth-child(6) { transform: rotateX(-90deg) translateZ(48px); }
  .case-copy { padding: 2.2rem 1.2rem 2.8rem; }
  .case-copy h3 { font-size: 2.55rem; }
  .work-companion { grid-template-columns: 1fr auto; gap: .7rem 1rem; padding: 1.35rem 1.2rem; }
  .work-companion span { grid-column: 1 / -1; }
  .section-inline-link { margin-left: 0; }
  .operating-path li { grid-template-columns: 34px 1fr; }
  .company-list { display: block; }
  .company-card { display: block; margin-bottom: 4rem; }
  .company-image { aspect-ratio: 1.25; }
  .founder-links { display: grid; gap: 1.15rem; }
  .closing-section { min-height: 82svh; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p, .site-footer > div { grid-row: auto; }
  .site-footer > div { min-height: 44px; align-items: center; }
  .site-footer small { grid-column: auto; margin-top: 1rem; }
  .profile-hero { min-height: 92svh; padding-top: 7rem; }
  .profile-index { top: 78px; }
  .profile-title h1 { font-size: clamp(5rem,26vw,8rem); line-height: .74; }
  .profile-brief { margin-top: 3rem; max-width: 300px; }
  .profile-brief > div { min-height: 44px; align-items: center; }
  .profile-field { left: 75%; top: 35%; width: 78vw; }
  .profile-story { padding-block: 6rem; }
  .record-grid { grid-template-columns: 1fr; }
  .record-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(9,10,10,.34); }
  .record-grid article:nth-child(2) { border-bottom: 1px solid rgba(9,10,10,.34); }
  .record-grid article:last-child { border-bottom: 0; }
  .editorial-hero, .case-study-hero { min-height: 90svh; gap: 2rem; padding: 8.5rem var(--pad) 3.5rem; }
  .editorial-index { top: 78px; }
  .editorial-index span:last-child { max-width: 145px; text-align: right; }
  .editorial-title h1, .case-study-title h1 { font-size: clamp(3.6rem,17vw,5.6rem); line-height: .86; }
  .editorial-brief > p { font-size: 1.05rem; }
  .editorial-orbit, .portfolio-constellation, .operations-field { right: -24%; top: 17%; width: 88vw; }
  .editorial-definition, .portfolio-intro, .case-study-narrative { padding-block: 6rem; gap: 2.8rem; }
  .editorial-definition h2, .portfolio-intro h2 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .editorial-pillars, .editorial-process, .faq-section, .operations-ledger, .case-study-system { padding-block: 6rem; }
  .editorial-section-heading h2 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .pillar-grid article, .system-grid article { min-height: 250px; }
  .process-ledger li { grid-template-columns: 38px 1fr; gap: 1rem; }
  .process-ledger li > div { grid-column: 2; grid-template-columns: 1fr; gap: .75rem; }
  .fit-panel, .fit-proof { padding: 5.5rem var(--pad); }
  .faq-list article { grid-template-columns: 1fr; gap: 1rem; }
  .interior-close { min-height: 74svh; }
  .interior-close h2 { font-size: clamp(3.3rem,15vw,5.5rem); }
  .case-study-summary dl div { grid-template-columns: 95px 1fr; }
  .case-study-visual { margin: 0; }
  .case-study-visual img { min-height: 420px; object-fit: cover; }
  .case-study-narrative h2 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .operations-core { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .operations-node { min-height: 270px; }
  .portfolio-entry { min-height: 0; grid-template-columns: 36px 1fr auto; gap: 1rem; padding: 2rem 0; }
  .portfolio-thumb { grid-column: 2 / -1; width: 100%; }
  .portfolio-entry-copy { grid-column: 2; }
  .portfolio-entry > i { align-self: end; }
  .legal-main { padding-top: 8.5rem; }
  .legal-copy h1 { font-size: clamp(4.5rem,23vw,7rem); }
}

@media (max-height: 650px) and (orientation: landscape) {
  .film-scene h1 { font-size: clamp(3rem,8vw,5.2rem); }
  .film-scene h2 { font-size: clamp(2.7rem,7vw,4.6rem); }
  .film-scene p:not(.eyebrow) { margin-top: 1rem; line-height: 1.5; }
  .scene-actions, .scene-proof { margin-top: 1rem; }
}

@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-runway { display: none; }
  .still-story { display: grid; }
  .still-motion-toggle { display: none; }
  .reveal { opacity: 1; transform: none; }
  #enclosure-cinematic { transition: none; }
}
