:root{
  --orange:#FAA314;
  --black:#090909;
  --ink:#171717;
  --cream:#F5F3EE;
  --white:#FFFFFF;
  --muted:#6F6D68;
  --line:#D9D6CF;
  --dark-line:#2A2A2A;
  --soft:#ECE9E2;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,select{font:inherit}
.shell{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(9,9,9,.97);border-bottom:1px solid #242424;backdrop-filter:blur(12px)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content;color:#fff}
.brand img{width:62px;height:54px;object-fit:contain;object-position:center;flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;gap:2px}
.brand-copy strong{font-size:15px;line-height:1;letter-spacing:.08em}
.brand-copy small{color:var(--orange);font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{position:relative;padding:28px 0 24px;color:#B9B9B9;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:transparent}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active:after{background:var(--orange)}
.menu-toggle{display:none;border:0;background:none;color:#fff;padding:10px}
.menu-toggle span{display:block;width:26px;height:2px;margin:5px 0;background:#fff}
.menu-toggle i{position:absolute;left:-9999px}
.hero{background:var(--black);color:#fff}
.hero-inner{min-height:560px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:72px;padding:78px 0}
.hero-copy{max-width:700px}
.kicker,.eyebrow{margin:0 0 16px;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.hero h1,.page-hero h1{margin:0;font-size:clamp(54px,7.2vw,104px);font-weight:650;line-height:.96;letter-spacing:-.045em}
.hero h1 span,.page-hero h1 span{color:var(--orange)}
.hero-copy>p:not(.kicker),.page-hero-copy>p:not(.kicker){max-width:600px;margin:26px 0 0;color:#B9B9B9;font-size:18px;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid #4C4C4C;color:#fff;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;transition:.2s ease}
.btn.primary{background:var(--orange);border-color:var(--orange);color:#080808}
.btn:hover{border-color:var(--orange)}
.logo-stage{min-height:390px;display:grid;place-items:center;padding:36px;border-left:1px solid var(--dark-line)}
.logo-stage img{width:min(100%,420px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(0,0,0,.5))}
.logo-stage small{margin-top:20px;color:#777;font-size:9px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.fact-strip{background:#fff;border-bottom:1px solid var(--line)}
.fact-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.fact{padding:28px 30px;border-right:1px solid var(--line)}
.fact:first-child{padding-left:0}.fact:last-child{padding-right:0;border-right:0}
.fact small{display:block;margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.fact strong{display:block;font-size:25px;font-weight:650;letter-spacing:-.02em}
.fact span{display:block;margin-top:3px;color:var(--muted);font-size:13px}
.section{padding:92px 0}
.section.dark{background:var(--black);color:#fff}
.section.white{background:#fff}
.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.52fr);gap:64px;align-items:end;margin-bottom:42px}
.section-head h2{margin:0;font-size:clamp(40px,5vw,68px);font-weight:600;line-height:1.03;letter-spacing:-.035em}
.section-head h2 span{color:var(--orange)}
.section-head>p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.dark .section-head>p{color:#999}
.latest-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.result-card,.next-card{min-height:315px;padding:36px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column}
.result-card{background:var(--black);color:#fff;border-color:#222}
.card-label{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.result-score{display:flex;align-items:flex-end;gap:24px;margin:auto 0 22px}
.result-score strong{font-size:clamp(64px,8vw,100px);font-weight:600;line-height:.8;letter-spacing:-.06em}
.result-score span{padding-bottom:8px;color:#B4B4B4;font-size:17px}
.next-card h3{margin:auto 0 18px;font-size:clamp(36px,4.2vw,58px);font-weight:600;line-height:1.02;letter-spacing:-.035em}
.next-card h3 em{color:var(--orange);font-style:normal;font-weight:500}
.result-card p,.next-card p{margin:0;color:#8E8E8E;font-size:13px}
.link-arrow{display:inline-block;margin-top:26px;color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dark .link-arrow{color:#fff}.link-arrow span{color:var(--orange)}
.feature-links{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-link{min-height:270px;padding:30px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;transition:.2s ease}
.feature-link:hover{transform:translateY(-3px);border-color:#BDB9B0}
.feature-link small{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.feature-link h3{margin:auto 0 10px;font-size:32px;font-weight:600;letter-spacing:-.03em}
.feature-link p{margin:0;color:var(--muted);font-size:13px}
.feature-link b{margin-top:22px;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.statement{padding:78px 0;background:var(--orange);color:#0B0B0B}
.statement-inner{display:grid;grid-template-columns:1fr .65fr;gap:64px;align-items:center}
.statement h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,78px);font-weight:400;line-height:1.03;letter-spacing:-.04em}
.statement p{margin:0;font-size:15px;line-height:1.75}
.page-hero{background:var(--black);color:#fff}
.page-hero-inner{min-height:410px;display:grid;grid-template-columns:1fr .5fr;gap:70px;align-items:center;padding:64px 0}
.page-hero-copy{max-width:760px}
.page-hero-mark{display:grid;place-items:center;border-left:1px solid var(--dark-line);min-height:260px;padding-left:48px}
.page-hero-mark img{width:min(100%,300px);height:auto;object-fit:contain}
.page-hero-mark .text-mark{font-family:Georgia,"Times New Roman",serif;color:var(--orange);font-size:86px;font-weight:400;line-height:.8;text-align:center}
.team-list{border-top:1px solid var(--line)}
.team-row{display:grid;grid-template-columns:70px 1fr 1fr auto;gap:26px;align-items:center;min-height:130px;padding:24px 8px;border-bottom:1px solid var(--line)}
.team-row>small{color:#A09C94;font-size:11px;font-weight:800}
.team-row h3{margin:0;font-size:30px;font-weight:600;letter-spacing:-.03em}
.team-row p{margin:0;color:var(--muted);font-size:13px}
.team-row nav{display:flex;gap:10px}
.text-link{padding:9px 0;border-bottom:1px solid #B8B3AA;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.text-link:hover{border-color:var(--orange)}
.team-row.featured{background:#fff}
.team-tools{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:34px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.team-tools label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.team-tools select{margin-left:12px;min-width:190px;padding:10px 32px 10px 12px;border:1px solid #BEBAB2;background:#fff;color:var(--ink)}
.team-tools p{margin:0;max-width:520px;color:var(--muted);font-size:12px}
.roster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.player-card{overflow:hidden;border:1px solid var(--line);background:#fff}
.player-photo{aspect-ratio:4/5;display:grid;place-items:center;background:linear-gradient(150deg,#EFECE6,#DCD8D0);color:#A4A098}
.player-photo span{font-size:13px;font-weight:800;letter-spacing:.18em}
.player-meta{padding:22px}
.player-meta small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.player-meta h3{margin:8px 0 4px;font-size:22px;font-weight:600;letter-spacing:-.02em}
.player-meta p{margin:0;color:var(--muted);font-size:12px}
.privacy{margin-top:28px;padding:22px 24px;border-left:3px solid var(--orange);background:#fff}
.privacy b{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.privacy p{margin:8px 0 0;color:var(--muted);font-size:12px}
.coach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.coach-card{padding:28px;border:1px solid var(--line);background:#fff;min-height:330px;display:flex;flex-direction:column}
.coach-card .initials{width:74px;height:86px;display:grid;place-items:center;margin-bottom:34px;background:var(--black);color:var(--orange);font-family:Georgia,"Times New Roman",serif;font-size:28px}
.coach-card small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.coach-card h3{margin:auto 0 8px;font-size:28px;font-weight:600;line-height:1.02;letter-spacing:-.035em}.coach-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}
.coach-card.head{background:var(--black);color:#fff;border-color:#222}.coach-card.head p{color:#929292}
.record-panel{display:flex;align-items:baseline;gap:18px}.record-panel strong{color:var(--orange);font-size:82px;font-weight:600;letter-spacing:-.06em}.record-panel span{color:#999;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.schedule-list{border-top:1px solid var(--line)}
.schedule-row{display:grid;grid-template-columns:145px 1fr 190px;gap:28px;align-items:center;min-height:100px;padding:18px 0;border-bottom:1px solid var(--line)}
.schedule-row .week-info{display:flex;flex-direction:column}.schedule-row small{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.schedule-row .week-info b{margin-top:4px;font-size:15px}
.matchup{display:grid;grid-template-columns:1fr 30px 1fr;gap:14px;align-items:center}.matchup span{font-size:22px;font-weight:600}.matchup span:last-child{text-align:right}.matchup em{text-align:center;color:var(--orange);font-style:normal;font-size:12px;font-weight:800}
.game-status{text-align:right}.game-status b{display:block;margin-top:4px;font-size:14px}.schedule-row.played{padding-left:18px;padding-right:18px;background:#fff;border-left:3px solid var(--orange)}
.milestones{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.milestone{padding:26px;border-top:2px solid var(--orange);background:#fff}.milestone small{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em}.milestone b{display:block;margin-top:30px;font-size:20px}.milestone span{display:block;margin-top:5px;color:var(--muted);font-size:11px}.milestone.super{background:var(--black);color:#fff}.milestone.super span{color:#999}
.club-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.club{padding:24px;border:1px solid var(--line);background:#fff}.club small{color:#AAA59C;font-size:9px;font-weight:800}.club h3{margin:24px 0 0;font-size:20px;font-weight:600;letter-spacing:-.02em}.club.ours{border-color:var(--orange);box-shadow:inset 0 -3px 0 var(--orange)}.club.ours b{display:inline-block;margin-top:12px;color:var(--orange);font-size:9px;letter-spacing:.1em}
.standings-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px}.standings-card{overflow:hidden;border:1px solid var(--line);background:#fff}.standings-card h3{margin:0;padding:18px 20px;background:#111;color:#fff;font-size:17px;letter-spacing:.04em}.standings-card h3 span{color:var(--orange)}.standings-card table{width:100%;border-collapse:collapse}.standings-card th,.standings-card td{padding:13px 16px;border-bottom:1px solid #E7E4DE;text-align:center;font-size:12px}.standings-card th:first-child{text-align:left}.standings-card thead th{color:#817E77;background:#F4F2ED;font-size:8px;letter-spacing:.1em;text-transform:uppercase}.standings-card tr.ohtp{background:#FFF5DF}
.scoreboard{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.score-card{padding:22px;border:1px solid var(--line);background:#fff}.score-line{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.score-line span{font-size:14px;font-weight:600}.score-line b{font-size:30px}.score-card>small{display:block;margin:14px 0;color:#AAA59C;font-size:8px;font-weight:800;letter-spacing:.12em;text-align:center}.score-card.ours{background:var(--black);color:#fff;border-color:#222}.score-card.ours>small{color:var(--orange)}
.league-schedule{background:#fff}.week{border-top:1px solid var(--line)}.week:last-child{border-bottom:1px solid var(--line)}.week summary{display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center;padding:22px 0;cursor:pointer;list-style:none}.week summary::-webkit-details-marker{display:none}.week summary span{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.12em}.week summary b{font-size:18px}.week summary em{color:var(--muted);font-size:10px;font-style:normal}.week-games{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:0 0 22px}.week-games p{margin:0;padding:14px;background:var(--cream);border:1px solid #E1DED7;font-size:11px;text-align:center}.week-games p.ohtp-game{background:#FFF5DF;border-color:#E7BE66;font-weight:700}.special{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding:14px 18px;background:#111;color:#fff}.special small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.12em}.special b{font-size:11px}
.lead-story{display:grid;grid-template-columns:.55fr 1.45fr;overflow:hidden;border:1px solid var(--line);background:#fff}.story-score{min-height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--black);color:#fff}.story-score small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.12em}.story-score b{margin:14px 0;font-size:80px;font-weight:600;letter-spacing:-.06em}.story-score span{font-size:9px;font-weight:800;letter-spacing:.12em}.story-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.story-copy h3{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.05;letter-spacing:-.035em}.story-copy p:not(.eyebrow){margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.story-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}.story-tease{min-height:190px;padding:28px;border:1px solid var(--line);background:#fff}.story-tease small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.12em}.story-tease h3{margin:38px 0 8px;font-size:23px;font-weight:600}.story-tease p{margin:0;color:var(--muted);font-size:12px}
.site-footer{background:#050505;color:#fff;border-top:1px solid #242424}.footer-inner{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:36px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:72px;height:62px;object-fit:contain}.footer-brand strong{display:block;font-size:11px;letter-spacing:.1em}.footer-brand small{display:block;margin-top:5px;color:var(--orange);font-size:8px;letter-spacing:.13em}.footer-meta{text-align:right}.footer-meta b{display:block;color:#D3D3D3;font-size:9px;letter-spacing:.1em}.footer-meta span{display:block;margin-top:6px;color:#686868;font-size:9px}
@media(max-width:1000px){.main-nav{gap:16px}.hero-inner{grid-template-columns:1fr .7fr;gap:38px}.feature-links{grid-template-columns:1fr 1fr}.roster-grid,.coach-grid{grid-template-columns:1fr 1fr}.scoreboard{grid-template-columns:1fr 1fr 1fr}.week-games{grid-template-columns:1fr 1fr 1fr}.club-grid{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.shell{width:min(100% - 32px,var(--max))}.header-inner{min-height:68px}.brand img{width:52px;height:46px}.brand-copy strong{font-size:13px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;padding:12px 20px;background:#090909;border-bottom:1px solid #252525;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:12px 0}.main-nav a:after{bottom:6px}.hero-inner,.page-hero-inner{grid-template-columns:1fr;gap:34px}.hero-inner{padding:58px 0}.logo-stage,.page-hero-mark{min-height:240px;border-left:0;border-top:1px solid var(--dark-line);padding:32px 0 0}.logo-stage img{width:min(78vw,330px)}.page-hero-mark img{width:min(65vw,250px)}.fact-grid{grid-template-columns:1fr}.fact{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.fact:last-child{border-bottom:0}.section{padding:68px 0}.section-head{grid-template-columns:1fr;gap:20px}.latest-grid,.statement-inner,.lead-story{grid-template-columns:1fr}.feature-links{grid-template-columns:1fr}.team-row{grid-template-columns:45px 1fr;gap:10px 18px}.team-row p,.team-row nav{grid-column:2}.team-tools{align-items:flex-start;flex-direction:column}.roster-grid,.coach-grid{grid-template-columns:1fr 1fr}.schedule-row{grid-template-columns:1fr}.matchup{order:-1}.game-status{text-align:left}.milestones{grid-template-columns:1fr 1fr}.standings-wrap{grid-template-columns:1fr}.scoreboard{grid-template-columns:1fr 1fr}.week-games{grid-template-columns:1fr 1fr}.story-list{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:28px 0}.footer-meta{text-align:left}}
@media(max-width:500px){.roster-grid,.coach-grid,.milestones,.club-grid,.scoreboard,.week-games{grid-template-columns:1fr}.team-tools select{display:block;margin:10px 0 0;width:100%}.team-row{grid-template-columns:1fr}.team-row p,.team-row nav{grid-column:1}.team-row nav{flex-wrap:wrap}.statement h2{font-size:42px}.result-score{align-items:flex-start;flex-direction:column;gap:8px}.story-copy{padding:30px}.special{flex-direction:column}}

.varsity-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.varsity-postseason{grid-template-columns:repeat(3,1fr)}@media(max-width:780px){.varsity-postseason{grid-template-columns:1fr 1fr}}@media(max-width:500px){.varsity-postseason{grid-template-columns:1fr}}

/* V5 — SWMFL team logos. Kept intentionally restrained for the luxury layout. */
.club{display:grid;grid-template-columns:76px 1fr;grid-template-rows:auto auto;column-gap:20px;align-items:center;min-height:130px}
.club-logo{grid-row:1 / span 2;width:76px;height:76px;display:grid;place-items:center;padding:8px;border:1px solid #E4E0D8;background:#fff}
.club-logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.club small{align-self:end}.club h3{align-self:start;margin:7px 0 0}.club.ours b{grid-column:2}
.standing-team{display:flex;align-items:center;gap:10px;min-width:0}.standing-logos,.score-team-logos,.matchup-logos{display:inline-flex;align-items:center;flex:0 0 auto}.standing-logos{width:34px;min-width:34px;height:30px;justify-content:center}.standing-logos img{display:block;max-width:28px;max-height:28px;width:auto;height:auto;object-fit:contain}.standing-logos img+img{margin-left:-8px;background:#fff;border-radius:50%;box-shadow:0 0 0 2px #fff}
.score-team{display:flex!important;align-items:center;gap:8px;min-width:0}.score-team-logos{width:30px;height:28px;justify-content:center}.score-team-logos img{display:block;max-width:26px;max-height:26px;width:auto;height:auto;object-fit:contain}.score-team-logos img+img{margin-left:-8px;background:#fff;border-radius:50%;box-shadow:0 0 0 2px #fff}.score-card.ours .score-team-logos img{background:#fff;border-radius:4px}
.matchup-team{display:flex!important;align-items:center;gap:12px;min-width:0}.matchup-team:last-child{justify-content:flex-end;text-align:right}.matchup-team b{font-size:20px;font-weight:600}.matchup-logos{width:44px;height:42px;justify-content:center}.matchup-logos img{display:block;max-width:40px;max-height:40px;width:auto;height:auto;object-fit:contain}.matchup-logos img+img{margin-left:-11px;background:#fff;border-radius:50%;box-shadow:0 0 0 2px #fff}
.next-matchup-logos{display:flex;align-items:center;gap:16px;margin:26px 0 14px}.next-matchup-logos img{display:block;width:54px;height:54px;padding:5px;border:1px solid #E2DED6;background:#fff;object-fit:contain}.next-card .next-matchup-logos+h3{margin-top:0}
@media(max-width:780px){.club{grid-template-columns:64px 1fr}.club-logo{width:64px;height:64px}.matchup-team:last-child{justify-content:flex-start;text-align:left}.matchup{grid-template-columns:1fr;gap:8px}.matchup em{text-align:left;padding-left:56px}.matchup-team b{font-size:18px}}
@media(max-width:500px){.club{grid-template-columns:56px 1fr;min-height:108px;padding:18px}.club-logo{width:56px;height:56px;padding:6px}.standings-card th,.standings-card td{padding:11px 9px}.standing-team{gap:6px}.standing-logos{width:28px;min-width:28px}.standing-logos img{max-width:24px;max-height:24px}}

/* V6 — Varsity roster: no player images, number + name only. */
.roster-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff}
.roster-entry{min-height:126px;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:22px;padding:22px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.roster-entry:hover{background:#FAF9F6}
.jersey-number{font-size:38px;font-weight:600;line-height:1;letter-spacing:-.04em;color:var(--orange)}
.roster-entry small{display:block;margin-bottom:5px;color:#A29E96;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.roster-entry h3{margin:0;font-size:19px;font-weight:600;line-height:1.2;letter-spacing:-.02em}
.varsity-facts-four{grid-template-columns:repeat(4,1fr)}
@media(max-width:1000px){.roster-list{grid-template-columns:repeat(2,1fr)}.varsity-facts-four{grid-template-columns:repeat(2,1fr)}.varsity-facts-four .fact:nth-child(2){border-right:0}.varsity-facts-four .fact:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:620px){.roster-list{grid-template-columns:1fr}.roster-entry{min-height:104px;grid-template-columns:64px 1fr;padding:18px 20px}.jersey-number{font-size:32px}.roster-entry h3{font-size:18px}.varsity-facts-four{grid-template-columns:1fr}.varsity-facts-four .fact{border-right:0;border-bottom:1px solid var(--line)}.varsity-facts-four .fact:last-child{border-bottom:0}}


/* V7 — Full Varsity team calendar + supplied SWMFL logo */
.league-logo-mark img{width:min(100%,300px)!important;max-height:260px;object-fit:contain}
.league-status{background:#fff;border-bottom:1px solid var(--line)}
.league-status-inner{min-height:116px;display:grid;grid-template-columns:74px 1fr auto;gap:22px;align-items:center}
.league-status-inner>img{width:68px;height:68px;object-fit:contain}
.league-status-inner div{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:12px 20px}
.league-status-inner small{grid-column:1/-1;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.14em}
.league-status-inner strong{font-size:28px;letter-spacing:-.03em}.league-status-inner span{color:var(--muted);font-size:12px}
.league-status-inner>a{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.season-overview{display:grid;grid-template-columns:.38fr 1fr;gap:18px}
.season-overview-card{min-height:290px;padding:34px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column}
.season-overview-card>small{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.season-overview-card.record{background:var(--black);color:#fff;border-color:#222;justify-content:center}
.season-overview-card.record strong{font-size:92px;font-weight:600;line-height:.85;letter-spacing:-.06em;color:var(--orange)}
.season-overview-card.record span{margin-top:18px;color:#999;font-size:13px}
.season-overview-card.next h2{margin:18px 0 10px;font-size:clamp(36px,4vw,56px);font-weight:600;line-height:1;letter-spacing:-.04em}
.season-overview-card.next h2 em{color:var(--orange);font-style:normal}.season-overview-card.next p{margin:0;color:var(--muted);font-size:13px}
.season-overview-card.next>a,.venue-link{margin-top:auto;padding-top:18px;color:var(--ink);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.overview-logos{display:flex;align-items:center;gap:12px;margin-top:auto}.overview-logos img{width:58px;height:58px;padding:5px;border:1px solid var(--line);background:#fff;object-fit:contain}
.game-status .venue-link{display:inline-block;margin-top:8px;padding-top:0;color:var(--muted)}
.calendar-wrap{display:grid;gap:54px}.calendar-month{background:#fff;border:1px solid var(--line)}
.month-title{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid var(--line)}
.month-title h3{margin:0;font-size:28px;font-weight:600;letter-spacing:-.03em}.month-title span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.calendar-row{display:grid;grid-template-columns:78px 1fr 190px;gap:20px;align-items:center;min-height:106px;padding:18px 24px;border-bottom:1px solid var(--line)}.calendar-row:last-child{border-bottom:0}
.calendar-row.game{background:#FAF9F6}.calendar-row.weigh{background:#FFF7E6}
.calendar-date{display:flex;flex-direction:column;align-items:flex-start}.calendar-date small{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.08em}.calendar-date strong{font-size:31px;line-height:1;letter-spacing:-.04em}
.calendar-event .event-type{color:var(--orange);font-size:7px;font-weight:800;letter-spacing:.16em}.calendar-event h3{margin:5px 0 2px;font-size:17px;font-weight:650;letter-spacing:-.01em}.calendar-event p{margin:0;color:#4F5E68;font-size:12px;line-height:1.45}.calendar-event p span{color:#7B7B78}
.calendar-meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.calendar-meta strong{font-size:16px;font-weight:500;color:#486173}.calendar-meta strong.win{color:#078047;font-weight:700}.calendar-meta a{margin-top:8px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.venue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.venue-card{min-height:220px;padding:26px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column}.venue-card small{color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.13em}.venue-card h3{margin:34px 0 8px;font-size:21px;font-weight:600;line-height:1.15;letter-spacing:-.02em}.venue-card p{margin:0;color:var(--muted);font-size:12px}.venue-card a{margin-top:auto;padding-top:20px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1000px){.venue-grid{grid-template-columns:1fr 1fr}.season-overview{grid-template-columns:.48fr 1fr}}
@media(max-width:780px){.league-status-inner{grid-template-columns:58px 1fr}.league-status-inner>a{grid-column:2}.league-status-inner div{grid-template-columns:auto 1fr}.season-overview{grid-template-columns:1fr}.calendar-row{grid-template-columns:60px 1fr}.calendar-meta{grid-column:2;text-align:left;align-items:flex-start;padding-top:2px}.venue-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.venue-grid{grid-template-columns:1fr}.month-title{padding:20px}.calendar-row{grid-template-columns:50px 1fr;padding:16px}.calendar-date strong{font-size:27px}.season-overview-card{padding:26px}.season-overview-card.record strong{font-size:74px}.league-status-inner div{display:flex;flex-wrap:wrap;gap:4px 12px}.league-status-inner small{width:100%}}

/* V9 — Coaches list */
.staff-section{background:var(--warm)}
.staff-list{border-top:1px solid var(--line)}
.staff-row{display:grid;grid-template-columns:56px minmax(0,1.5fr) minmax(230px,.7fr);gap:28px;align-items:center;min-height:118px;padding:24px 4px;border-bottom:1px solid var(--line)}
.staff-index{align-self:start;padding-top:7px;color:#A49F96;font-size:10px;font-weight:800;letter-spacing:.14em}
.staff-name h3{margin:0;font-size:clamp(24px,2.5vw,34px);font-weight:600;letter-spacing:-.035em;line-height:1.05}
.staff-name p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.staff-role{text-align:right}
.staff-role small{display:block;margin-bottom:7px;color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.staff-role strong{display:block;font-size:13px;font-weight:700;letter-spacing:.01em}
.staff-row-head{border-top:2px solid var(--black)}
.staff-row-head .staff-name h3{font-size:clamp(28px,3vw,40px)}
@media(max-width:780px){.staff-row{grid-template-columns:38px minmax(0,1fr);gap:12px 18px;min-height:0;padding:22px 0}.staff-role{grid-column:2;text-align:left}.staff-role small{display:none}.staff-index{padding-top:4px}}

/* Homepage league identity + latest result refinements */
.fact-league-line{display:flex;align-items:center;gap:11px;min-height:31px}
.fact-league-line strong{display:block}
.fact-league-line img{width:34px;height:30px;object-fit:contain;flex:0 0 auto}
.result-card{justify-content:flex-start}
.result-score{margin:34px 0 18px}
.result-matchup{display:flex;align-items:center;gap:18px;margin:0 0 20px;padding:15px 0;border-top:1px solid #272727;border-bottom:1px solid #272727}
.result-team{display:flex;align-items:center;gap:10px;min-width:0}
.result-team img{width:48px;height:48px;padding:3px;border-radius:5px;background:#fff;object-fit:contain;flex:0 0 auto}
.result-team div{display:flex;flex-direction:column;min-width:0}
.result-team small{color:#777;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.result-team b{color:#fff;font-size:15px;font-weight:600;line-height:1.15;white-space:nowrap}
.result-vs{color:var(--orange);font-family:Georgia,"Times New Roman",serif;font-size:16px;font-style:italic}
.result-card .link-arrow{margin-top:auto;padding-top:24px}
@media(max-width:780px){.fact-league-line img{width:32px;height:28px}.result-matchup{gap:12px}.result-team img{width:44px;height:44px}.result-team b{font-size:14px}}
@media(max-width:500px){.result-matchup{align-items:flex-start;display:grid;grid-template-columns:1fr auto 1fr}.result-team:last-child{justify-content:flex-end;text-align:right}.result-team:last-child div{align-items:flex-end}.result-team img{width:40px;height:40px}.result-team b{white-space:normal}}


/* V11 — refined roster mark, aligned schedule, collapsible calendar and Varsity-only league lists */
.page-hero-mark>img{display:block;width:min(72%,320px);height:auto;max-height:290px;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(0,0,0,.28))}

/* Keep both sides of every Varsity matchup on a fixed visual rail. */
.schedule-row{grid-template-columns:145px minmax(0,1fr) 190px}
.matchup{grid-template-columns:minmax(190px,1fr) 34px minmax(270px,1fr);gap:16px}
.matchup-team{display:grid!important;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;justify-content:start!important;text-align:left!important}
.matchup-team:last-child{justify-content:start!important;text-align:left!important}
.matchup-logos{width:48px;min-width:48px;height:44px;justify-content:center}
.matchup-logos img{max-width:42px;max-height:42px}
.game-status b{font-size:15px;font-weight:650;line-height:1.25}
.schedule-row.played .game-status b{font-size:20px;font-weight:750;letter-spacing:-.025em;color:var(--ink)}
.schedule-row.played .game-status small{color:var(--orange)}

/* Calendar months collapse like a clean editorial index. */
.calendar-wrap{gap:18px}
details.calendar-month{background:#fff;border:1px solid var(--line)}
details.calendar-month .month-title{cursor:pointer;list-style:none;align-items:center;border-bottom:0}
details.calendar-month .month-title::-webkit-details-marker{display:none}
details.calendar-month[open] .month-title{border-bottom:1px solid var(--line)}
.month-title>span{margin-left:auto}
.month-toggle{min-width:94px;text-align:right;color:var(--ink);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.month-toggle:after{content:' +';color:var(--orange);font-size:13px}
details.calendar-month[open] .month-toggle:before{content:'Hide month'}
details.calendar-month[open] .month-toggle{font-size:0}
details.calendar-month[open] .month-toggle:before{font-size:9px}
details.calendar-month[open] .month-toggle:after{content:' −';font-size:13px}

/* Team logos throughout League are real links without adding visual clutter. */
.team-logo-link{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:opacity .18s ease,transform .18s ease}
.team-logo-link:hover,.team-logo-link:focus-visible{opacity:.72;transform:translateY(-1px)}
.club-logo.team-logo-link{border-radius:0}
.standing-logos .team-logo-link,.score-team-logos .team-logo-link{width:100%;height:100%}

/* Varsity-only week-by-week schedule. */
.league-week-list{border-top:1px solid var(--line)}
.league-week{padding:34px 0;border-bottom:1px solid var(--line)}
.league-week-head{display:grid;grid-template-columns:90px 1fr;gap:20px;align-items:baseline;margin-bottom:14px}
.league-week-head small{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.14em}
.league-week-head b{font-size:20px;letter-spacing:-.02em}
.league-week-games{border:1px solid var(--line);background:#fff}
.league-week-game{display:grid;grid-template-columns:minmax(190px,1fr) 34px minmax(190px,1fr) 96px;gap:14px;align-items:center;min-height:72px;padding:10px 16px;border-bottom:1px solid #E8E5DE}
.league-week-game:last-child{border-bottom:0}
.league-week-game.ohtp-game{background:#FFF8E8;box-shadow:inset 3px 0 0 var(--orange)}
.league-week-team{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;min-width:0}
.league-week-logo{width:40px;height:40px;padding:3px;background:#fff}
.league-week-logo img{display:block;max-width:34px;max-height:34px;width:auto;height:auto;object-fit:contain}
.league-week-team b{font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.league-week-at{text-align:center;color:var(--orange);font-size:10px;font-weight:800}
.league-week-result{text-align:right;display:flex;flex-direction:column;align-items:flex-end}
.league-week-result strong{font-size:21px;font-weight:700;letter-spacing:-.035em}
.league-week-result small{margin-top:2px;color:#AAA59C;font-size:7px;font-weight:800;letter-spacing:.12em}
.league-week-game.ohtp-game .league-week-result strong{color:var(--ink)}

@media(max-width:1000px){
  .matchup{grid-template-columns:minmax(150px,1fr) 28px minmax(210px,1fr)}
  .league-week-game{grid-template-columns:minmax(150px,1fr) 26px minmax(150px,1fr) 82px}
}
@media(max-width:780px){
  .schedule-row{grid-template-columns:1fr}
  .matchup{grid-template-columns:1fr;gap:8px}
  .matchup em{padding-left:60px;text-align:left}
  .game-status{text-align:left}
  .league-week-head{grid-template-columns:72px 1fr}
  .league-week-game{grid-template-columns:1fr 24px 1fr 68px;padding:10px 10px}
  .league-week-team{grid-template-columns:34px minmax(0,1fr);gap:7px}
  .league-week-logo{width:34px;height:34px}.league-week-logo img{max-width:29px;max-height:29px}
  .league-week-team b{font-size:11px}
  .league-week-result strong{font-size:17px}
}
@media(max-width:500px){
  .page-hero-mark>img{width:min(68vw,240px)}
  .month-title{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center}
  .month-title>span{grid-column:1;margin-left:0}.month-toggle{grid-column:2;grid-row:1 / span 2}
  .league-week-game{grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:5px;padding:10px 8px}
  .league-week-team{grid-template-columns:28px minmax(0,1fr);gap:5px}.league-week-logo{width:28px;height:28px;padding:2px}.league-week-logo img{max-width:24px;max-height:24px}
  .league-week-result{grid-column:1/-1;display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:7px;padding-top:5px;border-top:1px solid #EEEAE3}
}

/* ========================================================================== */
/* MOBILE-FIRST POLISH — based on the live V11 site                           */
/* Keeps desktop unchanged; tightens the experience at tablet/phone widths.   */
/* ========================================================================== */

@media (max-width:780px){
  html{scroll-padding-top:64px}
  body{font-size:15px;overflow-x:hidden}
  body.nav-open{overflow:hidden}
  .shell{width:calc(100% - 28px)}

  /* Header + navigation */
  .header-inner{min-height:64px;gap:12px}
  .brand{gap:9px;min-width:0}
  .brand img{width:44px;height:40px}
  .brand-copy strong{font-size:12px;letter-spacing:.065em;white-space:nowrap}
  .brand-copy small{margin-top:2px;font-size:7px;letter-spacing:.13em}
  .menu-toggle{position:relative;width:44px;height:44px;padding:9px;display:grid;align-content:center;justify-items:end;flex:0 0 auto}
  .menu-toggle span{width:24px;margin:3px 0;transition:transform .18s ease,opacity .18s ease}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .main-nav{top:64px;padding:6px 14px 14px;gap:0;max-height:calc(100vh - 64px);overflow:auto;background:#090909;box-shadow:0 18px 36px rgba(0,0,0,.25)}
  .main-nav a{min-height:46px;display:flex;align-items:center;padding:0 4px;border-bottom:1px solid #242424;font-size:11px;letter-spacing:.1em}
  .main-nav a:last-child{border-bottom:0}
  .main-nav a:after{display:none}
  .main-nav a.active{color:var(--orange)}

  /* Home hero */
  .hero-inner{padding:42px 0 30px;gap:22px}
  .hero h1,.page-hero h1{font-size:clamp(42px,12.5vw,58px);line-height:.98;letter-spacing:-.042em}
  .hero-copy>p:not(.kicker),.page-hero-copy>p:not(.kicker){margin-top:18px;font-size:15px;line-height:1.55}
  .kicker,.eyebrow{margin-bottom:11px;font-size:8px;letter-spacing:.17em}
  .hero-actions{margin-top:24px;gap:9px}
  .btn{min-height:44px;padding:0 15px;font-size:8px;letter-spacing:.09em}
  .logo-stage{min-height:0;padding:20px 0 0}
  .logo-stage img{width:min(46vw,176px)}
  .logo-stage small{margin-top:8px;font-size:7px}

  /* Fast facts stay on one compact row on phones/tablets. */
  .fact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fact{min-width:0;padding:15px 10px!important;border-right:1px solid var(--line);border-bottom:0!important}
  .fact:first-child{padding-left:0!important}.fact:last-child{padding-right:0!important;border-right:0}
  .fact small{margin-bottom:5px;font-size:6.5px;letter-spacing:.1em}
  .fact strong{font-size:18px;line-height:1.05}
  .fact span{margin-top:5px;font-size:9px;line-height:1.3}
  .fact-league-line{gap:5px;min-height:22px;flex-wrap:nowrap}
  .fact-league-line strong{font-size:16px}
  .fact-league-line img{width:23px;height:22px}

  /* Global section rhythm */
  .section{padding:48px 0}
  .section-head{gap:12px;margin-bottom:26px}
  .section-head h2{font-size:clamp(35px,10.5vw,46px);line-height:1}
  .section-head>p{font-size:13px;line-height:1.55}

  /* Home news */
  .latest-grid{gap:10px}
  .result-card,.next-card{min-height:0;padding:24px}
  .result-score{margin:24px 0 14px;align-items:flex-end;flex-direction:row;gap:14px}
  .result-score strong{font-size:58px}
  .result-score span{padding-bottom:4px;font-size:13px}
  .result-matchup{margin-bottom:14px;padding:12px 0;gap:10px}
  .result-team{gap:7px}
  .result-team img{width:38px;height:38px}
  .result-team b{font-size:12px}
  .result-team small{font-size:6px}
  .result-vs{font-size:13px}
  .result-card p,.next-card p{font-size:12px;line-height:1.45}
  .result-card .link-arrow,.link-arrow{margin-top:18px;padding-top:0;font-size:9px}
  .next-matchup-logos{gap:9px;margin:22px 0 10px}
  .next-matchup-logos img{width:44px;height:44px;padding:4px}
  .next-card h3{margin:16px 0 10px;font-size:38px}

  /* Home feature links / statement */
  .feature-links{gap:10px}
  .feature-link{min-height:150px;padding:22px}
  .feature-link h3{margin:30px 0 6px;font-size:27px}
  .feature-link p{font-size:12px;line-height:1.45}
  .feature-link b{margin-top:14px;font-size:9px}
  .statement{padding:46px 0}
  .statement-inner{gap:18px}
  .statement h2{font-size:38px;line-height:1.05}
  .statement p{font-size:13px;line-height:1.6}

  /* Interior page heroes: keep identity, lose excess height. */
  .page-hero-inner{min-height:0;padding:40px 0 26px;gap:20px}
  .page-hero-mark{min-height:118px;padding:16px 0 0}
  .page-hero-mark>img,.page-hero-mark img{width:min(42vw,150px)!important;max-height:132px}
  .league-logo-mark img{width:min(44vw,160px)!important;max-height:138px!important}
  .page-hero-mark .text-mark{font-size:52px}

  /* Team / staff */
  .team-row{min-height:0;padding:20px 0}
  .team-row h3{font-size:24px}
  .team-row p{font-size:12px}
  .staff-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 18px;min-height:0;padding:19px 0}
  .staff-index{display:none}
  .staff-name h3,.staff-row-head .staff-name h3{font-size:23px}
  .staff-name p{margin-top:5px;font-size:11px}
  .staff-role{grid-column:auto;text-align:right;max-width:132px}
  .staff-role small{display:none}
  .staff-role strong{font-size:11px;line-height:1.3}

  /* Players: two compact columns on common phone widths. */
  .roster-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .roster-entry{min-height:84px;grid-template-columns:42px minmax(0,1fr);gap:8px;padding:13px 11px}
  .jersey-number{font-size:24px}
  .roster-entry small{margin-bottom:3px;font-size:6px;letter-spacing:.09em}
  .roster-entry h3{font-size:14px;line-height:1.16;overflow-wrap:anywhere}

  /* Season overview */
  .season-overview{gap:10px}
  .season-overview-card{min-height:0;padding:23px}
  .season-overview-card.record{min-height:148px}
  .season-overview-card.record strong{font-size:66px}
  .season-overview-card.record span{margin-top:10px;font-size:11px}
  .season-overview-card.next{min-height:220px}
  .season-overview-card.next h2{margin:13px 0 8px;font-size:36px}
  .overview-logos{margin-top:20px;gap:8px}
  .overview-logos img{width:45px;height:45px;padding:4px}

  /* Varsity schedule: one readable compact card-like row. */
  .schedule-list{border-top:0;display:grid;gap:9px}
  .schedule-row,.schedule-row.played{grid-template-columns:1fr;gap:11px;min-height:0;padding:17px 15px;border:1px solid var(--line);border-left:3px solid #CFCBC3;background:#fff}
  .schedule-row.played{border-left-color:var(--orange)}
  .schedule-row .week-info{flex-direction:row;align-items:baseline;gap:8px}
  .schedule-row .week-info small{font-size:7px}.schedule-row .week-info b{margin:0;font-size:13px}
  .matchup{order:0;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);gap:5px}
  .matchup em{padding-left:0;text-align:center;font-size:9px}
  .matchup-team,.matchup-team:last-child{grid-template-columns:34px minmax(0,1fr)!important;gap:6px;text-align:left!important;justify-content:start!important}
  .matchup-logos{width:34px;min-width:34px;height:32px}
  .matchup-logos img{max-width:30px;max-height:30px}
  .matchup-team b{font-size:12px;line-height:1.15;overflow-wrap:anywhere}
  .game-status{display:grid;grid-template-columns:auto 1fr auto;gap:7px 10px;align-items:center;text-align:left;padding-top:9px;border-top:1px solid #ECE8E0}
  .game-status small{font-size:7px}
  .game-status b,.schedule-row.played .game-status b{margin:0;font-size:16px;line-height:1.15}
  .game-status .venue-link{margin:0;padding:0;text-align:right;font-size:7px;white-space:nowrap}

  /* Calendar: keep time/directions on the same line and hide duplicate street address. */
  .calendar-wrap{gap:11px}
  details.calendar-month .month-title{padding:17px 16px}
  .month-title h3{font-size:21px}
  .month-title>span{font-size:7px}
  .month-toggle{min-width:74px;font-size:7px}
  details.calendar-month[open] .month-toggle:before{font-size:7px}
  .calendar-row{grid-template-columns:40px minmax(0,1fr) auto;gap:9px;min-height:76px;padding:12px 13px}
  .calendar-date strong{font-size:24px}.calendar-date small{font-size:7px}
  .calendar-event .event-type{font-size:6px}
  .calendar-event h3{margin:2px 0;font-size:14px;line-height:1.2}
  .calendar-event p{font-size:10px;line-height:1.25}
  .calendar-event p span{display:none}
  .calendar-meta{grid-column:3;align-items:flex-end;text-align:right;padding:0;min-width:58px}
  .calendar-meta strong{font-size:13px}
  .calendar-meta a{margin-top:5px;font-size:6px}

  /* Venues compact */
  .venue-grid{grid-template-columns:1fr 1fr;gap:9px}
  .venue-card{min-height:0;padding:18px}
  .venue-card h3{margin:12px 0 6px;font-size:17px}
  .venue-card p{font-size:10px;line-height:1.4}
  .venue-card a{margin-top:14px;padding-top:0;font-size:7px}

  /* League status */
  .league-status-inner{min-height:90px;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:13px 0}
  .league-status-inner>img{width:46px;height:46px}
  .league-status-inner div{display:flex;flex-wrap:wrap;gap:3px 10px}
  .league-status-inner small{width:100%;font-size:6px}
  .league-status-inner strong{font-size:22px}
  .league-status-inner span{font-size:10px;align-self:center}
  .league-status-inner>a{grid-column:2;font-size:7px}

  /* Club directory: two columns, visual but compact. */
  .club-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .club{min-height:122px;display:flex;flex-direction:column;align-items:flex-start;padding:14px}
  .club-logo{width:48px;height:48px;padding:5px;flex:0 0 auto}
  .club small{display:none}
  .club h3{margin:12px 0 0;font-size:13px;line-height:1.18}
  .club.ours b{margin-top:6px;font-size:6px}

  /* Standings can scroll inside the card rather than crushing columns. */
  .standings-card{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .standings-card table{min-width:430px}
  .standings-card h3{position:sticky;left:0;padding:14px 16px;font-size:14px}
  .standings-card th,.standings-card td{padding:9px 8px;font-size:10px}
  .standing-team{gap:5px}
  .standing-logos{width:25px;min-width:25px;height:24px}
  .standing-logos img{max-width:22px;max-height:22px}

  /* Week 1 scores become a horizontal swipe strip instead of 5 tall cards. */
  .scoreboard{display:flex;gap:8px;overflow-x:auto;padding:1px 0 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .scoreboard::-webkit-scrollbar{display:none}
  .score-card{flex:0 0 205px;min-width:205px;padding:17px;scroll-snap-align:start}
  .score-line span{font-size:11px}.score-line b{font-size:24px}.score-card>small{margin:10px 0;font-size:6px}

  /* League weekly list */
  .league-week{padding:24px 0}
  .league-week-head{grid-template-columns:65px 1fr;gap:8px;margin-bottom:10px}
  .league-week-head small{font-size:7px}.league-week-head b{font-size:16px}
  .league-week-game{grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr);gap:4px;min-height:64px;padding:9px 8px}
  .league-week-team{grid-template-columns:28px minmax(0,1fr);gap:5px}
  .league-week-logo{width:28px;height:28px;padding:2px}.league-week-logo img{max-width:24px;max-height:24px}
  .league-week-team b{font-size:10px;line-height:1.15;white-space:normal}
  .league-week-at{font-size:8px}
  .league-week-result{grid-column:1/-1;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:6px;padding-top:5px;border-top:1px solid #EEEAE3}
  .league-week-result strong{font-size:15px}.league-week-result small{font-size:6px}

  /* News */
  .story-score{min-height:180px}
  .story-score b{margin:8px 0;font-size:58px}
  .story-copy{padding:27px 23px}
  .story-copy h3{margin-bottom:12px;font-size:34px}
  .story-tease{min-height:140px;padding:21px}
  .story-tease h3{margin:25px 0 6px;font-size:19px}

  /* Footer */
  .footer-inner{gap:14px;padding:23px 0;min-height:0}
  .footer-brand{gap:10px}
  .footer-brand img{width:52px;height:46px}
  .footer-brand strong{font-size:9px}.footer-brand small{font-size:6px}
  .footer-meta b,.footer-meta span{font-size:7px}
}

@media (max-width:430px){
  .shell{width:calc(100% - 24px)}
  .hero h1,.page-hero h1{font-size:clamp(39px,12vw,50px)}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .hero-actions .btn{width:100%;padding:0 8px;text-align:center}
  .fact{padding-left:7px!important;padding-right:7px!important}
  .fact strong{font-size:17px}.fact span{font-size:8px}
  .fact-league-line strong{font-size:14px}.fact-league-line img{width:20px;height:20px}
  .section{padding:42px 0}
  .result-card,.next-card{padding:21px}
  .staff-name h3,.staff-row-head .staff-name h3{font-size:21px}
  .staff-role{max-width:118px}.staff-role strong{font-size:10px}
  .venue-grid{grid-template-columns:1fr}
  .venue-card{padding:16px}
}

@media (max-width:350px){
  .brand-copy strong{font-size:11px}.brand-copy small{font-size:6px}
  .fact-grid{grid-template-columns:1fr}
  .fact{padding:12px 0!important;border-right:0;border-bottom:1px solid var(--line)!important}
  .fact:last-child{border-bottom:0!important}
  .roster-list{grid-template-columns:1fr}
  .roster-entry{min-height:74px}
  .hero-actions{grid-template-columns:1fr}
}
