:root {
  --bg: #08090b;
  --panel: #0d0f12;
  --panel-2: #111419;
  --text: #f2f3f5;
  --muted: #9b9fa8;
  --faint: #676c75;
  --line: rgba(255,255,255,.14);
  --line-soft: rgba(255,255,255,.08);
  --pad: clamp(20px, 4vw, 64px);
  --max: 1560px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { background: #f2f3f5; color: #08090b; }
.site-header { height: 68px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); background: rgba(8,9,11,.84); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.wordmark { font-size: 12px; font-weight: 700; letter-spacing: .16em; }
nav { display: flex; gap: clamp(16px, 2.4vw, 38px); }
nav a, footer, .eyebrow, .micro, .index { font-size: 10px; letter-spacing: .15em; font-weight: 700; }
nav a { color: var(--muted); transition: color .2s ease; }
nav a:hover { color: var(--text); }
.hero { width: 100%; background: #000; overflow: hidden; line-height: 0; }
.hero-video { width: 100%; height: auto; display: block; }
.hero-video-mobile { display: none; }
.hero-fallback { min-height: 56vw; display: grid; place-items: center; background:#000; }
.brand-ticker { background: #08090b; overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line); height: clamp(84px, 7vw, 112px); display:flex; align-items:center; }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 34s linear infinite; will-change: transform; }
.ticker-track img { width: auto; height: clamp(84px, 7vw, 112px); display: block; flex: none; filter: invert(1); }
@keyframes ticker { to { transform: translateX(-50%); } }
.section-pad { padding: clamp(88px, 11vw, 176px) var(--pad); max-width: var(--max); margin: 0 auto; }
.eyebrow { margin: 0 0 28px; color: var(--muted); }
.statement { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; }
.statement h1 { margin: 0; font-size: clamp(60px, 10.4vw, 172px); line-height: .86; letter-spacing: -.07em; font-weight: 500; max-width: 1320px; }
.statement-bottom { margin-top: clamp(48px, 7vw, 100px); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: end; }
.lede { margin: 0 0 0 auto; max-width: 760px; font-size: clamp(22px, 2.35vw, 37px); line-height: 1.17; letter-spacing: -.035em; }
.micro { margin: 0; color: var(--faint); line-height: 1.7; white-space: nowrap; }
.reel { padding-top: 0; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 520px); gap: 50px; align-items: end; margin-bottom: 28px; border-top: 1px solid var(--line); padding-top: 20px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2 { margin:0; font-size:clamp(36px,4.5vw,72px); font-weight:500; letter-spacing:-.05em; line-height:.95; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.vimeo-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.vimeo-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.producer-grid { display: grid; grid-template-columns: minmax(300px,.85fr) 1.55fr; gap: clamp(60px,9vw,150px); border-top: 1px solid var(--line); }
.producer-intro h2, .experience h2, .contact h2 { margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.producer-intro h2 { font-size: clamp(50px,6vw,94px); }
.capabilities article { display: grid; grid-template-columns: 48px 145px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); align-items: start; }
.capabilities article:first-child { border-top: 0; padding-top: 0; }
.capabilities span { color: var(--faint); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.capabilities h3 { margin: 0; font-size: 19px; font-weight: 500; }
.capabilities h3.develop { color: #4f6278; }
.capabilities h3.produce { color: #526b5a; }
.capabilities h3.deliver { color: #766746; }
.capabilities p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.48; max-width: 650px; }
.experience { border-top: 1px solid var(--line); }
.experience-label { display:flex; justify-content:space-between; align-items:start; }
.index { color:var(--faint); }
.experience-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,150px); align-items: start; }
.experience h2 { font-size: clamp(56px,7.2vw,116px); }
.experience-copy p { margin: 6px 0 0; color: var(--muted); font-size: clamp(20px,2vw,30px); line-height: 1.37; letter-spacing: -.025em; }
.skills { margin-top: 96px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.skills span { padding: 20px 24px 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.contact { border-top: 1px solid var(--line); min-height: 78vh; display: flex; flex-direction: column; justify-content: center; }
.contact h2 { font-size: clamp(64px,10vw,164px); max-width: 1250px; }
.contact-links { margin-top: clamp(52px,7vw,96px); display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; border-top: 1px solid var(--line); padding-top: 22px; }
.contact-links .email { font-size: clamp(20px,2.3vw,34px); letter-spacing: -.03em; }
.contact-links .resume { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; transition: color .2s ease; }
.contact-links a:hover { color: #fff; }
footer { min-height: 90px; padding: 0 var(--pad); border-top: 1px solid var(--line); color: var(--faint); display: flex; justify-content: space-between; align-items: center; }
footer a { transition: color .2s ease; }
footer a:hover { color:var(--text); }
@media (max-width: 760px) {
  .site-header { height: 58px; }
  nav { gap: 15px; }
  nav a:nth-child(2) { display: none; }
  .hero-video-desktop { display: none; }
  .hero-video-mobile { display: block; }
  .brand-ticker { height: 72px; }
  .ticker-track { animation-duration: 28s; }
  .ticker-track img { height: 72px; }
  .section-pad { padding-top: 92px; padding-bottom: 92px; }
  .statement { min-height: auto; }
  .statement h1 { font-size: clamp(62px,19vw,94px); }
  .statement-bottom { display:block; margin-top:48px; }
  .lede { font-size: 23px; margin:0; }
  .micro { margin-top:34px; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
  .section-heading h2 { font-size:48px; }
  .producer-grid { grid-template-columns: 1fr; gap: 64px; }
  .producer-intro h2 { font-size: 58px; }
  .capabilities article { grid-template-columns: 32px 88px 1fr; gap: 10px; }
  .capabilities p { font-size: 16px; }
  .experience-copy { grid-template-columns: 1fr; gap: 42px; }
  .experience h2 { font-size: 62px; }
  .experience-copy p { font-size: 20px; }
  .skills { margin-top: 62px; grid-template-columns: 1fr 1fr; }
  .skills span { padding-right:14px; }
  .contact { min-height: 66vh; }
  .contact h2 { font-size: clamp(62px,18vw,86px); }
  .contact-links { display: block; }
  .contact-links a { display: block; }
  .contact-links .email { font-size: 20px; overflow-wrap:anywhere; }
  .contact-links .resume { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
}
