@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --black: #050607;
  --black-soft: #0a0c0e;
  --panel: #111417;
  --panel-light: #171b1e;
  --paper: #f1ecdf;
  --paper-dim: #c0bbb0;
  --muted: #858a89;
  --cyan: #5ee4ea;
  --cyan-deep: #1a9aa7;
  --orange: #f27643;
  --line: rgba(241, 236, 223, .18);
  --line-soft: rgba(241, 236, 223, .1);
  --display: 'Space Grotesk', 'Manrope', sans-serif;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --mono: 'DM Mono', 'Cascadia Mono', monospace;
  --max: 1320px;
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { overflow-x: clip; background: var(--black); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--black); color: var(--paper); font-family: var(--display); line-height: 1.55; }
body::before { position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ''; opacity: .08; 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='.72' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }
body::after { position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ''; opacity: .18; background: radial-gradient(circle at 76% 13%, rgba(51, 160, 174, .16), transparent 30rem), radial-gradient(circle at 9% 85%, rgba(242, 118, 67, .08), transparent 26rem); }
body.menu-open { overflow: hidden; }
::selection { background: var(--cyan); color: var(--black); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
:is(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.skip-link { position: fixed; top: 16px; left: 16px; z-index: 50; padding: 11px 15px; background: var(--cyan); color: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { overflow: clip; }
.container { width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: 0 auto; }

/* Header: intentionally quiet until the navigation is called. */
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; width: calc(100% - (var(--pad) * 2)); margin: 0 auto; padding: 24px 0; }
.site-header::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ''; background: linear-gradient(90deg, transparent, rgba(241,236,223,.25), transparent); opacity: .45; }
.brand { position: relative; z-index: 35; display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; border: 1px solid rgba(241,236,223,.36); border-radius: 50%; object-fit: cover; box-shadow: 0 0 30px rgba(94,228,234,.15); }
.brand-lockup { display: grid; gap: 2px; line-height: 1; }
.brand-lockup strong { font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-lockup span { color: var(--paper-dim); font-family: var(--mono); font-size: 8px; letter-spacing: .19em; text-transform: uppercase; }
.menu-toggle { position: relative; z-index: 36; display: grid; width: 58px; height: 58px; padding: 0; place-items: center; border: 1px solid rgba(241,236,223,.45); border-radius: 50%; background: rgba(5,6,7,.16); color: var(--paper); }
.menu-toggle::before { position: absolute; inset: -8px; border: 1px solid transparent; border-radius: 50%; content: ''; transition: border-color .25s ease, transform .25s ease; }
.menu-toggle:hover::before, .menu-toggle[aria-expanded='true']::before { border-color: rgba(94,228,234,.4); transform: scale(1.08); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 1px; background: currentColor; content: ''; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle span::before { transform: translateY(-6px); }
.menu-toggle span::after { transform: translateY(5px); }
.menu-toggle[aria-expanded='true'] span { background: transparent; }
.menu-toggle[aria-expanded='true'] span::before { transform: translateY(0) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span::after { transform: translateY(-1px) rotate(-45deg); }

.site-nav { position: fixed; inset: 0; z-index: 25; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 8vw; padding: 130px max(var(--pad), 7vw) 80px; background: rgba(5,6,7,.97); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s; }
.site-nav::before { position: absolute; top: 13%; right: 17%; width: 42vw; height: 42vw; max-width: 580px; max-height: 580px; border: 1px solid rgba(94,228,234,.15); border-radius: 50%; content: ''; transform: rotate(-22deg); }
.site-nav::after { position: absolute; top: 20%; right: 23%; width: 26vw; height: 26vw; max-width: 350px; max-height: 350px; border: 1px solid rgba(242,118,67,.16); border-radius: 50%; content: ''; transform: rotate(38deg); }
.site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
.site-nav > a { position: relative; z-index: 1; display: block; width: fit-content; padding: 3px 0; color: var(--paper); font-family: var(--serif); font-size: clamp(54px, 8vw, 128px); font-weight: 300; line-height: .9; letter-spacing: -.045em; transition: color .2s ease, transform .25s ease; }
.site-nav > a::before { display: inline-block; width: 0; margin-right: 0; overflow: hidden; color: var(--orange); content: '↗'; font-family: var(--mono); font-size: .22em; vertical-align: middle; transition: width .25s ease, margin-right .25s ease; }
.site-nav > a:hover, .site-nav > a[aria-current='page'] { color: var(--cyan); transform: translateX(13px); }
.site-nav > a:hover::before, .site-nav > a[aria-current='page']::before { width: 32px; margin-right: 12px; }
.site-nav .nav-cta { display: block; padding: 0; border: 0; background: none; color: var(--paper); font-size: clamp(54px, 8vw, 128px); }
.site-nav .button-arrow { color: var(--orange); font-family: var(--display); font-size: .35em; vertical-align: middle; }
.site-nav > a:last-child { align-self: start; margin-top: 18px; }
.site-nav > a:last-child::after { display: block; max-width: 220px; margin-top: 20px; color: var(--muted); content: 'Consulting / systems / story'; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }

.micro, .eyebrow { font-family: var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.micro { color: var(--muted); font-size: 9px; line-height: 1.4; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan); font-size: 10px; line-height: 1.2; }
.signal { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242,118,67,.1), 0 0 18px var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: .98; }
h1 { font-size: clamp(62px, 10.4vw, 170px); letter-spacing: -.09em; }
h2 { font-size: clamp(48px, 7vw, 112px); letter-spacing: -.08em; }
h3 { font-size: 25px; letter-spacing: -.05em; }
.lead { max-width: 600px; color: var(--paper-dim); font-size: clamp(16px, 1.55vw, 21px); line-height: 1.55; }
.serif { font-family: var(--serif); font-weight: 300; }

/* Home: full-bleed image, small navigation cues, work as the primary surface. */
.hero-cinematic { position: relative; min-height: 100svh; overflow: hidden; background: var(--black); }
.hero-media-stack, .hero-media-stack::after, .hero-media { position: absolute; inset: 0; }
.hero-media-stack::after { z-index: 1; background: linear-gradient(90deg, rgba(5,6,7,.93) 0%, rgba(5,6,7,.5) 42%, rgba(5,6,7,.12) 74%), linear-gradient(0deg, rgba(5,6,7,.94), transparent 45%, rgba(5,6,7,.34)); content: ''; }
.hero-media { overflow: hidden; opacity: 0; transition: opacity 1s ease; }
.hero-media.active { opacity: 1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.12) brightness(.72); transform: scale(1.04); transition: transform 8s ease; }
.hero-media.active img { transform: scale(1); }
.hero-media::after { position: absolute; inset: 0; background: radial-gradient(ellipse at 76% 50%, rgba(94,228,234,.1), transparent 35%), radial-gradient(ellipse at 37% 68%, rgba(242,118,67,.12), transparent 28%); content: ''; mix-blend-mode: screen; }
.hero-rules { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-rules::before { position: absolute; top: 0; bottom: 0; left: 18%; width: 1px; background: linear-gradient(transparent, rgba(241,236,223,.25) 35%, transparent 90%); content: ''; }
.hero-rules::after { position: absolute; right: 0; bottom: 22%; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(241,236,223,.3) 15%, rgba(241,236,223,.07) 76%, transparent); content: ''; }
.hero-inner { position: relative; z-index: 3; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; padding: 0 var(--pad) 58px; }
.hero-kicker { position: absolute; top: 136px; left: var(--pad); display: flex; align-items: center; gap: 18px; }
.hero-kicker::after { width: 70px; height: 1px; background: var(--paper); content: ''; opacity: .55; }
.hero-kicker .micro { color: var(--paper); }
.hero-copy { max-width: 780px; padding-bottom: 118px; }
.hero-copy h1 { max-width: 860px; margin-bottom: 26px; color: var(--paper); font-size: clamp(60px, 9vw, 154px); }
.hero-copy h1 span { color: var(--cyan); font-family: var(--serif); font-size: 1.06em; font-weight: 300; letter-spacing: -.055em; }
.hero-copy .lead { max-width: 450px; margin-bottom: 0; color: rgba(241,236,223,.77); font-size: 15px; }
.hero-foot { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; border-top: 1px solid rgba(241,236,223,.28); padding-top: 17px; }
.hero-foot .micro { color: var(--paper-dim); }
.hero-foot .micro:last-child { text-align: right; }
.hero-index { display: flex; align-items: baseline; gap: 8px; color: var(--paper); font-family: var(--mono); font-size: 19px; }
.hero-index span { color: var(--muted); font-size: 10px; }
.hero-controls { position: absolute; right: var(--pad); bottom: 92px; z-index: 4; display: flex; gap: 8px; }
.hero-control { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(241,236,223,.45); border-radius: 50%; background: rgba(5,6,7,.18); color: var(--paper); transition: border-color .2s ease, color .2s ease, background .2s ease; }
.hero-control:hover, .hero-control.active { border-color: var(--cyan); background: rgba(94,228,234,.13); color: var(--cyan); }
.hero-control span { display: block; width: 20px; height: 1px; background: currentColor; }
.hero-control.next span::after { display: block; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; content: ''; transform: translate(15px,-3px) rotate(45deg); }
.hero-control.prev span::after { display: block; width: 6px; height: 6px; border-bottom: 1px solid currentColor; border-left: 1px solid currentColor; content: ''; transform: translate(-1px,-3px) rotate(45deg); }
.hero-control.scene-toggle span { width: auto; height: auto; background: none; color: currentColor; font-family: var(--mono); font-size: 12px; line-height: 1; letter-spacing: -.25em; }
.hero-control.scene-toggle[aria-pressed='false'] span { font-size: 13px; letter-spacing: 0; }
.hero-thumbs { position: absolute; right: var(--pad); bottom: 156px; z-index: 4; display: flex; gap: 8px; }
.hero-thumb { position: relative; width: 76px; height: 47px; overflow: hidden; padding: 0; border: 1px solid rgba(241,236,223,.3); background: var(--black); opacity: .68; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.hero-thumb:hover, .hero-thumb.active { border-color: var(--cyan); opacity: 1; transform: translateY(-3px); }
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.4); }
.hero-thumb.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--cyan); content: ''; }
.hero-scroll { position: absolute; bottom: 62px; left: var(--pad); z-index: 4; display: flex; align-items: center; gap: 11px; color: var(--paper-dim); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-scroll::before { width: 1px; height: 55px; background: linear-gradient(var(--cyan), transparent); content: ''; }

.band { position: relative; padding: clamp(90px, 12vw, 190px) 0; border-top: 1px solid var(--line-soft); }
.band-kicker { display: flex; align-items: start; gap: 28px; }
.band-kicker .micro { min-width: 140px; color: var(--orange); }
.editorial-heading { max-width: 1060px; margin-bottom: 78px; }
.editorial-heading h2 { max-width: 1000px; margin-bottom: 0; }
.editorial-heading h2 em { color: var(--cyan); font-family: var(--serif); font-size: 1.08em; font-style: normal; font-weight: 300; }
.editorial-heading .lead { margin-top: 29px; }

.capability-list { border-top: 1px solid var(--line); }
.capability-row { position: relative; display: grid; grid-template-columns: 90px 1fr 1fr 40px; gap: 26px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: background .35s ease, padding .35s ease; }
.capability-row::before { position: absolute; top: 0; bottom: 0; left: -32px; width: 0; background: var(--cyan); content: ''; transition: width .3s ease; }
.capability-row:hover { padding-right: 18px; padding-left: 18px; background: rgba(94,228,234,.05); }
.capability-row:hover::before { width: 3px; }
.capability-row .micro { color: var(--orange); }
.capability-row h3 { margin: 0; font-size: clamp(28px, 3vw, 48px); }
.capability-row p { max-width: 370px; margin: 0; color: var(--muted); font-size: 13px; }
.row-arrow { color: var(--cyan); font-family: var(--mono); font-size: 18px; text-align: right; }

.work-reel { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 10px; }
.work-tile { position: relative; min-height: 480px; overflow: hidden; background: var(--panel); }
.work-tile:nth-child(2), .work-tile:nth-child(3) { min-height: 330px; align-self: end; }
.work-tile:nth-child(4), .work-tile:nth-child(5) { min-height: 310px; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.12) brightness(.7); transition: transform .8s ease, filter .5s ease; }
.work-tile::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,7,.94), transparent 70%); content: ''; }
.work-tile:hover img { filter: saturate(1) contrast(1.08) brightness(.83); transform: scale(1.06); }
.work-tile-content { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 1; }
.work-tile-content .micro { color: var(--cyan); }
.work-tile-content h3 { max-width: 340px; margin: 9px 0 0; font-size: clamp(23px, 2.5vw, 38px); }
.work-tile-content p { margin: 7px 0 0; color: var(--paper-dim); font-size: 12px; }
.tile-play { position: absolute; top: 20px; right: 20px; z-index: 1; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(241,236,223,.45); border-radius: 50%; color: var(--paper); font-size: 12px; }
.reel-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }

.manifesto { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--black-soft); }
.manifesto::before { position: absolute; inset: 12% 12% 12% 40%; border: 1px solid rgba(94,228,234,.2); border-radius: 50%; content: ''; transform: rotate(-21deg); }
.manifesto::after { position: absolute; top: 8%; right: 13%; width: 32vw; height: 32vw; max-width: 440px; max-height: 440px; border: 1px solid rgba(242,118,67,.2); border-radius: 50%; content: ''; transform: rotate(35deg); }
.manifesto-image { position: absolute; right: 9%; bottom: 0; width: min(54vw, 720px); opacity: .5; mix-blend-mode: screen; transform: rotate(3deg); }
.manifesto-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: grayscale(.5) contrast(1.35) brightness(.6); }
.manifesto-copy { position: relative; z-index: 1; max-width: 760px; }
.manifesto-copy h2 { margin-bottom: 0; }
.manifesto-copy h2 span { color: var(--cyan); font-family: var(--serif); font-weight: 300; }

.cta-panel { position: relative; min-height: 390px; display: flex; align-items: end; justify-content: space-between; gap: 40px; overflow: hidden; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); background: linear-gradient(108deg, rgba(20,30,32,.94), rgba(5,6,7,.94)); }
.cta-panel::before { position: absolute; top: -55%; right: -6%; width: 580px; height: 580px; border: 1px solid rgba(94,228,234,.2); border-radius: 50%; content: ''; }
.cta-panel::after { position: absolute; right: 4%; bottom: -34%; width: 320px; height: 320px; border: 1px solid rgba(242,118,67,.2); border-radius: 50%; content: ''; }
.cta-panel h2 { position: relative; z-index: 1; max-width: 700px; margin: 0; font-size: clamp(45px, 6vw, 95px); }
.cta-panel h2 em { color: var(--cyan); font-family: var(--serif); font-style: normal; font-weight: 300; }
.cta-panel .button-primary, .cta-panel .button-secondary { position: relative; z-index: 1; }
.button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 20px; border: 1px solid var(--paper); border-radius: 0; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.preflight-signal { display: grid; grid-template-columns: minmax(180px, 360px) 1fr; gap: 20px; align-items: end; max-width: 720px; margin-top: 58px; padding-top: 18px; border-top: 1px solid var(--line); }
.preflight-signal img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; opacity: .82; filter: saturate(.75) contrast(1.08); }
.preflight-signal div { display: grid; gap: 8px; }
.preflight-signal strong { color: var(--paper); font-family: var(--serif); font-size: clamp(22px, 2.5vw, 34px); font-weight: 400; line-height: .95; }
.button-primary { background: var(--paper); color: var(--black); }
.button-primary:hover { border-color: var(--cyan); background: var(--cyan); transform: translateY(-3px); }
.button-secondary { border-color: rgba(241,236,223,.38); color: var(--paper); }
.button-secondary:hover { border-color: var(--cyan); background: rgba(94,228,234,.1); color: var(--cyan); transform: translateY(-3px); }
.button-arrow { color: var(--orange); font-size: 15px; line-height: 0; }

/* Inner routes: imagery carries the atmosphere; copy stays compact and usable. */
.page-hero { position: relative; height: min(720px, 92svh); min-height: 0; display: flex; align-items: flex-start; overflow: hidden; padding: 136px 0 56px; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 73% 43%, rgba(34,111,120,.18), transparent 32rem), radial-gradient(ellipse at 18% 80%, rgba(242,118,67,.08), transparent 25rem); isolation: isolate; }
.page-hero::before { position: absolute; top: 11%; right: 2%; z-index: -1; width: 53vw; height: 53vw; max-width: 760px; max-height: 760px; border: 1px solid rgba(94,228,234,.1); border-radius: 50%; content: ''; transform: rotate(-23deg); }
.page-hero::after { position: absolute; top: 9%; right: 12%; z-index: -1; width: 31vw; height: 31vw; max-width: 430px; max-height: 430px; border: 1px solid rgba(242,118,67,.12); border-radius: 50%; content: ''; transform: rotate(36deg); }
.page-hero .container { position: relative; z-index: 2; width: min(var(--max), calc(100% - (var(--pad) * 2))); padding-right: clamp(330px, 44vw, 620px); }
.page-hero h1 { max-width: 660px; margin-bottom: 23px; font-size: clamp(46px, 5.35vw, 84px); line-height: .96; }
.page-hero h1 em { color: var(--cyan); font-family: var(--serif); font-size: 1.08em; font-style: normal; font-weight: 300; letter-spacing: -.06em; }
.page-hero .lead { max-width: 505px; font-size: 15px; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 29px; color: var(--paper-dim); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.page-hero-meta span::before { margin-right: 9px; color: var(--orange); content: '↗'; }
.page-hero-art { position: absolute; top: 126px; right: var(--pad); bottom: 48px; z-index: 1; width: min(51vw, 760px); overflow: hidden; border: 0; background: var(--black); box-shadow: 0 0 70px rgba(0,0,0,.35); }
.page-hero-art img, .page-hero-art::before, .page-hero-art::after { clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); }
.page-hero-art::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,6,7,.35), transparent 38%), linear-gradient(0deg, rgba(5,6,7,.48), transparent 46%); content: ''; }
.page-hero-art::after { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(120deg, transparent 0 48%, rgba(94,228,234,.11) 48.2%, transparent 48.5%); mix-blend-mode: screen; content: ''; opacity: .5; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.06) brightness(.78); transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .6s ease; }
.page-hero-art:hover img { filter: saturate(1) contrast(1.08) brightness(.88); transform: scale(1.035); }
.page-hero-art-label { position: absolute; right: 23px; bottom: 18px; z-index: 3; padding: 8px 10px; border: 1px solid rgba(241,236,223,.35); background: rgba(5,6,7,.7); color: var(--paper-dim); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.page-shell > .section-heading h2, .page-shell .section-heading h2, .page-shell .work-intro h2, .page-shell .cta-panel h2 { font-size: clamp(35px, 4.25vw, 68px); }
.studio-statement p { font-size: clamp(36px, 4.35vw, 62px); }
.section { padding: clamp(90px, 12vw, 180px) 0; }
.section-tight { padding: clamp(60px, 8vw, 115px) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 62px; }
.section-heading > div { max-width: 930px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading h2 em { color: var(--cyan); font-family: var(--serif); font-style: normal; font-weight: 300; }
.section-heading .micro { max-width: 210px; padding-bottom: 8px; text-align: right; }
.dark-band { position: relative; background: #080a0b; }
.dark-band::before { position: absolute; inset: 0; pointer-events: none; content: ''; opacity: .3; background: linear-gradient(115deg, transparent 0 20%, rgba(94,228,234,.08) 20.1%, transparent 20.45% 62%, rgba(242,118,67,.07) 62.2%, transparent 62.55%); }

.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 80px 1.05fr 1fr auto; gap: 30px; align-items: center; min-height: 154px; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.service-row::before { position: absolute; top: 0; bottom: 0; left: -25px; width: 0; background: var(--cyan); content: ''; transition: width .25s ease; }
.service-row:hover { padding: 0 18px; background: rgba(94,228,234,.05); }
.service-row:hover::before { width: 3px; }
.service-row > .micro { color: var(--orange); }
.service-row h3 { margin: 0; font-size: clamp(27px, 3.2vw, 50px); }
.service-row p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; }
.service-row .button-secondary { white-space: nowrap; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { position: relative; min-height: 350px; padding: 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(9,11,12,.75); transition: background .3s ease, transform .3s ease; }
.card:hover { background: rgba(26,61,66,.25); transform: translateY(-5px); }
.card::after { position: absolute; right: -65px; bottom: -75px; width: 190px; height: 190px; border: 1px solid rgba(94,228,234,.13); border-radius: 50%; content: ''; }
.card-number { display: block; color: var(--orange); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.card h3 { margin-top: 95px; font-size: 26px; }
.card p { max-width: 250px; margin-bottom: 0; color: var(--muted); font-size: 13px; }
.card-link { position: absolute; right: 28px; bottom: 25px; color: var(--cyan); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 260px; padding: 25px 28px 25px 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 25px; }
.process-step:last-child { border-right: 0; }
.process-step .micro { color: var(--orange); }
.process-step h3 { margin-top: 73px; font-size: 25px; }
.process-step p { max-width: 220px; margin-bottom: 0; color: var(--muted); font-size: 13px; }

.work-intro { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.work-intro h2 { margin-bottom: 0; }
.work-filter { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-pill { padding: 9px 11px; border: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.filter-pill.active { border-color: var(--cyan); color: var(--cyan); }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.work-card { position: relative; min-height: 470px; grid-column: span 4; overflow: hidden; background: var(--panel); }
.work-card:nth-child(1), .work-card:nth-child(4) { grid-column: span 6; }
.work-card:hover .work-image { filter: saturate(1) contrast(1.05) brightness(.84); transform: scale(1.06); }
.work-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) contrast(1.12) brightness(.64); transition: filter .5s ease, transform .8s ease; }
.work-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,7,.97), transparent 72%); content: ''; }
.work-content { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 1; }
.work-content .micro { color: var(--cyan); }
.work-content h3 { margin: 10px 0 6px; font-size: clamp(25px, 3vw, 44px); }
.work-content p { margin: 0; color: var(--paper-dim); font-size: 12px; }
.play-chip { position: absolute; top: 20px; right: 20px; z-index: 1; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(241,236,223,.45); border-radius: 50%; color: var(--paper); font-size: 12px; }
.work-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.note-card { min-height: 280px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-card .micro { color: var(--orange); }
.note-card h3 { margin-top: 70px; font-size: 27px; }
.note-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.split-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; }
.quote { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 63px); font-weight: 300; line-height: .98; letter-spacing: -.05em; }
.quote::before { display: block; margin-bottom: 24px; color: var(--orange); content: '“'; font-size: 64px; line-height: .4; }
.quote-attribution { margin-top: 28px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-item { display: grid; grid-template-columns: 38px 1fr; gap: 15px; min-height: 190px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item > span { color: var(--orange); font-family: var(--mono); font-size: 10px; }
.feature-item h3 { margin: 0 0 10px; font-size: 20px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 13px; }
.toolkit { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; padding: 35px; border: 1px solid var(--line); background: rgba(13,16,18,.8); }
.toolkit h3 { margin-bottom: 9px; font-size: 30px; }
.toolkit p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.toolkit-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.toolkit-tags span { padding: 9px 11px; border: 1px solid var(--line); color: var(--paper-dim); font-family: var(--mono); font-size: 9px; }

.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.engagement-card { min-height: 350px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(9,11,12,.8); }
.engagement-card.featured { background: rgba(18,50,54,.34); }
.engagement-card .micro { color: var(--orange); }
.engagement-card h3 { margin-top: 88px; font-size: 34px; }
.engagement-card p { color: var(--muted); font-size: 13px; }
.engagement-card ul { margin: 20px 0 0; padding: 0; color: var(--paper-dim); font-size: 12px; list-style: none; }
.engagement-card li { margin: 8px 0; }
.engagement-card li::before { margin-right: 8px; color: var(--cyan); content: '↗'; }

.studio-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.studio-statement { position: relative; padding: 40px 0 40px 38px; border-left: 1px solid var(--cyan); }
.studio-statement::before { position: absolute; top: 0; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 17px var(--orange); content: ''; }
.studio-statement p { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 74px); font-weight: 300; line-height: .93; letter-spacing: -.06em; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.principle .micro { padding-top: 5px; color: var(--orange); }
.principle h3 { margin: 0 0 8px; font-size: 25px; }
.principle p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.contact-page > .page-hero { display: none; }
.contact-page > .contact-intake { position: relative; width: 100%; max-width: none; min-height: min(720px, 92svh); margin-right: 0; margin-left: 0; padding-top: 126px; padding-bottom: 56px; }
.contact-page .contact-grid { width: auto; margin-right: var(--pad); margin-left: max(var(--pad), calc((100% - var(--max)) / 2)); grid-template-columns: minmax(0, 1fr) min(51vw, 760px); gap: clamp(28px, 5vw, 72px); align-items: stretch; }
.contact-page .contact-form { grid-column: 1; grid-row: 1; }
.contact-intake-copy { grid-column: 1 / -1; grid-row: 2; max-width: 840px; }
.contact-intake-art { position: relative; grid-column: 2; grid-row: 1; width: min(51vw, 760px); height: calc(min(720px, 92svh) - 175px); min-height: 0; align-self: start; overflow: hidden; background: var(--black); box-shadow: 0 0 70px rgba(0,0,0,.35); }
.contact-intake-art img, .contact-intake-art::before, .contact-intake-art::after { clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); }
.contact-intake-art::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,6,7,.35), transparent 38%), linear-gradient(0deg, rgba(5,6,7,.48), transparent 46%); content: ''; }
.contact-intake-art::after { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(120deg, transparent 0 48%, rgba(94,228,234,.11) 48.2%, transparent 48.5%); mix-blend-mode: screen; content: ''; opacity: .5; }
.contact-intake-art img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; filter: saturate(.88) contrast(1.06) brightness(.78); transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .6s ease; }
.contact-intake-art:hover img { filter: saturate(1) contrast(1.08) brightness(.88); transform: scale(1.035); }
.contact-intake-art .page-hero-art-label { right: 23px; bottom: 18px; }
.contact-details { display: grid; gap: 1px; margin-top: 50px; border-top: 1px solid var(--line); }
.contact-detail { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-detail > span { color: var(--orange); font-family: var(--mono); font-size: 10px; }
.contact-detail strong { display: block; margin-bottom: 7px; font-size: 17px; }
.contact-detail p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-form { padding: 35px; border: 1px solid var(--line); background: rgba(13,16,18,.86); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { display: grid; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--paper-dim); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--paper); padding: 12px 0; transition: border-color .2s ease, box-shadow .2s ease; }
.field select { color-scheme: dark; background-color: rgba(13,16,18,.92); }
.field select option { background-color: #0d1012; color: var(--paper); }
.field select option:checked { background-color: var(--cyan); color: var(--black); }
.field textarea { min-height: 145px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #6d7472; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 2px 0 var(--cyan); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }
.form-footer .micro { max-width: 280px; line-height: 1.5; }
.status-message { min-height: 24px; margin: 17px 0 0; color: var(--cyan); font-size: 13px; }
.status-message.error { color: #ff9b77; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.site-footer { padding: 50px 0 30px; border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: start; justify-content: space-between; gap: 35px; }
.footer-main p { max-width: 320px; margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 11px 32px; color: var(--paper-dim); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 90px; color: #68706f; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.back-to-top { position: fixed; right: var(--pad); bottom: 25px; z-index: 8; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid var(--line); background: rgba(5,6,7,.82); color: var(--cyan); opacity: 0; pointer-events: none; transition: opacity .2s ease, border-color .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { border-color: var(--cyan); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal:nth-child(2) { transition-delay: .08s; }
.js .reveal:nth-child(3) { transition-delay: .15s; }
.js .reveal:nth-child(4) { transition-delay: .22s; }

@media (max-width: 980px) {
  .site-nav { grid-template-columns: 1fr; align-content: center; gap: 8px; }
  .site-nav > a { font-size: clamp(53px, 13vw, 100px); }
  .site-nav > a:last-child { margin-top: 8px; }
  .hero-copy { max-width: 720px; padding-bottom: 145px; }
  .hero-thumbs { right: var(--pad); bottom: 170px; }
  .hero-controls { bottom: 100px; }
  .capability-row { grid-template-columns: 70px 1fr 1fr 30px; }
  .work-reel { grid-template-columns: repeat(2, 1fr); }
  .work-tile:first-child { grid-column: span 2; }
  .work-tile:nth-child(2), .work-tile:nth-child(3), .work-tile:nth-child(4), .work-tile:nth-child(5) { min-height: 330px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-step:nth-child(3) { padding-left: 0; }
  .service-row { grid-template-columns: 60px 1fr 1fr; }
  .service-row .button-secondary { grid-column: 2 / -1; justify-self: start; }
  .studio-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .contact-page > .contact-intake { width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: 0 auto; padding-top: 126px; }
  .contact-page .contact-grid { width: auto; margin-right: 0; margin-left: 0; display: flex; flex-direction: column; gap: 60px; }
  .contact-page .contact-form { order: -1; }
  .contact-page .contact-intake-art { order: 1; width: 100%; height: auto; min-height: clamp(360px, 50vw, 520px); align-self: auto; }
  .contact-page .contact-intake-copy { order: 2; }
  .page-hero .container { padding-right: clamp(250px, 34vw, 450px); }
}

@media (max-width: 680px) {
  :root { --pad: 18px; }
  .site-header { padding: 15px 0; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-lockup strong { font-size: 12px; }
  .brand-lockup span { font-size: 7px; }
  .menu-toggle { width: 48px; height: 48px; }
  .site-nav { padding: 100px 28px 45px; }
  .site-nav > a { font-size: clamp(50px, 15vw, 80px); }
  .site-nav::before { top: 19%; right: -15%; width: 95vw; height: 95vw; }
  .site-nav::after { top: 30%; right: 8%; width: 55vw; height: 55vw; }
  h1 { font-size: clamp(55px, 17vw, 102px); }
  h2 { font-size: clamp(43px, 14vw, 80px); }
  .hero-cinematic { min-height: 100svh; }
  .hero-kicker { top: 105px; }
  .hero-inner { min-height: 100svh; padding-bottom: 18px; }
  .hero-copy { padding-bottom: 168px; }
  .hero-copy h1 { margin-bottom: 20px; font-size: clamp(50px, 15vw, 90px); }
  .hero-copy .lead { font-size: 14px; }
  .hero-foot { position: absolute; right: var(--pad); bottom: 18px; left: var(--pad); grid-template-columns: auto 1fr; gap: 12px; }
  .hero-foot .micro:last-child { display: none; }
  .hero-controls { right: var(--pad); bottom: 76px; }
  .hero-thumbs { right: var(--pad); bottom: 137px; left: var(--pad); justify-content: flex-end; }
  .hero-thumb { width: 59px; height: 39px; }
  .hero-scroll { display: none; }
  .band { padding: 90px 0; }
  .band-kicker { display: block; }
  .band-kicker .micro { display: block; margin-bottom: 24px; }
  .editorial-heading { margin-bottom: 52px; }
  .capability-row { grid-template-columns: 40px 1fr 22px; gap: 13px; min-height: 125px; }
  .capability-row p { grid-column: 2 / -1; margin-top: -14px; font-size: 12px; }
  .capability-row .row-arrow { grid-column: 3; grid-row: 1; }
  .work-reel { display: block; }
  .work-tile, .work-tile:nth-child(2), .work-tile:nth-child(3), .work-tile:nth-child(4), .work-tile:nth-child(5) { min-height: 360px; margin-bottom: 10px; }
  .manifesto { min-height: 580px; }
  .manifesto-image { right: -15%; width: 105vw; opacity: .36; }
  .cta-panel { min-height: 450px; display: block; padding: 28px 22px; }
  .cta-panel .button-primary, .cta-panel .button-secondary { margin-top: 34px; }
  .page-hero { height: auto; min-height: auto; display: block; padding: 128px 0 60px; }
  .page-hero::before { top: 17%; right: -35%; width: 100vw; height: 100vw; }
  .page-hero::after { top: 24%; right: -7%; width: 66vw; height: 66vw; }
  .page-hero .container { width: min(var(--max), calc(100% - (var(--pad) * 2))); padding-right: 0; }
  .page-hero h1 { max-width: 650px; margin-bottom: 19px; font-size: clamp(43px, 10.5vw, 68px); }
  .page-hero .lead { max-width: 560px; font-size: 14px; }
  .page-hero-meta { margin-top: 24px; }
  .page-hero-art { position: relative; top: auto; right: auto; bottom: auto; width: calc(100% - (var(--pad) * 2)); height: 270px; margin: 43px auto 0; clip-path: none; }
  .page-hero-art img, .page-hero-art::before, .page-hero-art::after { clip-path: none; }
  .page-hero-art img { object-position: 66% center; }
  .page-hero-art-label { right: 14px; bottom: 14px; font-size: 8px; }
  .preflight-signal { grid-template-columns: 1fr; max-width: 520px; }
  .section-heading, .work-intro { display: block; }
  .section-heading .micro { max-width: none; margin-top: 19px; text-align: left; }
  .service-row { grid-template-columns: 36px 1fr; gap: 11px 16px; padding: 21px 0; }
  .service-row:hover { padding: 21px 10px; }
  .service-row p { grid-column: 2; }
  .service-row .button-secondary { grid-column: 2; }
  .card-grid, .engagement-grid, .work-notes { grid-template-columns: 1fr; }
  .card { min-height: 285px; }
  .card h3 { margin-top: 70px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 33px; }
  .split-panel { display: block; }
  .feature-list { grid-template-columns: 1fr; margin-top: 60px; }
  .toolkit { grid-template-columns: 1fr; gap: 30px; padding: 25px 20px; }
  .toolkit-tags { justify-content: flex-start; }
  .engagement-card { min-height: 310px; }
  .engagement-card h3 { margin-top: 65px; }
  .studio-statement { padding: 30px 0 30px 26px; }
  .contact-form { padding: 25px 18px; }
  .contact-page .contact-intake-art { min-height: 350px; height: min(72vw, 410px); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-footer { display: block; }
  .form-footer .button-primary { margin-top: 20px; }
  .footer-main, .footer-bottom { display: block; }
  .footer-links { margin-top: 30px; }
  .footer-bottom { margin-top: 60px; }
  .footer-bottom span + span { display: block; margin-top: 10px; }
  .project-hero { min-height: auto; display: block; padding: 138px 0 70px; }
  .project-hero-content { width: min(var(--max), calc(100% - (var(--pad) * 2))); }
  .project-hero h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(48px, 12vw, 78px); }
  .project-hero .lead { font-size: 14px; }
}

@media (max-width: 680px) and (max-height: 620px) {
  .hero-inner { padding-bottom: 14px; }
  .hero-copy { padding-bottom: 156px; }
  .hero-copy h1 { margin-bottom: 14px; font-size: clamp(48px, 14.4vw, 78px); }
  .hero-copy .lead { max-width: 250px; font-size: 12px; line-height: 1.4; }
  .hero-thumbs { bottom: 124px; }
  .hero-thumb { width: 55px; height: 36px; }
  .hero-controls { bottom: 68px; }
  .hero-control { width: 38px; height: 38px; }
  .hero-foot { bottom: 14px; }
  .hero-index { font-size: 16px; }
  .hero-foot .micro { font-size: 8px; }
}

/* Multi-route home index: a visual launcher for the separate studio routes. */
.index-page { min-height: 100svh; overflow: hidden; background: var(--black); }
.index-page .site-header { z-index: 40; }
.index-header .menu-toggle { display: none; }
.route-header .menu-toggle { display: none; }
.index-top-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); margin-left: auto; margin-right: 10px; }
.index-top-nav a { color: var(--paper); font-family: var(--display); font-size: clamp(11px, 1.05vw, 16px); letter-spacing: .02em; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.index-top-nav a:hover, .index-top-nav a:focus-visible { color: var(--cyan); transform: translateY(-2px); }
.index-top-nav a.nav-contact { color: var(--cyan); }
.index-top-nav a.nav-contact:hover, .index-top-nav a.nav-contact:focus-visible { color: var(--paper); }
.index-shell { height: 100svh; overflow: hidden; }
.index-stage { position: relative; height: 100svh; min-height: 650px; overflow: hidden; background: #060809; }
.index-atmosphere { position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .28; background: radial-gradient(ellipse at 48% 38%, rgba(94,228,234,.16), transparent 36%), linear-gradient(180deg, rgba(5,6,7,.15), rgba(5,6,7,.7)); mix-blend-mode: screen; }
.index-panels { position: absolute; inset: 0; z-index: 1; display: grid; grid-template-columns: .78fr 2.5fr .86fr .78fr; padding: 0 4px; transition: grid-template-columns .8s cubic-bezier(.22,1,.36,1); }
.index-panels[data-active="systems"] { grid-template-columns: 2.5fr .78fr .86fr .78fr; }
.index-panels[data-active="studio"] { grid-template-columns: .78fr .86fr 2.5fr .78fr; }
.index-panels[data-active="brief"] { grid-template-columns: .78fr .86fr .78fr 2.5fr; }
.index-panel { position: relative; min-width: 0; isolation: isolate; overflow: visible; margin-left: -7vw; clip-path: none; color: var(--paper); transition: filter .8s ease, opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.index-panel.active { margin-left: 0; }
.index-panel img, .index-panel-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.index-panel img, .index-panel-shade { clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%); }
.index-panel:first-child img, .index-panel:first-child .index-panel-shade { clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%); }
.index-panel:last-child img, .index-panel:last-child .index-panel-shade { clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%); }
.index-panel img { z-index: -2; object-fit: cover; filter: grayscale(.8) saturate(.55) brightness(.42) contrast(1.08); transform: scale(1.08); transition: filter .8s ease, transform 1.1s cubic-bezier(.22,1,.36,1); }
.index-panel-shade { z-index: -1; background: linear-gradient(180deg, rgba(5,6,7,.72), rgba(5,6,7,.15) 42%, rgba(5,6,7,.9)), linear-gradient(90deg, rgba(5,6,7,.5), transparent 60%); }
.index-panel:not(.active) { opacity: .72; }
.index-panel.active { z-index: 2; opacity: 1; }
.index-panel.active img { filter: grayscale(.08) saturate(.9) brightness(.66) contrast(1.1); transform: scale(1); }
.index-panel-inner { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; overflow: visible; padding: 132px clamp(27px, 3vw, 58px) 105px; }
.index-panel-top { display: flex; justify-content: space-between; gap: 18px; color: rgba(241,236,223,.78); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.index-panel-top span:first-child { color: var(--orange); }
.index-panel:not(.active) .index-panel-top { justify-content: center; }
.index-panel:not(.active) .index-panel-top span:last-child { display: none; }
.index-panel-copy { max-width: 620px; margin-top: auto; opacity: 0; transform: translateY(18px); transition: opacity .5s ease .18s, transform .7s cubic-bezier(.22,1,.36,1) .18s; }
.index-panel.active .index-panel-copy { opacity: 1; transform: none; }
.index-panel-copy .micro { display: block; margin-bottom: 18px; color: var(--cyan); }
.index-panel-copy h1, .index-panel-copy h2 { overflow: visible; text-wrap: balance; margin-bottom: 20px; color: var(--paper); font-size: clamp(50px, 6.1vw, 108px); letter-spacing: -.09em; }
.index-panel-copy h2 { font-size: clamp(42px, 5vw, 84px); }
.index-panel-copy h1 em, .index-panel-copy h2 em { color: var(--cyan); font-family: var(--serif); font-style: normal; font-weight: 300; letter-spacing: -.055em; }
.index-panel-copy p { max-width: 455px; margin-bottom: 28px; color: rgba(241,236,223,.78); font-size: 14px; line-height: 1.55; }
.index-enter { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 8px; border-bottom: 1px solid rgba(241,236,223,.7); color: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.index-enter b { color: var(--orange); font-family: var(--display); font-size: 17px; font-weight: 400; line-height: 0; }
.index-panel:hover img, .index-panel:focus-visible img { transform: scale(1.02); }
.index-stage-top { position: absolute; top: 102px; right: var(--pad); left: var(--pad); z-index: 5; display: flex; justify-content: space-between; pointer-events: none; }
.index-stage-top .micro { color: var(--paper-dim); }
.index-instruction { color: rgba(241,236,223,.62); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.index-stage-rail { position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 18px var(--pad) 22px; border-top: 1px solid rgba(241,236,223,.22); background: linear-gradient(90deg, rgba(5,6,7,.82), rgba(5,6,7,.42), rgba(5,6,7,.75)); }
.index-stage-rail > div:first-child { display: grid; gap: 7px; }
.index-stage-rail .micro { color: var(--paper-dim); }
.index-stage-rail strong { color: var(--paper); font-family: var(--serif); font-size: clamp(18px, 1.9vw, 28px); font-weight: 400; line-height: 1; }
.index-stage-count { display: flex; gap: 20px; color: rgba(241,236,223,.68); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.index-stage-count span::before { margin-right: 7px; color: var(--orange); content: '↗'; }

/* Project dossier route: the individual film opens as its own destination. */
.project-hero { position: relative; min-height: min(760px, 92svh); display: flex; align-items: center; overflow: hidden; padding: 136px 0 80px; border-bottom: 1px solid var(--line); background: var(--black); }
.project-hero-image, .project-hero-image::after { position: absolute; inset: 0; }
.project-hero-image::after { background: linear-gradient(90deg, rgba(5,6,7,.93), rgba(5,6,7,.44) 48%, rgba(5,6,7,.1)), linear-gradient(0deg, rgba(5,6,7,.95), transparent 55%, rgba(5,6,7,.18)); content: ''; }
.project-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.1) brightness(.67); transform: scale(1.02); }
.project-hero-content { position: relative; z-index: 1; width: min(var(--max), calc(100% - (var(--pad) * 2))); }
.project-hero h1 { max-width: 760px; margin-bottom: 23px; font-size: clamp(52px, 6.7vw, 102px); line-height: .96; }
.project-hero h1 em { color: var(--cyan); font-family: var(--serif); font-size: 1.05em; font-style: normal; font-weight: 300; letter-spacing: -.06em; }
.project-hero .lead { max-width: 500px; font-size: 15px; }
.project-body-grid h2, .project-watch h2 { font-size: clamp(36px, 4.4vw, 72px); }
.project-meta-grid { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 44px 0 34px; }
.project-meta-grid div { display: grid; gap: 6px; min-width: 130px; }
.project-meta-grid strong { color: var(--paper); font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1; }
.project-meta-grid .micro { color: var(--orange); }
.project-body-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: start; }
.project-body-grid h2 { max-width: 650px; margin-bottom: 0; }
.project-body-grid h2 em { color: var(--cyan); font-family: var(--serif); font-style: normal; font-weight: 300; }
.project-body-copy { max-width: 530px; color: var(--paper-dim); font-size: 15px; }
.project-body-copy p { margin-bottom: 20px; }
.project-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 85px; border-top: 1px solid var(--line); }
.project-note { min-height: 220px; padding: 24px 28px 0 0; border-right: 1px solid var(--line); }
.project-note + .project-note { padding-left: 28px; }
.project-note:last-child { border-right: 0; }
.project-note h3 { margin: 54px 0 10px; font-size: 25px; }
.project-note p { margin: 0; color: var(--muted); font-size: 13px; }
.project-watch { position: relative; min-height: 410px; display: flex; align-items: end; overflow: hidden; padding: 32px; border: 1px solid var(--line); background: var(--panel); }
.project-watch::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,7,.95), transparent 65%), url('../assets/film-beacon-space.jpg') center / cover; content: ''; opacity: .62; filter: saturate(.8); }
.project-watch > * { position: relative; z-index: 1; }
.project-watch h2 { max-width: 550px; margin-bottom: 18px; font-size: clamp(43px, 5.5vw, 80px); }
.project-watch h2 em { color: var(--cyan); font-family: var(--serif); font-style: normal; font-weight: 300; }

@media (max-width: 900px) {
  .index-page { overflow: auto; }
  .index-shell { height: auto; min-height: 100svh; overflow: visible; }
  .index-stage { min-height: 760px; height: 100svh; }
  .index-header .menu-toggle { display: grid; }
  .route-header .menu-toggle { display: grid; }
  .index-top-nav { display: none; }
  .index-panels { inset: 0 12px 74px; display: grid; grid-template-columns: repeat(2, 1fr) !important; grid-template-rows: 1fr 1fr 1fr; gap: 3px; padding: 90px 0 0; transition: none; }
  .index-panel, .index-panel:first-child, .index-panel:last-child { min-height: 0; margin: 0; clip-path: none; }
  .index-panel img, .index-panel-shade { clip-path: none; }
  .index-panel.active { grid-column: 1 / -1; grid-row: 1; }
  .index-panel:not(.active) { min-height: 0; }
  .index-panel-inner { padding: 18px 18px 22px; }
  .index-panel-top { font-size: 8px; }
  .index-panel:not(.active) .index-panel-top { justify-content: space-between; }
  .index-panel:not(.active) .index-panel-top span:last-child { display: block; }
  .index-panel-copy h1, .index-panel-copy h2 { margin-bottom: 10px; font-size: clamp(32px, 8vw, 56px); }
  .index-panel-copy p { display: none; }
  .index-panel-copy .micro { margin-bottom: 8px; font-size: 8px; }
  .index-enter { padding-bottom: 5px; font-size: 8px; }
  .index-stage-top { top: 70px; }
  .index-instruction { display: none; }
  .index-stage-rail { padding: 13px 18px 16px; }
  .index-stage-rail strong { font-size: 17px; }
  .index-stage-count { display: none; }
}

@media (max-width: 520px) {
  .index-stage { min-height: 650px; }
  .index-panels { right: 8px; left: 8px; padding-top: 82px; }
  .index-panel-inner { padding: 14px 13px 16px; }
  .index-panel-copy h1, .index-panel-copy h2 { font-size: clamp(28px, 8.8vw, 44px); }
  .index-stage-rail strong { max-width: 250px; font-size: 16px; }
}

@media (max-width: 680px) {
  .project-hero { min-height: auto; padding: 138px 0 70px; }
  .project-hero h1 { font-size: clamp(48px, 12vw, 78px); }
  .project-meta-grid { gap: 18px; margin-top: 34px; }
  .project-meta-grid div { min-width: 105px; }
  .project-body-grid { display: block; }
  .project-body-grid h2 { margin-bottom: 35px; }
  .project-notes { grid-template-columns: 1fr; margin-top: 55px; }
  .project-note, .project-note + .project-note { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-note h3 { margin-top: 28px; }
  .project-note:last-child { border-bottom: 0; }
  .project-watch { min-height: 340px; padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
