@font-face {
  font-family: "Alumni Sans";
  src: url("/assets/fonts/alumni-sans-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #0b2037;
  --navy-soft: #16324c;
  --orange: #ef6b2e;
  --orange-strong: #b74412;
  --paper: #f4f5f3;
  --surface: #ffffff;
  --mist: #e7eae8;
  --ink: #11253b;
  --muted: #596572;
  --line: #cbd1d0;
  --shell: min(1320px, calc(100% - 64px));
  color-scheme: light;
  font-family: "Public Sans", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-size: 16px; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1473ce; outline-offset: 4px; }
h1, h2, h3, .brand strong, .result-number, .event-date strong { font-family: "Alumni Sans", "Arial Narrow", sans-serif; }
h1, h2, h3 { text-wrap: balance; }

.skip-link { position: fixed; top: 10px; left: 16px; z-index: 100; transform: translateY(-160%); padding: 11px 16px; background: var(--surface); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.noscript { max-width: 760px; margin: 100px auto; padding: 32px; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); height: 76px; display: flex; align-items: center; gap: 24px; margin-inline: auto; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand img { width: 38px; height: 48px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); font-size: 1.85rem; font-weight: 800; letter-spacing: -0.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 0.58rem; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 3px; margin-left: auto; }
.nav-group { position: relative; }
.nav-group-trigger, .nav-direct { min-height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 11px; border: 0; background: transparent; color: var(--navy); font-size: 0.78rem; font-weight: 760; cursor: pointer; white-space: nowrap; }
.nav-group-trigger:hover, .nav-direct:hover { color: var(--orange-strong); }
.nav-group-trigger span { display: inline-block; color: var(--orange-strong); font-size: 1rem; transition: transform 180ms ease; }
.nav-group-trigger[aria-expanded="true"] span { transform: rotate(45deg); }
.nav-popover { position: absolute; top: calc(100% + 10px); left: 0; width: 252px; display: grid; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); box-shadow: 0 22px 52px rgba(11, 32, 55, 0.15); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: 180ms ease; }
.nav-group-trigger[aria-expanded="true"] + .nav-popover { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-popover a { padding: 12px; border-radius: 4px; color: var(--navy); font-size: 0.82rem; font-weight: 700; }
.nav-popover a:hover { background: var(--mist); color: var(--orange-strong); }
.call-button { flex: 0 0 auto; display: grid; padding: 9px 14px; border-radius: 4px; background: var(--navy); color: #fff; font-size: 0.72rem; font-weight: 800; line-height: 1.05; transition: background 160ms ease, transform 160ms ease; }
.call-button span { margin-bottom: 4px; color: #bdc9d3; font-size: 0.56rem; font-weight: 650; }
.call-button:hover { background: var(--orange-strong); transform: translateY(-1px); }
.theme-button { min-height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--muted); font-size: .65rem; font-weight: 760; cursor: pointer; }
.theme-button:hover { border-color: var(--orange); color: var(--orange-strong); }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); place-content: center; gap: 4px; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; background: var(--navy); transition: 180ms ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }

.section-kicker, .guide-intro > span, .resource-board > div > span, .event-plan > div:first-child > span, .facility-rules > div:first-child > span, .club-narrative > div:first-child > span, .club-facts span, .facility-facts span, .event-facts span, .detail-closing > div > span { margin: 0 0 14px; color: var(--orange-strong); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 4px; font-size: 0.8rem; font-weight: 820; white-space: nowrap; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--orange); color: #13283c; }
.button-primary:hover { background: #ff8247; }
.button-dark { background: var(--navy); color: #fff; }
.button-dark:hover { background: var(--navy-soft); }
.button-outline, .button-quiet { border-color: color-mix(in srgb, var(--navy) 35%, transparent); color: var(--navy); }
.button-outline:hover, .button-quiet:hover { border-color: var(--navy); background: color-mix(in srgb, var(--navy) 5%, transparent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.text-link { display: inline-flex; align-items: center; color: var(--orange-strong); font-size: 0.83rem; font-weight: 820; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

/* Home: seasonal command center */
.home-hero { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.85fr); gap: 16px; min-height: 650px; padding-block: 24px 76px; }
.hero-story { position: relative; min-width: 0; overflow: hidden; border-radius: 8px; background: var(--mist); }
.hero-media { height: 100%; min-height: 650px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(0.9) contrast(1.03); transform: scale(1.03); transition: transform 1100ms cubic-bezier(.2,.8,.2,1); }
body.ready .hero-media img { transform: scale(1); }
.hero-copy { position: absolute; left: 0; bottom: 0; width: min(92%, 850px); padding: clamp(30px, 4vw, 54px); border-top-right-radius: 8px; background: var(--paper); transform: translateY(12px); opacity: 0; transition: transform 700ms 100ms cubic-bezier(.2,.8,.2,1), opacity 500ms 100ms ease; }
body.ready .hero-copy { transform: translateY(0); opacity: 1; }
.hero-kicker { margin: 0 0 12px; color: var(--orange-strong); font-size: 0.72rem; font-weight: 820; }
.hero-copy h1 { max-width: 740px; margin: 0; color: var(--navy); font-size: clamp(4.5rem, 6.4vw, 6.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: 0.78; }
.hero-copy > p:not(.hero-kicker) { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
.season-board { min-height: 650px; display: grid; grid-template-rows: auto 1fr 1fr auto; overflow: hidden; border-radius: 8px; background: var(--navy); color: #fff; }
.season-board-head { display: flex; justify-content: space-between; gap: 20px; padding: 21px 22px; border-bottom: 1px solid rgba(255,255,255,0.18); color: #d7e0e8; font-size: 0.68rem; font-weight: 740; }
.season-ticket { display: flex; flex-direction: column; justify-content: center; min-height: 210px; padding: 28px 23px; border-bottom: 1px solid rgba(255,255,255,0.18); transition: padding 180ms ease, background 180ms ease; }
.season-ticket:hover { padding-left: 28px; background: var(--navy-soft); }
.season-ticket.featured { background: var(--orange); color: var(--navy); }
.season-ticket.featured:hover { background: #ff8247; }
.ticket-status { width: fit-content; margin-bottom: 18px; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: 0.66rem; font-weight: 850; }
.season-ticket strong { font-family: "Alumni Sans", sans-serif; font-size: 2.3rem; font-weight: 760; line-height: 0.95; }
.season-ticket small { margin-top: 9px; color: #c0ccd6; font-size: 0.69rem; line-height: 1.45; }
.season-ticket.featured small { color: #24374a; }
.season-ticket b { margin-top: 24px; font-size: 0.75rem; }
.season-contact { display: flex; justify-content: space-between; gap: 18px; padding: 20px 22px; color: #bac8d3; font-size: 0.72rem; }
.season-contact a { color: #fff; font-weight: 800; }

/* Home: finder */
.finder-section { display: grid; grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr); gap: 32px 80px; padding-block: 118px; }
.finder-intro h2, .calendar-title h2, .pathway-title h2, .matchday-title h2, .coach-story h2, .tournament-copy h2, .closing-cta h2 { margin: 0; color: var(--navy); font-size: clamp(3.3rem, 5.6vw, 5.5rem); font-weight: 780; letter-spacing: -0.03em; line-height: 0.86; }
.finder-intro > p:last-child, .calendar-title > p:last-child, .pathway-title > p, .tournament-copy > p { max-width: 490px; margin: 22px 0 0; color: var(--muted); line-height: 1.68; }
.finder-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-self: end; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.finder-form label { display: grid; gap: 8px; }
.finder-form label:nth-child(2) { grid-column: 1 / -1; }
.finder-form label span { color: var(--muted); font-size: 0.66rem; font-weight: 780; }
.finder-form select { width: 100%; min-height: 50px; padding: 0 38px 0 13px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--navy); font-size: 0.82rem; font-weight: 680; }
.finder-form .button { align-self: end; }
.finder-result { grid-column: 1 / -1; min-height: 170px; display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 38px; padding: 32px 38px; border-radius: 8px; background: var(--navy); color: #fff; }
.finder-result.result-pop { animation: result-pop 380ms cubic-bezier(.2,.8,.2,1); }
.result-number { color: var(--orange); font-size: 5.6rem; font-weight: 770; line-height: 1; }
.finder-result span { color: #aebdca; font-size: 0.63rem; font-weight: 780; letter-spacing: 0.09em; text-transform: uppercase; }
.finder-result h3 { margin: 3px 0 4px; font-size: 2.6rem; font-weight: 760; line-height: 1; }
.finder-result p { max-width: 670px; margin: 0; color: #ced8e0; font-size: 0.82rem; line-height: 1.6; }
.finder-result > a { color: #fff; font-size: 0.78rem; font-weight: 820; }
@keyframes result-pop { from { opacity: .45; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Home: calendar */
.calendar-section { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 80px; padding-block: 24px 126px; }
.calendar-title { align-self: center; }
.calendar-board { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.calendar-card { min-height: 220px; display: grid; grid-template-columns: 76px 1fr; align-content: start; gap: 26px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); transition: transform 180ms ease, border-color 180ms ease; }
.calendar-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.calendar-card.active { background: var(--mist); }
.calendar-card.wide { grid-column: 1 / -1; min-height: 190px; grid-template-columns: 76px 1fr auto; align-items: center; }
.calendar-card.note { display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); color: var(--navy); }
.calendar-card time { display: grid; place-items: center; align-self: start; padding: 10px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.calendar-card time b { font-family: "Alumni Sans", sans-serif; color: var(--navy); font-size: 2.45rem; line-height: 0.9; }
.calendar-card time span { margin-top: 5px; color: var(--orange-strong); font-size: 0.63rem; font-weight: 850; text-transform: uppercase; }
.calendar-card strong { color: var(--navy); font-size: 0.96rem; }
.calendar-card p { margin: 11px 0 0; color: var(--muted); font-size: 0.75rem; line-height: 1.55; }
.card-action { grid-column: 2; align-self: end; color: var(--orange-strong); font-size: 0.72rem; font-weight: 800; }
.wide .card-action { grid-column: auto; }
.calendar-card.note p { color: #283b4c; }
.calendar-card.note .card-action { grid-column: auto; color: var(--navy); }
.note-marker { display: inline-block; margin-bottom: 44px; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: 0.68rem; font-weight: 850; }

/* Home: player pathway */
.pathway-section { padding-block: 120px; border-top: 1px solid var(--line); }
.pathway-title { max-width: 760px; }
.pathway-map { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 74px; }
.pathway-map::before { content: ""; position: absolute; top: 29px; left: 30px; right: 30px; height: 2px; background: var(--line); }
.pathway-map article { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 24px; }
.pathway-step { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-family: "Alumni Sans", sans-serif; font-size: 1.3rem; font-weight: 760; }
.pathway-map h3 { margin: 2px 0 0; color: var(--navy); font-size: 2.25rem; font-weight: 760; line-height: 1; }
.pathway-map article > div > p { margin: 6px 0 26px; color: var(--orange-strong); font-size: 0.69rem; font-weight: 760; }
.pathway-map dl { margin: 0; }
.pathway-map dl div { margin-top: 17px; }
.pathway-map dt { color: var(--muted); font-size: 0.63rem; font-weight: 780; text-transform: uppercase; }
.pathway-map dd { margin: 6px 0 0; color: var(--ink); font-size: 0.78rem; line-height: 1.55; }
.pathway-map a { display: inline-block; margin-top: 26px; color: var(--orange-strong); font-size: 0.75rem; font-weight: 820; }
.pathway-extra { display: grid; grid-template-columns: .65fr 1.35fr auto; align-items: center; gap: 34px; margin-top: 70px; padding: 26px 30px; border-radius: 8px; background: var(--mist); color: var(--navy); }
.pathway-extra span { color: var(--muted); font-size: 0.7rem; }
.pathway-extra strong { font-size: 0.82rem; }
.pathway-extra b { color: var(--orange-strong); font-size: 1.2rem; }

/* Home: documentary image sequence */
.matchday-section { padding-block: 118px; overflow: hidden; background: var(--mist); }
.matchday-title { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; }
.matchday-title h2 { max-width: 900px; }
.matchday-track { width: var(--shell); display: grid; grid-template-columns: 1.35fr .78fr .92fr; gap: 18px; align-items: end; margin: 70px auto 0; }
.matchday-track figure { margin: 0; }
.matchday-track img { width: 100%; height: 330px; border-radius: 8px; object-fit: cover; }
.matchday-track .matchday-large img { height: 430px; }
.matchday-track .matchday-tall img { height: 380px; }
.matchday-track figcaption { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 15px; color: var(--muted); font-size: 0.72rem; line-height: 1.5; }
.matchday-track figcaption span { color: var(--orange-strong); font-weight: 850; }

/* Home: proof, facility, tournaments */
.development-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding-block: 120px; }
.coach-story { min-height: 560px; display: grid; grid-template-columns: 150px 1fr; align-items: end; gap: 38px; padding: 46px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.coach-photo { align-self: start; overflow: hidden; border-radius: 50%; background: var(--mist); }
.coach-photo img { width: 150px; height: 150px; object-fit: cover; }
.coach-story h2 { max-width: 520px; font-size: clamp(3.2rem, 5vw, 5rem); }
.coach-story p:not(.section-kicker) { max-width: 520px; margin: 23px 0; color: var(--muted); font-size: 0.88rem; line-height: 1.7; }
.facility-card { position: relative; min-height: 560px; overflow: hidden; border-radius: 8px; background: var(--navy); color: #fff; }
.facility-card > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; filter: brightness(.56) saturate(.85); transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.facility-card:hover > img { transform: scale(1.025); }
.facility-card > div { position: absolute; inset: auto 0 0; padding: 44px; background: var(--navy); }
.facility-card span { color: var(--orange); font-size: 0.68rem; font-weight: 820; }
.facility-card h3 { max-width: 560px; margin: 11px 0 0; font-size: 3.15rem; font-weight: 760; line-height: .9; }
.facility-card p { margin: 15px 0 22px; color: #c3ced7; font-size: .8rem; }
.facility-card b { font-size: .75rem; }
.tournament-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; padding-block: 80px 132px; }
.tournament-photo { margin: 0; }
.tournament-photo img { width: 100%; min-height: 620px; border-radius: 8px; object-fit: cover; }
.tournament-photo figcaption { margin-top: 12px; color: var(--muted); font-size: 0.66rem; }
.tournament-copy > p { max-width: 440px; }
.tournament-dates { margin-top: 42px; }
.tournament-dates a { display: grid; grid-template-columns: 1fr auto; gap: 5px 22px; padding: 22px 0; border-top: 1px solid var(--line); }
.tournament-dates time { grid-column: 1 / -1; color: var(--orange-strong); font-size: 0.66rem; font-weight: 820; }
.tournament-dates strong { color: var(--navy); font-size: 0.88rem; }
.tournament-dates span { color: var(--muted); font-size: 0.68rem; }
.closing-cta { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 120px; padding: 52px; border-radius: 8px; background: var(--orange); color: var(--navy); }
.closing-cta h2 { max-width: 760px; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.closing-cta p:not(.section-kicker) { max-width: 650px; margin: 20px 0 0; color: #2b3c4e; line-height: 1.6; }
.closing-cta .section-kicker { color: var(--navy); }
.closing-cta > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Detail pages: shared */
.detail-back { display: inline-block; margin: 42px 0 54px; color: var(--muted); font-size: 0.66rem; font-weight: 760; }
.program-hero h1, .event-mast h1, .facility-hero h1, .club-statement h1 { margin: 0; color: var(--navy); font-size: clamp(5rem, 8.5vw, 8.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: .77; }
.detail-lead { max-width: 700px; margin: 26px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.program-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.decision-board { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.decision-board > span { grid-column: 1 / -1; padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--orange-strong); font-size: .65rem; font-weight: 820; text-transform: uppercase; }
.decision-board div { min-height: 90px; display: grid; align-content: center; gap: 7px; padding: 15px 18px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.decision-board div:nth-of-type(odd) { border-left: 0; }
.decision-board div:nth-of-type(-n + 2) { border-top: 0; }
.decision-board small { color: var(--muted); font-size: .61rem; font-weight: 760; }
.decision-board strong { color: var(--navy); font-size: .78rem; line-height: 1.4; }
.program-hero-media, .club-media, .event-photo { height: clamp(360px, 43vw, 600px); margin: 70px 0 0; overflow: hidden; border-radius: 8px; background: var(--mist); }
.program-hero-media img, .club-media img, .event-photo img { width: 100%; height: 100%; object-fit: cover; }
.program-hero-media.graphic, .club-media.graphic, .event-photo.graphic { display: grid; place-items: center; }
.program-hero-media.graphic img, .club-media.graphic img, .event-photo.graphic img { width: min(74%, 720px); height: 84%; object-fit: contain; }
.program-guide, .event-plan, .facility-rules, .club-narrative { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; padding-block: 120px; }
.guide-intro, .event-plan > div:first-child, .facility-rules > div:first-child, .club-narrative > div:first-child { align-self: start; position: sticky; top: 115px; }
.guide-intro h2, .event-plan h2, .facility-rules h2, .club-narrative h2, .resource-board h2, .facility-links h2, .event-resources h2, .detail-closing h2 { margin: 0; color: var(--navy); font-size: clamp(3rem, 4.8vw, 4.8rem); font-weight: 760; letter-spacing: -0.03em; line-height: .88; }
.guide-intro .text-link { margin-top: 30px; }
.guide-notes, .event-timeline { border-top: 1px solid var(--line); }
.guide-notes article { display: grid; grid-template-columns: 42px 1fr; gap: 28px; padding: 35px 0 39px; border-bottom: 1px solid var(--line); }
.guide-notes article > span { color: var(--orange-strong); font-size: .68rem; font-weight: 820; }
.guide-notes h3, .event-timeline h3, .facility-rules article h3, .club-narrative article h3 { margin: 0; color: var(--navy); font-size: 1.75rem; font-weight: 740; line-height: 1; }
.guide-notes p, .event-timeline p, .facility-rules article p, .club-narrative article p { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.75; }
.resource-board, .facility-links, .event-resources { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-bottom: 118px; padding: 55px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.resource-board > div > p, .facility-links > div > p { max-width: 470px; margin: 18px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.resource-links { border-top: 1px solid var(--line); }
.resource-links a { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .8rem; font-weight: 740; transition: padding 160ms ease, color 160ms ease; }
.resource-links a:hover { padding-inline: 10px; color: var(--orange-strong); }
.resource-links b { color: var(--orange-strong); font-size: 1rem; }
.detail-closing { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 120px; padding-block: 48px; border-block: 1px solid var(--line); }
.detail-closing > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Tournament detail */
.event-mast { display: grid; grid-template-columns: .42fr 1.58fr; gap: 70px; align-items: end; }
.event-mast > div:last-child { max-width: 840px; }
.event-mast > div:last-child > p:not(.section-kicker) { max-width: 650px; margin: 24px 0 28px; color: var(--muted); line-height: 1.65; }
.event-date { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 8px; background: var(--navy); color: #fff; }
.event-date span { color: #b6c4cf; font-size: .65rem; font-weight: 760; }
.event-date strong { color: var(--orange); font-size: clamp(3rem, 5vw, 5rem); font-weight: 760; line-height: .85; }
.event-facts, .facility-facts, .club-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 28px; border-bottom: 1px solid var(--line); }
.event-facts div, .facility-facts div, .club-facts div { min-height: 74px; display: grid; align-content: center; gap: 7px; padding: 10px 25px; border-left: 1px solid var(--line); }
.event-facts div:first-child, .facility-facts div:first-child, .club-facts div:first-child { padding-left: 0; border-left: 0; }
.event-facts strong, .facility-facts strong, .club-facts strong { color: var(--navy); font-size: .82rem; line-height: 1.4; }
.event-timeline article { display: grid; grid-template-columns: 48px 1fr; gap: 25px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.event-timeline article > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); font-size: .72rem; }
.event-resources h2 { align-self: start; }

/* Facility detail */
.facility-hero-copy { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.facility-hero-copy > div:last-child p { margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.facility-photo-grid { display: grid; grid-template-columns: 1.55fr .45fr; gap: 14px; height: 560px; margin-top: 68px; }
.facility-photo-grid img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.facility-photo-note { display: flex; flex-direction: column; justify-content: end; padding: 30px; border-radius: 8px; background: var(--navy); color: #fff; }
.facility-photo-note strong { font-family: "Alumni Sans", sans-serif; color: var(--orange); font-size: 6.2rem; font-weight: 760; line-height: .8; }
.facility-photo-note span { margin-top: 9px; font-family: "Alumni Sans", sans-serif; font-size: 2rem; font-weight: 720; }
.facility-photo-note p { margin: 28px 0 0; color: #c5d0d9; font-size: .75rem; line-height: 1.55; }
.facility-rules > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.facility-rules article { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.facility-rules article:first-child { grid-column: 1 / -1; }

/* Club detail */
.club-statement { max-width: 980px; }
.club-statement > p:not(.section-kicker) { max-width: 700px; margin: 25px 0 28px; color: var(--muted); font-size: 1rem; line-height: 1.68; }
.club-narrative > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.club-narrative article { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.club-narrative article:first-child { grid-column: 1 / -1; }
.club-narrative article > b { display: block; margin-bottom: 55px; color: var(--orange-strong); font-size: .7rem; }

/* Footer */
.site-footer { padding-top: 78px; border-top: 1px solid var(--line); background: var(--surface); color: var(--navy); }
.footer-top { width: var(--shell); display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr; gap: 55px; margin-inline: auto; padding-bottom: 68px; }
.footer-top h3 { margin: 0 0 18px; color: var(--orange-strong); font-size: .66rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.footer-top a { display: block; margin: 0 0 12px; color: var(--ink); font-size: .78rem; line-height: 1.55; }
.footer-top a:hover { color: var(--orange-strong); }
.footer-top p { color: var(--muted); font-size: .74rem; line-height: 1.62; }
.footer-brand { display: grid; grid-template-columns: 68px 1fr; gap: 16px 24px; }
.footer-brand img { grid-row: 1 / 3; width: 62px; height: 78px; object-fit: contain; }
.footer-brand h2 { margin: 0; font-size: 2.2rem; font-weight: 760; line-height: .9; }
.footer-brand p { margin: 0; }
.footer-bottom { width: var(--shell); display: flex; justify-content: space-between; gap: 30px; margin-inline: auto; padding: 22px 0 27px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted); font-size: .64rem; }

.motion { opacity: 1; transform: none; }
.motion.visible { animation: section-in 620ms cubic-bezier(.2,.8,.2,1) both; }
@keyframes section-in { from { opacity: .82; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 960px); }
  .desktop-nav { display: none; }
  .call-button { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-menu { position: absolute; top: 100%; left: 0; z-index: 45; width: 100%; height: calc(100dvh - 76px); display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 36px; padding: 42px max(28px, calc((100vw - 960px) / 2)); background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); overflow-y: auto; transition: 210ms ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu section { display: grid; align-content: start; }
  .mobile-menu h2 { margin: 0 0 10px; color: var(--orange-strong); font-size: .68rem; font-family: "Public Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 760; }
  .home-hero { grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); }
  .hero-copy { width: 95%; }
  .hero-copy h1 { font-size: clamp(4.3rem, 7.5vw, 5.4rem); }
  .finder-section, .calendar-section { gap: 44px; }
  .matchday-title { grid-template-columns: 1fr; gap: 18px; }
  .coach-story { grid-template-columns: 110px 1fr; padding: 34px; }
  .coach-photo img { width: 110px; height: 110px; }
  .tournament-section { gap: 45px; }
  .program-hero-grid, .facility-hero-copy { gap: 50px; }
  .program-guide, .event-plan, .facility-rules, .club-narrative { gap: 65px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 720px); }
  .nav-shell { height: 68px; }
  .brand img { width: 34px; height: 43px; }
  .brand small { display: none; }
  .mobile-menu { height: calc(100dvh - 68px); }
  .home-hero { grid-template-columns: 1fr; padding-block: 18px 68px; }
  .hero-story, .hero-media { min-height: 640px; }
  .hero-copy { width: 92%; }
  .season-board { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr auto; }
  .season-board-head { grid-column: 1 / -1; }
  .season-ticket { min-height: 220px; }
  .season-contact { grid-column: 1 / -1; }
  .finder-section, .calendar-section { grid-template-columns: 1fr; gap: 40px; padding-block: 92px; }
  .finder-result { grid-template-columns: 90px 1fr; }
  .finder-result > a { grid-column: 2; }
  .pathway-section { padding-block: 92px; }
  .pathway-map { grid-template-columns: 1fr; gap: 48px; }
  .pathway-map::before { top: 28px; bottom: 28px; left: 28px; width: 2px; height: auto; }
  .pathway-extra { grid-template-columns: 1fr auto; }
  .pathway-extra span { grid-column: 1 / -1; }
  .matchday-section { padding-block: 92px; }
  .matchday-track { grid-template-columns: 1.25fr .9fr 1fr; width: max(900px, calc(100% - 34px)); margin-left: 17px; }
  .development-section, .tournament-section { grid-template-columns: 1fr; padding-block: 92px; }
  .coach-story { min-height: 500px; }
  .tournament-photo img { min-height: 430px; }
  .closing-cta { flex-direction: column; align-items: stretch; margin-bottom: 92px; padding: 38px; }
  .closing-cta > div:last-child { justify-content: flex-start; }
  .program-hero-grid, .event-mast, .facility-hero-copy { grid-template-columns: 1fr; gap: 40px; }
  .decision-board { max-width: 620px; }
  .event-date { min-height: 180px; }
  .program-guide, .event-plan, .facility-rules, .club-narrative { grid-template-columns: 1fr; gap: 50px; padding-block: 92px; }
  .guide-intro, .event-plan > div:first-child, .facility-rules > div:first-child, .club-narrative > div:first-child { position: static; }
  .resource-board, .facility-links, .event-resources { grid-template-columns: 1fr; gap: 42px; margin-bottom: 92px; padding: 40px; }
  .event-facts, .facility-facts, .club-facts { grid-template-columns: 1fr 1fr; }
  .event-facts div:nth-child(odd), .facility-facts div:nth-child(odd), .club-facts div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .event-facts div:nth-child(n + 3), .facility-facts div:nth-child(n + 3), .club-facts div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .facility-photo-grid { grid-template-columns: 1.2fr .8fr; height: 440px; }
  .detail-closing { flex-direction: column; align-items: stretch; margin-bottom: 92px; }
  .detail-closing > div:last-child { justify-content: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .call-button { display: none; }
  .brand strong { font-size: 1.65rem; }
  .mobile-menu { grid-template-columns: 1fr; gap: 24px; padding: 28px 20px 45px; }
  .hero-story, .hero-media { min-height: 570px; }
  .hero-media img { object-position: 59% center; }
  .hero-copy { position: absolute; width: 100%; padding: 27px 23px; }
  .hero-copy { padding-inline: 16px; }
  .hero-copy h1 { font-size: clamp(2rem, 10.8vw, 2.8rem); line-height: .8; }
  .hero-copy > p:not(.hero-kicker) { font-size: .86rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .season-board { grid-template-columns: 1fr; }
  .season-board-head, .season-contact { grid-column: 1; }
  .season-ticket { min-height: 205px; }
  .finder-section { padding-block: 80px; }
  .finder-form { grid-template-columns: 1fr; padding: 18px; }
  .finder-form label:nth-child(2) { grid-column: 1; }
  .finder-result { grid-template-columns: 1fr; gap: 16px; padding: 27px 23px; }
  .result-number { font-size: 4.2rem; }
  .finder-result > a { grid-column: 1; margin-top: 8px; }
  .calendar-board { grid-template-columns: 1fr; }
  .calendar-card, .calendar-card.wide { grid-column: 1; grid-template-columns: 66px 1fr; min-height: 205px; }
  .wide .card-action { grid-column: 2; }
  .pathway-map { margin-top: 55px; }
  .pathway-map article { grid-template-columns: 50px 1fr; gap: 17px; }
  .pathway-step { width: 50px; height: 50px; }
  .pathway-map::before { left: 24px; }
  .pathway-extra { padding: 23px; }
  .matchday-track { width: max(760px, calc(100% - 28px)); margin-left: 14px; }
  .matchday-track img, .matchday-track .matchday-large img, .matchday-track .matchday-tall img { height: 330px; }
  .coach-story { min-height: auto; grid-template-columns: 1fr; align-items: start; padding: 28px; }
  .coach-photo { width: 96px; }
  .coach-photo img { width: 96px; height: 96px; }
  .facility-card, .facility-card > img { min-height: 520px; }
  .facility-card > div { padding: 28px; }
  .facility-card h3 { font-size: 2.7rem; }
  .tournament-photo img { min-height: 330px; }
  .closing-cta { padding: 30px 24px; }
  .closing-cta .button { width: 100%; }
  .detail-back { margin: 32px 0 42px; }
  .program-hero h1, .event-mast h1, .facility-hero h1, .club-statement h1 { font-size: clamp(4.1rem, 20vw, 5.7rem); }
  .decision-board { grid-template-columns: 1fr; }
  .decision-board div { border-left: 0; }
  .decision-board div:nth-of-type(2) { border-top: 1px solid var(--line); }
  .program-hero-media, .club-media, .event-photo { width: 100%; height: 300px; margin-top: 50px; }
  .event-facts, .facility-facts, .club-facts { padding-block: 12px; }
  .event-facts div, .facility-facts div, .club-facts div { min-height: 90px; padding: 14px 10px; }
  .guide-notes article, .event-timeline article { grid-template-columns: 32px 1fr; gap: 16px; }
  .resource-board, .facility-links, .event-resources { width: 100%; padding: 34px 22px; }
  .facility-photo-grid { grid-template-columns: 1fr; height: auto; }
  .facility-photo-grid img { height: 290px; }
  .facility-photo-note { min-height: 250px; }
  .facility-rules > div:last-child, .club-narrative > div:last-child { grid-template-columns: 1fr; }
  .facility-rules article:first-child, .club-narrative article:first-child { grid-column: 1; }
  .detail-closing .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { max-width: 380px; }
  .footer-bottom { flex-direction: column; }
}

html[data-theme="dark"] {
  --paper: #111b25;
  --surface: #172431;
  --mist: #22303c;
  --ink: #e7edf2;
  --muted: #aeb9c3;
  --line: #394754;
  --navy: #e8eef3;
  --navy-soft: #283847;
  --orange-strong: #ff8a51;
  color-scheme: dark;
}

html[data-theme="dark"] .call-button,
html[data-theme="dark"] .finder-result,
html[data-theme="dark"] .season-board,
html[data-theme="dark"] .event-date,
html[data-theme="dark"] .pathway-step,
html[data-theme="dark"] .facility-photo-note,
html[data-theme="dark"] .facility-card > div { background: #091a2a; color: #fff; }
html[data-theme="dark"] .button-dark { background: #eef3f6; color: #102238; }
html[data-theme="dark"] .hero-copy { background: var(--paper); }
html[data-theme="dark"] .season-ticket.featured,
html[data-theme="dark"] .closing-cta,
html[data-theme="dark"] .calendar-card.note { color: #13283c; }
html[data-theme="dark"] .season-ticket.featured small,
html[data-theme="dark"] .closing-cta p:not(.section-kicker),
html[data-theme="dark"] .calendar-card.note p { color: #26394b; }
html[data-theme="dark"] .facility-card { background: #091a2a; }
html[data-theme="dark"] .finder-result h3,
html[data-theme="dark"] .finder-result > a,
html[data-theme="dark"] .season-ticket strong,
html[data-theme="dark"] .season-contact a,
html[data-theme="dark"] .facility-card h3 { color: #fff; }
html[data-theme="dark"] .finder-result p,
html[data-theme="dark"] .facility-card p { color: #c6d2db; }
html[data-theme="dark"] .program-hero-media.graphic img,
html[data-theme="dark"] .club-media.graphic img,
html[data-theme="dark"] .event-photo.graphic img { filter: brightness(.92); }

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