:root {
  --red: #971b2b; --red-dark: #64101c; --gold: #c6a15b; --gold-light: #e2c98f;
  --paper: #fffdf8; --cream: #f8f3e9; --ink: #241b1c; --muted: #6f6263;
  --line: rgba(151,27,43,.18);
  --serif: "Cormorant Garamond", Georgia, serif; --sans: "Manrope", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 .94rem/1.85 var(--sans); }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
button { font: inherit; cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1200; padding: 10px 16px; color: white; background: var(--red); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header a, .site-footer a { text-decoration: none; }
h1, h2, h3 { text-wrap: balance; }
h1, h2, h3, p, figure { margin: 0; }
.eyebrow { color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 28px 0 22px; color: var(--red-dark); font: 500 clamp(4.5rem, 7.5vw, 7.5rem)/.88 var(--serif); letter-spacing: -.04em; }
h1 em { font-weight: 400; }
h2 { color: var(--red-dark); font: 500 clamp(2.4rem, 4vw, 3.4rem)/1.05 var(--serif); margin: 10px 0 20px; }
h3 { color: var(--red-dark); font: 500 2rem/1.12 var(--serif); }
.balls-hero { padding-top: 140px; padding-bottom: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .72rem; margin-bottom: 36px; }
.hero-lead { font: 500 1.7rem/1.25 var(--serif); margin-bottom: 24px; }
.hero-copy > p:not([class]) { max-width: 440px; color: var(--muted); }
.hero-picture { position: relative; padding: 0 0 24px 20px; }
.hero-picture::before { content: ""; position: absolute; inset: 25px 20px 0 0; border: 1px solid var(--gold); pointer-events: none; }
.hero-picture img { width: 100%; aspect-ratio: 4/5; object-fit: cover; position: relative; }
figcaption { padding: 10px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.hero-picture figcaption { position: relative; padding-left: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 32px; font-size: .78rem; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--red-dark); background: var(--red-dark); color: white; text-decoration: none; font-size: .78rem; font-weight: 700; }
.button:hover { background: var(--red); }
.page-nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding: 22px 0; border-block: 1px solid var(--line); font-size: .74rem; font-weight: 700; }
.page-nav a { padding-block: 6px; }
.retrospective, .early-section { padding-block: 80px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 20px; }
.section-heading > p, .section-intro { color: var(--muted); max-width: 570px; }
.archive-notice { padding: 16px 20px; border-left: 2px solid var(--gold); background: var(--cream); font-size: .77rem; margin-bottom: 36px; }
.archive-notice a { font-weight: 700; }
.balls-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 36px; }
.ball-card { min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 32px; scroll-margin-top: 115px; }
.ball-card:target { outline: 2px solid var(--gold); outline-offset: 10px; }
.ball-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; padding-bottom: 40px; }
.ball-media { margin-bottom: 22px; }
.ball-media img { width: 100%; height: 300px; object-fit: cover; background: var(--cream); }
.media-contain img { object-fit: contain; padding: 12px; }
.ball-featured .ball-media { margin: 0; }
.ball-featured .ball-media img { height: 390px; }
.ball-meta { display: flex; gap: 20px; align-items: center; color: var(--red); margin-bottom: 12px; font-size: .66rem; text-transform: uppercase; font-weight: 700; letter-spacing: .1em; }
.ball-meta span:first-child { font: 500 1.9rem/1 var(--serif); letter-spacing: 0; }
.ball-copy h3 { margin-bottom: 18px; }
.ball-date { font-weight: 700; font-size: .8rem; }
.ball-venue { font-size: .8rem; color: var(--muted); margin-bottom: 18px; }
.ball-copy > p:not([class]) { font-size: .85rem; }
.ball-note { font-size: .73rem; color: var(--muted); margin-top: 12px; }
.ball-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
.ball-links a { color: var(--red-dark); font-size: .75rem; font-weight: 700; }
.ball-text-only { padding: 30px; background: var(--cream); align-self: start; }
.ball-text-only .ball-meta { margin-bottom: 28px; }
.ball-video { aspect-ratio: 16/9; background: linear-gradient(135deg, #34151c, #64101c); position: relative; }
.ball-video .video-poster { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.video-launch { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; position: absolute; inset: 0; color: white; text-decoration: none; background: #200b13a6; }
.video-launch small { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); }
.play-icon { width: 60px; height: 60px; display: grid; place-content: center; border: 1px solid var(--gold); border-radius: 50%; padding-left: 3px; margin-bottom: 10px; }
.ball-video iframe { width: 100%; height: 100%; position: absolute; border: 0; }
.video-external { display: block; margin-top: 8px; font-size: .72rem; }
.map-section { background: var(--cream); padding-block: 72px; }
.map-toolbar { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 12px; }
.map-toolbar > button:not(.button) { background: white; border: 1px solid var(--line); color: var(--red-dark); padding: 10px 16px; min-height: 44px; font-size: .75rem; }
.map-note { color: var(--muted); font-size: .74rem; margin: 14px 0; }
.map-layout.is-active { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; }
#balls-map { height: 530px; isolation: isolate; border: 1px solid var(--line); background: #e5e2d8; }
.places-list { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.places-list li { border-bottom: 1px solid var(--line); padding: 0 0 14px; font-size: .77rem; }
.places-list button { background: none; border: 0; padding: 7px 0; text-align: left; font-weight: 700; color: var(--red-dark); line-height: 1.5; }
.places-list button[aria-pressed="true"] { text-decoration: underline; text-decoration-thickness: 2px; }
.place-fallback { font-weight: 700; }
.place-city { display: block; color: var(--muted); font-size: .7rem; }
.places-list a { display: inline-block; padding-block: 5px; }
.is-active .places-list { display: block; max-height: 530px; overflow-y: auto; margin: 0; padding: 6px 12px; }
.is-active .places-list li + li { padding-top: 14px; }
.ball-marker span { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--red-dark); border: 2px solid white; border-radius: 50%; box-shadow: 0 1px 5px #0005; font: 700 11px var(--sans); }
.ball-popup { font: 400 12px/1.6 var(--sans); }
.ball-popup strong { display: block; margin-bottom: 8px; color: var(--red-dark); }
.ball-popup a { display: block; padding-block: 5px; color: var(--red-dark); }
.early-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-block: 36px; }
.early-grid article { border-top: 1px solid var(--gold); padding-top: 22px; }
.early-grid h3 { font-size: 1.5rem; margin: 12px 0; }
.early-grid article > p:not(.eyebrow) { color: var(--muted); font-size: .78rem; }
.early-grid a { display: inline-block; font-size: .72rem; margin-top: 18px; }
.history-note { border-block: 1px solid var(--line); padding: 20px 0; font-size: .8rem; }
.history-note summary { cursor: pointer; font-weight: 700; }
.history-note p { margin-top: 18px; max-width: 850px; color: var(--muted); }
.next-ball { padding: 38px; background: var(--cream); margin-bottom: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.next-ball h2 { font-size: 2.4rem; }
.next-ball p:not(.eyebrow) { max-width: 600px; font-size: .85rem; }
.next-ball .button { flex-shrink: 0; }
@media (max-width: 1000px) {
  .balls-hero { gap: 32px; }
  .hero-actions { gap: 20px; }
  .map-layout.is-active { grid-template-columns: minmax(0, 1fr) 250px; }
  .early-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .balls-hero { padding-top: 112px; grid-template-columns: 1fr; gap: 36px; padding-bottom: 36px; }
  h1 { font-size: 5.5rem; }
  .hero-copy > p:not([class]) { max-width: 600px; }
  .hero-picture img { aspect-ratio: 4/3; }
  .hero-picture { max-width: 600px; }
  .breadcrumbs { margin-bottom: 28px; }
  .page-nav { justify-content: start; }
  .retrospective, .early-section { padding-block: 48px; }
  .section-heading, .balls-grid, .ball-featured, .map-layout.is-active { grid-template-columns: 1fr; }
  .section-heading { gap: 0; }
  .balls-grid { gap: 36px; }
  .ball-featured { gap: 24px; }
  .ball-featured .ball-media img { height: auto; }
  .ball-media img { height: auto; max-height: 360px; }
  .media-contain img { height: 340px; }
  #balls-map { height: 400px; }
  .places-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .is-active .places-list { display: grid; grid-template-columns: 1fr 1fr; max-height: 300px; }
  .is-active .places-list li + li { padding-top: 0; }
  .next-ball { flex-direction: column; align-items: start; padding: 28px; margin-bottom: 48px; }
}
@media (max-width: 400px) {
  .container { width: calc(100% - 32px); }
  .ball-text-only { padding: 22px; }
  .early-grid, .places-list, .is-active .places-list { grid-template-columns: 1fr; }
  .early-grid { gap: 30px; }
  .button { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
