:root {
  --team-black: #27251f;
  --team-gold: #fdb827;
  --team-cream: #fff7e0;
  --team-charcoal: #171512;
  --ink: #1f1a14;
  --paper: #fffaf0;
  --accent: #6f5426;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
}

.brand {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  height: clamp(600px, 74vh, 760px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(39, 37, 31, 0.92), rgba(39, 37, 31, 0.58)),
    var(--team-black);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 21, 18, 0.44), rgba(23, 21, 18, 0.12) 52%, rgba(23, 21, 18, 0.03)),
    linear-gradient(180deg, rgba(23, 21, 18, 0.3), rgba(23, 21, 18, 0.04) 42%, rgba(23, 21, 18, 0.08)),
    linear-gradient(0deg, rgba(23, 21, 18, 0.42), rgba(23, 21, 18, 0) 32%);
}

.hero picture,
.hero img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero picture {
  position: absolute;
  inset: 0;
}

.hero img {
  object-fit: cover;
  object-position: center 45%;
}

.hero-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(253, 184, 39, 0.18), rgba(255, 255, 255, 0.03)),
    var(--team-black);
  color: rgba(255, 255, 255, 0.34);
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 900;
  text-transform: uppercase;
}

.hero > .hero-placeholder {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  width: min(920px, 100%);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(76px, 9vh, 108px) clamp(20px, 7vw, 88px) clamp(44px, 8vh, 76px);
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3.2rem, 8.5vw, 7rem);
  line-height: 0.88;
}

.hero h1 {
  white-space: nowrap;
}

.hero-subtitle {
  max-width: 640px;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.section {
  padding: clamp(56px, 9vw, 104px) clamp(20px, 5vw, 64px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-light {
  background: var(--paper);
}

.section-dark {
  background: var(--team-black);
  color: var(--white);
}

.section-gold {
  background: var(--team-gold);
}

.section-coaches {
  background:
    linear-gradient(180deg, rgba(39, 37, 31, 0.04), rgba(39, 37, 31, 0)),
    var(--paper);
}

.section-cone {
  background:
    linear-gradient(135deg, rgba(253, 184, 39, 0.12), rgba(39, 37, 31, 0.04)),
    var(--paper);
}

.section-gold .eyebrow,
.section-light .eyebrow,
.section-coaches .eyebrow,
.section-cone .eyebrow {
  color: var(--accent);
}

.two-column,
.gallery-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

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

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
}

h3 {
  margin: 8px 0 12px;
  font-size: 1.35rem;
}

.section p {
  margin: 0;
  font-size: 1.1rem;
}

.season-layout {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.cone-layout {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.cone-copy {
  display: grid;
  gap: 18px;
}

.cone-link {
  border-color: var(--team-black);
  background: var(--team-black);
}

.cone-gallery,
.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.cone-photo-card,
.gallery-photo-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(39, 37, 31, 0.12);
  border-radius: 8px;
  background: var(--team-black);
  padding: 0;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(39, 37, 31, 0.1);
}

.cone-photo-card img,
.gallery-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.cone-photo-card:hover img,
.gallery-photo-card:hover img {
  transform: scale(1.03);
}

.season-copy {
  align-items: end;
}

.season-media-grid,
.recap-grid,
.coach-grid,
.players-grid {
  display: grid;
  gap: 16px;
}

.season-media-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

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

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

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

.season-media-card,
.recap-card,
.coach-card,
.player-card {
  overflow: hidden;
  border: 1px solid rgba(39, 37, 31, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(39, 37, 31, 0.1);
}

.media-photo-card,
.season-video-button {
  display: block;
  width: 100%;
  padding: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.media-photo-card img {
  transition: transform 180ms ease;
}

.media-photo-card:hover img,
.season-video-button:hover img {
  transform: scale(1.03);
}

.season-media-card img,
.player-card img,
.coach-card img {
  display: block;
  width: 100%;
  background: rgba(39, 37, 31, 0.08);
  object-fit: cover;
}

.season-media-card img {
  aspect-ratio: 16 / 9;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--team-black);
}

.video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(23, 21, 18, 0.78);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1;
}

.player-card img {
  aspect-ratio: 1 / 1;
  object-position: center 34%;
}

.coach-card img {
  aspect-ratio: 4 / 3;
  object-position: center 38%;
}

.season-media-caption,
.player-card div,
.coach-card > div {
  padding: 16px;
}

.season-media-caption span,
.recap-card span,
.coach-card-action {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.season-media-caption strong,
.player-card h2,
.coach-card h3 {
  display: block;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.05;
}

.season-media-caption a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}

.season-media-caption a:hover {
  text-decoration: underline;
}

.recap-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.recap-card span,
.recap-link {
  color: var(--team-gold);
}

.recap-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  font-weight: 900;
  text-decoration: none;
}

.recap-link:hover {
  text-decoration: underline;
}

.coach-card blockquote {
  margin: 12px 0 0;
  color: rgba(31, 26, 20, 0.72);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.gallery-copy {
  display: grid;
  gap: 22px;
}

.gallery-link,
.button-link {
  display: inline-flex;
  width: fit-content;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  padding: 12px 16px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
}

.gallery-link:hover,
.button-link:hover {
  background: transparent;
  color: var(--ink);
}

.players-callout,
.champion-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(39, 37, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(253, 184, 39, 0.92), rgba(255, 247, 224, 0.94)),
    var(--team-cream);
  padding: clamp(18px, 3vw, 28px);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(39, 37, 31, 0.1);
}

.players-callout span,
.champion-card span {
  color: rgba(39, 37, 31, 0.66);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.players-callout strong,
.champion-card strong {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.players-face-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 1120px;
  margin-top: 12px;
}

.players-face-grid img {
  display: block;
  width: clamp(74px, 5.2vw, 96px);
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(39, 37, 31, 0.18);
  border-radius: 999px;
  background: rgba(39, 37, 31, 0.1);
  object-fit: cover;
  object-position: center 34%;
}

.champions-badge {
  display: block;
  width: min(100%, 760px);
  margin: 12px auto 0;
  overflow: hidden;
  border: 2px solid rgba(39, 37, 31, 0.72);
  border-radius: 8px;
  background: var(--team-black);
  box-shadow: 0 18px 44px rgba(39, 37, 31, 0.14);
}

.playoff-bracket {
  margin-top: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(253, 184, 39, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  padding: clamp(18px, 3vw, 30px);
}

.bracket-intro {
  margin-bottom: 24px;
}

.bracket-intro h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.bracket-group + .bracket-group {
  margin-top: clamp(26px, 5vw, 48px);
}

.bracket-group-title {
  margin: 0 0 14px;
  color: var(--team-gold);
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.consolation-title {
  color: var(--team-cream);
}

.bracket-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}

.bracket-column {
  display: flex;
  min-width: 220px;
  flex-direction: column;
  gap: 12px;
}

.bracket-column h4 {
  margin: 0;
  color: var(--team-gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bracket-game {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(23, 21, 18, 0.38);
  padding: 10px;
}

.bracket-game.featured {
  border-color: rgba(253, 184, 39, 0.58);
  background:
    linear-gradient(135deg, rgba(253, 184, 39, 0.92), rgba(255, 247, 224, 0.94)),
    var(--team-cream);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 14px 32px rgba(23, 21, 18, 0.24);
}

.bracket-game > span,
.champion-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bracket-game.featured > span {
  color: rgba(39, 37, 31, 0.66);
}

.bracket-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.bracket-game.featured .bracket-team {
  border-top-color: rgba(39, 37, 31, 0.22);
  color: rgba(39, 37, 31, 0.72);
}

.bracket-team + .bracket-team {
  margin-top: 7px;
}

.bracket-team.winner {
  color: var(--white);
}

.bracket-game.featured .bracket-team.winner {
  color: var(--ink);
}

.bracket-team.winner span::after {
  color: var(--team-gold);
  content: "  W";
  font-size: 0.72rem;
  font-weight: 900;
}

.bracket-game.featured .bracket-team.winner span::after {
  color: var(--accent);
}

.bracket-team strong {
  color: inherit;
  font-size: 1.18rem;
}

.subpage-header {
  position: static;
  background: var(--team-black);
}

.subpage-header nav a {
  color: rgba(255, 255, 255, 0.86);
}

.players-hero,
.game-hero {
  background:
    linear-gradient(135deg, rgba(39, 37, 31, 0.96), rgba(39, 37, 31, 0.78)),
    var(--team-black);
  color: var(--white);
  padding: clamp(58px, 9vw, 110px) clamp(20px, 5vw, 64px);
}

.players-hero-inner,
.article-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.players-hero h1,
.game-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.9;
}

.players-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 750;
}

.players-section,
.article-section {
  padding: clamp(34px, 6vw, 72px) clamp(20px, 5vw, 64px) clamp(58px, 8vw, 100px);
  background: var(--paper);
}

.game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.game-meta span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--team-cream);
  font-size: 0.92rem;
  font-weight: 800;
}

.article-card,
.box-score {
  border-radius: 8px;
}

.article-card {
  border-top: 8px solid var(--team-gold);
  background: var(--white);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 22px 60px rgba(39, 37, 31, 0.1);
}

.byline {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 900;
}

.game-story {
  display: grid;
  gap: 20px;
}

.game-story p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.box-score {
  margin-top: clamp(36px, 6vw, 72px);
  border: 1px solid rgba(39, 37, 31, 0.14);
  background: var(--white);
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 18px 52px rgba(39, 37, 31, 0.08);
}

.box-score-head {
  text-align: center;
}

.box-score-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
}

.box-score-meta {
  justify-content: center;
}

.box-score-meta span {
  border-color: rgba(39, 37, 31, 0.18);
  color: var(--ink);
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stat-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

.stat-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.stat-table th,
.stat-table td {
  border-bottom: 1px solid rgba(39, 37, 31, 0.22);
  padding: 8px 10px;
  text-align: right;
  white-space: nowrap;
}

.stat-table th:first-child,
.stat-table td:first-child {
  min-width: 190px;
  text-align: left;
}

.stat-table thead th {
  border-top: 4px solid var(--ink);
  background: rgba(39, 37, 31, 0.12);
  font-weight: 900;
  text-transform: uppercase;
}

.stat-table tfoot th,
.stat-table tfoot td {
  border-top: 3px solid var(--ink);
  border-bottom: 0;
  font-weight: 900;
}

.line-score-wrap {
  width: min(700px, 100%);
  margin: 28px auto 0;
}

.line-score {
  min-width: 560px;
  font-size: 1.15rem;
}

.line-score th:first-child {
  min-width: 110px;
}

.stats-section {
  margin-top: clamp(34px, 5vw, 56px);
}

.stats-section h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 40px);
}

.team-table {
  min-width: 0;
}

.team-table h4 {
  margin: 0;
  border-top: 4px solid var(--ink);
  background: rgba(39, 37, 31, 0.12);
  padding: 8px 10px;
  color: var(--ink);
  font-size: 1rem;
  text-transform: uppercase;
}

.team-table .stat-table thead th {
  border-top: 0;
}

.stat-notes {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

.photo-lightbox {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(16px, 4vw, 44px);
  background: rgba(23, 21, 18, 0.92);
  color: var(--white);
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox figure {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
}

.photo-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 170px);
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.photo-lightbox img[hidden],
.lightbox-video-frame[hidden] {
  display: none;
}

.lightbox-video-frame {
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: var(--team-black);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.lightbox-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.photo-lightbox figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 13px;
}

.lightbox-nav {
  width: 56px;
  height: 56px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: var(--team-gold);
  color: var(--ink);
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 64px);
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero,
  .hero-copy {
    height: 78vh;
    min-height: 560px;
  }

  .hero-copy {
    justify-content: space-between;
    padding-top: 112px;
    padding-bottom: 54px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.05rem, 10.5vw, 4.6rem);
  }

  .hero-subtitle {
    max-width: 34ch;
    font-size: 1.08rem;
  }

  .two-column,
  .gallery-section,
  .recap-grid,
  .cone-gallery,
  .gallery-photo-grid,
  .coach-grid,
  .bracket-intro {
    grid-template-columns: 1fr;
  }

  .season-media-grid,
  .players-face-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .players-face-grid {
    gap: 10px;
  }

  .players-face-grid img {
    width: min(76px, calc((100% - 30px) / 4));
  }

  .players-grid {
    grid-template-columns: 1fr;
  }

  .photo-lightbox img {
    max-height: calc(100dvh - 132px);
  }

  .photo-lightbox figcaption {
    font-size: 0.9rem;
  }

  .lightbox-nav {
    order: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 1.25rem;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
    padding: 8px 11px;
    font-size: 0.75rem;
  }

  .box-score {
    margin-right: calc(clamp(20px, 5vw, 64px) * -0.35);
    margin-left: calc(clamp(20px, 5vw, 64px) * -0.35);
    padding: 20px 14px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-table {
    font-size: 0.88rem;
  }

  .line-score {
    font-size: 1rem;
  }

  .bracket-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .bracket-column {
    min-width: 0;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .recap-grid,
  .players-grid,
  .season-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
