:root {
  --canvas: #f3eee5;
  --surface: #fffaf2;
  --ink: #0b0b0d;
  --muted: #6c6761;
  --red: #94172a;
  --red-bright: #c92b3f;
  --gold: #d79c42;
  --line: rgba(11, 11, 13, .23);
  --focus: #ffd75e;
  --pad: clamp(1.15rem, 4vw, 4.5rem);
  --display: "Arial Black", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --body: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3 { line-break: strict; word-break: auto-phrase; text-wrap: balance; }
p, dd { text-wrap: pretty; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
::selection { color: #fff; background: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip { position: fixed; z-index: 1000; top: .5rem; left: .5rem; transform: translateY(-180%); padding: .6rem 1rem; background: var(--focus); font-weight: 900; }
.skip:focus { transform: none; }

.header { position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); background: rgba(7,7,9,.72); backdrop-filter: blur(16px); transition: height .2s, background .2s; }
.header.scrolled { height: 64px; background: rgba(7,7,9,.94); }
.brand { display: flex; align-items: center; gap: .75rem; font-family: var(--display); font-size: .9rem; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); font-size: .78rem; font-weight: 900; }
.nav > a { min-height: 44px; display: inline-flex; align-items: center; }
.nav-action { padding: .55rem .85rem; color: #fff; background: var(--red-bright); }
.menu { display: none; width: 44px; height: 44px; color: #fff; background: transparent; border: 0; }
.menu i { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: clamp(9rem, 16vh, 12rem) var(--pad) clamp(3rem, 7vh, 5rem); color: #fff; background: var(--ink); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 42%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,4,6,.92) 0%, rgba(4,4,6,.66) 48%, rgba(4,4,6,.2) 100%), linear-gradient(0deg, rgba(4,4,6,.82), transparent 55%); }
.hero-copy { position: relative; z-index: 2; width: min(900px, 78vw); }
.eyebrow, .section-label { margin: 0 0 1.5rem; font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.eyebrow { color: #f1c270; }
.hero-logo { width: clamp(92px, 11vw, 150px); height: auto; margin-bottom: 1.4rem; object-fit: contain; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 10vw, 9.5rem); line-height: .88; letter-spacing: -.08em; }
.hero h1 span { display: block; }
.hero-lead { margin: 1.8rem 0 0; font-weight: 900; letter-spacing: .04em; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; align-items: center; margin-top: 2.4rem; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .75rem 1.1rem; font-size: .86rem; font-weight: 900; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--surface); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 900; }
.hero-side { position: absolute; z-index: 2; right: var(--pad); bottom: 4rem; margin: 0; writing-mode: vertical-rl; font-size: .64rem; font-weight: 900; letter-spacing: .15em; }

.today { display: grid; grid-template-columns: .62fr 1.38fr; min-height: 780px; color: #fff; background: var(--red); }
.today-date { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 5vw, 5rem) var(--pad); border-right: 1px solid rgba(255,255,255,.35); background: #741020; }
.today-date small, .today-date span { font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.today-date strong { font-family: var(--display); font-size: clamp(4.4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.08em; }
.today-main { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 8rem); }
.today h2, .section-head h2, .players h2, .ways h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 7.5vw, 7.5rem); line-height: .93; letter-spacing: -.075em; }
.today-lead { max-width: 760px; margin: 2rem 0 2.4rem; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.event-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.45); }
.event-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.event-facts dt { color: #f3c576; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.event-facts dd { margin: 0; font-weight: 800; }
.today-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button-dark { color: #fff; background: var(--ink); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.65); }
.event-note { max-width: 760px; margin: 1.4rem 0 0; color: rgba(255,255,255,.72); font-size: .78rem; }

.team, .community { padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.team { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--surface); }
.section-label { color: var(--red); }
.section-head h2 span { display: block; }
.team-copy { max-width: 720px; padding-top: 3rem; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.team-copy p { margin: 0 0 1.5rem; }
.team-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2rem; border: 1px solid var(--ink); }
.team-strip span { min-height: 110px; display: flex; align-items: flex-end; padding: 1.1rem; border-right: 1px solid var(--ink); font-size: .75rem; font-weight: 900; }
.team-strip span:last-child { border-right: 0; }

.players { padding: clamp(5rem, 10vw, 10rem) var(--pad); color: #fff; background: var(--ink); }
.section-label-light { color: #f1c270; }
.players-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem clamp(3rem, 8vw, 9rem); align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.players-head > p { max-width: 470px; margin: 0 0 .6rem; color: rgba(255,255,255,.68); }
.pickup { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; border: 1px solid rgba(255,255,255,.45); }
.pickup-scene { width: 100%; height: 100%; max-height: 760px; object-fit: cover; object-position: center 34%; }
.pickup-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); }
.pickup-label { color: #f1c270; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.pickup-name { display: flex; align-items: center; gap: 1.4rem; margin: 1rem 0 1.5rem; }
.pickup-name img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }
.pickup-name h3 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
.pickup-name small { display: block; margin-top: .8rem; color: rgba(255,255,255,.55); font-family: var(--body); font-size: .68rem; letter-spacing: .14em; }
.pickup-copy > p:not(.pickup-label) { max-width: 700px; color: rgba(255,255,255,.72); }
.inline-link { align-self: flex-start; min-height: 44px; display: inline-flex; align-items: center; gap: 1rem; margin-top: 1rem; border-bottom: 1px solid currentColor; font-weight: 900; }
.roster-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.45); }
.roster-group { min-width: 0; background: var(--ink); }
.roster-head { min-height: 150px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: end; gap: 1.25rem; padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.45); }
.roster-head > img { width: 58px; height: 58px; object-fit: contain; }
.roster-head small { color: #f1c270; font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.roster-head h3 { max-width: 19ch; margin: .75rem 0 0; font-family: var(--display); font-size: clamp(1.7rem, 2.8vw, 3rem); line-height: .95; letter-spacing: -.055em; }
.roster-head > span { flex: 0 0 auto; color: rgba(255,255,255,.55); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.roster { display: grid; }
.roster a { min-height: 108px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: .75rem 1rem; align-items: center; padding: 1.15rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.24); transition: color .2s, background .2s; }
.roster a:last-child { border-bottom: 0; }
.roster a:hover { color: var(--ink); background: #f1c270; }
.roster strong { font-family: var(--display); font-size: clamp(1.2rem, 1.7vw, 1.8rem); line-height: 1.1; }
.roster span { color: rgba(255,255,255,.58); font-size: .74rem; }
.roster b { font-size: 1rem; }
.roster a:hover span { color: inherit; }
.wide-link { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.4rem; color: var(--ink); background: #f1c270; font-weight: 900; }

.community { background: var(--canvas); }
.community .section-head { display: grid; grid-template-columns: .5fr 1.5fr; gap: 2rem; align-items: start; margin-bottom: clamp(3rem, 7vw, 6rem); }
.community .section-head h2 { grid-column: 2; }
.community-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.story-card { background: var(--surface); }
.story-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-card > div { padding: clamp(1.5rem, 4vw, 4rem); }
.story-card small { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.story-card h3 { max-width: 14ch; margin: 2rem 0 1rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.story-card p { color: var(--muted); }
.story-card a { min-height: 44px; display: inline-flex; align-items: center; gap: 1rem; margin-top: 1rem; border-bottom: 1px solid currentColor; font-weight: 900; }

.ways { padding: clamp(5rem, 10vw, 10rem) var(--pad); color: #fff; background: var(--red); }
.ways h2 { margin-bottom: clamp(3rem, 7vw, 6rem); }
.ways-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.55); }
.ways-grid > * { min-height: 320px; display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 3rem); border-right: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); transition: color .2s, background .2s; }
.ways-grid > :nth-child(2n) { border-right: 0; }
.ways-grid > :nth-last-child(-n+2) { border-bottom: 0; }
.ways-grid a:hover { color: var(--ink); background: var(--surface); }
.ways-coming-soon { color: rgba(255,255,255,.72); background: rgba(0,0,0,.12); }
.ways-grid small { font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.ways-grid strong { margin: auto 0 1rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.055em; }
.ways-grid span { font-weight: 900; }

.footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem 4rem; align-items: center; padding: 3rem var(--pad); color: #fff; background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 1rem; font-family: var(--display); }
.footer-brand img { width: 52px; height: 52px; object-fit: contain; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 2rem; font-size: .78rem; font-weight: 900; }
.footer p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.5); font-size: .68rem; }

@media (max-width: 900px) {
  .header { height: 64px; }
  .menu { display: block; }
  .nav { position: fixed; inset: 64px 0 auto; display: none; padding: 1rem var(--pad) 1.4rem; background: rgba(7,7,9,.98); border-bottom: 1px solid rgba(255,255,255,.3); }
  .nav.open { display: grid; }
  .nav > a { border-bottom: 1px solid rgba(255,255,255,.24); }
  .nav-action { margin-top: .5rem; border: 0 !important; }
  .hero { min-height: 92svh; padding-top: 8rem; }
  .hero-copy { width: 88vw; }
  .hero-side { display: none; }
  .today { grid-template-columns: 1fr; }
  .today-date { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .today-date strong { align-self: center; }
  .team, .players-head, .pickup { grid-template-columns: 1fr; }
  .team-copy { padding-top: 0; }
  .team-strip { grid-template-columns: repeat(2, 1fr); }
  .team-strip span:nth-child(2) { border-right: 0; }
  .team-strip span:nth-child(-n+2) { border-bottom: 1px solid currentColor; }
  .roster-groups { grid-template-columns: 1fr; }
  .pickup-scene { max-height: 560px; }
  .community .section-head { grid-template-columns: 1fr; }
  .community .section-head h2 { grid-column: auto; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .brand span { font-size: .78rem; }
  .hero { min-height: 88svh; padding-bottom: 2.4rem; }
  .hero-photo { object-position: 58% 42%; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,4,6,.95) 0%, rgba(4,4,6,.58) 72%, rgba(4,4,6,.3)); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .hero-lead { font-size: .9rem; }
  .hero-actions { align-items: stretch; }
  .button, .text-link { width: 100%; }
  .today-main { padding-inline: var(--pad); }
  .today h2, .section-head h2, .players h2, .ways h2 { font-size: clamp(2.7rem, 14vw, 4.7rem); }
  .event-facts > div { grid-template-columns: 76px 1fr; }
  .team-strip, .community-grid, .ways-grid { grid-template-columns: 1fr; }
  .team-strip span, .ways-grid > * { border-right: 0; border-bottom: 1px solid currentColor; }
  .team-strip span:last-child, .ways-grid > :last-child { border-bottom: 0; }
  .pickup-name { align-items: flex-start; }
  .pickup-name h3 { font-size: clamp(2.2rem, 12vw, 3.6rem); }
  .pickup-copy { padding-inline: 1.3rem; }
  .roster-head { min-height: 128px; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 1rem; }
  .roster-head > img { width: 48px; height: 48px; }
  .roster-head > span { grid-column: 2; }
  .roster-head h3 { font-size: clamp(1.75rem, 8.5vw, 2.55rem); }
  .roster a { min-height: 92px; grid-template-columns: minmax(0, 1fr) auto; padding: 1rem 1.15rem; }
  .roster a span { grid-column: 1; grid-row: 2; }
  .roster a b { grid-column: 2; grid-row: 1 / span 2; }
  .story-card h3 { max-width: 12ch; }
  .ways-grid > :nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.55); }
  .ways-grid > :last-child { border-bottom: 0; }
  .footer { grid-template-columns: 1fr; }
  .footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
