/* ============================================================
   CINCY FIGHT NIGHT
   Built to the Cincy Fight Night Brand Identity spec v1.0
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --color-ink:            #0B1012;
  --color-paper:          #F4F0E7;
  --color-red:            #D71920;
  --color-red-hover:      #B8141A;
  --color-blue:           #343479;
  --color-surface:        #182024;
  --color-white:          #FFFFFF;
  --color-muted-on-dark:  #B9BEC0;
  --color-muted-on-light: #545B60;
  --color-border:         #394247;
  --color-control-border: #727A7E;

  --font-display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body:    'Barlow', Arial, Helvetica, sans-serif;

  --radius: 4px;
  --container: 75rem;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --section-space: clamp(3rem, 7vw, 7rem);

  --space-1: .25rem;  --space-2: .5rem;   --space-3: .75rem;
  --space-4: 1rem;    --space-6: 1.5rem;  --space-8: 2rem;
  --space-12: 3rem;   --space-16: 4rem;   --space-24: 6rem;

  --header-h: 5rem;
}

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--color-ink);
  color: var(--color-paper);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

/* ---------- Layout ---------- */
.container { width: min(calc(100% - 2 * var(--gutter)), var(--container)); margin-inline: auto; }
.section   { padding-block: var(--section-space); }
.surface-paper { background: var(--color-paper); color: var(--color-ink); }
.surface-raised { background: var(--color-surface); }

/* ---------- Type ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.015em;
  line-height: .98;
  text-wrap: balance;
  margin: 0;
}
.hero-title    { font-size: clamp(3rem, 9vw, 7.5rem); }
.section-title { font-size: clamp(2.25rem, 5vw, 4.25rem); }
.card-title    { font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
                 font-size: clamp(1.625rem, 2.5vw, 2.25rem); line-height: 1.1; letter-spacing: -.01em; margin: 0; }
.prose         { max-width: 65ch; }
.lede          { font-size: clamp(1.125rem, 2vw, 1.375rem); line-height: 1.5; }

p { margin: 0 0 var(--space-4); }
p:last-child { margin-bottom: 0; }

/* Overline / corner label */
.label {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.4;
}
.label-red   { background: var(--color-red); color: var(--color-white); padding: .3rem .7rem; border-radius: 2px; }
.label-plain { color: var(--color-red); }
.surface-paper .label-plain { color: var(--color-red); }

/* ---------- Ring-rope rule ---------- */
.rope { border: 0; margin: 0; padding: 0; height: 11px; position: relative; }
.rope::before, .rope::after, .rope span { content: ""; position: absolute; left: 0; right: 0; height: 3px; }
.rope::before { top: 0;  background: var(--color-red); }
.rope span    { top: 4px; background: var(--color-paper); display: block; opacity: .55; }
.rope::after  { top: 8px; background: var(--color-blue); }
.surface-paper .rope span { background: var(--color-ink); opacity: .35; }

/* ---------- Links ---------- */
a { color: inherit; }
.link {
  color: var(--color-paper);
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-thickness: 2px;
}
.link:hover { color: var(--color-white); }
.surface-paper .link { color: var(--color-red); text-decoration-color: var(--color-red); }
.surface-paper .link:hover { color: var(--color-red-hover); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 3rem; padding: .8rem 1.6rem;
  border: 2px solid transparent; border-radius: var(--radius);
  font-family: var(--font-body); font-size: 1rem; font-weight: 700; line-height: 1.25;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn-primary { background: var(--color-red); color: var(--color-white); }
.btn-primary:hover { background: var(--color-red-hover); color: var(--color-white); }
.btn-secondary { background: transparent; color: var(--color-paper); border-color: var(--color-control-border); }
.btn-secondary:hover { border-color: var(--color-paper); background: rgba(244,240,231,.08); }
.surface-paper .btn-secondary { color: var(--color-ink); border-color: rgba(11,16,18,.4); }
.surface-paper .btn-secondary:hover { border-color: var(--color-ink); background: rgba(11,16,18,.06); }
.btn-lg { font-size: 1.0625rem; padding: 1rem 2rem; min-height: 3.5rem; }

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--color-paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 7px var(--color-ink);
  border-radius: 2px;
}
.surface-paper :where(a, button, summary):focus-visible {
  outline-color: var(--color-ink);
  box-shadow: 0 0 0 7px var(--color-paper);
}

.skip-link {
  position: absolute; left: var(--space-4); top: var(--space-4);
  transform: translateY(-200%);
  background: var(--color-paper); color: var(--color-ink);
  padding: .75rem 1.25rem; border-radius: var(--radius); font-weight: 700; z-index: 200;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,16,18,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--color-border);
}
.header-inner {
  display: flex; align-items: center; gap: var(--space-4);
  min-height: var(--header-h);
}
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; padding: .35rem 0; }
.brand img { display: block; height: auto; object-fit: contain; }
/* Capped by height as well as width, so a square or circular mark still fits. */
.header .brand img { width: auto; max-width: 8rem; max-height: 3.75rem; }
@media (min-width: 60em) { .header .brand img { max-width: 10rem; max-height: 4.5rem; } }

/* Type-based wordmark used until the original logo file is supplied */
.wordmark { font-family: var(--font-display); text-transform: uppercase; line-height: .86; letter-spacing: -.01em; }
.wordmark .wm-1 { display: block; font-weight: 700; font-size: .8125rem; letter-spacing: .22em; color: var(--color-red); }
.wordmark .wm-2 { display: block; font-weight: 800; font-size: 1.5rem; color: var(--color-paper); }
@media (min-width: 60em) { .wordmark .wm-2 { font-size: 1.75rem; } }

.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: var(--space-6); list-style: none; margin: 0; padding: 0; }
.nav a {
  font-size: 1rem; font-weight: 700; text-decoration: none; color: var(--color-paper);
  padding: .5rem 0; display: block; border-bottom: 2px solid transparent;
}
.nav a:hover { border-bottom-color: var(--color-red); }
.nav a[aria-current="page"] { border-bottom-color: var(--color-red); }
@media (min-width: 60em) { .nav { display: block; } }
@media (min-width: 60em) { :root { --header-h: 5.75rem; } }

.header .btn { padding: .65rem 1.15rem; min-height: 2.75rem; }
.header-cta { display: none; }
@media (min-width: 48em) { .header-cta { display: inline-flex; } }

.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: transparent; border: 2px solid var(--color-control-border); color: var(--color-paper);
  border-radius: var(--radius); min-height: 2.75rem; padding: .5rem .9rem;
  font-family: var(--font-body); font-weight: 700; font-size: .9375rem; cursor: pointer;
}
@media (min-width: 60em) { .menu-toggle { display: none; } }
.menu-toggle .bars { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.menu-toggle .bars::before, .menu-toggle .bars::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor;
}
.menu-toggle .bars::before { top: -6px; } .menu-toggle .bars::after { top: 6px; }

.mobile-nav { display: none; border-top: 1px solid var(--color-border); background: var(--color-ink); }
.mobile-nav.is-open { display: block; }
@media (min-width: 60em) { .mobile-nav, .mobile-nav.is-open { display: none; } }
.mobile-nav ul { list-style: none; margin: 0; padding: var(--space-2) 0 var(--space-6); }
.mobile-nav a {
  display: block; padding: var(--space-4) 0; font-size: 1.25rem; font-weight: 700;
  text-decoration: none; border-bottom: 1px solid var(--color-border);
}
.mobile-nav a[aria-current="page"] { color: var(--color-red); }
.mobile-nav .btn { width: 100%; margin-top: var(--space-6); }
.mobile-nav .container { padding-bottom: var(--space-8); }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; background: var(--color-ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%;
}
.hero-media video { position: absolute; inset: 0; opacity: 0; transition: opacity 600ms ease; }
.hero-media video.is-visible { opacity: 1; }

/* Darkened enough to hold text, light enough to still see the room. */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top,
    rgba(11,16,18,.96) 0%,
    rgba(11,16,18,.74) 26%,
    rgba(11,16,18,.46) 52%,
    rgba(11,16,18,.34) 78%,
    rgba(11,16,18,.52) 100%);
}
@media (min-width: 56em) {
  .hero::after {
    background:
      linear-gradient(to right, rgba(11,16,18,.88) 0%, rgba(11,16,18,.62) 48%, rgba(11,16,18,.15) 100%),
      linear-gradient(to top, rgba(11,16,18,.80) 0%, rgba(11,16,18,.25) 45%, rgba(11,16,18,.45) 100%);
  }
}

.hero-inner {
  position: relative;
  padding-block: clamp(3rem, 12vw, 9rem);
  min-height: min(88svh, 46rem);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero-eyebrow { margin-bottom: var(--space-4); }
.hero-title { margin-bottom: var(--space-4); max-width: 13ch;
              text-shadow: 0 2px 18px rgba(11,16,18,.45); }
.hero-lede { max-width: 34ch; margin-bottom: var(--space-6); color: var(--color-paper);
             text-shadow: 0 1px 12px rgba(11,16,18,.55); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-8); }
.hero-actions .btn { flex: 1 1 auto; min-width: 9.5rem; }
@media (min-width: 40em) { .hero-actions .btn { flex: 0 0 auto; } }

.hero-meta {
  display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6);
  padding-top: var(--space-6); border-top: 1px solid rgba(244,240,231,.25);
  font-size: 1rem;
}
.hero-meta div { display: flex; flex-direction: column; gap: .15rem; }
.hero-meta dt, .hero-meta .k {
  font-size: .8125rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--color-muted-on-dark); margin: 0;
}
.hero-meta dd, .hero-meta .v {
  margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: 1.375rem; line-height: 1.15;
}

.hero-video-toggle {
  position: absolute; right: var(--gutter); bottom: var(--gutter); z-index: 3;
  background: rgba(11,16,18,.7); color: var(--color-paper);
  border: 1px solid var(--color-control-border); border-radius: var(--radius);
  min-height: 2.5rem; padding: .45rem .85rem; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: .8125rem;
  letter-spacing: .06em; text-transform: uppercase;
}
.hero-video-toggle:hover { background: rgba(11,16,18,.9); }

/* ---------- Mission strip ---------- */
.mission { background: var(--color-red); color: var(--color-white); }
.mission .container { padding-block: clamp(2rem, 5vw, 3.25rem); }
.mission p {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.5rem, 3.6vw, 2.75rem); line-height: 1.05; letter-spacing: -.01em;
  max-width: 24ch; margin: 0; text-wrap: balance;
}
.mission .mission-label {
  font-family: var(--font-body); font-weight: 600;
  font-size: .875rem; line-height: 1.4; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.85);
  max-width: none; margin: 0 0 var(--space-3);
}

/* ---------- Section head ---------- */
.section-head { margin-bottom: var(--space-12); max-width: 60ch; }
.section-head .label { margin-bottom: var(--space-4); }
.section-head .section-title { margin-bottom: var(--space-4); }
.section-head p { color: var(--color-muted-on-dark); }
.surface-paper .section-head p { color: var(--color-muted-on-light); }

/* ---------- Reels (vertical video) ---------- */
.reels { display: grid; gap: var(--space-6); grid-template-columns: 1fr; }
@media (min-width: 40em) { .reels { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 60em) { .reels { grid-template-columns: repeat(3, 1fr); } }

.reel { display: flex; flex-direction: column; gap: var(--space-4); }
.reel-frame {
  position: relative; aspect-ratio: 9 / 16; background: var(--color-surface);
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--color-border);
}
@media (min-width: 40em) and (max-width: 59.99em) { .reel-frame { aspect-ratio: 3 / 4; } }
.reel-frame img, .reel-frame video { width: 100%; height: 100%; object-fit: cover; }
.reel-frame video { position: absolute; inset: 0; }

.play-btn {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(to top, rgba(11,16,18,.72) 0%, rgba(11,16,18,.10) 50%, rgba(11,16,18,.28) 100%);
  border: 0; cursor: pointer; color: var(--color-paper); padding: var(--space-4);
  font-family: var(--font-body); font-weight: 700; font-size: .8125rem;
  letter-spacing: .08em; text-transform: uppercase;
  transition: background-color 180ms ease;
}
/* Label sits along the bottom edge so it never lands on the picture's own text. */
.play-btn > span:not(.icon) {
  position: absolute; left: var(--space-4); right: var(--space-4); bottom: var(--space-4);
  text-align: left; text-shadow: 0 1px 8px rgba(11,16,18,.8);
}
.play-btn:hover { background: linear-gradient(to top, rgba(11,16,18,.8) 0%, rgba(11,16,18,.25) 55%, rgba(11,16,18,.45) 100%); }
.play-btn .icon {
  width: 4rem; height: 4rem; border-radius: 50%;
  background: var(--color-red); color: var(--color-white);
  display: grid; place-items: center; flex: none;
  transition: transform 180ms ease, background-color 180ms ease;
}
.play-btn:hover .icon { background: var(--color-red-hover); transform: scale(1.06); }
.play-btn .icon svg { width: 1.5rem; height: 1.5rem; margin-left: .18rem; fill: currentColor; }
.play-btn.is-hidden { display: none; }

.reel-body .card-title { margin-bottom: var(--space-2); }
.reel-body p { color: var(--color-muted-on-dark); font-size: 1rem; }

/* ---------- Feature film ---------- */
.feature-frame {
  position: relative; aspect-ratio: 16 / 9; background: var(--color-surface);
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--color-border);
}
.feature-frame img, .feature-frame video { width: 100%; height: 100%; object-fit: cover; }
.feature-frame video { position: absolute; inset: 0; }
.feature-caption { margin-top: var(--space-4); color: var(--color-muted-on-dark); font-size: 1rem; }

/* ---------- Split (image + text) ---------- */
.split { display: grid; gap: var(--space-8); align-items: center; }
@media (min-width: 56em) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-16); } }
.split-media img { width: 100%; border-radius: var(--radius); }
.split-media figcaption { margin-top: var(--space-3); font-size: .875rem; color: var(--color-muted-on-dark); }
.surface-paper .split-media figcaption { color: var(--color-muted-on-light); }

/* ---------- Info panel ---------- */
.panel {
  background: var(--color-paper); color: var(--color-ink);
  border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 3rem);
}
.panel dl { display: grid; gap: var(--space-6); margin: 0; }
@media (min-width: 40em) { .panel dl { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.panel dt {
  font-size: .8125rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--color-muted-on-light); margin-bottom: var(--space-1);
}
.panel dd {
  margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.375rem, 2.4vw, 1.75rem); line-height: 1.12;
}
.panel dd .sub {
  display: block; font-family: var(--font-body); font-weight: 400; text-transform: none;
  font-size: 1rem; line-height: 1.5; color: var(--color-muted-on-light); margin-top: var(--space-1);
}
.panel dd a { color: var(--color-red); text-decoration: underline; text-underline-offset: .2em; }

/* ---------- Gallery ---------- */
.gallery { display: grid; gap: var(--space-3); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 48em) { .gallery { grid-template-columns: repeat(3, 1fr); gap: var(--space-4); } }
@media (min-width: 72em) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); background: var(--color-surface);
}
.gallery li { list-style: none; }
.gallery { margin: 0; padding: 0; }
@media (min-width: 48em) {
  .gallery li:first-child { grid-column: span 2; grid-row: span 2; }
  .gallery li:first-child img { aspect-ratio: 1 / 1; height: 100%; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; }
.faq-item { border-bottom: 1px solid rgba(11,16,18,.18); }
.faq-item summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-4);
  padding: var(--space-6) 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem); line-height: 1.15;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev {
  flex: none; width: 1.5rem; height: 1.5rem; margin-top: .15rem;
  border-right: 3px solid var(--color-red); border-bottom: 3px solid var(--color-red);
  transform: rotate(45deg); transition: transform 180ms ease;
}
.faq-item[open] summary .chev { transform: rotate(-135deg); }
.faq-answer { padding-bottom: var(--space-6); max-width: 60ch; color: var(--color-muted-on-light); }
.faq-answer a { color: var(--color-red); text-decoration: underline; text-underline-offset: .2em; }

/* ---------- Final CTA ---------- */
.cta-final { background: var(--color-surface); text-align: left; }
.cta-final .section-title { margin-bottom: var(--space-6); max-width: 16ch; }
.cta-final .btn { margin-bottom: var(--space-8); }
.cta-final .hero-meta { border-top-color: var(--color-border); }

/* ---------- Coming soon (Sponsors / About) ---------- */
.page-head { padding-block: clamp(3rem, 8vw, 6rem) clamp(2rem, 4vw, 3rem); }
.page-head .display { margin-bottom: var(--space-4); }
.page-head p { color: var(--color-muted-on-dark); max-width: 55ch; }
.placeholder-note {
  border: 1px dashed var(--color-control-border); border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.5rem); max-width: 44rem; color: var(--color-muted-on-dark);
}
.placeholder-note .card-title { color: var(--color-paper); margin-bottom: var(--space-3); }

/* ---------- Footer ---------- */
.footer { background: var(--color-ink); border-top: 1px solid var(--color-border); }
.footer .container { padding-block: var(--space-16) var(--space-12); }
.footer-grid { display: grid; gap: var(--space-12); }
@media (min-width: 48em) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: var(--space-8); } }
.footer h2 {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: 1.125rem; letter-spacing: .04em; margin: 0 0 var(--space-4); color: var(--color-paper);
}
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-3); }
.footer a { color: var(--color-muted-on-dark); text-decoration: none; }
.footer a:hover { color: var(--color-paper); text-decoration: underline; text-underline-offset: .2em; }
.footer .brand { margin: 0 0 var(--space-4); }
.footer .brand img { width: 140px; max-width: 140px; }
.footer-tagline { color: var(--color-muted-on-dark); font-size: 1rem; max-width: 32ch; }
.footer-bottom {
  margin-top: var(--space-12); padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
  display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-8);
  align-items: center; justify-content: space-between;
  font-size: .875rem; color: var(--color-muted-on-dark);
}
.social { display: flex; gap: var(--space-4); align-items: center; }
.social a { display: inline-flex; align-items: center; gap: .5rem; }
.social svg { width: 1.25rem; height: 1.25rem; fill: currentColor; flex: none; }

/* ---------- Sticky mobile ticket bar ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: var(--space-3) var(--gutter) calc(var(--space-3) + env(safe-area-inset-bottom));
  background: rgba(11,16,18,.95);
  backdrop-filter: saturate(140%) blur(10px);
  border-top: 1px solid var(--color-border);
  transform: translateY(110%);
  transition: transform 220ms ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }
@media (min-width: 48em) { .sticky-cta { display: none; } }
body.has-sticky-cta { padding-bottom: 5.5rem; }
@media (min-width: 48em) { body.has-sticky-cta { padding-bottom: 0; } }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(10px); transition: opacity 320ms ease, transform 320ms ease; }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Team (About Us) ---------- */
.people {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: var(--space-8);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 48em) { .people { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-8) var(--space-6); } }
@media (min-width: 72em) { .people { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-12) var(--space-8); } }

.person { display: flex; flex-direction: column; gap: var(--space-4); }
.person-photo {
  position: relative; aspect-ratio: 4 / 5; width: 100%;
  display: grid; place-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius); overflow: hidden;
}
.surface-paper .person-photo { background: #E4DFD2; border-color: rgba(11,16,18,.14); }

/* Base layer: shown until a headshot file exists in public/team/ */
.person-initials {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.5rem, 7vw, 4rem); letter-spacing: -.02em;
  color: var(--color-red); line-height: 1;
}

/* The headshot covers the initials once it loads. */
.person-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%;
}

.person-name {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem); line-height: 1.1; letter-spacing: -.01em;
  margin: 0 0 var(--space-1);
}
.person-role {
  margin: 0; font-size: .9375rem; font-weight: 600;
  letter-spacing: .04em; color: var(--color-red);
}
.person-bio { margin: var(--space-3) 0 0; font-size: 1rem; color: var(--color-muted-on-dark); }
.surface-paper .person-bio { color: var(--color-muted-on-light); }

/* Address link inside the details panel */
.panel dd .address-link,
.surface-paper dd .address-link {
  font-family: var(--font-body); font-weight: 400; text-transform: none;
  font-size: 1.0625rem; line-height: 1.5;
  color: var(--color-red); text-decoration: underline; text-underline-offset: .2em;
}
