/* midnight marquee — see DESIGN.md */
:root {
  --bg: oklch(0.10 0 0);
  --surface: oklch(0.16 0.006 200);
  --surface-2: oklch(0.21 0.008 200);
  --ink: oklch(0.96 0.012 90);
  --muted: oklch(0.72 0.010 90);
  --line: oklch(0.30 0.006 200);
  --primary: oklch(0.62 0.11 182);
  --primary-bright: oklch(0.78 0.12 182);
  --accent: oklch(0.85 0.15 88);
  --accent-ink: oklch(0.18 0.03 88);
  --display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --text: "Schibsted Grotesk", system-ui, sans-serif;
  --z-sticky: 10;
  --z-modal: 20;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: dark; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--primary-bright); text-decoration: none; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }

/* ---------- masthead ---------- */
.masthead {
  display: flex; align-items: center; gap: clamp(0.9rem, 2.5vw, 1.6rem);
  padding: 0.95rem clamp(1rem, 4vw, 2.5rem);
  max-width: 1240px; margin: 0 auto;
}
.wordmark { display: flex; line-height: 0; flex-shrink: 0; }
.wordmark img { display: block; height: clamp(38px, 6vw, 52px); width: auto; }
.wordmark-dot { color: var(--accent); }
.mast-search {
  font: 1rem var(--text); color: var(--ink);
  background: var(--surface)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ccircle cx='6.5' cy='6.5' r='5' fill='none' stroke='%23b8b5a8' stroke-width='1.5'/%3E%3Cpath d='m10.5 10.5 3.5 3.5' stroke='%23b8b5a8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat 1.05rem center;
  border: 1px solid var(--line); border-radius: 99px;
  padding: 0.62rem 1.2rem 0.62rem 2.5rem;
  flex: 1; min-width: 0; max-width: 620px;
}
.mast-search::placeholder { color: var(--muted); }
.mast-search:focus { outline: 2px solid var(--primary); outline-offset: 1px; }
.mast-loc {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-left: auto; flex-shrink: 0;
  color: var(--muted); font-size: 0.95rem; font-weight: 500;
}
.mast-loc svg { color: var(--accent); }
.mast-nav { display: flex; gap: 1.1rem; flex-shrink: 0; }
.mast-nav a { color: var(--muted); font-weight: 500; font-size: 0.95rem; padding: 0.2rem 0; }
.mast-nav a:hover { color: var(--ink); }
.mast-nav a.active { color: var(--ink); box-shadow: 0 2px 0 var(--accent); }

/* ---------- category tabs ---------- */
.tabs {
  position: sticky; top: 0; z-index: var(--z-sticky);
  display: flex; gap: 0.35rem;
  max-width: 1240px; margin: 0 auto;
  padding: 0.65rem clamp(1rem, 4vw, 2.5rem);
  overflow-x: auto; scrollbar-width: none;
  background: color-mix(in oklab, var(--bg) 90%, transparent);
  backdrop-filter: blur(10px);
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  font: 600 0.95rem var(--text); color: var(--muted);
  text-transform: capitalize; white-space: nowrap;
  background: none; border: 2px solid transparent; border-radius: 99px;
  padding: 0.4rem 1rem; cursor: pointer;
  transition: color 120ms ease-out, background-color 120ms ease-out;
}
.tab:hover { color: var(--ink); background: var(--surface); }
.tab.is-active {
  color: var(--ink); background: var(--bg);
  border-color: var(--ink); font-weight: 700;
}
.tab:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }

/* ---------- date strip ---------- */
.daybar {
  position: relative;
  max-width: 1240px; margin: 0.55rem auto 0;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}
/* tabs + date strip live inside the "On the calendar" section — cancel <main>'s
   padding so they keep their own full-width layout (and arrow-button offsets) */
.grid-section .tabs,
.grid-section .daybar {
  max-width: none;
  margin-inline: calc(-1 * clamp(1rem, 4vw, 2.5rem));
}
.grid-section .daybar { margin-bottom: 1.1rem; }
.day-strip {
  display: flex; gap: 0.4rem; align-items: stretch;
  overflow-x: auto; scrollbar-width: none;
  mask-image: linear-gradient(90deg, #000 calc(100% - 3.5rem), transparent);
}
.day-strip::-webkit-scrollbar { display: none; }
.day {
  flex-shrink: 0; min-width: 3.2rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.1rem; padding: 0.45rem 0.4rem 0.4rem;
  font-family: var(--text); color: var(--ink);
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  cursor: pointer;
  transition: border-color 120ms ease-out, background-color 120ms ease-out;
}
.day:hover { background: var(--surface-2); }
.day:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }
.day strong { font-size: 1.05rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1.1; }
.day span { font-size: 0.66rem; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.day--we strong { color: var(--accent); }
.day.is-active { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.day.is-active strong { color: inherit; }
.day.is-active span { color: inherit; }
.day--all svg { color: currentColor; }
.day-month {
  align-self: center; flex-shrink: 0;
  font-family: var(--display); font-weight: 700; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted);
  padding: 0 0.35rem;
}
.strip-btn {
  position: absolute; top: 50%; translate: 0 -50%;
  width: 2.1rem; height: 2.1rem; border-radius: 99px;
  display: grid; place-items: center;
  background: var(--surface-2); color: var(--ink);
  border: 1px solid var(--line); cursor: pointer;
}
.strip-btn:hover { background: var(--line); }
.strip-btn[hidden] { display: none; }
.strip-prev { left: calc(clamp(1rem, 4vw, 2.5rem) - 1rem); }
.strip-next { right: calc(clamp(1rem, 4vw, 2.5rem) - 1rem); }

/* ---------- showcase carousel ---------- */
.showcase { max-width: 1240px; margin: 1.1rem auto 0; padding: 0 clamp(1rem, 4vw, 2.5rem); }
.show-frame {
  border: 3px solid var(--accent); border-radius: 26px;
  padding: 7px;
}
.show-stage {
  position: relative; overflow: hidden; border-radius: 17px;
  height: clamp(340px, 52vh, 560px);
  background: var(--surface);
}
.slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 650ms ease-out, visibility 0s linear 650ms;
}
.slide.is-active {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity 650ms ease-out;
}
.slide[data-key] { cursor: pointer; }
.slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slide-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    oklch(0.10 0 0 / 0.92) 0%, oklch(0.10 0 0 / 0.5) 40%,
    oklch(0.10 0 0 / 0.12) 72%, oklch(0.10 0 0 / 0.25) 100%);
}
.slide-cat {
  position: absolute; left: 1.15rem; top: 1.15rem;
  font: 700 0.78rem var(--text); text-transform: uppercase; letter-spacing: 0.05em;
  background: oklch(0.10 0 0 / 0.78); color: var(--ink);
  padding: 0.3rem 0.75rem; border-radius: 99px;
  backdrop-filter: blur(4px);
}
.slide-info {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(1.1rem, 3vw, 2rem);
  /* clears the concierge panel overlapping the stage's bottom edge */
  padding-bottom: clamp(1.9rem, 5vw, 3.9rem);
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem;
}
.slide-info h1, .slide-info h2 {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 800; line-height: 0.95; letter-spacing: -0.02em;
  text-transform: uppercase; max-width: 22ch;
}
.h1-slogan { color: var(--accent); }
.slide-meta { color: oklch(0.9 0.012 90); font-size: 1.02rem; }
.slide-price {
  margin-top: 0.35rem;
  font: 700 0.95rem var(--text); color: var(--bg);
  background: var(--ink); border-radius: 10px; padding: 0.42rem 0.85rem;
}
.hero-stats { font-size: 1.05rem; color: var(--ink); }
.hero-stats strong { color: var(--accent); }
.hero-film { position: absolute; inset: 0; background: var(--surface); }
.hero-film .film {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0;
  transition: opacity 1100ms ease-out;
}
.hero-film .film.is-active { opacity: 1; }
.show-arrow {
  position: absolute; top: 50%; translate: 0 -50%; z-index: 2;
  width: 2.7rem; height: 2.7rem; border-radius: 99px;
  display: grid; place-items: center;
  background: oklch(0.10 0 0 / 0.6); color: var(--ink);
  border: 1px solid oklch(1 0 0 / 0.14);
  backdrop-filter: blur(4px); cursor: pointer;
  transition: background-color 120ms ease-out;
}
.show-arrow:hover { background: oklch(0.10 0 0 / 0.85); }
.show-arrow:focus-visible { outline: 2px solid var(--primary-bright); outline-offset: 1px; }
.show-prev { left: 1rem; }
.show-next { right: 1rem; }
.show-dots { position: absolute; right: 1.3rem; bottom: 3.1rem; z-index: 2; display: flex; gap: 0.4rem; }
.show-dots button {
  width: 8px; height: 8px; border-radius: 99px; border: none; cursor: pointer;
  background: oklch(1 0 0 / 0.35); padding: 0;
  transition: width 250ms cubic-bezier(0.25, 1, 0.5, 1), background-color 250ms ease-out;
}
.show-dots button.is-active { width: 20px; background: var(--accent); }
@media (prefers-reduced-motion: reduce) {
  .hero-film .film { display: none; }
  .hero-film { background: var(--hero-poster, none) center / cover no-repeat; }
  .slide { transition: none; }
}

/* ---------- hero ---------- */
.hero { max-width: 1240px; margin: 0 auto; padding: clamp(2.2rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2.5rem) 1.5rem; }
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 800; line-height: 0.95; letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero-sub { max-width: 58ch; margin-top: 1.2rem; color: var(--muted); font-size: 1.05rem; }
.hero-sub strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.hero-headliners { margin-top: 0.4rem; }
.hero--ledger h1 { font-size: clamp(2.4rem, 6.5vw, 4.5rem); }

/* ---------- impact banner ---------- */
.impact {
  display: flex; align-items: baseline; gap: 0.35rem 0.95rem;
  max-width: 1176px;
  margin: 1.2rem auto 0; padding: 1rem 1.4rem;
  margin-inline: clamp(1rem, calc((100vw - 1176px) / 2), auto);
  background: var(--accent); color: var(--accent-ink); border-radius: 6px;
}
@media (max-width: 1240px) { .impact { margin-inline: clamp(1rem, 4vw, 2.5rem); } }
.impact-kicker {
  flex-shrink: 0;
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 0.95rem; letter-spacing: 0.04em;
  border: 1.5px solid currentColor; border-radius: 4px; padding: 0.05rem 0.5rem;
}
.impact-title {
  flex-shrink: 0; white-space: nowrap;
  font-family: var(--display); font-weight: 800; font-size: 1.35rem;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.impact-meta { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.95rem; }
.impact-cta { margin-left: auto; flex-shrink: 0; white-space: nowrap; font-weight: 700; font-size: 0.95rem; }
.impact:hover { background: oklch(0.88 0.15 88); }

/* ---------- concierge — the box-office window, mounted over the marquee frame ---------- */
.concierge {
  position: relative; z-index: 3;
  max-width: 1240px; margin: -2.4rem auto 0;
  padding: 0 clamp(2.4rem, 8vw, 5.5rem);
}
.conc-panel {
  border: 1px solid color-mix(in oklab, var(--accent) 45%, var(--line));
  border-radius: 18px;
  background:
    radial-gradient(120% 100% at 50% 0%,
      color-mix(in oklab, var(--accent) 7%, transparent), transparent 58%),
    color-mix(in oklab, var(--surface) 60%, var(--bg));
  padding: clamp(1.7rem, 3.6vw, 2.6rem) clamp(1.2rem, 3vw, 2.6rem);
  text-align: center;
  box-shadow:
    0 30px 60px -30px oklch(0 0 0 / 0.9),
    0 1px 40px -12px color-mix(in oklab, var(--accent) 26%, transparent);
}
.conc-kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--display); font-weight: 600; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.24em; text-indent: 0.24em;
  color: var(--accent);
}
.conc-dot {
  width: 7px; height: 7px; border-radius: 99px; background: var(--accent);
  box-shadow: 0 0 8px color-mix(in oklab, var(--accent) 65%, transparent);
}
.conc-title {
  font-size: clamp(1.75rem, 4.2vw, 2.8rem); font-weight: 700;
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1;
  margin: 0.55rem 0 0.4rem;
}
.conc-sub { color: var(--muted); font-size: 0.98rem; max-width: 56ch; margin: 0 auto 1.5rem; text-wrap: pretty; }
.conc-sub strong { color: var(--accent); font-weight: 600; font-variant-numeric: tabular-nums; }
.conc-form {
  display: flex; align-items: center; gap: 0.7rem;
  max-width: 660px; margin: 0 auto;
  background: var(--bg); border: 1px solid var(--line); border-radius: 99px;
  padding: 0.45rem 0.5rem 0.45rem 1.35rem;
  transition: border-color 150ms ease-out, box-shadow 150ms ease-out;
}
.conc-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 20%, transparent);
}
.conc-form input {
  flex: 1; min-width: 0; background: none; border: none; outline: none;
  font: 1.05rem var(--text); color: var(--ink); padding: 0.45rem 0;
  text-align: left;
}
.conc-form input::placeholder { color: var(--muted); }
.conc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.conc-ask {
  font: 700 1rem var(--text); color: var(--accent-ink);
  background: var(--accent); border: none; border-radius: 99px;
  padding: 0.65rem 1.7rem; cursor: pointer; flex-shrink: 0;
}
.conc-ask:hover { background: oklch(0.88 0.15 88); }
.conc-ask:focus-visible { outline: 2px solid var(--primary-bright); outline-offset: 1px; }
.conc-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-top: 1rem; }
.conc-chip {
  font: 500 0.88rem var(--text); color: var(--muted);
  background: none; border: 1px solid var(--line); border-radius: 99px;
  padding: 0.34rem 0.9rem; cursor: pointer;
  transition: color 120ms ease-out, border-color 120ms ease-out;
}
.conc-chip:hover { color: var(--ink); border-color: var(--muted); }
.conc-chip:focus-visible { outline: 2px solid var(--primary-bright); outline-offset: 1px; }
.conc-panel.is-busy .conc-ask,
.conc-panel.is-busy .conc-chip { opacity: 0.55; pointer-events: none; }
.conc-result { margin-top: 1.6rem; text-align: left; }
.conc-reply {
  background: var(--surface); border-left: 2px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 0.95rem 1.2rem; margin-bottom: 1.15rem;
  font-style: italic; font-size: 1.02rem; max-width: 78ch;
}
@media (prefers-reduced-motion: no-preference) {
  .conc-dot { animation: bulb 2.8s ease-in-out infinite; }
  .conc-panel.is-busy .conc-dot { animation-duration: 700ms; }
  .conc-panel.is-busy .conc-reply { animation: spark 900ms ease-in-out infinite alternate; }
  @keyframes bulb { 50% { opacity: 0.35; } }
  @keyframes spark { from { opacity: 0.4; } to { opacity: 1; } }
}
@media (max-width: 720px) {
  .concierge { margin-top: -1.2rem; padding: 0 clamp(1rem, 4vw, 2.5rem); }
  .conc-panel { border-radius: 16px; padding: 1.4rem 1rem 1.2rem; }
  .conc-title { font-size: 1.5rem; }
  .conc-ask { padding: 0.6rem 1.2rem; }
}

/* ---------- sections ---------- */
main { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.5rem) 3rem; }
.section-head { display: flex; align-items: baseline; gap: 1rem; margin: 2.4rem 0 1.1rem; }
.section-head h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.count { color: var(--muted); font-size: 0.92rem; font-variant-numeric: tabular-nums; }

/* ---------- card grid ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.1rem; }
.card {
  background: var(--surface); border-radius: 10px; overflow: hidden;
  cursor: pointer; display: flex; flex-direction: column;
  transition: background 140ms ease-out, translate 140ms cubic-bezier(0.25, 1, 0.5, 1);
}
.card:hover { background: var(--surface-2); translate: 0 -3px; }
.card:focus-visible { outline: 2px solid var(--primary-bright); outline-offset: 2px; }
.card-media { aspect-ratio: 16 / 9; background: var(--surface-2); position: relative; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media .fallback {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 4rem;
  color: var(--primary); text-transform: uppercase;
}
.card-cat {
  position: absolute; left: 0.7rem; top: 0.7rem;
  font: 700 0.72rem var(--text); text-transform: uppercase; letter-spacing: 0.05em;
  background: oklch(0.10 0 0 / 0.82); color: var(--ink);
  padding: 0.22rem 0.55rem; border-radius: 4px;
}
.card-body { padding: 0.85rem 0.95rem 1rem; display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.card-meta {
  font-size: 0.82rem; font-weight: 700; color: var(--accent);
  text-transform: uppercase; letter-spacing: 0.04em; font-variant-numeric: tabular-nums;
}
.card h3 { font-size: 1.45rem; font-weight: 700; line-height: 1.02; text-transform: uppercase; letter-spacing: -0.01em; }
.card-venue { color: var(--muted); font-size: 0.92rem; }
.card-foot { margin-top: auto; padding-top: 0.45rem; color: var(--muted); font-size: 0.85rem; display: flex; gap: 0.6rem; }
.card-foot .price { color: var(--ink); font-weight: 500; }

/* entrance */
@media (prefers-reduced-motion: no-preference) {
  .card.enter { animation: rise 300ms cubic-bezier(0.25, 1, 0.5, 1) backwards; }
  @keyframes rise { from { opacity: 0; transform: translateY(12px); } }
}

.more-wrap { display: flex; justify-content: center; margin: 1.6rem 0; }
.more {
  font: 700 0.95rem var(--text); color: var(--ink);
  background: none; border: 1px solid var(--line); border-radius: 99px;
  padding: 0.6rem 1.6rem; cursor: pointer;
}
.more:hover { border-color: var(--muted); background: var(--surface); }
.empty { color: var(--muted); padding: 2rem 0; }

/* ---------- ongoing rail ---------- */
.rail { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 0.5rem 1.5rem; }
.rail-item {
  display: flex; align-items: baseline; gap: 0.7rem;
  padding: 0.65rem 0.2rem; border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.rail-item:hover .rail-title { color: var(--primary-bright); }
.rail-title { font-family: var(--display); font-weight: 700; font-size: 1.12rem; text-transform: uppercase; letter-spacing: 0; }
.rail-venue { color: var(--muted); font-size: 0.86rem; margin-left: auto; text-align: right; }

/* ---------- conventions ledger ---------- */
.ledger { padding-top: 0.5rem; }
.ledger-month { margin: 2.2rem 0; }
.ledger-month h2 {
  font-size: 1.5rem; font-weight: 700; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.6rem;
}
.ledger-month ul { list-style: none; }
.ledger-row {
  display: grid;
  grid-template-columns: 7.5rem 1fr 14rem 9rem 8rem;
  gap: 1rem; align-items: baseline;
  padding: 0.7rem 0.2rem; border-bottom: 1px solid var(--line);
}
.ledger-date { color: var(--muted); font-variant-numeric: tabular-nums; font-size: 0.92rem; white-space: nowrap; }
.ledger-name a { color: var(--ink); font-weight: 700; }
.ledger-name a:hover { color: var(--primary-bright); }
.ledger-org { display: block; color: var(--muted); font-size: 0.85rem; font-weight: 400; }
.ledger-venue, .ledger-tag { color: var(--muted); font-size: 0.9rem; }
.badge {
  justify-self: end; text-align: right;
  font-family: var(--display); font-weight: 800; font-size: 1.25rem;
  color: var(--accent); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.badge em { display: block; font: 400 0.7rem var(--text); color: var(--muted); font-style: normal; letter-spacing: 0.04em; text-transform: uppercase; }
.badge--empty { color: var(--line); }
@media (max-width: 860px) {
  .ledger-row { grid-template-columns: 6rem 1fr 6.5rem; }
  .ledger-venue, .ledger-tag { display: none; }
}

/* ---------- modal ---------- */
dialog.event-modal {
  margin: auto;
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--line); border-radius: 12px;
  padding: 0; width: min(640px, calc(100vw - 2rem));
  max-height: calc(100dvh - 4rem);
}
dialog.event-modal::backdrop { background: oklch(0.05 0 0 / 0.7); }
.modal-media { aspect-ratio: 16 / 9; background: var(--surface-2); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 1.2rem 1.4rem 1.5rem; }
.modal-body .card-meta { font-size: 0.9rem; }
.modal-body h3 { font-size: 2rem; text-transform: uppercase; line-height: 1; margin: 0.2rem 0 0.4rem; }
.modal-venue { color: var(--muted); margin-bottom: 0.8rem; }
.modal-desc { color: var(--muted); font-size: 0.95rem; max-height: 9.5rem; overflow: auto; margin-bottom: 1.1rem; }
.modal-actions { display: flex; gap: 0.8rem; align-items: center; }
.btn-tickets {
  font: 700 1rem var(--text); color: var(--accent-ink);
  background: var(--accent); border-radius: 8px; padding: 0.6rem 1.3rem;
  display: inline-block;
}
.btn-tickets:hover { background: oklch(0.88 0.15 88); }
.modal-close {
  position: absolute; top: 0.7rem; right: 0.7rem;
  width: 2.1rem; height: 2.1rem; border-radius: 99px; border: none;
  background: oklch(0.10 0 0 / 0.75); color: var(--ink);
  font-size: 1.1rem; cursor: pointer; line-height: 1;
}

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); margin-top: 4rem; }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 2.8rem clamp(1rem, 4vw, 2.5rem) 1.6rem; }
.footer-grid {
  display: grid; gap: 2rem 2.5rem;
  grid-template-columns: minmax(230px, 1.5fr) repeat(2, minmax(150px, 1fr));
}
.foot-tag { font-weight: 700; font-size: 1.05rem; max-width: 30ch; text-wrap: balance; }
.foot-note { color: var(--muted); font-size: 0.88rem; margin-top: 0.6rem; max-width: 42ch; }
.foot-slogan { color: var(--ink); }
.foot-col h3 {
  font-size: 1.05rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.03em; color: var(--accent); margin-bottom: 0.5rem;
}
.foot-col a { display: block; color: var(--muted); font-size: 0.95rem; padding: 0.16rem 0; }
.foot-col a:hover { color: var(--ink); }
.foot-soon { display: block; color: var(--muted); font-size: 0.95rem; padding: 0.16rem 0; font-style: italic; }
.footer-mark {
  display: block;
  width: min(100%, 620px); height: auto;
  margin-top: 2.4rem;
}
.footer-base {
  display: flex; flex-wrap: wrap; gap: 0.3rem 2rem; justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 1.4rem; padding-top: 1rem;
  color: var(--muted); font-size: 0.85rem;
}
.foot-about-btn {
  margin-top: 0.9rem; padding: 0;
  font: 600 0.98rem var(--text); color: var(--primary-bright);
  background: none; border: 0; cursor: pointer;
  transition: color 120ms ease-out;
}
.foot-about-btn:hover { color: var(--ink); }
.foot-about-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 3px; }

/* ---------- about modal ---------- */
.about-modal {
  position: fixed; inset: 0; margin: auto;
  width: min(440px, 92vw); height: fit-content;
  max-height: calc(100dvh - 2rem);
  padding: 0; border: 0; background: transparent; color: var(--ink);
}
.about-modal::backdrop { background: oklch(0 0 0 / 0.62); backdrop-filter: blur(4px); }
.about-panel {
  position: relative;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 22px; padding: 2.4rem 2rem 2rem; text-align: center;
  box-shadow: 0 26px 64px oklch(0 0 0 / 0.55);
}
.about-modal[open] .about-panel { animation: about-pop 200ms cubic-bezier(0.2, 0.9, 0.3, 1); }
@keyframes about-pop {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: none; }
}
.about-close-form { position: absolute; top: 0.7rem; right: 0.8rem; margin: 0; }
.about-close {
  width: 2rem; height: 2rem; border-radius: 99px;
  display: grid; place-items: center;
  background: var(--surface-2); color: var(--muted);
  border: 1px solid var(--line); cursor: pointer;
  font-size: 1.3rem; line-height: 1;
  transition: color 120ms ease-out, background-color 120ms ease-out;
}
.about-close:hover { color: var(--ink); background: var(--line); }
.about-close:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }
.about-logo { display: block; width: min(72%, 250px); height: auto; margin: 0.4rem auto 1.5rem; }
.about-slogan {
  font-family: var(--display); font-weight: 700; font-size: 1.45rem;
  text-transform: uppercase; letter-spacing: 0.015em;
  margin: -0.7rem auto 0.8rem;
}
.about-lede { font-size: 1.08rem; line-height: 1.5; margin: 0 auto; max-width: 30ch; text-wrap: balance; }
.about-cities {
  margin: 1.1rem auto 0; font-size: 0.95rem; font-weight: 500; color: var(--muted);
}
.about-cities strong { color: var(--accent); font-weight: 700; }
.about-note { color: var(--muted); font-size: 0.82rem; line-height: 1.5; margin: 1.3rem auto 0; max-width: 40ch; }
.about-mail {
  display: inline-block; margin-top: 1.5rem;
  font-weight: 700; font-size: 1.02rem; color: var(--accent);
}
.about-mail:hover { text-decoration: underline; }

@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 720px) {
  .masthead { flex-wrap: wrap; gap: 0.7rem 1rem; }
  .mast-search { order: 10; flex-basis: 100%; max-width: none; }
  .impact { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .impact-title { white-space: normal; }
  .impact-meta { white-space: normal; overflow: visible; }
  .impact-cta { margin-left: 0; }
  .show-stage { height: clamp(300px, 58vw, 420px); }
  .show-arrow { width: 2.2rem; height: 2.2rem; }
  .show-prev { left: 0.6rem; }
  .show-next { right: 0.6rem; }
  .show-dots { bottom: 2.1rem; }
}
