/* ============================================================
   SILVER IRON WARRIORS — Bold Athletic Broadcast
   Dark broadcast system: near-black · silver · deep burgundy · amber signal
   Type: Anton (display) + Inter (body)
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&display=swap");

/* ---------- Tokens ---------- */
:root {
  --bg: #0a1120;
  --bg-2: #0e1828;
  --surface: #121c30;
  --surface-2: #182440;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.20);

  --silver: #ececef;
  --muted: #9a9aa6;
  --muted-2: #6f6f7a;
  --white: #ffffff;

  --burgundy: #7a1c28;
  --burgundy-2: #5a1019;
  --burgundy-3: #3a0a10;

  --accent: #6fa8d6;        /* steel blue */
  --accent-hot: #9ec8ec;    /* light steel */
  --accent-soft: rgba(111, 168, 214, 0.16);

  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --container: 1200px;
  --container-wide: 1400px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  --radius: 14px;
  --radius-sm: 8px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--silver);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

::selection { background: var(--accent); color: var(--bg); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.container--wide { max-width: var(--container-wide); }

.section { padding-block: clamp(var(--space-8), 8vw, var(--space-10)); position: relative; }
[id] { scroll-margin-top: 88px; }
.section--tight { padding-block: clamp(var(--space-7), 6vw, var(--space-8)); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--accent);
  display: inline-block;
}

.section-head { margin-bottom: clamp(var(--space-6), 5vw, var(--space-8)); }
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.005em;
  font-size: clamp(2.6rem, 1rem + 5.5vw, 4.6rem);
  color: var(--white);
}
.section-title em { font-style: normal; color: var(--accent); }
.section-kicker { color: var(--muted); max-width: 56ch; margin-top: var(--space-4); font-size: 1.02rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary {
  background: var(--accent);
  color: var(--bg);
  box-shadow: 0 10px 30px -10px rgba(255, 179, 0, 0.6);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -10px rgba(255, 179, 0, 0.75); }
.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid var(--line-strong);
}
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-3px); }
.btn--burgundy { background: var(--burgundy); color: var(--white); }
.btn--burgundy:hover { background: var(--burgundy-2); transform: translateY(-3px); }

/* ============================================================
   HEADER — prominent logo lockup
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 12, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  padding-block: 0.9rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.brand__mark {
  width: clamp(48px, 6vw, 62px);
  height: clamp(48px, 6vw, 62px);
  flex-shrink: 0;
  display: block;
}
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
}
.brand__name span { color: var(--accent); }
.brand__tag {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.3rem;
  font-weight: 700;
}

.nav { display: flex; align-items: center; gap: var(--space-5); }
.nav__links { display: flex; align-items: center; gap: var(--space-5); }
.nav__links a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silver);
  position: relative;
  transition: color 0.2s var(--ease);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -8px;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width 0.25s var(--ease);
}
.nav__links a:hover { color: var(--white); }
.nav__links a:hover::after { width: 100%; }
.nav__links a.is-active { color: var(--white); }
.nav__links a.is-active::after { width: 100%; }

/* offset anchored sections so the sticky tab bar doesn't cover their heading */
main section[id] { scroll-margin-top: 92px; }

.header__cta { display: flex; align-items: center; gap: var(--space-3); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: var(--white);
  position: relative; transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }

@media (max-width: 880px) {
  .nav__links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 100vh;
    height: 100dvh;
    width: min(82vw, 340px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--space-6);
    padding: var(--space-8);
    background: var(--bg-2);
    border-left: 1px solid var(--line);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
  }
  .nav__links.is-open { visibility: visible; opacity: 1; }
  .nav__links a { font-size: 1.1rem; }
  .nav-toggle { display: inline-flex; }
  .header__cta { display: none; }
  .gear__cta .btn { white-space: normal; max-width: 100%; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  filter: grayscale(0.35) contrast(1.05);
}
.hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,12,0.66) 0%, rgba(10,10,12,0.46) 30%, rgba(10,10,12,0.82) 68%, rgba(10,10,12,0.99) 100%),
    linear-gradient(90deg, rgba(10,10,12,0.95) 0%, rgba(10,10,12,0.5) 50%, rgba(122,28,40,0.3) 100%);
}
.hero__grid {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.hero__inner {
  width: 100%;
  padding-block: clamp(var(--space-8), 8vh, var(--space-10)) clamp(var(--space-7), 7vh, var(--space-9));
}
.hero__eyebrow { color: var(--accent); margin-bottom: var(--space-4); display: block; text-wrap: balance; }
.hero__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.96;
  font-size: clamp(2.8rem, 1.6rem + 6.5vw, 6rem);
  letter-spacing: 0.005em;
  color: var(--white);
  max-width: 16ch;
}
.hero__title .line { display: block; }
.hero__title .accent { color: var(--accent); }
.hero__theme {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.4rem, 0.8rem + 2.4vw, 2.4rem);
  letter-spacing: 0.02em;
  color: var(--white);
  margin-top: 0.4rem;
}
.hero__theme span { color: var(--accent); }
.hero__sub {
  margin-top: var(--space-5);
  max-width: 52ch;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.18rem);
  color: var(--silver);
}
.hero__sub strong { color: var(--white); }
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(var(--space-4), 3vw, var(--space-7));
  margin-top: var(--space-8);
  padding: var(--space-5);
  border-top: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(10, 10, 12, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  max-width: 760px;
  position: relative;
  z-index: 2;
}
.hero__stat { display: flex; flex-direction: column; gap: 0.15rem; }
.hero__stat .n {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem);
  line-height: 1;
  color: var(--white);
}
.hero__stat .n em { color: var(--accent); font-style: normal; }
.hero__stat .l {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

/* hero scorebug */
.hero__bug {
  position: absolute;
  top: clamp(6.5rem, 15vh, 9.5rem);
  right: clamp(1.5rem, 5vw, 4rem);
  z-index: 2;
  background: rgba(10,10,12,0.72);
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--accent);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(6px);
  display: grid;
  gap: 0.15rem;
}
.hero__bug .t { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.hero__bug .v { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); line-height: 1; }
.hero__bug .v em { color: var(--accent); font-style: normal; }
@media (max-width: 720px) { .hero__bug { display: none; } }

/* ============================================================
   FEATURED VIDEOS
   ============================================================ */
.videos { background: var(--bg-2); border-top: 1px solid var(--line); }
.videos--finale {
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(122,28,40,0.42), transparent 62%),
    var(--bg-2);
}
.connect__close {
  margin-top: clamp(var(--space-7), 6vw, var(--space-9));
  padding-top: clamp(var(--space-6), 5vw, var(--space-8));
  border-top: 1px solid var(--line);
  text-align: center;
}
.videos__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-5);
  margin-bottom: clamp(var(--space-6), 5vw, var(--space-7));
  flex-wrap: wrap;
}
.videos__intro {
  margin-top: 0.85rem;
  max-width: 52ch;
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.5;
}
.videos__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-4);
}
.vcard {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
  aspect-ratio: 16 / 9;
}
.vcard:hover { transform: translateY(-4px); border-color: var(--accent); }
.vcard img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.vcard:hover img { transform: scale(1.05); }
.vcard::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,10,12,0.92) 100%);
}
.vcard__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  z-index: 2;
  box-shadow: 0 8px 24px -6px rgba(255,179,0,0.7);
  transition: transform 0.3s var(--ease);
}
.vcard:hover .vcard__play { transform: translate(-50%, -50%) scale(1.12); }
.vcard__play svg { width: 24px; height: 24px; color: var(--bg); margin-left: 3px; }
.vcard__title {
  position: absolute;
  left: var(--space-4); right: var(--space-4); bottom: var(--space-4);
  z-index: 2;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
  color: var(--white);
}
.vcard--lg { grid-column: span 8; }
.vcard--sm { grid-column: span 4; }
.vcard--md { grid-column: span 6; }
.vcard--wide { grid-column: span 12; aspect-ratio: auto; height: clamp(220px, 34vw, 340px); }
.vcard__badge {
  position: absolute;
  top: var(--space-3); left: var(--space-3);
  z-index: 3;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-weight: 700;
}
.vcard__record {
  position: absolute;
  top: var(--space-3);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4.6vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000, 0 2px 4px rgba(0,0,0,0.6);
}
.vcard__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vcard--video { cursor: pointer; }
.vcard--video::after { background: linear-gradient(180deg, transparent 55%, rgba(10,10,12,0.85) 100%); }
.vcard--video::after,
.vcard--video .vcard__play,
.vcard--video .vcard__title,
.vcard--video .vcard__badge,
.vcard--video .vcard__record { transition: opacity .25s var(--ease); }
.vcard--video.is-playing::after,
.vcard--video.is-playing .vcard__play,
.vcard--video.is-playing .vcard__title,
.vcard--video.is-playing .vcard__badge,
.vcard--video.is-playing .vcard__record { opacity: 0; pointer-events: none; }
@media (max-width: 880px) {
  .vcard--lg, .vcard--md, .vcard--sm, .vcard--wide { grid-column: span 12; }
}

.videos__cta { margin-top: var(--space-7); display: flex; justify-content: center; }

/* ============================================================
   CREDIBILITY STRIP
   ============================================================ */
.cred {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.cred__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 0;
}
.cred__cell {
  padding: clamp(var(--space-6), 4vw, var(--space-7)) clamp(var(--space-4), 3vw, var(--space-5));
  border-left: 1px solid var(--line);
}
.cred__cell:first-child { border-left: none; }
.cred__cell--lead { display: flex; flex-direction: column; justify-content: center; }
.cred__cell--lead p { color: var(--silver); font-size: 1.05rem; max-width: 34ch; }
.cred__cell--lead strong { color: var(--white); }
.cred__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 1.4rem + 3vw, 3.6rem);
  line-height: 1;
  color: var(--white);
}
.cred__num em { color: var(--accent); font-style: normal; }
.cred__label {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-top: 0.5rem;
}
.cred__callout {
  margin-top: clamp(var(--space-5), 4vw, var(--space-6));
  padding: clamp(1.1rem, 2.5vw, 1.6rem) clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(122,28,40,0.22), rgba(10,10,12,0));
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.5vw, 1.6rem);
  flex-wrap: wrap;
}
.cred__callout-tag {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--accent);
  white-space: nowrap;
}
.cred__callout p {
  margin: 0;
  color: var(--silver);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.5;
  flex: 1 1 40ch;
}
.cred__callout strong { color: var(--white); }
.cred__callout span { color: var(--accent); font-style: italic; }
@media (max-width: 880px) {
  .cred__grid { grid-template-columns: 1fr 1fr; }
  .cred__cell--lead { grid-column: 1 / -1; border-left: none; border-bottom: 1px solid var(--line); }
  .cred__cell { border-left: 1px solid var(--line); }
  .cred__cell:nth-child(odd) { border-left: none; }
}

/* ============================================================
   WHAT'S NEXT
   ============================================================ */
.nextup {
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(122,28,40,0.45), transparent 60%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}
.nextup__head {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  margin-bottom: var(--space-7);
  flex-wrap: wrap;
}
.nextup__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2.6rem, 1rem + 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: var(--white);
}
.nextup__title span { color: var(--accent); }
.nextup__rule { flex: 1; min-width: 60px; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); }
.nextup__intro {
  flex-basis: 100%;
  color: var(--silver);
  max-width: 64ch;
  font-size: 1.02rem;
  line-height: 1.55;
}
.nextup__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.nextup__card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(var(--space-5), 4vw, var(--space-7));
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.nextup__card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent);
}
.nextup__card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.nextup__card .tag {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); font-weight: 700;
}
.nextup__card h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem);
  line-height: 1;
  color: var(--white);
  margin: var(--space-3) 0 var(--space-4);
}
.nextup__card p { color: var(--muted); }
.nextup__card .meta {
  margin-top: var(--space-5);
  display: flex; flex-wrap: wrap; gap: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
}
.nextup__card .meta div { display: flex; flex-direction: column; gap: 0.1rem; }
.nextup__card .meta .k { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.nextup__card .meta .v { font-weight: 700; color: var(--silver); font-size: 0.95rem; }
.nextup__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: var(--space-4);
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.nextup__link:hover { color: var(--white); border-color: var(--accent); }
@media (max-width: 880px) { .nextup__grid { grid-template-columns: 1fr; } }

/* ---------- Scratched / off-the-table event card ---------- */
.nextup__card--scratched::before { background: #e2323e; }
.nextup__card--scratched .tag--scratched {
  color: #ff5a63;
}
.nextup__card--scratched .nextup__title-wrap {
  position: relative;
  display: inline-block;
}
.nextup__card--scratched h3 {
  color: var(--muted-2);
}
.nextup__card--scratched .nextup__title-wrap::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 50%;
  height: 5px;
  background: #e2323e;
  box-shadow: 0 0 14px rgba(226, 50, 62, 0.6);
  transform: rotate(-4deg);
  border-radius: 3px;
}
.nextup__card--scratched .meta { opacity: 0.55; }
.nextup__card--scratched p:not(.scratch-note__body) { color: var(--muted-2); }
.scratch-note {
  margin-top: var(--space-5);
  padding: var(--space-4);
  border: 1px solid rgba(226, 50, 62, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(226, 50, 62, 0.08);
}
.scratch-note__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5a63;
  margin-bottom: 0.4rem;
}
.scratch-note__body {
  color: var(--silver);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ============================================================
   RECORD HIGHLIGHTS
   ============================================================ */
.records { background: var(--bg-2); border-block: 1px solid var(--line); }
.lifts { background: var(--bg-2); border-block: 1px solid var(--line); }
.lifts__callout {
  margin-top: var(--space-5);
  padding: clamp(1.1rem, 2.5vw, 1.5rem) clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(122,28,40,0.22), rgba(10,10,12,0));
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.5vw, 1.6rem);
  flex-wrap: wrap;
}
.lifts__callout-tag {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--accent);
  white-space: nowrap;
}
.lifts__callout p {
  margin: 0;
  color: var(--silver);
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.5;
  flex: 1 1 40ch;
}
.lifts__callout strong { color: var(--white); }
.lifts__callout span { color: var(--accent); font-style: italic; }
.lifts__table {
  margin-top: var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  max-width: 560px;
  background: var(--surface);
}
.lifts__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--line);
}
.lifts__row:last-child { border-bottom: none; }
.lifts__row--head {
  background: rgba(255,255,255,0.03);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.lifts__lift {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--silver);
}
.lifts__val {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--white);
  font-weight: 700;
}
.lifts__val em { font-style: normal; font-size: 0.72rem; color: var(--muted); margin-left: 0.25rem; letter-spacing: 0.05em; }
.lifts__row--total { background: rgba(122,28,40,0.18); }
.lifts__row--total .lifts__lift { color: var(--white); }
.lifts__row--total .lifts__val { color: var(--accent); font-size: 1.6rem; }
.lifts__note {
  margin-top: var(--space-4);
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  max-width: 64ch;
}
.records__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
  margin-top: var(--space-6);
}
.records__big {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 2rem + 7vw, 6rem);
  line-height: 0.9;
  color: var(--white);
}
.records__big em { color: var(--accent); font-style: normal; }
.records__stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(var(--space-5), 4vw, var(--space-7));
  display: flex; flex-direction: column; gap: var(--space-3);
}
.records__stat .label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.records__stat .meet { color: var(--silver); font-size: 0.9rem; }
.records__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  margin-top: var(--space-5);
}
.records__photos figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; }
.records__photos img { width: 100%; height: 100%; object-fit: cover; }
.records__photos figcaption {
  position: absolute; left: var(--space-3); bottom: var(--space-3);
  background: rgba(10,10,12,0.8);
  border-left: 3px solid var(--accent);
  padding: 0.4rem 0.7rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem; font-weight: 700; color: var(--white);
}
@media (max-width: 720px) { .records__grid, .records__photos { grid-template-columns: 1fr; } }

/* ============================================================
   STORY HIGHLIGHTS (condensed)
   ============================================================ */
.story { background: var(--bg); }
.story__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(var(--space-6), 5vw, var(--space-8));
  align-items: center;
}
.story__media { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.story__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.story__media .badge {
  position: absolute; top: var(--space-4); left: var(--space-4);
  background: var(--accent); color: var(--bg);
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 800;
  padding: 0.4rem 0.7rem; border-radius: 999px;
}
.story__copy p { color: var(--silver); margin-bottom: var(--space-4); }
.story__copy p strong { color: var(--white); }
.story__pullquote {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.4rem, 1rem + 1.6vw, 2rem);
  line-height: 1.05;
  color: var(--white);
  border-left: 3px solid var(--accent);
  padding-left: var(--space-4);
  margin: var(--space-5) 0;
}
.story__pullquote span { color: var(--accent); }
.story__chips { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-4); }
.chip {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  color: var(--silver);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 0.4rem 0.7rem; border-radius: 999px;
}
@media (max-width: 880px) { .story__grid { grid-template-columns: 1fr; } }

/* ============================================================
   GEAR (minor, brand-agnostic)
   ============================================================ */
.gear { background: var(--bg-2); border-top: 1px solid var(--line); }
.gear__note { color: var(--muted); font-size: 0.88rem; margin-top: var(--space-3); }
.gear__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
}
.gear__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-5);
  display: flex; flex-direction: column; gap: var(--space-2);
}
.gear__item .icon { width: 34px; height: 34px; color: var(--accent); }
.gear__item h4 { font-size: 1rem; color: var(--white); font-weight: 700; }
.gear__item p { font-size: 0.85rem; color: var(--muted); }
.gear__sub { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.02em; }
.gear__sub:not(a) { margin-top: auto; }
a.gear__sub { color: var(--silver); text-decoration: none; margin-top: auto; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
a.gear__sub:hover { color: var(--accent); border-color: var(--accent); }
.gear__cta { margin-top: var(--space-6); display: flex; justify-content: center; }
.gear__soon {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-hot);
  background: var(--accent-soft);
  border: 1px solid rgba(111,168,214,0.35);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}
.training-gear {
  margin-top: var(--space-6);
  padding: clamp(var(--space-5), 3vw, var(--space-6));
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
}
.training-gear__title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 var(--space-2);
}
.training-gear__eyebrow { margin: 0 0 var(--space-1); }
.training-gear__intro {
  color: var(--silver);
  font-size: 0.95rem;
  margin: 0 0 var(--space-4);
  line-height: 1.5;
}
.training-gear__offers {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.training-gear__offers p { margin: 0 0 var(--space-1); color: var(--silver); font-size: 0.92rem; }
.training-gear__offers strong { color: var(--white); }
.training-gear__link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 1px;
  transition: opacity .2s;
}
.training-gear__link:hover { opacity: 0.8; }
.training-gear__btn { margin-top: var(--space-2); }
.training-gear__disclosure {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--line);
}
@media (max-width: 880px) { .gear__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gear__grid { grid-template-columns: 1fr; } }

/* ============================================================
   TRAINING & TECHNIQUE
   ============================================================ */
.tnt { background: var(--bg); border-top: 1px solid var(--line); }
.tnt__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
}
.tnt__card {
  position: relative;
  display: flex; flex-direction: column; gap: var(--space-3);
  padding: clamp(var(--space-5), 3vw, var(--space-6));
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--burgundy);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.tnt__card:hover { transform: translateY(-4px); border-left-color: var(--accent); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.7); }
.tnt__tag {
  font-family: var(--font-display);
  font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
}
.tnt__card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.15; color: var(--white); letter-spacing: 0.01em; margin: 0;
}
.tnt__link { margin-top: auto; font-size: 0.82rem; color: var(--silver); font-weight: 600; }
.tnt__card:hover .tnt__link { color: var(--accent); }
@media (max-width: 880px) { .tnt__grid { grid-template-columns: 1fr; } }

/* ============================================================
   CONNECT / CTA
   ============================================================ */
.connect {
  background:
    radial-gradient(100% 120% at 50% 0%, rgba(122,28,40,0.5), transparent 60%),
    var(--bg);
  text-align: center;
}
.connect__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2.8rem, 1.2rem + 6vw, 5rem);
  line-height: 0.9;
  color: var(--white);
  max-width: 16ch;
  margin: var(--space-4) auto 0;
}
.connect__title span { color: var(--accent); }
.connect__corollary {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.3rem, 0.7rem + 2.4vw, 2.2rem);
  line-height: 0.9;
  color: var(--accent-hot);
  max-width: 18ch;
  margin: var(--space-3) auto 0;
}
.connect__sub { color: var(--silver); max-width: 52ch; margin: var(--space-4) auto 0; }
.connect__actions { display: flex; gap: var(--space-3); justify-content: center; flex-wrap: wrap; margin-top: var(--space-6); }
.connect__email { margin-top: var(--space-6); color: var(--muted); font-size: 0.95rem; }
.connect__email a { color: var(--accent); font-weight: 700; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding-block: var(--space-7) var(--space-5);
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-5);
  flex-wrap: wrap;
}
.site-footer .brand__name { font-size: 1.2rem; }
.footer__meta { color: var(--muted-2); font-size: 0.8rem; }
.footer__links { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.footer__links a { color: var(--muted); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.footer__links a:hover { color: var(--accent); }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
