:root {
  --black: #0b0b0b;
  --red: #d71920;
  --dark-red: #a90f15;
  --gray: #666;
  --dark-gray: #303030;
  --light-gray: #d6d6d6;
  --soft-gray: #ececec;
  --white: #fff;
  --off-white: #f7f7f7;
  --ice-blue: #9fe7ff;
  --ice-blue-light: #d7f6ff;
  --ice-blue-dark: #55bddd;
  --line: #c9c9c9;
  --shadow: 0 14px 34px rgba(0,0,0,.10);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--black);
  background: var(--off-white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
:focus-visible { outline: 3px solid var(--ice-blue); outline-offset: 4px; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Shared sticky header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--red);
  border-bottom: 1px solid var(--dark-red);
  box-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.header-inner {
  width: min(var(--content), calc(100% - 36px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
  color: var(--white);
  text-decoration: none;
}
.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 13px; letter-spacing: .05em; line-height: 1.2; }
.brand-copy small { margin-top: 3px; font-size: 9px; letter-spacing: .11em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: var(--white);
  padding: 11px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(0,0,0,.18); color: var(--ice-blue-light); }
.menu-toggle {
  display: none;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 4px;
  padding: 9px 12px;
  font-weight: 800;
  cursor: pointer;
}

/* Shared page framing */
.page-hero {
  color: var(--white);
  background: linear-gradient(120deg, rgba(0,0,0,.98), rgba(24,24,24,.9));
  border-bottom: 4px solid var(--red);
}
.page-hero-inner {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) 0;
}
.page-hero h1 { margin: 0 0 12px; font-size: clamp(46px, 7vw, 82px); letter-spacing: -.045em; line-height: .95; }
.page-hero p:last-child { max-width: 720px; margin-bottom: 0; color: var(--light-gray); font-size: clamp(16px, 2vw, 20px); }
.eyebrow {
  margin: 0 0 11px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.content-section {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 76px) 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.section-heading h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.04em; line-height: 1; }
.section-heading > p { margin-bottom: 0; color: var(--gray); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button, .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.button { color: var(--white); background: var(--red); }
.button:hover { background: var(--dark-red); }
.button-secondary { color: var(--black); background: var(--ice-blue); }
.button-secondary:hover { background: var(--ice-blue-dark); }

/* Home */
.home-hero {
  color: var(--white);
  background: linear-gradient(120deg, rgba(0,0,0,.98), rgba(23,23,23,.88));
  border-bottom: 4px solid var(--red);
}
.home-hero-inner {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .8fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
  padding: clamp(50px, 7vw, 88px) 0;
}
.home-intro { max-width: 680px; }
.home-intro .intro { color: var(--light-gray); font-size: clamp(17px, 2vw, 22px); font-weight: 700; }
.hero-logo { display: block; width: min(650px, 100%); margin: 22px 0 26px; }
.next-game {
  padding: clamp(26px, 3vw, 38px);
  border: 2px solid var(--red);
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  box-shadow: 0 22px 45px rgba(0,0,0,.3);
}
.next-game .game-date { margin-bottom: 8px; color: var(--ice-blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.next-game h2 { margin-bottom: 10px; color: var(--white); font-size: clamp(29px, 4vw, 40px); }
.next-game p { color: var(--light-gray); }
.next-game a { color: var(--ice-blue); font-weight: 900; text-decoration: none; }
.news-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; }
.news-card { min-height: 235px; padding: 26px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 6px 20px rgba(0,0,0,.04); }
.news-card.featured { color: var(--white); background: var(--red); border-color: var(--red); }
.news-date { color: var(--gray); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.featured .news-date { color: rgba(255,255,255,.8); }
.news-card h3 { margin-bottom: 14px; font-size: 27px; line-height: 1.05; }
.news-card p:last-child { margin-bottom: 0; color: var(--gray); }
.news-card.featured p:last-child { color: var(--white); }

/* Schedule */
.schedule-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.game-card {
  display: grid;
  grid-template-columns: 74px minmax(0,1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 116px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 5px 16px rgba(0,0,0,.04);
}
.game-card:hover { border-color: var(--red); transform: translateY(-1px); }
.game-card time {
  width: 68px; height: 68px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--white); background: var(--black); border: 2px solid var(--red); border-radius: 6px; line-height: 1;
}
.game-card time span { color: var(--red); font-size: 10px; font-weight: 900; }
.game-card time strong { margin: 4px 0; font-size: 27px; }
.game-card time small { color: var(--light-gray); font-size: 9px; font-weight: 900; }
.status { margin: 0; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.game-card h3 { margin: 4px 0; font-size: 21px; }
.game-card div p:last-child { margin-bottom: 0; color: var(--gray); font-size: 12px; }
.game-time { margin: 0; font-size: 13px; font-weight: 900; white-space: nowrap; }
.bye-game { background: #f0f0f0; }

/* Roster */
.roster-wrap { padding: 1px; background: rgba(11,11,11,.16); }
.roster-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; }
.player { min-height: 145px; display: flex; align-items: center; gap: 14px; padding: 19px; background: var(--ice-blue-light); }
.player-number { width: 76px; height: 62px; flex: 0 0 76px; display: grid; place-items: center; }
.player-number img { max-width: 76px; max-height: 60px; object-fit: contain; }
.player-name { margin: 0 0 4px; font-size: 20px; }
.player p { margin: 0; color: var(--dark-gray); font-size: 12px; font-weight: 800; }

/* Hall of Fame */
.hof-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.hof-copy { padding: 30px; background: var(--white); border-left: 5px solid var(--red); box-shadow: var(--shadow); }
.hof-copy h2 { font-size: clamp(34px, 5vw, 52px); }
.hof-copy p:last-child { margin-bottom: 0; }
.hof-badge { min-height: 100%; display: grid; place-items: center; padding: 32px; color: var(--white); background: var(--black); border: 2px solid var(--red); text-align: center; }
.hof-badge img { width: 115px; margin-bottom: 14px; }
.honors-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.honoree { min-height: 210px; display: flex; align-items: center; gap: 20px; padding: 24px; color: var(--white); background: linear-gradient(135deg,#111,#242424); border: 1px solid #444; }
.honoree-number { width: 115px; height: 105px; flex: 0 0 115px; display: grid; place-items: center; }
.honoree-number img { width: 100%; height: 100%; object-fit: contain; }
.honoree h3 { margin-bottom: 7px; color: var(--ice-blue); font-size: 24px; }
.honor-meta { margin-bottom: 0; color: var(--ice-blue-light); font-size: 12px; font-weight: 700; }

/* Shop + sponsors */
.placeholder-grid, .sponsor-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.product-card, .sponsor-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 7px 20px rgba(0,0,0,.05); }
.product-image { aspect-ratio: 4/3; display: grid; place-items: center; padding: 28px; color: var(--white); background: linear-gradient(145deg,#111,#333); border-bottom: 4px solid var(--red); text-align: center; }
.product-image img { width: 92px; }
.product-card-body { padding: 22px; }
.product-card h3, .sponsor-card h3 { font-size: 24px; }
.product-card p { color: var(--gray); }
.coming-soon { display: inline-block; padding: 5px 8px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mission-card { padding: clamp(28px,5vw,52px); background: var(--white); border-left: 6px solid var(--red); box-shadow: var(--shadow); }
.mission-card h2 { font-size: clamp(36px,5vw,56px); }
.mission-placeholder { color: var(--gray); font-size: clamp(17px,2vw,21px); line-height: 1.7; }
.sponsor-logo-placeholder { aspect-ratio: 2/1; display: grid; place-items: center; padding: 25px; color: var(--dark-gray); background: linear-gradient(135deg,var(--ice-blue-light),var(--ice-blue)); border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 900; letter-spacing: .08em; text-align: center; }
.sponsor-card-body { padding: 20px; }
.sponsor-card-body p { margin-bottom: 0; color: var(--gray); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.7fr); gap: 26px; }
.contact-form, .contact-card { padding: clamp(24px,4vw,38px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; font-weight: 900; }
.form-field input, .form-field textarea { width: 100%; padding: 12px 13px; color: var(--black); background: var(--white); border: 1px solid #aaa; border-radius: 3px; }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-note { margin: 16px 0 0; color: var(--gray); font-size: 12px; }
.contact-card { color: var(--white); background: var(--black); border-color: var(--black); }
.contact-card h2 { font-size: 34px; }
.contact-card a { color: var(--ice-blue); font-weight: 900; word-break: break-word; }

/* Shared CTA + footer */
.site-cta { padding: 60px 24px; text-align: center; color: var(--white); background: var(--black); border-top: 5px solid var(--red); }
.site-cta img { display: block; width: 82px; height: 82px; margin: 0 auto 12px; object-fit: contain; }
.site-cta h2 { margin-bottom: 10px; font-size: clamp(40px,6vw,68px); }
.site-cta p { margin: 0 auto; max-width: 600px; color: var(--light-gray); }
.site-cta a { color: var(--ice-blue); font-weight: 900; }
.site-footer { color: var(--black); background: linear-gradient(135deg,var(--ice-blue-light),var(--ice-blue)); border-top: 3px solid var(--ice-blue-dark); }
.footer-inner { width: min(var(--content), calc(100% - 48px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

@media (max-width: 1040px) {
  .header-inner { width: min(var(--content), calc(100% - 28px)); }
  .brand-copy { display: none; }
  .brand { min-width: auto; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: 1 / -1; }
  .roster-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .honors-grid, .placeholder-grid, .sponsor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .header-inner { min-height: 70px; flex-wrap: wrap; padding: 7px 0; }
  .brand-mark { width: 52px; height: 52px; flex-basis: 52px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; flex: 0 0 100%; width: 100%; padding: 6px 0 8px; border-top: 1px solid rgba(255,255,255,.25); }
  .site-nav.is-open { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-nav a { text-align: center; }
  .home-hero-inner, .hof-intro, .contact-grid { grid-template-columns: 1fr; }
  .schedule-list { grid-template-columns: 1fr; }
  .roster-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .honors-grid, .placeholder-grid, .sponsor-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .page-hero-inner, .home-hero-inner, .content-section, .footer-inner { width: min(100% - 32px, var(--content)); }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .news-grid, .honors-grid, .placeholder-grid, .sponsor-grid, .form-grid { grid-template-columns: 1fr; }
  .news-card.featured, .form-field.full { grid-column: auto; }
  .roster-grid { grid-template-columns: 1fr; }
  .player { min-height: 115px; }
  .game-card { grid-template-columns: 64px minmax(0,1fr); gap: 13px; padding: 14px; }
  .game-card time { width: 60px; height: 60px; }
  .game-time { grid-column: 2; }
  .honoree { min-height: 165px; padding: 18px; }
  .honoree-number { width: 92px; height: 84px; flex-basis: 92px; }
  .footer-inner { min-height: 100px; flex-direction: column; justify-content: center; text-align: center; }
  .footer-links { justify-content: center; }
}

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