:root {
  --ink: #11171a;
  --night: #101719;
  --paper: #e9e6dd;
  --muted: #a4aaa6;
  --line: rgba(17, 23, 26, 0.18);
  --line-light: rgba(255, 255, 255, 0.18);
  --acid: #ef5b2a;
  --blue: #68aef3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }

.topbar { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; color: white; mix-blend-mode: difference; }
.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.wordmark-mark { width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.wordmark-mark::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: currentColor; }
.topbar-meta { display: flex; gap: 48px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar-meta a { text-decoration: none; border-bottom: 1px solid; padding-bottom: 3px; }

.dark-panel { background: var(--night); color: var(--paper); }
.paper { background: var(--paper); }
.section-label { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before { content: "•"; color: var(--acid); margin-right: 9px; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(44px, 7vw, 112px); line-height: .9; letter-spacing: -.055em; font-weight: 600; }
h2 span, h2 em { color: var(--acid); font-weight: 400; font-style: italic; font-family: Georgia, serif; }

.hero { min-height: 100svh; position: relative; overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,12,.78) 0%, rgba(5,10,12,.25) 62%, rgba(5,10,12,.18)), linear-gradient(0deg, rgba(5,10,12,.6), transparent 50%); }
.hero-copy { position: absolute; left: 4vw; bottom: 13vh; max-width: 1050px; }
.hero-copy .eyebrow { margin-bottom: 34px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(72px, 12.5vw, 205px); line-height: .75; letter-spacing: -.075em; font-weight: 600; }
.hero h1 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { width: min(470px, 80vw); margin: 46px 0 0 42%; font-size: 17px; line-height: 1.45; }
.hero-foot { position: absolute; bottom: 24px; left: 28px; right: 28px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; border-top: 1px solid var(--line-light); padding-top: 13px; }

.statement { padding: 140px 4vw 155px; }
.statement-grid { margin-top: 95px; display: grid; grid-template-columns: 1.7fr .75fr; gap: 8vw; align-items: end; }
.statement h2 { margin: 0; }
.statement-copy { padding-bottom: 5px; font-size: 18px; line-height: 1.55; }
.statement-copy p:last-child { margin-bottom: 0; }

.route { padding: 6vw 4vw; display: grid; grid-template-columns: 1.5fr .7fr; gap: 7vw; align-items: center; min-height: 100vh; }
.route-image-wrap { position: relative; }
.route-image-wrap img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.route-index { position: absolute; top: -26px; right: -26px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: white; font-size: 12px; }
.route-copy h2 { margin: 55px 0 45px; font-size: clamp(52px, 6.4vw, 100px); }
.route-copy > p:not(.section-label) { font-size: 20px; line-height: 1.45; }
.route-copy .small-copy { color: var(--muted); font-size: 14px !important; }
.micro-rule { width: 44px; height: 1px; background: var(--acid); margin: 35px 0; }

.angles { padding: 130px 4vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: center; }
.angles-copy h2 { margin: 62px 0 45px; font-size: clamp(52px, 6vw, 92px); }
.angles-copy > p:not(.section-label) { max-width: 520px; font-size: 18px; line-height: 1.55; }
.angles-figure { margin: 0; }
.angles-figure img { width: 100%; border-radius: 50%; }
.angles-figure figcaption { display: flex; justify-content: space-between; margin-top: 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.angle-list { list-style: none; padding: 0; margin: 50px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.angle-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.angle-list b { display: inline-block; width: 34px; color: var(--acid); }

.refine { padding: 135px 4vw 120px; }
.refine-header { display: flex; justify-content: space-between; align-items: flex-start; }
.refine-header h2 { max-width: 970px; margin: 0; text-align: right; }
.refine-gallery { margin-top: 100px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.refine-card { margin: 0; }
.refine-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.refine-card.card-large { grid-row: span 2; }
.refine-card.card-large img { height: calc(100% - 28px); }
.refine-card figcaption { display: flex; justify-content: space-between; padding-top: 9px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.refine-notes { margin: 100px 0 0 42%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; font-size: 17px; line-height: 1.5; }
.refine-notes p:last-child { color: var(--acid); }

.films { padding: 140px 4vw; }
.films-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; }
.films-heading h2 { margin: 60px 0 0; }
.films-heading > p { font-size: 16px; line-height: 1.5; }
.player-shell { position: relative; margin-top: 100px; background: #050708; }
#showreel { width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.player-label { display: grid; grid-template-columns: 1fr 2fr 1fr; color: white; padding: 14px 16px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.player-label span:last-child { text-align: right; color: var(--muted); }
.film-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 34px; }
.film-tab { appearance: none; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; padding: 24px 16px; cursor: pointer; transition: background .2s, color .2s; }
.film-tab span { display: block; color: var(--acid); font-size: 10px; margin-bottom: 18px; }
.film-tab:hover, .film-tab.active { background: var(--ink); color: var(--paper); }

.pipeline { padding: 140px 4vw 110px; }
.pipeline > h2 { margin: 72px 0 95px; }
.pipeline-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.pipeline-steps article { min-height: 270px; padding: 20px 24px 30px 0; border-right: 1px solid var(--line-light); }
.pipeline-steps article:not(:first-child) { padding-left: 24px; }
.pipeline-steps span { color: var(--acid); font-size: 11px; }
.pipeline-steps h3 { margin-top: 95px; font-size: 20px; font-weight: 500; }
.pipeline-steps p { color: var(--muted); line-height: 1.5; font-size: 14px; }
.timing-note { max-width: 640px; margin: 70px 0 0 50%; padding-left: 28px; border-left: 2px solid var(--acid); color: var(--muted); line-height: 1.5; }
.timing-note b { color: var(--paper); display: block; margin-bottom: 8px; }

.scope { padding: 140px 4vw; }
.scope-top { display: flex; justify-content: space-between; }
.scope-price { text-align: right; font-size: clamp(44px, 6vw, 88px); line-height: .8; letter-spacing: -.055em; }
.scope-price span { display: block; margin-bottom: 18px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scope > h2 { margin: 80px 0 100px; }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-stat { padding: 34px 20px 40px 0; border-right: 1px solid var(--line); }
.scope-stat:not(:first-child) { padding-left: 20px; }
.scope-stat strong { display: block; font-size: clamp(48px, 6vw, 90px); font-weight: 500; letter-spacing: -.06em; }
.scope-stat span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.deliverables { margin-top: 90px; display: grid; grid-template-columns: 1fr 2fr; }
.deliverables h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.deliverables ul { padding: 0; margin: 0; list-style: none; columns: 2; column-gap: 60px; }
.deliverables li { padding: 12px 0; border-top: 1px solid var(--line); break-inside: avoid; font-size: 14px; }

.limits { padding: 140px 4vw; }
.limits-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; margin-top: 90px; }
.limits-grid h2 { font-size: clamp(54px, 7vw, 100px); }
.limit-items article { display: grid; grid-template-columns: 70px 1fr; border-top: 1px solid var(--line-light); padding: 24px 0 34px; }
.limit-items article > span { color: var(--acid); font-size: 11px; }
.limit-items h3 { margin: 0 0 12px; font-size: 22px; font-weight: 500; }
.limit-items p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; max-width: 560px; }

.closing { min-height: 90vh; padding: 140px 4vw 50px; display: flex; flex-direction: column; }
.closing h2 { margin: auto 0; font-size: clamp(60px, 10vw, 150px); }
.back-link { align-self: flex-end; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 5px; }
footer { color: var(--paper); padding: 28px 4vw; display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.cursor-glow { position: fixed; z-index: 30; pointer-events: none; width: 8px; height: 8px; background: var(--acid); border-radius: 50%; transform: translate(-50%, -50%); mix-blend-mode: difference; opacity: 0; transition: opacity .2s; }

@media (max-width: 800px) {
  .topbar { padding: 18px; }
  .topbar-meta { display: none; }
  .hero-copy { left: 18px; right: 18px; bottom: 16vh; }
  .hero h1 { font-size: clamp(62px, 20vw, 96px); }
  .hero-intro { margin: 36px 0 0; width: 100%; }
  .hero-foot { left: 18px; right: 18px; }
  .hero-foot .scroll-cue { display: none; }
  .statement, .angles, .films, .pipeline, .scope, .limits, .closing, .refine { padding: 90px 20px; }
  .statement-grid, .route, .angles, .films-heading, .limits-grid { grid-template-columns: 1fr; }
  .statement-grid { margin-top: 65px; }
  .route { padding: 90px 20px; gap: 70px; }
  .route-image-wrap { order: 2; }
  .angles-figure { margin-top: 40px; }
  .refine-header { display: block; }
  .refine-header h2 { margin-top: 55px; text-align: left; }
  .refine-gallery { grid-template-columns: 1fr; margin-top: 60px; }
  .refine-card.card-large { grid-row: auto; }
  .refine-notes { margin: 70px 0 0; grid-template-columns: 1fr; gap: 15px; }
  .films-heading > p { margin-top: 40px; }
  .film-tabs, .pipeline-steps, .scope-grid { grid-template-columns: 1fr 1fr; }
  .film-tab { padding: 18px 12px; }
  .player-label { grid-template-columns: 1fr 2fr; }
  .player-label span:last-child { display: none; }
  .pipeline-steps article { min-height: 230px; }
  .pipeline-steps h3 { margin-top: 60px; }
  .timing-note { margin: 60px 0 0; }
  .scope-price { font-size: 44px; }
  .scope > h2 { margin: 80px 0; }
  .deliverables { grid-template-columns: 1fr; gap: 30px; }
  .deliverables ul { columns: 1; }
  .closing { min-height: 75vh; }
  footer span:nth-child(2) { display: none; }
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
