:root {
  color-scheme: light;
  --page: #f7f7f4;
  --surface: #ffffff;
  --ink: #191a18;
  --muted: #5f635c;
  --line: #d8ddd2;
  --soft-line: #ebeee6;
  --gold: #e4b72e;
  --gold-soft: #fff7dc;
  --blue: #2b6073;
  --shadow: 0 12px 30px rgba(25, 26, 24, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.52;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: var(--blue);
}

.site-header,
.page-shell,
.site-footer {
  width: min(1280px, calc(100% - 48px));
  max-width: 100%;
  margin-inline: auto;
}

.page-shell {
  display: flex;
  flex-direction: column;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: center;
  gap: 14px 24px;
  min-height: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  align-items: center;
  width: 280px;
  max-width: 100%;
  min-width: 0;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.header-nav {
  position: fixed;
  top: 18px;
  right: max(24px, calc((100vw - 1280px) / 2 + 24px));
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  justify-self: end;
  min-width: 0;
  gap: 0 11px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 26, 24, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(25, 26, 24, 0.1);
  color: var(--ink);
  font-size: 0.9rem;
  backdrop-filter: blur(12px);
}

.header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-weight: 720;
  line-height: 1.1;
  text-decoration: none;
}

.header-nav a:hover {
  color: var(--blue);
}

.nav-separator {
  color: rgba(95, 99, 92, 0.55);
  font-weight: 520;
  line-height: 1;
}

.nav-icon {
  display: none;
}

.nav-icon img {
  width: 18px;
  height: 18px;
}

.header-email {
  max-width: 100%;
  color: var(--blue) !important;
  font-weight: 720;
  overflow-wrap: anywhere;
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px 44px;
  align-items: start;
  padding: 42px 0 26px;
  border-bottom: 1px solid var(--line);
}

.intro > * {
  min-width: 0;
}

.intro-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kicker {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.45rem);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.05;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.26rem, 1.8vw, 1.58rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.24;
}

.intro-text,
.availability-panel p,
.section-title-row p,
.venue-copy p,
.contact-band p {
  color: var(--muted);
}

.intro-text {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1rem;
}

.intro-text p {
  margin-bottom: 12px;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.email-link {
  grid-column: 2;
  justify-self: start;
  max-width: 100%;
  color: var(--blue);
  font-size: 0.96rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.intro-actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.intro-heading .intro-actions {
  grid-column: auto;
  margin-top: 18px;
}

.intro-actions .email-link {
  grid-column: auto;
  margin-left: 4px;
}

.availability-panel,
.contact-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 26px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  max-width: 100%;
}

.availability-panel > *,
.contact-band > * {
  min-width: 0;
}

.availability-panel p,
.contact-band p {
  margin-bottom: 0;
}

.action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 740;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}

.primary-button,
.availability-panel .primary-button,
.contact-band .primary-button {
  background: var(--ink);
  color: #ffffff;
}

.secondary-button,
.availability-panel .secondary-button,
.contact-band .secondary-button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}

.primary-button:hover,
.availability-panel .primary-button:hover,
.contact-band .primary-button:hover {
  background: var(--blue);
  color: #ffffff;
}

.secondary-button:hover,
.availability-panel .secondary-button:hover,
.contact-band .secondary-button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.enquire-button {
  justify-self: start;
  min-height: 36px;
  margin-top: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 0.86rem;
  padding: 0 13px;
}

.enquire-button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.seat-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.seat-card-actions .enquire-button {
  margin-top: 0;
}

.detail-actions {
  margin-top: 16px;
}

.section-block {
  padding-top: 52px;
}

#tickets,
#guides,
#seats,
#view-from-seats,
.availability-section,
.content-section {
  position: relative;
  margin-top: 46px;
  padding: 30px;
  border: 1px solid rgba(25, 26, 24, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(25, 26, 24, 0.08);
}

#tickets {
  background:
    linear-gradient(135deg, rgba(228, 183, 46, 0.2), rgba(255, 255, 255, 0.94) 42%),
    #fffaf0;
  border-color: rgba(228, 183, 46, 0.34);
}

#seats,
.availability-section {
  background:
    linear-gradient(135deg, rgba(228, 183, 46, 0.22), rgba(255, 255, 255, 0.94) 46%),
    #fffaf0;
  border-color: rgba(228, 183, 46, 0.34);
}

#guides,
#view-from-seats,
.content-section {
  background:
    linear-gradient(135deg, rgba(43, 96, 115, 0.13), rgba(255, 255, 255, 0.96) 48%),
    #f1f6f4;
  border-color: rgba(43, 96, 115, 0.18);
}

#tickets .section-title-row,
#guides .section-title-row,
#seats .section-title-row,
#view-from-seats .section-title-row {
  margin-bottom: 24px;
  padding: 0 0 22px;
  border-top: 0;
  border-bottom: 1px solid rgba(25, 26, 24, 0.1);
}

#tickets .ticket-overview-card,
#guides .guide-card,
#seats .venue-panel,
#view-from-seats .media-panel,
.content-section .article-panel,
.content-section .source-note,
.availability-section .schedule-card {
  border-color: rgba(25, 26, 24, 0.12);
  box-shadow: 0 16px 32px rgba(25, 26, 24, 0.1);
}

#tickets .ticket-card-body {
  background: linear-gradient(180deg, #ffffff, #fffdf6);
}

#guides .guide-card {
  background: rgba(255, 255, 255, 0.94);
}

#seats .venue-panel,
.availability-section .schedule-card {
  background: rgba(255, 255, 255, 0.96);
}

#view-from-seats .media-panel,
.content-section .article-panel,
.content-section .source-note {
  background: rgba(255, 255, 255, 0.95);
}

.availability-section {
  padding-top: 30px;
}

.section-title-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.26fr) minmax(0, 0.74fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--soft-line);
}

.intro + #tickets .section-title-row {
  border-top: 0;
}

.section-title-row > * {
  min-width: 0;
}

.section-title-row p {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.section-heading > div {
  min-width: 0;
}

.section-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(25, 26, 24, 0.1);
  border-radius: 8px;
  background: var(--gold-soft);
}

.section-icon::before,
.section-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.section-icon.svg-icon {
  border-color: rgba(228, 183, 46, 0.44);
  background: #fffaf0;
  box-shadow:
    inset 0 -7px 0 rgba(228, 183, 46, 0.12),
    0 8px 18px rgba(25, 26, 24, 0.06);
}

.section-icon.svg-icon::before,
.section-icon.svg-icon::after {
  display: none;
}

.section-icon img {
  width: 30px;
  height: 30px;
}

.ticket-icon::before {
  width: 22px;
  height: 14px;
  border: 2px solid var(--ink);
  border-radius: 3px;
}

.ticket-icon::after {
  width: 2px;
  height: 18px;
  border-right: 2px dashed var(--ink);
  opacity: 0.45;
}

.calendar-icon::before {
  width: 21px;
  height: 20px;
  border: 2px solid var(--ink);
  border-radius: 4px;
}

.calendar-icon::after {
  top: 14px;
  width: 21px;
  height: 2px;
  background: var(--ink);
}

.media-icon::before {
  width: 22px;
  height: 15px;
  border: 2px solid var(--ink);
  border-radius: 4px;
}

.media-icon::after {
  left: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--ink);
}

.mail-icon::before {
  width: 23px;
  height: 16px;
  border: 2px solid var(--ink);
  border-radius: 4px;
}

.mail-icon::after {
  top: 14px;
  width: 17px;
  height: 17px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
  transform-origin: center;
}

.football-icon::before {
  width: 25px;
  height: 15px;
  border-radius: 50%;
  background: var(--ink);
  transform: rotate(-18deg);
}

.football-icon::after {
  width: 13px;
  height: 2px;
  background: var(--gold);
  transform: rotate(-18deg);
}

.basketball-icon::before {
  width: 24px;
  height: 24px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
}

.basketball-icon::after {
  width: 2px;
  height: 22px;
  background: var(--ink);
  box-shadow: 7px 0 0 transparent;
}

.venue-grid,
.photo-grid,
.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr));
  gap: 20px;
}

.schedule-grid {
  display: grid;
  gap: 20px;
}

.availability-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 16px;
}

.availability-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  padding: 0;
  box-shadow: var(--shadow);
}

.availability-card-image {
  width: 100%;
  height: clamp(170px, 18vw, 230px);
  border-bottom: 1px solid var(--soft-line);
  object-fit: cover;
  object-position: center;
}

.availability-card .venue-label,
.availability-card h3,
.availability-card p:not(.venue-label),
.availability-card .button {
  margin-right: 18px;
  margin-left: 18px;
}

.availability-card .venue-label {
  margin-top: 16px;
}

.availability-card p:not(.venue-label) {
  color: var(--muted);
  margin-bottom: 14px;
}

.availability-card .button {
  width: fit-content;
  margin-bottom: 18px;
}

.overview-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 18px;
}

.ticket-overview-card,
.guide-card,
.article-panel,
.source-note {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card-media {
  position: relative;
}

.ticket-overview-card > img,
.card-media > img,
.card-media .image-lightbox-link > img,
.guide-card > img,
.article-panel > img,
.article-panel > .image-lightbox-link > img {
  width: 100%;
  height: clamp(180px, 18vw, 240px);
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--soft-line);
}

.card-sport-icon,
.guide-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(228, 183, 46, 0.44);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow:
    inset 0 -8px 0 rgba(228, 183, 46, 0.12),
    0 10px 22px rgba(25, 26, 24, 0.12);
}

.card-sport-icon {
  position: absolute;
  right: 16px;
  bottom: -24px;
}

.card-sport-icon img,
.guide-icon img {
  width: 34px;
  height: 34px;
}

.guide-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ticket-card-body,
.guide-card,
.article-panel,
.source-note {
  padding: 18px;
}

.ticket-card-body {
  padding: 30px 18px 18px;
}

.ticket-card-body p,
.guide-card p,
.article-panel p,
.source-note p {
  color: var(--muted);
}

.quick-facts,
.feature-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.quick-facts li,
.feature-list li {
  position: relative;
  padding-left: 21px;
  color: var(--muted);
}

.quick-facts li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-50%);
}

.card-actions,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.text-link {
  color: var(--blue);
  font-weight: 740;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.content-section {
  padding-top: 30px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 20px;
  align-items: start;
}

.article-copy {
  min-width: 0;
  font-size: 1rem;
}

.article-copy p,
.article-copy li {
  color: var(--muted);
}

.article-copy h2,
.article-copy h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: var(--ink);
}

.article-copy h2:first-child,
.article-copy h3:first-child {
  margin-top: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.breadcrumbs a {
  color: var(--muted);
}

.source-note {
  margin-top: 20px;
  font-size: 0.92rem;
}

.availability-hero-image {
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(25, 26, 24, 0.1);
}

.availability-hero-image a {
  display: block;
  color: inherit;
}

.availability-hero-image img {
  width: 100%;
  height: clamp(220px, 32vw, 420px);
  object-fit: cover;
  object-position: center;
}

.football-image {
  object-position: center 48%;
}

.basketball-image {
  object-position: center 42%;
}

.availability-hero-image.football-image img {
  object-position: center 48%;
}

.availability-hero-image.kinnick-edge-image img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.availability-hero-image.basketball-image img {
  object-position: center 55%;
}

.video-cover {
  position: relative;
  cursor: pointer;
}

.video-cover::before,
.video-cover::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.video-cover::before {
  left: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(25, 26, 24, 0.22);
}

.video-cover::after {
  left: 36px;
  bottom: 31px;
  width: 15px;
  height: 18px;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.schedule-card {
  min-width: 0;
  border: 1px solid rgba(25, 26, 24, 0.12);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.schedule-card-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid rgba(228, 183, 46, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 247, 220, 0.94), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.schedule-card-header > * {
  min-width: 0;
}

.schedule-card-header h2,
.schedule-card-header h3 {
  margin-bottom: 0;
}

.schedule-meta {
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.availability-scroll {
  position: relative;
  overflow-x: auto;
  background: #ffffff;
}

.availability-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 760px;
}

.football-table {
  min-width: 1120px;
  table-layout: fixed;
}

.basketball-table {
  min-width: 620px;
  table-layout: fixed;
}

.availability-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.availability-table th,
.availability-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--soft-line);
  text-align: left;
  vertical-align: middle;
}

.availability-table td {
  white-space: nowrap;
}

.availability-table thead th {
  background: #f4f6ef;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 760;
}

.availability-table thead span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.25;
}

.table-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1;
  padding: 0 9px;
  text-decoration: none;
  white-space: nowrap;
}

.table-view-link:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.availability-table tbody th {
  width: 240px;
  background: #fbfcfa;
  font-weight: 720;
  white-space: normal;
}

.football-table thead th:first-child,
.football-table tbody th {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}

.football-table th:not(:first-child),
.football-table td:not(:first-child) {
  width: 212px;
}

.basketball-table thead th:first-child,
.basketball-table tbody th {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}

.basketball-table th:not(:first-child),
.basketball-table td:not(:first-child) {
  width: 260px;
}

.availability-table thead th:first-child,
.availability-table tbody th {
  position: sticky;
  left: 0;
  box-shadow: 1px 0 0 var(--soft-line);
}

.availability-table thead th:first-child {
  z-index: 5;
  background: #f4f6ef;
}

.availability-table tbody th {
  z-index: 4;
}

.game-date,
.game-time {
  display: inline-block;
  margin-right: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 740;
}

.opponent-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  color: var(--ink);
}

.team-badge {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--team-border, var(--team-bg, var(--ink)));
  border-radius: 4px;
  background: var(--team-bg, var(--ink));
  color: var(--team-fg, var(--gold));
  font-size: 0.68rem;
  font-weight: 820;
}

.status-link,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 760;
  white-space: nowrap;
}

.status-link {
  background: var(--ink);
  color: #ffffff;
  text-decoration: none;
}

.status-link:hover {
  background: var(--blue);
  color: #ffffff;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 760;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.availability-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(228, 183, 46, 0.82);
  border-radius: 6px;
  background: #fff7dc;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 760;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.availability-table .map-link {
  margin-left: 6px;
}

.availability-table .status-link,
.availability-table .status-pill,
.availability-table .map-link {
  min-height: 32px;
  padding: 0 10px;
  font-size: 0.78rem;
  line-height: 1;
}

.map-link:hover,
.availability-link:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.highlight-note {
  margin: 0;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(228, 183, 46, 0.45);
  background: #fff7dc;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 720;
}

.availability-table .is-highlighted-seat {
  background: #fff9e6;
  box-shadow: inset 0 0 0 2px rgba(228, 183, 46, 0.46);
}

.availability-table thead .is-highlighted-seat {
  background: #ffe8a1;
}

.status-pill.sold {
  border: 1px solid #dadada;
  background: #f2f2ef;
  color: #74766f;
}

.status-pill.unavailable {
  border: 1px solid var(--soft-line);
  background: #fbfcfa;
  color: var(--muted);
}

.venue-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(25, 26, 24, 0.12);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.venue-copy {
  padding: 22px 22px 16px;
}

.venue-label,
.map-figure figcaption,
.photo-placeholder figcaption,
.site-footer {
  color: var(--muted);
}

.venue-label {
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 750;
  text-transform: uppercase;
}

.venue-copy p {
  margin-bottom: 0;
}

.seat-details,
.seat-card-list {
  margin: 16px 0 0;
}

.seat-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
}

.seat-details div,
.seat-card {
  min-width: 0;
  border: 1px solid rgba(25, 26, 24, 0.1);
  border-radius: 6px;
  background: #fafbf7;
  padding: 10px;
}

.seat-details .wide-detail {
  grid-column: span 2;
}

.seat-details dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
}

.seat-details dd {
  margin: 0;
  color: var(--ink);
  font-weight: 720;
}

.seat-card-list {
  display: grid;
  gap: 10px;
}

.seat-card {
  display: grid;
  gap: 3px;
}

.seat-card strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.seat-card span {
  color: var(--ink);
  font-weight: 720;
  overflow-wrap: anywhere;
}

.seat-card small {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.premium-seat {
  border-color: rgba(228, 183, 46, 0.7);
  background:
    linear-gradient(135deg, rgba(255, 247, 220, 0.96), rgba(255, 255, 255, 0.98)),
    #fffaf0;
}

.map-figure,
.photo-placeholder,
.media-panel {
  margin: 0;
}

.map-figure {
  padding: 0 22px 22px;
}

.map-figure img {
  width: 100%;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: #fbfcfa;
}

.map-figure figcaption {
  margin-top: 8px;
  font-size: 0.84rem;
}

.map-key {
  margin-top: 12px;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: #fafbf7;
  padding: 12px;
}

.map-key-title {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.map-key-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr));
  gap: 8px;
}

.map-key-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(25, 26, 24, 0.08);
  border-radius: 6px;
  background: #ffffff;
  padding: 8px;
}

.map-key-marker {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #ee2b17;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1;
}

.map-key-copy {
  min-width: 0;
}

.map-key-copy strong,
.map-key-copy span {
  display: block;
}

.map-key-copy strong {
  font-size: 0.86rem;
  line-height: 1.25;
}

.map-key-copy span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
}

.photo-placeholder {
  min-height: 170px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(228, 183, 46, 0.24), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(90deg, #eef1ea 0 20px, #fafaf6 20px 40px);
  padding: 18px;
}

.photo-placeholder span {
  font-size: 1rem;
  font-weight: 740;
}

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

.media-panel {
  border: 1px solid rgba(25, 26, 24, 0.12);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-grid.football-media-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.football-media-grid .video-panel {
  grid-column: span 2;
}

.media-panel video {
  width: 100%;
  height: clamp(320px, 48vw, 560px);
  display: block;
  object-fit: contain;
  background: #111;
}

.photo-panel img {
  width: 100%;
  height: clamp(220px, 24vw, 340px);
  display: block;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.featured-photo {
  grid-column: span 2;
}

.featured-photo img {
  height: clamp(260px, 34vw, 460px);
}

.portrait-photo img {
  object-position: center 36%;
}

.gallery-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.image-lightbox-link,
.image-lightbox-trigger {
  cursor: zoom-in;
}

.gallery-image-link:focus-visible,
.availability-hero-image a:focus-visible,
.image-lightbox-link:focus-visible,
.image-lightbox-trigger:focus-visible {
  outline: 3px solid rgba(228, 183, 46, 0.9);
  outline-offset: -3px;
}

.media-panel figcaption {
  color: var(--muted);
  font-size: 0.9rem;
  padding: 12px 14px 14px;
}

.newsletter-band,
.contact-band {
  margin: 52px 0 0;
}

.contact-band {
  margin: 58px 0 46px;
  padding: 26px 30px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(43, 96, 115, 0.82), rgba(25, 26, 24, 0.98)),
    var(--ink);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(25, 26, 24, 0.16);
}

.contact-band h2,
.contact-band .kicker {
  color: #ffffff;
}

.contact-band p {
  color: rgba(255, 255, 255, 0.86);
}

.contact-band a:not(.button) {
  color: #ffe08a;
  font-weight: 760;
}

.contact-band .section-icon.svg-icon {
  border-color: rgba(255, 224, 138, 0.64);
  background: #fff7dc;
}

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

.contact-band .primary-button:hover {
  background: #ffffff;
  color: var(--ink);
}

.newsletter-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  align-items: start;
  gap: 20px 28px;
  border: 1px solid rgba(228, 183, 46, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff9e4, #ffffff 58%);
  padding: 22px;
  box-shadow: var(--shadow);
}

.mailing-list-panel {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  align-items: start;
  gap: 18px 42px;
  margin: 34px 0 58px;
  background:
    linear-gradient(135deg, rgba(255, 247, 220, 0.98), rgba(255, 255, 255, 0.96) 52%),
    #fffaf0;
  padding: 28px;
  box-shadow: 0 18px 38px rgba(25, 26, 24, 0.08);
}

.newsletter-band .section-heading {
  align-items: flex-start;
}

.newsletter-copy p,
.newsletter-consent,
.form-status {
  color: var(--muted);
}

.newsletter-copy {
  display: grid;
  gap: 12px;
}

.newsletter-copy p {
  margin-bottom: 0;
}

.newsletter-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1em;
  color: var(--muted);
}

.mailing-list-panel .newsletter-copy,
.mailing-list-panel .newsletter-form {
  grid-column: 2;
}

.mailing-list-panel .newsletter-copy {
  grid-column: 1;
}

.mailing-list-panel .newsletter-form {
  grid-row: 1 / span 2;
  justify-self: end;
  width: min(100%, 560px);
  grid-template-columns: 1fr;
  align-items: stretch;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #fafbf7;
  padding: 18px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.62fr) auto;
  align-items: start;
  gap: 10px;
  min-width: 0;
}

.newsletter-form input,
.newsletter-form select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.2;
  padding: 10px 12px;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(228, 183, 46, 0.24);
}

.newsletter-form .button {
  min-height: 44px;
  white-space: nowrap;
}

.newsletter-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.newsletter-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.newsletter-consent,
.form-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.38;
}

.form-status {
  min-height: 1.1em;
  font-weight: 720;
}

.form-status.is-success {
  color: #275f3a;
}

.form-status.is-error {
  color: #9b1c1c;
}

body.newsletter-modal-open {
  overflow: hidden;
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 34px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.newsletter-modal[hidden] {
  display: none;
}

.newsletter-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.newsletter-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 11, 0.58);
  backdrop-filter: blur(3px);
}

.newsletter-modal-panel {
  position: relative;
  width: min(100%, 520px);
  border: 1px solid rgba(228, 183, 46, 0.5);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(25, 26, 24, 0.24);
  padding: 24px;
  transform: translateY(10px);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.newsletter-modal.is-visible .newsletter-modal-panel {
  transform: translateY(0);
}

.newsletter-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 740;
  padding: 0 11px;
  cursor: pointer;
}

.newsletter-modal-close:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.newsletter-modal-icon {
  margin-bottom: 14px;
}

.newsletter-modal-panel h2 {
  margin-bottom: 10px;
  font-size: 1.52rem;
}

.newsletter-modal-panel p:not(.kicker):not(.newsletter-consent):not(.form-status) {
  margin-bottom: 18px;
  color: var(--muted);
}

.newsletter-modal-form {
  grid-template-columns: 1fr;
}

.newsletter-modal-form .button {
  width: 100%;
}

.newsletter-modal-link {
  display: inline-flex;
  margin-top: 14px;
  font-size: 0.88rem;
}

.site-footer {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 10px 10px 0 0;
  background: #f0f3ec;
  padding: 28px 28px 34px;
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(150px, 230px) repeat(3, minmax(150px, 1fr));
  align-items: start;
  gap: 24px 44px;
}

.footer-logo {
  display: block;
  justify-self: start;
  width: min(230px, 100%);
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 10px 24px rgba(25, 26, 24, 0.1);
}

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

.footer-column {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-heading {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 680;
  line-height: 1.32;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal {
  display: grid;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--soft-line);
  gap: 6px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.42;
  text-align: left;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(12, 13, 11, 0.88);
}

.image-lightbox.is-open {
  display: grid;
}

.lightbox-panel {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100%, 1180px);
  max-height: 100%;
}

.lightbox-image,
.lightbox-video {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 132px);
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  object-fit: contain;
}

.lightbox-video {
  width: min(100%, 1080px);
}

.lightbox-caption {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1;
  padding: 0 16px;
  cursor: pointer;
}

.lightbox-close:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.lightbox-video:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .newsletter-modal,
  .newsletter-modal-panel {
    transition: none;
  }
}

.not-found {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 15vh 0;
}

.not-found .brand {
  margin-bottom: 44px;
}

.not-found h1 {
  max-width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: minmax(150px, 220px) repeat(3, minmax(120px, 1fr));
    gap: 20px 24px;
  }

  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 11px;
  }

  .brand {
    width: 250px;
  }

  .header-nav {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    justify-content: flex-start;
    justify-self: start;
    flex-wrap: wrap;
    gap: 0 5px;
    padding: 8px 13px;
  }

  .header-nav a {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nav-separator {
    flex: 0 0 auto;
  }

  .header-email {
    flex-basis: 100%;
  }

  .intro,
  .section-title-row {
    grid-template-columns: 1fr;
  }

  .intro-actions {
    grid-column: auto;
  }

  .schedule-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-meta {
    white-space: normal;
  }

  .availability-panel,
  .newsletter-band,
  .contact-band {
    display: block;
  }

  .availability-panel > * + *,
  .newsletter-band > * + *,
  .contact-band > * + * {
    margin-top: 16px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .mailing-list-panel .newsletter-copy,
  .mailing-list-panel .newsletter-form {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
  }

  .email-link {
    grid-column: auto;
  }

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

  .action-row {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .site-header,
  .page-shell,
  .site-footer {
    width: calc(100% - 40px);
  }

  .site-header {
    gap: 14px;
  }

  .brand {
    width: 220px;
    max-width: 100%;
    min-width: 0;
  }

  .header-nav {
    position: fixed;
    left: 50%;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 50;
    width: min(calc(100% - 24px), 430px);
    justify-content: space-between;
    justify-self: auto;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(25, 26, 24, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 36px rgba(25, 26, 24, 0.16);
    overflow-x: auto;
    scrollbar-width: none;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
    backdrop-filter: blur(14px);
  }

  .header-nav::-webkit-scrollbar {
    display: none;
  }

  .header-nav a {
    flex: 1 1 0;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    padding: 9px 8px;
    border-radius: 999px;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 730;
    line-height: 1;
  }

  .header-nav a:hover {
    background: rgba(228, 183, 46, 0.14);
    color: var(--ink);
  }

  .nav-separator {
    display: none;
  }

  .nav-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .nav-icon img {
    width: 17px;
    height: 17px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }

  .footer-logo {
    grid-column: 1 / -1;
    width: min(230px, 70vw);
  }

  .intro {
    gap: 16px;
    padding: 30px 0 22px;
  }

  .availability-panel,
  .newsletter-band,
  .contact-band {
    padding: 18px;
  }

  .newsletter-modal {
    place-items: end center;
    padding: 14px;
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .newsletter-modal-panel {
    max-height: calc(100dvh - 112px);
    overflow: auto;
    padding: 20px;
  }

  .newsletter-modal-panel h2 {
    font-size: 1.34rem;
  }

  .video-cover::before {
    left: 14px;
    bottom: 14px;
    width: 36px;
    height: 36px;
  }

  .video-cover::after {
    left: 29px;
    bottom: 25px;
    width: 12px;
    height: 15px;
  }

  .availability-panel h2,
  .contact-band h2,
  .section-title-row p,
  .venue-copy p,
  .seat-card small {
    max-width: 100%;
  }

  .availability-panel h2 {
    max-width: 290px;
  }

  .section-block {
    padding-top: 34px;
  }

  #tickets,
  #guides,
  #seats,
  #view-from-seats,
  .availability-section,
  .content-section {
    margin-top: 30px;
    padding: 18px;
    border-radius: 8px;
  }

  h1 {
    font-size: clamp(1.72rem, 9vw, 2.14rem);
  }

  h2 {
    font-size: 1.28rem;
  }

  h3 {
    font-size: 1.04rem;
  }

  .section-title-row {
    gap: 14px;
    padding: 16px 0;
  }

  .section-heading {
    align-items: flex-start;
    gap: 10px;
  }

  .section-icon {
    width: 34px;
    height: 34px;
  }

  .button,
  .action-row,
  .intro-actions {
    width: 100%;
  }

  .intro-actions .email-link {
    width: 100%;
    margin-left: 0;
  }

  .card-actions,
  .page-links {
    width: 100%;
  }

  .status-link,
  .status-pill,
  .map-link,
  .availability-link {
    width: 100%;
  }

  .availability-table .map-link {
    margin-top: 6px;
    margin-left: 0;
  }

  .availability-table th,
  .availability-table td {
    padding: 10px 9px;
  }

  .availability-table thead th:first-child,
  .availability-table tbody th {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }

  .football-table {
    min-width: 910px;
  }

  .basketball-table {
    min-width: 340px;
  }

  .football-table th:not(:first-child),
  .football-table td:not(:first-child),
  .basketball-table th:not(:first-child),
  .basketball-table td:not(:first-child) {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
  }

  .availability-table.has-seat-highlight,
  .football-table.has-seat-highlight,
  .basketball-table.has-seat-highlight {
    width: 100%;
    min-width: 0;
  }

  .availability-table.has-seat-highlight thead,
  .availability-table.has-seat-highlight tbody {
    display: block;
  }

  .availability-table.has-seat-highlight thead tr,
  .availability-table.has-seat-highlight tbody tr {
    display: grid;
    grid-template-columns: minmax(150px, 0.95fr) minmax(156px, 1fr);
  }

  .availability-table.has-seat-highlight th,
  .availability-table.has-seat-highlight td,
  .availability-table.has-seat-highlight th:not(:first-child),
  .availability-table.has-seat-highlight td:not(:first-child) {
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    white-space: normal;
  }

  .availability-table.has-seat-highlight .status-link,
  .availability-table.has-seat-highlight .status-pill,
  .availability-table.has-seat-highlight .map-link {
    min-height: 36px;
    font-size: 0.84rem;
  }

  .availability-table.has-seat-highlight thead th:first-child,
  .availability-table.has-seat-highlight tbody th {
    position: static;
    left: auto;
    width: auto;
    min-width: 0;
    max-width: none;
    box-shadow: none;
  }

  .availability-table.has-seat-highlight th.is-hidden-seat-column,
  .availability-table.has-seat-highlight td.is-hidden-seat-column,
  .availability-table.has-seat-highlight th:not(:first-child).is-hidden-seat-column,
  .availability-table.has-seat-highlight td:not(:first-child).is-hidden-seat-column {
    display: none;
  }

  .availability-table.has-seat-highlight .is-highlighted-seat {
    box-shadow: inset 0 0 0 2px rgba(228, 183, 46, 0.55);
  }

  .game-date,
  .game-time {
    display: block;
    margin-right: 0;
  }

  .game-time {
    margin-top: 2px;
  }

  .opponent-line {
    align-items: flex-start;
    gap: 7px;
    font-size: 0.95rem;
    line-height: 1.22;
  }

  .team-badge {
    width: 36px;
    height: 30px;
  }

  .seat-details {
    grid-template-columns: 1fr;
  }

  .seat-details .wide-detail {
    grid-column: auto;
  }

  .football-media-grid .video-panel,
  .featured-photo {
    grid-column: auto;
  }
}
