:root {
  --ink: #0B0B0D;
  --ink-deep: #050506;
  --ink-soft: #16161A;
  --paper: #F1E9D2;
  --paper-2: #E8DEC1;
  --paper-line: #C9B984;
  --amber: #E8A53A;
  --amber-bright: #F5BC52;
  --cream: #F4ECD7;
  --grey: #8A8377;
  --max-w: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
*, *::before, *::after { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

::selection { background: var(--amber); color: var(--ink); }

/* ===== TOP NAV ===== */
.topnav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(0);
  transition: backdrop-filter 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
.topnav.scrolled {
  backdrop-filter: blur(14px);
  background: rgba(11,11,13,0.7);
  padding: 12px 5vw;
  border-bottom: 1px solid rgba(232,165,58,0.15);
}
.topnav .brand {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  color: var(--cream);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.topnav .brand .dot { color: var(--amber); }
.topnav .nav-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* page links inside nav */
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  position: relative;
  padding: 4px 0;
  opacity: 0.85;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1);
}
.nav-links a:hover { color: var(--amber); opacity: 1; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--amber); opacity: 1; }
.nav-links a.active::after { transform: scaleX(1); }

.topnav .frame-counter {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--amber);
  text-transform: uppercase;
}
.topnav .cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--ink);
  background: var(--amber);
  padding: 9px 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.topnav .cta:hover { background: var(--amber-bright); transform: translateY(-1px); }

/* mobile menu toggle */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(232,165,58,0.45);
  color: var(--amber);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  padding: 8px 12px;
  cursor: pointer;
  text-transform: uppercase;
}

/* progress bar */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: var(--amber);
  width: 0%;
  z-index: 101;
  transition: width 0.05s linear;
}

/* ===== SHARED ===== */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 5vw;
  width: 100%;
}

.mono {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
}
.mono.amber { color: var(--amber); }
.mono.dim { opacity: 0.55; }

.display {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.amber-dot { color: var(--amber); font-weight: 400; }

.scene-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 18px;
  margin-bottom: 64px;
  border-bottom: 1px solid currentColor;
  border-color: rgba(232,165,58,0.4);
}

/* ===== REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.2,0.8,0.2,1), transform 0.9s cubic-bezier(0.2,0.8,0.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }

/* film grain overlay */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.85  0 0 0 0 0.6  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.45;
  mix-blend-mode: overlay;
}

/* viewfinder brackets */
.brackets {
  position: absolute;
  inset: 4vw;
  pointer-events: none;
}
.brackets::before, .brackets::after,
.brackets-2::before, .brackets-2::after {
  content: '';
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--amber);
  opacity: 0.7;
}
.brackets::before { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.brackets::after  { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.brackets-2 { position: absolute; inset: 4vw; pointer-events: none; }
.brackets-2::before { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.brackets-2::after  { bottom: 0; right: 0; border-left: 0; border-top: 0; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--ink);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(232,165,58,0.10), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(232,165,58,0.04), transparent 50%),
    var(--ink);
}

.hero-meta {
  position: absolute;
  top: 110px;
  left: 5vw;
  right: 5vw;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

.slate {
  border: 1px solid rgba(232,165,58,0.45);
  padding: 12px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
}
.slate .k {
  font-family: 'JetBrains Mono', monospace;
  color: var(--amber);
  font-size: 10px;
  letter-spacing: 0.22em;
}
.slate .v {
  font-family: 'JetBrains Mono', monospace;
  color: var(--cream);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 140px 5vw 100px;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--cream);
  line-height: 0.9;
  letter-spacing: -0.025em;
}
.hero-title .l1 {
  display: block;
  font-size: clamp(64px, 12vw, 200px);
  text-indent: -0.04em;
}
.hero-title .l2 {
  display: block;
  font-size: clamp(64px, 12vw, 200px);
  padding-left: clamp(24px, 8vw, 140px);
}
.hero-title .dot { color: var(--amber); font-style: normal; font-weight: 400; }

.hero-rule {
  height: 1px;
  background: var(--amber);
  width: clamp(120px, 24vw, 280px);
  margin: 32px 0 22px;
  opacity: 0.7;
}

.hero-tagline {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.1vw, 17px);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--cream);
}

.hero-credits {
  margin-top: 6vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
.hero-credits .roman {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--amber);
  font-size: 18px;
  letter-spacing: 0.1em;
}

.hero-vert {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--amber);
  text-transform: uppercase;
  opacity: 0.7;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
}
.scroll-cue .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.scroll-cue .arrow {
  width: 1px;
  height: 32px;
  background: var(--amber);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}
.scroll-cue .arrow::after {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  width: 1px;
  height: 32px;
  background: var(--cream);
  animation: drop 2s ease-in-out infinite;
}
@keyframes drop {
  0% { top: -32px; }
  100% { top: 32px; }
}

/* ===== SUBPAGE HERO (shorter than home hero) ===== */
.page-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
  overflow: hidden;
  padding: 160px 5vw 80px;
}
.page-hero .hero-bg { position: absolute; inset: 0; }
.page-hero .container { position: relative; z-index: 4; }
.page-hero .eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 24px;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(56px, 10vw, 160px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 28px;
}
.page-hero h1 .dot { color: var(--amber); font-style: normal; font-weight: 400; }
.page-hero .sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.45;
  color: var(--cream);
  max-width: 40ch;
  opacity: 0.92;
}

/* breadcrumb under page hero */
.crumbs {
  position: absolute;
  top: 100px;
  left: 5vw;
  right: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
.crumbs .trail {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  opacity: 0.85;
}
.crumbs .trail a {
  color: var(--cream);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.crumbs .trail a:hover { color: var(--amber); opacity: 1; }
.crumbs .trail .sep { margin: 0 10px; opacity: 0.4; }

/* ============================================================
   SCENE — Cream sections
   ============================================================ */
.scene {
  position: relative;
  padding: 140px 0 120px;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}
.scene::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='p'><feTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.15  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23p)'/></svg>");
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.scene > * { position: relative; z-index: 2; }

.scene-numeral {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--amber);
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0.10;
  font-size: clamp(220px, 38vw, 560px);
}

.scene.dark { background: var(--ink); color: var(--cream); }
.scene.dark::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.85  0 0 0 0 0.6  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: screen;
  opacity: 0.4;
}
.scene.dark .scene-header { border-color: rgba(232,165,58,0.35); }

/* ===== ABOUT ===== */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.about-numeral {
  top: 80px;
  right: -8%;
}

.scene-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.015em;
  font-size: clamp(48px, 6vw, 96px);
  margin-bottom: 8px;
}

.lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.45;
  color: var(--ink);
  max-width: 32ch;
}
.scene.dark .lead { color: var(--cream); }

.body-copy {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: var(--ink);
  max-width: 60ch;
}
.scene.dark .body-copy { color: var(--cream); opacity: 0.92; }

.body-copy + .body-copy { margin-top: 20px; }

/* ===== VISION + MISSION ===== */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 24px;
}
.vm-block .vm-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.vm-block .vm-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1;
  margin-bottom: 20px;
  color: var(--cream);
}
.scene:not(.dark) .vm-block .vm-title { color: var(--ink); }

.vm-numeral {
  top: 60px;
  left: -4%;
  opacity: 0.08;
}

/* ===== WHAT WE DO ===== */
.what-numeral {
  bottom: -10%;
  right: -8%;
}

.credits-list {
  list-style: none;
  margin-top: 56px;
  border-top: 1px solid rgba(11,11,13,0.15);
}
.scene.dark .credits-list {
  border-top-color: rgba(244,236,215,0.18);
}
.credits-list li {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(11,11,13,0.15);
  cursor: default;
  transition: padding 0.3s ease;
  position: relative;
}
.scene.dark .credits-list li {
  border-bottom-color: rgba(244,236,215,0.18);
}
.credits-list li::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1);
}
.credits-list li:hover::after { transform: scaleX(1); }
.credits-list li:hover { padding-left: 14px; }
.credits-list li:hover .ttl { color: var(--amber); }

.credits-list .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--amber);
}
.credits-list .ttl {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.1;
  transition: color 0.3s ease;
}
.credits-list .arrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  color: var(--amber);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.credits-list li:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ===== WHY ===== */
.why-numeral {
  top: 60px;
  right: -6%;
  opacity: 0.08;
}

.why-pull {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.2;
  max-width: 22ch;
  margin: 32px 0 56px;
  color: var(--cream);
}
.scene:not(.dark) .why-pull { color: var(--ink); }
.why-pull .quote-mark {
  color: var(--amber);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3em;
  font-style: normal;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -0.18em;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
  max-width: 980px;
}
.why-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: start;
}
.why-item .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--amber);
  padding-top: 5px;
}
.why-item .text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.55;
  color: var(--cream);
}
.scene:not(.dark) .why-item .text { color: var(--ink); }
.why-item .text strong {
  font-weight: 600;
  color: #fff;
}
.scene:not(.dark) .why-item .text strong { color: var(--ink); }

/* ===== TEAM (about page) ===== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 48px 56px;
  margin-top: 24px;
}
.team-card {
  border-top: 1px solid rgba(11,11,13,0.18);
  padding-top: 22px;
}
.scene.dark .team-card { border-top-color: rgba(244,236,215,0.2); }
.team-card .role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-card .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  margin-bottom: 14px;
}
.team-card .bio {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.65;
}

/* ===== TIMELINE / MILESTONES ===== */
.timeline {
  margin-top: 32px;
  border-top: 1px solid rgba(244,236,215,0.18);
}
.scene:not(.dark) .timeline { border-top-color: rgba(11,11,13,0.18); }
.timeline-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(244,236,215,0.18);
  align-items: baseline;
}
.scene:not(.dark) .timeline-row { border-bottom-color: rgba(11,11,13,0.18); }
.timeline-row .yr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--amber);
}
.timeline-row .ev {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
}
.timeline-row .ev .note {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
  opacity: 0.85;
}

/* ===== PORTFOLIO / MEDIA GRID ===== */
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.work-card {
  position: relative;
  grid-column: span 6;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink-soft);
  cursor: pointer;
  border: 1px solid rgba(232,165,58,0.18);
  transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1), border-color 0.3s ease;
}
.work-card.tall  { grid-column: span 4; aspect-ratio: 3 / 4; }
.work-card.wide  { grid-column: span 8; aspect-ratio: 21 / 9; }
.work-card.full  { grid-column: span 12; aspect-ratio: 21 / 9; }
.work-card:hover { transform: translateY(-6px); border-color: var(--amber); }

.work-card .thumb {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(232,165,58,0.14), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(232,165,58,0.06), transparent 50%),
    linear-gradient(135deg, var(--ink-soft) 0%, var(--ink-deep) 100%);
}
.work-card .thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.85  0 0 0 0 0.6  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.6;
  mix-blend-mode: overlay;
}
.work-card .meta {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.work-card .tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
}
.work-card .title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.05;
  color: var(--cream);
  max-width: 22ch;
}
.work-card .row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
.work-card .runtime {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--cream);
  opacity: 0.7;
}
.work-card .play {
  width: 44px; height: 44px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--amber);
  font-size: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
.work-card:hover .play { background: var(--amber); color: var(--ink); }

/* category pills (media page filter visual) */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.pill {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  border: 1px solid rgba(244,236,215,0.25);
  padding: 8px 14px;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.scene:not(.dark) .pill { color: var(--ink); border-color: rgba(11,11,13,0.2); }
.pill:hover { color: var(--amber); border-color: var(--amber); }
.pill.active { color: var(--ink); background: var(--amber); border-color: var(--amber); }

/* stats row */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(244,236,215,0.18);
}
.scene:not(.dark) .stats { border-top-color: rgba(11,11,13,0.18); }
.stat .n {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  color: var(--amber);
  display: block;
}
.stat .l {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 8px;
  opacity: 0.75;
}

/* ===== SERVICES (crypto page tiers) ===== */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.tier {
  border: 1px solid rgba(244,236,215,0.18);
  padding: 32px 28px;
  background: rgba(244,236,215,0.02);
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
}
.scene:not(.dark) .tier {
  border-color: rgba(11,11,13,0.18);
  background: rgba(11,11,13,0.02);
}
.tier:hover { border-color: var(--amber); transform: translateY(-4px); }
.tier .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tier .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  margin-bottom: 14px;
}
.tier .desc {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
  opacity: 0.9;
}
.tier ul {
  list-style: none;
  margin-top: auto;
}
.tier ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0;
  border-top: 1px solid rgba(244,236,215,0.12);
  display: flex;
  gap: 10px;
}
.scene:not(.dark) .tier ul li { border-top-color: rgba(11,11,13,0.12); }
.tier ul li::before {
  content: '/';
  color: var(--amber);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  flex: 0 0 auto;
}

/* process steps (crypto page) */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 32px;
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid rgba(232,165,58,0.4);
}
.step::before {
  counter-increment: step;
  content: '0' counter(step);
  position: absolute;
  top: -14px;
  left: 0;
  background: var(--ink);
  padding-right: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--amber);
}
.scene:not(.dark) .step::before { background: var(--paper); }
.step .h {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  margin-bottom: 12px;
}
.step .p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.9;
}

/* disclaimer block */
.disclaimer {
  margin-top: 56px;
  padding: 24px 28px;
  border: 1px dashed rgba(244,236,215,0.25);
  background: rgba(244,236,215,0.02);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  opacity: 0.85;
}
.scene:not(.dark) .disclaimer {
  border-color: rgba(11,11,13,0.2);
  background: rgba(11,11,13,0.02);
}
.disclaimer strong {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

/* ===== CONTACT ===== */
.contact-section {
  position: relative;
  padding: 140px 0 80px;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}
.contact-section::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='p'><feTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.15  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23p)'/></svg>");
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.contact-section > * { position: relative; z-index: 2; }

.contact-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.25;
  color: var(--ink);
  max-width: 22ch;
  margin: 24px 0 80px;
}
.contact-quote::before {
  content: '“';
  color: var(--amber);
  font-size: 2em;
  line-height: 0;
  vertical-align: -0.32em;
  margin-right: 8px;
  font-style: normal;
}

.producers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 80px;
  margin-bottom: 80px;
  max-width: 880px;
}
.producer .role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.producer .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  margin-bottom: 14px;
}
.producer a.phone {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(11,11,13,0.2);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.producer a.phone:hover {
  color: var(--amber);
  border-bottom-color: var(--amber);
}

.contact-row-line {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-top: 1px solid rgba(11,11,13,0.15);
  align-items: baseline;
}
.contact-row-line:last-of-type { border-bottom: 1px solid rgba(11,11,13,0.15); }
.contact-row-line .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--amber);
  text-transform: uppercase;
}
.contact-row-line .val {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 28px);
}
.contact-row-line a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-row-line a:hover { color: var(--amber); }

.fin-block {
  margin-top: 100px;
  text-align: center;
}
.fin-block .fin {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--amber);
  font-size: clamp(36px, 4.2vw, 60px);
  margin-bottom: 12px;
}
.fin-block .vol {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--ink);
  opacity: 0.55;
  text-transform: uppercase;
}

/* ===== INLINE CTA STRIP ===== */
.cta-strip {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(232,165,58,0.2);
  border-bottom: 1px solid rgba(232,165,58,0.2);
}
.cta-strip .h {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.1;
  max-width: 22ch;
}
.cta-strip .a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--amber);
  padding: 14px 22px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cta-strip .a:hover { background: var(--amber-bright); transform: translateY(-2px); }

/* ===== FOOTER ===== */
footer {
  background: var(--ink);
  padding: 32px 5vw;
  border-top: 1px solid rgba(232,165,58,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--cream);
  opacity: 0.7;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 12px;
}
footer .amber { color: var(--amber); opacity: 1; }
footer .footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
footer .footer-links a {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-links a:hover { color: var(--amber); }

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    inset: 70px 0 0 0;
    background: rgba(11,11,13,0.96);
    backdrop-filter: blur(14px);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 24px 5vw;
    transform: translateY(-110%);
    transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1);
    border-bottom: 1px solid rgba(232,165,58,0.2);
  }
  .nav-links a {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(244,236,215,0.08);
    font-size: 13px;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-toggle { display: inline-block; }
  .topnav .frame-counter { display: none; }
}

@media (max-width: 800px) {
  .topnav { padding: 14px 5vw; }
  .topnav .brand { font-size: 16px; }
  .topnav .cta { font-size: 10px; padding: 8px 12px; }

  .hero-meta { top: 80px; flex-direction: column; gap: 16px; }
  .slate { padding: 10px 14px; }
  .slate .k, .slate .v { font-size: 9px; }
  .hero-content { padding: 200px 5vw 120px; }
  .hero-vert { display: none; }
  .hero-credits { font-size: 14px; }
  .hero-credits .roman { font-size: 14px; }

  .page-hero { min-height: 60vh; padding: 140px 5vw 60px; }
  .crumbs { top: 80px; }

  .scene, .contact-section { padding: 80px 0; }
  .scene-header { margin-bottom: 36px; }
  .about-grid, .vm-grid { grid-template-columns: 1fr; gap: 28px; }
  .lead { max-width: 100%; }
  .credits-list { margin-top: 36px; }
  .credits-list li { grid-template-columns: 50px 1fr 30px; padding: 18px 0; }
  .credits-list .num { font-size: 11px; }
  .credits-list li:hover { padding-left: 0; }
  .why-pull { margin: 20px 0 36px; }
  .why-grid { grid-template-columns: 1fr; gap: 24px; }
  .producers { grid-template-columns: 1fr; gap: 36px; margin-bottom: 56px; }
  .contact-row-line { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .fin-block { margin-top: 60px; }

  .work-card,
  .work-card.tall,
  .work-card.wide,
  .work-card.full { grid-column: span 12; aspect-ratio: 16 / 10; }

  .timeline-row { grid-template-columns: 80px 1fr; gap: 20px; }

  footer { flex-direction: column; align-items: flex-start; padding: 28px 5vw; }
  .cta-strip { padding: 60px 5vw; flex-direction: column; align-items: flex-start; }
}

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

/* ===== PRINT — optimised for PDF export ===== */
@media print {
  @page { size: A4 portrait; margin: 0; }

  html, body {
    background: var(--ink);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  .topnav, .progress, .scroll-cue, .grain { display: none !important; }

  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

  .hero, .scene, .contact-section, .page-hero {
    page-break-after: always;
    break-after: page;
    page-break-inside: avoid;
    min-height: 100vh;
    padding: 60px 8vw;
  }
  .hero { padding: 80px 8vw 60px; }
  footer { page-break-before: avoid; padding: 24px 8vw; }

  .hero { min-height: auto; }
  .hero-meta { position: static; display: flex; justify-content: space-between; margin-bottom: 60px; }
  .hero-content { padding: 0; }
  .hero-vert { display: none; }
  .hero-title .l1, .hero-title .l2 { font-size: 90px; }

  .scene-numeral { font-size: 280px; opacity: 0.10; }

  .scene::after, .contact-section::after { opacity: 0.35; }

  .about-grid, .vm-grid, .why-grid, .producers, .credits-list,
  .vm-block, .why-item, .producer, .contact-row-line,
  .team-card, .tier, .step, .work-card, .timeline-row { break-inside: avoid; page-break-inside: avoid; }

  .credits-list li { padding: 18px 0; }
  .credits-list li:hover::after { transform: none; }
  .credits-list .arrow { display: none; }

  .fin-block { margin-top: 60px; }

  a { color: inherit; text-decoration: none; }
}
