/* ============================================================
   JESSER — BRAND SYSTEM
   Palette, type, and components per Jesser Brand Guidelines 2026
   ============================================================ */

@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext covers Č, ć and friends (Dončić, Piqué) so names never fall back */
@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Archivo stands in for the brand's Mattone paragraph font
   (Mattone is a licensed font — drop its files in /assets/fonts
   and swap this @font-face to use it). */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --red: #F81726;         /* Energized Orange/Red — primary */
  --red-dark: #BF0C18;    /* Burgundy — tertiary */
  --blue: #3F97E5;        /* Light Blue — secondary */
  --court: #060665;       /* Court Blue — tertiary */
  --ink: #050505;         /* Black — primary */
  --grey: #94908A;        /* Grey — secondary */
  --white: #FFFFFF;

  --bg: var(--ink);
  --panel: #0d0d10;
  --line: rgba(255, 255, 255, 0.12);
  --text: var(--white);
  --muted: #b9b6b1;

  --display: "Anton", "Arial Narrow", sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;

  --max: 1180px;
  --radius: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Type ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: 0.5px;
}
h1 { font-size: clamp(3rem, 8.5vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h3 { font-size: 1.35rem; letter-spacing: 1px; }

.kicker {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: var(--red);
  margin-bottom: 14px;
}
.kicker.blue { color: var(--blue); }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 60ch; }
.accent { color: var(--red); }
.accent-blue { color: var(--blue); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 20px;
}
.logo img { height: 40px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  transition: color 0.15s;
}
.nav a:hover, .nav a.active { color: var(--white); }

.btn {
  display: inline-block;
  font-family: var(--body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.12s, background 0.15s, color 0.15s, border-color 0.15s;
  text-align: center;
}
.btn:hover { transform: translateY(-2px) rotate(-1deg); }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); }
.btn-blue { background: var(--blue); color: var(--ink); }
.btn-white { background: var(--white); color: var(--ink); }
.btn-ghost { border-color: var(--white); color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-sm { padding: 10px 20px; font-size: 0.82rem; }
.nav .btn { padding: 11px 22px; font-size: 0.82rem; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--white);
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(63, 151, 229, 0.38), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(248, 23, 38, 0.42), transparent 60%),
    linear-gradient(160deg, #0b0b2e 0%, var(--ink) 60%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../brand/swirl-blue.png") center/cover no-repeat;
  opacity: 0.22;
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.hero-sub {
  margin: 26px 0 34px;
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 54ch;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  border: 1px solid var(--line);
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../brand/pattern-bolts-red.png") center/420px repeat;
  opacity: 0.16;
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-card img { width: 100%; }
.hero-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  background: var(--red);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.78rem;
  padding: 10px 16px;
  border-radius: 999px;
  transform: rotate(-2deg);
}

/* ---------- Stats band ---------- */
.stats-band {
  /* bolt-tile.png is generated to repeat seamlessly: no gap bars */
  background: url("../brand/bolt-tile.png") left top/200px repeat, var(--red);
  color: var(--white);
  padding: 58px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
.stat-num {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(5, 5, 5, 0.25);
}
.stat-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  margin-top: 8px;
}
.stat-note { font-size: 0.82rem; opacity: 0.85; margin-top: 2px; }

/* ---------- Sections ---------- */
.section {
  padding: 96px 0;
  background:
    radial-gradient(880px 460px at 108% -8%, rgba(63, 151, 229, 0.22), transparent 58%),
    radial-gradient(760px 420px at -8% 108%, rgba(248, 23, 38, 0.2), transparent 58%),
    var(--bg);
}
.section:nth-of-type(even) {
  background:
    radial-gradient(880px 460px at -8% -8%, rgba(248, 23, 38, 0.22), transparent 58%),
    radial-gradient(760px 420px at 108% 108%, rgba(6, 6, 101, 0.65), transparent 58%),
    var(--bg);
}
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; }
.section-head.center .lead { margin: 14px auto 0; }
.section.court {
  background:
    radial-gradient(1000px 500px at 110% 0%, rgba(63, 151, 229, 0.45), transparent 55%),
    radial-gradient(800px 420px at -5% 100%, rgba(248, 23, 38, 0.22), transparent 55%),
    var(--court);
}
.section.panel {
  background:
    radial-gradient(900px 480px at 100% 100%, rgba(191, 12, 24, 0.22), transparent 60%),
    radial-gradient(700px 400px at 0% 0%, rgba(6, 6, 101, 0.5), transparent 55%),
    var(--panel);
}

/* ---------- Video grid ---------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.video-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 0.15s, border-color 0.15s;
}
.video-card:hover { transform: translateY(-4px) rotate(-0.5deg); border-color: var(--red); }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-thumb::after {
  content: "▶";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.1rem;
  color: var(--white);
  background: rgba(5, 5, 5, 0.25);
  opacity: 0;
  transition: opacity 0.15s;
}
.video-card:hover .video-thumb::after { opacity: 1; }
.video-title {
  padding: 16px 18px;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
}

/* ---------- Achievement cards ---------- */
.ach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ach-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.ach-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 46px; height: 5px;
  background: var(--red);
}
.ach-card:nth-child(even)::before { background: var(--blue); }
.ach-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.ach-card p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Marquees (JS driven, perfectly seamless) ---------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  background: var(--panel);
}
.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.marquee-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.name-item {
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--grey);
  white-space: nowrap;
  padding-right: 56px;
}
.name-item.hot { color: var(--red); }

/* Brand logo band: dark mode, logos sit on soft light chips so
   full color marks stay true without a bright white band */
.marquee.logos {
  background: linear-gradient(90deg, rgba(6, 6, 101, 0.5), rgba(191, 12, 24, 0.28)), var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}
.logo-item {
  display: inline-flex;
  align-items: center;
  padding-right: 44px;
}
.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 14px;
  padding: 12px 24px;
  height: 62px;
  box-sizing: border-box;
}
.logo-chip img {
  height: 34px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.logo-word {
  display: inline-flex;
  align-items: center;
  height: 62px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  font-family: var(--display);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  white-space: nowrap;
}

/* ---------- Leadership ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.team-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--court);
  color: var(--white);
  font-family: var(--display);
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 2px solid var(--blue);
}
.team-card:first-child .team-avatar { background: var(--red); border-color: var(--red-dark); }
.team-name { font-weight: 800; font-size: 1.12rem; }
.team-role {
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.78rem;
  margin: 4px 0 12px;
}
.team-bio { color: var(--muted); font-size: 0.93rem; flex: 1; }
.team-links { margin-top: 16px; display: flex; gap: 10px; }
.team-links a {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
  transition: border-color 0.15s, color 0.15s;
}
.team-links a:hover { border-color: var(--red); color: var(--red); }

/* ---------- Split CTA ---------- */
.split-cta { display: grid; grid-template-columns: 1fr 1fr; }
.split-panel {
  padding: 90px 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.split-panel.jobs { background: url("../brand/swirl-blue.png") center/cover, var(--court); }
.split-panel.partners { background: url("../brand/bolt-tile.png") left top/200px repeat, var(--red); }
/* scrim keeps text readable over the busy backgrounds */
.split-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(75% 90% at 50% 55%, rgba(5, 5, 5, 0.62), rgba(5, 5, 5, 0.18));
  pointer-events: none;
}
.split-panel > * { position: relative; }
.split-panel h2 { margin-bottom: 14px; text-shadow: 0 2px 18px rgba(5, 5, 5, 0.7); }
.split-panel p { max-width: 44ch; margin: 0 auto 30px; text-shadow: 0 1px 10px rgba(5, 5, 5, 0.8); }

/* ---------- Jobs list ---------- */
.job-list { display: grid; gap: 18px; }
.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 30px;
  transition: transform 0.15s, border-color 0.15s;
}
.job-card:hover { transform: translateX(6px); border-color: var(--red); }
.job-card h3 { font-size: 1.5rem; }
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.chip {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
}
.chip.red { background: var(--red); border-color: var(--red); color: var(--white); }
.chip.blue { background: var(--blue); border-color: var(--blue); color: var(--ink); }
.job-card .btn { flex-shrink: 0; }

/* ---------- Job detail ---------- */
.job-hero { padding: 80px 0 50px; border-bottom: 1px solid var(--line); }
.job-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.job-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
  padding: 64px 0 96px;
}
.job-content h2 { font-size: 1.9rem; margin: 40px 0 18px; }
.job-content h2:first-child { margin-top: 0; }
.job-content p { color: var(--muted); margin-bottom: 16px; }
.resp-item { margin-bottom: 16px; padding-left: 18px; border-left: 3px solid var(--red); }
.resp-item strong { display: block; }
.resp-item span { color: var(--muted); font-size: 0.97rem; }
.req-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: var(--muted);
}
.req-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 12px; height: 6px;
  background: var(--blue);
  clip-path: polygon(0 50%, 40% 0, 100% 20%, 60% 100%);
}

/* ---------- Forms ---------- */
.form-card {
  position: sticky;
  top: 100px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px;
}
.form-card > h2, .form-card > h3 { margin-bottom: 6px; }
.form-hint { color: var(--muted); font-size: 0.9rem; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 7px;
}
.field label .req { color: var(--red); }
.field input, .field textarea, .field select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--white);
  font-family: var(--body);
  font-size: 0.97rem;
  padding: 13px 15px;
  outline: none;
  transition: border-color 0.15s;
}
.field select option { background: var(--panel); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-status {
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.92rem;
  display: none;
}
.form-status.ok { display: block; color: #4ade80; }
.form-status.err { display: block; color: var(--red); }

/* ---------- Page hero (careers / partners) ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background:
    radial-gradient(1000px 520px at 90% -20%, rgba(63, 151, 229, 0.4), transparent 60%),
    radial-gradient(760px 420px at 0% 115%, rgba(248, 23, 38, 0.35), transparent 60%),
    linear-gradient(160deg, #0b0b2e 0%, var(--ink) 65%);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../brand/swirl-blue.png") center/cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}
/* photo strip heroes (careers) */
.hero-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
}
.hero-strip img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.hero-strip img:nth-child(1) { transform: rotate(-1.5deg); }
.hero-strip img:nth-child(3) { transform: rotate(1.5deg); }
.page-hero .wrap { position: relative; }
.page-hero .lead { margin-top: 20px; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 40px;
  background: var(--panel);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.site-footer .logo img { height: 34px; }
.footer-tag { color: var(--grey); margin-top: 14px; font-size: 0.95rem; }
.footer-col h4 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  color: var(--grey);
  margin-bottom: 14px;
}
.footer-col a { display: block; color: var(--muted); padding: 5px 0; font-size: 0.95rem; }
.footer-col a:hover { color: var(--white); }
.footer-base {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--grey);
  font-size: 0.85rem;
  flex-wrap: wrap;
}

/* ---------- Channel spotlight (landing) ---------- */
.channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.channel-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px;
  text-align: center;
  transition: border-color 0.15s, transform 0.15s;
}
.channel-card:hover { border-color: var(--red); transform: translateY(-4px); }
.channel-head {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.channel-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid var(--red);
}
.channel-name { font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; text-align: left; }
.channel-handle { color: var(--grey); font-weight: 700; text-align: left; }
.channel-count {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--red);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.channel-count-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--grey);
  margin: 6px 0 16px;
}
.live-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 6px;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.35; } }
.channel-logline { color: var(--muted); font-size: 0.97rem; margin-bottom: 22px; }

/* Big live counter (hero) */
.hero-live {
  margin-top: 30px;
  font-weight: 800;
}
.hero-live .num {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--red);
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
}
.hero-live .cap {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.72rem;
  color: var(--grey);
  margin-top: 2px;
}

/* ---------- Job filters ---------- */
.job-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter-btn {
  font-family: var(--body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  color: var(--muted);
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.15s;
}
.filter-btn:hover { color: var(--white); border-color: var(--white); }
.filter-btn.on { background: var(--red); border-color: var(--red); color: var(--white); }

/* ---------- Hiring process ---------- */
.process-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.proc-step {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.proc-head {
  font-family: var(--display);
  font-size: 1.3rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.proc-num {
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  font-family: var(--display);
}
.proc-logline { color: var(--muted); font-size: 0.92rem; }

/* ---------- Featured videos with live stats (home) ---------- */
.feat-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.feat-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.15s, border-color 0.15s;
}
.feat-card:hover { transform: translateY(-4px); border-color: var(--red); }
.feat-thumb { display: block; overflow: hidden; }
.feat-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.feat-card.vertical .feat-thumb img { aspect-ratio: 16/10; object-position: center 30%; }
.feat-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.feat-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.feat-title { font-weight: 800; font-size: 1.12rem; line-height: 1.35; flex: 1; }
.feat-title:hover { color: var(--red); }
.feat-stats {
  display: flex;
  gap: 28px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.feat-stats strong {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--red);
  font-variant-numeric: tabular-nums;
}
.feat-stats span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--grey); }
.feat-live {
  margin-top: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.68rem;
  color: var(--grey);
}

/* ---------- Who we work with (partners) ---------- */
.workwith-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.workwith-card h3 { font-size: 1.5rem; }
.workwith-card > p { margin: 10px 0 16px; }
.workwith-card .req-list li { font-size: 0.92rem; }

/* ---------- Press cards ---------- */
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.press-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s, border-color 0.15s;
}
.press-card:hover { transform: translateY(-4px); border-color: var(--blue); }
.press-img { aspect-ratio: 16/9; overflow: hidden; }
.press-img img { width: 100%; height: 100%; object-fit: cover; }
.press-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.press-outlet {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.press-headline { font-weight: 800; font-size: 1.08rem; line-height: 1.35; margin-bottom: 10px; }
.press-blurb { color: var(--muted); font-size: 0.93rem; flex: 1; }
.press-date {
  margin-top: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  color: var(--red);
}

/* ---------- Case studies (brand page) ---------- */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.case-img { aspect-ratio: 16/10; overflow: hidden; }
.case-img img { width: 100%; height: 100%; object-fit: cover; }
.case-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.case-brand {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--blue);
  margin-bottom: 8px;
}
.case-body h3 { font-size: 1.1rem; margin-bottom: 10px; }
.case-body p { color: var(--muted); font-size: 0.93rem; flex: 1; }
.case-metrics {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.case-metrics strong { display: block; font-family: var(--display); font-size: 1.3rem; color: var(--red); }
.case-metrics span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--grey); }

/* ---------- Exclusive categories ---------- */
.excl-list { display: grid; gap: 12px; }
.excl-row {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 22px;
}
.excl-logo {
  flex-shrink: 0;
  width: 78px;
  height: 44px;
  border-radius: 10px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.excl-logo img { width: 80%; height: 66%; object-fit: contain; }
.excl-logo.mono { font-family: var(--display); font-size: 1.3rem; color: var(--ink); }
.excl-brand { font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; flex: 1; }
.excl-cat { color: var(--grey); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; text-align: right; }

/* ---------- Format chips ---------- */
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.format-chip {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.045);
}
.format-chip strong { display: block; }
.format-chip span { color: var(--blue); font-size: 0.82rem; font-weight: 700; }

/* ---------- Film locations ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.loc-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; margin: 0; }
.loc-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.loc-card figcaption {
  position: absolute;
  left: 14px; bottom: 12px;
  background: rgba(5, 5, 5, 0.78);
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.72rem;
}

/* ---------- Timeline (about) ---------- */
.timeline { display: grid; gap: 0; }
.tl-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.tl-year { font-family: var(--display); font-size: 1.6rem; color: var(--red); }
.tl-event { color: var(--muted); }

/* ---------- Growth chart (about) ---------- */
.growth-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
}
.growth-chart { width: 100%; height: auto; display: block; }
.gc-line { fill: none; stroke: var(--red); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.gc-dot { fill: var(--red); stroke: var(--white); stroke-width: 2; }
.gc-medal { fill: var(--white); stroke: var(--red); stroke-width: 2.5; }
.gc-medal.dark { fill: var(--ink); }
.gc-grid { stroke: rgba(255, 255, 255, 0.09); stroke-width: 1; }
.gc-axis { fill: var(--grey); font-family: var(--body); font-size: 12px; font-weight: 700; }
.gc-note { fill: var(--white); font-family: var(--body); font-size: 12.5px; font-weight: 800; }
.gc-caption {
  margin-top: 12px;
  text-align: right;
  color: var(--grey);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ---------- Business cards ---------- */
.biz-logo {
  height: 54px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.biz-logo img { max-height: 100%; width: auto; max-width: 170px; }
.biz-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  color: var(--red);
}
.biz-link:hover { color: var(--white); }

/* ---------- Self ID + uploads ---------- */
.selfid {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.selfid-head {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.82rem;
  margin-bottom: 10px;
}
.field input[type="file"] {
  padding: 10px;
  font-size: 0.85rem;
}
.field input[type="file"]::file-selector-button {
  font-family: var(--body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.72rem;
  color: var(--white);
  background: var(--court);
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  margin-right: 12px;
  cursor: pointer;
}
.file-err { display: none; color: var(--red); font-size: 0.82rem; font-weight: 700; margin-top: 6px; }

/* ---------- Circular badges (logo or first-letter monogram) ---------- */
.pub-badge, .link-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pub-badge img, .link-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.pub-badge.mono, .link-icon.mono {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink);
}
.link-icon { width: 48px; height: 48px; }

/* ---------- All Publications page ---------- */
.pub-list { display: grid; gap: 10px; }
.pub-row {
  display: grid;
  grid-template-columns: 44px 200px 1fr 70px;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 24px;
  transition: border-color 0.15s, transform 0.15s;
}
a.pub-row:hover { border-color: var(--red); transform: translateX(4px); }
.pub-outlet { font-family: var(--display); font-size: 1.05rem; text-transform: uppercase; color: var(--blue); }
.pub-headline { font-weight: 700; font-size: 0.98rem; }
.pub-date { color: var(--grey); font-size: 0.82rem; font-weight: 700; text-align: right; }

/* ---------- Find Us page ---------- */
.findus-section { margin-bottom: 46px; }
.findus-heading {
  font-size: 1.5rem;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.findus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.link-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 48px 16px 18px;
  transition: border-color 0.15s, transform 0.15s;
}
.link-card:hover { border-color: var(--red); transform: translateY(-3px); }
.link-text { min-width: 0; }
.link-name { display: block; font-weight: 800; font-size: 1.05rem; }
.link-note { display: block; color: var(--grey); font-size: 0.85rem; margin-top: 3px; }
.link-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--red);
  font-weight: 800;
}

/* ---------- Casting modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 20px;
  overflow-y: auto;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: auto 0;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: 0;
  color: var(--grey);
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  padding: 6px;
}
.modal-close:hover { color: var(--white); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-card { max-width: 460px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid, .ach-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .press-grid, .case-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .workwith-grid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .findus-grid { grid-template-columns: repeat(2, 1fr); }
  .process-row { grid-template-columns: repeat(2, 1fr); }
  .channel-grid { grid-template-columns: 1fr; }
  .job-body { grid-template-columns: 1fr; }
  .form-card { position: static; }
  .split-cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .press-grid, .case-grid, .format-grid, .loc-grid, .process-row { grid-template-columns: 1fr; }
  .excl-row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .hero-strip { grid-template-columns: 1fr; }
  .feat-grid, .workwith-grid { grid-template-columns: 1fr; }
  .findus-grid { grid-template-columns: 1fr; }
  .pub-row { grid-template-columns: 44px 1fr; gap: 6px 14px; }
  .pub-badge { grid-row: span 3; }
  .pub-date { text-align: left; }
  .nav {
    position: fixed;
    inset: 72px 0 auto 0;
    flex-direction: column;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    padding: 24px;
    gap: 18px;
    display: none;
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .video-grid, .ach-grid, .team-grid, .stats-grid { grid-template-columns: 1fr; }
  .job-card { flex-direction: column; align-items: flex-start; }
  .section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
