.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.lang-switch i { color: #ffffff44; font-style: normal; }
.lang-switch button {
  background: none;
  border: 0;
  color: #888;
  cursor: pointer;
  padding: 4px 0;
  letter-spacing: .14em;
  font: inherit;
}
.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] { color: var(--txt); }
.mobile-menu-bar .lang-switch { margin-right: auto; margin-left: 16px; }
@media (max-width: 800px) {
  .navin .lang-switch { display: none; }
}

:root {
  --micro: 180ms;
  --ui: 400ms;
  --section: 650ms;
  --cinematic: 1100ms;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --nav-h: 72px;
  --space-xs: 8px;
  --space-sm: 14px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --off: #f5f2ed;
}

body.age-blocking > :not(#age):not(.page-sweep):not(.cursor-dot):not(.cursor-ring):not(.cursor-cut) {
  pointer-events: none;
  visibility: hidden;
}
body.age-blocking #age { visibility: visible; pointer-events: auto; }
body.age-blocking .cursor-dot,
body.age-blocking .cursor-ring,
body.age-blocking .cursor-cut,
body.age-blocking .cursor-cut-clip {
  visibility: visible !important;
  pointer-events: none !important;
  z-index: 300;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 200;
  background: var(--red);
  color: #080808;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 12px;
}
.skip-link:focus { top: 12px; }
.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;
}

.tbd-flag { display: none !important; }

/* NAV */
.nav {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
  transition: background var(--ui) ease, border-color var(--ui) ease;
}
.nav.is-solid,
.nav.is-over-hero.is-solid {
  background: #050505f5;
  border-bottom-color: #ffffff12;
}
.nav.is-over-hero { background: linear-gradient(#050505cc, transparent); }
.nav-toggle {
  display: none;
  background: transparent;
  color: var(--txt);
  border: 1px solid #ffffff33;
  padding: 8px 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 800;
}
.links a[aria-current="page"],
.links a[aria-current="true"] { color: var(--red); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #050505;
  color: var(--txt);
  padding: 24px 22px 48px;
  display: none;
}
.mobile-menu.is-open,
.mobile-menu:not([hidden]) { display: block; }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--red);
  font-weight: 800;
}
.mobile-menu-bar button {
  background: transparent;
  border: 0;
  color: var(--txt);
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}
.mobile-menu-nav {
  margin-top: 48px;
  display: grid;
  gap: 8px;
}
.mobile-menu-nav a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-size: clamp(36px, 12vw, 72px);
  line-height: .85;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
}
.mobile-menu-nav a i {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--red);
}
.mobile-cta {
  margin-top: 28px;
  display: inline-block !important;
  background: var(--red);
  color: #080808 !important;
  padding: 16px 18px;
  font-size: 14px !important;
  letter-spacing: .12em;
}
body.menu-open { overflow: hidden; }

/* MEDIA SLOT */
.media-slot {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(143, 14, 32, calc(0.55 + var(--media-red, .18))) 0, transparent 24%),
    linear-gradient(120deg, #050505 40%, #160508);
}
.media-slot img,
.media-slot [data-media-img] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--media-pos, center center);
  transform: scale(var(--media-zoom, 1));
  transform-origin: var(--media-pos, center center);
}
.media-slot.is-mono img,
.media-slot.is-mono [data-media-img] { filter: grayscale(1) contrast(1.05); }
.media-slot.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(240, 42, 61, calc(var(--media-red, 0) * 0.5));
}
.media-slot.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, var(--media-overlay, 0)) 0%, rgba(5, 5, 5, calc(var(--media-overlay, 0) * 0.55)) 38%, transparent 72%),
    rgba(5, 5, 5, calc(var(--media-overlay, 0) * 0.42));
}
html.preview-select [data-edit-section] { cursor: crosshair; }
html.preview-select [data-edit-section]:hover { outline: 1px solid rgba(240, 42, 61, 0.55); outline-offset: -1px; }

/* HERO ENGINE */
.hero {
  min-height: 100svh;
  min-height: 100dvh;
  user-select: none;
  touch-action: pan-y;
}
.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-media-slot {
  position: absolute;
  inset: 0;
  transform: scale(1.08);
  animation: heroKen 22s ease-in-out infinite alternate;
}
.hero.is-paused .hero-media-slot,
.hero.reduce-motion .hero-media-slot { animation: none; }
html.reduce-motion .hero-media-slot { animation: none; transform: none; }
@keyframes heroKen {
  from { transform: scale(1.08) translateX(var(--drag-x, 0px)); }
  to { transform: scale(1.0) translateX(var(--drag-x, 0px)); }
}
.hero-sweep {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.hero-sweep.run { animation: sweep .7s cubic-bezier(.77, 0, .18, 1); }
.hero-content { z-index: 3; }
.hero-line {
  display: block;
  overflow: hidden;
}
.hero-line-inner {
  display: block;
  transform: translateY(110%);
  transition: transform var(--cinematic) var(--ease);
}
.hero.is-ready .hero-line-inner { transform: translateY(0); }
.hero.is-event {
  background: radial-gradient(circle at 70% 40%, #b31428 0, transparent 28%), linear-gradient(120deg, #2a0408 20%, #f02a3d);
}
.hero.is-event h1,
.hero.is-event .hero p,
.hero.is-event .tag { color: #090909; }
.hero.is-event h1 span { -webkit-text-stroke: 1px #090909; color: transparent; }
.hero.is-event .hero p { color: #1a0909; }
.hero-ui {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-counter {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 12px;
}
.hero-counter i { font-style: normal; color: #ffffff55; }
.hero-counter b {
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--red);
}
.hero-progress {
  display: flex;
  gap: 8px;
  flex: 1;
  min-width: 120px;
}
.hero-progress i {
  display: block;
  flex: 1;
  max-width: 72px;
  height: 2px;
  background: #ffffff28;
  overflow: hidden;
}
.hero-progress i b,
.hero-progress i:after {
  content: none;
}
.hero-progress i b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
}
.hero-progress i.done b { transform: scaleX(1); }
.hero-progress i.active b {
  animation: heroProgress var(--hero-duration, 7000ms) linear forwards;
}
html.reduce-motion .hero-progress i.active b { transform: scaleX(1); animation: none; }
.hero-controls { display: flex; gap: 8px; }
.hero-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff33;
  background: transparent;
  color: var(--txt);
  font-size: 18px;
}
.hero.is-dragging { cursor: grabbing; }

/* TICKER */
.ticker { position: relative; }
.ticker-track {
  display: inline-block;
  padding-left: 100%;
  animation: tickerMove 28s linear infinite;
}
html.reduce-motion .ticker-track { animation: none; padding-left: 0; }
@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* REVEALS */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--section) var(--ease), transform var(--section) var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="mask"] { clip-path: inset(0 0 100% 0); }
[data-reveal="mask"].is-in { clip-path: inset(0 0 0 0); }
html.reduce-motion [data-reveal] { opacity: 1; transform: none; clip-path: none; }

/* HOMEPAGE RHYTHM */
.section-quiet { background: #080808; }
.section-dark { background: #050505; }
.expect-grid,
.include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.expect-item,
.include-item {
  background: #080808;
  padding: 28px;
  min-height: 210px;
}
.expect-item h3,
.include-item h3 {
  text-transform: uppercase;
  letter-spacing: -.04em;
  font-size: 22px;
  margin: 40px 0 10px;
}
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.journey article {
  border-top: 2px solid var(--red);
  padding-top: 18px;
}
.journey span { color: var(--red); font-size: 11px; letter-spacing: .2em; font-weight: 800; }
.gallery-preview {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 180px;
  gap: 8px;
}
.gallery-preview .gallery-item:first-child { grid-row: 1 / span 2; }
.gallery-item {
  display: block;
  min-height: 180px;
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  color: inherit;
}
.gallery-caption,
.gallery-cat {
  position: absolute;
  z-index: 2;
  left: 16px;
}
.gallery-caption { bottom: 16px; font-size: 13px; max-width: 80%; }
.gallery-cat {
  top: 16px;
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--red);
}
.loc-preview {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
}
.loc-preview dl { margin: 0; }
.loc-preview dt { color: var(--red); font-size: 11px; letter-spacing: .2em; margin-top: 18px; }
.loc-preview dd { margin: 6px 0 0; }
.map-ghost {
  min-height: 280px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  letter-spacing: .2em;
  color: #666;
  font-size: 11px;
}
.is-disabled { pointer-events: none; opacity: .7; }

/* EVENTS */
.event-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.event-card a { display: grid; grid-template-columns: 140px 1fr; min-height: 180px; }
.event-card-media { min-height: 180px; }
.event-card-body { padding: 22px 22px 22px 20px; border: 1px solid var(--line); border-left: 0; }
.event-card h3 { font-size: 28px; text-transform: uppercase; letter-spacing: -.04em; margin: 10px 0; }
.status-chip {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}
.event-card.status-PAST { opacity: .72; }
.event-poster {
  min-height: 100svh;
  padding: 130px 0 80px;
  position: relative;
}
.event-poster .date-xl {
  font-size: clamp(72px, 16vw, 220px);
  line-height: .75;
  letter-spacing: -.08em;
  font-weight: 950;
  text-transform: uppercase;
}
.poster-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  margin-top: 40px;
}
.poster-meta div {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.poster-meta span:first-child { color: #888; font-size: 11px; letter-spacing: .16em; }

/* GALLERY VIEWER */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.gallery-grid .gallery-item:nth-child(3n+1) { min-height: 320px; }
.gallery-filters,
.faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin: 0 0 var(--space-lg);
}
.gallery-filters button,
.faq-cats button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--txt);
  padding: 10px 14px;
  letter-spacing: .16em;
  font-size: 10px;
  text-transform: uppercase;
}
.gallery-filters button[aria-pressed="true"],
.faq-cats button[aria-pressed="true"] {
  background: var(--red);
  color: #080808;
  border-color: var(--red);
}
.gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #050505;
  display: none;
}
.gallery-viewer.is-open { display: grid; grid-template-rows: auto 1fr auto; }
body.viewer-open { overflow: hidden; }
.viewer-bar,
.viewer-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
}
.viewer-stage { min-height: 70vh; position: relative; }
.hero.is-event .hero-media-slot.is-fallback {
  background: radial-gradient(circle at 70% 40%, #c9182c 0, transparent 32%), linear-gradient(120deg, #210307 10%, #f02a3d);
}
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.mobile-menu.is-open .mobile-menu-nav a {
  animation: menuIn var(--cinematic) var(--ease) both;
}
.mobile-menu.is-open .mobile-menu-nav a:nth-child(1) { animation-delay: 40ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(2) { animation-delay: 90ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(3) { animation-delay: 140ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(4) { animation-delay: 190ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(5) { animation-delay: 240ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(6) { animation-delay: 290ms; }
.mobile-menu.is-open .mobile-menu-nav a:nth-child(7) { animation-delay: 340ms; }
@keyframes menuIn {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
html.reduce-motion .mobile-menu.is-open .mobile-menu-nav a { animation: none; }
.viewer-stage .media-slot { position: absolute; inset: 24px; }
.viewer-nav button,
.viewer-bar button {
  background: transparent;
  border: 1px solid #ffffff33;
  color: var(--txt);
  min-width: 44px;
  min-height: 44px;
}

/* PAGES */
.page-hero {
  padding: 140px 0 50px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-size: clamp(56px, 12vw, 140px);
  line-height: .78;
  letter-spacing: -.07em;
  text-transform: uppercase;
  margin: 12px 0 20px;
}
.page-hero.calm { background: #070808; }
.steps { counter-reset: step; }
.steps article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: var(--space-md);
  padding: var(--space-lg) 0;
  border-top: 1px solid var(--line);
}
.steps b { font-size: 42px; color: var(--red); }
.code-list .rule { min-height: 160px; }
.form {
  display: grid;
  gap: var(--space-md);
  max-width: 520px;
}
.form label { display: grid; gap: var(--space-xs); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.form input,
.form textarea {
  background: #080808;
  border: 1px solid var(--line);
  color: var(--txt);
  padding: 14px 12px;
  font: 16px/1.4 Arial, sans-serif;
  border-radius: 0;
}
.form textarea { min-height: 140px; resize: vertical; }
.form-status {
  border: 1px solid var(--red);
  padding: 14px;
  color: var(--txt);
}

.ad-combo { position: relative; }
.ad-combo-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #080808;
  border: 1px solid var(--line);
  color: var(--off, #f5f2ed);
  padding: 14px 12px;
  text-align: left;
  font: 16px/1.4 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.ad-combo-btn:focus-visible { outline: 1px solid var(--red); border-color: var(--red); }
.ad-combo-btn .chev {
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--off, #f5f2ed);
  border-bottom: 1px solid var(--off, #f5f2ed);
  transform: rotate(45deg);
  margin-top: -4px;
  flex: none;
}
.ad-combo.is-open .chev { transform: rotate(-135deg); margin-top: 4px; }
.ad-combo-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #0a0a0a;
  border: 1px solid var(--line);
}
.ad-combo-list[hidden] { display: none; }
.ad-combo-list [role="option"] {
  padding: 10px 14px;
  cursor: pointer;
  color: var(--off, #f5f2ed);
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
}
.ad-combo-list [role="option"][aria-selected="true"],
.ad-combo-list [role="option"].is-active {
  background: #141414;
  box-shadow: inset 2px 0 0 var(--red);
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: none;
  background: #080808;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  accent-color: var(--red);
}
input[type="radio"] { border-radius: 50%; }
input[type="checkbox"]:hover,
input[type="radio"]:hover { border-color: #6a6a6a; }
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: var(--red);
  border-color: var(--red);
}
input[type="checkbox"]:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--off, #f5f2ed);
  border-bottom: 2px solid var(--off, #f5f2ed);
  transform: rotate(-45deg) translate(0, -1px);
  margin-top: -2px;
}
input[type="radio"]:checked::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--off, #f5f2ed);
}
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled { opacity: 0.4; cursor: not-allowed; }

.check,
.age-ack {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  text-align: left;
}
.age-ack {
  max-width: 420px;
  margin: 22px auto 18px;
  color: #cfcfcf;
}
.age-ack input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.age-ack:hover input[type="checkbox"]:not(:checked):not(:disabled) { border-color: #6a6a6a; }
.age-ack:focus-within { color: #eee; }
.age-ack span { flex: 1; }
.age #age-enter:disabled { opacity: 0.38; cursor: not-allowed; }
.sticky-cta {
  display: none;
  position: fixed;
  inset: auto 12px 12px;
  z-index: 25;
  background: var(--red);
  color: #080808;
  text-align: center;
  padding: 14px;
  font-weight: 800;
}

/* FAQ details polish */
.faq-item {
  border-top: 1px solid var(--line);
  padding: var(--space-md) 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  padding: var(--space-xs) 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--red);
  flex: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "×"; }
.faq-item p {
  margin: var(--space-sm) 0 var(--space-xs);
  max-width: 62ch;
  color: var(--mut);
}

.page-hero { position: relative; }
.page-hero-media {
  position: absolute;
  inset: 0;
  min-height: 42vh;
}
.page-hero.has-media {
  min-height: 46vh;
  display: grid;
  align-items: end;
  padding-bottom: var(--space-xl);
}
.page-hero.has-media .wrap { position: relative; z-index: 1; }
.editorial-media { min-height: 280px; margin: var(--space-lg) 0; }
.venue-media { min-height: 320px; aspect-ratio: 4 / 3; }
.code-detail-media { min-height: 140px; max-height: 200px; margin: var(--space-lg) 0; }
.home-event-media { min-height: 320px; margin-bottom: var(--space-lg); }
.home-visit-media { min-height: 260px; margin: var(--space-lg) 0; }
.contact-side { min-height: 360px; }
.loc-preview .loc-row { display: grid; gap: 2px; }
.loc-preview dt { color: var(--mut); font-size: 11px; letter-spacing: .16em; }
.loc-preview dd { margin: 2px 0 0; }
.loc-row[hidden] { display: none !important; }

@media (max-width: 800px) {
  .links, .nav-cta { display: none; }
  .nav-toggle { display: block; min-width: 48px; min-height: 44px; }
  .expect-grid, .include-grid, .journey, .event-list, .poster-grid, .loc-preview, .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-preview {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .gallery-preview .gallery-item:first-child { grid-row: auto; }
  .event-card a { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  .hero-ui { gap: 16px; }
  .hero-controls button { width: 48px; height: 48px; }
  .hero-bottom { gap: 28px; }
  .eventmini { max-width: none; }
  footer { padding-bottom: 110px; }
  .form { max-width: none; }
  .faq-item summary { font-size: 18px; min-height: 48px; }
}

@media (max-width: 768px) {
  .hero { padding: 110px 0 36px; }
  .hero-progress { min-width: 100%; order: 3; flex-basis: 100%; }
  .hero-ui { width: 100%; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 20vw; }
  .page-hero h1 { font-size: 16vw; }
  .steps article { grid-template-columns: 1fr; }
  .hero-controls { width: 100%; justify-content: space-between; }
  .wrap { width: min(1240px, calc(100% - 24px)); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 21vw; letter-spacing: -.07em; }
  .tag { letter-spacing: .22em; }
}

@media (max-width: 375px) {
  .hero h1 { font-size: 22vw; }
  .navin { height: 64px; }
  .mobile-menu-nav a { font-size: 11vw; }
}

html.preview-admin [data-edit-section] { cursor: pointer; }
html.preview-admin [data-edit-section]:hover {
  outline: 1px solid rgba(225, 29, 50, 0.55);
  outline-offset: -1px;
}

/* ===== Custom cursor (After Dark) ===== */
@media (hover: hover) and (pointer: fine) and (min-width: 801px) {
  html.has-custom-cursor,
  html.has-custom-cursor * { cursor: none !important; }
}

html.has-custom-cursor .cursor-dot:not(.cursor-dot-cut),
html.has-custom-cursor .cursor-ring:not(.cursor-ring-cut) {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

html.has-custom-cursor .cursor-cut {
  position: static;
  z-index: 301;
  pointer-events: none;
  visibility: visible;
}

html.has-custom-cursor .cursor-cut-clip {
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  z-index: 301;
}

html.has-custom-cursor .cursor-dot-cut,
html.has-custom-cursor .cursor-ring-cut {
  display: block !important;
  position: absolute;
  z-index: 202;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

html.has-custom-cursor .cursor-dot-cut {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--off, #f5f2ed);
}

html.has-custom-cursor .cursor-ring-cut {
  width: 38px;
  height: 38px;
  border: 1px solid var(--off, #f5f2ed);
  background: transparent !important;
  border-radius: 999px;
  color: var(--off, #f5f2ed);
}

html.has-custom-cursor .cursor-ring-cut[data-mode="link"] { width: 32px; height: 32px; }
html.has-custom-cursor .cursor-ring-cut[data-mode="enter"],
html.has-custom-cursor .cursor-ring-cut[data-mode="view"] { width: 44px; height: 44px; }
html.has-custom-cursor .cursor-ring-cut[data-mode="go"],
html.has-custom-cursor .cursor-ring-cut[data-mode="send"],
html.has-custom-cursor .cursor-ring-cut[data-mode="open"] { width: 42px; height: 42px; }
html.has-custom-cursor .cursor-ring-cut[data-mode="drag"] { width: 40px; height: 40px; }
html.has-custom-cursor .cursor-ring-cut[data-mode="prev"],
html.has-custom-cursor .cursor-ring-cut[data-mode="next"] { width: 50px; height: 30px; }
html.has-custom-cursor .cursor-ring-cut[data-mode="close"] { width: 30px; height: 30px; border-radius: 3px; }

html.has-custom-cursor .cursor-ring-cut .cursor-label-inner {
  color: var(--off, #f5f2ed);
}

html.has-custom-cursor.is-cursor-away .cursor-cut,
html.has-custom-cursor.is-native-cursor .cursor-cut {
  visibility: hidden !important;
}

html.has-custom-cursor .cursor-dot:not(.cursor-dot-cut) {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  z-index: 300;
}

html.has-custom-cursor .cursor-ring:not(.cursor-ring-cut) {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(245, 242, 237, 0.42);
  background: transparent !important;
  border-radius: 999px;
  color: var(--txt);
  display: grid;
  place-items: center;
  transition:
    width 180ms cubic-bezier(.22, .8, .2, 1),
    height 180ms cubic-bezier(.22, .8, .2, 1),
    border-color 180ms ease,
    border-radius 180ms cubic-bezier(.22, .8, .2, 1);
}

html.has-custom-cursor .cursor-ring.is-context {
  width: 38px;
  height: 38px;
  background: transparent !important;
}

html.has-custom-cursor .cursor-label-clip {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 12px;
  pointer-events: none;
}

html.has-custom-cursor .cursor-label-inner,
html.has-custom-cursor .cursor-ring span {
  display: block;
  font: 800 10px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt);
  white-space: nowrap;
  opacity: 1;
  transform: translateY(110%);
  transition: transform 180ms cubic-bezier(.22, .8, .2, 1);
}

html.has-custom-cursor .cursor-ring.is-labeled .cursor-label-inner {
  transform: translateY(0);
}

html.has-custom-cursor .cursor-ring[data-mode="link"] {
  width: 32px;
  height: 32px;
  border-color: rgba(245, 242, 237, 0.72);
}

html.has-custom-cursor .cursor-ring[data-mode="enter"],
html.has-custom-cursor .cursor-ring[data-mode="view"] {
  width: 44px;
  height: 44px;
  border-color: var(--red);
}

html.has-custom-cursor .cursor-ring[data-mode="go"],
html.has-custom-cursor .cursor-ring[data-mode="send"],
html.has-custom-cursor .cursor-ring[data-mode="open"] {
  width: 42px;
  height: 42px;
  border-color: var(--red);
}

html.has-custom-cursor .cursor-ring[data-mode="drag"] {
  width: 40px;
  height: 40px;
  border-color: var(--red);
}

html.has-custom-cursor .cursor-ring[data-mode="prev"],
html.has-custom-cursor .cursor-ring[data-mode="next"] {
  width: 50px;
  height: 30px;
  border-color: var(--red);
}

html.has-custom-cursor .cursor-ring[data-mode="close"] {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border-color: var(--red);
}

html.has-custom-cursor.is-cursor-away .cursor-dot,
html.has-custom-cursor.is-cursor-away .cursor-ring,
html.has-custom-cursor.is-native-cursor .cursor-dot,
html.has-custom-cursor.is-native-cursor .cursor-ring {
  opacity: 0;
}

html.has-custom-cursor.is-native-cursor,
html.has-custom-cursor.is-native-cursor * {
  cursor: auto !important;
}

html.has-custom-cursor.is-native-cursor input,
html.has-custom-cursor.is-native-cursor textarea,
html.has-custom-cursor.is-native-cursor select {
  cursor: text !important;
}

@media (hover: none), (max-width: 800px) {
  html.has-custom-cursor,
  html.has-custom-cursor * { cursor: auto !important; }
  .cursor-dot,
  .cursor-ring { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media-slot, .ticker-track, .hero-line-inner, [data-reveal], .page-sweep, .hero-sweep { animation: none !important; transition: none !important; }
  .hero-line-inner { transform: none; }
}

@media (orientation: landscape) and (max-height: 500px) {
  .hero { min-height: auto; padding: 96px 0 32px; }
}

.parking-block { margin: var(--space-xl) 0; scroll-margin-top: 96px; }
.parking-block h2 { margin: 0 0 var(--space-lg); }
.parking-options { display: grid; gap: var(--space-lg); }
@media (min-width: 800px) {
  .parking-options { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.parking-card {
  border: 1px solid var(--line);
  padding: 22px 22px 20px;
  background: #0a0a0a;
}
.parking-card b {
  display: block;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--red);
  margin-bottom: 10px;
}
.parking-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.parking-card p { margin: 0 0 18px; color: var(--mut); }
.parking-venue { margin-top: var(--space-xl); padding-top: var(--space-lg); border-top: 1px solid var(--line); }
.parking-compact { margin: 28px 0; padding: 18px 0; }
.parking-compact ul { margin: 10px 0 16px; padding-left: 18px; color: var(--mut); }
