
:root{
  /* 60 black / 30 grey / 10 white / NFTV green accent */
  --black:#0A0A0A; --g0:#0D0F10; --g1:#121415; --g2:#171A1B; --g3:#1E2223;
  --line:#282D2E; --line2:#333A3B;
  --white:#FFFFFF; --grey:#C4CBC6; --muted:#8B938E; --dim:#7A817C;
  --green:#77BB41; --green-d:#5f9e33; --green-tint:rgba(119,187,65,.12);
  --sans:'Segoe UI',system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
  --mono:'SF Mono','Consolas','Fira Code',monospace;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--black);color:var(--grey);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}
.mono{font-family:var(--mono);letter-spacing:1.6px;text-transform:uppercase;font-size:11px;color:var(--green);font-weight:600}
h1,h2,h3,h4{letter-spacing:-.5px;color:var(--white)}
.btn{display:inline-block;padding:11px 20px;border-radius:10px;font-weight:700;font-size:14px;border:1px solid var(--line2);transition:.15s;color:var(--white)}
.btn.primary{background:var(--green);color:#0a1705;border-color:var(--green)}
.btn.primary:hover{filter:brightness(1.08);transform:translateY(-1px)}
.btn.ghost:hover{border-color:var(--green);color:var(--green)}
/* ── SKIP LINK — WCAG 2.4.1 Bypass Blocks (Level A) ────────────────────────
   Hidden until focused, but NEVER display:none / visibility:hidden — both
   remove the element from the tab order, which is precisely how a "skip link"
   ships looking correct in the DOM while being unreachable by the only users it
   exists for. Off-screen positioning keeps it focusable.
   z-index must beat the sticky nav (z-index:30) or it renders BEHIND it.
   Green on near-black = 8.46:1 contrast (AAA), same token as the focus ring. */
.skip{position:absolute;left:-9999px;top:0;z-index:100;
  background:var(--green);color:#0a1705;font-weight:700;font-size:14px;
  padding:12px 20px;border-radius:0 0 10px 0;text-decoration:none}
.skip:focus{left:0}

/* nav */
nav{position:sticky;top:0;z-index:30;background:rgba(10,10,10,.82);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
/* <main> is a focus target for the skip link; it must never show a ring itself */
main:focus{outline:none}
nav .row{display:flex;align-items:center;justify-content:space-between;height:66px}
.brand{font-weight:800;letter-spacing:2px;font-size:16px;color:var(--white)}
.brand b{color:var(--green)}
.navlinks{display:flex;gap:24px;align-items:center}
.navlinks a.lnk{color:var(--grey);font-size:14px;font-weight:600}
.navlinks a.lnk:hover{color:var(--white)}
@media(max-width:780px){.navlinks .hidem{display:none}}
/* hero */
header.hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(60px,9vw,100px) 0 clamp(46px,6vw,70px);text-align:center;background:radial-gradient(900px 400px at 50% -60px,var(--green-tint),transparent 68%);border-bottom:1px solid var(--line)}
header.hero>.wrap{position:relative;z-index:2}

/* ── VIDEO HERO ────────────────────────────────────────────────────────────
   The reel plays BEHIND the headline — it is not a gate in front of it.
   The poster is the LCP element (115KB, instant); the video streams in after.
   Scrim keeps the copy legible over busy footage and keeps contrast AA.     */
.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:var(--black)}
.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover;display:block}
/* Scrim. The reel is BRIGHT and busy (stadium lights, white crowds), so the
   type was fighting the footage — the trust-strip in particular. Three layers:
     1. a flat wash so no frame can ever blow out the copy
     2. a vertical gradient, darkest top+bottom (nav + section seam)
     3. a centred pool behind the headline block itself
   Net effect: copy is always legible, and you can still read the work behind it. */
.hero-media::after{content:"";position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(180deg,rgba(8,8,8,.86) 0%,rgba(8,8,8,.66) 38%,rgba(8,8,8,.72) 62%,rgba(8,8,8,.94) 100%),
    radial-gradient(1100px 520px at 50% 46%,rgba(8,8,8,.55),transparent 72%),
    radial-gradient(900px 420px at 50% 30%,rgba(119,187,65,.09),transparent 70%)}
/* very slight desaturation keeps the green brand accent dominant over the reel */
.hero-media video{filter:saturate(.92) contrast(1.02)}
header.hero.has-video{padding:clamp(100px,14vw,165px) 0 clamp(78px,10vw,120px);border-bottom:1px solid var(--line)}
header.hero.has-video .sub{color:#E6EBE7;text-shadow:0 1px 18px rgba(0,0,0,.55)}
header.hero.has-video h1{text-shadow:0 2px 30px rgba(0,0,0,.5)}
header.hero.has-video .trust-strip{color:#B9C1BB;text-shadow:0 1px 14px rgba(0,0,0,.7)}
header.hero.has-video .trust-strip b{color:#fff}

header.hero h1{font-size:clamp(34px,6vw,60px);font-weight:800;line-height:1.05;max-width:920px;margin:16px auto 18px}
header.hero h1 em{font-style:normal;color:var(--green)}
header.hero p.sub{color:var(--grey);font-size:clamp(16px,2.1vw,20px);max-width:680px;margin:0 auto 30px}

/* Accessibility + data: never autoplay motion at people who asked us not to. */
@media(prefers-reduced-motion:reduce){.hero-media video{display:none}}
.cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.trust-strip{margin-top:32px;display:flex;gap:10px 26px;justify-content:center;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:600}
.trust-strip b{color:var(--white)} .trust-strip .g{color:var(--green)}
/* sections + grey layering (30%) */
section{padding:clamp(48px,7vw,84px) 0;border-bottom:1px solid var(--line)}
section.g0{background:var(--g0)} section.g1{background:var(--g1)}
h2{font-size:clamp(25px,3.4vw,36px);font-weight:800;margin-bottom:12px}
.eyebrow{margin-bottom:12px}
.lead{color:var(--muted);max-width:700px;font-size:16px;margin-bottom:40px}
.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}
/* brand family */
.fam{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}
@media(max-width:820px){.fam{grid-template-columns:1fr}}
.bcard{display:block;background:var(--g2);border:1px solid var(--line);border-radius:16px;padding:26px;position:relative;overflow:hidden;transition:.15s}
.bcard:hover{border-color:var(--green);transform:translateY(-2px)}
.bcard::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:var(--green);opacity:.9}
.bcard .bn{font-weight:800;font-size:20px;color:var(--white);letter-spacing:1px}
.bcard .cat{color:var(--green);font-family:var(--mono);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;margin:2px 0 12px}
.bcard p{color:var(--muted);font-size:14px}
.bcard .go{display:inline-block;margin-top:12px;color:var(--green);font-size:12.5px;font-weight:700}
.bcard:hover .go{text-decoration:underline}
.fam-note{text-align:center;color:var(--dim);font-size:13px}
/* pipeline */
.pipe{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:900px){.pipe{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pipe{grid-template-columns:1fr}}
.step{background:var(--g2);border:1px solid var(--line);border-radius:14px;padding:20px}
.step .n{font-family:var(--mono);font-size:11px;color:var(--green);font-weight:700;letter-spacing:1px}
.step h3{font-size:15px;margin:8px 0 5px}
.step p{color:var(--muted);font-size:13px}
/* audience cols */
.cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:900px){.cols{grid-template-columns:1fr}}
.col{background:var(--g2);border:1px solid var(--line);border-radius:16px;padding:28px}
.col .mono{margin-bottom:10px}.col h3{font-size:clamp(18px,2.4vw,22px);margin-bottom:14px}
.col ul{list-style:none;display:grid;gap:11px}
/* hanging-dot bullet: bold lead-in + description flow as one wrapping
   sentence (was display:flex, which split <b> and text into separate
   columns and crunched the highlights on narrow widths). */
.col li{position:relative;padding-left:20px;color:var(--muted);font-size:14px;line-height:1.55}
.col li b{color:var(--grey);font-weight:600}
.col li::before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--green)}
/* security band (elevated grey) */
.secgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:6px}
@media(max-width:900px){.secgrid{grid-template-columns:1fr}}
.sec{border:1px solid var(--line);border-radius:14px;padding:22px;background:var(--g3)}
.sec .k{color:var(--green);font-family:var(--mono);font-size:10px;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:10px}
.sec b{display:block;color:var(--white);font-size:15px;margin-bottom:6px}
.sec span{color:var(--muted);font-size:13px}
/* feature grid */
.fgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:900px){.fgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.fgrid{grid-template-columns:1fr}}
.f{background:var(--g2);border:1px solid var(--line);border-radius:14px;padding:20px}
.f b{display:block;font-size:15px;color:var(--white);margin-bottom:5px}
.f .soon{font-family:var(--mono);font-size:9px;letter-spacing:1px;color:var(--green);border:1px solid var(--green-d);border-radius:20px;padding:1px 7px;margin-left:6px;text-transform:uppercase;vertical-align:middle}
.f span.d{color:var(--muted);font-size:13px;display:block;margin-top:3px}
/* final */
.final{text-align:center;background:radial-gradient(700px 300px at 50% 120%,var(--green-tint),transparent)}
footer{padding:44px 0 60px;color:var(--dim);font-size:13px}
footer .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;align-items:center}
footer a{color:var(--muted)}footer a:hover{color:var(--white)}

/* ══════════════════════════════════════════════════════════════════════
   netfreqtv additions — same idiom as workfreq.com, extended for a
   production company (work cards, filters, episodes, logos, crew, prose).
   ══════════════════════════════════════════════════════════════════════ */

/* breadcrumb */
.crumb{padding:22px 0 0;color:var(--dim);font-size:13px}
.crumb a{color:var(--muted)} .crumb a:hover{color:var(--green)}

/* interior page hero — centered, same language as home hero */
header.phero{padding:clamp(52px,7vw,84px) 0 clamp(40px,5vw,60px);text-align:center;
  background:radial-gradient(900px 400px at 50% -60px,var(--green-tint),transparent 68%);
  border-bottom:1px solid var(--line)}
header.phero h1{font-size:clamp(32px,5.4vw,54px);font-weight:800;line-height:1.05;max-width:900px;margin:14px auto 16px}
header.phero h1 em{font-style:normal;color:var(--green)}
header.phero p.sub{color:var(--grey);font-size:clamp(15px,2vw,19px);max-width:680px;margin:0 auto 28px}

/* WORK CARDS — bcard idiom (green top bar) */
.works{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.works{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.works{grid-template-columns:1fr}}
/* ── WORK CARD ─────────────────────────────────────────────────────────────
   B&W at rest, colour on hover. DJ: "we utilize black and white photos for
   entering into projects" — so the card enters in mono and rewards the hover.
   These images were sitting unused in assets/img the whole time: 44 of 46 WP
   heroes, downloaded in the migration, never rendered. A media company's work
   grid was pure text.                                                        */
.work{display:block;background:var(--g2);border:1px solid var(--line);border-radius:16px;
  padding:0;position:relative;overflow:hidden;transition:transform .18s,border-color .18s;
  text-align:left}
.work:hover{border-color:var(--green);transform:translateY(-3px)}
.work::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;
  background:var(--green);opacity:.9;z-index:3}

/* the shot */
.work .shot{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;
  background:var(--g3)}
.work .shot img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.06) brightness(.82);
  transform:scale(1.03);
  transition:filter .45s ease, transform .6s cubic-bezier(.2,.7,.2,1)}
.work:hover .shot img{filter:grayscale(0) contrast(1) brightness(.95);transform:scale(1.09)}
/* gradient so the title never fights the photo */
.work .shot::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(10,10,10,.15) 0%,rgba(10,10,10,.55) 62%,rgba(23,26,27,.98) 100%)}
/* cards with no usable image: keep the layout, drop the empty box */
.work.textonly .shot{display:none}

.work .meta{display:block;padding:18px 22px 22px;position:relative;z-index:2;margin-top:-42px}
.work.textonly .meta{margin-top:0;padding-top:24px}
.work .yr{color:var(--green);font-family:var(--mono);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;display:block;margin-bottom:8px}
.work .bn{display:block;font-weight:800;font-size:19px;color:var(--white);letter-spacing:-.3px;line-height:1.25;margin-bottom:12px;
  text-shadow:0 2px 18px rgba(0,0,0,.6)}
.work .tags{display:flex;gap:6px;flex-wrap:wrap}

/* ── PROJECT VIDEO EMBED ──────────────────────────────────────────────────
   Responsive 16:9 with no padding-top hack — aspect-ratio is supported
   everywhere we care about. The iframe is loading="lazy", so it costs the
   page nothing until the viewer scrolls to it. */
.vwrap{position:relative;aspect-ratio:16/9;width:100%;margin:0 0 32px;
  border-radius:14px;overflow:hidden;background:#000;
  border:1px solid var(--line);
  box-shadow:0 24px 60px -20px rgba(0,0,0,.7)}
.vwrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}

/* ── INQUIRY ROUTER ───────────────────────────────────────────────────────
   The page every CTA on the site points at. It must work on a phone, and it
   must never be a dead end. Cards route into the one company intake system. */
.inquire{grid-template-columns:repeat(2,1fr);gap:16px;margin:28px 0 8px;text-align:left}
.inquire .bcard{display:block}
.fallback{color:var(--muted);font-size:14px;margin-top:18px}
.fallback a{color:var(--green)}
@media(max-width:700px){.inquire{grid-template-columns:1fr}}

/* ── MOBILE HARDENING (audit 2026-07-11) ─────────────────────────────────
   1. Nothing may ever push the page sideways on a phone. A single overflowing
      element gives the whole site a horizontal scrollbar and reads as "broken."
   2. Tap targets: nav links measured 22px tall. WCAG 2.5.5 / Apple HIG want 44px.
      Padding the anchors (not just font-size) is what actually grows the hit box. */
html,body{overflow-x:hidden;max-width:100%}
img,video,iframe,table{max-width:100%}
@media(max-width:820px){
  nav .lnk,nav .btn,footer a{min-height:44px;display:inline-flex;align-items:center;
    padding:8px 10px}
  .work,.bcard{min-height:44px}
}

/* AIR RAID — two episodes side by side, stacked on mobile */
.vgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;text-align:left}
.vgrid .vwrap{margin:0 0 12px}
.vcap b{display:block;color:var(--white);font-weight:800;font-size:15px;letter-spacing:-.2px}
.vcap span{display:block;color:var(--muted);font-size:13px;margin-top:4px;line-height:1.5}
@media(max-width:820px){.vgrid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){
  .work .shot img{transition:none;transform:none}
  .work:hover .shot img{transform:none}
  .work:hover{transform:none}
}
/* ── PROJECT IMAGERY ───────────────────────────────────────────────────────
   Same language as the portfolio cards: greyscale at rest, full colour on hover.
   Restraint, then reward — and it makes the colour mean something when it lands.
   EVERY container declares aspect-ratio, so the box is reserved before the image
   decodes and NOTHING shifts (this is what makes the missing width/height
   attributes a non-issue: the CSS already holds the space). */

/* wide lead image — used only when a project has no film to lead with */
.lead-shot{margin:0 0 30px}
.lshot{margin:0;display:block;position:relative;aspect-ratio:16/9;overflow:hidden;
  border-radius:14px;border:1px solid var(--line);background:var(--g3)}
.lshot img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.06) brightness(.86);
  transition:filter .5s ease, transform .7s cubic-bezier(.2,.7,.2,1);transform:scale(1.02)}
.lshot:hover img{filter:grayscale(0) contrast(1) brightness(1);transform:scale(1.06)}

/* contact-sheet grid */
.ggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gcell{margin:0;display:block;position:relative;aspect-ratio:4/3;overflow:hidden;
  border-radius:12px;border:1px solid var(--line);background:var(--g3)}
/* deliberately NO cursor:zoom-in — there is no lightbox. A zoom cursor that does
   nothing when clicked is a promise the page cannot keep. */
.gcell img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.06) brightness(.84);
  transition:filter .45s ease, transform .6s cubic-bezier(.2,.7,.2,1)}
.gcell:hover img{filter:grayscale(0) contrast(1) brightness(1);transform:scale(1.07)}
@media(max-width:860px){.ggrid{grid-template-columns:repeat(2,1fr);gap:10px}}
@media(max-width:520px){.ggrid{grid-template-columns:1fr}}

/* image band on a service / industry card. The card keeps its existing padding,
   so the image is inset and bleeds to the card's rounded corners. */
.bcard .bshot{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;
  border-radius:10px;margin-bottom:14px;background:var(--g3);border:1px solid var(--line)}
.bcard .bshot img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.06) brightness(.84);
  transition:filter .45s ease, transform .6s cubic-bezier(.2,.7,.2,1)}
.bcard:hover .bshot img{filter:grayscale(0) contrast(1) brightness(1);transform:scale(1.06)}
@media(prefers-reduced-motion:reduce){
  .bcard .bshot img,.bcard:hover .bshot img{transition:filter .2s ease;transform:none}
}

/* ── CLIENT WALL ────────────────────────────────────────────────────────────
   `.logos` and `.cell` had NO CSS RULE ANYWHERE — the client wall, the single
   most persuasive block on the site, was a stack of unstyled <div>s. Same bug as
   .team and .eps. Fixed.

   Logos are normalised to a uniform optical box: real client logos arrive at wildly
   different aspect ratios and a raw grid of them looks like a ransom note. Fixed
   cell height + object-fit:contain + max-height on the mark = an even rhythm no
   matter what the source file is.

   Greyscale at rest, colour on hover — the same restraint-then-reward language as
   the project cards, and it stops a dozen competing brand colours from screaming
   at each other. It ALSO neatly sidesteps the usual client-wall problem of one
   loud logo dominating the row. */
.logos{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;
  background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.logos .cell{background:var(--g3);min-height:96px;display:flex;align-items:center;
  justify-content:center;padding:18px 14px;text-align:center;transition:background .2s ease}
.logos .cell:hover{background:var(--g2, #171a1b)}
/* wordmark cell — used when we do not hold an approved logo file. Styled to look
   deliberate, not like a missing image. */
.logos .cell b{font-size:13.5px;font-weight:700;color:var(--muted);letter-spacing:.2px;
  line-height:1.3;transition:color .2s ease}
.logos .cell:hover b{color:var(--white)}
/* logo cell */
.logos .cell.haslogo img{max-width:100%;max-height:44px;width:auto;height:auto;
  object-fit:contain;display:block;
  filter:grayscale(1) brightness(1.9) contrast(.85);opacity:.72;
  transition:filter .35s ease, opacity .35s ease}
.logos .cell.haslogo:hover img{filter:grayscale(0) brightness(1) contrast(1);opacity:1}
/* the visible mark is the logo; the name is still announced to screen readers and
   read by search engines. Never display:none — that would remove it from the
   accessibility tree entirely, which is the whole point of having it. */
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media(max-width:900px){.logos{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.logos{grid-template-columns:repeat(2,1fr)}
  .logos .cell{min-height:78px;padding:14px 10px}
  .logos .cell.haslogo img{max-height:34px}}
@media(prefers-reduced-motion:reduce){
  .logos .cell.haslogo img,.logos .cell b{transition:none}
}

/* ── /about/ CREW GRID + /originals/ EPISODE GRID ──────────────────────────
   NOTE: `.team`, `.member`, `.eps`, `.ep` and `.seriesblock` were emitted by
   build.py and had NO CSS RULE ANYWHERE. They were rendering as unstyled stacked
   <div>s — a vertical list of bare names on /about/ and of bare titles on
   /originals/. Nothing errored, nothing looked "broken" enough to report; the
   pages were simply plain. Defining them here, now that they carry images. */
.team{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.member{background:var(--g3);border:1px solid var(--line);border-radius:14px;
  padding:14px 14px 16px;transition:border-color .2s ease}
.member:hover{border-color:var(--green)}
.member .k{display:block;font-family:var(--mono);font-size:10px;letter-spacing:1.4px;
  text-transform:uppercase;color:var(--green);margin-bottom:4px}
.member b{color:var(--white);font-size:15px;letter-spacing:-.2px}
@media(max-width:900px){.team{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.team{grid-template-columns:repeat(2,1fr);gap:14px}}

.seriesblock{margin:0 0 52px}
.seriesblock h2{margin:6px 0 20px}
.eps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ep{background:var(--g3);border:1px solid var(--line);border-radius:14px;
  padding:12px 14px 16px;transition:border-color .2s ease}
.ep:hover{border-color:var(--green)}
.ep .n{display:block;font-family:var(--mono);font-size:10px;letter-spacing:1.4px;
  color:var(--green);margin-bottom:6px}
.ep b{display:block;color:var(--white);font-size:15px;line-height:1.3;letter-spacing:-.2px}
.ep .rt{display:inline-block;margin-top:8px;font-family:var(--mono);font-size:11px;color:var(--muted)}
@media(max-width:900px){.eps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.eps{grid-template-columns:1fr}}

/* crew portraits on /about/ */
.member .mshot{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;
  border-radius:12px;margin-bottom:12px;background:var(--g3);border:1px solid var(--line)}
.member .mshot img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.05) brightness(.9);transition:filter .4s ease}
.member:hover .mshot img{filter:grayscale(0) contrast(1) brightness(1)}
.member .mshot.noimg{display:none}

/* episode frames on /originals/ */
.ep .epshot{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;
  border-radius:10px;margin-bottom:10px;background:var(--g3);border:1px solid var(--line)}
.ep .epshot img{width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.05) brightness(.86);
  transition:filter .4s ease, transform .5s ease}
.ep:hover .epshot img{filter:grayscale(0) contrast(1) brightness(1);transform:scale(1.05)}

/* Respect the OS "reduce motion" setting — WCAG 2.3.3. The colour reveal stays
   (it is not motion); only the scale transforms are dropped. */
@media(prefers-reduced-motion:reduce){
  .lshot img,.gcell img,.ep .epshot img{transition:filter .2s ease;transform:none}
  .lshot:hover img,.gcell:hover img,.ep:hover .epshot img{transform:none}
}

.tag{font-size:10.5px;color:var(--muted);border:1px solid var(--line2);border-radius:20px;padding:3px 9px;white-space:nowrap}
a.tag:hover{color:var(--green);border-color:var(--green)}
.work .go{display:inline-block;margin-top:14px;color:var(--green);font-size:12.5px;font-weight:700}
.work:hover .go{text-decoration:underline}
.tags.big{justify-content:center;margin-top:16px}
.tags.big .tag{font-size:12px;padding:5px 12px}

/* FILTER CHIPS */
.chips{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}
.chip{background:transparent;border:1px solid var(--line2);color:var(--muted);border-radius:20px;
  padding:7px 15px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.15s}
.chip:hover{color:var(--white);border-color:var(--white)}
.chip.on{background:var(--green);border-color:var(--green);color:#0a1705}

/* EPISODES */
.seriesblock{margin-bottom:54px;text-align:left}
.seriesblock:last-child{margin-bottom:0}
.eps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
@media(max-width:900px){.eps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.eps{grid-template-columns:1fr}}
.ep{background:var(--g2);border:1px solid var(--line);border-radius:14px;padding:18px;transition:.15s}
.ep:hover{border-color:var(--green)}
.ep .n{font-family:var(--mono);font-size:10px;color:var(--green);font-weight:700;letter-spacing:1px}
.ep b{display:block;color:var(--white);font-size:14px;font-weight:600;line-height:1.4;margin-top:7px}
.ep .rt{color:var(--dim);font-family:var(--mono);font-size:10px;margin-top:8px;display:block}

/* CLIENT LOGO GRID */
.logos{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
@media(max-width:900px){.logos{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.logos{grid-template-columns:repeat(2,1fr)}}
.logos .cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  background:var(--g2);border:1px solid var(--line);border-radius:14px;padding:24px 16px;min-height:112px;transition:.15s}
.logos .cell:hover{border-color:var(--green);background:var(--g3)}
.logos .cell b{color:var(--white);font-size:14px;font-weight:700;text-align:center}
.logos .cell span{color:var(--muted);font-size:11.5px;text-align:center}

/* CREW */
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.team{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.team{grid-template-columns:1fr}}
.member{background:var(--g2);border:1px solid var(--line);border-radius:16px;padding:24px;transition:.15s;text-align:left}
.member:hover{border-color:var(--green)}
.member .k{color:var(--green);font-family:var(--mono);font-size:10px;letter-spacing:1.3px;text-transform:uppercase;display:block;margin-bottom:8px}
.member b{display:block;color:var(--white);font-size:17px;font-weight:800}

/* PROSE */
.prose{max-width:760px;margin:0 auto;text-align:left}
.prose p{color:var(--grey);margin:0 0 18px;font-size:16.5px}
.prose a{color:var(--green);font-weight:600}
.postmeta{color:var(--dim);font-family:var(--mono);font-size:11px;letter-spacing:1.4px;text-transform:uppercase}

/* stat row */
.stats{display:flex;gap:10px 40px;justify-content:center;flex-wrap:wrap;margin-top:34px}
.stats div{text-align:center}
.stats b{display:block;color:var(--white);font-size:clamp(24px,3.4vw,34px);font-weight:800;letter-spacing:-1px}
.stats span{color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:1.4px;text-transform:uppercase}

/* card content is LEFT-aligned even inside .center sections (matches workfreq.com) */
.bcard,.work,.ep,.member,.step,.col,.sec,.f{text-align:left}
.logos .cell{text-align:center}

/* ══ ACCESSIBILITY (audit 2026-07-12) ══════════════════════════════════════
   Identical to marketing/brand.css — these two stylesheets share a token block
   byte-for-byte and must not drift. WCAG 2.4.7 (Focus Visible): there were ZERO
   focus rules here. We never set `outline:none`, so the browser default ring
   still rendered — but a default outline on #0A0A0A is effectively invisible.
   Present in the DOM, useless to a human. Keyboard users could not see where
   they were.

   :focus-visible (not :focus) so mouse users don't get rings on click while
   keyboard users always do.

   CONTRAST — measured (WCAG AA = 4.5:1 for body text):
       #77BB41 on #0A0A0A ............ 8.46:1  AAA  ✅
       #C4CBC6 on #0A0A0A ............ 11.98:1 AAA  ✅
       #0a1705 on #77BB41 (our btn) .. 7.88:1  AAA  ✅
       #FFFFFF on #77BB41 ............ 2.34:1  FAIL ❌  (half the minimum)
   The palette is sound; white-on-green is the one way to break it. */
/* LONGHANDS, not the `outline` shorthand — verified live on workfreq.com:
   `outline:3px solid var(--green)` landed the width and style but outline-color
   computed to rgb(255,255,255) (currentColor fallback); the var() colour never
   applied. --green itself resolves correctly, so the shorthand is the culprit.
   The ring was still visible and still passed contrast, which is precisely why
   it would have shipped unnoticed — right behaviour, wrong colour. */
:focus-visible{
  outline-width:3px;
  outline-style:solid;
  outline-color:var(--green);
  outline-offset:2px;
  border-radius:4px;
}
:focus:not(:focus-visible){outline:none}

.btn.primary[style*="color:#fff"],.btn.primary[style*="color:white"]{
  outline:3px dashed red;
}
