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

:root {
  --ink: #f3f1eb;
  --muted: #a9a8a3;
  --bg: #11110f;
  --panel: #1a1a17;
  --line: #33332d;
  --accent: #ff5b36;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
}
a { color: inherit; }
code { font-size: .85em; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px max(24px, calc((100vw - var(--max))/2));
  background: rgba(17,17,15,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.05; }
.brand span, h1, h2 { font-family: "Space Grotesk", sans-serif; }
.brand span { font-weight: 700; }
.brand small { color: var(--muted); margin-top: 4px; }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; color: var(--muted); font-size: 14px; }
nav a:hover { color: var(--ink); }
.menu-button { display: none; }
main, footer { overflow: hidden; }
.hero, .section, .contact-section, footer {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.hero {
  min-height: 80vh; display: grid; grid-template-columns: 1fr 300px;
  align-items: center; gap: 72px; padding: 90px 0 70px;
}
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--accent); font-weight: 700; }
h1 { font-size: clamp(48px, 7vw, 96px); line-height: .96; letter-spacing: -.055em; max-width: 950px; margin: 18px 0 28px; }
.intro { max-width: 720px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { padding: 14px 20px; text-decoration: none; border: 1px solid var(--line); font-weight: 600; }
.button.primary { background: var(--ink); color: var(--bg); }
.button.secondary:hover { border-color: var(--ink); }
.hero-card { border: 1px solid var(--line); padding: 24px; align-self: end; margin-bottom: 40px; background: var(--panel); }
.hero-card p { color: var(--muted); }
.status-dot { display: block; width: 9px; height: 9px; border-radius: 50%; background: #69d38b; box-shadow: 0 0 0 5px rgba(105,211,139,.12); }
.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 42px; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.split > p { max-width: 420px; color: var(--muted); }
h2 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.05em; line-height: 1; margin: 12px 0 0; }
.video-frame { position: relative; background: #070706; aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 2; }
.missing-media { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; text-align: center; gap: 8px; color: var(--muted); }
.missing-media strong { color: var(--ink); font-size: 20px; }
.clips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.clip-card { background: var(--panel); border: 1px solid var(--line); }
.clip-info { padding: 22px; }
.clip-info span { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.clip-info h3 { font-size: 23px; margin: 9px 0; }
.clip-info p { color: var(--muted); line-height: 1.5; margin: 0; }
.placeholder { aspect-ratio: 16/9; display: grid; place-content: center; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.visual-one { background: radial-gradient(circle at 20% 20%, #664b45, #171715 65%); }
.visual-two { background: linear-gradient(135deg, #292f36, #11110f 70%); }
.credit-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.credit-columns h3 { font-size: 20px; }
.credit-columns ul { list-style: none; padding: 0; margin: 0; }
.credit-columns li { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid var(--line); }
.credit-columns li span { color: var(--muted); font-size: 14px; margin-top: 4px; }
.text-link { display: inline-block; margin-top: 40px; color: var(--accent); text-decoration: none; font-weight: 700; }
.awards-band { background: var(--ink); color: var(--bg); padding: 72px max(24px, calc((100vw - var(--max))/2)); }
.awards-band .eyebrow { color: #b63b21; }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.awards-grid div { display: flex; flex-direction: column; border-top: 1px solid #bebbb2; padding-top: 14px; }
.awards-grid span { margin-top: 7px; color: #55534e; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-copy { font-size: 22px; line-height: 1.55; color: var(--muted); }
.contact-section { padding: 120px 0; border-top: 1px solid var(--line); }
.contact-section h2 { max-width: 900px; }
.contact-links { display: flex; gap: 30px; margin-top: 45px; flex-wrap: wrap; }
.contact-links a { font-size: clamp(20px,3vw,34px); text-decoration: none; border-bottom: 1px solid var(--muted); }
footer { display: flex; justify-content: space-between; color: var(--muted); padding: 30px 0; border-top: 1px solid var(--line); }
footer a { text-decoration: none; }

@media (max-width: 800px) {
  .site-header { padding-inline: 22px; }
  .menu-button { display: block; background: none; border: 1px solid var(--line); color: var(--ink); padding: 8px 12px; }
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--panel); padding: 24px; flex-direction: column; }
  nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 70px; }
  .hero-card { align-self: auto; margin-bottom: 0; }
  .clips-grid, .credit-columns, .awards-grid, .about-section { grid-template-columns: 1fr; }
  .section-heading.split { display: block; }
  .section { padding: 72px 0; }
}
