/* ============================================================
   6IX MELA — site.css
   Homepage + waitlist additions. Loads after colors_and_type.css + kit.css.
   ============================================================ */

/* keep the spectrum marquee glyph as a diamond but allow custom dividers */
.section.tight { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(40px, 6vw, 72px); }
.sec-sub { font-family: var(--font-body); font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--fg-2); max-width: 560px; line-height: 1.55; margin: 18px 0 0; }
.eyebrow-cyan { color: var(--cyan); }
.eyebrow-gold { color: var(--gold); }

/* ---------- HERO photo layer (type-over-photo, editorial nod) ---------- */
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo image-slot { width: 100%; height: 100%; display: block; }
.hero .hero-bg.over-photo { background:
    radial-gradient(60% 50% at 20% 16%, rgba(255,45,135,.32), transparent 58%),
    radial-gradient(55% 45% at 84% 28%, rgba(33,230,207,.24), transparent 58%),
    radial-gradient(80% 80% at 50% 118%, rgba(12,10,20,.94), rgba(7,6,11,.5) 55%, transparent 82%),
    linear-gradient(180deg, rgba(7,6,11,.5), rgba(5,4,9,.28)); }
.hero h1 .out { color: transparent; -webkit-text-stroke: 2px var(--fg-1); }

/* ---------- ROTATING TAPE (editorial, Kanye-ref nod) ---------- */
.tape-wrap { position: relative; z-index: 4; overflow: hidden; padding: 0; background: var(--ink-900); border-top: 1px solid var(--ink-600); border-bottom: 1px solid var(--ink-600); }
.tape { background: var(--magenta); transform: rotate(-1.6deg) scale(1.04); margin: 26px 0; padding: 12px 0; overflow: hidden; white-space: nowrap; box-shadow: var(--glow-magenta); }
.tape.cyan { background: var(--cyan); transform: rotate(1.4deg) scale(1.04); box-shadow: var(--glow-cyan); }
.tape-track { display: inline-flex; animation: tapeslide 30s linear infinite; }
.tape.cyan .tape-track { animation-direction: reverse; }
.tape span { font-family: var(--font-display); text-transform: uppercase; font-size: 22px; color: var(--ink-900); letter-spacing: .04em; padding: 0 26px; }
.tape span::after { content: "✦"; margin-left: 26px; opacity: .5; }
@keyframes tapeslide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- VIDEO HYPE BLOCK ---------- */
.videoband { position: relative; padding: 0; overflow: hidden; background: #000; min-height: clamp(440px, 64vh, 760px); display: flex; align-items: center; }
.videoband .v-slot { position: absolute; inset: 0; z-index: 0; }
.videoband .v-slot image-slot { width: 100%; height: 100%; display: block; }
.videoband .v-scrim { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(7,6,11,.55) 0%, rgba(7,6,11,.2) 40%, rgba(7,6,11,.85) 100%); }
.videoband .v-video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; opacity: 0; pointer-events: none; transition: opacity .6s var(--ease-out); }
.videoband .v-video.on { opacity: 1; }
.videoband .v-inner { position: relative; z-index: 3; width: 100%; max-width: 1180px; margin: 0 auto;
  padding: clamp(48px,8vw,90px) clamp(20px,6vw,96px); display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }
.v-sound { position: absolute; bottom: 22px; right: 22px; z-index: 4; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(7,6,11,.6); border: 1px solid var(--ink-500); backdrop-filter: blur(6px); color: var(--fg-1);
  border-radius: 999px; padding: 10px 16px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; transition: all var(--dur) var(--ease-out); }
.v-sound:hover { border-color: var(--magenta); color: var(--magenta); }
.v-play { display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 50%;
  background: var(--magenta); color: var(--fg-on-accent); border: none; cursor: pointer; box-shadow: var(--glow-magenta);
  transition: transform var(--dur) var(--ease-out), background var(--dur); }
.v-play:hover { transform: scale(1.06); background: var(--magenta-hi); }
.v-play:active { transform: scale(.97); }
.v-play .kit-icon { margin-left: 5px; }
.v-ping { position: relative; }
.v-ping::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid var(--magenta); opacity: .6; animation: vping 2.2s var(--ease-out) infinite; }
@keyframes vping { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.5); opacity: 0; } }
.videoband h2 { font-family: var(--font-display); font-size: clamp(2.6rem, 8vw, 7rem); line-height: .9; text-transform: uppercase; margin: 0; color: #fff; text-wrap: balance; max-width: 16ch; }
.videoband .v-meta { font-family: var(--font-mono); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-2); }

/* lightbox for the video */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(4,3,8,.92); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; padding: 24px; animation: fade var(--dur) var(--ease-out); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-frame { width: min(1100px, 100%); aspect-ratio: 16/9; background: #000; border: 1px solid var(--ink-600); border-radius: 12px; overflow: hidden; position: relative; box-shadow: var(--sh-3); }
.lightbox-frame iframe, .lightbox-frame video { width: 100%; height: 100%; border: 0; display: block; }
.lightbox-empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 28px; }
.lightbox-x { position: absolute; top: -54px; right: 0; background: rgba(255,255,255,.08); border: 1px solid var(--ink-500); color: #fff; width: 42px; height: 42px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lightbox-x:hover { background: var(--magenta); border-color: var(--magenta); }

/* ---------- STORY / ABOUT ---------- */
.story { background: #000; overflow: hidden; }
.story .ornament { position: absolute; opacity: .12; pointer-events: none; mix-blend-mode: screen; }
.story .o1 { width: 480px; right: -150px; top: -120px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; position: relative; z-index: 2; }
.story-copy h2 { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 4.4rem); text-transform: uppercase; line-height: .92; margin: 16px 0 26px; }
.story-copy h2 em { font-style: normal; color: transparent; background: var(--grad-spectrum); -webkit-background-clip: text; background-clip: text; }
.story-copy p { font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.62; color: var(--fg-2); margin: 0 0 18px; max-width: 56ch; }
.story-copy p strong { color: var(--fg-1); font-weight: 600; }
.story-pulls { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.pull { border: 1px solid var(--ink-600); border-radius: 10px; padding: 16px 18px; flex: 1; min-width: 150px; background: var(--ink-850); }
.pull .n { font-family: var(--font-display); font-size: 40px; line-height: 1; background: var(--grad-spectrum); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pull .l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-3); margin-top: 8px; }
.story-art { position: relative; aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; border: 1px solid var(--ink-600); }
.story-art image-slot { width: 100%; height: 100%; display: block; }
.story-art .crest { position: absolute; bottom: 0; right: 0; width: 46%; opacity: .9; mix-blend-mode: screen; pointer-events: none; }

/* ---------- TICKETS extras ---------- */
.tickets .ticket-note { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  border: 1px dashed var(--ink-500); border-radius: 12px; padding: 18px 22px; background: var(--ink-850); }
.tickets .ticket-note .mono { font-family: var(--font-mono); font-size: 13px; letter-spacing: .04em; color: var(--fg-2); flex: 1; min-width: 200px; }
.tier .ext-link { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-3); text-align: center; margin-top: 12px; }

/* ---------- VENUE ---------- */
.venue { background: var(--ink-850); }
.venue-grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(28px,4vw,56px); align-items: stretch;
  grid-template-areas: "map side" "thumbs thumbs"; }
.venue-grid > .venue-map { grid-area: map; }
.venue-grid > .venue-side { grid-area: side; }
.venue-grid > .venue-thumbs { grid-area: thumbs; margin-top: 0; }
.venue-map { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--ink-600); min-height: 380px; }
.venue-map image-slot { width: 100%; height: 100%; display: block; min-height: 380px; }
.venue-tag { position: absolute; left: 18px; bottom: 18px; z-index: 3; background: rgba(7,6,11,.78); border: 1px solid var(--ink-500); backdrop-filter: blur(6px);
  border-radius: 10px; padding: 12px 16px; }
.venue-tag .t { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .03em; font-size: 17px; color: #fff; }
.venue-tag .s { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; color: var(--cyan); margin-top: 4px; }
.venue-side { display: flex; flex-direction: column; gap: 14px; }
.venue-fact { border: 1px solid var(--ink-600); border-radius: 12px; padding: 18px 20px; background: var(--ink-800); display: flex; gap: 16px; align-items: flex-start;
  transition: border-color var(--dur), transform var(--dur); }
.venue-fact:hover { border-color: var(--cyan); transform: translateY(-2px); }
.venue-fact .ic { color: var(--cyan); flex: none; margin-top: 2px; }
.venue-fact .t { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: 16px; color: var(--fg-1); }
.venue-fact .d { font-family: var(--font-body); font-size: 14px; color: var(--fg-2); margin-top: 4px; line-height: 1.5; }
.venue-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(20px,3vw,32px); }
.venue-thumb { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; border: 1px solid var(--ink-600); }
.venue-thumb image-slot { width: 100%; height: 100%; display: block; }

/* ---------- CONNECT / FORMS ---------- */
.connect { background: var(--ink-900); position: relative; overflow: hidden; }
.connect-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px,5vw,64px); align-items: start; }
.reason-list { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.reason { display: flex; gap: 16px; align-items: flex-start; text-align: left; width: 100%; cursor: pointer; background: var(--ink-850); border: 1px solid var(--ink-600); border-radius: 12px; padding: 18px 20px; transition: all var(--dur) var(--ease-out); }
.reason:hover { border-color: var(--ink-500); transform: translateX(3px); }
.reason.on { border-color: var(--magenta); background: var(--ink-800); box-shadow: var(--sh-neon); }
.reason .r-ic { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex: none; background: var(--ink-700); color: var(--fg-2); transition: all var(--dur); }
.reason.on .r-ic { background: var(--magenta); color: var(--fg-on-accent); }
.reason .r-t { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: 17px; color: var(--fg-1); }
.reason .r-d { font-family: var(--font-body); font-size: 13.5px; color: var(--fg-3); margin-top: 3px; line-height: 1.45; }
.reason .r-ar { margin-left: auto; color: var(--fg-3); flex: none; align-self: center; transition: color var(--dur); }
.reason.on .r-ar { color: var(--magenta); }

.form-card { background: var(--ink-850); border: 1px solid var(--ink-600); border-radius: 16px; padding: clamp(24px,3vw,36px); }
.form-card .fc-head { font-family: var(--font-display); font-size: clamp(1.7rem,3vw,2.4rem); text-transform: uppercase; line-height: .95; margin: 0 0 6px; }
.form-card .fc-sub { font-family: var(--font-body); font-size: 14.5px; color: var(--fg-2); margin: 0 0 22px; line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-3); }
.field input, .field textarea, .field select { background: var(--ink-800); border: 1.5px solid var(--ink-600); color: var(--fg-1); font-family: var(--font-body); font-size: 15px;
  padding: 13px 14px; border-radius: 9px; outline: none; transition: border-color var(--dur), box-shadow var(--dur); width: 100%; }
.field textarea { resize: vertical; min-height: 104px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--magenta); box-shadow: 0 0 0 3px rgba(255,45,135,.18); }
.field input::placeholder, .field textarea::placeholder { color: var(--fg-3); }
.form-card .submit-row { margin-top: 22px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-card .ghl-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; color: var(--fg-3); }
.form-success { text-align: center; padding: 26px 10px; animation: pop var(--dur) var(--ease-out); }
.form-success .ok-ic { width: 64px; height: 64px; border-radius: 50%; background: rgba(212,160,58,.16); color: var(--lime); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.form-success h3 { font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; color: var(--fg-1); margin: 0 0 8px; }
.form-success p { color: var(--fg-2); max-width: 38ch; margin: 0 auto; }

/* ---------- SPONSORS ---------- */
.sponsors { background: #000; position: relative; overflow: hidden; }
.sponsor-tiers { display: flex; flex-direction: column; gap: 30px; margin-top: 36px; }
.sponsor-row .stier-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.sponsor-row .stier-label::after { content: ""; flex: 1; height: 1px; background: var(--ink-600); }
.sponsor-grid { display: grid; gap: 14px; }
.sponsor-grid.g3 { grid-template-columns: repeat(3, 1fr); }
.sponsor-grid.g5 { grid-template-columns: repeat(5, 1fr); }
.sponsor-logo { aspect-ratio: 16/7; border: 1px solid var(--ink-600); border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--ink-850);
  font-family: var(--font-head); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--fg-3); font-size: 15px; transition: all var(--dur); }
.sponsor-logo.lg { aspect-ratio: 16/5; font-size: 19px; }
.sponsor-logo:hover { border-color: var(--gold); color: var(--gold); }
.sponsor-cta { margin-top: 34px; text-align: center; }

/* ---------- FAQ ---------- */
.faq { background: var(--ink-850); }
.faq-head { max-width: 720px; margin-bottom: clamp(28px,4vw,46px); }
.faq-head .under-bar { margin-top: 16px; }
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(32px,5vw,64px); align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--ink-600); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 0; display: flex; align-items: center; gap: 18px;
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(1.05rem,1.8vw,1.4rem); color: var(--fg-1); transition: color var(--dur); }
.faq-q:hover { color: var(--magenta); }
.faq-q .q-ic { margin-left: auto; flex: none; color: var(--fg-3); transition: transform var(--dur) var(--ease-out), color var(--dur); }
.faq-item.open .q-ic { transform: rotate(45deg); color: var(--magenta); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease-in-out); }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a p { color: var(--fg-2); font-size: 15.5px; line-height: 1.62; margin: 0; padding: 0 0 24px; max-width: 60ch; }

/* ---------- CONTACT INFO STRIP ---------- */
.contact-strip { background: #000; border-top: 1px solid var(--ink-600); }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 16px; margin-top: 32px; }
.contact-card { border: 1px solid var(--ink-600); border-radius: 12px; padding: 24px; background: var(--ink-850); transition: border-color var(--dur), transform var(--dur); }
.contact-card:hover { border-color: var(--magenta); transform: translateY(-3px); }
.contact-card .c-ic { color: var(--magenta); margin-bottom: 14px; }
.contact-card .c-l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); }
.contact-card .c-v { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--fg-1); margin-top: 6px; word-break: break-word; }
.contact-card a.c-v:hover { color: var(--magenta); }

/* ---------- COUNTDOWN BAND ---------- */
.countband { position: relative; overflow: hidden; background: var(--ink-900); border-top: 1px solid var(--ink-600); border-bottom: 1px solid var(--ink-600);
  padding: clamp(44px,6vw,76px) clamp(20px,6vw,96px); text-align: center; }
.countband .cb-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 50% 120%, rgba(212,160,58,.18), transparent 60%), radial-gradient(50% 100% at 50% -10%, rgba(255,45,120,.12), transparent 60%); }
.countband-inner { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; }
.countband .eyebrow { display: block; margin-bottom: 14px; }
.countband h2 { font-family: var(--font-display); font-size: clamp(2rem,4.5vw,3.6rem); text-transform: uppercase; line-height: .95; margin: 0 0 30px; color: var(--fg-1); }
.count { display: flex; gap: clamp(10px,2vw,22px); justify-content: center; }
.cd { background: rgba(19,19,22,.6); border: 1px solid var(--ink-600); border-radius: 12px; backdrop-filter: blur(6px); min-width: 96px; padding: 18px 12px; flex: 1; max-width: 150px; }
.cd .v { font-family: var(--font-display); font-size: clamp(38px,7vw,64px); line-height: 1; color: var(--fg-1); }
.cd .l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; color: var(--fg-3); text-transform: uppercase; margin-top: 10px; }
.countband .cb-cta { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 540px) { .cd { min-width: 0; padding: 14px 4px; } }

/* ---------- SUBSCRIBE POPUP ---------- */
.sub-overlay { z-index: 95; }
.sub-modal { position: relative; background: var(--ink-850); border: 1px solid var(--ink-600); border-radius: 18px; max-width: 460px; width: 100%;
  overflow: hidden; box-shadow: var(--sh-3); animation: pop var(--dur) var(--ease-out); padding: 30px clamp(22px,4vw,38px) 30px; text-align: center; }
.sub-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(70% 60% at 50% -10%, rgba(212,160,58,.22), transparent 60%), radial-gradient(60% 60% at 50% 120%, rgba(255,45,120,.12), transparent 60%); }
.sub-crest { position: relative; z-index: 1; width: 92px; height: 92px; object-fit: contain; margin: 2px auto 4px; display: block; filter: drop-shadow(0 0 18px rgba(212,160,58,.35)); }
.sub-body { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.sub-body .eyebrow { margin-top: 6px; }
.sub-h { font-family: var(--font-display); font-size: clamp(2rem,5vw,2.8rem); text-transform: uppercase; line-height: .9; color: var(--fg-1); margin: 0; }
.sub-p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.55; color: var(--fg-2); margin: 0; max-width: 34ch; }
.sub-p strong { color: var(--cyan); font-weight: 600; }
.sub-form { display: flex; flex-direction: column; gap: 10px; width: 100%; margin-top: 8px; }
.sub-form input { background: var(--ink-800); border: 1.5px solid var(--ink-500); color: var(--fg-1); font-family: var(--font-body); font-size: 16px;
  padding: 15px 16px; border-radius: 9px; outline: none; transition: border-color var(--dur), box-shadow var(--dur); text-align: center; }
.sub-form input::placeholder { color: var(--fg-3); }
.sub-form input:focus { border-color: var(--magenta); box-shadow: 0 0 0 3px rgba(255,45,135,.2); }
.sub-form .btn { width: 100%; justify-content: center; }
.sub-skip { background: none; border: none; color: var(--fg-3); font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; margin-top: 4px; }
.sub-skip:hover { color: var(--fg-2); }
.sub-ok { width: 60px; height: 60px; border-radius: 50%; background: rgba(212,160,58,.16); color: var(--lime); display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; }

/* ---------- nav additions ---------- */
.skip-anchor { position: relative; top: -76px; visibility: hidden; }
body.no-grain .grain::after { display: none; }
body.no-tape-motion .tape-track, body.no-tape-motion .marquee-track { animation: none; }

/* Section headings: keep line-height >=1.0 (Anton overflows tighter boxes)
   and min-width:0 on the flex text group so a wrapped 2nd line resolves its
   real height instead of riding under the gradient bar. */
.sec-head h2 { line-height: 1.0; }
.sec-head > div:first-child { min-width: 0; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .story-grid, .venue-grid, .connect-grid { grid-template-columns: 1fr; }
  .faq-cols { grid-template-columns: 1fr; }
  .story-art { aspect-ratio: 16/10; }
  .venue-map { min-height: 300px; }
  .venue-map image-slot { min-height: 300px; }
}
@media (max-width: 640px) {
  .field-grid { grid-template-columns: 1fr; }
  .sponsor-grid.g5 { grid-template-columns: repeat(2, 1fr); }
  .sponsor-grid.g3 { grid-template-columns: repeat(2, 1fr); }
  .venue-thumbs { grid-template-columns: repeat(2, 1fr); }
  .tape span { font-size: 18px; }
}

/* ---------- LINEUP artist photos + scratchy film treatment ---------- */
.artist { cursor: default; background: #0b0b0d; }
.artist .ph { background: #0b0b0d; }
.artist .ph img { width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.06) saturate(.95) brightness(.98); }
/* unify the set: subtle darkening grade so 8 different sources read as one */
.artist .ph::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,9,14,.06) 0%, rgba(10,9,14,0) 32%, rgba(10,9,14,.42) 100%);
  mix-blend-mode: multiply; }
/* scratchy texture: fractal-noise grain + fine vertical scratches */
.artist .ph::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: .4; mix-blend-mode: overlay;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 3px, rgba(0,0,0,.06) 3px 4px, transparent 4px 9px);
  background-size: 180px 180px, auto; }
.artist:hover { border-color: var(--magenta); }

/* ---------- REEL BAND (3-up desktop, single center on mobile) ---------- */
.videoband.reel3 { min-height: 0; padding: clamp(24px,4vw,56px) clamp(16px,3vw,56px); background: #050505;
  display: flex; align-items: center; justify-content: center; overflow: hidden; }
.reel-row { display: flex; align-items: center; justify-content: center; gap: clamp(16px,2.4vw,34px); width: 100%; }
.reel-item { position: relative; flex: 0 0 auto; height: min(70vh, 680px); aspect-ratio: 9 / 16;
  border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 20px 60px rgba(0,0,0,.55);
  cursor: pointer; transition: height var(--dur) var(--ease-out), opacity var(--dur), filter var(--dur), box-shadow var(--dur); }
.reel-item:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.reel-item .reel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* side videos: smaller + dimmed so the center stays the focus */
.reel-item:not(.focus) { height: min(56vh, 540px); opacity: .8; filter: saturate(.92) brightness(.8); }
.reel-item:not(.focus):hover { opacity: 1; filter: none; }
/* center focus: glow ring */
.reel-item.focus { box-shadow: 0 0 0 2px var(--magenta), 0 0 44px rgba(255,45,120,.35), 0 24px 70px rgba(0,0,0,.6); }
/* per-video sound pill + active (sound-on) highlight */
.reel-item .reel-sound { position: absolute; bottom: 14px; right: 14px; z-index: 4; pointer-events: auto; cursor: pointer; }
.reel-sound.active { background: var(--magenta); border-color: var(--magenta); color: var(--fg-on-accent); box-shadow: var(--glow-magenta); }
.reel-sound.active:hover { border-color: var(--magenta); color: var(--fg-on-accent); }
@media (max-width: 999px) {
  .videoband.reel3 { padding: clamp(20px,4vw,40px) 16px; }
  .reel-item.focus { height: min(74vh, 720px); }
}
@media (max-width: 760px) {
  .videoband.reel3 { padding: 0; }
  .reel-item.focus { height: auto; width: 100vw; max-width: 100vw; border-radius: 0; box-shadow: none; }
}

/* ---------- STORY poster (right column) ---------- */
.story-art { aspect-ratio: 9 / 16; max-width: 430px; margin-left: auto; border: 1px solid var(--ink-600); }
.story-art .story-poster { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- VENUE swappable photo gallery ---------- */
.venue-map { min-height: 0; aspect-ratio: 3 / 2; }
.venue-map .venue-photo { width: 100%; height: 100%; object-fit: cover; display: block; animation: vfade .35s var(--ease-out); }
@keyframes vfade { from { opacity: .35; } to { opacity: 1; } }
.venue-thumb { aspect-ratio: 3 / 2; padding: 0; background: none; cursor: pointer; position: relative; width: 100%; }
.venue-thumb .venue-photo { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur) var(--ease-out); }
.venue-thumb:hover { border-color: var(--cyan); }
.venue-thumb:hover .venue-photo { transform: scale(1.05); }
.venue-thumb::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 2px transparent; transition: box-shadow var(--dur); }
.venue-thumb:hover::after { box-shadow: inset 0 0 0 2px var(--cyan); }

@media (max-width: 980px) {
  .story-art { aspect-ratio: 9 / 16; max-width: 320px; margin: 0 auto; }
}

/* mobile: main image, then thumbnails directly below it, then the facts */
@media (max-width: 980px) {
  .venue-grid { grid-template-columns: 1fr; grid-template-areas: "map" "thumbs" "side"; }
  .venue-grid > .venue-thumbs { margin-top: 0; }
}
@media (max-width: 640px) {
  .venue-grid > .venue-thumbs { grid-template-columns: repeat(3, 1fr); }
}
