/* ==== TIBS V1 REVISION — overrides, load AFTER hyper-2.css. Isolated + reversible. ==== */
:root{ --font-head:'Archivo', system-ui, sans-serif; --font-body:'Archivo', system-ui, sans-serif; --accent-2:#EAF0F8; }  /* Archivo = GH logo wordmark; --accent-2 cyan #6FE3FF retired → brushed-aluminum brighten (COLD METAL: emphasis by brightness, never color) */
body{ font-weight:400; }
body, p, .lede, .nav-links a, .btn{ font-family:var(--font-body); }

/* Hero system (Tibs) — DESKTOP ONLY; mobile keeps the media-on-top doctrine */
@media(min-width:821px){
  .page-hero{ min-height:84vh!important; display:flex!important; flex-direction:column!important; align-items:flex-start!important; justify-content:flex-end!important; }
  /* Hero lighting (Tibs 2026-08-11): footage at near-full opacity = original lighting reads true; darkening is a bottom scrim ONLY (top half untouched), text legibility carried by scrim + text-shadow below */
  .page-hero video, .page-hero .hero-bg-img{ opacity:0.97!important; }
  .page-hero::after{ background:linear-gradient(180deg, rgba(8,12,20,0.0) 0%, rgba(8,12,20,0.0) 52%, rgba(8,12,20,0.20) 72%, rgba(8,12,20,0.62) 88%, rgba(8,12,20,0.92) 100%) !important; }
  .page-hero h1, .page-hero .lede, .page-hero .eyebrow{ text-shadow:0 2px 22px rgba(4,7,14,.62), 0 1px 4px rgba(4,7,14,.5); }
  .page-hero .wrap{ margin-top:auto!important; width:100%; padding-top:0!important; padding-bottom:clamp(40px,6vw,74px); }
  .home-hero .wrap > *, .page-hero .wrap > *{ max-width:640px!important; }
}

/* Confident type scale (Carmine): logo-matched Archivo, smaller + visual-led — all widths */
.page-hero h1{ font-size:clamp(1.7rem,2.7vw,2.4rem)!important; font-weight:800; line-height:1.1; letter-spacing:-0.02em; }
h1{ font-size:clamp(1.6rem,2.6vw,2.25rem); font-weight:800; letter-spacing:-0.02em; }
h2{ font-size:clamp(1.25rem,1.9vw,1.6rem); font-weight:700; letter-spacing:-0.01em; }
h3{ font-size:clamp(0.98rem,1.3vw,1.1rem); font-weight:700; letter-spacing:-0.005em; }
.lede{ font-size:clamp(0.95rem,1.1vw,1.02rem)!important; font-weight:400; line-height:1.6; color:var(--text-2); }
.eyebrow{ font-size:0.7rem!important; letter-spacing:0.2em; }
.finale .f-1{ font-size:clamp(1.9rem,3.2vw,2.5rem)!important; }
.finale .f-2{ font-size:clamp(1.15rem,2vw,1.55rem)!important; }
.cine-band h2, .cine-h{ font-size:clamp(1.5rem,2.6vw,2.1rem)!important; }
.stat .num{ font-size:clamp(1.4rem,2.2vw,1.9rem)!important; }

/* Editorial quote · team photos −34% · text-over-image (Tibs) */
.quote-panel{ background:none!important; border:0!important; border-radius:0!important; padding:clamp(18px,3vw,38px) 0!important; }
.card.leader .lead-photo{ max-width:66%; margin-inline:auto; }
.card.bd::before{ background:linear-gradient(180deg, rgba(8,12,20,0.12) 0%, rgba(8,12,20,0.30) 42%, rgba(8,12,20,0.80) 100%) !important; }
.card.bd{ min-height:clamp(300px,32vw,420px); }
.card.bd h3, .card.bd p, .card.bd i{ text-shadow:0 1px 12px rgba(4,7,14,.55); }
