/*
Theme Name: Kamperfest 2026
Theme URI: https://www.kamperfest.com/
Author: Kamperfest
Description: Premium event theme for Kamperfest 2026 at Manston Raceway Park.
Version: 1.5.1
Text Domain: kamperfest-2026
*/

:root {
  --ink: #10192d;
  --ink-soft: #1a2942;
  --ink-light: #263b5d;
  --paper: #f7f6f1;
  --paper-warm: #eeece4;
  --white: #ffffff;
  --yellow: #ffc83d;
  --yellow-soft: #ffdf84;
  --orange: #f06435;
  --orange-dark: #b63d1d;
  --teal: #35b9a8;
  --teal-dark: #147f77;
  --muted: #626b78;
  --line: rgba(16, 25, 45, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --content: 1220px;
  --reading: 790px;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow-sm: 0 10px 30px rgba(16, 25, 45, 0.08);
  --shadow: 0 28px 80px rgba(16, 25, 45, 0.15);
  --section-space: clamp(78px, 9vw, 132px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

a {
  color: var(--orange-dark);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--teal-dark);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--yellow-soft);
}

.site-shell {
  width: min(calc(100% - clamp(32px, 6vw, 80px)), var(--content));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.screen-reader-text:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  border-radius: 10px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 800;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(16, 25, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 30px rgba(16, 25, 45, 0.04);
  backdrop-filter: saturate(160%) blur(22px);
}

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

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand img {
  width: 82px;
  max-height: 62px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(16, 25, 45, 0.07);
}

.site-nav .nav-ticket {
  margin-left: 7px;
  padding-inline: 18px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 5px 14px rgba(223, 151, 0, 0.2);
}

.site-nav .nav-ticket:hover {
  background: var(--yellow-soft);
  transform: translateY(-1px);
}

.nav-toggle,
.nav-backdrop {
  display: none;
}

.nav-toggle {
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(16, 25, 45, 0.07);
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
}

.nav-toggle-bars {
  display: grid;
  width: 18px;
  gap: 5px;
}

.nav-toggle-bars i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Shared typography and controls */
.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.section-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  align-items: end;
  gap: clamp(34px, 7vw, 88px);
  margin-bottom: clamp(42px, 6vw, 74px);
}

.section-intro {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button::after {
  content: "→";
  font-size: 1.08em;
  transition: transform 180ms ease;
}

.button:hover::after {
  transform: translateX(3px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(224, 151, 0, 0.24);
}

.button-primary:hover {
  color: var(--ink);
  background: var(--yellow-soft);
  box-shadow: 0 12px 28px rgba(224, 151, 0, 0.3);
  transform: translateY(-2px);
}

.button-dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(16, 25, 45, 0.16);
}

.button-dark:hover {
  color: #fff;
  background: var(--ink-light);
  transform: translateY(-2px);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.button-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

/* Homepage hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 42%, rgba(53, 185, 168, 0.28), transparent 34%),
    radial-gradient(circle at 14% 0%, rgba(240, 100, 53, 0.18), transparent 29%),
    linear-gradient(135deg, #0c1425 0%, #142845 62%, #163b49 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  min-height: 720px;
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  padding-block: clamp(72px, 8vw, 112px) clamp(90px, 10vw, 138px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.4rem, 6.4vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.073em;
  line-height: 0.93;
}

.hero-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.55;
}

.event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.event-facts span {
  display: inline-flex;
  gap: 7px;
}

.event-facts strong {
  color: #fff;
}

.hero-actions {
  margin-top: 34px;
}

.hero-price {
  display: flex;
  gap: clamp(24px, 5vw, 58px);
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-price div {
  display: grid;
  gap: 2px;
}

.hero-price strong {
  color: var(--yellow);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.hero-price span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-art {
  position: relative;
  z-index: 1;
  width: min(31.5vw, 410px);
  margin: 0;
  justify-self: center;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 28px 26px rgba(0, 0, 0, 0.32));
}

.hero-art-glow {
  position: absolute;
  top: 9%;
  right: 8%;
  bottom: 9%;
  left: 8%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 61, 0.24), rgba(53, 185, 168, 0.08) 48%, transparent 70%);
  filter: blur(14px);
}

.hero-countdown-wrap {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  padding: 15px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(9, 18, 33, 0.68);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.hero-countdown-label {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.hero-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.hero-countdown-unit {
  padding: 9px 4px 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hero-countdown-unit strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.hero-countdown-unit span {
  display: block;
  margin-top: 5px;
  color: var(--yellow);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-countdown-message {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px;
  color: var(--yellow);
  font-weight: 900;
  text-align: center;
}

.hero-art figcaption {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 1px;
  margin-top: 9px;
  padding: 16px 19px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  color: #fff;
  background: rgba(9, 18, 33, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.hero-art figcaption span {
  color: var(--yellow);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-art figcaption strong {
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-art figcaption small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
}

.hero-checker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  background:
    conic-gradient(from 90deg, #fff 25%, var(--ink) 0 50%, #fff 0 75%, var(--ink) 0) 0 0 / 24px 24px;
}

.event-rail {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.event-rail-inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-rail-inner a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.event-rail-inner a:hover,
.event-rail-inner a:focus-visible {
  color: var(--orange-dark);
}

.event-rail-inner a:not(:last-child)::after {
  color: var(--orange);
  content: "●";
  font-size: 0.52rem;
}

/* Homepage sections */
.section {
  padding-block: var(--section-space);
}

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

.section-lineup {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 9%, rgba(53, 185, 168, 0.17), transparent 26%),
    linear-gradient(145deg, #f7f6f1 0%, #efede5 100%);
}

.section-lineup::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(16, 25, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 25, 45, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.section-lineup .site-shell {
  position: relative;
}

.lineup-head,
.page-lineup-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.4fr);
  align-items: end;
  gap: clamp(30px, 6vw, 84px);
  margin-bottom: clamp(34px, 5vw, 56px);
}

.lineup-head > p,
.page-lineup-head > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.02rem;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.artist-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 25, 45, 0.11);
  border-radius: clamp(22px, 2.4vw, 32px);
  background: #fff;
  box-shadow: 0 20px 56px rgba(16, 25, 45, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.artist-media {
  position: relative;
  display: grid;
  height: clamp(220px, 22vw, 300px);
  place-items: center;
  overflow: hidden;
}

.artist-media-logo {
  background:
    radial-gradient(circle at 50% 45%, rgba(53, 185, 168, 0.35), transparent 38%),
    linear-gradient(145deg, #162b47, #07111f 72%);
}

.artist-media-logo::before,
.artist-media-logo::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.artist-media-logo::before {
  width: 330px;
  height: 330px;
}

.artist-media-logo::after {
  width: 470px;
  height: 470px;
}

.artist-media-logo img {
  position: relative;
  z-index: 1;
  width: min(72%, 420px);
  max-height: 60%;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.36));
}

.artist-card-slipmatt .artist-media-logo img {
  width: min(84%, 500px);
}

.artist-card-raymnd .artist-media-logo {
  background:
    radial-gradient(circle at 52% 42%, rgba(240, 100, 53, 0.42), transparent 42%),
    linear-gradient(145deg, #2d1820, #090d18 72%);
}

.artist-card-raymnd .artist-media-logo img {
  width: min(80%, 470px);
}

.artist-card-dj-neal .artist-media-logo {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 200, 61, 0.28), transparent 42%),
    linear-gradient(145deg, #24324b, #080f1c 72%);
}

.artist-card-dj-neal .artist-media-logo img {
  width: min(62%, 350px);
  max-height: 68%;
}

.artist-card-glen .artist-media-logo {
  background:
    radial-gradient(circle at 50% 42%, rgba(244, 156, 73, 0.38), transparent 42%),
    linear-gradient(145deg, #33221f, #090d18 72%);
}

.artist-card-glen .artist-media-logo img {
  width: min(82%, 490px);
}

.artist-media-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(7, 17, 31, 0.5));
  content: "";
}

.artist-media-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
}

.artist-card-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
}

.artist-card-copy .artist-night {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-card-copy h3,
.page-lineup .artist-card-copy h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.artist-card-copy > p:not(.artist-night) {
  margin: 17px 0 0;
  color: var(--muted);
}

.artist-card-copy a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 23px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 900;
  text-decoration: none;
}

.artist-card-copy a::after {
  color: var(--orange);
  content: "↗";
}

@media (hover: hover) {
  .artist-card:hover {
    border-color: rgba(16, 25, 45, 0.2);
    box-shadow: 0 26px 68px rgba(16, 25, 45, 0.17);
    transform: translateY(-4px);
  }
}

.lineup-more {
  display: flex;
  margin: clamp(28px, 4vw, 42px) 0 0;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lineup-more span {
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 11px 0 0 var(--orange), 22px 0 0 var(--teal);
}

.page-lineup {
  margin: clamp(44px, 7vw, 72px) 0;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-warm);
}

.page-lineup-head h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.page-lineup .artist-media {
  height: clamp(190px, 20vw, 250px);
}

.page-lineup .artist-card-copy {
  padding: clamp(22px, 2.6vw, 30px);
}

.section-film {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(240, 100, 53, 0.08), transparent 35%),
    #0b1322;
}

.film-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr);
  align-items: center;
  gap: clamp(46px, 7vw, 92px);
}

.film-copy .section-kicker {
  color: var(--yellow);
}

.film-copy .section-title {
  font-size: clamp(2.9rem, 5.2vw, 5.4rem);
}

.film-copy > p:not(.section-kicker):not(.film-note) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.film-note {
  display: inline-flex;
  margin: 30px 0 0;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: #000;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
}

.video-frame::before {
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 200, 61, 0.42), rgba(53, 185, 168, 0.28));
  content: "";
  filter: blur(20px);
}

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

.video-lite-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: left;
}

.video-lite-button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.02) 28%, rgba(7, 17, 31, 0.88) 100%);
  content: "";
  transition: background 180ms ease;
}

.video-lite-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 220ms ease;
}

.video-lite-button:hover img,
.video-lite-button:focus-visible img {
  filter: brightness(0.9);
  transform: scale(1.018);
}

.video-lite-button:hover::after,
.video-lite-button:focus-visible::after {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.08) 18%, rgba(7, 17, 31, 0.94) 100%);
}

.video-lite-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(64px, 8vw, 88px);
  height: clamp(64px, 8vw, 88px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-lite-label {
  position: absolute;
  right: clamp(20px, 4vw, 38px);
  bottom: clamp(18px, 3vw, 32px);
  left: clamp(20px, 4vw, 38px);
  z-index: 2;
  display: grid;
  gap: 2px;
}

.video-lite-label small {
  color: var(--yellow);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.video-lite-label strong {
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.video-fallback {
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
}

.section-poster {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 200, 61, 0.2), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(53, 185, 168, 0.16), transparent 30%),
    linear-gradient(145deg, #f5f2e9 0%, #e9e5db 100%);
}

.section-poster::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 25, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 25, 45, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(120deg, black, transparent 72%);
}

.poster-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.poster-copy {
  max-width: 610px;
}

.poster-copy .section-title {
  font-size: clamp(3.1rem, 6vw, 6.3rem);
}

.poster-copy > p:not(.section-kicker) {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.poster-facts {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 10px;
}

.poster-facts span {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 14px;
  align-items: center;
  border: 1px solid rgba(16, 25, 45, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.poster-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.poster-frame {
  position: relative;
  display: block;
  width: min(100%, 540px);
  justify-self: end;
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(16, 25, 45, 0.18);
  border-radius: clamp(18px, 2.4vw, 30px);
  background: #08111d;
  box-shadow: 0 34px 90px rgba(16, 25, 45, 0.25);
  color: #fff;
  text-decoration: none;
  transform: rotate(0.5deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.poster-frame:hover,
.poster-frame:focus-visible {
  box-shadow: 0 42px 100px rgba(16, 25, 45, 0.32);
  transform: rotate(0deg) translateY(-4px);
}

.poster-frame:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}

.poster-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1.6vw, 18px);
  object-fit: contain;
}

.poster-frame span {
  display: flex;
  padding: 13px 8px 2px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-frame span::after {
  color: var(--yellow);
  content: "↗";
  font-size: 1rem;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
}

.experience-story {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 5vw, 62px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 200, 61, 0.22), transparent 34%),
    linear-gradient(145deg, var(--ink-soft), var(--ink));
  box-shadow: var(--shadow);
}

.experience-number {
  margin: 0 auto auto 0;
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.experience-story h3 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.experience-story > p:not(.experience-number) {
  max-width: 590px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.experience-story .text-link {
  margin-top: 28px;
  color: var(--yellow);
}

.experience-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.experience-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 24px;
  padding: clamp(25px, 3.4vw, 38px);
}

.experience-list article + article {
  border-top: 1px solid var(--line);
}

.experience-list article > span {
  color: var(--orange-dark);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.experience-list h3,
.experience-list p {
  margin: 0;
}

.experience-list h3 {
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.experience-list p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.93rem;
}

.section-venue {
  background:
    linear-gradient(115deg, rgba(53, 185, 168, 0.1), transparent 43%),
    var(--paper-warm);
}

.venue-layout,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 64px);
}

.map-frame {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(16, 25, 45, 0.08);
  border-radius: var(--radius-lg);
  background: #cce6e2;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

.venue-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 34px;
}

.venue-copy > p:not(.section-kicker):not(.venue-coordinates) {
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.venue-logo {
  width: min(100%, 410px);
  margin: 36px 0 28px;
}

.venue-copy address,
.location-card address {
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.55;
}

.venue-coordinates {
  margin: 15px 0 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.venue-copy .button-row {
  margin-top: 30px;
}

.section-tickets {
  color: #fff;
  background: var(--ink);
}

.ticket-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 200, 61, 0.24), transparent 30%),
    linear-gradient(135deg, var(--ink-soft), #112c3e);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.26);
}

.ticket-copy .section-kicker {
  color: var(--yellow);
}

.ticket-copy h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.9rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.ticket-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.ticket-copy .button {
  margin-top: 30px;
}

.ticket-highlights {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.ticket-highlights div {
  display: grid;
  gap: 5px;
  padding: 32px;
}

.ticket-highlights div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ticket-highlights span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticket-highlights strong {
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.section-closing {
  background: #fff;
}

.closing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
}

.closing-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Interior pages */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(53, 185, 168, 0.3), transparent 30%),
    radial-gradient(circle at 15% 0%, rgba(240, 100, 53, 0.15), transparent 28%),
    linear-gradient(135deg, #0c1425, #172b47 62%, #16414a);
}

.page-hero::after {
  position: absolute;
  right: -80px;
  bottom: -200px;
  z-index: -1;
  width: 460px;
  height: 460px;
  border: 72px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  content: "";
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--yellow);
}

.breadcrumbs + .page-hero-inner {
  padding-top: clamp(38px, 5vw, 64px);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  align-items: end;
  gap: 60px;
  padding-block: clamp(64px, 8vw, 100px);
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.93;
}

.page-hero-inner > div:first-child > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.page-event-card {
  display: grid;
  gap: 3px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(12px);
}

.page-event-card span {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-event-card strong {
  font-size: 0.96rem;
}

.page-event-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.69rem;
}

.page-content {
  padding-block: var(--section-space);
}

.prose {
  width: min(100%, var(--reading));
  margin-inline: auto;
}

.prose-wide {
  width: 100%;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.page-planner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
  margin-top: clamp(64px, 9vw, 110px);
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border-radius: clamp(22px, 3vw, 34px);
  color: #fff;
  background:
    radial-gradient(circle at 96% 10%, rgba(53, 185, 168, 0.3), transparent 35%),
    linear-gradient(135deg, #0c1425, #172b47 68%, #16414a);
  box-shadow: 0 28px 70px rgba(16, 25, 45, 0.18);
}

.page-planner::after {
  position: absolute;
  right: -105px;
  bottom: -170px;
  z-index: -1;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.page-planner-copy h2 {
  margin: 5px 0 15px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.page-planner-copy > p:not(.section-kicker) {
  max-width: 450px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
}

.page-planner-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-planner-links a {
  display: grid;
  gap: 3px;
  min-height: 105px;
  align-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.page-planner-links a:hover,
.page-planner-links a:focus-visible {
  border-color: rgba(255, 200, 61, 0.7);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.page-planner-links span {
  color: var(--yellow);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-planner-links strong {
  font-size: 1.05rem;
}

.prose h2,
.prose h3 {
  color: var(--ink);
}

.prose > h2,
.prose > h3 {
  margin: 1.75em 0 0.55em;
  line-height: 1.08;
}

.prose > h2 {
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  font-weight: 950;
  letter-spacing: -0.055em;
}

.prose p,
.prose ul,
.prose ol {
  margin-block: 1em;
}

.lead {
  margin-bottom: 40px !important;
  color: var(--ink-soft);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.48;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: start;
  gap: clamp(36px, 7vw, 78px);
}

.story-grid .lead {
  margin-bottom: 0 !important;
}

.story-grid h2 {
  margin: 48px 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.story-grid blockquote {
  margin: 0;
  padding: 30px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.facts-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 42px 0;
  padding: 0;
  list-style: none;
}

.facts-list li {
  display: grid;
  gap: 5px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-weight: 800;
}

.facts-list strong {
  color: var(--orange-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.weekend-plan {
  display: grid;
  gap: 14px;
}

.weekend-plan article {
  display: grid;
  grid-template-columns: 90px 120px 1fr;
  align-items: center;
  gap: 24px;
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 25, 45, 0.055);
}

.weekend-plan span {
  color: var(--orange-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.weekend-plan strong {
  font-size: 0.8rem;
}

.weekend-plan h2,
.weekend-plan p {
  margin: 0;
}

.weekend-plan h2 {
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.weekend-plan p {
  grid-column: 3;
  color: var(--muted);
  font-size: 0.9rem;
}

.micro-note {
  margin-top: 28px !important;
  padding: 15px 18px;
  border-left: 3px solid var(--teal);
  color: var(--muted);
  background: rgba(53, 185, 168, 0.07);
  font-size: 0.83rem;
}

.ticket-page-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(38px, 7vw, 82px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 200, 61, 0.28), transparent 32%),
    linear-gradient(135deg, var(--ink), #173649);
  box-shadow: var(--shadow);
}

.ticket-page-card .section-kicker {
  color: var(--yellow);
}

.ticket-page-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.ticket-page-card > div:first-child > p:not(.section-kicker) {
  max-width: 550px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.ticket-page-card .button {
  margin-top: 30px;
}

.ticket-page-prices {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.ticket-page-prices div {
  display: grid;
  gap: 4px;
  padding: 28px;
}

.ticket-page-prices div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ticket-page-prices span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticket-page-prices strong {
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.program-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: clamp(26px, 4vw, 40px);
}

.program-list article:nth-child(2n) {
  border-left: 1px solid var(--line);
}

.program-list article:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.program-list article > span {
  color: var(--orange-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-list h2,
.program-list p {
  margin: 0;
}

.program-list h2 {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.program-list p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.92rem;
}

.program-list + p {
  margin-top: 30px;
}

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

.program-list-compact article:nth-child(2n) {
  border-left: 0;
}

.program-list-compact article:nth-child(n + 2) {
  border-top: 1px solid var(--line);
}

.editorial-panel {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
  padding: clamp(38px, 7vw, 70px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 200, 61, 0.3), transparent 33%),
    var(--ink);
  box-shadow: var(--shadow);
}

.editorial-panel-teal {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 200, 61, 0.24), transparent 31%),
    linear-gradient(135deg, var(--teal-dark), var(--ink));
}

.editorial-panel .section-kicker {
  color: var(--yellow);
}

.editorial-panel h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.editorial-panel > p:not(.section-kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.editorial-panel .button {
  margin-top: 30px;
  color: var(--ink);
  background: var(--yellow);
}

.location-grid {
  gap: 28px;
}

.location-grid .map-frame,
.location-grid .map-frame iframe {
  min-height: 500px;
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.location-card .venue-logo {
  margin-top: 0;
}

.location-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.location-card > p:not(.section-kicker):not(.venue-coordinates) {
  color: var(--muted);
}

.location-card .button {
  align-self: flex-start;
  margin-top: 25px;
}

.travel-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 18px;
  color: var(--ink-soft);
  background: var(--paper-warm);
}

.travel-note strong {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.travel-note p {
  margin: 0;
  color: var(--muted);
}

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

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(16, 25, 45, 0.05);
}

.faq-list summary {
  position: relative;
  padding: 22px 64px 22px 24px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.015em;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 690px;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.gallery-content .wp-block-gallery,
.gallery-content .blocks-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0;
  padding: 0;
}

.gallery-content figure,
.gallery-content .wp-block-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  align-self: stretch !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 16px;
  background: var(--paper-warm);
}

.gallery-content figure img,
.gallery-content .wp-block-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-content figure:hover img {
  transform: scale(1.025);
}

.contact-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}

.contact-intro h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.contact-intro > p {
  margin: 0;
  color: var(--muted);
}

.wpcf7-form {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
}

.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(16, 25, 45, 0.22);
  border-radius: 11px;
  color: var(--ink);
  background: var(--paper);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--teal-dark);
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(53, 185, 168, 0.16);
}

textarea.wpcf7-form-control {
  min-height: 170px;
  resize: vertical;
}

.wpcf7-submit {
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.wpcf7-submit:hover {
  background: var(--ink-light);
  transform: translateY(-1px);
}

.wpcf7-not-valid-tip {
  color: #a62c17;
  font-size: 0.8rem;
  font-weight: 800;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 14px 16px;
  border-width: 1px;
  border-radius: 12px;
}

/* Footer */
.footer-ticket-cta {
  color: var(--ink);
  background: var(--yellow);
}

.footer-ticket-inner {
  display: grid;
  min-height: 142px;
  grid-template-columns: minmax(200px, 0.7fr) minmax(200px, 0.7fr) auto;
  align-items: center;
  gap: 34px;
}

.footer-ticket-inner > div {
  display: grid;
  gap: 2px;
}

.footer-ticket-inner span {
  color: rgba(16, 25, 45, 0.64);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-ticket-inner strong {
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.footer-ticket-inner .button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}

.footer-ticket-inner .button-primary:hover {
  color: #fff;
  background: var(--ink-light);
}

.site-footer {
  color: #fff;
  background: #0a1220;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.65fr 0.9fr;
  gap: clamp(36px, 6vw, 76px);
  padding-block: 76px 60px;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 20px;
}

.footer-brand p,
.footer-column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.footer-column h2 {
  margin: 0 0 17px;
  color: var(--yellow);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-map-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover,
.footer-map-link:hover {
  color: var(--yellow);
}

.footer-map-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
}

/* 404 */
.error-404 {
  display: grid;
  min-height: 64vh;
  place-items: center;
  padding-block: 80px;
  text-align: center;
}

.error-404 strong {
  display: block;
  color: var(--orange);
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.error-404 h1 {
  margin: 28px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.055em;
}

/* Laptop and tablet */
@media (max-width: 1100px) {
  .brand-copy {
    display: none;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

  .hero-art {
    width: min(34vw, 360px);
    margin-right: 0;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 36px;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero-layout {
    min-height: 630px;
    padding-block: 58px 82px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 5.4vw, 5.5rem);
  }

  .hero-lede {
    margin-top: 19px;
    font-size: 1.05rem;
  }

  .event-facts {
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-price {
    margin-top: 26px;
    padding-top: 19px;
  }
}

@media (max-width: 900px) {
  .site-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: none;
  }

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

  .header-inner {
    min-height: 76px;
  }

  .brand img {
    width: 76px;
    max-height: 57px;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1003;
  }

  .js .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    display: none;
    overflow-y: auto;
    padding: 32px clamp(22px, 7vw, 56px) max(38px, env(safe-area-inset-bottom));
    color: #fff;
    background:
      radial-gradient(circle at 80% 10%, rgba(53, 185, 168, 0.2), transparent 28%),
      var(--ink);
    overscroll-behavior: contain;
  }

  body.admin-bar .js .site-nav {
    top: 122px;
  }

  .js .nav-is-open .site-nav {
    display: block;
  }

  .site-nav ul {
    width: min(100%, 560px);
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    margin-inline: auto;
  }

  .site-nav a {
    min-height: 58px;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 14px;
    color: #fff;
    font-size: 1.05rem;
  }

  .site-nav a::after {
    color: rgba(255, 255, 255, 0.42);
    content: "→";
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
  }

  .site-nav .nav-ticket {
    min-height: 60px;
    justify-content: center;
    margin: 16px 0 0;
    color: var(--ink);
    background: var(--yellow);
  }

  .site-nav .nav-ticket::after {
    margin-left: 8px;
    color: var(--ink);
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1001;
    border: 0;
    background: rgba(3, 8, 16, 0.54);
    backdrop-filter: blur(4px);
  }

  .nav-is-open .nav-backdrop {
    display: block;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 40px;
    padding-block: 70px 105px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 10.5vw, 6rem);
  }

  .hero-art {
    width: min(72%, 420px);
    margin: 0 auto;
  }

  .hero-art figcaption {
    right: auto;
    bottom: auto;
  }

  .event-rail-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .event-rail-inner::-webkit-scrollbar {
    display: none;
  }

  .section-head,
  .lineup-head,
  .page-lineup-head,
  .film-layout,
  .poster-layout,
  .experience-layout,
  .venue-layout,
  .ticket-panel,
  .closing-layout,
  .page-hero-inner,
  .page-planner,
  .ticket-page-card,
  .location-grid,
  .contact-intro {
    grid-template-columns: 1fr;
  }

  .film-copy {
    max-width: 650px;
  }

  .poster-copy {
    max-width: 720px;
  }

  .poster-frame {
    width: min(82%, 560px);
    justify-self: center;
  }

  .lineup-head,
  .page-lineup-head {
    max-width: 760px;
  }

  .video-frame {
    border-radius: 22px;
  }

  .experience-story {
    min-height: 470px;
  }

  .venue-layout {
    gap: 36px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 470px;
  }

  .venue-copy {
    padding: 0;
  }

  .ticket-panel {
    gap: 38px;
  }

  .closing-layout {
    align-items: start;
  }

  .page-hero-inner {
    gap: 32px;
  }

  .page-event-card {
    width: min(100%, 360px);
  }

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

  .program-list article:nth-child(2n) {
    border-left: 0;
  }

  .program-list article:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

  .footer-ticket-inner {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 30px;
  }

  .footer-ticket-inner .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

/* Phones */
@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-shell {
    width: min(calc(100% - 28px), var(--content));
  }

  .hero-layout {
    padding-block: 56px 92px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.65rem);
  }

  .hero-lede {
    margin-top: 22px;
  }

  .event-facts {
    display: grid;
    gap: 7px;
    margin-top: 22px;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-price {
    gap: 18px;
    justify-content: space-between;
  }

  .hero-price div {
    flex: 1;
  }

  .hero-price span {
    max-width: 120px;
  }

  .hero-art {
    width: min(82%, 320px);
    margin-inline: auto;
  }

  .hero-art figcaption {
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
  }

  .section {
    padding-block: clamp(68px, 18vw, 90px);
  }

  .section-title {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .section-head {
    gap: 22px;
    margin-bottom: 36px;
  }

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

  .artist-media,
  .page-lineup .artist-media {
    height: min(72vw, 290px);
  }

  .page-lineup {
    padding: 22px;
    border-radius: 24px;
  }

  .lineup-more {
    line-height: 1.4;
  }

  .video-frame {
    border-radius: 15px;
  }

  .poster-layout {
    gap: 42px;
  }

  .poster-copy .section-title {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  .poster-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .poster-frame {
    width: 100%;
    padding: 9px;
    border-radius: 19px;
    transform: none;
  }

  .poster-frame img {
    border-radius: 11px;
  }

  .experience-story {
    min-height: 430px;
    padding: 30px;
    border-radius: 24px;
  }

  .experience-story h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .experience-list {
    border-radius: 24px;
  }

  .experience-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .map-frame,
  .map-frame iframe,
  .location-grid .map-frame,
  .location-grid .map-frame iframe {
    min-height: 390px;
  }

  .map-frame,
  .ticket-panel,
  .ticket-page-card,
  .editorial-panel,
  .location-card {
    border-radius: 24px;
  }

  .ticket-panel,
  .ticket-page-card {
    padding: 30px 24px;
  }

  .ticket-copy h2,
  .ticket-page-card h2 {
    font-size: clamp(2.85rem, 14vw, 4.4rem);
  }

  .ticket-highlights div,
  .ticket-page-prices div {
    padding: 24px;
  }

  .closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero-inner {
    padding-block: 56px 64px;
  }

  .breadcrumbs {
    padding-top: 20px;
  }

  .breadcrumbs + .page-hero-inner {
    padding-top: 34px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 14.5vw, 4.75rem);
  }

  .page-content {
    padding-block: 66px;
  }

  .page-planner {
    margin-top: 58px;
    padding: 28px;
  }

  .page-planner-links {
    grid-template-columns: 1fr;
  }

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

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

  .weekend-plan article {
    grid-template-columns: 1fr auto;
    gap: 6px 14px;
    padding: 22px;
  }

  .weekend-plan strong {
    text-align: right;
  }

  .weekend-plan h2,
  .weekend-plan p {
    grid-column: 1 / -1;
  }

  .program-list article {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .editorial-panel {
    padding: 32px 24px;
  }

  .editorial-panel h2 {
    font-size: clamp(2.85rem, 14vw, 4.2rem);
  }

  .location-card {
    padding: 30px 24px;
  }

  .location-card .button {
    width: 100%;
  }

  .travel-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-content .wp-block-gallery,
  .gallery-content .blocks-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-content figure img,
  .gallery-content .wp-block-image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .wpcf7-form {
    padding: 24px 18px;
  }

  .footer-ticket-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 32px;
  }

  .footer-ticket-inner > div {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(16, 25, 45, 0.17);
  }

  .footer-ticket-inner .button {
    grid-column: auto;
    width: 100%;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
    padding-block: 58px 46px;
  }

  .footer-brand,
  .footer-event {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }
}

/* Short landscape screens */
@media (max-height: 560px) and (orientation: landscape) and (max-width: 900px) {
  .js .site-nav {
    padding-top: 18px;
  }

  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .site-nav a {
    min-height: 48px;
    font-size: 0.88rem;
  }

  .site-nav .nav-ticket {
    margin-top: 0;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 20px;
    padding-block: 44px 66px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 7vw, 4.4rem);
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-price {
    display: none;
  }

  .hero-art {
    width: min(29vw, 305px);
  }

  .page-hero-inner {
    grid-template-columns: 1fr minmax(220px, 0.36fr);
    padding-block: 38px;
  }

  .page-hero h1 {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .footer-ticket-cta,
  .site-footer,
  .hero-art,
  .video-frame,
  .button {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero,
  .page-hero,
  .section-film,
  .section-tickets {
    color: #000;
    background: #fff;
  }
}
