/* =========================================================
   THE HIGHWAYMEN LIVE — cinematic-modern, outlaw soul.
   Signature moments: cinematic intro, marquee bulbs, custom
   cursor, scrollytelling, audio-reactive visualizer.
   Plain HTML/CSS/JS. No build step.
   ========================================================= */

:root {
  --bg: #0c0a09; --bg-2: #141110; --surface: #1a1513; --surface-2: #221b18;
  --text: #f0eae1; --muted: #a89e8f;
  --amber: #d9a441; --amber-2: #efbf63; --oxblood: #8f2c20;
  --line: rgba(240,234,225,0.12); --line-2: rgba(240,234,225,0.06);
  --serif: "Fraunces", Georgia, serif;
  --grotesk: "Space Grotesk", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --maxw: 1200px; --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.intro-lock { overflow: hidden; height: 100vh; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 0.4em; line-height: 1.04; }

.display { font-family: var(--serif); font-weight: 900; letter-spacing: -0.015em; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.4rem); }
.section { padding-block: clamp(4rem, 10vw, 8rem); position: relative; }
.section-dark { background: var(--bg-2); }
.lead { font-size: clamp(1.1rem, 2.4vw, 1.35rem); color: var(--text); }
.kicker, .sec-num { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.78rem; color: var(--amber); font-weight: 600; }
.sec-num { margin-bottom: 1rem; display: block; }
.sec-num.dark { color: #2a1c10; }
.sec-head { max-width: 760px; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.sec-head h2 { font-size: clamp(2rem, 6vw, 4rem); }

.grain { position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--oxblood), var(--amber)); z-index: 90; transition: width 0.1s linear; }
.demo-bar { background: var(--oxblood); color: #f4e3d6; text-align: center; font-family: var(--grotesk); letter-spacing: 0.04em; font-size: 0.74rem; padding: 0.45rem 1rem; position: relative; z-index: 80; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== CINEMATIC INTRO ===== */
.intro { position: fixed; inset: 0; z-index: 200; background: radial-gradient(120% 90% at 50% 30%, #1a1512, #060504 70%); display: grid; place-items: center; text-align: center; transition: opacity 0.7s var(--ease), transform 0.9s var(--ease), visibility 0.9s; }
.intro.done { opacity: 0; transform: translateY(-100%); visibility: hidden; pointer-events: none; }
.intro-inner { padding: 2rem; }
.intro-pre { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.34em; font-size: 0.72rem; color: var(--amber); opacity: 0; animation: fadeUp 0.8s var(--ease) 0.2s forwards; }
.intro-title { font-family: var(--serif); font-weight: 900; font-size: clamp(2rem, 9vw, 5.5rem); margin: 0; color: #fdf6e8; letter-spacing: -0.01em; }
.intro-title em { font-style: italic; font-weight: 500; color: var(--amber); }
.intro-sub { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.74rem; color: var(--muted); margin-top: 1.4rem; opacity: 0; animation: fadeUp 0.8s var(--ease) 0.5s forwards; }
.intro-sub .dots i { animation: blink 1.2s infinite; } .intro-sub .dots i:nth-child(2){animation-delay:.2s} .intro-sub .dots i:nth-child(3){animation-delay:.4s}
@keyframes blink { 0%,100%{opacity:.2} 50%{opacity:1} }
.intro-skip { margin-top: 2rem; background: none; border: 1px solid var(--line); color: var(--muted); font-family: var(--grotesk); font-size: 0.8rem; letter-spacing: 0.06em; padding: 0.6rem 1.3rem; border-radius: 999px; cursor: pointer; opacity: 0; animation: fadeUp 0.8s var(--ease) 1.4s forwards; transition: border-color 0.2s, color 0.2s; }
.intro-skip:hover { border-color: var(--amber); color: var(--amber-2); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ===== MARQUEE LIGHT-BULB SIGN ===== */
.marquee-sign { position: relative; display: inline-block; padding: clamp(1rem,3vw,1.8rem) clamp(1.4rem,4vw,2.6rem); border: 2px solid rgba(217,164,65,0.4); border-radius: 8px; background: rgba(217,164,65,0.04); margin: 0.6rem 0; }
.marquee-sign-sm { padding: 0.6rem 1.4rem; margin: 0.3rem 0 0.9rem; }
.bulbs { position: absolute; pointer-events: none; filter: drop-shadow(0 0 4px rgba(239,191,99,0.8)); }
.bulbs-top, .bulbs-bottom { left: 6px; right: 6px; height: 8px; background-image: radial-gradient(circle, var(--amber-2) 0 42%, transparent 46%); background-size: 18px 8px; background-repeat: repeat-x; animation: chaseX 0.7s linear infinite; }
.bulbs-left, .bulbs-right { top: 6px; bottom: 6px; width: 8px; background-image: radial-gradient(circle, var(--amber-2) 0 42%, transparent 46%); background-size: 8px 18px; background-repeat: repeat-y; animation: chaseY 0.7s linear infinite; }
.bulbs-top { top: -4px; } .bulbs-bottom { bottom: -4px; } .bulbs-left { left: -4px; } .bulbs-right { right: -4px; }
@keyframes chaseX { to { background-position-x: 18px; } }
@keyframes chaseY { to { background-position-y: 18px; } }

/* ===== CUSTOM CURSOR ===== */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 150; opacity: 0; transform: translate(-50%, -50%); }
.cursor-dot { width: 6px; height: 6px; background: var(--amber); }
.cursor-ring { width: 34px; height: 34px; border: 1.5px solid rgba(217,164,65,0.7); transition: width 0.2s var(--ease), height 0.2s var(--ease), background 0.2s, border-color 0.2s; }
.cursor-ring.hover { width: 58px; height: 58px; background: rgba(217,164,65,0.12); border-color: var(--amber-2); }
body.cursor-on { cursor: none; }
body.cursor-on a, body.cursor-on button, body.cursor-on .track, body.cursor-on .gallery-item { cursor: none; }
body.cursor-on input, body.cursor-on textarea { cursor: text; }
body.cursor-on .cursor-dot, body.cursor-on .cursor-ring { opacity: 1; }

/* ===== NAV ===== */
.nav { position: sticky; top: 0; z-index: 70; transition: background 0.35s ease, border-color 0.35s ease; border-bottom: 1px solid transparent; }
.nav.scrolled { background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px) saturate(1.2); border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand-word { font-family: var(--serif); font-weight: 900; font-size: 1.2rem; letter-spacing: -0.01em; }
.brand-word b { color: var(--amber); }
.nav-menu { display: flex; align-items: center; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a:not(.nav-cta) { font-family: var(--grotesk); font-size: 0.9rem; color: var(--muted); transition: color 0.15s ease; }
.nav-menu a:not(.nav-cta):hover { color: var(--text); }
.nav-cta { font-family: var(--grotesk); font-size: 0.85rem; font-weight: 600; color: var(--bg); background: var(--amber); padding: 0.55rem 1.2rem; border-radius: 999px; transition: background 0.15s ease; }
.nav-cta:hover { background: var(--amber-2); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--grotesk); font-weight: 600; font-size: 0.95rem; padding: 0.85rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; will-change: transform; }
.btn-amber { background: var(--amber); color: #1a1206; }
.btn-amber:hover { background: var(--amber-2); }
.btn-line { border-color: var(--line); color: var(--text); background: rgba(255,255,255,0.03); }
.btn-line:hover { border-color: var(--amber); color: var(--amber-2); }
.btn-dark { background: #1a1206; color: var(--amber-2); border-color: #1a1206; }
.btn-dark:hover { background: #0c0a09; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #000; }
.hero--poster { min-height: 94svh; background-image: url("../assets/media/photos/NewHWM-Homepage.png"); background-size: cover; background-position: center 30%; }
.hero-veil--soft { background: linear-gradient(180deg, rgba(12,10,9,0.3) 0%, rgba(12,10,9,0.05) 40%, rgba(12,10,9,0.72) 100%); }
/* The poster carries the title art - keep the H1 for search engines, let the poster speak visually */
.hero--poster .hero-inner { max-width: none; display: flex; flex-direction: column; align-items: center; padding-bottom: 1.6rem; }
.hero--poster .kicker, .hero--poster .hero-sub { display: none; }
.hero--poster .hero-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero--poster .hero-actions { margin-top: 0; justify-content: center; }
@media (max-width: 700px) { .hero--poster { min-height: 86svh; background-position: 50% 24%; } }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.25) contrast(1.05) brightness(0.7); }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,9,0.55) 0%, rgba(12,10,9,0.2) 40%, rgba(12,10,9,0.92) 100%); }
.hero-spot { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: soft-light; opacity: 0.7; background: radial-gradient(280px 280px at var(--mx, 70%) var(--my, 30%), rgba(217,164,65,0.5), transparent 70%); }
.hero-inner { position: relative; z-index: 2; padding-bottom: clamp(3rem, 8vw, 6rem); max-width: 900px; }
.hero .kicker { margin-bottom: 1rem; }
.hero-title { font-family: var(--serif); font-weight: 900; font-size: clamp(3rem, 13vw, 9rem); letter-spacing: -0.03em; margin: 0 0 0.5rem; text-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.hero-title-live { font-style: italic; font-weight: 500; color: var(--amber); }
.hero-sub { font-size: clamp(1.05rem, 2.3vw, 1.35rem); color: #d8d0c3; max-width: 600px; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-mute { position: absolute; top: clamp(90px, 12vh, 120px); right: clamp(1.2rem, 4vw, 2.4rem); z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(12,10,9,0.5); backdrop-filter: blur(6px); color: var(--text); font-size: 1.1rem; cursor: pointer; }
.hero-mute:hover { border-color: var(--amber); }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3; width: 26px; height: 42px; border: 2px solid rgba(240,234,225,0.4); border-radius: 14px; }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: var(--amber); border-radius: 2px; animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ===== MARQUEE TEXT ===== */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-2); padding: 0.9rem 0; }
.marquee-track { display: inline-flex; white-space: nowrap; animation: scroll-x 30s linear infinite; }
.marquee-track span { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.1rem, 2.4vw, 1.6rem); color: var(--muted); }
.marquee-track span:nth-child(2) { color: var(--amber); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ===== 01 SHOW ===== */
.show-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.show-copy h2 { font-size: clamp(1.9rem, 5vw, 3.4rem); margin-bottom: 0.7rem; }
.show-copy p { color: var(--muted); } .show-copy .lead { color: var(--text); }
.show-stats { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.stat-n { font-size: clamp(2rem, 5vw, 3rem); color: var(--amber); display: block; line-height: 1; }
.stat-l { font-family: var(--grotesk); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.show-photo { margin: 0; position: relative; }
.show-photo img { width: 100%; border-radius: 6px; filter: grayscale(0.3) contrast(1.05); }
.show-photo figcaption { font-family: var(--grotesk); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-top: 0.8rem; }

/* ===== STORY (scrollytelling) ===== */
.story { position: relative; padding-block: clamp(4rem, 12vw, 9rem); background: linear-gradient(180deg, var(--bg) 0%, #100b08 50%, var(--bg) 100%); }
.story-rail { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--line-2); transform: translateX(-50%); }
.story-fill { position: absolute; top: 0; left: 0; width: 100%; height: 0; background: linear-gradient(180deg, var(--amber), var(--oxblood)); box-shadow: 0 0 12px rgba(217,164,65,0.6); }
.story-head { text-align: center; max-width: 700px; margin-inline: auto; }
.story-head .sec-num { display: block; }
.story-beats { display: flex; flex-direction: column; gap: clamp(3rem, 8vw, 6rem); max-width: 760px; margin: clamp(2rem,5vw,4rem) auto 0; }
.beat { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: clamp(1.6rem, 4vw, 2.6rem); position: relative; opacity: 0; transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.beat:nth-child(odd) { transform: translateX(-4%); } .beat:nth-child(even) { transform: translateX(4%); }
.beat.in { opacity: 1; transform: none; }
.beat-year { display: block; font-size: clamp(2.4rem, 7vw, 4.2rem); color: var(--amber); line-height: 0.9; margin-bottom: 0.5rem; }
.beat h3 { font-family: var(--serif); font-weight: 900; font-size: clamp(1.4rem, 3.5vw, 2rem); }
.beat p { color: var(--muted); margin: 0; }

/* ===== 02 OUTLAWS ===== */
.outlaw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.outlaw-photo { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 6px; border: 1px solid var(--line); margin-bottom: 1.1rem; background: var(--surface); }
.outlaw-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(0.5) contrast(1.08) brightness(0.95); transition: filter 0.4s ease, transform 0.6s var(--ease); }
.outlaw:hover .outlaw-photo img { filter: grayscale(0) contrast(1.05); transform: scale(1.05); }
.outlaw-photo-alt img { object-position: center; }
.outlaw h3 { font-size: 1.5rem; } .outlaw p { color: var(--muted); font-size: 0.98rem; }
.tilt { transition: transform 0.2s var(--ease); transform-style: preserve-3d; will-change: transform; }

/* ===== 03 WATCH ===== */
.video-feature { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,0.5); background: #000; }
.video-feature video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.video-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.8rem; background: linear-gradient(180deg, rgba(12,10,9,0.2), rgba(12,10,9,0.6)); border: 0; color: var(--text); cursor: pointer; transition: opacity 0.3s ease; }
.video-play span { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--amber); color: #1a1206; font-size: 1.8rem; padding-left: 6px; transition: transform 0.2s ease; }
.video-play:hover span { transform: scale(1.08); }
.video-play em { font-family: var(--grotesk); font-style: normal; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; }
.video-feature.playing .video-play { opacity: 0; pointer-events: none; }

/* ===== 04 GALLERY ===== */
.gallery-grid { columns: 3 260px; column-gap: 16px; }
.gallery-item { break-inside: avoid; margin-bottom: 16px; border-radius: 4px; overflow: hidden; cursor: pointer; background: #efe6d2; padding: 8px 8px 26px; box-shadow: 0 10px 22px rgba(0,0,0,0.45);
  transform: rotate(var(--rot, 0deg)); transition: transform 0.4s var(--ease), box-shadow 0.4s ease; will-change: transform; }
.gallery-item:nth-child(4n+1) { --rot: -1.8deg; } .gallery-item:nth-child(4n+2) { --rot: 1.4deg; } .gallery-item:nth-child(4n+3) { --rot: -0.8deg; } .gallery-item:nth-child(4n) { --rot: 2deg; }
.gallery-item img { width: 100%; display: block; border-radius: 2px; filter: grayscale(0.55) sepia(0.35) contrast(1.05) brightness(0.96); transition: filter 0.45s ease, transform 0.6s var(--ease); }
.gallery-item:hover { transform: rotate(0deg) scale(1.05); box-shadow: 0 26px 50px rgba(0,0,0,0.6); position: relative; z-index: 3; }
.gallery-item:hover img { filter: grayscale(0) sepia(0) contrast(1.05); transform: scale(1.03); }

/* ===== 05 LISTEN (audio-reactive) ===== */
.listen { position: relative; overflow: hidden; background: radial-gradient(90% 70% at 70% 30%, #1a120a, var(--bg) 70%); }
.viz-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 0.85; }
.listen-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.listen-intro h2 { font-size: clamp(2rem, 5.5vw, 3.4rem); margin: 0; }
.listen-intro .lead { color: #ccc2b2; } .listen-intro .lead em { color: var(--amber-2); font-style: italic; }
.listen-note { font-family: var(--grotesk); font-size: 0.85rem; color: var(--amber); }
.tracklist { list-style: none; margin: 0; padding: 0; }
.track { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 0.7rem; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; background: rgba(26,21,19,0.72); backdrop-filter: blur(6px); }
.track:hover { border-color: var(--amber); transform: translateX(4px); }
.track.active { border-color: var(--amber); background: var(--surface-2); }
.track-play { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--amber); color: #1a1206; font-size: 0.85rem; flex: 0 0 auto; padding-left: 2px; }
.track.active .track-play { background: var(--amber-2); }
.track-name { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; flex: 1; }
.track-tag { font-family: var(--grotesk); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); }

/* ===== 06 PRESS ===== */
.press-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(1.2rem, 3vw, 1.8rem); }
.press-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 1.8rem; transition: border-color 0.2s ease; }
.press-card:hover { border-color: color-mix(in srgb, var(--amber) 45%, var(--line)); }
.press-ico { font-size: 1.7rem; display: block; margin-bottom: 0.8rem; }
.press-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; }
.press-card p { color: var(--muted); font-size: 0.95rem; }
.press-link { font-family: var(--grotesk); font-size: 0.82rem; color: var(--amber); }
.spotlist { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.spot { text-align: left; font-family: var(--grotesk); font-size: 0.85rem; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); border-radius: 6px; padding: 0.55rem 0.8rem; cursor: pointer; transition: border-color 0.15s ease, color 0.15s ease; }
.spot:hover { border-color: var(--amber); color: var(--amber-2); }

/* ===== 07 DATES ===== */
.datelist { list-style: none; margin: 0; padding: 0; max-width: 860px; }
.date-row { display: grid; grid-template-columns: 90px 1fr auto auto; gap: 1.2rem; align-items: center; padding: 1.2rem 0; border-bottom: 1px solid var(--line); transition: padding-left 0.2s ease; }
.date-row:hover { padding-left: 10px; }
.d-date { font-family: var(--serif); font-weight: 900; font-size: 1.3rem; color: var(--amber); }
.d-venue { font-family: var(--grotesk); font-weight: 500; }
.d-city { color: var(--muted); font-size: 0.92rem; }
.d-cta { font-family: var(--grotesk); font-size: 0.8rem; color: var(--amber); border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.9rem; }
.d-cta:hover { border-color: var(--amber); }
.dates-note { color: var(--muted); font-style: italic; font-size: 0.92rem; margin-top: 1.5rem; }

/* ---- Real interactive date rows (override) ---- */
.date-row { display: block; padding: 0; }
.date-row:hover { padding-left: 0; }
.dr-main { display: grid; grid-template-columns: 60px 1fr auto auto; gap: 1rem; align-items: center; padding: 1rem 0; }
.d-date { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.d-date b { font-family: var(--serif); font-weight: 900; font-size: 1.5rem; color: var(--amber); }
.d-date > span { font-family: var(--grotesk); font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-top: 3px; }
.d-venue { font-family: var(--grotesk); font-weight: 500; color: var(--text); }
.d-venue i { display: block; font-style: normal; font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
.d-toggle { font-family: var(--grotesk); font-size: 0.76rem; color: var(--amber); background: none; border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.85rem; cursor: pointer; white-space: nowrap; transition: border-color 0.15s ease, color 0.15s ease; }
.d-toggle:hover { border-color: var(--amber); color: var(--amber-2); }
.d-soldtag { font-family: var(--grotesk); font-size: 0.7rem; color: var(--muted); border: 1px dashed var(--line); padding: 0.32rem 0.7rem; border-radius: 999px; white-space: nowrap; }
.date-row.priv .d-venue { color: var(--muted); }
.dr-detail { padding: 0 0 1.1rem 76px; }
.dr-note { color: var(--muted); font-size: 0.9rem; margin: 0 0 0.7rem; }
.dr-links { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.dr-links a, .dr-links .d-add { font-family: var(--grotesk); font-size: 0.8rem; color: var(--amber); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 0.85rem; cursor: pointer; text-decoration: none; }
.dr-links a:hover, .dr-links .d-add:hover { border-color: var(--amber); color: var(--amber-2); }
.date-sep { list-style: none; font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; color: var(--muted); padding: 1.6rem 0 0.6rem; border-bottom: 1px solid var(--line); }
.date-row.past { opacity: 0.5; }
.date-row.past .d-date b { color: var(--muted); }

/* ===== POSTER WALL ===== */
.poster-wall { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: clamp(1rem, 3vw, 1.6rem); }
.poster-item { position: relative; border: 1px solid var(--line); padding: 0; margin: 0; background: none; cursor: pointer; border-radius: 8px; overflow: hidden; box-shadow: 0 16px 34px rgba(0,0,0,0.4); }
.poster-item img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; display: block; transition: transform 0.5s var(--ease), filter 0.4s ease; filter: brightness(0.92); }
.poster-item:hover img { transform: scale(1.05); filter: brightness(1.05); }
.poster-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem 0.8rem 0.7rem; background: linear-gradient(180deg, transparent, rgba(8,6,5,0.9)); color: var(--text); font-family: var(--grotesk); font-weight: 600; font-size: 0.8rem; text-align: left; }

/* =========================================================
   MULTI-PAGE CHROME + SALOON THEME
   ========================================================= */

/* ---- Intro / splash page ---- */
.intro-page { margin: 0; min-height: 100svh; overflow: hidden; background: #0a0705; }
.intro-saloon { position: fixed; inset: 0; z-index: 0; background-color: #0a0705;
  background-image: url("assets/media/photos/saloon-bg.jpg"),
    radial-gradient(55% 45% at 50% 38%, rgba(224,150,60,0.30), transparent 70%),
    linear-gradient(180deg, #20160c 0%, #0a0705 82%);
  background-size: cover, cover, cover; background-position: center, center, center; }
.intro-planks { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.12; mix-blend-mode: multiply;
  background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.5) 0 2px, transparent 2px 78px); }
.intro-vignette { position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(65% 60% at 50% 42%, transparent 30%, rgba(6,5,4,0.55) 75%, rgba(6,5,4,0.9) 100%); }
.intro-marquee { position: fixed; top: 0; left: 0; right: 0; z-index: 3; overflow: hidden; padding: 0.55rem 0;
  background: rgba(10,7,5,0.72); border-bottom: 2px solid var(--oxblood); backdrop-filter: blur(4px); }
.intro-marquee-track { display: inline-flex; white-space: nowrap; animation: scroll-x 26s linear infinite; }
.intro-marquee-track span { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.15rem; color: var(--amber); }
.intro-marquee-track span:nth-child(2) { color: #e9dcc2; }
.intro-stage { position: relative; z-index: 2; min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 3.4rem 2rem 6.5rem; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) auto; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; width: 100%; max-width: 1180px; }
.intro-left { display: grid; gap: 0.4rem; justify-items: center; }
.intro-swap { position: relative; display: grid; place-items: center; width: 100%; min-height: clamp(140px, 22vh, 240px); }
.intro-showtime { font-family: "Rye", "Alfa Slab One", Georgia, serif; font-size: clamp(3rem, 11vw, 8rem); line-height: 0.9; color: #f2dca6; letter-spacing: 0.02em;
  text-shadow: 0 2px 0 #8a5a1e, 0 6px 26px rgba(0,0,0,0.7); transition: opacity 0.8s var(--ease), transform 1s var(--ease); }
.intro-logo { position: absolute; inset: 0; margin: auto; max-width: min(560px, 90%); width: 100%; height: auto; opacity: 0; transform: scale(0.92); transition: opacity 1s var(--ease) 0.2s, transform 1s var(--ease) 0.2s; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.6)); }
.intro-tag { font-family: "Special Elite", var(--grotesk); letter-spacing: 0.14em; font-size: clamp(0.8rem, 2.2vw, 1.05rem); color: #d8c7a4; opacity: 0; transition: opacity 1s ease 0.6s; margin: 0; }
.intro-stage.revealed .intro-showtime { opacity: 0; transform: scale(1.2); }
.intro-stage.revealed .intro-logo { opacity: 1; transform: scale(1); }
.intro-stage.revealed .intro-tag { opacity: 1; }
/* ---- Simplified intro: the bar poster opens the show, then dissolves into the logo ---- */
/* .intro-logo2 = the OPENING slot (now the 4-man bar poster); .intro-poster = the dissolve-in slot (now the logo) */
.intro-swap2 { position: relative; display: grid; place-items: center; width: 100%; max-width: 1280px; }
.intro-logo2 { grid-area: 1 / 1; width: min(1280px, 94vw); max-height: 76vh; object-fit: contain; border-radius: 10px;
  border: 2px solid rgba(242,220,166,0.3); box-shadow: 0 34px 90px rgba(0,0,0,0.75), 0 0 70px rgba(224,150,60,0.14);
  opacity: 1; transform: scale(1); z-index: 2; transition: opacity 6.5s linear, transform 6.5s ease; }
.intro-poster { grid-area: 1 / 1; width: min(880px, 90vw); height: auto; object-fit: contain;
  filter: drop-shadow(0 12px 34px rgba(0,0,0,0.7));
  opacity: 0; transform: scale(0.96); transition: opacity 6.5s linear, transform 6.5s ease; }
.intro-stage.dissolved .intro-logo2 { opacity: 0; transform: scale(1.06); }
.intro-stage.dissolved .intro-poster { opacity: 1; transform: scale(1); }
.intro-mute.attn { animation: mutePulse 1.6s ease-in-out infinite; border-color: var(--amber); }
/* Enter: the poster swells open into the site */
body.leaving .intro-poster { transform: scale(1.6); opacity: 0.25; transition: transform 0.75s cubic-bezier(0.6, 0, 0.8, 1), opacity 0.75s ease; }
body.leaving .intro-marquee, body.leaving .intro-enter, body.leaving .intro-mute, body.leaving .intro-sound-hint { opacity: 0; transition: opacity 0.4s ease; }
.hero-mute.attn { animation: mutePulse 1.6s ease-in-out infinite; border-color: var(--amber); }
@keyframes mutePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(217,164,65,0); } 50% { box-shadow: 0 0 0 12px rgba(217,164,65,0.18); } }
.intro-mute { position: fixed; top: 3.2rem; right: 18px; z-index: 5; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(240,234,225,0.25); background: rgba(10,7,5,0.55); backdrop-filter: blur(6px); color: var(--text); font-size: 1.1rem; cursor: pointer; }
.intro-mute:hover { border-color: var(--amber); }
.intro-enter { position: fixed; bottom: clamp(1.5rem, 5vh, 3rem); left: 50%; transform: translateX(-50%); z-index: 5;
  font-family: "Rye", Georgia, serif; font-size: clamp(1.1rem, 3vw, 1.5rem); color: #1a1206;
  background: linear-gradient(180deg, var(--amber-2), var(--amber)); border: 2.5px solid #1a1206; border-radius: 8px;
  padding: 0.7rem 2.2rem; cursor: pointer; box-shadow: 0 8px 0 #1a1206, 0 20px 40px rgba(0,0,0,0.5); transition: transform 0.12s ease, box-shadow 0.12s ease; text-decoration: none; }
.intro-enter:hover { transform: translateX(-50%) translateY(-2px); box-shadow: 0 10px 0 #1a1206, 0 24px 46px rgba(0,0,0,0.55); }
.intro-enter:active { transform: translateX(-50%) translateY(4px); box-shadow: 0 4px 0 #1a1206; }
.intro-enter small { display: block; font-family: var(--grotesk); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 2px; opacity: 0.7; }

/* ---- Swinging saloon doors (page entry) ---- */
.saloon-doors { position: fixed; inset: 0; z-index: 300; pointer-events: none; display: flex; perspective: 1400px; }
.saloon-doors .door { flex: 1; height: 100%; transition: transform 0.85s cubic-bezier(0.7, 0, 0.25, 1); box-shadow: inset 0 0 60px rgba(0,0,0,0.7);
  background: linear-gradient(90deg, rgba(0,0,0,0.35), transparent 12%, transparent 88%, rgba(0,0,0,0.35)),
    repeating-linear-gradient(180deg, #3a2a17 0 26px, #331f10 26px 52px),
    linear-gradient(90deg, #3d2c19, #2a1d10); }
.door-l { transform-origin: left center; border-right: 3px solid #1a1206; }
.door-r { transform-origin: right center; border-left: 3px solid #1a1206; }
.saloon-doors.open .door-l { transform: rotateY(-112deg); }
.saloon-doors.open .door-r { transform: rotateY(112deg); }

/* ---- Tumbleweed ---- */
.tumbleweed { position: fixed; bottom: 4vh; left: -60px; z-index: 6; opacity: 0.55; pointer-events: none; animation: tumble 9s linear forwards; }
@keyframes tumble { 0% { transform: translateX(0) rotate(0); } 100% { transform: translateX(112vw) rotate(1080deg); } }

/* ---- Top nav (interior) ---- */
.snav { position: sticky; top: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 4vw, 2.4rem); min-height: 68px;
  background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(12px) saturate(1.2); border-bottom: 1px solid var(--line); }
.snav-brand { font-family: var(--serif); font-weight: 900; font-size: 1.15rem; letter-spacing: -0.01em; color: var(--text); }
.snav-brand span { color: var(--amber); font-style: italic; }
.snav-right { display: flex; align-items: center; gap: 0.6rem; }
.snav-night { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: none; color: var(--text); cursor: pointer; font-size: 0.95rem; }
.snav-night:hover { border-color: var(--amber); }
.snav-menu { display: flex; align-items: center; gap: 0.5rem; font-family: var(--grotesk); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: #1a1206; background: var(--amber); border: 0; border-radius: 999px; padding: 0.5rem 1.05rem; cursor: pointer; }
.snav-menu:hover { background: var(--amber-2); }
.snav-bars { display: inline-flex; flex-direction: column; gap: 3px; }
.snav-bars i { width: 16px; height: 2px; background: #1a1206; }

/* ---- Menu overlay: Index · Page Options ---- */
.menu-overlay { position: fixed; inset: 0; z-index: 130; display: none; overflow: auto;
  background-color: #0b0805;
  background-image:
    radial-gradient(60% 50% at 50% 0%, rgba(224,150,60,0.16), transparent 70%),
    repeating-linear-gradient(180deg, rgba(0,0,0,0.22) 0 30px, transparent 30px 60px),
    linear-gradient(180deg, #1a120a, #080604); }
.menu-overlay.open { display: block; }
.menu-close { position: absolute; top: 20px; right: 24px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(0,0,0,0.3); color: var(--text); font-size: 1.2rem; cursor: pointer; }
.menu-close:hover { border-color: var(--amber); color: var(--amber); }
.menu-inner { max-width: 720px; margin: 0 auto; padding: clamp(4rem, 12vh, 7rem) 1.5rem 3rem; text-align: center; }
.menu-kicker { font-family: "Special Elite", var(--grotesk); letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.78rem; color: var(--amber); margin-bottom: 2rem; }
.menu-links { display: grid; gap: 0.2rem; }
.menu-links a { display: flex; align-items: baseline; justify-content: center; gap: 0.7rem; font-family: "Rye", Georgia, serif; font-size: clamp(1.5rem, 5vw, 2.6rem); color: #ece0c8; padding: 0.5rem; text-decoration: none; transition: color 0.15s ease, transform 0.15s ease; }
.menu-links a em { font-family: var(--grotesk); font-style: normal; font-size: 0.8rem; color: var(--amber); opacity: 0.65; }
.menu-links a:hover { color: var(--amber-2); transform: scale(1.04); }
.menu-links a.active { color: var(--amber); }
.menu-foot { margin-top: 2.5rem; font-family: var(--grotesk); font-size: 0.85rem; color: var(--muted); }
.menu-foot a { color: var(--amber); }

/* ---- Footer (interior) ---- */
.sfooter { border-top: 1px solid var(--line); padding-block: 2rem; background: var(--bg); }
.sfooter-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.sfooter-brand { font-family: var(--serif); font-weight: 900; font-size: 1.1rem; }
.sfooter-copy { font-family: var(--grotesk); font-size: 0.78rem; color: var(--muted); }

/* ---- Interior page wrapper ---- */
.page { min-height: 62vh; }
.page-hero { text-align: center; padding-block: clamp(2rem, 5vw, 3.5rem) 0; }
.page-hero .sec-num { display: block; }
@media (max-width: 640px) { .snav-menu-txt { display: none; } .sfooter-copy { font-size: 0.72rem; } }

/* ---- Home "explore" cards ---- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1rem, 3vw, 1.5rem); }
.feature-card { position: relative; display: block; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 1.6rem; text-decoration: none; color: var(--text); transition: transform 0.2s var(--ease), border-color 0.2s ease; overflow: hidden; }
.feature-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--amber) 45%, var(--line)); }
.fc-num { font-family: var(--grotesk); font-size: 0.72rem; letter-spacing: 0.14em; color: var(--amber); }
.feature-card h3 { font-family: var(--serif); font-weight: 900; font-size: 1.45rem; margin: 0.3rem 0 0.4rem; }
.feature-card p { color: var(--muted); font-size: 0.92rem; margin: 0; }
.feature-card::after { content: "↗"; position: absolute; top: 1.2rem; right: 1.3rem; color: var(--amber); opacity: 0.55; transition: transform 0.2s ease; }
.feature-card:hover::after { transform: translate(3px, -3px); }

/* ---- Setlist page ---- */
.setlist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.4rem, 4vw, 2.4rem); }
.setlist-artist { font-size: 1.5rem; color: var(--amber); border-bottom: 2px solid var(--line); padding-bottom: 0.5rem; margin-bottom: 0.9rem; }
.setlist { list-style: none; margin: 0; padding: 0; }
.setlist .track { margin-bottom: 0.55rem; padding: 0.7rem 0.9rem; }
.setlist .track-name { font-size: 1.05rem; }
.setlist-song { font-family: var(--serif); font-size: 1.05rem; padding: 0.55rem 0.4rem; border-bottom: 1px dotted var(--line); color: var(--text); }
.setlist-note { text-align: center; margin-top: clamp(1.5rem, 4vw, 2.5rem); color: var(--muted); font-style: italic; }
.setlist-note a { color: var(--amber); border-bottom: 1px solid currentColor; }

/* ---- Nav tickets ---- */
.snav-tickets { display: inline-flex; align-items: center; gap: 0.35rem; font-family: var(--grotesk); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--amber-2); border: 1px solid var(--line); border-radius: 999px; padding: 0.45rem 0.9rem; transition: border-color 0.2s ease; }
.snav-tickets:hover { border-color: var(--amber); }

/* ---- Tour row tickets ---- */
.d-tickets { font-family: var(--grotesk); font-weight: 600; font-size: 0.78rem; color: #1a1206; background: var(--amber); border-radius: 999px; padding: 0.38rem 0.85rem; white-space: nowrap; }
.d-tickets:hover { background: var(--amber-2); }
.dl-tk { background: var(--amber) !important; color: #1a1206 !important; border-color: var(--amber) !important; font-weight: 600; }

/* ---- Booking promise ---- */
.book-promise { font-family: var(--grotesk); font-weight: 600; color: #1a1206; background: rgba(255,255,255,0.28); border-radius: 8px; padding: 0.55rem 0.9rem; display: inline-block; }
.book-form select { background: #0c0a09; border: 1px solid #3a2a16; color: var(--text); border-radius: 7px; padding: 0.7rem 0.85rem; font: inherit; font-size: 0.95rem; }
.book-form select:focus { outline: none; border-color: var(--amber); }

/* ---- Footer: posse + socials + disclaimer ---- */
.sfooter-posse { display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; padding-bottom: 1.4rem; margin-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.posse-copy { display: flex; flex-direction: column; }
.posse-copy b { font-family: var(--serif); font-size: 1.15rem; }
.posse-copy span { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); }
.posse-form { display: flex; gap: 0.5rem; }
.posse-form input { background: var(--surface); border: 1px solid var(--line); color: var(--text); border-radius: 999px; padding: 0.6rem 1rem; font: inherit; font-size: 0.9rem; min-width: 220px; }
.posse-form input:focus { outline: none; border-color: var(--amber); }
.posse-btn { font-family: var(--grotesk); font-weight: 600; font-size: 0.85rem; background: var(--amber); color: #1a1206; border: 0; border-radius: 999px; padding: 0.6rem 1.2rem; cursor: pointer; }
.posse-btn:hover { background: var(--amber-2); }
.posse-status { width: 100%; text-align: center; font-family: var(--grotesk); font-size: 0.8rem; color: var(--amber-2); margin: 0; min-height: 1em; }
.sfooter { padding-block: 1.8rem 4.6rem; }
.sfooter-social { display: flex; gap: 1rem; }
.sfooter-social a { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.85rem; transition: border-color 0.2s ease, color 0.2s ease; }
.sfooter-social a:hover { border-color: var(--amber); color: var(--amber-2); }
.sfooter-copy a { color: var(--muted); text-decoration: underline; }
.sfooter-disclaim { text-align: center; font-family: var(--grotesk); font-size: 0.68rem; color: rgba(168,158,143,0.55); margin-top: 1rem; }

/* ---- Menu replay + intro hint ---- */
.menu-replay { margin: 1.6rem 0 0; }
.menu-replay a { font-family: "Special Elite", monospace; font-size: 0.85rem; color: var(--muted); }
.menu-replay a:hover { color: var(--amber-2); }
.intro-sound-hint { position: fixed; top: 6.6rem; right: 18px; z-index: 5; font-family: "Special Elite", monospace; font-size: 0.72rem; color: rgba(240,234,225,0.65); background: rgba(10,7,5,0.5); padding: 0.3rem 0.7rem; border-radius: 6px; transition: opacity 0.6s ease; margin: 0; }
.intro-sound-hint.hide { opacity: 0; }

/* ---- Nav piano toggle ---- */
.snav-piano { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: none; color: var(--text); cursor: pointer; font-size: 0.95rem; transition: background 0.2s ease, border-color 0.2s ease; }
.snav-piano:hover { border-color: var(--amber); }
.snav-piano.on { background: var(--amber); border-color: var(--amber); }

/* ---- Press clippings ("Press coverage") ---- */
.press-clips { margin-bottom: clamp(2.5rem, 6vw, 4rem); text-align: center; }
.press-logo { display: block; width: min(560px, 82%); margin: 0 auto 1.2rem; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55)); }
.clips-pdf { color: var(--amber); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.clips-pdf:hover { color: var(--amber-2); }
.clips-title { font-size: clamp(1.5rem, 4vw, 2.2rem); margin-bottom: 1.4rem; }
.clips-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(1rem, 3vw, 1.8rem); align-items: start; }
.clip { border: 0; padding: 8px; background: #f6f2e8; cursor: pointer; box-shadow: 0 14px 30px rgba(0,0,0,0.5); transform: rotate(var(--rot, 0deg)); transition: transform 0.35s var(--ease), box-shadow 0.35s ease; }
.clip:nth-child(1) { --rot: -1.6deg; } .clip:nth-child(2) { --rot: 1.2deg; } .clip:nth-child(3) { --rot: -0.7deg; }
.clip:hover { transform: rotate(0deg) scale(1.04); box-shadow: 0 26px 50px rgba(0,0,0,0.65); z-index: 2; position: relative; }
.clip img { width: 100%; display: block; max-height: 340px; object-fit: cover; object-position: top; filter: sepia(0.12) contrast(1.02); }
.clips-note { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); margin-top: 1.1rem; }

/* ---- EPK quote + lineup ---- */
.epk-quote { margin: 1rem 0 1.2rem; padding: 0.8rem 1.1rem; border-left: 4px solid #9a6a1e; background: rgba(154,106,30,0.07); font-style: italic; color: #3a352c; font-size: 0.98rem; }
.epk-quote b { display: block; font-style: normal; font-family: var(--grotesk); font-size: 0.78rem; margin-top: 0.4rem; color: #9a6a1e; }

/* ---- Outlaw performer credits ---- */
.outlaw-credit { font-family: var(--grotesk); font-size: 0.82rem !important; letter-spacing: 0.04em; color: var(--amber) !important; margin-top: 0.3rem; }

/* ===== SHOOTING GALLERY ===== */
.sg-wrap { max-width: 860px; margin: 0 auto; }
.sg-hud { display: flex; justify-content: center; gap: clamp(1.5rem, 5vw, 3rem); font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.8rem; color: var(--muted); margin-bottom: 0.9rem; }
.sg-hud b { font-family: var(--serif); font-size: 1.3rem; color: var(--amber-2); margin-left: 0.35rem; }
.sg-stage { position: relative; height: min(440px, 60vh); border: 2px solid #3a2a17; border-radius: 12px; overflow: hidden; cursor: crosshair; user-select: none; -webkit-user-select: none; touch-action: manipulation;
  background:
    radial-gradient(80% 55% at 50% 0%, rgba(224,150,60,0.10), transparent 65%),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.22) 0 2px, transparent 2px 64px),
    linear-gradient(180deg, #2b1e10, #1a1109); }
.sg-shelf { position: absolute; left: 3%; right: 3%; height: 10px; border-radius: 3px; background: linear-gradient(180deg, #6b4a24, #3a2712); box-shadow: 0 5px 8px rgba(0,0,0,0.5); pointer-events: none; }
.sg-start { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.sg-target { position: absolute; transform: translate(-50%, -100%) scale(var(--sc, 1)); transform-origin: bottom center; border: 0; padding: 0; cursor: none; background: transparent; filter: drop-shadow(0 6px 6px rgba(0,0,0,0.45)); }
.sg-target.hit { animation: shatter 0.18s ease forwards; }
@keyframes shatter { to { transform: translate(-50%, -60%) rotate(24deg) scale(0.4); opacity: 0; } }
.sg-bottle { width: 26px; height: 62px; }
.sg-bottle::before { content: ""; display: block; width: 10px; height: 20px; margin: 0 auto; background: linear-gradient(90deg, #6f8f4f, #40592b); border-radius: 3px 3px 0 0; }
.sg-bottle::after { content: ""; display: block; width: 26px; height: 42px; background: linear-gradient(90deg, #7fa35c, #4c6a33 55%, #2f4520); border-radius: 5px 5px 3px 3px; box-shadow: inset 3px 0 5px rgba(255,255,255,0.22); }
.sg-bottle:nth-child(even)::before { background: linear-gradient(90deg, #9f6a3a, #6b3f1c); }
.sg-bottle:nth-child(even)::after { background: linear-gradient(90deg, #b8834c, #7a4c22 55%, #4c2c10); }
.sg-can { width: 26px; height: 36px; background: linear-gradient(90deg, #b8b3a8, #7c766a 55%, #57524a); border-radius: 3px; box-shadow: inset 3px 0 5px rgba(255,255,255,0.3), inset 0 5px 0 rgba(0,0,0,0.18); }
.sg-star { font-size: 34px; line-height: 1; color: var(--amber-2); text-shadow: 0 0 12px rgba(239,191,99,0.9); animation: starPulse 0.7s ease-in-out infinite alternate; }
@keyframes starPulse { from { transform: translate(-50%, -100%) scale(1); } to { transform: translate(-50%, -100%) scale(1.18); } }

/* ===== SALOON LEDGER (guestbook) ===== */
.ledger-book { max-width: 720px; margin: 0 auto; background: linear-gradient(180deg, #f4ead0, #e9dbb8); color: #2a2115; border-radius: 6px; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: 0 26px 60px rgba(0,0,0,0.5); border: 1px solid #c9b888; }
.ledger-form { border-bottom: 2px solid #2a2115; padding-bottom: 1.4rem; margin-bottom: 0.6rem; }
.ledger-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 0.8rem; }
.ledger-actions { grid-template-columns: auto 1fr; align-items: center; margin-bottom: 0; }
.ledger-form input, .ledger-form textarea { background: rgba(255,252,242,0.7); border: 0; border-bottom: 2px solid #8a7a58; color: #2a2115; font-family: "Special Elite", monospace; font-size: 1rem; padding: 0.55rem 0.4rem; width: 100%; }
.ledger-form textarea { resize: vertical; margin-bottom: 0.8rem; }
.ledger-form input:focus, .ledger-form textarea:focus { outline: none; border-bottom-color: var(--oxblood); }
.ledger-form input::placeholder, .ledger-form textarea::placeholder { color: #8a7a58; }
.ledger-status { font-family: "Special Elite", monospace; font-size: 0.88rem; color: #7a2c1c; margin: 0; }
.ledger-list { list-style: none; margin: 0; padding: 0; }
.ledger-entry { padding: 1rem 0.2rem 0.8rem; border-bottom: 1px solid rgba(42,33,21,0.25); background-image: repeating-linear-gradient(180deg, transparent 0 27px, rgba(42,33,21,0.08) 27px 28px); }
.le-msg { font-family: "Special Elite", monospace; font-size: 1.02rem; line-height: 1.65; margin: 0 0 0.35rem; }
.le-sig { font-family: var(--grotesk); font-weight: 600; font-size: 0.85rem; color: #5a4a30; margin: 0; }
.le-date { font-weight: 400; opacity: 0.75; }
.le-tag { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; background: rgba(42,33,21,0.12); border-radius: 4px; padding: 0.1rem 0.4rem; }
.ledger-note { text-align: center; font-family: "Special Elite", monospace; font-size: 0.78rem; color: #8a7a58; margin: 1.2rem 0 0; }
@media (max-width: 640px) { .ledger-row { grid-template-columns: 1fr; } }

/* ---- Miles-to-the-show locator ---- */
.nearme { text-align: center; margin-bottom: 1.6rem; }
.nearme-out { font-family: var(--grotesk); color: var(--muted); font-size: 1rem; margin: 0.9rem auto 0; max-width: 640px; min-height: 1.4em; }
.nearme-out strong { color: var(--amber-2); }
.nearme-out a { color: var(--amber); border-bottom: 1px solid currentColor; }
.nm-alt { font-size: 0.85rem; opacity: 0.8; }

/* ---- Jukebox volume ---- */
.jb-vol { display: flex; align-items: center; gap: 0.35rem; color: var(--muted); font-size: 0.9rem; }
.jb-vol input[type="range"] { -webkit-appearance: none; appearance: none; width: 62px; height: 4px; border-radius: 4px; background: var(--line); cursor: pointer; }
.jb-vol input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; border-radius: 50%; background: var(--amber); }
.jb-vol input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 0; border-radius: 50%; background: var(--amber); }
@media (max-width: 700px) {
  .dr-main { grid-template-columns: 46px 1fr auto; }
  .dr-main .d-city { display: none; }
  .dr-detail { padding-left: 0; }
}

/* ===== 08 BOOK ===== */
.section-amber { background: linear-gradient(135deg, var(--amber) 0%, #c8852a 100%); color: #1a1206; }
.book-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: start; }
.book-info h2 { font-size: clamp(1.9rem, 5vw, 3.2rem); color: #1a1206; }
.book-info p { color: #3a2710; }
.contact-points { list-style: none; margin: 1.5rem 0 1rem; padding: 0; }
.contact-points li { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; font-size: 1.05rem; color: #1a1206; }
.contact-points li span { width: 30px; height: 30px; display: grid; place-items: center; background: #1a1206; color: var(--amber); border-radius: 50%; flex: 0 0 auto; }
.contact-points a:hover { text-decoration: underline; }
.book-links { display: flex; gap: 1.1rem; }
.book-links a { font-family: var(--grotesk); font-weight: 600; font-size: 0.85rem; color: #1a1206; border-bottom: 2px solid rgba(26,18,6,0.4); }
.book-form { background: #1a1206; border-radius: 12px; padding: clamp(1.4rem, 3vw, 2rem); display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field-full { grid-column: 1 / -1; }
.field label { font-family: var(--grotesk); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber); }
.field input, .field textarea { background: #0c0a09; border: 1px solid #3a2a16; color: var(--text); border-radius: 7px; padding: 0.7rem 0.85rem; font: inherit; font-size: 0.95rem; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--amber); }
.form-status { font-family: var(--grotesk); font-size: 0.85rem; color: var(--amber-2); margin: 0.5rem 0 0; min-height: 1.2em; }

/* ===== FOOTER ===== */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding-block: 2.4rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; }
.footer-logo { height: 40px; width: auto; opacity: 0.9; }
.footer-copy { margin: 0; color: var(--muted); font-family: var(--grotesk); font-size: 0.78rem; max-width: 540px; }
.footer-links { display: flex; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.footer-links a { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); }
.footer-links a:hover { color: var(--amber); }

/* ===== JUKEBOX ===== */
.jukebox { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%) translateY(160%); z-index: 85; display: grid; grid-template-columns: auto 1fr auto auto auto auto; align-items: center; gap: 0.75rem; width: min(780px, calc(100% - 24px)); background: rgba(20,17,16,0.86); backdrop-filter: blur(16px) saturate(1.3); border: 1px solid var(--line); border-radius: 16px; padding: 0.7rem 0.9rem; box-shadow: 0 20px 50px rgba(0,0,0,0.5); transition: transform 0.4s var(--ease); }
.jukebox.show { transform: translateX(-50%) translateY(0); }
.jb-art { position: relative; width: 48px; height: 48px; border-radius: 10px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 40%, #3a2a12, #16100a); display: grid; place-items: center; cursor: pointer; flex: 0 0 auto; overflow: hidden; }
.jb-viz { position: absolute; inset: 0; width: 100%; height: 100%; }
.jb-playicon { position: relative; z-index: 1; color: var(--amber-2); font-size: 1rem; }
.jukebox.playing .jb-playicon { opacity: 0; }
.jb-meta { display: flex; flex-direction: column; min-width: 0; }
.jb-label { font-family: var(--grotesk); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--amber); }
.jb-track { font-family: var(--serif); font-weight: 600; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jb-controls { display: flex; gap: 0.3rem; }
.jb-controls button, .jb-hide { background: none; border: 0; color: var(--text); font-size: 1rem; cursor: pointer; padding: 0.3rem; opacity: 0.8; }
.jb-controls button:hover, .jb-hide:hover { opacity: 1; color: var(--amber); }
.jb-seek { display: flex; align-items: center; gap: 0.5rem; }
.jb-seek span { font-family: var(--grotesk); font-size: 0.7rem; color: var(--muted); width: 32px; }
#jbSeek { -webkit-appearance: none; appearance: none; width: 120px; height: 4px; border-radius: 4px; background: var(--line); cursor: pointer; }
#jbSeek::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; border-radius: 50%; background: var(--amber); }
#jbSeek::-moz-range-thumb { width: 12px; height: 12px; border: 0; border-radius: 50%; background: var(--amber); }
.jb-hide { font-size: 0.85rem; }

/* ===== LIGHTBOX ===== */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8,6,5,0.94); display: none; align-items: center; justify-content: center; padding: 4vw; }
.lightbox.open { display: flex; }
.lb-img { max-width: 92vw; max-height: 88vh; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(20,17,16,0.7); border: 1px solid var(--line); color: var(--text); cursor: pointer; border-radius: 50%; width: 50px; height: 50px; font-size: 1.4rem; transition: border-color 0.15s ease; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { border-color: var(--amber); color: var(--amber); }
.lb-close { top: 20px; right: 24px; } .lb-prev { left: 16px; top: 50%; transform: translateY(-50%); } .lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-menu { position: absolute; top: 76px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 0.5rem 1.4rem 1.4rem; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform 0.25s ease, opacity 0.25s ease; }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu li { padding: 0.6rem 0; } .nav-menu .nav-cta { width: fit-content; }
  .show-grid, .listen-grid, .book-grid { grid-template-columns: 1fr; }
  .book-form { grid-template-columns: 1fr; }
  .beat:nth-child(odd), .beat:nth-child(even) { transform: none; }
  .story-rail { left: 14px; } .story-beats { margin-left: 0; }
  .date-row { grid-template-columns: 70px 1fr auto; } .date-row .d-city { display: none; }
  .jb-seek, .jb-vol { display: none; } .jukebox { grid-template-columns: auto 1fr auto auto; }
}

/* Touch / no-hover: no custom cursor */
@media (hover: none), (pointer: coarse) {
  body.cursor-on { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001s !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .intro { display: none; }
}

/* ===== VINYL TURNTABLE ===== */
.listen-grid { align-items: center; }
.turntable { position: relative; width: 100%; max-width: 420px; margin-inline: auto; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.platter { position: relative; width: 90%; aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle at 50% 42%, #2b2520, #131009 72%); border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(0,0,0,0.55), inset 0 0 0 8px rgba(0,0,0,0.35); display: grid; place-items: center; }
.vinyl { position: relative; width: 90%; aspect-ratio: 1 / 1; border-radius: 50%; cursor: pointer; background: repeating-radial-gradient(circle at 50% 50%, #0a0908 0 2px, #16120d 2px 4px), radial-gradient(circle at 50% 50%, #1a1510, #050403 80%); box-shadow: inset 0 0 45px rgba(0,0,0,0.85); animation: spin 3.4s linear infinite; animation-play-state: paused; }
.vinyl.spinning { animation-play-state: running; }
@keyframes spin { to { transform: rotate(360deg); } }
.vinyl-shine { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; background: linear-gradient(125deg, transparent 42%, rgba(255,240,210,0.10) 50%, transparent 58%); }
.vinyl-label { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40%; aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle at 50% 38%, var(--amber-2), var(--amber) 62%, #a8772a); color: #1a1206; display: grid; place-items: center; text-align: center; padding: 6px; box-shadow: inset 0 0 0 3px rgba(26,18,6,0.25); }
.vinyl-label b { font-family: var(--serif); font-weight: 900; font-size: clamp(0.58rem, 1.7vw, 0.85rem); line-height: 1.04; display: block; }
.vinyl-label i { font-family: var(--grotesk); font-style: normal; font-size: 0.46rem; letter-spacing: 0.1em; opacity: 0.65; }
/* chrome center spindle */
.vinyl-label::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f2f0ea, #a8a296 45%, #5c574d 78%, #33302a);
  border: 1px solid #1a1712; box-shadow: 0 1px 2px rgba(0,0,0,0.6); transform: translate(-50%, -50%); }
/* Accurate tonearm: pivot base top-right, counterweight behind, angled headshell.
   Parked on the arm-rest (bottom-right) when idle; swings onto the groove when playing. */
.tonearm2 { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; pointer-events: none; overflow: visible; }
.ta-g { transform-origin: 78px 12px; transform: rotate(-45deg); transition: transform 0.9s var(--ease); }
.tonearm2.on .ta-g { transform: rotate(0deg); }

/* ===== TOUR MAP ===== */
.tourmap-wrap { margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.tourmap { position: relative; width: 100%; max-width: 880px; margin: 0 auto; aspect-ratio: 1000 / 600; background: radial-gradient(120% 100% at 50% 0%, #17120c, var(--bg) 80%); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.us-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.us-outline { fill: rgba(217,164,65,0.05); stroke: rgba(217,164,65,0.5); stroke-width: 2; stroke-linejoin: round; }
.us-route { fill: none; stroke: var(--amber); stroke-width: 2.5; stroke-dasharray: 6 10; stroke-linecap: round; opacity: 0.85; animation: dash 16s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -320; } }
.pin { position: absolute; transform: translate(-50%, -50%); background: none; border: 0; padding: 6px; cursor: pointer; z-index: 2; }
.pin-dot { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--amber-2); border: 2px solid #1a1206; box-shadow: 0 0 0 0 rgba(239,191,99,0.55); animation: pinpulse 2.2s ease-out infinite; }
@keyframes pinpulse { 0% { box-shadow: 0 0 0 0 rgba(239,191,99,0.5); } 70% { box-shadow: 0 0 0 15px rgba(239,191,99,0); } 100% { box-shadow: 0 0 0 0 rgba(239,191,99,0); } }
.pin-tip { position: absolute; bottom: 150%; left: 50%; transform: translateX(-50%) translateY(6px); background: #1a1510; border: 1px solid var(--line); color: var(--text); font-family: var(--grotesk); font-weight: 500; font-size: 0.8rem; white-space: nowrap; padding: 0.5rem 0.75rem; border-radius: 7px; opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; box-shadow: 0 12px 28px rgba(0,0,0,0.45); }
.pin-tip i { display: block; font-style: normal; color: var(--amber); font-size: 0.68rem; margin-top: 1px; }
.pin:hover .pin-tip, .pin:focus-visible .pin-tip, .pin.show .pin-tip { opacity: 1; transform: translateX(-50%) translateY(0); }
.tourmap-cta { text-align: center; margin-top: 1.3rem; color: var(--muted); font-family: var(--grotesk); font-size: 0.95rem; }
.tourmap-cta a { color: var(--amber); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.tour-sub { font-size: clamp(1.3rem, 3vw, 1.8rem); margin: 0 0 1.2rem; }

@media (max-width: 900px) {
  .turntable { max-width: 300px; margin-bottom: 2rem; }
}

/* ===== HERO EMBERS ===== */
.embers { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

/* ===== WANTED POSTER GENERATOR ===== */
.wanted-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.wanted-copy h2 { font-size: clamp(1.9rem, 5vw, 3.2rem); }
.wanted-copy .lead { color: var(--muted); }
.wanted-controls { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 1rem; max-width: 440px; }
.wf { display: flex; flex-direction: column; gap: 0.35rem; }
.wf span { font-family: var(--grotesk); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.wf input, .wf select { background: var(--surface); border: 1px solid var(--line); color: var(--text); border-radius: 8px; padding: 0.7rem 0.85rem; font: inherit; font-size: 0.95rem; }
.wf input:focus, .wf select:focus { outline: none; border-color: var(--amber); }
.wanted-btns { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 0.3rem; }
.wanted-note { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); margin: 0.3rem 0 0; }
.wanted-note strong { color: var(--amber); }
.wanted-stage { display: grid; place-items: center; }
#wantedCanvas { width: 100%; max-width: 360px; height: auto; border-radius: 4px; box-shadow: 0 30px 60px rgba(0,0,0,0.55); transform: rotate(-1.6deg); border: 1px solid rgba(58,42,22,0.5); transition: transform 0.3s var(--ease); }
#wantedCanvas:hover { transform: rotate(0deg) scale(1.02); }
@media (max-width: 900px) { .wanted-grid { grid-template-columns: 1fr; } .wanted-stage { order: -1; } #wantedCanvas { max-width: 300px; } }

/* ===== NIGHT / CAMPFIRE MODE ===== */
.night-toggle { background: none; border: 1px solid var(--line); color: var(--text); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 0.95rem; line-height: 1; display: grid; place-items: center; transition: border-color 0.2s ease; }
.night-toggle:hover { border-color: var(--amber); }
.campfire-glow { position: fixed; left: 0; right: 0; bottom: 0; height: 40vh; z-index: 2; pointer-events: none; opacity: 0; transition: opacity 0.9s ease; background: radial-gradient(85% 130% at 50% 135%, rgba(230,120,40,0.5), rgba(143,44,32,0.16) 45%, transparent 72%); mix-blend-mode: screen; }
body.night .campfire-glow { opacity: 1; }
body.night { --bg: #070809; --bg-2: #0a0b0d; --surface: #121317; --surface-2: #181a1f; --amber: #e8aa42; --amber-2: #f7cb6c; }
body.night .hero-veil { background: linear-gradient(180deg, rgba(7,8,9,0.7) 0%, rgba(7,8,9,0.32) 40%, rgba(7,8,9,0.96) 100%); }
body.night .nav.scrolled { background: color-mix(in srgb, #070809 86%, transparent); }

/* ===== THE HOUSE GUITAR (Saloon Games) ===== */
.strum-box { position: relative; max-width: 860px; margin: 0 auto; height: clamp(180px, 32vh, 260px); border: 2px solid #3a2a17; border-radius: 12px; overflow: hidden; cursor: pointer; touch-action: none;
  background:
    radial-gradient(70% 90% at 50% 50%, rgba(224,150,60,0.10), transparent 70%),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.18) 0 2px, transparent 2px 70px),
    linear-gradient(180deg, #2b1e10, #191009); }
.strum-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.gstring { stroke: rgba(217,164,65,0.35); stroke-width: 0.5; transition: stroke 0.25s ease; transform-box: fill-box; transform-origin: center; }
.gstring.twang { stroke: rgba(239,191,99,1); animation: twang 0.55s ease-out; }
@keyframes twang { 0% { transform: translateY(0); } 18% { transform: translateY(-0.55px); } 38% { transform: translateY(0.4px); } 58% { transform: translateY(-0.24px); } 78% { transform: translateY(0.12px); } 100% { transform: translateY(0); } }
.strum-hint { position: absolute; top: 10px; right: 14px; z-index: 2; font-family: var(--grotesk); font-size: 0.72rem; letter-spacing: 0.08em; color: rgba(240,234,225,0.6); pointer-events: none; transition: opacity 0.7s ease; }
.strum-hint.hide { opacity: 0; }

/* ===== TUNE THE RADIO ===== */
.radio { background: linear-gradient(180deg, #241c12, #16110b); border: 1px solid var(--line); border-radius: 12px; padding: 0.9rem 1.1rem 1.1rem; margin-bottom: 1.2rem; box-shadow: inset 0 1px 0 rgba(255,220,150,0.06), 0 16px 30px rgba(0,0,0,0.4); }
.radio-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.7rem; gap: 0.5rem; }
.radio-brand { font-family: var(--grotesk); font-size: 0.64rem; letter-spacing: 0.22em; color: var(--amber); }
.radio-now { font-family: var(--serif); font-style: italic; font-size: 0.92rem; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.radio-tuner { position: relative; height: 44px; margin-bottom: 0.85rem; touch-action: none; cursor: ew-resize; }
.radio-scale { position: absolute; left: 0; right: 0; top: 0; height: 18px; }
.station { position: absolute; top: 0; transform: translateX(-50%); font-family: var(--grotesk); font-size: 0.64rem; color: var(--muted); white-space: nowrap; cursor: pointer; }
.station.active { color: var(--amber-2); }
.radio-track { position: absolute; left: 0; right: 0; bottom: 12px; height: 6px; border-radius: 6px; background: repeating-linear-gradient(90deg, rgba(240,234,225,0.2) 0 1px, transparent 1px 8px); border-top: 1px solid var(--line); }
.radio-needle { position: absolute; bottom: 4px; width: 2px; height: 28px; background: var(--oxblood); box-shadow: 0 0 8px rgba(217,164,65,0.85); transform: translateX(-50%); }
.radio-needle::after { content: ""; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); width: 9px; height: 9px; border-radius: 50%; background: var(--amber-2); box-shadow: 0 0 6px rgba(239,191,99,0.9); }
.radio-knob { width: 44px; height: 44px; border-radius: 50%; margin: 0 auto; background: radial-gradient(circle at 38% 30%, #4c4337, #211b13); border: 1px solid var(--line); cursor: grab; position: relative; box-shadow: 0 6px 14px rgba(0,0,0,0.4); touch-action: none; }
.radio-knob:active { cursor: grabbing; }
.radio-knob span { position: absolute; top: 5px; left: 50%; width: 3px; height: 13px; background: var(--amber-2); border-radius: 2px; transform: translateX(-50%); transform-origin: 50% 17px; }

/* ===== DRAMATIC NIGHT FIRE ===== */
.nightfire { position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: 0; transition: opacity 0.8s ease; }
.campfire-glow { height: 54vh; transform-origin: bottom; background: radial-gradient(90% 130% at 50% 145%, rgba(255,135,45,0.6), rgba(180,55,28,0.22) 42%, transparent 70%); }
body.night .campfire-glow { opacity: 1; animation: flicker 3.6s ease-in-out infinite; }
@keyframes flicker { 0%,100% { opacity: 0.82; transform: scaleY(1); } 22% { opacity: 1; transform: scaleY(1.06); } 48% { opacity: 0.74; transform: scaleY(0.96); } 70% { opacity: 0.96; transform: scaleY(1.03); } }
body.night { --line: rgba(255,210,150,0.14); }

/* ===== QUICK DRAW GAME ===== */
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.game-copy h2 { font-size: clamp(1.9rem, 5vw, 3.2rem); }
.game-copy .lead { color: var(--muted); } .game-copy .lead strong { color: var(--amber-2); }
.game-ranks { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: 0.4rem; }
.game-ranks li { font-family: var(--grotesk); font-size: 0.9rem; color: var(--muted); }
.game-ranks b { color: var(--amber); font-family: var(--serif); margin-right: 0.5rem; }
.game-best { margin-top: 1rem; font-family: var(--grotesk); color: var(--amber-2); font-size: 0.92rem; min-height: 1.2em; }
.game-stage { display: grid; place-items: center; }
.draw-zone { width: min(340px, 80vw); aspect-ratio: 1 / 1; border-radius: 50%; border: 3px solid var(--line); background: radial-gradient(circle at 50% 38%, #1c1814, #0c0a09); color: var(--text); cursor: pointer; display: grid; place-items: center; align-content: center; gap: 0.45rem; text-align: center; transition: background 0.15s ease, border-color 0.15s ease, transform 0.08s ease; }
.draw-zone:active { transform: scale(0.98); }
.dz-icon { font-size: 3.2rem; line-height: 1; }
.dz-main { font-family: var(--serif); font-weight: 900; font-size: clamp(1.5rem, 4vw, 2.1rem); }
.dz-sub { font-family: var(--grotesk); font-size: 0.82rem; color: var(--muted); }
.draw-zone.waiting { border-color: var(--amber); background: radial-gradient(circle at 50% 38%, #2a2010, #140f06); animation: zonepulse 1.1s ease-in-out infinite; }
@keyframes zonepulse { 0%,100% { box-shadow: 0 0 0 0 rgba(217,164,65,0); } 50% { box-shadow: 0 0 0 16px rgba(217,164,65,0.10); } }
.draw-zone.ready { border-color: #e7402e; background: radial-gradient(circle at 50% 38%, #8f2114, #c73522); color: #fff; }
.draw-zone.ready .dz-sub { color: rgba(255,255,255,0.85); }
.draw-zone.early { border-color: #8f2c20; background: radial-gradient(circle at 50% 38%, #2a1110, #140807); }
.draw-zone.result { border-color: var(--amber-2); background: radial-gradient(circle at 50% 38%, #2a2113, #120d06); }
.draw-zone.result .dz-main { color: var(--amber-2); }
@media (max-width: 900px) { .game-grid { grid-template-columns: 1fr; } }

/* ===== INTERACTIVE US MAP ===== */
.usmap { position: relative; width: 100%; max-width: 920px; margin: 0 auto; }
.usmap svg { width: 100%; height: auto; display: block; overflow: visible; }
.usmap .state { fill: #1a1b21; stroke: #0c0a09; stroke-width: 1; transition: fill 0.2s ease; cursor: pointer; }
.usmap .state:hover { fill: #4a4026; }
.usmap .played { fill: rgba(217,164,65,0.5); }
.usmap .played:hover { fill: var(--amber); }
.usmap .venue-route { fill: none; stroke: var(--amber); stroke-width: 2.5; stroke-dasharray: 6 9; stroke-linecap: round; opacity: 0.85; animation: dash 16s linear infinite; }
.usmap .venue-dot { fill: var(--amber-2); stroke: #1a1206; stroke-width: 3; filter: drop-shadow(0 0 5px rgba(239,191,99,0.9)); }
.usmap .venue-label { fill: #f3ecdd; font-family: var(--grotesk); font-weight: 600; font-size: 19px; paint-order: stroke; stroke: #0c0a09; stroke-width: 4px; pointer-events: none; }
.map-tip { position: fixed; z-index: 95; transform: translate(-50%, -150%); background: #1a1510; border: 1px solid var(--line); color: var(--text); font-family: var(--grotesk); font-size: 0.8rem; padding: 0.45rem 0.7rem; border-radius: 7px; pointer-events: none; opacity: 0; transition: opacity 0.15s ease; white-space: nowrap; box-shadow: 0 12px 28px rgba(0,0,0,0.5); }
.map-tip.show { opacity: 1; }
.map-tip b { display: block; } .map-tip i { font-style: normal; color: var(--amber); font-size: 0.72rem; }
.map-legend { text-align: center; margin-top: 1.3rem; font-family: var(--grotesk); font-size: 0.78rem; color: var(--muted); }
.map-legend .lg { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: middle; margin-right: 4px; }
.lg-played { background: rgba(217,164,65,0.6); } .lg-venue { background: var(--amber-2); border-radius: 50%; } .lg-other { background: #2a2b33; }

/* ===== PERSISTENT CONTACT DOCK ===== */
body { padding-bottom: 56px; }
.contact-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 84; display: flex; align-items: center; gap: 1rem; justify-content: space-between; padding: 0.55rem clamp(1rem, 4vw, 2rem); background: rgba(12,10,9,0.93); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.cd-phone { font-family: var(--serif); font-weight: 700; color: var(--amber-2); font-size: 1.05rem; white-space: nowrap; }
.cd-brand { font-family: var(--grotesk); font-size: 0.78rem; color: var(--muted); flex: 1; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cd-actions { display: flex; gap: 0.5rem; }
.cd-btn { font-family: var(--grotesk); font-weight: 600; font-size: 0.82rem; padding: 0.5rem 1rem; border-radius: 999px; white-space: nowrap; }
.cd-btn.ghost { border: 1px solid var(--line); color: var(--text); }
.cd-btn.ghost:hover { border-color: var(--amber); }
.cd-btn.solid { background: var(--amber); color: #1a1206; }
.cd-btn.solid:hover { background: var(--amber-2); }
.jukebox { bottom: 66px; }
@media (max-width: 700px) { .cd-brand { display: none; } .cd-btn.ghost { display: none; } .cd-phone { font-size: 0.95rem; } }

/* ===== COUNTDOWN + ADD-TO-CALENDAR ===== */
.countdown { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 0.9rem; justify-content: center; text-align: center; background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem 1.4rem; margin-bottom: 2.2rem; }
.cd-label { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; color: var(--amber); }
.cd-clock { font-family: var(--serif); font-weight: 900; font-size: clamp(1.4rem, 4vw, 2.2rem); color: var(--text); font-variant-numeric: tabular-nums; }
.cd-show { font-family: var(--grotesk); font-size: 0.85rem; color: var(--muted); width: 100%; }
.d-add { font-family: var(--grotesk); font-size: 0.78rem; color: var(--amber); background: none; border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.8rem; cursor: pointer; white-space: nowrap; transition: border-color 0.15s ease, color 0.15s ease; }
.d-add:hover { border-color: var(--amber); color: var(--amber-2); }

/* ===== EPK / PRESS ONE-SHEET ===== */
button.press-card { -webkit-appearance: none; appearance: none; font: inherit; color: var(--text); text-align: left; width: 100%; cursor: pointer; }
.press-card h3 { color: var(--text); }
.epk-overlay { position: fixed; inset: 0; z-index: 110; background: rgba(8,6,5,0.92); display: none; overflow: auto; padding: 2rem 1rem 4rem; }
.epk-overlay.open { display: block; }
.epk-controls { position: sticky; top: 0; display: flex; gap: 0.6rem; justify-content: flex-end; max-width: 820px; margin: 0 auto 1rem; z-index: 1; }
.epk-btn { font-family: var(--grotesk); font-weight: 600; font-size: 0.85rem; padding: 0.6rem 1.1rem; border-radius: 8px; cursor: pointer; background: var(--amber); color: #1a1206; border: 0; }
.epk-btn.ghost { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.epk-sheet { max-width: 820px; margin: 0 auto; background: #fbf7ef; color: #1c1a16; border-radius: 6px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: 0 30px 80px rgba(0,0,0,0.5); font-family: Georgia, "Times New Roman", serif; }
.epk-head { display: flex; justify-content: space-between; gap: 1.5rem; border-bottom: 3px solid #1c1a16; padding-bottom: 1rem; flex-wrap: wrap; }
.epk-kicker { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.68rem; color: #9a6a1e; margin: 0 0 0.3rem; }
.epk-head h1 { font-family: var(--serif); font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0; color: #1c1a16; line-height: 1; }
.epk-tag { font-style: italic; color: #5a4f3f; margin: 0.3rem 0 0; }
.epk-contact-mini { font-family: var(--grotesk); font-size: 0.8rem; text-align: right; line-height: 1.55; color: #3a352c; }
.epk-hero { width: 100%; height: 300px; object-fit: cover; object-position: center 30%; border-radius: 4px; margin: 1.2rem 0; filter: grayscale(0.2) contrast(1.05); }
.epk-cols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.8rem; }
.epk-main h2 { font-family: var(--serif); font-size: 1.3rem; color: #1c1a16; margin: 1.3rem 0 0.5rem; }
.epk-main h2:first-child { margin-top: 0; }
.epk-main p { color: #3a352c; font-size: 0.95rem; }
.epk-songs { columns: 2; font-family: var(--grotesk); font-size: 0.9rem; color: #3a352c; margin: 0; padding-left: 1.1rem; }
.epk-songs li { margin-bottom: 0.2rem; }
.epk-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 0.4rem; }
.epk-gallery img { width: 100%; height: 84px; object-fit: cover; border-radius: 3px; filter: grayscale(0.15); }
.epk-side { border-left: 1px solid #d8cfbe; padding-left: 1.5rem; }
.epk-side h3 { font-family: var(--serif); font-size: 1.05rem; color: #1c1a16; margin: 1.1rem 0 0.4rem; }
.epk-side h3:first-child { margin-top: 0; }
.epk-side p { color: #3a352c; font-size: 0.85rem; }
.epk-facts { list-style: none; padding: 0; margin: 0; font-family: var(--grotesk); font-size: 0.85rem; }
.epk-facts li { padding: 0.4rem 0; border-bottom: 1px dotted #cfc6b3; color: #3a352c; }
.epk-facts b { color: #1c1a16; }
.epk-note em, .epk-side em { color: #9a6a1e; }
.epk-foot { margin-top: 1.6rem; border-top: 2px solid #1c1a16; padding-top: 0.8rem; font-family: var(--grotesk); font-size: 0.7rem; color: #5a4f3f; text-align: center; }
@media (max-width: 700px) { .epk-cols { grid-template-columns: 1fr; } .epk-side { border-left: 0; padding-left: 0; border-top: 1px solid #d8cfbe; padding-top: 1rem; margin-top: 0.5rem; } }
@media print {
  @page { margin: 1.4cm; }
  body { padding: 0 !important; }
  body * { visibility: hidden !important; }
  .epk-overlay, .epk-overlay * { visibility: visible !important; }
  .epk-overlay { position: absolute !important; inset: 0 auto auto 0; width: 100%; background: #fff !important; padding: 0 !important; overflow: visible !important; display: block !important; }
  .epk-controls { display: none !important; }
  .epk-sheet { box-shadow: none !important; max-width: none !important; margin: 0 !important; border-radius: 0 !important; padding: 0 !important; }
}

/* ---- Home: marquee pinned under the nav + song toggle ---- */
.marquee--top { border-top: 0; }
.song-toggle { position: fixed; top: 82px; right: 18px; z-index: 62; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(12,10,9,0.6); backdrop-filter: blur(8px); color: var(--text);
  font-size: 1.05rem; cursor: pointer; transition: border-color 0.2s ease; }
.song-toggle:hover { border-color: var(--amber); }
.song-toggle.attn { animation: mutePulse 1.6s ease-in-out infinite; border-color: var(--amber); }
/* ---- Intro quick links (crawlable + human shortcut) ---- */
.intro-links { position: fixed; bottom: 18px; left: 18px; z-index: 5; font-family: "Special Elite", monospace; font-size: 0.72rem; color: rgba(240,234,225,0.55); }
.intro-links a { color: rgba(240,234,225,0.7); border-bottom: 1px dotted rgba(240,234,225,0.35); padding-bottom: 1px; }
.intro-links a:hover { color: var(--amber-2); border-color: var(--amber-2); }
body.leaving .intro-links { opacity: 0; transition: opacity 0.4s ease; }
@media (max-width: 640px) { .intro-links { display: none; } }
/* ===== SHOOTING GALLERY v2: shards, floats, muzzle flash ===== */
.sg-shard { position: absolute; width: 7px; height: 7px; border-radius: 2px; pointer-events: none; z-index: 5;
  animation: shardFly 0.55s ease-out forwards; }
@keyframes shardFly { to { transform: translate(var(--dx), var(--dy)) rotate(var(--rot)); opacity: 0; } }
.sg-float { position: absolute; pointer-events: none; z-index: 6; font-family: var(--grotesk); font-weight: 700; font-size: 0.95rem;
  color: var(--amber-2); text-shadow: 0 2px 6px rgba(0,0,0,0.8); transform: translate(-50%, 0); animation: floatUp 0.7s ease-out forwards; }
@keyframes floatUp { to { transform: translate(-50%, -34px); opacity: 0; } }
.sg-flash { position: absolute; width: 26px; height: 26px; border-radius: 50%; pointer-events: none; z-index: 4; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,240,180,0.95), rgba(255,150,50,0.5) 55%, transparent 75%); animation: flashOut 0.12s ease-out forwards; }
@keyframes flashOut { to { transform: translate(-50%, -50%) scale(2.1); opacity: 0; } }
.sg-start small { display: block; font-size: 0.68rem; letter-spacing: 0.1em; opacity: 0.75; margin-top: 2px; }

/* ===== HOUSE GUITAR v2: keys, hints, learn mode ===== */
.hg-controls { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; max-width: 860px; margin: 0 auto 1rem; }
.hg-mode.is-on { border-color: var(--amber); color: var(--amber-2); }
.hg-progress { font-family: var(--grotesk); font-size: 0.9rem; color: var(--amber-2); min-height: 1.2em; }
.hg-key { position: absolute; left: 12px; transform: translateY(-50%); z-index: 3; width: 24px; height: 24px; display: grid; place-items: center;
  font-family: var(--grotesk); font-weight: 700; font-size: 0.78rem; color: var(--muted);
  border: 1px solid var(--line); border-radius: 6px; background: rgba(12,10,9,0.55); pointer-events: none; }
.hg-key.glow { color: #1a1206; background: var(--amber-2); border-color: var(--amber-2); box-shadow: 0 0 14px rgba(239,191,99,0.8); }
.gstring.hg-hint { stroke: var(--amber-2); animation: stringGlow 1.1s ease-in-out infinite; }
@keyframes stringGlow { 0%,100% { stroke-opacity: 0.55; } 50% { stroke-opacity: 1; } }
.hg-prompt { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); z-index: 3;
  font-family: var(--grotesk); font-size: 0.85rem; color: var(--text); background: rgba(12,10,9,0.7);
  border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 1rem; pointer-events: none; }
.hg-prompt b { color: var(--amber-2); font-size: 1.05rem; }
/* ===== SHOOTING GALLERY v3: modern game feel ===== */
.sg-stage { cursor: none; }
.sg-stage.shake { animation: sgShake 0.07s linear; }
@keyframes sgShake { 25% { transform: translate(2px, -1px); } 50% { transform: translate(-2px, 1px); } 75% { transform: translate(1px, 1px); } }
.sg-timebar { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: rgba(0,0,0,0.4); z-index: 6; }
.sg-timebar i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--amber), var(--amber-2)); transition: width 1s linear, background 0.3s ease; }
.sg-timebar i.danger { background: linear-gradient(90deg, #c73522, #e7643e); }
.sg-overlay { position: absolute; inset: 0; z-index: 10; display: grid; place-items: center; background: rgba(10,7,5,0.6); backdrop-filter: blur(7px); transition: opacity 0.35s ease; cursor: auto; }
.sg-overlay.gone { opacity: 0; pointer-events: none; }
.sg-panel { text-align: center; background: rgba(20,16,12,0.75); border: 1px solid rgba(217,164,65,0.35); border-radius: 16px; padding: clamp(1.4rem, 4vw, 2.2rem) clamp(1.6rem, 5vw, 3rem); box-shadow: 0 30px 70px rgba(0,0,0,0.6); }
.sg-ptitle { font-size: clamp(1.5rem, 4vw, 2.2rem); margin: 0 0 0.3rem; }
.sg-psub { font-family: var(--grotesk); font-size: 0.88rem; color: var(--muted); margin: 0 0 1.1rem; }
.sg-reticle { position: absolute; width: 34px; height: 34px; z-index: 8; pointer-events: none; opacity: 0; transform: translate(-50%, -50%); }
.sg-reticle.live { opacity: 1; }
.sg-reticle::before { content: ""; position: absolute; inset: 0; border: 2px solid var(--amber-2); border-radius: 50%; box-shadow: 0 0 10px rgba(239,191,99,0.5), inset 0 0 6px rgba(239,191,99,0.25); }
.sg-reticle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--amber-2); transform: translate(-50%, -50%); }
.sg-reticle i { position: absolute; inset: -7px; }
.sg-reticle i::before, .sg-reticle i::after { content: ""; position: absolute; background: rgba(239,191,99,0.85); }
.sg-reticle i::before { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); clip-path: polygon(0 0, 100% 0, 100% 26%, 0 26%, 0 74%, 100% 74%, 100% 100%, 0 100%); }
.sg-reticle i::after { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); clip-path: polygon(0 0, 26% 0, 26% 100%, 0 100%, 74% 0, 100% 0, 100% 100%, 74% 100%); }
.sg-reticle.recoil { animation: recoil 0.12s ease-out; }
@keyframes recoil { 30% { transform: translate(-50%, -50%) scale(1.45); } 100% { transform: translate(-50%, -50%) scale(1); } }
.sg-banner { position: absolute; top: 16%; left: 50%; transform: translateX(-50%); z-index: 9; pointer-events: none; font-family: var(--serif); font-weight: 900; font-size: clamp(1.1rem, 3vw, 1.6rem); color: var(--amber-2); text-shadow: 0 2px 14px rgba(0,0,0,0.8); animation: bannerPop 1.1s ease-out; }
@keyframes bannerPop { 0% { transform: translateX(-50%) scale(0.6); opacity: 0; } 18% { transform: translateX(-50%) scale(1.12); opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; } }
.sg-count { position: absolute; inset: 0; z-index: 9; display: grid; place-items: center; pointer-events: none; font-family: var(--serif); font-weight: 900; font-size: clamp(3.5rem, 10vw, 6rem); color: var(--amber-2); text-shadow: 0 4px 30px rgba(0,0,0,0.8); }
.sg-count.pop { animation: countPop 0.6s ease-out; }
@keyframes countPop { 0% { transform: scale(1.6); opacity: 0; } 30% { transform: scale(1); opacity: 1; } 100% { opacity: 0.85; } }
/* ===== HOUSE GUITAR v3: rhythm game ===== */
.hg-songs { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.hg-chip { font-family: var(--grotesk); font-weight: 600; font-size: 0.8rem; padding: 0.45rem 0.95rem; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--text); cursor: pointer; transition: border-color .15s, color .15s, transform .15s; }
.hg-chip:hover { border-color: var(--amber); color: var(--amber-2); }
.hg-chip.on { background: var(--amber); border-color: var(--amber); color: #1a1206; }
.hg-chip.locked { opacity: 0.55; cursor: not-allowed; }
.hg-chip.nope { animation: chipNope 0.35s ease; }
@keyframes chipNope { 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.hg-hud { display: flex; gap: clamp(1rem, 4vw, 2.2rem); justify-content: center; align-items: baseline; font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.76rem; color: var(--muted); max-width: 860px; margin: 0.8rem auto; }
.hg-hud b { font-family: var(--serif); font-size: 1.15rem; color: var(--amber-2); margin-left: 0.3rem; }
.hgh-song { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--text); text-transform: none; letter-spacing: 0; }
.hg-hitline { position: absolute; left: 48px; top: 8%; bottom: 8%; width: 2px; background: linear-gradient(180deg, transparent, rgba(239,191,99,0.75), transparent); box-shadow: 0 0 10px rgba(239,191,99,0.45); z-index: 2; pointer-events: none; }
.hg-note { position: absolute; width: 16px; height: 16px; border-radius: 50%; transform: translate(-50%, -50%); z-index: 3; pointer-events: none;
  background: radial-gradient(circle at 35% 30%, #ffe9b0, var(--amber) 60%, #8a5f1a); box-shadow: 0 0 12px rgba(239,191,99,0.75), 0 0 3px rgba(255,255,255,0.6) inset; }
.hg-note.hitnote { animation: noteHit 0.22s ease-out forwards; }
@keyframes noteHit { to { transform: translate(-50%, -50%) scale(2.2); opacity: 0; } }
.hg-note.missed { animation: noteMiss 0.28s ease-in forwards; }
@keyframes noteMiss { to { transform: translate(-50%, 10px) scale(0.6); opacity: 0; filter: grayscale(1); } }
.hg-judge { position: absolute; transform: translate(6px, -50%); z-index: 4; pointer-events: none; font-family: var(--grotesk); font-weight: 700; font-size: 0.8rem; animation: judgeUp 0.6s ease-out forwards; text-shadow: 0 2px 8px rgba(0,0,0,0.8); }
.hg-judge.perfect { color: var(--amber-2); } .hg-judge.good { color: #9fd48a; } .hg-judge.bad { color: #e07a5f; }
@keyframes judgeUp { to { transform: translate(6px, calc(-50% - 26px)); opacity: 0; } }
.hg-panel { position: absolute; inset: 0; z-index: 10; display: grid; place-items: center; text-align: center; background: rgba(10,7,5,0.55); backdrop-filter: blur(6px); border-radius: 10px; }
.hg-panel[hidden] { display: none; }
.hg-panel h4 { font-size: clamp(1.2rem, 3vw, 1.7rem); margin: 0 0 0.3rem; }
.hg-panel p { font-family: var(--grotesk); color: var(--muted); font-size: 0.9rem; margin: 0 0 1rem; max-width: 420px; }
.hg-pbtns { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; }
/* ===== SHOOTING GALLERY v4: canvas ===== */
#sgCanvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.sg-psub b { color: var(--amber-2); }
/* ===== PHONE ART DIRECTION: portrait poster on portrait screens ===== */
.intro-swap2 picture { display: contents; }
@media (orientation: portrait) {
  .intro-logo2 { max-height: 72vh; width: auto; max-width: 92vw; }
  .intro-poster { width: min(560px, 92vw); }
}
@media (orientation: portrait) and (max-width: 900px) {
  .hero--poster { background-image: url("../assets/media/photos/newhwmlogo-tall.png"); background-position: center; min-height: 92svh; }
  .hero-veil--soft { background: linear-gradient(180deg, rgba(12,10,9,0.25) 0%, rgba(12,10,9,0.02) 45%, rgba(12,10,9,0.78) 100%); }
}
/* ===== MOBILE FIXES: EPK portrait crop + compact nav ===== */
.epk-sheet picture { display: block; width: 100%; }
@media (orientation: portrait) and (max-width: 700px) {
  .epk-hero { height: 400px; object-position: center 14%; }
}
/* nav was overflowing narrow phones, pushing the MENU button off-screen */
html { overflow-x: hidden; }
.snav-brand { white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; flex-shrink: 1; }
@media (max-width: 600px) {
  .snav { padding: 0 0.75rem; }
  .snav-right { gap: 0.4rem; flex-shrink: 0; }
  .snav-tickets span { display: none; }
  .snav-tickets { padding: 0.45rem 0.6rem; }
  .snav-piano, .snav-night { width: 34px; height: 34px; font-size: 0.85rem; }
  .snav-menu { padding: 0.45rem 0.75rem; }
  .brand-word { font-size: 0.92rem; }
}
/* ===== OUTLAWS: performer bios ===== */
.outlaw-grid { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); align-items: start; }
.outlaw-bio { margin-top: 0.6rem; text-align: left; }
.outlaw-bio p { color: var(--muted); font-size: 0.92rem; line-height: 1.7; margin: 0 0 0.8rem; }
.outlaw-await { color: var(--amber) !important; font-style: italic; }
/* ===== OUTLAWS: 4 across on desktop ===== */
@media (min-width: 1000px) { .outlaw-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 700px) and (max-width: 999px) { .outlaw-grid { grid-template-columns: repeat(2, 1fr); } }
/* ===== The Road So Far — past-show history on dates.html ===== */
.hist-head { margin-top: 3rem; }
.hist-stats { color: var(--muted); margin: 0.3rem 0 1.3rem; font-family: var(--grotesk); }
.hist-year { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 0.7rem; background: rgba(20, 17, 16, 0.55); overflow: hidden; }
.hist-year summary { display: flex; align-items: baseline; gap: 1rem; padding: 0.8rem 1.15rem; cursor: pointer; list-style: none; }
.hist-year summary::-webkit-details-marker { display: none; }
.hist-year summary::after { content: "+"; margin-left: auto; color: var(--amber-2); font-size: 1.25rem; line-height: 1; }
.hist-year[open] summary::after { content: "\2013"; }
.hist-year summary:hover { background: rgba(217, 164, 65, 0.07); }
.hy-y { font-size: 1.3rem; color: var(--amber-2); }
.hy-n { color: var(--muted); font-size: 0.85rem; font-family: var(--grotesk); }
.hist-list { list-style: none; margin: 0; padding: 0 1.15rem 0.9rem; }
.hist-list li { display: grid; grid-template-columns: 4.4rem 1fr auto auto; gap: 0.3rem 0.9rem; padding: 0.42rem 0; border-top: 1px dashed var(--line-2); font-size: 0.93rem; align-items: baseline; }
.h-d { color: var(--amber-2); white-space: nowrap; font-family: var(--grotesk); }
.h-v { color: var(--text); }
.h-l { color: var(--muted); text-align: right; }
.h-a { color: var(--muted); font-size: 0.72rem; border: 1px solid var(--line); border-radius: 999px; padding: 0.08rem 0.55rem; white-space: nowrap; font-family: var(--grotesk); }
@media (max-width: 700px) {
  .hist-list li { grid-template-columns: 3.8rem 1fr; }
  .h-l { grid-column: 2; text-align: left; }
  .h-a { grid-column: 2; justify-self: start; }
}
