/* Chicago Food Truck Festival — Season 13 — Global & multi-page */

:root {
  /* Brighter Chicago-inspired palette (blue/red/white) */
  --cream: #f3f7ff; /* cool off-white */
  --white: #fff;
  --ink: #0b1020; /* deep navy for contrast */
  --coral: #e4002b; /* Chicago red */
  --mustard: #0e4da4; /* Chicago blue (mapped to existing usage) */
  --sage: #355a8a; /* muted blue for secondary text */
  --blue-600: #0e4da4;
  --blue-700: #0a3c83;
  --red-600: #e4002b;
  --red-700: #b80023;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 8px 32px rgba(26, 21, 16, 0.12);
  --shadow-lg: 0 16px 48px rgba(26, 21, 16, 0.15);
  --transition: 0.25s ease;
  --container: 1120px;
  /* Primary festival mark: home hero + about / schedule / tickets / vendors page tops — one cap site-wide */
  --page-top-logo-width: min(340px, 88vw);
  /* Main content clears fixed nav + subscribe bar (notch-safe). Raised on narrow viewports where the bar stacks taller. */
  --site-chrome-offset: calc(env(safe-area-inset-top, 0px) + 10.75rem);
  /* About + Wrigley: photo band matches Tickets hero stack (headline + logo + pill + padding). */
  --page-hero-tickets-band-min-height: calc(
    var(--site-chrome-offset)
    + 3.35rem
    + 5rem
    + 1.75rem
    + (min(340px, 88vw) * 523 / 814)
    + 3.65rem
    + 1.75rem
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-chrome-offset) + 0.35rem);
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: radial-gradient(1200px 700px at 10% 0%, rgba(14, 77, 164, 0.10), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(228, 0, 43, 0.10), transparent 55%),
    var(--cream);
  opacity: 1;
}

body.page-loaded {
  opacity: 1;
}

/* If JavaScript is disabled, do not leave the page invisible */
@media (scripting: none) {
  body {
    opacity: 1;
  }
}

/* Registered trademark — smaller than surrounding wordmark */
.reg-mark {
  font-size: 0.35em;
  vertical-align: 1.12em;
  line-height: 0;
  font-weight: inherit;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 4000;
  padding: 0.5rem 1rem;
  background: var(--coral);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius);
  transition: top var(--transition);
}
.skip-link:focus {
  top: 1rem;
}

.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;
}

/* Fixed site chrome: main nav row + subscribe strip */
.site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  pointer-events: auto;
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 18px rgba(11, 16, 32, 0.08);
  /* Avoid WebKit clipping text/mark next to backdrop-filter */
  overflow: visible;
}

/* Header — all pages (stacked inside .site-chrome) */
.site-header {
  position: relative;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border-bottom: 1px solid rgba(26, 21, 16, 0.06);
  overflow: visible;
}

/* Email subscribe strip — directly under nav row */
.subscribe-bar {
  border-top: 1px solid rgba(14, 77, 164, 0.1);
  background: linear-gradient(180deg, rgba(243, 247, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 100%);
  padding: 0.55rem 0;
  overflow: visible;
}

.subscribe-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  row-gap: 0.65rem;
}

.subscribe-bar-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--sage);
  text-align: center;
  flex: 1 1 14rem;
  max-width: 26rem;
  min-width: 0;
  overflow-wrap: break-word;
}

.subscribe-bar-text strong {
  color: var(--ink);
}

.subscribe-bar-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 2 1 16rem;
  max-width: 26rem;
  min-width: 0;
}

.subscribe-bar-input {
  flex: 1 1 11rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(11, 16, 32, 0.18);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.9375rem;
  background: var(--white);
  color: var(--ink);
}

.subscribe-bar-input:focus {
  outline: 2px solid rgba(14, 77, 164, 0.35);
  outline-offset: 1px;
}

.subscribe-bar-feedback {
  flex-basis: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  min-height: 0;
}

.subscribe-bar-feedback:empty {
  display: none;
}

.btn.subscribe-bar-submit {
  background: linear-gradient(135deg, var(--mustard), var(--blue-700));
  color: var(--white);
  border-color: var(--mustard);
  padding: 0.5rem 1.15rem;
  font-size: 0.9375rem;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.btn.subscribe-bar-submit:hover {
  background: var(--blue-700);
  border-color: var(--blue-700);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.btn.subscribe-bar-submit:disabled {
  opacity: 0.75;
  transform: none;
  cursor: wait;
}

@media (max-width: 560px) {
  :root {
    --site-chrome-offset: calc(env(safe-area-inset-top, 0px) + 15.25rem);
  }

  .subscribe-bar-text,
  .subscribe-bar-form {
    flex: 1 1 100%;
    max-width: none;
    justify-content: stretch;
  }

  .subscribe-bar-form {
    width: 100%;
  }

  .subscribe-bar-input {
    flex: 1 1 100%;
    width: 100%;
    /* ≥16px prevents iOS Safari zoom-on-focus, which can feel like the bar / submit “broke”. */
    font-size: 1rem;
  }

  .btn.subscribe-bar-submit {
    width: 100%;
    touch-action: manipulation;
  }
}

@media (max-width: 380px) {
  :root {
    --site-chrome-offset: calc(env(safe-area-inset-top, 0px) + 16.5rem);
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  flex: 1;
  min-width: 0;
}

.site-header .logo {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.25rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
  min-width: 0;
  max-width: 100%;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.site-header .logo:hover {
  color: var(--mustard);
}

.site-header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}

.site-header nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
  transition: color var(--transition), background var(--transition);
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  color: var(--mustard);
}

.site-header nav a[aria-current="page"] {
  font-weight: 600;
}

.ticket-cta {
  font-weight: 600;
  color: var(--coral);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 2px solid var(--coral);
  border-radius: var(--radius);
  transition: background var(--transition), color var(--transition);
  white-space: nowrap;
}

.ticket-cta:hover {
  background: rgba(228, 0, 43, 0.1);
  color: var(--coral);
  border-color: var(--coral);
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 560px) {
  /* Stack toggle + nav so links are full-width (not a narrow strip on the right). */
  .header-inner {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .header-right {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
  }

  .site-header .logo {
    flex: 1 1 auto;
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .nav-toggle {
    display: block;
    min-height: 44px;
    min-width: 44px;
    padding: 0.5rem 0.75rem;
    position: relative;
    z-index: 2;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(14, 77, 164, 0.15);
  }

  .site-header .header-right nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    padding: 0.65rem 1.5rem 0.85rem;
    gap: 0.15rem 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 24px rgba(11, 16, 32, 0.12);
  }

  .site-header .header-right nav.is-open {
    display: flex;
    border-top: 1px solid rgba(11, 16, 32, 0.08);
    margin-top: 0.15rem;
    padding-top: 0.65rem;
  }

  .site-header nav a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0.65rem 0.6rem;
  }

  .site-header nav a.ticket-cta {
    text-align: center;
    margin-top: 0.35rem;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--coral), var(--red-700));
  color: var(--white);
  border-color: var(--coral);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-secondary {
  background: transparent;
  color: var(--blue-700);
  border-color: rgba(14, 77, 164, 0.55);
}

.btn-secondary:hover {
  background: var(--blue-700);
  border-color: var(--blue-700);
  color: var(--white);
}

.btn-large {
  padding: 1rem 2.25rem;
  font-size: 1.125rem;
}

/* Page title (inner pages) */
.page-hero {
  padding: var(--site-chrome-offset) 1.5rem 3rem;
  text-align: center;
  background: radial-gradient(900px 520px at 20% 0%, rgba(14, 77, 164, 0.16) 0%, transparent 55%),
    radial-gradient(900px 520px at 80% 10%, rgba(228, 0, 43, 0.10) 0%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, transparent 100%);
}

.page-hero h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: var(--ink);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.page-hero .subtitle {
  color: var(--sage);
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero--gallery .subtitle {
  max-width: min(44rem, 92vw);
  line-height: 1.65;
  text-align: center;
  color: #fff;
}

.page-hero--gallery h1,
.page-hero--sponsors h1,
.page-hero--vendor-portal h1,
.page-hero--wrigley h1,
.page-hero--contact h1 {
  margin-bottom: 0.5rem;
}

/*
 * Silver “Season 13” capsule site-wide (home + interior pages + vendors).
 * Same gradient and chrome on every page via .season-badge--cftf-pill; home only tweaks margin in-column.
 */
.season-badge--cftf-pill {
  box-sizing: border-box;
  margin: 0.65rem auto 1.1rem;
  width: max-content;
  max-width: 100%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: clamp(0.78rem, 2.6vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    165deg,
    #c8d0da 0%,
    #b3bcc9 22%,
    #9eabb9 48%,
    #8a98a8 72%,
    #768696 100%
  );
  border: none;
  box-shadow: 0 2px 8px rgba(11, 16, 32, 0.14);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.season-badge--cftf-pill::before {
  display: none;
}

.page-hero--vendors .season-brand .season-badge--cftf-pill {
  margin: 0.65rem 0 0.5rem;
}

.season-brand--schedule .season-badge--cftf-pill {
  margin: 0.65rem auto 0.4rem;
}

.page-hero--gallery {
  box-sizing: border-box;
  min-height: calc(var(--page-hero-tickets-band-min-height) + clamp(0.75rem, 3vw, 2rem));
  padding-bottom: clamp(1.85rem, 3.5vw, 2.5rem);
  background-image: linear-gradient(rgba(11, 16, 32, 0.36), rgba(11, 16, 32, 0.36)),
    url("images/gallery/gallery-049.png");
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat;
}

.page-hero--gallery .gallery-hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 1.35rem auto 0;
}

.page-hero--gallery .gallery-hero-logo-mark {
  position: relative;
  display: inline-block;
  width: var(--page-top-logo-width);
  max-width: 100%;
  line-height: 0;
}

.page-hero--gallery .gallery-hero-logo-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.page-hero--gallery .gallery-hero-logo .season-badge--cftf-pill {
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
}

.page-hero--gallery h1,
.page-hero--vendor-portal h1 {
  color: #fff;
}

.page-hero--gallery + .details-section {
  padding-top: 1.25rem;
}

/* Higher specificity + dedicated asset path so hosting/CDN never drops the photo */
.page-hero.page-hero--vendors {
  padding-bottom: 1.75rem;
  background-color: #0b1020;
  background-image: linear-gradient(rgba(11, 16, 32, 0.12), rgba(11, 16, 32, 0.12)),
    url("images/gallery/labagh-fall-73.png");
  background-size: cover, cover;
  background-position: center center, center 35%;
  background-repeat: no-repeat;
}

.page-hero--vendors h1 {
  color: #fff;
  text-shadow:
    -0.4px 0 0 rgba(11, 16, 32, 0.35),
    0.4px 0 0 rgba(11, 16, 32, 0.35),
    0 -0.4px 0 rgba(11, 16, 32, 0.35),
    0 0.4px 0 rgba(11, 16, 32, 0.35),
    0 0 6px rgba(11, 16, 32, 0.18);
}

.page-hero--vendors .subtitle {
  color: #fff;
  text-shadow:
    -0.4px 0 0 rgba(11, 16, 32, 0.35),
    0.4px 0 0 rgba(11, 16, 32, 0.35),
    0 -0.4px 0 rgba(11, 16, 32, 0.35),
    0 0.4px 0 rgba(11, 16, 32, 0.35),
    0 0 6px rgba(11, 16, 32, 0.18);
  max-width: min(40rem, 92vw);
  margin: 0 auto;
  line-height: 1.55;
}

/* Match home hero: logo + pill “Season 13” badge */
.page-hero--vendors .season-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 1.5rem auto 0;
}

/* Pull “2026 window…” banner closer to hero logo (vendors page only) */
.page-hero--vendors + .details-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.page-hero--vendors + .details-section > .container > .schedule-note-banner:first-child {
  margin-bottom: 1.25rem;
}

/* Contact page — hero */
.page-hero--contact {
  padding-bottom: 1.75rem;
  background-image: linear-gradient(rgba(11, 16, 32, 0.34), rgba(11, 16, 32, 0.34)),
    url("images/hero-slide-2026-03.png");
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat;
}

.page-hero--contact h1,
.page-hero--contact .subtitle {
  color: #fff;
}

.page-hero--contact .contact-hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 0.35rem auto 0;
}

.page-hero--contact .contact-hero-logo-mark {
  position: relative;
  display: inline-block;
  width: var(--page-top-logo-width);
  max-width: 100%;
  line-height: 0;
}

.page-hero--contact .contact-hero-logo-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.page-hero--contact .contact-hero-logo .season-badge--cftf-pill {
  margin-top: 1.1rem;
  margin-bottom: 0.65rem;
}

/* Vendor document portal — same compact photo band as Tickets / Food Trucks */
.page-hero.page-hero--vendor-portal {
  padding-bottom: 1.75rem;
  background-color: #0b1020;
  background-image: linear-gradient(rgba(11, 16, 32, 0.34), rgba(11, 16, 32, 0.34)),
    url("images/vendors-hero-bg.png");
  background-size: cover, cover;
  background-position: center center, center 18%;
  background-repeat: no-repeat;
}

.page-hero--vendor-portal .subtitle {
  color: #fff;
}

/* Section titles */
.section-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--ink);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.section-gap-top {
  margin-top: 2.25rem;
}

.section-sub {
  color: var(--sage);
  margin: 0 0 2rem;
  font-size: 1.0625rem;
}

/* ========== PAGE TRANSITIONS (homepage) ========== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal .highlight-card,
.reveal .detail-card,
.reveal .testimonial-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reveal.in-view .highlight-card { transition-delay: 0.05s; }
.reveal.in-view .highlight-card:nth-child(2) { transition-delay: 0.1s; }
.reveal.in-view .highlight-card:nth-child(3) { transition-delay: 0.15s; }
.reveal.in-view .highlight-card:nth-child(4) { transition-delay: 0.2s; }
.reveal.in-view .details-grid .detail-card:nth-child(1) { transition-delay: 0.05s; }
.reveal.in-view .details-grid .detail-card:nth-child(2) { transition-delay: 0.12s; }
.reveal.in-view .details-grid .detail-card:nth-child(3) { transition-delay: 0.19s; }
.reveal.in-view .testimonial-card:nth-child(1) { transition-delay: 0.05s; }
.reveal.in-view .testimonial-card:nth-child(2) { transition-delay: 0.15s; }
.reveal.in-view .testimonial-card:nth-child(3) { transition-delay: 0.25s; }

.reveal.in-view .highlight-card,
.reveal.in-view .detail-card,
.reveal.in-view .testimonial-card {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile safety net: never allow content sections to stay hidden.
   Some mobile browsers can miss IntersectionObserver intersections during URL-bar resize,
   leaving `.reveal` blocks at opacity: 0. */
@media (max-width: 768px) {
  .reveal,
  .reveal .highlight-card,
  .reveal .detail-card,
  .reveal .testimonial-card,
  .about-timeline-wrap.reveal .timeline-item,
  .reveal .stats-grid--cards .stat-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  .hero-content,
  .reveal,
  .reveal .highlight-card,
  .reveal .detail-card,
  .reveal .testimonial-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========== HOMEPAGE ========== */

/* Hero with banner */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--site-chrome-offset) 1.5rem 4rem;
  overflow: hidden;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slideshow img.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 700px at 20% 20%, rgba(14, 77, 164, 0.55) 0%, transparent 55%),
    radial-gradient(900px 650px at 80% 10%, rgba(228, 0, 43, 0.45) 0%, transparent 60%),
    linear-gradient(180deg, rgba(11, 16, 32, 0.35) 0%, rgba(11, 16, 32, 0.78) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  color: var(--white);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

body.page-loaded .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.hero-content .season-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 0 auto;
}

.hero-content .season-brand-logo-wrap {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

/* Covers baked-in TM on cftf-logo-2026.png — above “O” in CHICAGO, between truck & Hancock */
.hero-content .season-brand-reg-overlay,
.page-hero--about .about-hero-logo-reg,
.page-hero--vendors .about-hero-logo-reg,
.page-hero--gallery .gallery-hero-logo-reg,
.page-hero--contact .contact-hero-logo-reg,
.page-hero--sponsors .sponsors-hero-logo-reg,
.tickets-logo .tickets-logo-reg-overlay {
  position: absolute;
  left: 76.5%;
  top: 49%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  line-height: 1;
  display: inline-block;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.55rem, 2.6vw, 0.88rem);
  font-weight: 800;
  color: #0a1628;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 0.12em #f3f7ff,
    0 0 0.2em #f3f7ff,
    0 0 0.35em #f3f7ff;
}

.hero-content .season-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  filter: drop-shadow(0 14px 40px rgba(0, 0, 0, 0.4));
}

/* Home: same silver capsule as interior pages (.season-badge--cftf-pill); only margins differ in the hero column */
.hero-content .season-brand .season-badge.season-badge--cftf-pill {
  margin: 0.65rem 0 0.5rem;
}

.hero-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1.05;
  color: var(--white);
  /* Extra space before the tagline that opens with “Season 13 — …” */
  margin: 0.15rem 0 clamp(1rem, 3vw, 1.65rem);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}

.hero-tagline {
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  margin: 0 0 1rem;
}

.hero-sub {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.9);
  margin: 0 0 1.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}

.hero-meta span,
.hero-meta .hero-meta-link { white-space: nowrap; }

.hero-meta .hero-meta-link {
  color: inherit;
  text-decoration: none;
}

.hero-meta .hero-meta-link:hover {
  color: #fff;
}

.hero-note {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.85);
  margin: 0 0 1.5rem;
}

/* Countdown */
.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}

.countdown-item {
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  min-width: 5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.countdown-item .value {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--white);
}

.countdown-item .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
}

/* Highlights strip — same image as hero slideshow slide 2 (index.html) */
.highlights {
  padding: 3rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%),
    url("images/cftf-crowd-2024.png");
  background-size: cover;
  background-position: center;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.highlight-card {
  padding: 1rem;
}

.highlight-card .icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.highlight-card strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.highlight-card span {
  font-size: 0.9375rem;
  color: var(--sage);
}

/* Wrigley Field / Gallagher Way — about page callout (above milestones) */
.heritage-spotlight {
  margin: 0;
  padding: 2.75rem 1.5rem;
  text-align: center;
  color: var(--cream);
  background: linear-gradient(
    135deg,
    rgba(11, 16, 32, 0.98) 0%,
    rgba(14, 77, 164, 0.9) 42%,
    rgba(11, 16, 32, 0.98) 100%
  );
  border-top: 4px solid var(--coral);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.heritage-spotlight-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 247, 255, 0.72);
}

.heritage-spotlight-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.5rem, 4.2vw, 2.125rem);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.12;
}

.heritage-spotlight-text {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.heritage-spotlight-text a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.heritage-spotlight-text a:hover {
  color: #c8ddff;
}

/* CTAs block */
.ctas-section {
  padding: 3rem 0;
}

.ctas-section-tagline {
  margin-bottom: 1.5rem;
}

.ctas-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Video section — “See why thousands…” backdrop (festival activation photo) */
.video-section {
  padding: 4rem 0;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 250, 255, 0.91) 38%, rgba(255, 255, 255, 0.96) 100%),
    url("images/cftf-thousands-section-bg.png");
  background-size: cover;
  background-position: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--ink);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Home: less space between YouTube block and “Event Details” */
#video.video-section {
  padding-bottom: 1.75rem;
}

#video.video-section + #details {
  padding-top: 1.75rem;
}

.video-wrapper-narrow {
  max-width: 800px;
  margin: 0 auto;
}

.gallery-video-title {
  margin-top: 3rem;
}

/* Details grid */
.details-section {
  padding: 4rem 0;
  position: relative;
}

.details-section--tickets {
  padding-top: 0;
}

.details-section--tickets > .container > .tickets-lead:first-child {
  margin-top: 2.5rem;
}

/* Tickets: hero background runs behind title, subtitle, logo, and Season 13 pill */
.page-hero--tickets {
  padding-bottom: 1.75rem;
  background-image: linear-gradient(rgba(11, 16, 32, 0.22), rgba(11, 16, 32, 0.22)),
    url("images/tickets-hero-bg.png");
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat;
}

.page-hero--tickets .tickets-logo {
  margin-top: 1.75rem;
}

.page-hero--tickets .tickets-logo .season-badge--cftf-pill {
  margin-top: 1.35rem;
}

.page-hero--tickets h1,
.page-hero--tickets .subtitle {
  color: #fff;
}

/* Tickets hero: gates/hours link matches subtitle, no underline */
.page-hero--tickets .subtitle a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.page-hero--tickets .subtitle a:hover {
  color: var(--mustard);
  text-decoration: none;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.detail-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
  border: 1px solid rgba(26, 21, 16, 0.06);
}

.detail-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.5rem;
}

.detail-card p { margin: 0; color: var(--ink); }

#details .detail-card a.detail-card-schedule-link {
  color: var(--ink);
  font-weight: 400;
  text-decoration: none;
}

#details .detail-card a.detail-card-schedule-link:hover {
  color: var(--coral);
}

.detail-card .detail-card-note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--sage);
}

.details-blurb {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  color: var(--ink);
  opacity: 0.9;
}

/* Map */
.map-section {
  padding: 3rem 0 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%),
    url("images/hero1.jpg.jpg");
  background-size: cover;
  background-position: center;
}

.map-section .container {
  max-width: 1320px;
}

.map-wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.08);
  aspect-ratio: 21/9;
  max-height: 400px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Testimonials */
.testimonials-section {
  padding: 2rem 0 4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(243, 247, 255, 0.98) 100%),
    url("images/hero1.jpg.jpg");
  background-size: cover;
  background-position: center;
}

.testimonials-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin: 0 auto 1.1rem;
  max-width: 720px;
  text-align: center;
}

.testimonials-header .section-title {
  margin: 0;
  width: 100%;
}

.testimonials-header--reviews {
  justify-content: center;
}

.testimonials-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

.testimonials-links .google-review-badge {
  margin: 0;
}

.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(11, 16, 32, 0.12);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(26, 21, 16, 0.06);
  transition: border-color var(--transition), box-shadow var(--transition), transform 0.15s ease;
}

.google-review-badge:hover {
  border-color: rgba(14, 77, 164, 0.45);
  box-shadow: 0 4px 14px rgba(14, 77, 164, 0.12);
  transform: translateY(-1px);
}

.google-review-badge-g {
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
  line-height: 1;
  background: linear-gradient(135deg, #4285f4 0%, #ea4335 38%, #fbbc04 62%, #34a853 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.google-review-badge--yelp:hover {
  border-color: rgba(210, 32, 38, 0.45);
  box-shadow: 0 4px 14px rgba(210, 32, 38, 0.12);
}

.google-review-badge-y {
  background: linear-gradient(135deg, #d32323 0%, #b91c1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonials-grid--reviews {
  margin-top: 1.25rem;
}

/* Gallery tab: “What People Are Saying” */
.reviews-tab-title {
  margin: 0.15rem 0 0.4rem;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  text-align: center;
}

.reviews-tab-intro {
  margin: 0 auto 1rem;
  max-width: 52rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--sage);
}

.reviews-tab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 0.5rem 0 1.25rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 0;
}

.review-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 16, 32, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
  padding: 1.15rem 1.15rem 1.05rem;
}

.review-stars {
  margin: 0 0 0.55rem;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: #d32323; /* Yelp red reads well for “stars” */
}

.review-text {
  margin: 0 0 0.8rem;
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
}

.review-meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--sage);
}

.review-name {
  font-weight: 700;
  color: var(--ink);
}

.review-sep {
  opacity: 0.6;
}

.review-source {
  font-weight: 700;
  color: var(--blue-700);
}

.review-date {
  font-weight: 600;
  color: var(--sage);
}

.testimonial-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
  border-left: 4px solid var(--coral);
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  color: var(--ink);
}

.testimonial-card .author {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
}

/* Homepage “What People Say” + vendors “What guests say” — slightly shorter cards */
.testimonials-grid--home-compact .testimonial-card,
.testimonials-grid--vendor-guest .testimonial-card {
  padding: 1rem 1.15rem 1.05rem;
}

.testimonials-grid--home-compact .testimonial-card blockquote,
.testimonials-grid--vendor-guest .testimonial-card blockquote {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  line-height: 1.42;
}

.testimonials-grid--home-compact .testimonial-card .author,
.testimonials-grid--vendor-guest .testimonial-card .author {
  font-size: 0.875rem;
}

/* Safety */
.safety-section {
  padding: 3rem 0;
  background: linear-gradient(90deg, rgba(14, 77, 164, 0.10) 0%, rgba(228, 0, 43, 0.08) 100%);
}

.safety-text {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  color: var(--ink);
  opacity: 0.9;
}

/* Tickets CTA on home */
.tickets-section {
  padding: 4rem 0;
  text-align: center;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(243, 247, 255, 0.94) 100%),
    url("images/hero1.jpg.jpg");
  background-size: cover;
  background-position: center;
}

.tickets-sub { margin: 0 0 1.5rem; color: var(--ink); opacity: 0.9; }

/* Footer — full */
.site-footer {
  padding: 3rem 1.5rem 2rem;
  background: var(--ink);
  color: var(--cream);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer-brand {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.footer-brand a {
  color: var(--cream);
  text-decoration: none;
}

.footer-desc {
  font-size: 0.9375rem;
  opacity: 0.85;
  margin: 0;
  max-width: 280px;
}

.footer-nav h4,
.footer-contact h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.75rem;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a,
.footer-contact a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.9375rem;
  opacity: 0.9;
}

.footer-nav a:hover,
.footer-contact a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  color: var(--cream);
  border-radius: 50%;
  text-decoration: none;
  transition: background var(--transition);
}

.footer-social a:hover {
  background: linear-gradient(135deg, var(--mustard), var(--coral));
}

.footer-social a span { font-size: 1.25rem; }

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}

.footer-logo {
  display: block;
  width: min(280px, 75vw);
  max-height: 78px;
  height: auto;
  margin: 0 auto 0.75rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.footer-season-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 0.5rem;
  max-width: min(960px, 100%);
}

.footer-season-row .footer-logo-oval {
  display: block;
  width: min(168px, 42vw);
  height: auto;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 999px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.footer-season-row .footer-season {
  margin: 0;
  text-align: center;
  flex: 0 1 auto;
  min-width: 0;
}

@media (max-width: 420px) {
  .footer-season-row .footer-logo-oval {
    width: min(132px, 38vw);
  }
  .footer-season-row .footer-season {
    font-size: 0.8125rem;
  }
}

.footer-season { font-size: 0.875rem; opacity: 0.85; margin: 0 0 0.25rem; }

.footer-legal { font-size: 0.75rem; opacity: 0.65; margin: 0; }

/* ========== ABOUT / HISTORY ========== */
.timeline {
  max-width: 640px;
  margin: 0 auto 3rem;
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.5rem;
  width: 2px;
  height: calc(100% - 0.5rem);
  background: rgba(228, 0, 43, 0.28);
}

.timeline-item:last-child::after { display: none; }

.timeline-item .year {
  font-weight: 700;
  color: var(--coral);
  margin-bottom: 0.25rem;
}

.timeline-item p { margin: 0; color: var(--ink); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  text-align: center;
  margin: 3rem 0;
}

.stat-item .number {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.5rem;
  color: var(--coral);
  line-height: 1.1;
  display: block;
}

.stat-item .label {
  font-size: 0.875rem;
  color: var(--sage);
}

.mission-block {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  max-width: 640px;
  margin: 0 auto 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
}

/* ========== ABOUT PAGE (layout) ========== */
.page-hero--about {
  min-height: var(--page-hero-tickets-band-min-height);
  padding-bottom: 1.75rem;
  background-image: linear-gradient(rgba(11, 16, 32, 0.22), rgba(11, 16, 32, 0.22)),
    url("images/gallery/gallery-upload-34.png");
  background-size: cover, cover;
  background-position: center center, center 36%;
  background-repeat: no-repeat;
}

.page-hero--about h1 {
  color: #fff;
}

.page-hero--about .about-hero-badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.about-hero-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-700);
  background: rgba(14, 77, 164, 0.12);
  border-radius: 999px;
}

/* Logo + Season 13 pill (same order as home hero) */
.page-hero--about .about-hero-logo,
.page-hero--vendors .about-hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 1.35rem auto 0;
}

.page-hero--vendors .about-hero-logo {
  margin: 0 auto;
}

.page-hero--about .about-hero-logo-wrap,
.page-hero--vendors .about-hero-logo-wrap {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

.page-hero--about .about-hero-logo-img,
.page-hero--vendors .about-hero-logo-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  filter: drop-shadow(0 10px 28px rgba(26, 21, 16, 0.12));
}

/* Tighter handoff from hero logo to lead copy (about page only) */
.page-hero--about + .details-section {
  padding-top: 2.25rem;
}

.about-lead {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--sage);
  text-align: center;
}

/* About: less air between the three "What we stand for" cards and "Chicago venues" */
.details-section[aria-labelledby="values-heading"] {
  padding-bottom: 1.75rem;
}

.details-section[aria-labelledby="values-heading"] .details-grid {
  margin-bottom: 1rem;
}

.details-section[aria-labelledby="venues-heading"] {
  padding-top: 1.75rem;
}

.about-band {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(14, 77, 164, 0.06) 45%,
    rgba(255, 255, 255, 0.95) 100%
  );
}

/* Tighter gap: Milestones timeline box → “Chicago & food trucks” */
.details-section.about-band[aria-labelledby="timeline-heading"] {
  padding-bottom: 1.75rem;
}

.details-section.about-band[aria-labelledby="industry-heading"] {
  padding-top: 1.5rem;
}

.about-mission-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about-mission-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

.about-mission-panel {
  margin: 0;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 16, 32, 0.06);
}

.about-mission-panel .section-title {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
}

.about-mission-panel p:last-child {
  margin-bottom: 0;
}

.about-timeline-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem 2rem 2rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 16, 32, 0.06);
}

.about-timeline-wrap .timeline {
  max-width: none;
  margin: 0;
}

.stats-grid--cards .stat-item {
  padding: 1.75rem 1.35rem;
  min-width: 0;
  box-sizing: border-box;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 16, 32, 0.06);
}

/* Keep “~520K” inside the card on narrow two-column layouts (Archivo Black is wide). */
.stats-grid--cards .stat-item .number {
  font-size: clamp(1.9rem, 4.2vw + 1.1rem, 2.5rem);
  padding-inline: 0.1rem;
  box-sizing: border-box;
}

.about-quote {
  max-width: 38rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}

.about-quote p {
  margin: 0;
  padding: 1.75rem 2rem;
  font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(14, 77, 164, 0.08) 0%, rgba(228, 0, 43, 0.06) 100%);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--coral);
}

.about-quote footer {
  margin-top: 1rem;
  padding: 0 0.25rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  color: var(--sage);
}

.about-timeline-wrap.reveal .timeline-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.about-timeline-wrap.reveal.in-view .timeline-item {
  opacity: 1;
  transform: translateY(0);
}

.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(1) { transition-delay: 0.04s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(2) { transition-delay: 0.1s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(3) { transition-delay: 0.16s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(4) { transition-delay: 0.22s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(5) { transition-delay: 0.28s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(6) { transition-delay: 0.34s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(7) { transition-delay: 0.4s; }
.about-timeline-wrap.reveal.in-view .timeline-item:nth-child(8) { transition-delay: 0.46s; }

.about-sources {
  max-width: 46rem;
  margin: 0 auto;
}

.about-sources-intro {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: var(--sage);
  text-align: center;
}

.about-ref-list {
  padding-left: 1.35rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink);
}

.about-ref-list li {
  margin-bottom: 0.65rem;
}

.about-ref-list a {
  color: var(--mustard);
  font-weight: 600;
}

.about-ref-list a:hover {
  color: var(--blue-700);
}

.about-ref-optional {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(11, 16, 32, 0.08);
}

.about-ref-optional h3 {
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.about-ref-optional ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  color: var(--sage);
  line-height: 1.55;
}

.about-ref-optional li {
  margin-bottom: 0.5rem;
}

.about-sources-group + .about-sources-group {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(11, 16, 32, 0.08);
}

.about-sources-group h3 {
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.about-sources-list {
  margin: 0;
  padding-left: 1.35rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink);
}

.about-sources-list li {
  margin-bottom: 0.65rem;
}

.about-sources-list a {
  color: var(--mustard);
  font-weight: 600;
}

.about-sources-list a:hover {
  color: var(--blue-700);
}

.reveal .stats-grid--cards .stat-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reveal.in-view .stats-grid--cards .stat-item {
  opacity: 1;
  transform: translateY(0);
}

.reveal.in-view .stats-grid--cards .stat-item:nth-child(1) { transition-delay: 0.05s; }
.reveal.in-view .stats-grid--cards .stat-item:nth-child(2) { transition-delay: 0.1s; }
.reveal.in-view .stats-grid--cards .stat-item:nth-child(3) { transition-delay: 0.15s; }
.reveal.in-view .stats-grid--cards .stat-item:nth-child(4) { transition-delay: 0.2s; }

/* ========== SPONSORS ========== */
.sponsors-current {
  margin-bottom: 3rem;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.sponsors-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(26, 21, 16, 0.06);
  transition: transform var(--transition);
  min-height: 100px;
}

.sponsors-grid a:hover {
  transform: translateY(-4px);
}

.sponsors-grid img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.past-partners h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: var(--ink);
}

.past-partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.past-partners li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(26, 21, 16, 0.08);
  color: var(--ink);
}

.sponsor-form {
  max-width: 560px;
  margin: 3rem auto 0;
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(26, 21, 16, 0.08);
}

.sponsor-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.sponsor-form input,
.sponsor-form select,
.sponsor-form textarea {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(26, 21, 16, 0.2);
  border-radius: 8px;
  font: inherit;
}

.sponsor-form textarea {
  min-height: 120px;
  resize: vertical;
}

.sponsor-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.tier-card {
  display: block;
  border: 2px solid rgba(26, 21, 16, 0.15);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.tier-card.gold { border-color: var(--mustard); background: rgba(212, 168, 67, 0.08); }
.tier-card.silver { border-color: var(--sage); background: rgba(107, 123, 106, 0.08); }

.tier-card h4 { margin: 0 0 0.5rem; color: var(--ink); }
.tier-card p { margin: 0; font-size: 0.9375rem; color: var(--sage); }

.tier-card--link {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow var(--transition), border-color var(--transition);
}

.tier-card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(11, 16, 32, 0.12);
  border-color: rgba(14, 77, 164, 0.35);
}

.tier-card--link:focus-visible {
  outline: 3px solid rgba(14, 77, 164, 0.35);
  outline-offset: 3px;
}

.sponsor-tiers-subheading {
  font-size: clamp(1.2rem, 3vw, 1.35rem);
  margin-top: 2.5rem;
}

/* Sponsors page only: less space between Sponsor tiers (four cards) and Become a sponsor */
.details-section[aria-labelledby="why-heading"] {
  padding-bottom: 1.75rem;
}

.details-section[aria-labelledby="why-heading"] .sponsor-tiers {
  margin: 1.5rem 0 0.35rem;
}

.details-section[aria-labelledby="sponsor-form"] {
  padding-top: 1.75rem;
}

/* Sponsors page — taller hero photo band; sponsor-package-band sits below */
.page-hero--sponsors {
  box-sizing: border-box;
  min-height: calc(var(--page-hero-tickets-band-min-height) + clamp(0.75rem, 3vw, 2rem));
  padding-bottom: clamp(1.75rem, 2.2vw, 2.1rem);
  background-image: linear-gradient(rgba(11, 16, 32, 0.38), rgba(11, 16, 32, 0.38)),
    url("images/gallery/gallery-upload-05.png");
  background-size: cover, cover;
  /* Anchor photo lower so plates / food in frame stay visible (was center top) */
  background-position: center, center 58%;
  background-repeat: no-repeat;
}

.page-hero--sponsors .sponsor-hero-eyebrow,
.page-hero--sponsors .subtitle {
  color: #fff;
}

.page-hero--sponsors h1 {
  color: #fff;
}

.page-hero--sponsors .sponsors-hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 1.35rem auto 0;
}

.page-hero--sponsors .sponsors-hero-logo-mark {
  position: relative;
  display: inline-block;
  width: var(--page-top-logo-width);
  max-width: 100%;
  line-height: 0;
}

.page-hero--sponsors .sponsors-hero-logo-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.page-hero--sponsors .sponsors-hero-logo .season-badge--cftf-pill {
  margin-top: 1.1rem;
}

.page-hero--schedule {
  padding-bottom: 1.75rem;
  background-image: linear-gradient(rgba(11, 16, 32, 0.38), rgba(11, 16, 32, 0.38)),
    url("images/gallery/gallery-upload-04.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
}

.page-hero--schedule h1,
.page-hero--schedule .subtitle {
  color: #fff;
}

.page-hero--schedule .subtitle {
  margin-bottom: 0;
}

.page-hero--schedule + .details-section {
  padding-top: 2.25rem;
}

.page-hero--schedule + .details-section > .container > .schedule-note-banner:first-child {
  margin-bottom: 1.25rem;
  text-align: left;
}

/* Wrigley Field — hero */
.page-hero--wrigley {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  min-height: var(--page-hero-tickets-band-min-height);
  padding-bottom: clamp(1.75rem, 3vw, 2.25rem);
  background-image: linear-gradient(rgba(11, 16, 32, 0.45), rgba(11, 16, 32, 0.45)),
    url("images/gallery/wrigley-home-game-04.png");
  background-size: cover, cover;
  /* Photo layer slightly lower in frame so more plaza / field stays visible */
  background-position: center, center 52%;
  background-repeat: no-repeat;
}

.page-hero--wrigley h1,
.page-hero--wrigley .subtitle,
.page-hero--wrigley .wrigley-hero-lead {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.page-hero--wrigley h1 {
  margin: clamp(1.75rem, 5vw, 3.25rem) 0 0.3rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-hero--wrigley h1 .wrigley-hero-title-line {
  display: block;
}

.page-hero--wrigley h1 .wrigley-hero-title-line--1 {
  font-size: clamp(1.65rem, 5.2vw + 0.4rem, 3.45rem);
  letter-spacing: -0.03em;
}

.page-hero--wrigley h1 .wrigley-hero-title-line--2 {
  font-size: clamp(1.1rem, 3vw + 0.25rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  margin: 0.2em 0 0.14em;
}

.page-hero--wrigley h1 .wrigley-hero-title-line--3 {
  font-size: clamp(1.65rem, 5.2vw + 0.4rem, 3.45rem);
  letter-spacing: -0.025em;
}

.page-hero--wrigley .subtitle {
  max-width: none;
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.98;
  font-size: clamp(0.85rem, 1.85vw + 0.4rem, 1.125rem);
}

.page-hero--wrigley .wrigley-hero-lead {
  margin: 0 auto 1.15rem;
  max-width: min(38rem, 94vw);
  font-size: clamp(0.95rem, 2.1vw, 1.0625rem);
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

.page-hero--wrigley .wrigley-hero-copy .season-badge--cftf-pill {
  margin: 0 auto 0.35rem;
}

.page-hero--wrigley .subtitle .wrigley-subtitle-chunk:first-of-type {
  word-spacing: 0.22em;
}

.page-hero--wrigley .subtitle .wrigley-subtitle-sep {
  display: inline-block;
  padding: 0 0.65em;
  font-weight: 700;
  opacity: 0.88;
}

.wrigley-hero-inner {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
  padding-top: 0;
}

.wrigley-hero-logo-corner {
  position: absolute;
  top: calc(var(--site-chrome-offset) + clamp(0.9rem, 2.4vw, 1.65rem));
  right: max(1rem, calc(env(safe-area-inset-right, 0px) + 0.75rem));
  left: auto;
  z-index: 2;
  line-height: 0;
  border-radius: var(--radius);
  transition: opacity var(--transition), transform var(--transition);
}

.wrigley-hero-logo-corner:hover,
.wrigley-hero-logo-corner:focus-visible {
  opacity: 0.94;
  transform: scale(1.02);
}

.wrigley-hero-logo-corner:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.wrigley-hero-logo-img {
  width: clamp(78px, 18vw, 132px);
  height: auto;
  display: block;
  border-radius: var(--radius);
  object-fit: contain;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.45));
}

.wrigley-hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(100%, 96vw);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
  text-align: center;
}

.wrigley-hero-copy h1,
.wrigley-hero-copy .subtitle,
.wrigley-hero-copy .wrigley-hero-lead {
  text-align: center;
}

@media (max-width: 520px) {
  .wrigley-hero-copy {
    padding-left: clamp(0.35rem, 2vw, 0.75rem);
    padding-right: clamp(0.35rem, 2vw, 0.75rem);
  }

  .page-hero--wrigley .subtitle .wrigley-subtitle-sep {
    padding: 0 0.45em;
  }

  .page-hero--wrigley .subtitle {
    font-size: clamp(0.72rem, 1.2vw + 0.45rem, 1.0625rem);
  }
}

.page-hero--wrigley + .details-section {
  padding-top: 2.25rem;
}

/* Wrigley — readable story + featured video (centered under hero headline) */
.wrigley-story-panel {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wrigley-story-panel p {
  font-size: clamp(1rem, 2.4vw, 1.07rem);
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 1.15rem;
  text-align: center;
}

.wrigley-story-panel p:last-child {
  margin-bottom: 0;
}

.wrigley-story-panel + .wrigley-story-panel {
  margin-top: 1.5rem;
}

.wrigley-video-feature + .wrigley-story-panel {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.wrigley-story-section.details-section {
  padding-bottom: 1rem;
}

.wrigley-video-feature {
  max-width: min(56rem, 100%);
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: clamp(0.35rem, 1vw, 0.65rem);
  margin-left: auto;
  margin-right: auto;
}

.wrigley-video-feature.video-wrapper {
  box-shadow: 0 12px 40px rgba(11, 16, 32, 0.18);
}

/* Wrigley — tabbed galleries */
.wrigley-galleries-section.details-section {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.wrigley-tabs {
  margin-top: 0;
}

.wrigley-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin: 0 auto 1.35rem;
  padding: 0 0.25rem;
  max-width: 52rem;
}

/* Photo gallery page only (#wrigley-galleries is Wrigley Field) */
#photo-gallery-eras .wrigley-tablist {
  margin-top: 1.1rem;
}

.wrigley-tab {
  font-family: inherit;
  font-size: clamp(0.7rem, 1.9vw, 0.88rem);
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid rgba(14, 77, 164, 0.35);
  background: var(--white);
  color: var(--blue-700);
  line-height: 1.25;
  text-align: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.wrigley-tab:hover {
  border-color: var(--blue-700);
  background: rgba(14, 77, 164, 0.06);
}

.wrigley-tab[aria-selected="true"] {
  background: var(--blue-700);
  border-color: var(--blue-700);
  color: var(--white);
  box-shadow: var(--shadow);
}

.wrigley-tab:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}

.wrigley-tabpanel {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.wrigley-tab-lead {
  text-align: center;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 auto 1.1rem;
  max-width: 44rem;
}

.wrigley-tab-lead strong {
  font-weight: 800;
  color: var(--blue-700);
}

.wrigley-tab-dash {
  color: rgba(26, 21, 16, 0.45);
  font-weight: 400;
}

.wrigley-tab-note {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(26, 21, 16, 0.72);
  margin: 0 auto 1.15rem;
  max-width: 38rem;
  text-align: center;
}

.wrigley-tab-note a {
  color: var(--blue-700);
  font-weight: 600;
}

.wrigley-tab-note a:hover {
  text-decoration: underline;
}

.wrigley-masonry {
  column-count: 2;
  column-gap: 0.75rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .wrigley-masonry {
    column-count: 3;
    column-gap: 0.85rem;
  }
}

.wrigley-masonry-item {
  break-inside: avoid;
  margin-bottom: 0.75rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(11, 16, 32, 0.04);
}

.wrigley-masonry-open {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
  line-height: 0;
  color: inherit;
  border-radius: inherit;
}

.wrigley-masonry-open:focus-visible {
  outline: 3px solid var(--blue-700);
  outline-offset: 2px;
}

.wrigley-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  transition: transform var(--transition);
}

@media (hover: hover) {
  .wrigley-masonry-item:hover img {
    transform: scale(1.02);
  }
}

.wrigley-gallery-placeholder {
  text-align: center;
  padding: 2.25rem 1rem;
  margin: 0;
  font-size: 0.98rem;
  font-style: italic;
  color: rgba(26, 21, 16, 0.62);
}

.wrigley-cta-section {
  padding: 2.5rem 1rem 4rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(14, 77, 164, 0.07) 0%, transparent 65%);
}

/* Food Trucks: logo + Season 13 in hero under subtitle (same flow as vendors page) */
.page-hero--schedule .season-brand--schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--page-top-logo-width);
  max-width: 100%;
  margin: 2.35rem auto 0;
}

.page-hero--schedule .season-brand--schedule .schedule-logo {
  margin: 0 auto;
}

.sponsor-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mustard);
}

/* Sponsor package CTA band */
.sponsor-package-band {
  padding: 2.75rem 1.5rem;
  margin: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 16, 32, 0.97) 0%,
    rgba(14, 77, 164, 0.88) 50%,
    rgba(11, 16, 32, 0.97) 100%
  );
  color: var(--cream);
  border-top: 3px solid var(--coral);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sponsor-package-inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.sponsor-package-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.2;
}

.sponsor-package-lead {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.sponsor-package-lead strong {
  color: var(--white);
}

.sponsor-package-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sponsor-package-actions .btn {
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 560px) {
  .sponsor-package-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sponsor-package-actions .btn {
    width: 100%;
  }
}

.sponsor-package-actions .btn-primary {
  background: linear-gradient(135deg, var(--coral), var(--red-700));
  border: none;
}

.sponsor-package-actions .btn-primary:hover {
  filter: brightness(1.06);
}

.sponsor-package-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.sponsor-package-actions .btn-secondary:hover {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.sponsor-package-note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(243, 247, 255, 0.72);
}

/* Featured sponsor card (text-first until logo asset) */
.sponsors-grid--featured {
  max-width: 520px;
  margin: 0 auto;
}

.sponsor-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1.75rem 1.5rem;
  min-height: 120px;
  text-decoration: none;
  color: inherit;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 16, 32, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}

.sponsor-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* ZenBusiness tile: full artwork scales inside the card (no larger box; avoids clipping bottom copy on phones). */
#sponsor-zenbusiness {
  background-image: url("images/sponsors/zenbusiness-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-origin: padding-box;
  background-size: contain;
  background-color: var(--white);
  overflow: hidden;
}

/* Tinting Chicago tile: fill entire box with supplied logo image (no size change) */
#sponsor-tinting-chicago {
  background-image: url("images/sponsors/tinting-chicago-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sponsor-feature-name {
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
  color: var(--ink);
}

.sponsor-feature-desc {
  font-size: 0.8125rem;
  color: var(--sage);
  max-width: 28ch;
}

/* Past sponsor logo wall (text tiles — swap for <img> when assets exist) */
.sponsor-logo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto 1.5rem;
}

.sponsor-past-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  min-height: 120px;
  padding: 1.25rem;
  text-decoration: none;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.07);
  border: 1px solid rgba(11, 16, 32, 0.08);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
}

.sponsor-past-card:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 77, 164, 0.25);
}

/* Coca-Cola tile: fill entire box with supplied logo image (no size change) */
#sponsor-coca-cola {
  padding: 0;
  background-image: url("images/sponsors/coca-cola-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Bank of America tile: fill entire box with supplied logo image (no size change) */
#sponsor-bank-of-america {
  padding: 0;
  background-image: url("images/sponsors/bank-of-america-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* PNC Bank tile: fill entire box with supplied logo image (no size change) */
#sponsor-pnc-bank {
  padding: 0;
  background-image: url("images/sponsors/pnc-bank-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* State Farm tile: keep the sponsor box dimensions fixed, fill it with brand red, and scale the logo inside.
   (The PNG already includes a red field; we match that red so any letterboxing reads as intentional.) */
#sponsor-state-farm {
  padding: 0;
  /* Match the red field in `images/sponsors/state-farm-tile.png` (sampled from corner patches) */
  background-color: #ff1520;
  background-image: url("images/sponsors/state-farm-tile.png");
  background-repeat: no-repeat;
  background-position: center 52%;
  background-origin: border-box;
  /* Smaller mark inside the same tile (percentage scales within the tile; no box resize). */
  background-size: 92% auto;
}

/* Jewel-Osco tile: full logo inside the same card (cover was clipping top/bottom slightly). */
#sponsor-jewel-osco {
  padding: 0;
  background-color: var(--white);
  background-image: url("images/sponsors/jewel-osco-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  background-size: contain;
}

/* AT&T (past sponsor): same tile treatment as other past logos */
#sponsor-att {
  padding: 0;
  background-image: url("images/sponsors/att-tile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sponsor-past-card--short {
  min-height: 90px;
}

.sponsor-past-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sponsor-past-card--padded {
  padding: 0.9rem;
}

.sponsor-past-card--padded .sponsor-past-logo {
  width: 100%;
  height: 100%;
}

.sponsor-past-name {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.0625rem;
  color: var(--ink);
}

.sponsor-past-tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--coral);
}

.sponsor-past-footnote {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--sage);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-code-path {
  font-size: 0.85em;
  padding: 0.1rem 0.35rem;
  background: rgba(14, 77, 164, 0.1);
  border-radius: 6px;
  color: var(--blue-700);
}

/* ========== GALLERY ========== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(26, 21, 16, 0.8));
  color: var(--white);
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity var(--transition);
}

.gallery-item:hover .caption {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(26, 21, 16, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-caption {
  margin: 1rem 0 0;
  max-width: 42rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  line-height: 1.45;
  min-height: 1.25em;
}

.lightbox-close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.lightbox-close:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 2px;
}

/* Photo gallery lightbox (prev / next) */
.photo-gallery-lightbox .lightbox-content {
  position: relative;
  width: 100%;
  max-width: min(92vw, 1100px);
}

.photo-gallery-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
}

.photo-gallery-lightbox .lightbox-prev {
  left: 0.2rem;
}

.photo-gallery-lightbox .lightbox-next {
  right: 0.2rem;
}

.photo-gallery-lightbox .lightbox-nav:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .photo-gallery-lightbox .lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 1.45rem;
  }

  .photo-gallery-lightbox .lightbox-prev {
    left: 0.1rem;
  }

  .photo-gallery-lightbox .lightbox-next {
    right: 0.1rem;
  }
}

/* ========== SCHEDULE ========== */
.schedule-days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.schedule-day {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
}

.schedule-day h3 {
  margin: 0 0 1rem;
  color: var(--mustard);
  font-size: 1.25rem;
}

.schedule-day ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule-day li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(26, 21, 16, 0.06);
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.schedule-day li .time {
  font-weight: 600;
  color: var(--ink);
  flex-shrink: 0;
  width: 5.75rem;
}

.trucks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.25rem;
}

.truck-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
  display: flex;
  flex-direction: column;
}

/* Lineup logo strip (schedule) — image or “logo soon” placeholder */
.truck-card-logo {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, rgba(243, 247, 255, 0.75), rgba(255, 255, 255, 0.96));
  border-bottom: 1px solid rgba(11, 16, 32, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.truck-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.65rem 0.85rem;
  box-sizing: border-box;
  background: transparent;
}

/* Sausage Fest: image covers the full 16:10 strip (same box size as every truck card) */
.truck-card-logo.truck-card-logo--fill {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.truck-card-logo.truck-card-logo--fill img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
}

.truck-card-logo--pending::after {
  content: "Logo soon";
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(53, 90, 138, 0.85);
}

.truck-card .body {
  padding: 1.25rem;
  flex: 1 1 auto;
}

/* First row: same logo strip height as other cards; tighter text block below */
.truck-card--row1 .body {
  padding: 0.65rem 1rem 0.85rem;
}

a.truck-card-logo-link {
  display: block;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

a.truck-card-logo-link:focus-visible {
  outline: 2px solid var(--mustard);
  outline-offset: 2px;
}

.truck-card h4 { margin: 0 0 0.35rem; color: var(--ink); }
.truck-card .cuisine { font-size: 0.875rem; color: var(--sage); margin: 0 0 0.5rem; }
.truck-card .body p { margin: 0; font-size: 0.9375rem; }

.truck-card.truck-card--row1 h4 {
  margin: 0 0 0.2rem;
  font-size: 1.0625rem;
}

.truck-card.truck-card--row1 .cuisine {
  margin: 0 0 0.3rem;
  font-size: 0.8125rem;
}

.truck-card.truck-card--row1 .body p {
  font-size: 0.875rem;
  line-height: 1.42;
}

/* ========== TICKETS ========== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}

.pricing-card {
  position: relative;
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(26, 21, 16, 0.08);
  border: 2px solid transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.pricing-card:hover,
.pricing-card:focus-within {
  border-color: var(--coral);
  z-index: 1;
}

.pricing-card .name { font-weight: 700; font-size: 1.25rem; margin: 0 0 0.5rem; }
.pricing-card .price { font-family: "Archivo Black", sans-serif; font-size: 2rem; color: var(--coral); margin: 0 0 1rem; }
.pricing-card ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
  flex: 1 1 auto;
}

.pricing-card > a.btn {
  margin-top: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.pricing-card li {
  padding: 0.35rem 0;
  font-size: 0.9375rem;
  color: var(--ink);
}
.pricing-card li::before {
  content: "✓ ";
  color: var(--mustard);
  font-weight: 700;
}

/* FAQ accordion */
.faq-list {
  max-width: 640px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(26, 21, 16, 0.1);
}

.faq-item button {
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-item button:hover {
  color: var(--mustard);
}

.faq-item button::after {
  content: "+";
  font-size: 1.25rem;
  flex-shrink: 0;
}

.faq-item.is-open button::after {
  content: "−";
}

.faq-item .answer {
  padding: 0 0 1rem;
  font-size: 0.9375rem;
  color: var(--sage);
  display: none;
}

.faq-item.is-open .answer {
  display: block;
}

/* ========== VENDORS ========== */
.vendor-checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 1.5rem;
  align-items: stretch;
}

/* Align “Upload Documents” across the three vendor columns (buttons sit on one row) */
.vendor-checklist-grid > .mission-block.vendor-checklist-card:not(.vendor-checklist-span-row) {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.vendor-checklist-grid--after {
  margin-top: 1.5rem;
}

.vendor-checklist-card {
  text-align: left;
}

.vendor-checklist-card .vendor-requirements-list {
  max-width: none;
  margin: 0;
}

.vendor-checklist-section-heading {
  margin: 0 0 0.65rem;
  font-family: "Archivo Black", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(1.08rem, 2.4vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}

/* Full-width row under three vendor-type cards (e.g. “Important for everyone”) */
.vendor-checklist-grid > .vendor-checklist-span-row.mission-block {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  text-align: left;
}

.vendor-checklist-span-row .vendor-checklist-section-heading {
  text-align: left;
}

.vendor-checklist-portal-note {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  max-width: 52rem;
  text-align: left;
}

.vendor-checklist-portal-note a {
  color: var(--mustard);
  font-weight: 600;
  text-decoration: none;
}

.vendor-checklist-portal-note a:hover {
  text-decoration: underline;
}

.vendor-checklist-afterword-lead {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  max-width: 52rem;
}

.vendor-checklist-retail-note {
  margin-top: 1.1rem;
  margin-bottom: 0;
}

.vendor-checklist-afterword-list {
  list-style: none;
  max-width: 52rem;
  margin: 0.75rem auto 0 0;
  padding-left: 0;
}

.vendor-checklist-afterword-list.vendor-requirements-list {
  padding-left: 0;
}

.vendor-checklist-afterword-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(11, 16, 32, 0.08);
  color: var(--ink);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.vendor-checklist-sub {
  margin: 0 0 0.75rem;
  color: var(--sage);
  font-size: 0.9375rem;
}

.vendor-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vendor-checklist li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(11, 16, 32, 0.08);
  color: var(--ink);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.vendor-checklist-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: 1.45;
}

.vendor-checklist-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.2rem 0 0;
  accent-color: var(--mustard);
}

.vendor-checklist-label > span {
  flex: 1 1 auto;
  min-width: 0;
}

.vendor-checklist-note {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  color: var(--sage);
  line-height: 1.45;
}

.vendor-checklist-upload-wrap {
  margin-top: auto;
  padding-top: 1.15rem;
  margin-bottom: 0;
  text-align: center;
}

.vendor-checklist-card .btn-upload-docs {
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: var(--coral);
  color: var(--white);
  border-color: var(--red-700);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.vendor-checklist-card .btn-upload-docs:hover {
  background: var(--red-700);
  border-color: var(--red-700);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.vendor-table-wrap {
  max-width: 1120px;
  margin: 0 auto 2.5rem;
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(11, 16, 32, 0.12);
  background: var(--white);
  box-shadow: 0 4px 20px rgba(26, 21, 16, 0.06);
}

.vendor-license-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.vendor-license-table th,
.vendor-license-table td {
  padding: 0.85rem 0.9rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(11, 16, 32, 0.10);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.vendor-license-table th {
  text-align: left;
  background: rgba(14, 77, 164, 0.08);
  color: var(--ink);
  font-weight: 700;
}

.vendor-license-table td:first-child {
  font-weight: 600;
  color: var(--ink);
  width: 18%;
}

.vendor-license-table a {
  color: var(--mustard);
  text-decoration: none;
  font-weight: 600;
}

.vendor-license-table a:hover {
  text-decoration: underline;
}

.vendor-contract {
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 16, 32, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.vendor-contract h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.vendor-contract h3:first-of-type {
  margin-top: 0;
}

.vendor-contract-doc-title {
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 16, 32, 0.12);
  font-family: "Archivo Black", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--ink);
}

.vendor-contract p {
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.65;
}

.vendor-contract .vendor-license-table {
  min-width: 640px;
}

.vendor-contract .vendor-fee-table {
  min-width: 720px;
}

.vendor-contract .vendor-fee-table td:first-child {
  width: 38%;
}

.vendor-contract .vendor-fee-table td:nth-child(2) {
  width: 22%;
  font-weight: 600;
}

.vendor-contract .vendor-fee-table td:nth-child(3) {
  min-width: 8rem;
}

.vendor-portal-form {
  max-width: 720px;
  margin: 0 auto 3rem;
}

.vendor-portal-form input[type="file"] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.35rem;
  padding: 0.45rem 0;
  font: inherit;
  font-size: 0.95rem;
}

.vendor-portal-city-app-block {
  max-width: 840px;
  margin: 0 auto 1.5rem;
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
  box-sizing: border-box;
  text-align: center;
}

.vendor-portal-city-app-subhead {
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  text-align: center;
}

.vendor-portal-city-app-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 0 0.35rem;
}

.vendor-portal-city-upload-status {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--sage);
  min-height: 1.35rem;
  text-align: center;
}

.vendor-portal-file-hint {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--sage);
}

.vendor-portal-submit-bubble {
  max-width: 840px;
  margin: 2.25rem auto 3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.15rem, 3.5vw, 2.25rem) clamp(1.75rem, 4vw, 2.75rem);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(11, 16, 32, 0.08), 0 0 0 1px rgba(11, 16, 32, 0.06);
  text-align: center;
}

.vendor-portal-bubble-heading {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.vendor-portal-bubble-intro {
  margin: 0 auto 0.25rem;
  max-width: 40rem;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--sage);
}

.vendor-portal-bubble-intro a {
  color: var(--blue-700);
  font-weight: 600;
}

.vendor-portal-submit-bubble .vendor-portal-form {
  max-width: none;
  margin: 0;
  text-align: left;
}

.vendor-portal-bubble-section-label {
  display: block;
  margin: 1.75rem 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-700);
  text-align: left;
}

.vendor-portal-bubble-section-label:first-of-type {
  margin-top: 0;
}

.vendor-portal-submit-bubble .vendor-portal-bubble-section-label {
  margin-top: 0.95rem;
}

.vendor-portal-submit-bubble .vendor-portal-bubble-section-label:first-of-type {
  margin-top: 0.35rem;
}

.vendor-portal-submit-bubble .vendor-portal-contract-fieldset,
.vendor-portal-submit-bubble .vendor-portal-fees-fieldset {
  text-align: left;
  background: rgba(14, 77, 164, 0.045);
  border-color: rgba(11, 16, 32, 0.1);
}

.vendor-portal-submit-bubble .vendor-portal-contract-fieldset {
  margin-top: 0.65rem;
  margin-bottom: 0;
  padding: 0.7rem 0.75rem 0.75rem;
}

.vendor-portal-submit-bubble .contact-form label {
  margin-bottom: 0.2rem;
}

.vendor-portal-submit-bubble .contact-form input,
.vendor-portal-submit-bubble .contact-form textarea,
.vendor-portal-submit-bubble .contact-form select {
  margin-bottom: 0.58rem;
}

.vendor-portal-submit-bubble .vendor-portal-file-hint {
  margin-bottom: 0.55rem;
}

.vendor-portal-fees-fieldset {
  margin: 0;
  padding: 0.65rem 0.75rem 0.7rem;
  border: 1px solid rgba(11, 16, 32, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.65);
  text-align: left;
}

.vendor-portal-requested-dates-label {
  display: block;
  margin-top: 1.15rem;
}

.vendor-portal-submit-bubble .vendor-portal-form > .vendor-portal-fees-fieldset {
  margin-top: 0.35rem;
  margin-bottom: 0.4rem;
}

.vendor-portal-fees-legend {
  padding: 0 0.35rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}

.vendor-portal-required-mark {
  text-decoration: none;
  font-weight: 700;
  color: var(--coral);
}

.vendor-portal-optional-label {
  font-weight: 500;
  font-size: 0.85em;
  color: var(--sage);
}

.vendor-portal-fees-required-note {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--sage);
}

.vendor-portal-fee-options {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.vendor-portal-fee-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.45rem;
  font-size: 0.94rem;
  line-height: 1.4;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.vendor-portal-fee-option input[type="checkbox"] {
  order: -1;
  margin: 0.15rem 0 0;
  flex-shrink: 0;
  width: auto;
}

.vendor-portal-fees-total {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin: 0.75rem 0 0;
  padding: 0.55rem 0.65rem;
  border-radius: calc(var(--radius) - 2px);
  background: rgba(14, 77, 164, 0.08);
  border: 1px solid rgba(14, 77, 164, 0.14);
}

.vendor-portal-fees-total-label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.vendor-portal-fees-total-amount {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.35rem;
  color: var(--marine);
  letter-spacing: -0.02em;
}

.vendor-portal-submit-bubble .vendor-portal-form > .vendor-portal-stripe-fieldset {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.vendor-portal-stripe-fieldset label[for='portal-payment-reference'] {
  display: block;
  margin-top: 0.65rem;
}

.vendor-portal-stripe-fieldset #portal-payment-reference {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0.35rem;
}

.vendor-portal-stripe-actions {
  margin: 1.15rem 0 0.65rem;
  text-align: center;
}

.vendor-portal-stripe-pay-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.vendor-portal-stripe-pay-btn--cta {
  width: 100%;
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.vendor-portal-stripe-fieldset--inactive .vendor-portal-stripe-pay-btn--inactive {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.vendor-portal-stripe-inactive-note {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--sage);
  text-align: left;
}

.vendor-portal-bubble-actions.page-inline-ctas {
  margin: 1.35rem 0 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 0.65rem;
}

.vendor-portal-send-btn {
  width: auto;
  max-width: 11rem;
  align-self: center;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 1.05rem;
}

.vendor-portal-bubble-actions .btn-secondary {
  width: 100%;
  justify-content: center;
}

@media (min-width: 560px) {
  .vendor-portal-bubble-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .vendor-portal-send-btn {
    flex: 0 0 auto;
    width: auto;
    max-width: 11rem;
  }

  .vendor-portal-bubble-actions .btn-secondary {
    flex: 1 1 calc(50% - 0.5rem);
    width: auto;
    min-width: 0;
  }
}

.vendor-portal-ack {
  margin: 1rem 0 0.25rem;
}

.vendor-portal-ack--framed {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.9rem 1rem 1rem;
  border: 2px solid var(--coral);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(228, 0, 43, 0.12);
}

.vendor-portal-ack-agreement-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink);
}

.vendor-portal-ack-check-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.55rem;
  padding-top: 0.65rem;
  margin: 0;
  border-top: 1px solid rgba(228, 0, 43, 0.35);
}

.vendor-portal-ack-check-row input[type='checkbox'] {
  margin: 0.2rem 0 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  accent-color: var(--coral);
  cursor: pointer;
}

.vendor-portal-ack-check-label {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink);
  cursor: pointer;
}

.vendor-portal-ack-check-row input[type='checkbox']:disabled + .vendor-portal-ack-check-label {
  opacity: 0.62;
  cursor: default;
}

.vendor-portal-feedback {
  min-height: 1.25rem;
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: var(--coral);
  font-weight: 600;
}

.vendor-portal-feedback.is-success {
  color: var(--blue-700);
}

.vendor-portal-feedback.is-error {
  color: var(--red-700);
}

.vendor-portal-contract-fieldset {
  margin: 1.75rem 0 0;
  padding: 1.1rem 1rem 1rem;
  border: 1px solid rgba(11, 16, 32, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.65);
}

.vendor-portal-fieldset-legend {
  padding: 0 0.45rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}

.vendor-portal-contract-lead {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
}

.vendor-portal-contract-hint {
  margin: 0.65rem 0 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--sage);
}

.vendor-contract-dialog {
  border: none;
  padding: 0;
  max-width: min(920px, 96vw);
  width: 100%;
  background: transparent;
  color: var(--ink);
}

.vendor-contract-dialog--confirm {
  max-width: min(520px, 92vw);
}

.vendor-portal-pay-confirm-body {
  padding: 1rem 1.15rem 0.25rem;
}

.vendor-portal-pay-confirm-lead,
.vendor-portal-pay-confirm-reminder {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
}

.vendor-portal-pay-confirm-reminder {
  margin-bottom: 0;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius);
  background: rgba(14, 77, 164, 0.08);
  border: 1px solid rgba(11, 16, 32, 0.08);
}

.vendor-contract-dialog::backdrop {
  background: rgba(11, 16, 32, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.vendor-contract-dialog-inner {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(11, 16, 32, 0.12);
  overflow: hidden;
}

.vendor-contract-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.5rem 1.15rem;
  border-bottom: 1px solid rgba(11, 16, 32, 0.08);
}

.vendor-contract-dialog-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  font-family: "Archivo Black", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.vendor-contract-dialog-x {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: var(--radius);
  background: rgba(11, 16, 32, 0.06);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.vendor-contract-dialog-x:hover {
  background: rgba(228, 0, 43, 0.12);
  color: var(--coral);
}

.vendor-contract-dialog-note {
  margin: 0;
  padding: 0.65rem 1.15rem;
  font-size: 0.9rem;
  color: var(--sage);
  background: rgba(14, 77, 164, 0.06);
  border-bottom: 1px solid rgba(11, 16, 32, 0.06);
}

.vendor-contract-modal-scroll {
  max-height: min(62vh, 520px);
  overflow: auto;
  padding: 0.75rem 1.15rem 1.25rem;
  outline: none;
}

.vendor-contract-modal-scroll--pdf {
  padding: 0;
  max-height: min(70vh, 640px);
  overflow: hidden;
  background: rgba(11, 16, 32, 0.04);
}

.vendor-contract-pdf-embed {
  display: block;
  width: 100%;
  min-height: min(62vh, 520px);
  height: min(62vh, 520px);
  border: 0;
  background: var(--white);
}

.vendor-contract-dialog-loading {
  margin: 0;
  font-size: 0.95rem;
  color: var(--sage);
}

.vendor-contract-dialog-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid rgba(11, 16, 32, 0.08);
  background: rgba(243, 247, 255, 0.6);
}

.vendor-contract-modal-scroll .vendor-contract {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.vendor-contract-modal-scroll .vendor-license-table {
  min-width: 560px;
}

/* ========== CONTACT ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto 3rem;
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(26, 21, 16, 0.2);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form select {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(26, 21, 16, 0.2);
  border-radius: 8px;
  font: inherit;
  background: var(--white);
}

/* Contact vendor block: both CTAs share one width (matches wider label) */
#vendor .contact-vendor-ctas {
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#vendor .contact-vendor-ctas .btn {
  text-align: center;
  box-sizing: border-box;
}

.form-web3-feedback {
  margin: 0 0 0.75rem;
  min-height: 1.35em;
  font-size: 0.95rem;
}

.form-web3-feedback.is-success {
  color: var(--blue-700);
}

.form-web3-feedback.is-error {
  color: var(--red-700);
}

/* Web3Forms botcheck honeypot — off-screen; leave unchecked (see docs.web3forms.com) */
.web3-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.map-wrapper-tall {
  max-height: 450px;
}

.vendor-requirements-list {
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 1.25rem;
}

.schedule-logo {
  margin: 0.3rem auto 1.1rem;
}

.schedule-logo img {
  width: var(--page-top-logo-width);
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.schedule-note-banner {
  max-width: 640px;
  margin: 0 auto 2rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(14, 77, 164, 0.08);
  border: 1px solid rgba(14, 77, 164, 0.15);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink);
}

.page-inline-ctas {
  margin: 2rem 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

/* Schedule: “Get tickets” + “Apply as a vendor” share one width each (same outer box; no change to section margins). */
.page-inline-ctas.page-inline-ctas--equal-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-content: stretch;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

.page-inline-ctas.page-inline-ctas--equal-pair .btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .page-inline-ctas.page-inline-ctas--equal-pair {
    grid-template-columns: 1fr;
  }
}

.tickets-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.tickets-logo-mark {
  position: relative;
  display: inline-block;
  width: var(--page-top-logo-width);
  max-width: 100%;
  line-height: 0;
  vertical-align: top;
}

.tickets-logo-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.tickets-lead {
  max-width: 640px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.92;
}

.contact-info p {
  margin: 0 0 0.5rem;
}

.contact-info a {
  color: var(--mustard);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* Phone / small tablet: larger type for comfortable reading (esp. hero meta + body copy) */
@media (max-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.62;
  }

  .page-hero .subtitle {
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .section-sub {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .hero-tagline {
    font-size: clamp(1.2rem, 4.2vw, 1.35rem);
  }

  .hero-sub {
    font-size: clamp(1.125rem, 3.8vw, 1.3125rem);
    line-height: 1.58;
  }

  .hero-meta {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem 0.75rem;
    font-size: clamp(1.0625rem, 3.6vw, 1.1875rem);
    line-height: 1.5;
  }

  .hero-meta span,
  .hero-meta .hero-meta-link {
    white-space: normal;
    text-align: center;
    max-width: 36ch;
  }

  .hero-note {
    font-size: clamp(1.0625rem, 3.5vw, 1.1875rem);
    line-height: 1.55;
  }

  .countdown-item .label {
    font-size: 0.8125rem;
  }

  .highlight-card span {
    font-size: 1rem;
  }

  .highlight-card strong {
    font-size: clamp(1.15rem, 4.25vw, 1.4rem);
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 0.35rem;
  }

  .hero-sub strong {
    font-size: clamp(1.2rem, 4.1vw, 1.42rem);
    font-weight: 800;
    line-height: 1.35;
  }

  .subscribe-bar-text {
    font-size: 0.9375rem;
  }

  .subscribe-bar-input,
  .btn.subscribe-bar-submit {
    font-size: 1rem;
  }

  .footer-desc,
  .footer-nav a,
  .footer-contact a {
    font-size: 1rem;
  }

  .footer-nav h4,
  .footer-contact h4 {
    font-size: 0.8125rem;
  }

  .footer-legal {
    font-size: 0.8125rem;
  }
}
