/* ─────────────────────────────────────────────────────────────────
   Backline Stage — funky monochrome / band-style redesign
   font: Pretendard only
───────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: block;
  src: url("./assets/fonts/PretendardVariable.woff2") format("woff2-variations");
}

:root {
  --bg: #05060d;
  --bg-alt: #090b16;
  --surface: rgba(255, 255, 255, 0.07);
  --ink: #f5f6ff;
  --ink-2: #d9ddec;
  --ink-3: rgba(245, 246, 255, 0.72);
  --ink-mute: rgba(245, 246, 255, 0.48);
  --line: rgba(245, 246, 255, 0.22);
  --line-soft: rgba(245, 246, 255, 0.12);
  --void: #05060d;
  --glass: rgba(255, 255, 255, 0.075);
  --accent: #ff2d2d;      /* signal red — used sparingly */
  --hot: #faff00;         /* hot yellow tape */
  --noise: rgba(255, 255, 255, 0.05);
  --grid: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius-0: 0px;
  --radius-1: 4px;
  --shadow-hard: 0 0 0 1px rgba(250, 255, 0, 0.18), 0 0 24px rgba(250, 255, 0, 0.16);
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.34), 0 0 32px rgba(72, 91, 180, 0.16);
  --tracking-tight: -0.025em;
  --tracking-title: -0.035em;
  --tracking-label: 0.12em;
  --tracking-ui: 0.01em;
  --leading-body: 1.6;
  --leading-copy: 1.7;
  --leading-title: 0.96;
  --header-overlay-h: 64px;
  --brand-logo-white: url("./assets/brand/original-white/logo-white.png");
  --brand-mascot-white: url("./assets/brand/original-white/mascot-white.png");
  --brand-face-white: url("./assets/brand/original-white/face-white.png");
  --brand-back-white: url("./assets/brand/original-white/mascot-back-white.png");

  --font: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html {
  overflow-y: scroll;
  scroll-behavior: auto;
  scroll-padding-top: var(--header-overlay-h);
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(74, 92, 190, 0.26), transparent 30vw),
    radial-gradient(circle at 88% 18%, rgba(255, 45, 93, 0.13), transparent 28vw),
    radial-gradient(circle at 50% 88%, rgba(250, 255, 0, 0.055), transparent 36vw),
    linear-gradient(180deg, #05060d 0%, #02030a 58%, #05060d 100%);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: var(--leading-body);
  font-feature-settings: "ss01", "ss02";
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  right: min(-10vw, -90px);
  bottom: min(-18vw, -180px);
  z-index: 0;
  width: clamp(360px, 40vw, 660px);
  aspect-ratio: 1909 / 2724;
  pointer-events: none;
  background: var(--brand-mascot-white) center / contain no-repeat;
  opacity: 0.035;
  mix-blend-mode: screen;
  transform: rotate(7deg);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(74, 92, 190, 0.24), transparent 30vw),
    radial-gradient(circle at 84% 28%, rgba(255, 45, 93, 0.16), transparent 30vw),
    rgba(2, 3, 10, 0.94);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.is-page-leaving::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.is-page-leaving :is(.site-header, main, .site-footer) {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: opacity 180ms ease, transform 220ms ease;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { padding-left: 0; list-style: none; }
p, li, th, td, small, .lead { word-break: keep-all; overflow-wrap: break-word; }

::selection { background: var(--hot); color: var(--void); }

/* ─── shared layout primitives ─────────────────────────────────── */

.wrap {
  width: 100%;
  max-width: var(--grid);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.hero__grid > *,
.section-head > *,
.now > *,
.page-hero__inner > * {
  min-width: 0;
}

:is(
  .site-header,
  .hero__corner,
  .hero__eyebrow,
  .hero__title,
  .hero__sub,
  .hero__actions,
  .hero__meta,
  .page-hero .eyebrow,
  .page-hero h1,
  .page-hero .lead,
  .page-hero__pills,
  .section-head,
  .channels,
  .now,
  .venue-carousel,
  .poster-orbit,
  .ig-grid,
  .gear-grid,
  .flow,
  .price-grid,
  .cuesheet,
  .cal-wrap,
  .poster-gallery,
  .yt-grid,
  .masonry,
  .contact-grid,
  .form-block,
  .loc-layout,
  .mini-map,
  .map-card,
  .transit,
  .transit-v2,
  .loadin,
  .bigch,
  .req,
  .cta__inner,
  .site-footer__top,
  .site-footer__bot
) {
  animation: page-object-rise 640ms cubic-bezier(0.19, 1, 0.22, 1) both;
  animation-delay: var(--rise-delay, 0ms);
  backface-visibility: hidden;
}

.site-header { --rise-delay: 0ms; }
.hero__corner,
.page-hero .eyebrow { --rise-delay: 40ms; }
.hero__eyebrow,
.page-hero h1 { --rise-delay: 80ms; }
.hero__title,
.page-hero .lead { --rise-delay: 130ms; }
.hero__sub,
.page-hero__pills { --rise-delay: 180ms; }
.hero__actions,
.section-head { --rise-delay: 230ms; }
.hero__meta,
.channels,
.now,
.venue-carousel,
.poster-orbit,
.ig-grid,
.gear-grid,
.flow,
.price-grid,
.cuesheet,
.cal-wrap,
.poster-gallery,
.yt-grid,
.masonry,
.contact-grid,
.form-block,
.loc-layout,
.mini-map,
.map-card,
.transit,
.transit-v2,
.loadin,
.bigch,
.req { --rise-delay: 280ms; }
.cta__inner,
.site-footer__top { --rise-delay: 340ms; }
.site-footer__bot { --rise-delay: 400ms; }

@keyframes page-object-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.992);
  }
  58% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .site-header,
    .hero__corner,
    .hero__eyebrow,
    .hero__title,
    .hero__sub,
    .hero__actions,
    .hero__meta,
    .page-hero .eyebrow,
    .page-hero h1,
    .page-hero .lead,
    .page-hero__pills,
    .section-head,
    .channels,
    .now,
    .venue-carousel,
    .poster-orbit,
    .ig-grid,
    .gear-grid,
    .flow,
    .price-grid,
    .cuesheet,
    .cal-wrap,
    .poster-gallery,
    .yt-grid,
    .masonry,
    .contact-grid,
    .form-block,
    .loc-layout,
    .mini-map,
    .map-card,
    .transit,
    .transit-v2,
    .loadin,
    .bigch,
    .req,
    .cta__inner,
    .site-footer__top,
    .site-footer__bot
  ) {
    animation: none !important;
  }

  body::after,
  body.is-page-leaving :is(.site-header, main, .site-footer) {
    transition: none !important;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink-3);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: var(--ink);
  display: inline-block;
}

.tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--ink);
  color: var(--void);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.tag.hot { background: var(--hot); color: var(--void); }
.tag.outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }

/* ─── site header ──────────────────────────────────────────────── */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(5, 6, 13, 0.74);
  color: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}
.site-header__inner {
  max-width: var(--grid);
  margin: 0 auto;
  padding: 9px var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
  min-width: 0;
}
.brand img {
  height: 44px;
  width: auto;
  filter: none;
  opacity: 0.96;
}
.brand .brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav a {
  position: relative;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.nav a:hover { color: var(--hot); }
.nav a.is-active {
  background: var(--hot);
  color: var(--void);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 15px;
  background: var(--hot);
  color: var(--void);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: var(--tracking-ui);
  line-height: 1;
  white-space: nowrap;
  border: 1.5px solid var(--hot);
  transition: transform 0.12s ease;
}
.header-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 rgba(255, 255, 255, 0.28);
}

.nav-toggle {
  display: none;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  padding: 8px 12px;
  font-weight: 800;
  cursor: pointer;
}

/* ─── buttons ──────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: var(--tracking-ui);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border: 1.5px solid var(--ink);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
}
.btn:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-hard); }
.btn.solid { background: var(--ink); color: var(--bg); }
.btn.solid:hover { background: var(--ink-2); }
.btn.hot { background: var(--hot); color: var(--void); }
.btn.ghost { background: transparent; }
.btn.small { padding: 10px 14px; font-size: 12px; }
.btn .arrow { font-weight: 900; }

/* ─── hero blocks ──────────────────────────────────────────────── */

.hero {
  position: relative;
  background: #03040a;
  color: var(--ink);
  overflow: hidden;
  border-bottom: 1.5px solid var(--line-soft);
}
.hero::before {
  content: "";
  position: absolute;
  right: clamp(-190px, -8vw, -72px);
  bottom: clamp(-240px, -15vw, -120px);
  z-index: 1;
  width: clamp(340px, 35vw, 620px);
  aspect-ratio: 1909 / 2724;
  pointer-events: none;
  background: var(--brand-mascot-white) center / contain no-repeat;
  opacity: 0.14;
  filter: drop-shadow(0 0 28px rgba(250, 255, 0, 0.14));
  mix-blend-mode: screen;
  transform: rotate(4deg);
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #03040a;
}
.hero__media::before,
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__media::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.68) 100%),
    radial-gradient(circle at 28% 42%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.54) 72%);
}
.hero__media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 28%, rgba(0, 0, 0, 0.28)),
    rgba(10, 10, 10, 0.08);
  mix-blend-mode: multiply;
}
.hero__media-item {
  position: absolute;
  inset: 0;
  background-image: var(--hero-photo);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  filter: saturate(0.84) contrast(1.08) blur(0);
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: opacity, transform, filter;
}
.hero__media-item--stage {
  --hero-photo: url("./assets/hero-reference-style.png");
  opacity: 1;
  animation-name: hero-photo-stage;
}
.hero__media-item--live {
  --hero-photo: url("./assets/hero.jpg");
  animation-name: hero-photo-live;
}
@keyframes hero-photo-stage {
  0% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(0.84) contrast(1.08) blur(0);
  }
  45% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(0.84) contrast(1.08) blur(0);
  }
  55%,
  92% {
    opacity: 0;
    transform: scale(1.08);
    filter: saturate(0.76) contrast(1.05) blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(0.84) contrast(1.08) blur(0);
  }
}
@keyframes hero-photo-live {
  0%,
  45% {
    opacity: 0;
    transform: scale(1.08);
    filter: saturate(0.76) contrast(1.05) blur(5px);
  }
  55%,
  92% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(0.84) contrast(1.08) blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
    filter: saturate(0.76) contrast(1.05) blur(5px);
  }
}
.hero__inner {
  max-width: var(--grid);
  margin: 0 auto;
  padding: calc(var(--header-overlay-h) + clamp(60px, 9vw, 120px)) var(--gutter) clamp(60px, 9vw, 120px);
  position: relative;
  z-index: 2;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: end;
}
.hero__title {
  font-size: clamp(56px, 10vw, 168px);
  font-weight: 900;
  letter-spacing: var(--tracking-title);
  line-height: 0.9;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}
.hero__title--inline {
  white-space: nowrap;
}
.hero__title .slash { color: var(--accent); }
.hero__title .stamp {
  display: inline-block;
  padding: 0 12px;
  background: var(--hot);
  color: var(--void);
  transform: rotate(-2deg);
}
.hero__title--inline .stamp {
  margin-left: 0.03em;
}
.hero__sub {
  margin-top: 24px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: var(--leading-copy);
  color: rgba(255, 255, 255, 0.78);
  max-width: 56ch;
}
.hero__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.hero__meta > div {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.hero__meta > div:nth-child(2n) { border-right: none; }
.hero__meta > div:nth-last-child(-n+2) { border-bottom: none; }
.hero__meta .k {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
.hero__meta .v {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  color: var(--ink);
}

.hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__actions .btn { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.38); color: var(--ink); }
.hero__actions .btn.solid { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.hero__actions .btn.hot { background: var(--hot); border-color: var(--hot); }
.hero__actions .btn.hot { color: var(--void); }
.hero__actions .btn.ghost { background: transparent; color: var(--ink); border-color: rgba(255,255,255,0.4); }
.hero__actions .btn:hover { box-shadow: 0 0 24px rgba(250,255,0,0.2); }
.hero__actions .btn.ghost:hover { box-shadow: 6px 6px 0 0 rgba(255,255,255,0.4); }

/* halftone overlay for hero */
.hero__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 6px 6px, 12px 12px;
  background-position: 0 0, 3px 3px;
  opacity: 0.7;
  mix-blend-mode: screen;
}
.hero__corner {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  top: calc(var(--header-overlay-h) + 22px);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 3;
}
.hero__corner .tag { background: var(--hot); color: var(--void); }

.hero--sub {
  background: #03040a;
  color: var(--ink);
}
.hero--sub .hero__inner { padding-block: clamp(48px, 7vw, 90px); }
.hero--sub .hero__title { font-size: clamp(40px, 7vw, 96px); }
.hero--sub .hero__grid { grid-template-columns: minmax(0, 760px); }
.hero--sub .hero__actions,
.hero--sub .hero__meta {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__media-item {
    animation: none;
  }
  .hero__media-item--stage {
    opacity: 1;
    transform: scale(1.04);
    filter: saturate(0.84) contrast(1.08) blur(0);
  }
}

/* ─── generic section ─────────────────────────────────────────── */

.section {
  padding: clamp(60px, 8vw, 110px) 0;
  border-bottom: 1.5px solid var(--line-soft);
  position: relative;
  overflow: hidden;
}
.section > .wrap {
  position: relative;
  z-index: 1;
}
.section.tight { padding-block: clamp(40px, 6vw, 80px); }
.section.dark {
  background:
    radial-gradient(circle at 22% 8%, rgba(74, 92, 190, 0.18), transparent 32vw),
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0));
  color: var(--ink);
  border-color: var(--line-soft);
}
.section.dark .eyebrow { color: rgba(255,255,255,0.7); }
.section.dark .eyebrow::before { background: var(--ink); }
.section.dark p { color: rgba(255,255,255,0.78); }
.section.alt { background: rgba(255, 255, 255, 0.025); }
.section.alt::before {
  content: "";
  position: absolute;
  top: clamp(22px, 4vw, 54px);
  right: max(-6vw, -90px);
  width: clamp(220px, 28vw, 520px);
  aspect-ratio: 3243 / 2238;
  pointer-events: none;
  background: var(--brand-logo-white) center / contain no-repeat;
  opacity: 0.045;
  mix-blend-mode: screen;
  transform: rotate(-7deg);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 48px);
  padding-bottom: 18px;
  border-bottom: 1.5px solid var(--line);
}
.section.dark .section-head { border-color: rgba(255,255,255,0.3); }
.section-head h2 {
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 900;
  letter-spacing: var(--tracking-tight);
  line-height: 1.04;
  text-transform: uppercase;
  text-wrap: balance;
}
.section-head .lead {
  margin-top: 8px;
  max-width: 48ch;
  font-size: 15px;
  line-height: var(--leading-copy);
  color: var(--ink-3);
}
.section.dark .section-head .lead { color: rgba(255,255,255,0.7); }
.section-head__r { text-align: right; }
.section-head__r .num {
  font-size: clamp(40px, 5vw, 80px);
  font-weight: 900;
  line-height: 1;
  color: var(--ink-mute);
}

/* ─── home: quick channels strip ───────────────────────────────── */

.channels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.channels a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-right: 1.5px solid var(--ink);
  transition: background 0.15s ease, color 0.15s ease;
}
.channels a:last-child { border-right: none; }
.channels a:hover { background: var(--ink); color: var(--bg); }
.channels a:hover .ch-name { color: var(--bg); }
.channels .ch-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.channels .ch-name { font-size: 20px; font-weight: 800; }
.channels .ch-desc { font-size: 13px; color: var(--ink-3); }
.channels a:hover .ch-desc, .channels a:hover .ch-tag { color: rgba(255,255,255,0.8); }

/* ─── home: now playing / 이번달 공연 ──────────────────────────── */

.now {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 48px;
}
.now__intro h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.now__intro p { margin-top: 16px; font-size: 15px; color: var(--ink-3); }
.now__intro .btn { margin-top: 22px; }

.poster-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.poster-strip--trio { grid-template-columns: repeat(3, 1fr); }
.poster-card {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--ink);
  border: 1.5px solid var(--ink);
  overflow: hidden;
  display: block;
}
.poster-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.poster-card:hover img { transform: scale(1.05); }
.poster-card .date-badge {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--hot);
  color: var(--ink);
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.poster-card .meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.9));
  color: var(--bg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ─── home: 3D poster orbit ──────────────────────────────────── */

.now-playing-3d {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 6%, rgba(47, 65, 130, 0.32), transparent 34%),
    radial-gradient(circle at 94% 30%, rgba(250, 255, 0, 0.08), transparent 26%),
    linear-gradient(180deg, #05070d 0%, #020203 74%, #060606 100%);
}

.now-playing-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  background-size: 7px 7px, 100% 1px;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.now-playing-3d .wrap {
  position: relative;
  z-index: 1;
}

.now-playing-3d .btn.ghost {
  border-color: rgba(255,255,255,0.58);
  color: var(--ink);
}

.now-playing-3d .btn.ghost:hover {
  border-color: var(--hot);
  background: var(--hot);
  color: var(--void);
  box-shadow: 6px 6px 0 0 rgba(255,255,255,0.18);
}

.poster-orbit {
  --card-w: clamp(190px, 18vw, 300px);
  --card-h: calc(var(--card-w) * 1.333);
  --near-x: clamp(188px, 21vw, 358px);
  --far-x: clamp(360px, 42vw, 710px);
  position: relative;
  min-height: clamp(480px, 46vw, 680px);
  perspective: 1500px;
  perspective-origin: 50% 40%;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.poster-orbit:active { cursor: grabbing; }

.poster-orbit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(980px, 86vw);
  height: 110px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.18), rgba(255,255,255,0.05) 42%, transparent 72%);
  filter: blur(18px);
  opacity: 0.52;
  pointer-events: none;
}

.poster-strip--orbit {
  position: relative;
  display: block;
  height: clamp(430px, 40vw, 610px);
  margin-inline: calc(var(--gutter) * -1);
  transform-style: preserve-3d;
}

.poster-strip--orbit .poster-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--card-w);
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  box-shadow:
    0 28px 70px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  opacity: 0;
  outline: none;
  transform:
    translate(-50%, -50%)
    translateX(var(--orbit-x, 0))
    translateZ(var(--orbit-z, 0))
    rotateY(var(--orbit-ry, 0deg))
    rotateZ(var(--orbit-rz, 0deg))
    scale(var(--orbit-scale, 0.78));
  transform-style: preserve-3d;
  transition:
    transform 1100ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 700ms ease,
    filter 900ms ease,
    box-shadow 700ms ease;
  will-change: transform, opacity;
}

.poster-strip--orbit .poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(110deg, rgba(255,255,255,0.22), transparent 26%, transparent 64%, rgba(0,0,0,0.22)),
    linear-gradient(180deg, transparent 58%, rgba(0,0,0,0.82));
  opacity: 0.58;
  pointer-events: none;
}

.poster-strip--orbit .poster-card img {
  transform: scale(1.02);
  transition: transform 1100ms cubic-bezier(0.19, 1, 0.22, 1);
}

.poster-strip--orbit .poster-card:hover img { transform: scale(1.02); }

.poster-strip--orbit .poster-card.is-active {
  --orbit-x: 0;
  --orbit-z: 150px;
  --orbit-ry: 0deg;
  --orbit-rz: 0deg;
  --orbit-scale: 1.08;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  box-shadow:
    0 38px 88px rgba(0,0,0,0.68),
    0 0 0 1px rgba(255,255,255,0.12) inset;
}

.poster-strip--orbit .poster-card.is-active img { transform: scale(1); }

.poster-strip--orbit .poster-card.is-prev {
  --orbit-x: calc(var(--near-x) * -1);
  --orbit-z: -36px;
  --orbit-ry: 24deg;
  --orbit-rz: -1.4deg;
  --orbit-scale: 0.94;
  opacity: 0.92;
  filter: brightness(0.86) saturate(0.92);
}

.poster-strip--orbit .poster-card.is-next {
  --orbit-x: var(--near-x);
  --orbit-z: -36px;
  --orbit-ry: -24deg;
  --orbit-rz: 1.4deg;
  --orbit-scale: 0.94;
  opacity: 0.92;
  filter: brightness(0.86) saturate(0.92);
}

.poster-strip--orbit .poster-card.is-far-prev {
  --orbit-x: calc(var(--far-x) * -1);
  --orbit-z: -230px;
  --orbit-ry: 42deg;
  --orbit-rz: -3deg;
  --orbit-scale: 0.82;
  opacity: 0.52;
  filter: brightness(0.68) saturate(0.82) blur(0.2px);
}

.poster-strip--orbit .poster-card.is-far-next {
  --orbit-x: var(--far-x);
  --orbit-z: -230px;
  --orbit-ry: -42deg;
  --orbit-rz: 3deg;
  --orbit-scale: 0.82;
  opacity: 0.52;
  filter: brightness(0.68) saturate(0.82) blur(0.2px);
}

.poster-strip--orbit .poster-card .date-badge {
  z-index: 4;
  border-radius: 999px;
}

.poster-strip--orbit .poster-card .meta {
  z-index: 4;
  padding: 42px 14px 14px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.94));
  font-size: 13px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.poster-orbit__arrow {
  position: absolute;
  top: 44%;
  z-index: 40;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--bg);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.poster-orbit__arrow:hover {
  border-color: var(--hot);
  background: var(--hot);
  color: var(--ink);
  transform: translateY(-2px);
}

.poster-orbit__arrow--prev { left: clamp(8px, 2vw, 26px); }
.poster-orbit__arrow--next { right: clamp(8px, 2vw, 26px); }

.poster-orbit__caption {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 2.5vw, 34px);
  z-index: 35;
  display: grid;
  gap: 7px;
  width: min(420px, 80vw);
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.poster-orbit__caption span {
  color: var(--hot);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.poster-orbit__caption strong {
  color: var(--bg);
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 8px 30px rgba(0,0,0,0.72);
}

@media (prefers-reduced-motion: reduce) {
  .poster-strip--orbit .poster-card,
  .poster-strip--orbit .poster-card img,
  .poster-orbit__arrow {
    transition: none;
  }
}

/* ─── about: venue peek carousel ─────────────────────────────── */

.now--stage-carousel {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 2fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}

.venue-carousel {
  --carousel-card-w: min(68%, 760px);
  --carousel-shift: clamp(290px, 34vw, 520px);
  position: relative;
  min-width: 0;
  isolation: isolate;
  padding: 10px 0 0;
}

.venue-carousel__viewport {
  position: relative;
  height: clamp(380px, 38vw, 560px);
  overflow: hidden;
  perspective: 1400px;
}

.venue-carousel__viewport::before {
  content: "";
  position: absolute;
  inset: 15% 0 8%;
  z-index: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.07), rgba(10, 10, 10, 0.02), rgba(10, 10, 10, 0.07));
  filter: blur(14px);
}

.venue-carousel__slide {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: var(--carousel-card-w);
  height: 100%;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 24px 50px rgba(10, 10, 10, 0.16);
  opacity: 0;
  transform: translateX(-50%) scale(0.74);
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms ease;
  will-change: transform, opacity;
}

.venue-carousel__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04) 42%, rgba(0,0,0,0.76)),
    radial-gradient(circle at 50% 28%, transparent 0 42%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}

.venue-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) brightness(0.9);
  transform: scale(1.02);
  transition: filter 560ms ease, transform 720ms ease;
}

.venue-carousel__slide.is-active {
  z-index: 4;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  filter: none;
}

.venue-carousel__slide.is-active img {
  filter: saturate(1.04) brightness(0.96);
  transform: scale(1);
}

.venue-carousel__slide.is-prev {
  z-index: 2;
  opacity: 0.72;
  transform: translateX(calc(-50% - var(--carousel-shift))) scale(0.84) rotateY(-10deg);
  transform-origin: right center;
  filter: grayscale(0.12) brightness(0.86);
}

.venue-carousel__slide.is-next {
  z-index: 2;
  opacity: 0.72;
  transform: translateX(calc(-50% + var(--carousel-shift))) scale(0.84) rotateY(10deg);
  transform-origin: left center;
  filter: grayscale(0.12) brightness(0.86);
}

.venue-carousel__slide.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.venue-carousel__tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  padding: 8px 10px;
  background: rgba(10, 10, 10, 0.82);
  color: var(--bg);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.venue-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 7;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  background: rgba(10, 10, 10, 0.42);
  color: var(--bg);
  backdrop-filter: blur(8px);
  cursor: pointer;
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.venue-carousel__arrow:hover {
  border-color: var(--hot);
  background: var(--hot);
  color: var(--ink);
  transform: translateY(-50%) scale(1.04);
}

.venue-carousel__arrow--prev { left: clamp(10px, 2vw, 24px); }
.venue-carousel__arrow--next { right: clamp(10px, 2vw, 24px); }

.venue-carousel__footer {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 8;
  width: min(220px, 36%);
  display: grid;
  gap: 10px;
  justify-items: center;
  transform: translateX(-50%);
}

.venue-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.venue-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease, width 0.16s ease;
}

.venue-carousel__dots button.is-active {
  width: 22px;
  background: var(--hot);
}

.venue-carousel__progress {
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.venue-carousel__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--hot);
  transform-origin: left;
  animation: venue-carousel-progress 4s linear infinite;
}

@keyframes venue-carousel-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .venue-carousel__slide,
  .venue-carousel__slide img,
  .venue-carousel__arrow,
  .venue-carousel__dots button {
    transition: none;
  }

  .venue-carousel__progress span {
    animation: none;
    transform: scaleX(1);
  }
}

/* ─── instagram feed ──────────────────────────────────────────── */

.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.ig-cell {
  aspect-ratio: 1/1;
  background: var(--ink);
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--ink);
}
.ig-cell img { width: 100%; height: 100%; object-fit: cover; opacity: 0.86; transition: opacity 0.2s ease, transform 0.4s ease; }
.ig-cell:hover img { opacity: 1; transform: scale(1.06); }
.ig-cell .ig-tag {
  position: absolute; bottom: 6px; left: 6px;
  background: var(--bg); color: var(--ink);
  padding: 2px 6px; font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
}

/* ─── mini map block on home + location ───────────────────────── */

.mini-map {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
  overflow: hidden;
}
.mini-map__map {
  position: relative;
  min-height: 380px;
  background: var(--bg-alt);
}
.mini-map--location .mini-map__map {
  min-height: clamp(440px, 52vw, 620px);
}
.mini-map__map iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  pointer-events: none;
}
.mini-map__open {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.58));
}
.mini-map__open span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 10px 14px;
  background: var(--hot);
  color: var(--void);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0,0,0,0.34);
}
.mini-map__info {
  padding: 32px;
  border-left: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mini-map__info h3 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.mini-map__info .addr { font-size: 14px; color: var(--ink-3); }
.addr-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.addr-link:hover { color: var(--hot); }
.mini-map__info .map-apps {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mini-map__info .map-apps a {
  padding: 8px 12px;
  border: 1.5px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--surface);
  transition: background 0.15s ease, color 0.15s ease;
}
.mini-map__info .map-apps a:hover { background: var(--ink); color: var(--bg); }
.map-note {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-3);
}

/* ─── about page ──────────────────────────────────────────────── */

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.spec-table th, .spec-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
.spec-table th {
  width: 200px;
  background: var(--bg-alt);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  border-right: 1.5px solid var(--ink);
}
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }

.gear-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.gear-card {
  padding: 24px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.gear-card:nth-child(3n) { border-right: none; }
.gear-card .gear-cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 8px;
}
.gear-card h4 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.gear-card ul { display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--ink-3); }
.gear-card li::before { content: "—"; margin-right: 8px; color: var(--ink-mute); }

.floorplan {
  background: var(--ink);
  color: var(--bg);
  padding: 40px;
  border: 1.5px solid var(--ink);
  position: relative;
  overflow: hidden;
}
.floorplan svg { width: 100%; height: auto; display: block; }
.floorplan .fp-label {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--hot);
}
.floorplan .fp-legend {
  position: absolute;
  bottom: 16px; left: 16px;
  display: flex; gap: 12px; flex-wrap: wrap;
  font-size: 11px; color: rgba(255,255,255,0.72); letter-spacing: 0.06em;
}
.floorplan .fp-legend i { display: inline-block; width: 10px; height: 10px; margin-right: 4px; vertical-align: middle; }
.floorplan .fp-legend i.stage { background: var(--hot); }
.floorplan .fp-legend i.fl    { background: var(--bg); }
.floorplan .fp-legend i.gate  { background: var(--accent); }

/* ─── rental ─────────────────────────────────────────────────── */

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.flow__step {
  padding: 28px 24px;
  border-right: 1.5px solid var(--ink);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
}
.flow__step:last-child { border-right: none; background: var(--ink); color: var(--bg); }
.flow__step:last-child h4 { color: var(--bg); }
.flow__step .step-no {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.flow__step .step-big {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
}
.flow__step:last-child .step-big { color: var(--hot); }
.flow__step h4 { font-size: 18px; font-weight: 800; }
.flow__step p { font-size: 13px; color: var(--ink-3); }
.flow__step:last-child p { color: rgba(255,255,255,0.78); }

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.price-card {
  padding: 32px 28px;
  border-right: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.price-card:last-child { border-right: none; }
.price-card.featured { background: var(--ink); color: var(--bg); }
.price-card .price-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.price-card h3 { font-size: 24px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; }
.price-card .amount {
  font-size: 44px; font-weight: 900; letter-spacing: -0.03em; line-height: 1;
}
.price-card .amount small { font-size: 14px; font-weight: 700; color: var(--ink-mute); }
.price-card.featured .amount small { color: rgba(255,255,255,0.6); }
.price-card ul { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--ink-3); margin-top: 8px; }
.price-card.featured ul { color: rgba(255,255,255,0.78); }
.price-card li::before { content: "+"; color: var(--accent); margin-right: 8px; font-weight: 800; }

.checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.checklist li {
  padding: 14px 18px;
  background: var(--surface);
  border: 1.5px solid var(--ink);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
}
.checklist li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: var(--hot);
  color: var(--ink);
  font-weight: 900;
  font-size: 12px;
}

.cuesheet {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  background: var(--surface);
  border: 1.5px solid var(--ink);
}
.cuesheet__copy { padding: 32px; border-right: 1.5px solid var(--ink); }
.cuesheet__copy h3 { font-size: 24px; font-weight: 900; margin-bottom: 12px; text-transform: uppercase; letter-spacing: -0.01em; }
.cuesheet__copy p { font-size: 14px; color: var(--ink-3); margin-bottom: 18px; }
.cuesheet__preview {
  padding: 24px;
  background: var(--bg-alt);
}
.cuesheet-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.45;
}
.cuesheet-table th,
.cuesheet-table td {
  padding: 10px 11px;
  border: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.cuesheet-table th {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cuesheet-table th:nth-child(1),
.cuesheet-table td:nth-child(1) { width: 72px; white-space: nowrap; }
.cuesheet-table th:nth-child(2),
.cuesheet-table td:nth-child(2) { width: 110px; }

/* ─── schedule ───────────────────────────────────────────────── */

.cal-wrap {
  background: var(--surface);
  border: 1.5px solid var(--ink);
  padding: 0;
  overflow: hidden;
}
.cal-wrap__head {
  padding: 18px 24px;
  border-bottom: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--ink);
  color: var(--bg);
}
.cal-wrap__head h3 { font-size: 16px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.cal-wrap iframe {
  width: 100%;
  min-height: 720px;
  display: block;
  border: 0;
  background: var(--surface);
}

.poster-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.poster-gallery .poster-card { aspect-ratio: 3/4; }
.poster-gallery .poster-card .meta { font-size: 11px; }

/* ─── gallery ────────────────────────────────────────────────── */

.yt-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.yt-grid .yt-main, .yt-grid .yt-list { background: var(--ink); border: 1.5px solid var(--ink); }
.yt-grid .yt-main {
  aspect-ratio: 16/9;
  position: relative;
}
.yt-grid .yt-main iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-grid .yt-list { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.yt-grid .yt-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px;
  color: var(--bg);
  border: 1px solid rgba(255,255,255,0.15);
  transition: background 0.15s ease;
}
.yt-grid .yt-item:hover { background: rgba(255,255,255,0.08); }
.yt-grid .yt-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: rgba(255,255,255,0.08); }
.yt-grid .yt-item .yt-title { font-size: 13px; font-weight: 700; line-height: 1.4; }
.yt-grid .yt-item .yt-cat { font-size: 10px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.yt-status {
  margin-top: 12px;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.masonry {
  column-count: 3;
  column-gap: 14px;
}
.masonry .m-cell {
  break-inside: avoid;
  margin-bottom: 14px;
  position: relative;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  overflow: hidden;
}
.masonry .m-cell img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, opacity 0.2s ease;
  opacity: 0.94;
}
.masonry .m-cell:hover img { transform: scale(1.04); opacity: 1; }
.masonry .m-cell .m-label {
  position: absolute; left: 8px; bottom: 8px;
  background: var(--bg); color: var(--ink);
  padding: 3px 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
}

.upload-note {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  background: var(--hot);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.upload-note .tag { background: var(--ink); color: var(--hot); }

/* ─── contact ────────────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.contact-card {
  padding: 32px 28px;
  border-right: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.15s ease, color 0.15s ease;
}
.contact-card:last-child { border-right: none; }
.contact-card:hover { background: var(--ink); color: var(--bg); }
.contact-card .c-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.contact-card:hover .c-tag { color: var(--hot); }
.contact-card h3 { font-size: 24px; font-weight: 900; letter-spacing: -0.01em; }
.contact-card p { font-size: 14px; color: var(--ink-3); }
.contact-card:hover p { color: rgba(255,255,255,0.78); }
.contact-card .c-go { margin-top: auto; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-card .c-go::after { content: " →"; }

.form-block {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  background: var(--surface);
  border: 1.5px solid var(--ink);
}
.form-block__side { padding: 32px; border-right: 1.5px solid var(--ink); background: var(--ink); color: var(--bg); }
.form-block__side h3 { font-size: 22px; font-weight: 900; margin-bottom: 14px; text-transform: uppercase; letter-spacing: -0.01em; }
.form-block__side ul { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.78); }
.form-block__side li::before { content: "→"; color: var(--hot); margin-right: 10px; font-weight: 800; }
.form-block__side .btn { margin-top: 22px; background: var(--hot); border-color: var(--hot); color: var(--ink); }

.form-block__form { padding: 0; min-height: 720px; position: relative; }
.form-block__form iframe { width: 100%; height: 100%; min-height: 720px; border: 0; display: block; }

/* ─── location ───────────────────────────────────────────────── */

.loc-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.loc-layout__map { position: relative; min-height: 560px; background: var(--bg-alt); }
.loc-layout__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.loc-layout__info { padding: 36px; border-left: 1.5px solid var(--ink); display: flex; flex-direction: column; gap: 22px; }
.loc-layout__info h3 { font-size: 24px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; }

.transit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.transit > div {
  padding: 24px;
  border-right: 1px solid var(--line-soft);
}
.transit > div:last-child { border-right: none; }
.transit .t-name { font-size: 18px; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.transit .t-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 6px; display: block; }
.transit p { font-size: 13px; color: var(--ink-3); line-height: 1.6; }

/* ─── page-hero (compact hero for sub pages v2) ──────────────── */

.page-hero {
  background:
    radial-gradient(circle at 24% 16%, rgba(74, 92, 190, 0.22), transparent 32vw),
    radial-gradient(circle at 78% 8%, rgba(255, 45, 93, 0.11), transparent 28vw),
    #03040a;
  color: var(--ink);
  border-bottom: 0;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  left: calc(50% + 205px);
  right: auto;
  bottom: clamp(-88px, -6vw, -54px);
  z-index: 1;
  width: clamp(340px, 25vw, 500px);
  aspect-ratio: 1909 / 2724;
  pointer-events: none;
  background: var(--brand-mascot-white) center / contain no-repeat;
  opacity: 0.26;
  filter: drop-shadow(0 0 26px rgba(250, 255, 0, 0.1));
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0) rotate(3deg);
  animation: brand-dog-float 7.5s ease-in-out infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: transform;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: clamp(110px, 12vw, 190px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 13, 0) 0%,
    rgba(5, 6, 13, 0.28) 44%,
    var(--bg) 100%
  );
}
.page-hero__inner {
  max-width: var(--grid);
  margin: 0 auto;
  padding: calc(var(--header-overlay-h) + clamp(48px, 7vw, 80px)) var(--gutter) clamp(48px, 7vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 40px;
  align-items: end;
  position: relative;
  z-index: 2;
}
.page-hero__inner::before,
.page-hero__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
}
.page-hero__inner::before {
  top: clamp(94px, 8vw, 140px);
  left: calc(50% + 120px);
  right: auto;
  width: clamp(34px, 3.2vw, 58px);
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.34);
  clip-path: polygon(50% 0, 61% 34%, 95% 17%, 72% 48%, 100% 61%, 64% 66%, 77% 100%, 50% 75%, 21% 96%, 34% 63%, 0 55%, 34% 42%, 19% 8%, 46% 31%);
  filter:
    drop-shadow(122px 68px 0 rgba(250, 255, 0, 0.2))
    drop-shadow(194px 140px 0 rgba(255, 255, 255, 0.14));
  opacity: 0.72;
  transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  animation: brand-spark-float 5.8s ease-in-out infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.page-hero__inner::after {
  top: clamp(326px, 28vw, 426px);
  left: calc(50% + 58px);
  right: auto;
  width: clamp(22px, 2.3vw, 42px);
  aspect-ratio: 0.58;
  background: rgba(250, 255, 0, 0.26);
  clip-path: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 112'%3E%3Cpath fill='black' d='M35 0H58L43 40H62L20 112L30 62H8L35 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 112'%3E%3Cpath fill='black' d='M35 0H58L43 40H62L20 112L30 62H8L35 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  filter:
    drop-shadow(-48px -48px 0 rgba(255, 255, 255, 0.18));
  opacity: 0.72;
  transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  animation: brand-spark-float 6.6s ease-in-out infinite reverse;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.page-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255,255,255,0.048) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,0.034) 1px, transparent 1px);
  background-size: 6px 6px, 12px 12px;
  background-position: 0 0, 3px 3px;
  opacity: 1;
  mix-blend-mode: screen;
}
.page-hero__noise::before,
.page-hero__noise::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: screen;
}
.page-hero__noise::before {
  top: clamp(126px, 14vw, 190px);
  left: calc(50% + 585px);
  right: auto;
  width: clamp(118px, 10vw, 188px);
  aspect-ratio: 1708 / 2261;
  background-image: var(--brand-back-white);
  opacity: 0.32;
  filter: drop-shadow(0 0 16px rgba(74, 92, 190, 0.18));
  transform: translate3d(0, 0, 0) rotate(-8deg);
  animation: brand-chip-float 6.4s ease-in-out infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: transform;
}
.page-hero__noise::after {
  top: clamp(88px, 8vw, 132px);
  left: calc(50% - 10px);
  right: auto;
  width: clamp(58px, 5vw, 92px);
  aspect-ratio: 2536 / 2857;
  background-image: var(--brand-face-white);
  opacity: 0.36;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.08));
  transform: translate3d(0, 0, 0) rotate(-8deg);
  animation: brand-chip-float 7s ease-in-out infinite reverse;
  animation-fill-mode: both;
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes brand-dog-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(3deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(0deg);
  }
}

@keyframes brand-chip-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(-3deg);
  }
}

@keyframes brand-spark-float {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) rotate(5deg) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero::before,
  .page-hero__noise::before,
  .page-hero__noise::after,
  .page-hero__inner::before,
  .page-hero__inner::after {
    animation: none;
  }
}
.page-hero h1 {
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: var(--tracking-title);
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  word-break: normal;
  overflow-wrap: normal;
}
.page-hero h1 .stamp {
  display: inline-block;
  padding: 0 12px;
  background: var(--hot);
  color: var(--void);
  transform: rotate(-2deg);
}
.page-hero .eyebrow { color: rgba(255,255,255,0.7); margin-bottom: 18px; }
.page-hero .eyebrow::before { background: var(--ink); }
.page-hero .lead {
  margin-top: 22px;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: var(--leading-copy);
  color: rgba(255,255,255,0.78);
  max-width: 54ch;
}
.page-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
  justify-content: flex-end;
}
.page-hero__pills span {
  padding: 8px 14px;
  border: 1.5px solid rgba(255,255,255,0.4);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: var(--tracking-ui);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-hero__pills {
  display: none;
}
.page-hero__pills span.hot { background: var(--hot); color: var(--ink); border-color: var(--hot); }

/* ─── contact v2 ─────────────────────────────────────────────── */

.bigch {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.bigch a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  border-right: 1.5px solid var(--ink);
  position: relative;
  transition: background 0.15s ease, color 0.15s ease;
  min-height: 180px;
}
.bigch a:last-child { border-right: none; }
.bigch a:hover { background: var(--ink); color: var(--bg); }
.bigch a.primary {
  background: var(--hot);
}
.bigch a.primary:hover { background: var(--ink); color: var(--hot); }
.bigch .bc-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.bigch a.primary .bc-tag { color: var(--ink); }
.bigch a:hover .bc-tag { color: rgba(255,255,255,0.7); }
.bigch a.primary:hover .bc-tag { color: var(--hot); }
.bigch .bc-title {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.bigch .bc-sub { font-size: 13px; color: var(--ink-3); }
.bigch a:hover .bc-sub { color: rgba(255,255,255,0.78); }
.bigch a.primary .bc-sub { color: var(--ink); }
.bigch a.primary:hover .bc-sub { color: var(--hot); }
.bigch .bc-go {
  margin-top: auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bigch .bc-go::after { content: " →"; }

.req {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.req__side {
  background: var(--ink);
  color: var(--bg);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.req__side h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
}
.req__side .req-block { display: flex; flex-direction: column; gap: 8px; }
.req__side .req-k {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.req__side .req-v { font-size: 14px; font-weight: 600; color: var(--bg); }
.req__side .req-list { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.82); }
.req__side .req-list li { padding-left: 16px; position: relative; }
.req__side .req-list li::before {
  content: "→";
  position: absolute;
  left: 0; top: 0;
  color: var(--hot);
  font-weight: 900;
}
.req__side .req-actions { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.req__side .req-actions .btn { width: 100%; }
.req__side .req-actions .btn.hot { background: var(--hot); border-color: var(--hot); color: var(--ink); }
.req__side .req-actions .btn.outline {
  background: transparent;
  color: var(--bg);
  border-color: rgba(255,255,255,0.4);
}
.req__side .req-actions .btn.outline:hover { box-shadow: 6px 6px 0 0 rgba(255,255,255,0.4); }

.req__main { padding: 0; position: relative; min-height: 820px; background: var(--bg-alt); }
.req__main iframe {
  width: 100%;
  height: 100%;
  min-height: 820px;
  border: 0;
  display: block;
}
.req__main-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
.req__main-empty .e-card {
  max-width: 380px;
}
.req__main-empty h4 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.req__main-empty p { font-size: 14px; color: var(--ink-3); margin-bottom: 18px; }

.fnote {
  margin-top: 18px;
  padding: 16px 20px;
  background: var(--ink);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
}
.fnote .tag { background: var(--hot); color: var(--ink); }
.fnote a { text-decoration: underline; }

/* ─── location v2 ────────────────────────────────────────────── */

.addr-bar {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.addr-bar > div {
  padding: 24px 28px;
  border-right: 1.5px solid var(--ink);
}
.addr-bar > div:last-child { border-right: none; }
.addr-bar .ab-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 8px;
  display: block;
}
.addr-bar .ab-v {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.addr-bar .ab-v.big { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; }
.addr-bar a.ab-link { text-decoration: underline; font-weight: 700; }

.app-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  border-top: none;
  background: var(--surface);
}
.app-row a {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1.5px solid var(--ink);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.15s ease, color 0.15s ease;
}
.app-row a:last-child { border-right: none; }
.app-row a:hover { background: var(--ink); color: var(--bg); }
.app-row a .arr { color: var(--accent); font-weight: 900; }
.app-row a:hover .arr { color: var(--hot); }

.map-card {
  background: var(--ink);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.map-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
}
.map-card__head h3 {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.map-card__head .m-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.map-card__head .m-coord { font-family: ui-monospace, SFMono-Regular, monospace; font-size: 12px; color: var(--hot); }

.sketch {
  width: 100%;
  height: auto;
  display: block;
  background: var(--ink);
}

.map-card__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.map-card__legend i { display: inline-block; width: 10px; height: 10px; margin-right: 6px; vertical-align: middle; }
.map-card__legend i.dot-y { background: var(--hot); }
.map-card__legend i.dot-r { background: var(--accent); }
.map-card__legend i.dot-w { background: var(--bg); }

.transit-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.transit-v2 > article {
  padding: 28px;
  border-right: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.transit-v2 > article:last-child { border-right: none; }
.transit-v2 .tv-no {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.transit-v2 .tv-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.transit-v2 .tv-name { font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; }
.transit-v2 .tv-name small { font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: 0; text-transform: none; }
.transit-v2 .tv-desc { font-size: 14px; color: var(--ink-3); line-height: 1.6; }
.transit-v2 .tv-list { display: flex; flex-direction: column; gap: 6px; margin-top: 6px; }
.transit-v2 .tv-list li {
  font-size: 13px;
  color: var(--ink-3);
  padding-left: 18px;
  position: relative;
}
.transit-v2 .tv-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--ink-mute);
}

.loadin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--surface);
}
.loadin > article {
  padding: 32px;
  border-right: 1.5px solid var(--ink);
}
.loadin > article:last-child { border-right: none; }
.loadin > article.dark {
  background: var(--ink);
  color: var(--bg);
}
.loadin h3 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.loadin p { font-size: 14px; color: var(--ink-3); line-height: 1.7; }
.loadin > article.dark p { color: rgba(255,255,255,0.78); }
.loadin ul { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.loadin li {
  font-size: 13px;
  color: var(--ink-3);
  padding-left: 18px;
  position: relative;
}
.loadin > article.dark li { color: rgba(255,255,255,0.8); }
.loadin li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}
.loadin > article.dark li::before { color: var(--hot); }

/* ─── dark neon unification pass ─────────────────────────────── */

:is(
  .channels,
  .mini-map,
  .spec-table,
  .gear-grid,
  .flow,
  .price-grid,
  .cal-wrap,
  .cuesheet,
  .yt-grid .yt-main,
  .yt-grid .yt-list,
  .contact-grid,
  .form-block,
  .loc-layout,
  .transit,
  .bigch,
  .req,
  .addr-bar,
  .app-row,
  .transit-v2,
  .loadin
) {
  background: var(--glass);
  border-color: var(--line);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22), 0 0 38px rgba(72, 91, 180, 0.08);
  backdrop-filter: blur(10px);
}

:is(
  .channels a,
  .mini-map__info,
  .mini-map__info .map-apps a,
  .spec-table th,
  .spec-table td,
  .gear-card,
  .flow__step,
  .price-card,
  .cal-wrap__head,
  .yt-grid .yt-item,
  .cuesheet__copy,
  .cuesheet__table,
  .contact-card,
  .form-block__side,
  .loc-layout__info,
  .transit > div,
  .bigch a,
  .req__side,
  .addr-bar > div,
  .app-row a,
  .transit-v2 > article,
  .loadin > article
) {
  border-color: var(--line-soft);
}

:is(
  .floorplan,
  .form-block__side,
  .req__side,
  .fnote,
  .map-card,
  .loadin > article.dark
) {
  background:
    radial-gradient(circle at 18% 12%, rgba(74, 92, 190, 0.16), transparent 28vw),
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(255, 45, 93, 0.08);
}

:is(
  .contact-card:hover,
  .channels a:hover,
  .mini-map__info .map-apps a:hover,
  .bigch a:hover,
  .app-row a:hover,
  .flow__step:last-child,
  .price-card.featured
) {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
}

:is(.bigch a.primary, .upload-note) {
  color: var(--void);
}

:is(.bigch a.primary .bc-tag, .bigch a.primary .bc-sub) {
  color: rgba(5, 6, 13, 0.72);
}

:is(.bigch a.primary:hover, .bigch a.primary:hover .bc-tag, .bigch a.primary:hover .bc-sub) {
  color: var(--hot);
}

:is(
  .page-hero__pills span.hot,
  .req__side .req-actions .btn.hot,
  .fnote .tag,
  .venue-carousel__arrow:hover,
  .poster-orbit__arrow:hover
) {
  color: var(--void);
}

:is(
  .poster-card .meta,
  .poster-orbit__arrow,
  .poster-orbit__caption strong,
  .venue-carousel__tag,
  .venue-carousel__arrow,
  .channels a:hover .ch-name,
  .cal-wrap__head,
  .yt-grid .yt-item,
  .yt-grid .yt-main,
  .floorplan,
  .form-block__side,
  .req__side,
  .fnote,
  .map-card,
  .loadin > article.dark
) {
  color: var(--ink);
}

:is(
  .poster-card .date-badge,
  .hero__title .stamp,
  .page-hero h1 .stamp,
  .header-cta,
  .nav a.is-active,
  .btn.hot,
  .cta__actions .btn.hot
) {
  color: var(--void);
}

:is(
  .flow__step:last-child h4,
  .price-card.featured h3,
  .price-card.featured .amount,
  .price-card.featured ul,
  .req__side .req-v,
  .req__side .req-actions .btn.outline
) {
  color: var(--ink);
}

.section .eyebrow::before,
.section-head .eyebrow::before {
  background: var(--ink);
}

.spec-table th,
.cuesheet-table th {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.req__main,
.loc-layout__map,
.mini-map__map,
.sketch {
  background: rgba(255, 255, 255, 0.055);
}

:is(
  .btn.hot,
  .header-cta,
  .nav a.is-active,
  .tag.hot,
  .poster-card .date-badge,
  .checklist li::before,
  .page-hero__pills span.hot,
  .req__side .req-actions .btn.hot,
  .fnote .tag,
  .bigch a.primary,
  .upload-note,
  .hero__title .stamp,
  .page-hero h1 .stamp,
  .hero__corner .tag,
  .now-playing-3d .btn.ghost:hover,
  .venue-carousel__arrow:hover,
  .poster-orbit__arrow:hover
) {
  color: var(--void) !important;
}

/* typography cleanup pass */
:is(
  .channels .ch-name,
  .mini-map__info h3,
  .gear-card h4,
  .flow__step h4,
  .price-card h3,
  .contact-card h3,
  .form-block__side h3,
  .loc-layout__info h3,
  .bigch .bc-title,
  .req__side h3,
  .addr-bar .ab-v.big,
  .map-card__head h3,
  .transit-v2 .tv-name,
  .loadin h3,
  .cta h2
) {
  line-height: 1.12;
  text-wrap: balance;
}

:is(
  .hero__sub,
  .page-hero .lead,
  .section-head .lead,
  .now__intro p,
  .channels .ch-desc,
  .mini-map__info .addr,
  .gear-card ul,
  .flow__step p,
  .price-card ul,
  .cuesheet__copy p,
  .yt-grid .yt-item .yt-title,
  .contact-card p,
  .form-block__side ul,
  .transit p,
  .bigch .bc-sub,
  .req__side .req-v,
  .req__side .req-list,
  .addr-bar .ab-v,
  .transit-v2 .tv-desc,
  .transit-v2 .tv-list li,
  .loadin p,
  .loadin li,
  .cta p,
  .site-footer__brand p
) {
  line-height: var(--leading-copy);
}

:is(
  .eyebrow,
  .hero__meta .k,
  .channels .ch-tag,
  .venue-carousel__tag,
  .gear-card .gear-cat,
  .flow__step .step-no,
  .price-card .price-tag,
  .cal-wrap__head h3,
  .yt-grid .yt-item .yt-cat,
  .contact-card .c-tag,
  .bigch .bc-tag,
  .req__side .req-k,
  .addr-bar .ab-tag,
  .transit .t-tag,
  .page-hero__pills span,
  .map-card__head .m-tag,
  .transit-v2 .tv-tag,
  .site-footer h4
) {
  letter-spacing: var(--tracking-label);
  line-height: 1.15;
  word-break: normal;
  overflow-wrap: normal;
}

/* ─── responsive: v2 ─────────────────────────────────────────── */

@media (max-width: 1080px) {
  :root { --header-overlay-h: 112px; }

  .page-hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .page-hero__pills { justify-content: flex-start; }

  .bigch { grid-template-columns: 1fr 1fr; }
  .bigch a { border-right: 1.5px solid var(--ink); }
  .bigch a:nth-child(2n) { border-right: none; }
  .bigch a:nth-child(1), .bigch a:nth-child(2) { border-bottom: 1.5px solid var(--ink); }

  .req { grid-template-columns: 1fr; }
  .req__side { border-bottom: 1.5px solid var(--ink); }
  .req__main { min-height: 720px; }
  .req__main iframe { min-height: 720px; }

  .addr-bar { grid-template-columns: 1fr; }
  .addr-bar > div { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .addr-bar > div:last-child { border-bottom: none; }
  .app-row { grid-template-columns: 1fr; }
  .app-row a { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .app-row a:last-child { border-bottom: none; }

  .transit-v2 { grid-template-columns: 1fr; }
  .transit-v2 > article { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .transit-v2 > article:last-child { border-bottom: none; }

  .loadin { grid-template-columns: 1fr; }
  .loadin > article { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .loadin > article:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .bigch { grid-template-columns: 1fr; }
  .bigch a { border-right: none !important; border-bottom: 1.5px solid var(--ink); }
  .bigch a:last-child { border-bottom: none; }
}

/* ─── CTA band (reused at bottom of pages) ───────────────────── */

.cta {
  background:
    radial-gradient(circle at 78% 18%, rgba(250,255,0,0.08), transparent 26vw),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  color: var(--ink);
  padding: clamp(60px, 8vw, 110px) 0;
  border-bottom: 1.5px solid var(--line-soft);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  left: max(-8vw, -110px);
  bottom: -24%;
  width: clamp(220px, 24vw, 420px);
  aspect-ratio: 1708 / 2261;
  pointer-events: none;
  background: var(--brand-back-white) center / contain no-repeat;
  opacity: 0.07;
  mix-blend-mode: screen;
  transform: rotate(-6deg);
}
.cta__inner {
  max-width: var(--grid);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta h2 {
  font-size: clamp(36px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
}
.cta h2 .acc { color: var(--hot); }
.cta p { margin-top: 16px; max-width: 56ch; color: rgba(255,255,255,0.78); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cta__actions .btn { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.36); color: var(--ink); }
.cta__actions .btn:hover { box-shadow: 6px 6px 0 0 var(--hot); }
.cta__actions .btn.hot { background: var(--hot); border-color: var(--hot); }
.cta__actions .btn.hot { color: var(--void); }
.cta__actions .btn.ghost { background: transparent; color: var(--ink); border-color: rgba(255,255,255,0.4); }

/* ─── footer ────────────────────────────────────────────────── */

.site-footer {
  background: #03040a;
  color: var(--ink);
  padding: 64px 0 32px;
  overflow: hidden;
}
.site-footer__inner {
  max-width: var(--grid);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 1;
}
.site-footer::before {
  content: "";
  position: absolute;
  right: max(-12vw, -160px);
  top: 20px;
  width: clamp(260px, 34vw, 580px);
  aspect-ratio: 3243 / 2238;
  pointer-events: none;
  background: var(--brand-logo-white) center / contain no-repeat;
  opacity: 0.04;
  mix-blend-mode: screen;
  transform: rotate(-5deg);
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.site-footer h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.site-footer__brand .logo-line { display: flex; align-items: center; gap: 0; margin-bottom: 14px; }
.site-footer__brand .logo-line img { height: 72px; width: auto; opacity: 0.95; }
.site-footer__brand .logo-line strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.site-footer__brand p { font-size: 13px; color: rgba(255,255,255,0.7); max-width: 32ch; }
.site-footer ul { display: flex; flex-direction: column; gap: 8px; }
.site-footer ul a { font-size: 13px; color: rgba(255,255,255,0.78); }
.site-footer ul a:hover { color: var(--hot); }
.site-footer__bot {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer__bot a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  text-transform: none;
}
.site-footer__bot a:hover { color: var(--hot); }

/* ─── responsive ─────────────────────────────────────────────── */

@media (max-width: 1080px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding-block: 8px;
  }
  .nav { display: none; }
  .nav-toggle {
    display: inline-flex;
    justify-content: center;
    grid-column: 1 / -1;
    width: min(212px, 100%);
  }
  .nav.is-open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(5, 5, 5, 0.9);
    border-top: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
    padding: 14px var(--gutter);
  }
  .nav.is-open a { padding: 12px 14px; }

  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero--sub .hero__grid { grid-template-columns: 1fr; }
  .hero__sub,
  .page-hero .lead { max-width: 100%; }
  .page-hero::before {
    right: -120px;
    bottom: -96px;
    width: 390px;
    opacity: 0.12;
  }
  .page-hero__noise::before,
  .page-hero__noise::after,
  .page-hero__inner::before,
  .page-hero__inner::after {
    display: none;
  }
  .channels { grid-template-columns: repeat(2, 1fr); }
  .channels a:nth-child(2n) { border-right: none; }
  .channels a:nth-child(1), .channels a:nth-child(2) { border-bottom: 1.5px solid var(--ink); }
  .now { grid-template-columns: 1fr; }
  .now--stage-carousel { gap: 34px; }
  .venue-carousel {
    --carousel-card-w: min(72%, 720px);
    --carousel-shift: clamp(260px, 44vw, 500px);
  }
  .venue-carousel__viewport { height: clamp(360px, 58vw, 540px); }
  .poster-orbit {
    --card-w: clamp(180px, 27vw, 280px);
    --near-x: clamp(170px, 28vw, 300px);
    --far-x: clamp(300px, 55vw, 560px);
    min-height: clamp(450px, 60vw, 620px);
  }
  .poster-strip--orbit { height: clamp(390px, 54vw, 560px); }
  .poster-strip { grid-template-columns: repeat(3, 1fr); }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
  .gear-grid { grid-template-columns: repeat(2, 1fr); }
  .gear-card:nth-child(3n) { border-right: 1px solid var(--line-soft); }
  .gear-card:nth-child(2n) { border-right: none; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow__step:nth-child(2n) { border-right: none; }
  .flow__step:nth-child(1), .flow__step:nth-child(2) { border-bottom: 1.5px solid var(--ink); }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .price-card:last-child { border-bottom: none; }
  .cuesheet { grid-template-columns: 1fr; }
  .cuesheet__copy { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .poster-gallery { grid-template-columns: repeat(2, 1fr); }
  .yt-grid { grid-template-columns: 1fr; }
  .masonry { column-count: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .contact-card:last-child { border-bottom: none; }
  .form-block { grid-template-columns: 1fr; }
  .form-block__side { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .loc-layout { grid-template-columns: 1fr; }
  .loc-layout__info { border-left: none; border-top: 1.5px solid var(--ink); }
  .transit { grid-template-columns: 1fr; }
  .transit > div { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .transit > div:last-child { border-bottom: none; }
  .mini-map { grid-template-columns: 1fr; }
  .mini-map__info { border-left: none; border-top: 1.5px solid var(--ink); }
  .section-head { grid-template-columns: 1fr; }
  .section-head__r { text-align: left; }
  .cta__inner { grid-template-columns: 1fr; }
  .cta__actions { justify-content: flex-start; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root {
    --gutter: 20px;
    --header-overlay-h: 102px;
  }

  body { font-size: 15px; }

  .site-header__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .brand { gap: 8px; }
  .brand img { height: 38px; }
  .header-cta {
    display: none;
  }
  .nav-toggle {
    min-height: 34px;
    padding: 8px 12px;
  }

  .hero__corner {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: calc(var(--header-overlay-h) + 22px) var(--gutter) 0;
  }
  .hero__inner {
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .hero--sub .hero__inner,
  .page-hero__inner {
    padding-block: calc(var(--header-overlay-h) + 54px) 48px;
    gap: 26px;
  }
  .page-hero::before {
    right: -210px;
    bottom: -170px;
    width: 420px;
    opacity: 0.11;
  }
  .page-hero__noise::before,
  .page-hero__noise::after {
    display: none;
  }
  .hero__title {
    font-size: clamp(54px, 17vw, 76px);
    line-height: 0.92;
  }
  .hero--sub .hero__title,
  .page-hero h1 {
    font-size: clamp(54px, 18vw, 72px);
    line-height: 0.94;
  }
  .hero__title .stamp,
  .page-hero h1 .stamp {
    padding-inline: 8px;
  }
  .hero__sub,
  .page-hero .lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.68;
  }
  .hero__sub,
  .page-hero .lead,
  .section-head h2,
  .section-head .lead,
  .now__intro h2,
  .now__intro p {
    max-width: calc(100vw - (var(--gutter) * 2) - 24px);
  }
  .hero__actions {
    margin-top: 28px;
    gap: 8px;
  }
  .hero__actions .btn { padding-inline: 16px; }
  .hero__meta > div { padding: 17px 18px; }
  .hero__meta .v { font-size: 17px; }

  .section {
    padding-block: 52px;
  }
  .section.tight { padding-block: 44px; }
  .section-head {
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 14px;
  }
  .section-head h2 {
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
  }
  .section-head .lead {
    font-size: 14px;
    line-height: 1.68;
  }
  .section-head__r .num { font-size: 48px; }

  .btn {
    min-height: 46px;
    padding: 13px 16px;
  }
  .tag { padding: 6px 9px; }
  .page-hero__pills { gap: 8px; }
  .page-hero__pills span {
    padding: 8px 11px;
    font-size: 11px;
  }

  .channels { grid-template-columns: 1fr; }
  .channels a {
    border-right: none;
    border-bottom: 1.5px solid var(--ink);
    padding: 20px;
  }
  .channels a:last-child { border-bottom: none; }

  .venue-carousel {
    --carousel-card-w: 78%;
    --carousel-shift: clamp(230px, 70vw, 360px);
  }
  .venue-carousel__viewport { height: clamp(320px, 92vw, 420px); }
  .venue-carousel__arrow {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .venue-carousel__footer {
    bottom: 22px;
    width: min(180px, 48%);
  }
  .venue-carousel__tag {
    left: 13px;
    bottom: 13px;
    font-size: 10px;
  }

  .poster-orbit {
    --card-w: clamp(172px, 54vw, 230px);
    --near-x: clamp(145px, 44vw, 210px);
    --far-x: clamp(235px, 78vw, 330px);
    min-height: 450px;
  }
  .poster-strip--orbit {
    height: 390px;
    margin-inline: -20px;
  }
  .poster-strip--orbit .poster-card.is-far-prev,
  .poster-strip--orbit .poster-card.is-far-next {
    opacity: 0.28;
  }
  .poster-orbit__arrow {
    top: 47%;
    width: 44px;
    height: 44px;
    font-size: 23px;
  }
  .poster-orbit__caption {
    bottom: 2px;
  }

  .poster-strip { grid-template-columns: repeat(2, 1fr); }
  .poster-strip--trio { grid-template-columns: repeat(2, 1fr); }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .gear-grid { grid-template-columns: 1fr; }
  .gear-card { border-right: none !important; }
  .checklist { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow__step { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .flow__step:last-child { border-bottom: none; }
  .poster-gallery { grid-template-columns: repeat(2, 1fr); }
  .masonry { column-count: 1; }
  .mini-map__info,
  .contact-card,
  .form-block__side,
  .loc-layout__info,
  .map-card,
  .loadin > article { padding: 24px 20px; }
  .addr-bar > div,
  .transit-v2 > article,
  .flow__step,
  .price-card { padding: 22px 20px; }
  .cta { padding-block: 56px; }
  .cta h2 {
    font-size: clamp(34px, 12vw, 48px);
    line-height: 1;
  }
  .cta p {
    font-size: 14px;
    line-height: 1.68;
  }
  .site-footer__top { grid-template-columns: 1fr; }
}

/* 데이터 없을 때: 더미 대신 숨김/빈 상태 */
[hidden] { display: none !important; }
.empty-note {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 56px 16px;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  opacity: 0.45;
}
