/* =============================================
   J. WILDROOT — Shared Stylesheet
   Dark ink + warm gold editorial aesthetic
   Cormorant Garamond display / Inter body
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #07080b;
  --bg2: #0d0f14;
  --card: rgba(255,255,255,.055);
  --line: rgba(255,255,255,.11);
  --text: #fff;
  --muted: rgba(255,255,255,.68);
  --muted2: rgba(255,255,255,.44);
  --cyan: #87ebff;
  --amber: #ffcb73;
  --pink: #f9a6ca;
  --violet: #cdb8ff;
  --gold: #c9a84c;
  --radius: 26px;
  --shadow: 0 20px 80px rgba(0,0,0,.38);
  --grad: linear-gradient(90deg, var(--cyan), var(--amber), var(--pink), var(--violet));
  --grad-gold: linear-gradient(135deg, #c9a84c, #f0d080, #c9a84c);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  background:
    radial-gradient(ellipse at top left, rgba(34,211,238,.13) 0%, transparent 40%),
    radial-gradient(ellipse at 85% 0%, rgba(192,132,252,.13) 0%, transparent 35%),
    radial-gradient(ellipse at 40% 100%, rgba(201,168,76,.09) 0%, transparent 40%),
    var(--bg);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

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

/* ── Layout ─────────────────────────────────── */
.wrap { width: min(calc(100% - 32px), 1240px); margin: 0 auto; }
section { padding: 90px 0; }
.section-muted {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}

/* ── Glass cards ─────────────────────────────── */
.glass {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.box {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.22);
  transition: border-color .22s;
}
.box:hover { border-color: rgba(135,235,255,.3); }

/* ── Typography ──────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -.03em;
}
h1 { font-size: clamp(52px,8vw,108px); line-height: .92; letter-spacing: -.05em; margin-top: 16px; }
h2 { font-size: clamp(32px,4vw,52px); margin-top: 12px; }
h3 { font-size: clamp(22px,2.5vw,32px); }

.tagline {
  font-family: var(--font-display);
  font-size: clamp(22px,3vw,38px);
  font-weight: 300;
  font-style: italic;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 12px;
}
.lead {
  margin-top: 20px;
  font-size: clamp(16px,1.4vw,19px);
  line-height: 1.85;
  color: var(--muted);
  max-width: 660px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}
blockquote {
  margin: 20px 0 0;
  padding-left: 16px;
  border-left: 2px solid rgba(201,168,76,.4);
  font-family: var(--font-display);
  font-size: clamp(18px,2vw,22px);
  font-style: italic;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
}
.label {
  font-size: 10px;
  letter-spacing: .30em;
  text-transform: uppercase;
  color: var(--muted2);
}

/* ── Buttons ─────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .02em;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.28); }
.btn-primary {
  background: linear-gradient(90deg, var(--cyan), var(--amber), var(--pink));
  color: #0e0f12;
}
.btn-gold {
  background: var(--grad-gold);
  color: #0e0f12;
}
.btn-secondary {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.15);
  color: rgba(255,255,255,.82);
}
.btn-secondary:hover { border-color: rgba(135,235,255,.42); color: var(--cyan); }
.btn-ghost {
  background: none;
  border-color: var(--line);
  color: var(--muted);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.3); color: #fff; }

/* ── Pills ───────────────────────────────────── */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  transition: .2s;
}
.pill:hover { border-color: rgba(135,235,255,.4); color: var(--cyan); }
.pill.amber:hover { border-color: rgba(255,203,115,.4); color: var(--amber); }
.pill.gold { border-color: rgba(201,168,76,.3); color: var(--amber); }

/* ── Badges ──────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
  transition: .2s;
}
.badge:hover { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.8); }
.badge-hot { border-color: rgba(135,235,255,.28); background: rgba(135,235,255,.09); color: #c9f6ff; }
.badge-gold { border-color: rgba(201,168,76,.3); background: rgba(201,168,76,.08); color: #f0d080; }

/* ── Chip ────────────────────────────────────── */
.chip {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(135,235,255,.25);
  background: rgba(135,235,255,.10);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c9f6ff;
}
.chip-amber {
  border-color: rgba(201,168,76,.25);
  background: rgba(201,168,76,.10);
  color: #f0d080;
}

/* ── Utility ─────────────────────────────────── */
.row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.stack { display: grid; gap: 20px; }
.grid-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.center { text-align: center; }
.muted { color: var(--muted2); }
.italic { font-style: italic; }
.serif { font-family: var(--font-display); }

/* ── Section head ────────────────────────────── */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.section-head p { margin-top: 12px; color: var(--muted); max-width: 640px; font-size: 15px; line-height: 1.8; }

/* ── Topbar / Nav ────────────────────────────── */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: rgba(7,8,11,.52);
  border-bottom: 1px solid var(--line);
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 11px 0;
}
.brand img { width: 140px; height: auto; filter: drop-shadow(0 0 14px rgba(135,235,255,.12)); }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: rgba(255,255,255,.66);
}
.nav a { transition: color .18s; }
.nav a:hover, .nav a.active { color: var(--cyan); }

/* ── Hero ────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.06), transparent 18%),
    radial-gradient(circle at 95% 0%, rgba(34,211,238,.12), transparent 26%),
    radial-gradient(circle at 65% 22%, rgba(244,114,182,.10), transparent 20%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
  padding: 52px 0 80px;
}
.hero-actions { margin-top: 28px; }
.badge-row { margin-top: 24px; }

/* ── Hero media ──────────────────────────────── */
.hero-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    linear-gradient(to top, rgba(4,6,10,.95) 0%, rgba(4,6,10,.22) 50%, rgba(4,6,10,.55) 100%),
    url('images/hero-bg.jpg') center / cover no-repeat;
  box-shadow: 0 40px 120px rgba(0,0,0,.48);
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: repeating-radial-gradient(circle at center, rgba(255,255,255,.07), rgba(255,255,255,.07) 1px, transparent 1px, transparent 9px);
  pointer-events: none;
}
.hero-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.38);
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
}
.hero-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px 22px;
}

/* ── Spotlight (orb + text) ──────────────────── */
.spotlight {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
}
.orb {
  aspect-ratio: 1/1;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at top, rgba(255,255,255,.12), transparent 36%),
    radial-gradient(circle at 18% 14%, rgba(34,211,238,.28), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(244,114,182,.26), transparent 24%),
    radial-gradient(circle at 60% 82%, rgba(201,168,76,.22), transparent 28%),
    linear-gradient(145deg, #1a1b22, #09090c 58%, #17181c);
}
.orb::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(135,235,255,.22), transparent 34%, rgba(255,203,115,.16), transparent 66%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.orb-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: .55;
}
.orb small {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.32);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.orb h3 {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.02;
}
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  display: inline-block;
  box-shadow: 0 0 14px var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 14px var(--cyan); }
  50% { opacity: .5; box-shadow: 0 0 6px var(--cyan); }
}

/* ── Song cards ──────────────────────────────── */
.songs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.song-card { overflow: hidden; transition: transform .28s ease; }
.song-card:hover { transform: translateY(-4px); }
.song-cover {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.song-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .36s ease;
}
.song-card:hover .song-cover img { transform: scale(1.04); }
.song-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,8,11,.72) 0%, transparent 52%);
  opacity: 0;
  transition: opacity .28s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.song-card:hover .song-cover-overlay { opacity: 1; }
.song-play-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(90deg,var(--cyan),var(--amber));
  color: #0e0f12;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s;
}
.song-play-btn:hover { transform: scale(1.08); }
.song-body { padding: 14px 16px 18px; }
.song-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: 6px;
}
.song-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.song-desc { margin-top: 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; min-height: 56px; }
.song-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }

/* ── Platform tiles ──────────────────────────── */
.platform {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px 16px;
  font-size: 13px;
  color: rgba(255,255,255,.70);
  transition: .22s;
}
.platform:hover { color: var(--cyan); border-color: rgba(135,235,255,.4); }

/* ── Release card ────────────────────────────── */
.release-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}
.release-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(34,211,238,.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(244,114,182,.16), transparent 20%),
    radial-gradient(circle at 52% 88%, rgba(201,168,76,.12), transparent 24%);
  pointer-events: none;
}
.release-grid {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: center;
}

/* ── Members catalog ─────────────────────────── */
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.catalog-item {
  padding: 13px 15px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.2);
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.4;
  transition: .22s;
}
.catalog-item:hover { border-color: rgba(201,168,76,.3); color: var(--amber); }

/* ── Retreat / service cards (flip on hover) ──── */
.flip-card {
  position: relative;
  overflow: hidden;
  transition: border-color .28s, box-shadow .28s;
  cursor: default;
}
.flip-front, .flip-back { padding: 24px; }
.flip-back { display: none; }
.flip-card:hover .flip-front { display: none; }
.flip-card:hover .flip-back { display: block; }
.flip-card:hover { border-color: rgba(135,235,255,.3); box-shadow: 0 24px 80px rgba(0,0,0,.42); }

/* ── About bio media ─────────────────────────── */
.bio-media {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(7,8,11,.96) 0%, rgba(7,8,11,.22) 52%, rgba(7,8,11,.78) 100%),
    url('images/jwildroot-portrait-2026.jpg') center / cover no-repeat;
}
.bio-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

/* ── Substack post embeds ─────────────────────── */
.post-embed {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.036);
  transition: border-color .22s;
}
.post-embed:hover { border-color: rgba(201,168,76,.3); }
.substack-post-embed p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-top: 6px; }
.substack-post-embed p:first-child { font-family: var(--font-display); font-size: 18px; color: #fff; font-weight: 600; }
.substack-post-embed a[data-post-link] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,.3);
  background: rgba(201,168,76,.08);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amber);
  transition: .2s;
}
.substack-post-embed a[data-post-link]:hover { background: rgba(201,168,76,.16); }

/* ── Shop / FW product cards ─────────────────── */
.product-card { overflow: hidden; transition: transform .28s; }
.product-card:hover { transform: translateY(-4px); }
.product-card img { width: 100%; height: 260px; object-fit: cover; }
.product-card .pad { padding: 16px 18px 20px; }

/* ── Forms ───────────────────────────────────── */
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0,0,0,.28);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
}
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,.4)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
select option { background: #12141a; }
input:focus, select:focus, textarea:focus { border-color: rgba(135,235,255,.45); }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.3); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.form-grid .full { grid-column: 1 / -1; }
.signup { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 20px; }
.success-msg {
  display: none;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(135,235,255,.3);
  background: rgba(135,235,255,.08);
  color: var(--cyan);
  font-size: 14px;
  margin-top: 16px;
}

/* ── Floating audio player ────────────────────── */
.player {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 70;
  width: min(calc(100% - 16px), 1060px);
}
.player-shell {
  padding: 13px 16px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(7,8,11,.76);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 20px 80px rgba(0,0,0,.5);
}
.player-row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.player-left { display: flex; gap: 12px; align-items: center; }
.play-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #0e0f12;
  background: linear-gradient(90deg, var(--cyan), var(--amber), var(--pink));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .18s;
}
.play-btn:hover { transform: scale(1.07); }
.progress {
  flex: 1;
  min-width: 160px;
  max-width: 440px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
  cursor: pointer;
}
.progress > span {
  display: block;
  height: 100%;
  width: 18%;
  background: linear-gradient(90deg, var(--cyan), var(--amber), var(--pink));
  transition: width .35s linear;
}

/* ── Chat widget ─────────────────────────────── */
.chat-toggle {
  position: fixed;
  right: 14px;
  bottom: 86px;
  z-index: 71;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(7,8,11,.78);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 52px rgba(0,0,0,.36);
  backdrop-filter: blur(20px);
  font-size: 13px;
  font-weight: 600;
  transition: .22s;
}
.chat-toggle:hover { border-color: rgba(135,235,255,.4); }
.chatbox {
  display: none;
  position: fixed;
  right: 14px;
  bottom: 148px;
  z-index: 72;
  width: min(92vw, 380px);
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(7,8,11,.88);
  box-shadow: 0 20px 80px rgba(0,0,0,.5);
  backdrop-filter: blur(22px);
}
.chatbox.open { display: block; }
.chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}
.chat-body { max-height: 300px; overflow: auto; display: grid; gap: 10px; padding: 14px; }
.msg { padding: 11px 14px; border-radius: 16px; font-size: 13px; line-height: 1.6; }
.msg.bot { margin-right: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--muted); }
.msg.user { margin-left: 28px; background: rgba(135,235,255,.11); color: #dffbff; }
.chat-input { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--line); }

/* ── Popup overlay ───────────────────────────── */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  place-items: center;
  padding: 16px;
  background: rgba(0,0,0,.70);
  backdrop-filter: blur(6px);
}
.overlay.open { display: grid; }
.popup {
  width: min(100%, 560px);
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #0c0e13;
  box-shadow: 0 32px 120px rgba(0,0,0,.60);
}

/* ── Footer ──────────────────────────────────── */
.footer { padding: 36px 0 110px; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 13px; color: var(--muted2); }
.footer-nav a:hover { color: var(--cyan); }

/* ── Page-specific tour map ──────────────────── */
.tour-map {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 22%, rgba(34,211,238,.18), transparent 22%),
    radial-gradient(circle at 82% 28%, rgba(244,114,182,.14), transparent 20%),
    linear-gradient(145deg, #0d1016, #07080b);
  padding: 40px;
}

/* ── Members lock wall ───────────────────────── */
.lock-wall {
  text-align: center;
  padding: 60px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(201,168,76,.22);
  background: rgba(201,168,76,.04);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 1080px) {
  .hero-grid, .grid-2, .release-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 520px; }
  .songs-grid { grid-template-columns: repeat(2,1fr); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .songs-grid, .grid-3, .grid-4, .catalog-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .signup { grid-template-columns: 1fr; }
  section { padding: 68px 0; }
  .hero-card { left: 14px; right: 14px; bottom: 14px; }
  .spotlight { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .player-row { gap: 12px; }
  .progress { min-width: 100%; order: 10; flex-basis: 100%; }
}
