:root {
  --blue: #29439a;
  --blue-dark: #132a5e;
  --blue-light: #eaf0ff;
  --green: #078c45;
  --green-dark: #132a5e;
  --green-deep: #0b1938;
  --green-light: #e9f6ef;
  --ink: #14213d;
  --muted: #617086;
  --line: #d7deea;
  --white: #fff;
  --cream: #f8f5ed;
  --yellow: #f4c542;
  --orange: #ef5a24;
  --shadow: 0 22px 60px rgb(11 25 56 / 16%);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-150%);
  background: var(--yellow); color: var(--green-deep); padding: 10px 14px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 50; top: 0; background: rgb(11 25 56 / 94%);
  color: var(--white); border-bottom: 1px solid rgb(255 255 255 / 12%); backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.05; }
.brand-logo { width: 48px; height: 60px; padding: 3px; object-fit: contain; background: var(--white); border-radius: 7px; }
.brand strong { display: block; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.brand small { display: block; margin-top: 5px; color: rgb(255 255 255 / 66%); letter-spacing: .14em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 16px; }
.nav a { color: rgb(255 255 255 / 79%); font-size: .84rem; font-weight: 720; text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--white); }
.nav .nav-cta { padding: 10px 16px; background: var(--yellow); color: var(--green-deep); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--green-deep), var(--blue) 72%, #3153ba); }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 680px; aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, rgb(244 197 66 / 28%), transparent 68%);
}
.hero-court {
  position: absolute; right: -140px; bottom: -320px; width: 720px; height: 720px; border: 2px solid rgb(255 255 255 / 13%); border-radius: 50%;
}
.hero-court::before, .hero-court::after { content: ""; position: absolute; background: rgb(255 255 255 / 13%); }
.hero-court::before { left: 50%; top: -200px; bottom: -200px; width: 2px; }
.hero-court::after { top: 50%; left: -200px; right: -200px; height: 2px; }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: 72px; padding-block: 78px 88px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.15rem, 6.4vw, 6.25rem); font-weight: 950; text-transform: uppercase; }
h1 span { color: var(--yellow); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 930; }
h3 { margin-bottom: 9px; font-size: 1.28rem; font-weight: 850; }
.hero-lead { max-width: 750px; margin-bottom: 34px; color: rgb(255 255 255 / 78%); font-size: clamp(1.08rem, 1.7vw, 1.33rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--green-deep); }
.button-ghost { border: 1px solid rgb(255 255 255 / 34%); color: var(--white); }
.button-dark { background: var(--green-deep); color: var(--white); }
.microcopy { margin: 18px 0 0; color: rgb(255 255 255 / 56%); font-size: .86rem; }
.hero-hashtag { display: inline-flex; margin-left: 8px; padding: 2px 8px; color: rgb(255 255 255 / 72%); font-size: .78rem; font-weight: 850; letter-spacing: .04em; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; }

.hero-card { overflow: hidden; border: 1px solid rgb(255 255 255 / 24%); background: var(--white); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-logo-wrap { display: grid; place-items: center; min-height: 410px; padding: 22px 24px 10px; background: var(--white); }
.hero-logo-wrap img { width: min(100%, 310px); max-height: 410px; object-fit: contain; }
.league-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; color: var(--white); background: var(--blue-dark); }
.league-facts div { padding: 17px 20px; border-right: 1px solid rgb(255 255 255 / 15%); border-top: 1px solid rgb(255 255 255 / 15%); }
.league-facts dt { color: rgb(255 255 255 / 58%); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.league-facts dd { margin: 2px 0 0; font-size: 1.15rem; font-weight: 930; }
.league-motto { position: relative; z-index: 1; color: var(--green-deep); background: var(--yellow); }
.league-motto p { display: grid; grid-template-columns: repeat(3, 1fr); margin-block: 0; text-align: center; }
.league-motto span { padding: 19px 24px; font-size: clamp(1rem, 2vw, 1.38rem); font-weight: 950; letter-spacing: -.02em; text-transform: uppercase; }
.league-motto span + span { border-left: 1px solid rgb(11 25 56 / 22%); }

.scoreboard { position: relative; border: 1px solid rgb(255 255 255 / 18%); background: rgb(255 255 255 / 6%); box-shadow: var(--shadow); }
.scoreboard::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgb(255 255 255 / 8%); pointer-events: none; }
.scoreboard-label { margin: 0; padding: 13px 20px; background: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.scoreboard-main { display: grid; place-items: center; min-height: 205px; padding: 24px; text-align: center; }
.scoreboard-main span { display: block; color: var(--yellow); font-size: clamp(4.8rem, 8vw, 7.6rem); font-weight: 950; line-height: .9; letter-spacing: -.08em; }
.scoreboard-main small { margin-top: 14px; color: rgb(255 255 255 / 62%); font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.scoreboard dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.scoreboard dl div { padding: 16px 20px; border-right: 1px solid rgb(255 255 255 / 13%); border-bottom: 1px solid rgb(255 255 255 / 13%); }
.scoreboard dt { color: rgb(255 255 255 / 50%); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scoreboard dd { margin: 2px 0 0; font-size: 1.25rem; font-weight: 900; }

.section { padding-block: 104px; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); font-size: 1.08rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 6px; }

.process { background: var(--cream); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfcabc; }
.steps li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid #cfcabc; }
.steps li > span { color: var(--green); font-size: 2.2rem; font-weight: 950; letter-spacing: -.06em; }
.steps p { margin-bottom: 0; color: var(--muted); }

.coaches-section { color: var(--white); background: linear-gradient(145deg, var(--green-deep), var(--blue-dark)); }
.coaches-section .eyebrow { color: var(--yellow); }
.coaches-section .split-heading > p { color: rgb(255 255 255 / 68%); }
.coach-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.coach-card { display: flex; flex-direction: column; min-width: 0; height: 100%; overflow: hidden; background: #080c0a; border: 1px solid rgb(255 255 255 / 18%); box-shadow: 0 18px 42px rgb(0 0 0 / 22%); }
.coach-photo { flex: 0 0 auto; width: 100%; margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: #101713; }
.coach-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.coach-card:nth-child(1) .coach-photo img { object-position: 50% 12%; }
.coach-card:nth-child(2) .coach-photo img { object-position: 50% 15%; transform: scale(1.04); }
.coach-card:nth-child(3) .coach-photo img { object-position: 50% 14%; transform: scale(1.05); }
.coach-card:nth-child(4) .coach-photo img { object-position: 50% 13%; transform: scale(1.1); }
.coach-card > div { flex: 1 1 auto; min-height: 98px; padding: 20px; background: var(--green-deep); }
.coach-card p { margin: 0 0 5px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.coach-card h3 { margin: 0; color: var(--white); font-size: clamp(1.2rem, 2vw, 1.6rem); }

.schools-section { background: var(--white); }
.school-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.school-list article { position: relative; display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 24px; min-height: 146px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.school-no { color: var(--green); font-size: 2.6rem; font-weight: 950; letter-spacing: -.08em; }
.school-list h3 { margin-bottom: 8px; }
.school-list h3 a { text-decoration: none; }
.school-list h3 a:hover, .school-list h3 a:focus-visible { color: var(--blue); }
.school-list p { margin: 0; color: var(--muted); }
.school-list article > span { align-self: start; padding: 5px 9px; background: var(--green-light); color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.weekly-schedule { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 40px rgb(19 42 94 / 8%); }
.schedule-day { min-height: 250px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schedule-day h3 { margin: 0 0 18px; color: var(--blue-dark); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.schedule-day.is-empty p { color: #9ba7ba; font-size: .82rem; }
.schedule-event { display: block; margin-bottom: 10px; padding: 12px; color: var(--ink); text-decoration: none; border-left: 5px solid currentColor; transition: transform .2s ease, box-shadow .2s ease; }
.schedule-event:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgb(19 42 94 / 12%); }
.schedule-event time { display: block; margin-bottom: 5px; font-size: .79rem; font-weight: 900; }
.schedule-event strong { display: block; font-size: .82rem; line-height: 1.25; }
.schedule-event small { display: block; margin-top: 4px; font-size: .68rem; line-height: 1.25; opacity: .76; }
.school-04 { color: #9a470d; background: #ffd7a4; }
.school-07 { color: #0a6634; background: #b9f0ce; }
.school-08 { color: #173b88; background: #bfd5ff; }
.school-01 { color: #4a2b9d; background: #d9ceff; }
.school-invite { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; margin-top: 30px; padding: 34px; color: var(--white); background: linear-gradient(120deg, var(--blue-dark), var(--blue)); }
.school-invite h3 { margin-bottom: 10px; font-size: clamp(1.5rem, 2.8vw, 2.35rem); }
.school-invite p:last-child { max-width: 760px; margin: 0; color: rgb(255 255 255 / 73%); }
.school-invite .eyebrow { color: var(--yellow); }
.button-blue { background: var(--white); color: var(--blue-dark); }

.tournament-section { color: var(--white); background: var(--blue-dark); }
.tournament-section .eyebrow { color: var(--yellow); }
.tournament-section .split-heading > p { color: rgb(255 255 255 / 62%); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgb(255 255 255 / 18%); border-left: 1px solid rgb(255 255 255 / 18%); }
.timeline > div { min-height: 190px; padding: 24px; border-right: 1px solid rgb(255 255 255 / 18%); border-bottom: 1px solid rgb(255 255 255 / 18%); }
.timeline strong { display: block; margin-bottom: 28px; color: var(--yellow); font-size: 2.7rem; line-height: 1; }
.timeline time, .timeline span { display: block; }
.timeline time { font-weight: 850; }
.timeline span { margin-top: 6px; color: rgb(255 255 255 / 54%); font-size: .85rem; }

.standings-section { background: var(--cream); }
.table-wrap { overflow-x: auto; box-shadow: 0 10px 40px rgb(19 42 94 / 9%); }
table { width: 100%; min-width: 820px; border-collapse: collapse; background: var(--white); }
caption { padding: 14px 18px; background: var(--green-light); color: var(--green-dark); font-size: .82rem; font-weight: 800; text-align: left; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: center; }
thead th { background: var(--blue); color: var(--white); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
thead th:nth-child(2), tbody th { text-align: left; }
tbody th { font-weight: 820; }
tbody tr:hover { background: #f8fcf9; }
.table-note { max-width: 950px; margin: 24px 0 0; color: var(--muted); }
.table-sync { margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.table-sync::before { content: ''; display: inline-block; width: .62rem; height: .62rem; margin-right: .5rem; border-radius: 50%; background: #f15a24; vertical-align: .02rem; }
.table-sync.is-online::before { background: #07883f; }

.rules-section { background: var(--white); }
.rules-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rules-grid article { min-height: 255px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rules-grid span { color: var(--green); font-size: 1.6rem; font-weight: 950; }
.rules-grid h3 { margin-top: 30px; }
.rules-grid p { margin: 0; color: var(--muted); font-size: .93rem; }
.fairness-callout { margin-top: 36px; padding: 34px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 30px; background: var(--yellow); box-shadow: var(--shadow); }
.fairness-callout .eyebrow { color: var(--green-deep); }
.fairness-callout h3 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.fairness-callout p:last-child { margin: 0; color: rgb(12 33 23 / 72%); }
.ball-icon { width: 94px; aspect-ratio: 1; border: 5px solid var(--green-deep); border-radius: 50%; background: linear-gradient(90deg, transparent 46%, var(--green-deep) 47%, var(--green-deep) 53%, transparent 54%); transform: rotate(22deg); }

.recruitment-section { padding-block: 0; }
.recruitment-grid { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
.recruitment-grid > div { padding: 80px max(40px, calc((100vw - 1180px) / 2)); }
.recruitment-grid > div:first-child { padding-left: max(40px, calc((100vw - 1180px) / 2)); background: var(--green-light); }
.recruitment-grid > div:last-child { padding-right: max(40px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--green); }
.recruitment-grid > div:last-child .eyebrow { color: var(--yellow); }
.recruitment-grid p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.recruitment-grid > div:last-child p:not(.eyebrow) { color: rgb(255 255 255 / 73%); }
.text-link { display: inline-flex; gap: 10px; color: var(--green); font-weight: 900; text-decoration: none; border-bottom: 2px solid currentColor; }
.recruitment-grid > div:last-child .text-link { color: var(--white); }

.partners-section { position: relative; overflow: hidden; color: var(--white); background: var(--blue-dark); }
.partners-section::after { content: "SBLM"; position: absolute; right: -36px; bottom: -92px; color: rgb(255 255 255 / 4%); font-size: clamp(9rem, 24vw, 25rem); font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.partners-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.partners-section .eyebrow { color: var(--yellow); }
.partner-lead { max-width: 720px; margin-bottom: 30px; color: rgb(255 255 255 / 72%); font-size: 1.08rem; }
.partner-benefits { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 20%); }
.partner-benefits li { display: grid; gap: 5px; padding: 23px 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
.partner-benefits strong { font-size: 1.15rem; }
.partner-benefits span { color: rgb(255 255 255 / 58%); }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid #cfcabc; }
details { border-bottom: 1px solid #cfcabc; }
summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--green); font-size: 1.8rem; font-weight: 500; }
details[open] summary::after { content: "–"; }
details p { padding-right: 40px; color: var(--muted); }

.contact-section { padding-block: 84px; color: var(--white); background: var(--blue); }
.contact-section .eyebrow { color: var(--yellow); }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.contact-inner h2 { margin-bottom: 0; }
.contact-actions { display: grid; }
.contact-actions a { padding: 13px 0; color: rgb(255 255 255 / 80%); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.contact-actions a:hover { color: var(--yellow); }
.site-footer { padding-block: 26px; color: rgb(255 255 255 / 52%); background: var(--green-deep); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; font-size: .8rem; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 1000px) {
  .menu-button { display: block; }
  .nav { display: none; position: absolute; inset: 82px 0 auto; padding: 20px; background: var(--green-deep); flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .nav a { padding: 8px 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .scoreboard { max-width: 560px; }
  .rules-grid { grid-template-columns: 1fr 1fr; }
  .fairness-callout { grid-template-columns: 90px 1fr; }
  .fairness-callout .button { grid-column: 2; justify-self: start; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .weekly-schedule { grid-template-columns: repeat(3, 1fr); }
  .coach-grid { grid-template-columns: 1fr 1fr; }
  .partners-grid { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding-block: 72px; }
  .hero-grid { min-height: auto; padding-block: 70px; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .school-list { grid-template-columns: 1fr; }
  .school-list article { grid-template-columns: 58px 1fr; }
  .school-list article > span { grid-column: 2; justify-self: start; }
  .coach-grid { gap: 14px; }
  .weekly-schedule { grid-template-columns: 1fr 1fr; }
  .schedule-day { min-height: 160px; }
  .school-invite { grid-template-columns: 1fr; gap: 24px; }
  .school-invite .button { justify-self: start; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline > div { min-height: 155px; }
  .league-motto p { grid-template-columns: 1fr; }
  .league-motto span { padding-block: 13px; }
  .league-motto span + span { border-top: 1px solid rgb(11 25 56 / 18%); border-left: 0; }
  .rules-grid { grid-template-columns: 1fr; }
  .rules-grid article { min-height: 0; }
  .fairness-callout { grid-template-columns: 1fr; }
  .fairness-callout .button { grid-column: 1; }
  .recruitment-grid { grid-template-columns: 1fr; }
  .recruitment-grid > div { padding: 64px 24px !important; }
  .faq-grid, .contact-inner { grid-template-columns: 1fr; gap: 38px; }
  .footer-inner { flex-direction: column; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }
  .scoreboard dl { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .school-list article { padding: 22px 18px; }
  .coach-grid { grid-template-columns: 1fr; }
  .weekly-schedule { grid-template-columns: 1fr; }
  .schedule-day { min-height: 0; }
  .hero-logo-wrap { min-height: 330px; }
}
