/* Mobile system — shared across every public page. */
@media (max-width: 900px) {
  body { font-size: 15px; line-height: 1.75; }
  .demo-note { height: 24px; padding: 0 12px; font-size: 8px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav { height: 72px; padding: 0 18px; }
  .logo { gap: 11px; min-width: 0; }
  .logo i { width: 42px; height: 42px; flex: 0 0 42px; font-size: 19px; }
  .logo span { font-size: 16px; line-height: 1.2; white-space: nowrap; }
  .nav-toggle { display: grid; place-items: center; min-width: 48px; min-height: 48px; padding: 0; cursor: pointer; }
  .nav nav { top: 72px; padding: 14px 18px 22px; gap: 0; border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(12,17,20,.16); }
  .nav nav a { display: flex; align-items: center; width: 100%; min-height: 49px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav nav a.active { color: var(--coral); }
  .nav nav a.active:after { display: none; }
  .nav .nav-join { margin-top: 12px; justify-content: center; border-color: var(--ink); }

  .inner-hero { min-height: 0; padding: 68px 20px 62px; }
  .inner-hero>span { font-size: 10px; }
  .inner-hero h1 { margin: 18px 0 24px; font-size: clamp(42px, 13vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
  .inner-hero p { margin: 0; font-size: 14px; line-height: 1.8; }
  .inner-hero:after { font-size: 42vw; opacity: .55; }
  .roster-hero { min-height: 0; }
  .roster-hero h1 { font-size: clamp(34px, 9.5vw, 40px); line-height: 1.1; }
  .roster-hero h1>span { display: block; font-size: .76em; letter-spacing: -.035em; white-space: nowrap; }
  .press-hero h1 { font-size: clamp(42px, 12vw, 50px); line-height: 1.06; }
  .history-hero h1 { font-size: clamp(34px, 9.2vw, 40px); line-height: 1.16; }
  .history-hero h1 b, .history-hero h1 em { display: block; }
  .history-hero h1 br { display: none; }

  .hero-v2 { min-height: auto; padding: 68px 20px 155px; gap: 34px; }
  .hero-text h1 { margin: 20px 0 24px; font-size: clamp(52px, 15vw, 62px); line-height: .88; }
  .hero-text>p { margin: 0; font-size: 15px; }
  .hero-actions { margin-top: 28px; }
  .cta { min-height: 50px; align-items: center; }
  .hero-visual { margin-top: 4px; }
  .hero-visual .photo-frame { width: calc(100% - 8px); margin-inline: auto; transform: rotate(.35deg); }
  .hero-v2 .hero-carousel { aspect-ratio: 1 / 1.08; }
  .hero-v2 .carousel-ui { left: 12px; top: 12px; gap: 4px; }
  .hero-v2 .carousel-ui>button { width: 40px; height: 40px; }
  .hero-v2 .carousel-dots { gap: 2px; }
  .hero-v2 .carousel-dots button { width: 40px; height: 40px; }
  .hero-v2 .carousel-slide figcaption { left: 17px; right: 17px; bottom: 17px; }
  .hero-v2 .carousel-count { right: -4px; top: auto; bottom: -10px; pointer-events: none; }
  .hero-stats { height: 126px; }
  .hero-stats span { min-width: 0; padding: 0 13px; line-height: 1.35; }

  .identity { padding-bottom: 78px; }
  .identity-track { margin-bottom: 62px; }
  .container { padding-inline: 20px; }
  .reveal-title { font-size: clamp(39px, 11.5vw, 49px); line-height: 1.08; }
  .split { gap: 24px; }
  .body-copy p { margin-bottom: 18px; }
  .under-link, .proof-sticky a { display: inline-flex; align-items: center; min-height: 44px; }
  .jersey-story { padding-top: 72px; }
  .jersey-copy .reveal-title { font-size: 40px; }
  .parents { padding: 78px 0; }
  .parent-head { gap: 20px; }
  .parent-promises { margin-top: 42px; }
  .parent-promises article, .parent-promises article+article { padding: 26px 0; }
  .proof { padding: 76px 20px; }
  .proof-sticky h2 { font-size: 46px; line-height: 1.08; }
  .proof-list article { padding: 28px 0; }
  .proof-list h3 { font-size: 22px; line-height: 1.4; }
  .join-panel { padding: 68px 20px; }
  .join-panel h2 { font-size: 50px; }
  .join-choices a { min-height: 52px; align-items: center; }
  .portal-teasers>a { min-height: 280px; padding: 52px 20px; }
  .portal-teasers h3 { font-size: 28px; line-height: 1.35; }

  .staff-collection { padding: 78px 20px; }
  .staff-collection header { margin-bottom: 40px; }
  .staff-collection header h2 { font-size: 43px; line-height: 1.1; }
  .staff-grid { gap: 28px; }
  .staff-grid .player-card { max-width: 390px; }
  .roster-directory { padding: 78px 16px 88px !important; }
  .roster-directory>header { margin-bottom: 35px; }
  .roster-directory header h2 { font-size: 46px; line-height: 1; }
  .roster-directory header p { line-height: 1.75; }
  .roster-summary { gap: 8px; padding: 18px 0; margin-bottom: 28px; }
  .roster-summary b { margin-left: 8px; font-size: 30px; }
  .roster-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .roster-person { border-radius: 4px; min-height: 0; }
  .roster-basic { left: 13px; right: 13px; bottom: 13px; }
  .roster-basic strong { font-size: 18px; }
  .roster-basic b { font-size: 35px; }
  .roster-directory>footer { padding-top: 28px; }
  .roster-directory footer a { display: inline-flex; align-items: center; min-height: 44px; }
  .player-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); margin: auto; }
  .player-dialog .dialog-portrait { height: 34vh; min-height: 250px; }
  .player-dialog .dialog-copy { padding: 30px 22px 36px; }
  .player-dialog .dialog-copy h2 { font-size: 34px; }
  .player-dialog .dialog-copy dl { grid-template-columns: repeat(3,1fr); }
  .player-dialog .dialog-close { width: 46px; height: 46px; }

  .portal-shell { padding: 48px 20px 82px; gap: 42px; }
  .portal-shell aside { display: flex; flex-flow: row wrap; gap: 8px; }
  .portal-shell aside>b, .portal-shell aside small { flex: 0 0 100%; }
  .portal-shell aside>b { margin-bottom: 4px; }
  .portal-shell aside button { min-height: 44px; padding: 0 15px; border: 1px solid var(--line); background: #fff; color: #596062; text-align: center; }
  .portal-shell aside button.active { border-color: var(--coral); background: var(--coral); color: #fff; }
  .portal-shell aside small { margin-top: 12px; }
  .article-feed article { padding: 27px 0; }
  .article-feed h2 { margin: 10px 0 16px; font-size: 21px; line-height: 1.5; }
  .article-feed a { display: inline-flex; align-items: center; min-height: 44px; }
  .feature-article { padding: 26px 22px !important; background: #edf0f1; }
  .archive-count { padding-bottom: 22px; }

  .history-jump { margin-top: 28px; gap: 8px; }
  .history-jump a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.2); }
  .history-intro { padding: 72px 20px; gap: 18px; }
  .history-intro h2 { margin-bottom: 24px; font-size: 42px; line-height: 1.1; }
  .feature-photo { min-height: 360px; }
  .feature-copy { padding: 48px 20px 66px; }
  .feature-copy h3 { font-size: 25px; line-height: 1.4; }
  .history-story { padding: 76px 20px; gap: 28px; }
  .history-story figure:before { right: -8px; top: -52px; font-size: 105px; }
  .story-copy h2 { font-size: 42px; line-height: 1.08; }
  .story-copy dl { grid-template-columns: repeat(3,1fr); }
  .story-copy dt { font-size: 25px; }
  .season-records { padding: 74px 20px; }
  .season-records h2 { font-size: 42px; line-height: 1.08; }
  .record-grid article, .record-grid article+article { padding: 28px 0; }
  .record-grid ul { min-height: 0; }
  .media-memory { margin: 76px auto; padding-inline: 20px; gap: 28px; }
  .media-memory h2 { font-size: 43px; line-height: 1.08; }
  .early-archive { padding: 0 20px 78px; }
  .early-archive header h2 { font-size: 45px; line-height: 1.08; }
  .archive-list article { padding: 27px 0; }
  .history-cta { padding: 76px 20px; }
  .history-cta h2 { font-size: 42px; }
  .history-feature a, .history-story a, .record-grid a, .media-memory a, .archive-list a, .history-cta a { display: inline-flex; align-items: center; min-height: 44px; }

  footer { padding: 58px 20px; gap: 28px; }
  footer .logo span { white-space: normal; }
  footer>div a { display: inline-flex; align-items: center; min-height: 44px; }
}

/* Keep the light palette cool and neutral; no template-like cream panels. */
.feature-article, .season-records { background: #edf0f1; }

@media (max-width: 380px) {
  .logo span { font-size: 15px; }
  .hero-text h1 { font-size: 52px; }
  .roster-hero h1, .history-hero h1 { font-size: 33px; }
  .player-dialog .dialog-copy dl { grid-template-columns: 1fr; }
}
