:root {
  --green: #062817;
  --green-2: #0d3b22;
  --cream: #fff4c9;
  --gold: #e1a21a;
  --orange: #b96806;
  --red: #d21f13;
  --ink: #07100d;
  --muted: #66736c;
  --paper: #fffaf0;
  --line: rgba(7, 16, 13, 0.14);
  --shadow: 0 18px 50px rgba(7, 16, 13, 0.18);
  --scoreboard: #101816;
  --display: "Grandstander", "Racing Sans One", Impact, fantasy;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 94, 168, 0.12) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 31%, rgba(210, 31, 19, 0.11) 0 3px, transparent 4px),
    radial-gradient(circle at 42% 69%, rgba(210, 31, 19, 0.11) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 31%, rgba(210, 31, 19, 0.11) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 69%, rgba(210, 31, 19, 0.11) 0 3px, transparent 4px),
    radial-gradient(circle at 15.5% 26%, transparent 0 64px, rgba(210, 31, 19, 0.075) 65px 68px, transparent 69px),
    radial-gradient(circle at 15.5% 74%, transparent 0 64px, rgba(210, 31, 19, 0.075) 65px 68px, transparent 69px),
    radial-gradient(circle at 84.5% 26%, transparent 0 64px, rgba(210, 31, 19, 0.075) 65px 68px, transparent 69px),
    radial-gradient(circle at 84.5% 74%, transparent 0 64px, rgba(210, 31, 19, 0.075) 65px 68px, transparent 69px),
    radial-gradient(circle at 50% 50%, transparent 0 76px, rgba(34, 94, 168, 0.075) 77px 80px, transparent 81px),
    radial-gradient(ellipse 44px 24px at 5.5% 50%, rgba(34, 94, 168, 0.08) 0 64%, rgba(210, 31, 19, 0.08) 65% 69%, transparent 70%),
    radial-gradient(ellipse 44px 24px at 94.5% 50%, rgba(34, 94, 168, 0.08) 0 64%, rgba(210, 31, 19, 0.08) 65% 69%, transparent 70%),
    linear-gradient(90deg, transparent 0 5.35%, rgba(210, 31, 19, 0.075) 5.35% 5.65%, transparent 5.65% 37.1%, rgba(34, 94, 168, 0.075) 37.1% 37.9%, transparent 37.9% 49.75%, rgba(210, 31, 19, 0.075) 49.75% 50.25%, transparent 50.25% 62.1%, rgba(34, 94, 168, 0.075) 62.1% 62.9%, transparent 62.9% 94.35%, rgba(210, 31, 19, 0.075) 94.35% 94.65%, transparent 94.65%),
    linear-gradient(0deg, transparent 0 49.75%, rgba(6, 40, 23, 0.025) 49.75% 50.25%, transparent 50.25%),
    var(--paper);
  background-size: 100vw 760px;
  background-attachment: fixed;
  font-family: var(--body);
}

body.hype-maxed {
  animation: goal-flash 520ms ease;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 244, 201, 0.22);
  color: var(--cream);
  background: rgba(6, 40, 23, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.brand img {
  width: 52px;
  height: 40px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 244, 201, 0.9);
  font-size: 0.94rem;
  font-family: var(--display);
  font-weight: 900;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav .nav-cta {
  color: var(--ink);
  background: var(--cream);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 244, 201, 0.4);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--cream);
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.countdown-bar {
  position: sticky;
  top: 76px;
  z-index: 19;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px clamp(18px, 5vw, 64px);
  color: var(--cream);
  background:
    linear-gradient(90deg, #8d120c, var(--red) 48%, #8d120c);
  box-shadow:
    inset 0 -1px 0 rgba(255, 244, 201, 0.18),
    0 10px 26px rgba(7, 16, 13, 0.2);
}

.countdown-bar span,
.countdown-bar strong {
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
}

.countdown-bar span {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.countdown-bar strong {
  font-size: clamp(1.05rem, 2.2vw, 1.65rem);
}

.countdown-bar small {
  color: rgba(255, 244, 201, 0.82);
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 8vw, 88px) clamp(18px, 5vw, 64px);
  color: var(--cream);
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255, 244, 201, 0.12) 49% 51%, transparent 51%),
    radial-gradient(circle at 80% 20%, rgba(225, 162, 26, 0.22), transparent 31%),
    linear-gradient(140deg, rgba(6, 40, 23, 0.96), rgba(7, 16, 13, 0.98)),
    url("assets/glizzies-logo.png") center / 540px no-repeat;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: auto auto 8% -120px;
  width: 360px;
  height: 22px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 244, 201, 0.12);
  transform: rotate(-18deg);
}

.hero::after {
  inset: 16% -140px auto auto;
  background: rgba(210, 31, 19, 0.24);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--display);
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7.4vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  font-family: var(--display);
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
  text-transform: uppercase;
}

h3 {
  font-family: var(--display);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero p {
  max-width: 650px;
  color: rgba(255, 244, 201, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  font-family: var(--display);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
}

.button.secondary {
  color: var(--cream);
  box-shadow: inset 0 0 0 2px rgba(255, 244, 201, 0.44);
}

.hero-logo {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(44vw, 560px);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.48));
  animation: float-logo 5s ease-in-out infinite;
}

.hero-logo img {
  width: 100%;
  height: auto;
}

.team-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 9vw, 110px) clamp(18px, 5vw, 64px);
  color: var(--cream);
  background:
    linear-gradient(115deg, rgba(210, 31, 19, 0.18), transparent 42%),
    radial-gradient(circle at 78% 22%, rgba(225, 162, 26, 0.2), transparent 28%),
    var(--green);
}

.team-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 244, 201, 0.82);
  font-size: 1.12rem;
  line-height: 1.7;
}

.team-badge-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 244, 201, 0.2);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  background: rgba(7, 16, 13, 0.46);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.team-badge-card img {
  width: min(100%, 300px);
}

.team-badge-card span {
  color: var(--gold);
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-badge-card strong {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.scoreboard {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 2px solid rgba(255, 244, 201, 0.3);
  border-radius: 8px;
  background: rgba(255, 244, 201, 0.22);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.scoreboard div {
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 68px;
  padding: 10px 14px;
  background: var(--scoreboard);
}

.scoreboard span {
  color: rgba(255, 244, 201, 0.66);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scoreboard strong,
.scoreboard .score {
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 1000;
  line-height: 1;
}

.scoreboard .score {
  min-width: 60px;
  color: var(--cream);
  font-size: 2.3rem;
}

.chant-strip {
  overflow: hidden;
  color: var(--cream);
  background: var(--red);
}

.chant-strip div {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: chant-scroll 22s linear infinite;
}

.chant-strip span {
  padding: 13px 28px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chant-strip span::before {
  margin-right: 28px;
  color: var(--gold);
  content: "/";
}

.game-storyline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(38px, 7vw, 78px) clamp(18px, 5vw, 64px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.2), transparent 42%),
    radial-gradient(circle at 85% 10%, rgba(225, 162, 26, 0.2), transparent 28%),
    var(--ink);
}

.storyline-main {
  display: grid;
  align-content: center;
}

.storyline-main h2 {
  max-width: 820px;
}

.storyline-main p {
  max-width: 760px;
  color: rgba(255, 244, 201, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.text-link.light {
  color: var(--gold);
}

.storyline-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.storyline-board article {
  display: grid;
  align-content: center;
  min-height: 170px;
  border: 1px solid rgba(255, 244, 201, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 240, 0.08);
}

.storyline-board span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 1000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.storyline-board strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.quick-strip article {
  padding: 24px clamp(18px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  margin-bottom: 7px;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.quick-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.team-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  gap: 18px;
  background: var(--cream);
}

.standings-section {
  background: #f4ead0;
}

.standings-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.glizzies-report-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(7, 16, 13, 0.08);
}

.glizzies-report-card img {
  width: min(100%, 280px);
  justify-self: center;
}

.glizzies-report-card p {
  color: var(--muted);
  line-height: 1.65;
}

.standings-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(7, 16, 13, 0.08);
}

.standings-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.standings-table caption {
  padding: 16px 18px;
  color: var(--muted);
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.standings-table th,
.standings-table td {
  padding: 13px 14px;
  border-top: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}

.standings-table th {
  color: var(--green);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.standings-table .team-row td {
  color: var(--cream);
  background: var(--green);
  font-weight: 900;
}

.roster-table-wrap {
  margin-top: 22px;
}

.roster-stats-table {
  min-width: 980px;
}

.roster-stats-table td:last-child,
.roster-stats-table th:last-child {
  min-width: 300px;
  white-space: normal;
}

.stats-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.goalie-card {
  align-content: start;
}

.goalie-card h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.next-game-card,
.team-stat-stack article,
.player-card,
.award-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(7, 16, 13, 0.08);
}

.next-game-card {
  padding: clamp(22px, 4vw, 34px);
}

.team-stat-stack {
  display: grid;
  gap: 12px;
}

.team-stat-stack article {
  padding: 20px;
}

.team-stat-stack span,
.player-card dt,
.award-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-stat-stack strong {
  display: block;
  margin-top: 6px;
  color: var(--red);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p,
.split p,
.news-band p,
.join p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.product-grid,
.article-grid,
.player-grid,
.award-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card,
.article-grid article,
.rumor-board article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fffdf7;
  box-shadow: 0 10px 34px rgba(7, 16, 13, 0.08);
}

.product-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 20px 48px rgba(7, 16, 13, 0.15);
}

.product-art {
  display: grid;
  place-items: center;
  height: 210px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.86), transparent 34%),
    linear-gradient(160deg, var(--green), var(--green-2));
  font-size: 3.2rem;
  font-weight: 1000;
}

.product-art.cap {
  border-radius: 8px 8px 80px 80px;
  background:
    radial-gradient(circle at 50% 110%, var(--gold), transparent 42%),
    var(--green);
}

.product-art.tee {
  background:
    linear-gradient(90deg, transparent 18%, rgba(255, 244, 201, 0.14) 18% 82%, transparent 82%),
    var(--red);
}

.product-card p,
.article-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.price,
.article-grid span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.player-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-player-grid {
  margin-bottom: 18px;
}

.player-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.player-card::before {
  position: absolute;
  top: -34px;
  right: -20px;
  color: rgba(6, 40, 23, 0.08);
  content: "GLZ";
  font-size: 6rem;
  font-weight: 1000;
}

.player-number {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--cream);
  background: var(--green);
  font-size: 1.55rem;
  font-weight: 1000;
}

.player-card h3 {
  margin-top: 6px;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.player-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.player-card dl div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: var(--paper);
}

.player-card dt,
.player-card dd {
  margin: 0;
}

.player-card dd {
  margin-top: 4px;
  color: var(--red);
  font-size: 1.35rem;
  font-weight: 1000;
}

.player-card p,
.next-game-card p,
.award-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.awards-band {
  color: var(--cream);
  background: var(--ink);
}

.award-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.award-grid article {
  padding: 20px;
  background: rgba(255, 250, 240, 0.94);
}

.award-grid strong,
.award-grid span {
  display: block;
}

.award-grid strong {
  margin-bottom: 10px;
  color: var(--ink);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: #f4ead0;
}

.locker-room {
  color: var(--cream);
  background:
    radial-gradient(circle at 14% 22%, rgba(225, 162, 26, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(210, 31, 19, 0.16), transparent 36%),
    var(--ink);
}

.locker-room .section-heading p {
  color: rgba(255, 244, 201, 0.76);
}

.fun-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr;
  gap: 18px;
}

.fun-grid article {
  border: 1px solid rgba(255, 244, 201, 0.18);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 250, 240, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hype-card p,
.quote-card p {
  color: rgba(255, 244, 201, 0.72);
  line-height: 1.6;
}

.meter {
  height: 18px;
  margin: 22px 0 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 201, 0.25);
  border-radius: 999px;
  background: rgba(255, 244, 201, 0.12);
}

.meter-fill {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--red));
  transition: width 220ms ease;
}

.hype-readout {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  text-transform: uppercase;
}

.quote-line {
  min-height: 96px;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.quote-card .button.secondary {
  color: var(--ink);
  background: var(--cream);
  box-shadow: none;
}

.three-stars ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 24px;
  color: rgba(255, 244, 201, 0.88);
  font-weight: 900;
}

.text-link {
  color: var(--green);
  font-weight: 900;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--paper);
  text-decoration: none;
}

.resource-list span,
.rumor-board span {
  color: var(--muted);
}

.news-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.24), transparent 44%),
    var(--green);
}

.news-band p {
  color: rgba(255, 244, 201, 0.78);
}

.rumor-board {
  display: grid;
  gap: 12px;
}

.rumor-board article {
  background: rgba(255, 250, 240, 0.96);
  box-shadow: none;
}

.rumor-board strong,
.rumor-board span {
  display: block;
}

.rumor-board strong {
  margin-bottom: 8px;
  color: var(--ink);
}

.join {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 520px);
  gap: clamp(24px, 5vw, 70px);
}

.signup-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fffdf7;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

input,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--cream);
  background: var(--ink);
}

.site-footer a,
.quick-strip a {
  color: var(--cream);
}

.quick-strip a {
  color: var(--green);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 36px 18px;
  text-align: center;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 20%, rgba(225, 162, 26, 0.22), transparent 30%),
    var(--green);
}

.not-found img {
  width: min(80vw, 420px);
}

.not-found h1 {
  margin-bottom: 12px;
}

.not-found p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 244, 201, 0.82);
  line-height: 1.6;
}

.home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 8vw, 92px) clamp(18px, 5vw, 64px);
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 18%, rgba(225, 162, 26, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(210, 31, 19, 0.22), transparent 42%),
    linear-gradient(145deg, #062817 0%, #07100d 72%);
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  width: 420px;
  height: 28px;
  border-radius: 999px;
  content: "";
  opacity: 0.34;
  transform: rotate(-17deg);
}

.home-hero::before {
  left: -120px;
  bottom: 11%;
  background: var(--gold);
}

.home-hero::after {
  top: 18%;
  right: -150px;
  background: var(--red);
}

.hero-ice-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 244, 201, 0.12) 48% 52%, transparent 52%),
    repeating-linear-gradient(0deg, transparent 0 52px, rgba(255, 244, 201, 0.035) 52px 54px);
}

.home-hero-copy,
.hero-rink-card {
  position: relative;
  z-index: 1;
}

.home-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(4rem, 10vw, 9.5rem);
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.home-hero p {
  max-width: 720px;
  color: rgba(255, 244, 201, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.hero-tagline {
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 244, 201, 0.24);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink) !important;
  background: var(--gold);
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.8rem) !important;
  font-weight: 900;
}

.hero-rink-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 244, 201, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 26px);
  background:
    linear-gradient(160deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.04)),
    rgba(7, 16, 13, 0.38);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.hero-rink-card img {
  width: min(100%, 330px);
  justify-self: center;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.34));
}

.next-game-mini h2 {
  margin-bottom: 14px;
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.next-game-mini dl,
.spotlight-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.next-game-mini dl div,
.spotlight-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 244, 201, 0.18);
  padding-top: 10px;
}

.next-game-mini dt,
.spotlight-card dt {
  color: rgba(255, 244, 201, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-game-mini dd,
.spotlight-card dd {
  margin: 0;
  color: var(--cream);
  font-weight: 900;
  text-align: right;
}

.next-game-mini a,
.matchup-lead a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.threat-pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--gold);
  font-family: var(--display);
  font-size: 1.08rem;
  text-transform: uppercase;
}

.brand-chant span {
  font-family: var(--display);
  font-size: 1.08rem;
}

.matchup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 18px;
}

.matchup-card,
.chirp-card,
.spotlight-card,
.meter-panel,
.star-card,
.chant-card,
.lore-card,
.player-preview-card,
.shop-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(7, 16, 13, 0.08);
}

.matchup-card {
  padding: 22px;
}

.matchup-lead {
  grid-row: span 2;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.22), transparent 46%),
    var(--green);
}

.matchup-lead p,
.matchup-lead li {
  color: rgba(255, 244, 201, 0.78);
}

.matchup-card h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  text-transform: uppercase;
}

.matchup-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.player-watch {
  margin-top: 24px;
  border: 1px solid rgba(255, 244, 201, 0.22);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 240, 0.08);
}

.player-watch span,
.chirp-card span,
.chant-card span,
.star-card span,
.meter-score span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-watch strong {
  display: block;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 2rem;
  text-transform: uppercase;
}

.chirp-mini p {
  margin: 10px 0 0;
  color: var(--green);
  font-weight: 900;
}

.chirp-section {
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 244, 201, 0.2) 0 5px, transparent 6px),
    radial-gradient(circle at 42% 31%, rgba(255, 244, 201, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 69%, rgba(255, 244, 201, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 31%, rgba(255, 244, 201, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 69%, rgba(255, 244, 201, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 15.5% 26%, transparent 0 86px, rgba(255, 244, 201, 0.12) 88px 91px, transparent 93px),
    radial-gradient(circle at 15.5% 74%, transparent 0 86px, rgba(255, 244, 201, 0.12) 88px 91px, transparent 93px),
    radial-gradient(circle at 84.5% 26%, transparent 0 86px, rgba(255, 244, 201, 0.12) 88px 91px, transparent 93px),
    radial-gradient(circle at 84.5% 74%, transparent 0 86px, rgba(255, 244, 201, 0.12) 88px 91px, transparent 93px),
    radial-gradient(circle at 50% 50%, transparent 0 110px, rgba(255, 244, 201, 0.13) 112px 116px, transparent 118px),
    radial-gradient(ellipse 66px 36px at 5.5% 50%, rgba(58, 122, 198, 0.18) 0 63%, rgba(255, 244, 201, 0.12) 64% 69%, transparent 70%),
    radial-gradient(ellipse 66px 36px at 94.5% 50%, rgba(58, 122, 198, 0.18) 0 63%, rgba(255, 244, 201, 0.12) 64% 69%, transparent 70%),
    linear-gradient(90deg, transparent 0 5.25%, rgba(255, 244, 201, 0.12) 5.25% 5.75%, transparent 5.75% 37.05%, rgba(58, 122, 198, 0.22) 37.05% 37.95%, transparent 37.95% 49.7%, rgba(210, 31, 19, 0.26) 49.7% 50.3%, transparent 50.3% 62.05%, rgba(58, 122, 198, 0.22) 62.05% 62.95%, transparent 62.95% 94.25%, rgba(255, 244, 201, 0.12) 94.25% 94.75%, transparent 94.75%),
    linear-gradient(135deg, rgba(210, 31, 19, 0.2), transparent 42%),
    var(--green);
}

.chirp-section::before,
.chirp-section::after {
  position: absolute;
  inset: 9% auto auto -120px;
  width: 420px;
  height: 26px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 244, 201, 0.08);
  transform: rotate(-18deg);
}

.chirp-section::after {
  inset: auto -140px 11% auto;
  background: rgba(210, 31, 19, 0.2);
}

.chirp-section .section-heading,
.chirp-grid {
  position: relative;
  z-index: 1;
}

.chirp-section .section-heading {
  max-width: 980px;
}

.chirp-section .section-heading p {
  color: rgba(255, 244, 201, 0.78);
}

.chirp-section .section-heading h2 {
  max-width: 940px;
}

.threat-card {
  grid-column: span 2;
}

.threat-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.threat-player {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 244, 201, 0.38);
}

.threat-player span {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--cream);
  background: var(--green);
  font-family: var(--display);
  font-size: 0.9rem;
}

.threat-player strong,
.threat-player em {
  display: block;
}

.threat-player strong {
  margin-top: 8px;
  color: var(--green);
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.threat-player em {
  margin-top: 4px;
  color: var(--red);
  font-style: normal;
  font-weight: 1000;
}

.threat-player p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.chirp-grid,
.chant-card-grid,
.lore-grid,
.player-preview-grid,
.stars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.chirp-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
}

.chirp-card,
.chant-card,
.lore-card,
.player-preview-card,
.star-card,
.shop-card {
  padding: 20px;
}

.chirp-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 25vh, 280px);
  border-color: rgba(255, 244, 201, 0.18);
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.98), rgba(255, 244, 201, 0.9));
}

.chirp-card::after {
  position: absolute;
  right: -18px;
  bottom: -24px;
  color: rgba(210, 31, 19, 0.08);
  content: "CHIRP";
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.8;
}

.chirp-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 16px;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.95;
}

.chirp-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--cream);
  background: var(--red);
}

.spotlight-section {
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 20%, rgba(225, 162, 26, 0.22), transparent 30%),
    var(--ink);
}

.spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  border-color: rgba(255, 244, 201, 0.18);
  padding: clamp(24px, 5vw, 44px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.2), transparent 42%),
    rgba(255, 250, 240, 0.07);
}

.spotlight-card p:not(.eyebrow) {
  color: rgba(255, 244, 201, 0.8);
  font-size: 1.08rem;
  line-height: 1.7;
}

.glizzy-meter-section {
  background: #f4ead0;
}

.meter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.meter-score {
  display: grid;
  align-content: center;
  border-radius: 8px;
  padding: 22px;
  color: var(--cream);
  background: var(--green);
}

.meter-score strong {
  display: block;
  margin: 6px 0 12px;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.9;
}

.meter-score p {
  color: rgba(255, 244, 201, 0.78);
  line-height: 1.6;
}

.live-hype {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(255, 244, 201, 0.18);
  margin-top: 18px;
  padding-top: 18px;
}

.live-hype strong {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.live-hype p {
  margin: 0;
  font-weight: 800;
}

.hype-track {
  overflow: hidden;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 244, 201, 0.2);
}

.hype-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--red));
  transition: width 180ms ease;
}

.hype-clicker {
  width: fit-content;
}

.hype-clicker:disabled {
  opacity: 0.72;
  cursor: default;
}

.meter-bars {
  display: grid;
  gap: 14px;
}

.rating-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
}

.rating-row span {
  font-weight: 900;
}

.rating-track {
  overflow: hidden;
  height: 18px;
  border-radius: 999px;
  background: rgba(6, 40, 23, 0.12);
}

.rating-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--red));
}

.rating-row strong {
  color: var(--red);
  font-weight: 1000;
}

.stars-section {
  color: var(--cream);
  background: var(--green);
}

.stars-section .section-heading p {
  color: rgba(255, 244, 201, 0.78);
}

.star-card {
  background: rgba(255, 250, 240, 0.96);
}

.star-card h3 {
  color: var(--ink);
  font-size: 1.8rem;
  text-transform: uppercase;
}

.star-card p {
  color: var(--muted);
  line-height: 1.55;
}

.mention-card {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.mention-card span,
.mention-card p {
  margin: 0;
}

.fan-section {
  background: #fff8df;
}

.chant-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.chant-card::after {
  position: absolute;
  right: -18px;
  bottom: -28px;
  color: rgba(6, 40, 23, 0.07);
  content: "DOG";
  font-family: var(--display);
  font-size: 5rem;
}

.chant-card:hover {
  transform: translateY(-5px) rotate(-0.6deg);
  box-shadow: 0 20px 46px rgba(7, 16, 13, 0.14);
}

.chant-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 12px 0 10px;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.8vw, 2.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.chant-card small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-weight: 900;
}

.lore-section {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 31, 19, 0.18), transparent 44%),
    var(--ink);
}

.lore-section .section-heading p {
  color: rgba(255, 244, 201, 0.78);
}

.lore-card {
  border-color: rgba(255, 244, 201, 0.16);
  color: var(--cream);
  background: rgba(255, 250, 240, 0.08);
  box-shadow: none;
}

.lore-card p {
  color: rgba(255, 244, 201, 0.75);
  line-height: 1.55;
}

.player-preview-card p,
.shop-card p {
  color: var(--muted);
  line-height: 1.55;
}

.player-preview-card .player-number {
  margin-bottom: 14px;
}

.section-button {
  margin-top: 22px;
}

.shop-training-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
  }

  .countdown-bar {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .hero,
  .home-hero,
  .team-hero,
  .team-dashboard,
  .game-storyline,
  .standings-layout,
  .matchup-grid,
  .spotlight-card,
  .meter-panel,
  .shop-training-grid,
  .split,
  .news-band,
  .join {
    grid-template-columns: 1fr;
  }

  .threat-card {
    grid-column: auto;
  }

  .threat-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-logo {
    width: min(84vw, 480px);
  }

  .quick-strip,
  .storyline-board,
  .product-grid,
  .article-grid,
  .player-grid,
  .stats-feature-grid,
  .award-grid,
  .fun-grid,
  .chirp-grid,
  .chant-card-grid,
  .lore-grid,
  .player-preview-grid,
  .stars-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.6rem);
  }

  .hero-rink-card img {
    max-width: 260px;
  }

  .mention-card {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .rating-row {
    grid-template-columns: 1fr;
  }

  .quick-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .resource-list a {
    flex-direction: column;
  }
}

@keyframes float-logo {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes chant-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes goal-flash {
  0%,
  100% {
    background-color: var(--paper);
  }

  50% {
    background-color: rgba(225, 162, 26, 0.28);
  }
}

@media (max-width: 520px) {
  .brand span {
    max-width: 150px;
  }

  h1 {
    font-size: 3.3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}
