@font-face {
  font-family: "Knockout HTF48";
  src: url("assets/fonts/Knockout HTF48-Featherweight Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Knockout HTF30";
  src: url("assets/fonts/Knockout HTF30-JuniorWelterwt Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Medium";
  src: url("assets/fonts/Gotham Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #000000;
  --muted: #242424;
  --blue: #2768b7;
  --red: #c82637;
  --red-dark: #9f1d2c;
  --gold: #f0b84f;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #c8d2df;
  --shadow: 10px 10px 0 rgba(39, 104, 183, 0.12);
  --radius: 2px;
  --headline-font: "Knockout HTF48", "Knockout HTF48-Featherweight", "Knockout", Impact, "Arial Narrow", sans-serif;
  --secondary-headline-font: "Gotham Medium", "Gotham", "Montserrat", "Avenir Next", Arial, sans-serif;
  --secondary-copy-font: "Knockout HTF30", "Knockout HTF30-JuniorWelterwt", "Knockout", Impact, "Arial Narrow", sans-serif;
  --secondary-headline-size: 3rem;
  --copy-size: calc(var(--secondary-headline-size) / 3);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
  line-height: 1.55;
}

html.a11y-text-large {
  --secondary-headline-size: 3.6rem;
}

html.a11y-high-contrast {
  --blue: #004b9b;
  --red: #a40016;
  --red-dark: #7d0011;
  --gold: #ffd166;
  --line: #000000;
  --shadow: 10px 10px 0 #000000;
}

html.a11y-readable-spacing body {
  line-height: 1.8;
}

html.a11y-readable-spacing p,
html.a11y-readable-spacing li {
  line-height: 1.85;
}

html.a11y-underline-links a:not(.button):not(.brand) {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

html.a11y-reduce-motion {
  scroll-behavior: auto;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.a11y-toolbar {
  color: var(--white);
  background: var(--ink);
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--blue);
}

.a11y-toolbar[hidden] {
  display: none;
}

.a11y-toolbar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
}

.a11y-toolbar-title {
  flex: 0 0 auto;
  color: var(--gold);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.a11y-controls {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-color: var(--gold) var(--ink);
}

.a11y-toggle {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 6px 10px;
  color: var(--white);
  background: transparent;
  border: 2px solid var(--white);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--secondary-copy-font);
  font-size: 0.88rem;
  font-weight: 400;
  text-transform: uppercase;
}

.a11y-toggle[aria-pressed="true"] {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--white);
  border-bottom: 4px solid var(--blue);
}

.admin-bar .site-header {
  top: 32px;
}

.nav-shell {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-toggle,
.a11y-icon-toggle {
  flex: 0 0 auto;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--secondary-copy-font);
  font-size: 0.88rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-toggle {
  min-height: 36px;
  min-width: 108px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3px;
  padding: 4px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.language-choice {
  display: inline-grid;
  min-height: 28px;
  place-items: center;
  padding: 0 10px;
  color: var(--white);
  border-radius: 999px;
}

.language-choice.is-active {
  color: var(--blue);
  background: var(--white);
}

.a11y-icon-toggle {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.a11y-icon-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  background: var(--red);
}

.a11y-icon-toggle:hover,
.a11y-icon-toggle:focus-visible {
  color: var(--blue);
  border-color: var(--red);
}

.a11y-panel-toggle[aria-expanded="true"] {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--gold);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.site-nav {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, 116px);
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 0;
  padding: 0 8px;
  border-radius: var(--radius);
  color: var(--ink);
  font-family: var(--secondary-copy-font);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red-dark);
  background: transparent;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 124px;
  padding: 0 12px;
  border-radius: var(--radius);
  font-family: var(--secondary-copy-font);
  font-weight: 400;
  font-size: var(--copy-size);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: var(--white);
  background: var(--blue);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--white);
  background: var(--red);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--white);
  box-shadow:
    inset 0 10px 0 var(--red),
    inset 0 18px 0 var(--white),
    inset 0 28px 0 var(--blue);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: var(--hero-bg-image, url("assets/fireworks1.jpg"));
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.72);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 0 86px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--red);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%);
  background: currentColor;
}

.eyebrow.red {
  color: var(--red);
}

.hero .eyebrow {
  color: var(--gold);
}

.cta-section .eyebrow {
  color: var(--white);
}

.hero-logo-heading {
  margin: 0;
  max-width: 620px;
  line-height: 1;
}

.hero-logo {
  display: block;
  width: min(100%, 620px);
  height: auto;
}

.section h2,
.cta-section h2 {
  margin: 0;
  font-family: var(--secondary-headline-font);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--white);
  font-family: var(--secondary-headline-font);
  font-size: 1.28rem;
  font-weight: 500;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
}

.button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 5px 5px 0 var(--red);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--red);
}

.button.volunteer-button {
  color: var(--red);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--red);
}

.button.volunteer-button:hover,
.button.volunteer-button:focus-visible {
  color: var(--white);
  background: var(--red);
}

.button.map-button {
  width: fit-content;
  color: var(--white);
  background: var(--blue);
  box-shadow: 5px 5px 0 var(--red);
}

.button.map-button:hover,
.button.map-button:focus-visible {
  background: var(--red);
}

.button.secondary {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.quick-facts {
  position: relative;
  background: var(--white);
  border-bottom: 4px solid var(--blue);
  box-shadow:
    inset 0 10px 0 var(--red),
    inset 0 18px 0 var(--white),
    inset 0 28px 0 var(--blue);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.fact-grid article {
  position: relative;
  min-height: 112px;
  padding: 48px 26px 24px;
  display: grid;
  align-content: center;
  gap: 3px;
}

.fact-grid article::after,
.fact-grid article:first-child::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}

.fact-grid article::after {
  right: 0;
}

.fact-grid article:first-child::before {
  left: 0;
}

.fact-grid span {
  color: var(--muted);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
}

.fact-grid strong {
  color: var(--blue);
  font-family: var(--secondary-headline-font);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0;
}

.section {
  padding: 92px 0;
}

.section:not(.band) {
  position: relative;
}

.section:not(.band)::before {
  content: "";
  position: absolute;
  top: 42px;
  left: max(18px, calc((100% - 1120px) / 2 - 72px));
  width: 42px;
  height: 42px;
  background: var(--blue);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%);
}

.band {
  background: var(--white);
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  box-shadow:
    inset 0 10px 0 var(--red),
    inset 0 18px 0 var(--white),
    inset 0 28px 0 var(--blue);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 56px;
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 104px;
  border-left: 10px solid var(--blue);
  padding-left: 22px;
}

.section h2,
.cta-section h2 {
  font-size: var(--secondary-headline-size);
}

.section-intro p:not(.eyebrow),
.split p,
.cta-inner p {
  color: var(--muted);
  margin: 18px 0 0;
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

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

.detail-card,
.location-card,
.vendor-card,
.rule-card,
.info-panel {
  background: var(--white);
  border: 3px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-card {
  position: relative;
  min-height: 258px;
  padding: 36px 24px 24px;
  overflow: hidden;
}

.detail-card::before,
.location-card::before,
.info-panel::before,
.rule-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: var(--red);
  box-shadow:
    0 8px 0 var(--white),
    0 16px 0 var(--blue);
}

.detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 0;
  color: var(--white);
  background: var(--blue);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
}

.detail-card h3,
.location-card h3,
.info-panel h3,
.rule-card h3 {
  margin: 0;
  color: var(--blue);
  font-family: var(--secondary-headline-font);
  font-size: 1.28rem;
  font-weight: 500;
}

.detail-card p,
.info-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

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

.section-note {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

.image-section {
  padding-top: 80px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.photo-card {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 3px solid var(--blue);
  box-shadow: var(--shadow);
}

.photo-card-large {
  grid-column: 1 / -1;
}

.photo-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--blue);
  background-position: center;
  background-size: cover;
  border-bottom: 3px solid var(--blue);
}

.photo-card-large .photo-frame {
  aspect-ratio: 16 / 7;
  background-position: center 58%;
}

.photo-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.photo-frame::after {
  width: 44px;
  height: 44px;
  right: 16px;
  top: 16px;
  background: var(--white);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%);
  z-index: 2;
}

.photo-river {
  background-image: var(--photo-river-image, url("assets/fireworks2.jpg"));
}

.photo-stage {
  background-image: var(--photo-stage-image, url("assets/music.jpg"));
}

.photo-food {
  background-image: var(--photo-food-image, url("assets/game.jpg"));
}

.photo-kids {
  background-image: var(--photo-kids-image, url("assets/kids2.jpg"));
  background-position: center 35%;
}

.photo-river::after,
.photo-stage::after,
.photo-food::after {
  background: var(--gold);
}

.photo-kids::after {
  background: var(--red);
}

.photo-card figcaption {
  display: grid;
  gap: 7px;
  min-height: 132px;
  align-content: start;
  padding: 20px;
  background: var(--white);
}

.photo-card figcaption strong {
  color: var(--blue);
  font-family: var(--secondary-headline-font);
  font-size: 1.16rem;
  font-weight: 500;
}

.photo-card figcaption span {
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

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

.location-card {
  position: relative;
  min-height: 410px;
  padding: 40px 28px 28px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  overflow: hidden;
}

.location-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
}

.address {
  margin: 7px 0 0;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

.checked-list,
.rule-card ul,
.vendor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.checked-list li,
.rule-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

.checked-list li::before,
.rule-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: var(--blue);
}

.text-link {
  width: fit-content;
  color: var(--red-dark);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--blue);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 3px solid var(--line);
}

.timeline span {
  color: var(--red);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

.parking-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-panel {
  position: relative;
  padding: 34px 22px 22px;
  overflow: hidden;
}

.vendor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 22px;
}

.vendor-card {
  overflow: hidden;
}

.vendor-card summary {
  cursor: pointer;
  padding: 22px;
  color: var(--white);
  background: var(--blue);
  font-family: var(--secondary-copy-font);
  font-size: var(--copy-size);
  font-weight: 400;
  text-transform: uppercase;
}

.vendor-list,
.vendor-note {
  padding: 22px;
  color: var(--muted);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
}

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

.vendor-note {
  margin: 0;
  line-height: 1.55;
}

.vendor-list.columns {
  columns: 2;
  display: block;
}

.vendor-list.columns li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.rules-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

.rules-grid .section-intro {
  position: static;
  align-self: center;
}

.rule-card {
  position: relative;
  padding: 38px 26px 26px;
  overflow: hidden;
}

.rule-card h3 {
  margin-bottom: 18px;
}

.rule-card ul {
  display: grid;
  gap: 12px;
}

.rule-card.allowed li::before {
  background: var(--gold);
}

.rule-card.restricted li::before {
  background: var(--red);
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
  box-shadow:
    inset 0 10px 0 var(--red),
    inset 0 18px 0 var(--white),
    inset 0 28px 0 var(--blue);
  padding: 78px 0;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 44px;
  right: 8%;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.16);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
}

.cta-inner p {
  color: var(--white);
  max-width: 680px;
}

.cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  background: #000000;
  color: var(--white);
  box-shadow:
    inset 0 10px 0 var(--red),
    inset 0 18px 0 var(--white),
    inset 0 28px 0 var(--blue);
  padding: 56px 0 34px;
}

.footer-partners {
  margin-bottom: 36px;
}

.footer-partners .eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.logo-card {
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 0;
}

.logo-card img {
  width: 100%;
  max-width: 130px;
  height: 76px;
  object-fit: contain;
}

.footer-grid {
  display: block;
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--secondary-headline-font);
  font-size: var(--copy-size);
  font-weight: 500;
  text-align: center;
}

:where(a, button, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--ink);
}

.hero :where(a, button, summary, [tabindex]:not([tabindex="-1"])):focus-visible,
.cta-section :where(a, button, summary, [tabindex]:not([tabindex="-1"])):focus-visible,
.site-footer :where(a, button, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  box-shadow: 0 0 0 7px var(--white);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px;
    border: 3px solid var(--blue);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    transform-origin: top;
    transform: scaleY(0.96);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 980px) {
  .a11y-toolbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .a11y-controls {
    width: 100%;
  }

  .hero-logo-heading {
    max-width: 520px;
  }

  .section-grid,
  .split,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .photo-card-large {
    grid-column: 1 / -1;
  }

  .photo-card-large .photo-frame {
    aspect-ratio: 16 / 9;
  }

  .section-intro {
    position: static;
  }

  .section:not(.band)::before {
    display: none;
  }

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

  .rules-grid .section-intro {
    grid-column: 1 / -1;
  }

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

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .shell {
    width: min(100% - 28px, 1120px);
  }

  .brand-logo {
    height: 50px;
  }

  .hero {
    min-height: 74svh;
  }

  .hero-content {
    padding: 54px 0 66px;
  }

  .hero-logo-heading {
    max-width: 380px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .fact-grid,
  .detail-list,
  .location-grid,
  .vendor-layout,
  .experience-grid,
  .rules-grid {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .location-card,
  .photo-card figcaption {
    min-height: 0;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .logo-card img {
    height: 70px;
  }

  .fact-grid article,
  .fact-grid article:first-child {
    border-bottom: 2px solid var(--line);
  }

  .section {
    padding: 66px 0;
  }

  .section h2,
  .cta-section h2 {
    font-size: var(--secondary-headline-size);
  }

  .section-heading {
    display: block;
  }

  .section-note {
    margin-top: 16px;
    max-width: none;
  }

  .photo-frame,
  .photo-card-large .photo-frame {
    aspect-ratio: 4 / 3;
  }

  .vendor-list.columns {
    columns: 1;
  }

  .timeline article {
    grid-template-columns: 68px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .nav-shell {
    min-height: 0;
    flex-wrap: wrap;
    gap: 8px 10px;
    padding: 8px 0;
  }

  .site-nav {
    top: 100%;
    left: 14px;
    right: 14px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 98px 34px minmax(0, 1fr) 40px;
    align-items: center;
    justify-content: stretch;
    gap: 6px;
  }

  .language-toggle {
    width: 98px;
    min-width: 0;
    font-size: 0.74rem;
    min-height: 34px;
  }

  .language-choice {
    min-height: 26px;
    padding: 0 8px;
  }

  .a11y-icon-toggle {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    min-width: 0;
    padding: 0 8px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 460px) {
  .brand-logo {
    height: 44px;
  }

  .hero-logo-heading {
    max-width: 315px;
  }

  .button {
    width: 100%;
  }

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

  .location-card,
  .detail-card,
  .rule-card,
  .info-panel {
    padding: 38px 20px 20px;
  }
}
