/* ============================================================
   EL DUENDE · Nº 212 — "La Voz Humana" · Edición Vinilo
   Cosmos morado · vinilo rojo · El Duende Records × Coca-Cola
   Music Experience. Destino del QR de la portada.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,400;1,8..60,500;1,8..60,600&display=swap');

:root{
  --font-serif:'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-sans:'Helvetica Neue', Helvetica, Arial, sans-serif;

  --vh-bg:    #41014f;   /* morado cosmos */
  --vh-bg-d:  #2a0038;   /* bordes / viñeta */
  --vh-panel: #4d0a5e;   /* paneles */
  --vh-panel-2:#5a1369;  /* tarjetas */
  --vh-line:  rgba(255,255,255,.16);

  --vh-ink:   #ffffff;
  --vh-muted: #d6b1e4;   /* lavanda */
  --vh-faint: #a578ba;

  --vh-red:   #ec1f2b;   /* rojo vinilo / onda */
  --vh-red-d: #c5121d;
  --vh-orchid:#ef79fd;   /* orquídea brillante */
  --vh-orchid-d:#cf4fe6;

  --vh-maxw: 1400px;
  --vh-pad: 40px;
  --vh-r: 18px;
  --r-pill: 999px;
}

*{ box-sizing:border-box; }
html{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; scroll-behavior:smooth; }
body.vh{
  margin:0; color:var(--vh-ink); font-family:var(--font-sans); font-size:17px; line-height:1.6;
  background:
    radial-gradient(120% 90% at 50% 0%, #520a63 0%, var(--vh-bg) 42%, var(--vh-bg-d) 100%) fixed;
}
body.vh img{ display:block; max-width:100%; }
body.vh a{ color:inherit; text-decoration:none; }
body.vh button{ font-family:inherit; cursor:pointer; }
.vh-wrap{ max-width:var(--vh-maxw); margin:0 auto; padding:0 var(--vh-pad); position:relative; }

h1,h2,h3,h4{ font-family:var(--font-serif); color:var(--vh-ink); margin:0; line-height:1.03; font-weight:600; letter-spacing:-.015em; }

.vh-kicker{
  font-family:var(--font-sans); font-size:12.5px; font-weight:700;
  letter-spacing:.22em; text-transform:uppercase; color:var(--vh-orchid);
}

/* campo de estrellas + grano */
.vh-stars{
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:
    radial-gradient(1.4px 1.4px at 12% 18%, #fff 50%, transparent),
    radial-gradient(1.2px 1.2px at 28% 72%, #fff 50%, transparent),
    radial-gradient(1.6px 1.6px at 47% 34%, #fff 50%, transparent),
    radial-gradient(1.1px 1.1px at 63% 12%, #fff 50%, transparent),
    radial-gradient(1.5px 1.5px at 78% 58%, #fff 50%, transparent),
    radial-gradient(1.2px 1.2px at 88% 28%, #fff 50%, transparent),
    radial-gradient(1.3px 1.3px at 8% 52%, #fff 50%, transparent),
    radial-gradient(1.1px 1.1px at 38% 90%, #fff 50%, transparent),
    radial-gradient(1.4px 1.4px at 92% 82%, #fff 50%, transparent),
    radial-gradient(1.2px 1.2px at 56% 66%, #fff 50%, transparent),
    radial-gradient(1.1px 1.1px at 72% 92%, #fff 50%, transparent),
    radial-gradient(1.5px 1.5px at 18% 38%, #fff 50%, transparent);
  background-repeat:no-repeat; opacity:.55;
}
.vh-grain{ position:fixed; inset:0; z-index:0; pointer-events:none; opacity:.05; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nLjknIG51bU9jdGF2ZXM9JzInLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyBmaWx0ZXI9J3VybCgjbiknLz48L3N2Zz4="); }

/* ---------- top bar ---------- */
.vh-top{ position:relative; z-index:5; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:24px var(--vh-pad); max-width:var(--vh-maxw); margin:0 auto; }
.vh-logo{ font-family:var(--font-serif); font-style:italic; font-size:25px; color:#fff; }
.vh-logo b{ font-style:normal; font-weight:600; }
.vh-logo img{ height:36px; display:block; }
.vh-top-right{ display:flex; align-items:center; gap:22px; }
.vh-records{ height:30px; opacity:.9; }
.vh-back{ display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.04em; color:var(--vh-muted); transition:color .18s; }
.vh-back:hover{ color:#fff; }

/* ---------- botones ---------- */
.vh-btn{ display:inline-flex; align-items:center; gap:13px; padding:17px 30px; border:2px solid #fff;
  border-radius:var(--r-pill); background:transparent; color:#fff;
  font-family:var(--font-sans); font-size:14px; font-weight:700; letter-spacing:.04em;
  transition:background .2s, color .2s, border-color .2s, transform .12s; }
.vh-btn:hover{ background:#fff; color:var(--vh-bg); }
.vh-btn:active{ transform:translateY(1px); }
.vh-btn.red{ background:var(--vh-red); border-color:var(--vh-red); color:#fff; }
.vh-btn.red:hover{ background:var(--vh-red-d); border-color:var(--vh-red-d); }
.vh-btn.orchid{ background:var(--vh-orchid); border-color:var(--vh-orchid); color:#2a0038; }
.vh-btn.orchid:hover{ background:var(--vh-orchid-d); border-color:var(--vh-orchid-d); color:#2a0038; }
.vh-btn .ic{ width:20px; height:20px; flex:none; }

/* ============================================================
   VINILO (imagen real, gira)
   ============================================================ */
.vh-disc{ position:relative; aspect-ratio:1; border-radius:50%;
  background:url("assets/vh212-vinyl.jpg") center / 132% no-repeat;
  box-shadow:0 50px 90px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.06), inset 0 0 70px rgba(0,0,0,.35); }
.vh-disc::after{ content:''; position:absolute; inset:0; border-radius:50%;
  background:linear-gradient(125deg, rgba(255,255,255,.16) 0 7%, transparent 22% 78%, rgba(255,255,255,.08) 92% 100%);
  mix-blend-mode:screen; pointer-events:none; }
.vh-disc.spinning{ animation:vh-spin 3.6s linear infinite; }
.vh-disc.spinning.paused{ animation-play-state:paused; }
@keyframes vh-spin{ to{ transform:rotate(360deg); } }
@media (prefers-reduced-motion: reduce){ .vh-disc.spinning{ animation:none; } }

/* ============================================================
   HERO
   ============================================================ */
.vh-hero{ position:relative; z-index:1; padding:24px 0 64px; overflow:hidden; }
.vh-hero-inner{ display:grid; grid-template-columns:1.02fr .98fr; gap:48px; align-items:center; min-height:60vh; }
.vh-hero-scan{ display:flex; width:fit-content; align-items:center; gap:10px; margin-bottom:20px; padding:8px 15px 8px 12px;
  border:1px solid var(--vh-line); border-radius:999px; font-size:12px; font-weight:600; letter-spacing:.04em;
  color:var(--vh-muted); background:rgba(255,255,255,.05); }
.vh-hero-scan svg{ color:var(--vh-orchid); flex:none; }
.vh-hero-text .vh-kicker{ display:block; }
.vh-hero h1{ font-size:clamp(52px,7.6vw,108px); line-height:1.08; letter-spacing:-.03em; margin:16px 0 0; font-weight:600; color:#fff; }
.vh-hero h1 em{ font-style:italic; color:var(--vh-orchid); font-weight:500; }
.vh-sub{ font-family:var(--font-serif); font-style:italic; font-size:clamp(20px,2.4vw,27px); color:#fff; margin:22px 0 0; font-weight:400; }
.vh-claim{ font-size:16px; color:var(--vh-muted); margin:18px 0 0; max-width:42ch; line-height:1.6; }
.vh-claim b{ color:#fff; font-weight:600; }
.vh-hero-cta{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin:34px 0 0; }
.vh-hero-meta{ display:block; font-size:13px; color:var(--vh-faint); letter-spacing:.04em; margin-top:20px; }
.vh-hero-meta b{ color:var(--vh-muted); font-weight:600; }

/* lockup colaboración */
.vh-collab{ display:flex; align-items:center; gap:18px; margin:34px 0 0; padding-top:24px; border-top:1px solid var(--vh-line); }
.vh-collab-label{ font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--vh-faint); max-width:90px; line-height:1.4; }
.vh-collab img{ height:54px; opacity:.95; }
.vh-collab .sep{ width:1px; height:34px; background:var(--vh-line); }

.vh-hero-disc{ position:relative; display:grid; place-items:center; }
.vh-disc-stage{ position:relative; width:min(92%,500px); aspect-ratio:1; }
.vh-disc-badge{ position:absolute; right:2%; bottom:-8%; z-index:3; height:74px; filter:drop-shadow(0 6px 14px rgba(0,0,0,.5)); }

/* ============================================================
   REPRODUCTOR
   ============================================================ */
.vh-listen{ position:relative; z-index:1; padding:36px 0 24px; }
.vh-deck{ background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid var(--vh-line); border-radius:var(--vh-r); padding:40px;
  display:grid; grid-template-columns:300px 1fr; gap:48px; align-items:center;
  box-shadow:0 40px 90px -50px rgba(0,0,0,.7); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); }
.vh-turntable{ position:relative; width:100%; aspect-ratio:1; }
.vh-turntable .vh-disc{ width:88%; margin:6%; }
.vh-tonearm{ position:absolute; top:-2%; right:0; width:46%; height:46%; transform-origin:88% 12%; transform:rotate(34deg); transition:transform .7s cubic-bezier(.5,0,.2,1); z-index:4; }
.vh-tonearm.on{ transform:rotate(14deg); }
.vh-tonearm .arm{ position:absolute; top:8%; left:10%; width:78%; height:5px; background:linear-gradient(90deg,#e7dced,#b39ec0); border-radius:3px; box-shadow:0 2px 5px rgba(0,0,0,.5); }
.vh-tonearm .pivot{ position:absolute; top:0; right:0; width:26%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle at 38% 35%,#f3ebf6,#9a85ab); box-shadow:0 3px 8px rgba(0,0,0,.6); }
.vh-tonearm .head{ position:absolute; top:6%; left:2%; width:13%; aspect-ratio:1; border-radius:2px; background:#3a2247; box-shadow:0 2px 5px rgba(0,0,0,.5); }

.vh-now{ min-width:0; }
.vh-now-label{ font-size:11.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--vh-orchid); display:flex; align-items:center; gap:10px; }
.vh-now-label .eq{ display:inline-flex; align-items:flex-end; gap:2.5px; height:13px; }
.vh-now-label .eq i{ width:3px; background:var(--vh-orchid); border-radius:1px; height:30%; animation:vh-eq 1s ease-in-out infinite; }
.vh-now-label .eq i:nth-child(2){ animation-delay:.2s; }
.vh-now-label .eq i:nth-child(3){ animation-delay:.4s; }
.vh-now-label .eq i:nth-child(4){ animation-delay:.6s; }
.vh-now.paused .eq i{ animation-play-state:paused; }
@keyframes vh-eq{ 0%,100%{ height:25%; } 50%{ height:100%; } }
.vh-now-track{ font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--vh-faint); margin:18px 0 0; }
.vh-now-title{ font-size:clamp(28px,3.4vw,42px); line-height:1.04; margin:8px 0 0; color:#fff; }
.vh-now-by{ font-family:var(--font-serif); font-style:italic; font-size:19px; color:var(--vh-muted); margin:8px 0 0; }
.vh-now-type{ display:inline-flex; align-items:center; gap:7px; margin:16px 0 0; }

.vh-progress{ margin:24px 0 0; }
.vh-bar{ position:relative; height:6px; border-radius:3px; background:rgba(255,255,255,.18); cursor:pointer; }
.vh-bar-fill{ position:absolute; left:0; top:0; bottom:0; width:0%; border-radius:3px; background:linear-gradient(90deg,var(--vh-orchid),var(--vh-red)); }
.vh-bar-knob{ position:absolute; top:50%; left:0%; width:15px; height:15px; border-radius:50%; background:#fff; transform:translate(-50%,-50%); box-shadow:0 2px 8px rgba(0,0,0,.6); opacity:0; transition:opacity .18s; }
.vh-bar:hover .vh-bar-knob, .vh-bar.scrubbing .vh-bar-knob{ opacity:1; }
.vh-time{ display:flex; justify-content:space-between; margin-top:10px; font-size:12.5px; color:var(--vh-faint); font-variant-numeric:tabular-nums; letter-spacing:.04em; }

.vh-controls{ display:flex; align-items:center; gap:22px; margin:22px 0 0; }
.vh-ctrl{ width:46px; height:46px; border-radius:50%; border:1px solid var(--vh-line); background:transparent; color:#fff; display:grid; place-items:center; transition:background .16s, border-color .16s; }
.vh-ctrl:hover{ background:rgba(255,255,255,.1); border-color:#fff; }
.vh-ctrl svg{ width:20px; height:20px; }
.vh-play{ width:66px; height:66px; border-radius:50%; border:none; background:#fff; color:var(--vh-bg); display:grid; place-items:center; transition:transform .14s, background .16s; }
.vh-play:hover{ background:var(--vh-orchid); color:#2a0038; transform:scale(1.05); }
.vh-play svg{ width:26px; height:26px; }
.vh-vol{ margin-left:auto; display:flex; align-items:center; gap:10px; color:var(--vh-faint); }
.vh-vol svg{ width:18px; height:18px; }
.vh-vol input{ width:84px; accent-color:var(--vh-orchid); cursor:pointer; }

/* ============================================================
   PISTAS · tracklist (las canciones de nuestra vida)
   ============================================================ */
.vh-tracks{ position:relative; z-index:1; padding:48px 0 64px; }
.vh-tracks-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:8px; flex-wrap:wrap; }
.vh-tracks-head h2{ font-size:clamp(30px,3.6vw,46px); letter-spacing:-.02em; }
.vh-tracks-head .vh-kicker{ display:block; margin-bottom:14px; }
.vh-tracks-note{ font-size:14px; color:var(--vh-muted); max-width:34ch; }

/* segmento por cara (divisor inline dentro de la lista unificada) */
.vh-side-divider{ padding:20px 16px 6px; font-family:var(--font-sans); font-size:11.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--vh-faint); }
.vh-side-divider:first-child{ padding-top:6px; }

.vh-list{ margin-top:14px; border-top:1px solid var(--vh-line); }
.vh-row{ display:grid; grid-template-columns:54px 1fr auto auto; align-items:center; gap:22px; width:100%; text-align:left;
  padding:18px 16px; background:transparent; border:none; border-bottom:1px solid var(--vh-line); color:#fff; transition:background .16s; }
.vh-row:hover{ background:rgba(255,255,255,.05); }
.vh-row.active{ background:rgba(239,121,253,.12); }
.vh-row-no{ font-family:var(--font-serif); font-size:22px; color:var(--vh-faint); font-variant-numeric:tabular-nums; position:relative; }
.vh-row.active .vh-row-no{ color:var(--vh-orchid); }
.vh-row-play{ position:absolute; inset:0; display:none; place-items:center; }
.vh-row:hover .vh-row-no span:first-child, .vh-row.active .vh-row-no span:first-child{ opacity:0; }
.vh-row:hover .vh-row-play, .vh-row.active .vh-row-play{ display:grid; }
.vh-row-play svg{ width:20px; height:20px; color:#fff; }
.vh-row.active .vh-row-play svg{ color:var(--vh-orchid); }
.vh-row-main{ min-width:0; }
.vh-row-title{ display:block; font-family:var(--font-serif); font-size:21px; font-weight:600; line-height:1.15; }
.vh-row.active .vh-row-title{ color:var(--vh-orchid); }
.vh-row-by{ display:block; font-size:14px; color:var(--vh-muted); margin-top:3px; }
.vh-row-by b{ color:#fff; font-weight:600; }
.vh-row-dur{ font-size:13.5px; color:var(--vh-faint); font-variant-numeric:tabular-nums; letter-spacing:.03em; }
.vh-type{ display:inline-flex; align-items:center; gap:7px; padding:5px 12px; border-radius:999px; border:1px solid var(--vh-line);
  font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--vh-muted); white-space:nowrap; }
.vh-type svg{ width:13px; height:13px; flex:none; }
.vh-type.cancion{ color:var(--vh-orchid); border-color:rgba(239,121,253,.4); }
.vh-type.video{ color:#7fb3ff; border-color:rgba(127,179,255,.4); }
.vh-type.historia{ color:#ffd27f; border-color:rgba(255,210,127,.4); }

/* ============================================================
   VOCES FAVORITAS · carrusel A→Z, solo informativo
   ============================================================ */
.vh-voices{ position:relative; z-index:1; padding:8px 0 56px; }
.vh-voices-head{ max-width:640px; margin:0 auto 34px; text-align:center; }
.vh-voices-head h2{ font-size:clamp(26px,3.2vw,40px); letter-spacing:-.02em; margin:12px 0 0; }
.vh-voices-head p{ color:var(--vh-muted); font-size:15px; margin:12px 0 0; line-height:1.55; }

.vh-voices-carousel{ position:relative; display:flex; align-items:center; gap:14px; }
.vh-voices-track{ display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x proximity; padding:6px 4px 18px;
  scrollbar-width:none; }
.vh-voices-track::-webkit-scrollbar{ display:none; }
.vh-voice-card{ position:relative; flex:0 0 220px; scroll-snap-align:start; background:rgba(255,255,255,.04);
  border:1px solid var(--vh-line); border-radius:16px; padding:16px; padding-top:34px; text-align:center; }
.vh-voice-letter{ position:absolute; top:-16px; left:16px; z-index:2; width:44px; height:44px; border-radius:50%;
  display:grid; place-items:center; font-family:var(--font-serif); font-style:italic; font-weight:700; font-size:21px;
  color:#fff; border:2px solid rgba(0,0,0,.35); box-shadow:0 8px 16px -6px rgba(0,0,0,.6), 0 0 0 3px var(--vh-panel);
  transform:rotate(-8deg); }
.vh-voice-card:nth-child(3n+1) .vh-voice-letter{ background:var(--vh-orchid); color:#2a0038; }
.vh-voice-card:nth-child(3n+2) .vh-voice-letter{ background:var(--vh-red); transform:rotate(6deg); }
.vh-voice-card:nth-child(3n)   .vh-voice-letter{ background:#ffd27f; color:#3a2400; transform:rotate(-3deg); }
.vh-voice-photo{ display:block; width:100%; aspect-ratio:1/1; border-radius:12px; overflow:hidden; margin:0 0 14px; background:rgba(0,0,0,.25); }
.vh-voice-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.vh-voice-card h4{ font-family:var(--font-serif); font-size:16.5px; color:#fff; margin:0 0 12px; letter-spacing:-.005em; }
.vh-voice-chips{ display:flex; flex-wrap:wrap; gap:6px; justify-content:center; }
.vh-voice-chip{ font-size:11.5px; padding:5px 10px; border-radius:999px; background:rgba(239,121,253,.1);
  border:1px solid rgba(239,121,253,.25); color:#e9d3f0; }
.vh-voices-arrow{ flex:none; width:42px; height:42px; border-radius:50%; border:1px solid var(--vh-line);
  background:rgba(255,255,255,.05); color:#fff; display:grid; place-items:center; cursor:pointer; transition:background .16s, border-color .16s; }
.vh-voices-arrow svg{ width:18px; height:18px; }
.vh-voices-arrow:hover{ background:rgba(239,121,253,.14); border-color:var(--vh-orchid); }
@media (max-width:680px){
  .vh-voice-card{ flex-basis:170px; padding:12px; }
  .vh-voices-arrow{ display:none; }
}

/* ============================================================
   LA FUNDA · el objeto (showcase de imágenes)
   ============================================================ */
.vh-funda{ position:relative; z-index:1; padding:40px 0; }
.vh-funda-head{ max-width:640px; margin:0 0 36px; }
.vh-funda-head h2{ font-size:clamp(30px,4vw,52px); letter-spacing:-.02em; margin:14px 0 0; }
.vh-funda-head h2 em{ font-style:italic; color:var(--vh-orchid); }
.vh-funda-head p{ color:var(--vh-muted); font-size:17px; margin:16px 0 0; line-height:1.6; }
.vh-funda-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.vh-funda-card--wide{ grid-column:1 / -1; aspect-ratio:2/1; }
.vh-funda-card--wide img{ height:100%; }
.vh-funda-card{ position:relative; border-radius:14px; overflow:hidden; box-shadow:0 40px 80px -40px rgba(0,0,0,.8); border:1px solid var(--vh-line); }
.vh-funda-card img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s cubic-bezier(.2,.7,.2,1); }
.vh-funda-card:hover img{ transform:scale(1.03); }
.vh-funda-tag{ position:absolute; left:16px; bottom:16px; padding:7px 14px; border-radius:999px; background:rgba(0,0,0,.5);
  -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#fff; }

/* banda decorativa (banner ancho) */
.vh-band{ position:relative; z-index:1; height:clamp(180px,22vw,300px); margin:20px 0; overflow:hidden;
  background:url("assets/vh-banner.png") center / cover no-repeat; }

/* ============================================================
   CARA B · contenido exclusivo
   ============================================================ */
.vh-caraB{ position:relative; z-index:1; padding:72px 0; }
.vh-caraB-head{ max-width:720px; margin:0 auto 46px; text-align:center; }
.vh-bonus-badge{ width:160px; margin:0 auto 8px; display:block; filter:drop-shadow(0 14px 26px rgba(0,0,0,.5)); }
.vh-caraB-head h2{ font-size:clamp(32px,4.2vw,56px); letter-spacing:-.02em; margin:16px 0 0; }
.vh-caraB-head h2 em{ font-style:italic; color:var(--vh-orchid); }
.vh-caraB-head p{ color:var(--vh-muted); font-size:18px; margin:18px 0 0; line-height:1.6; text-wrap:pretty; }
.vh-caraC-lead{ color:#fff !important; font-size:19px !important; font-weight:600; }
.vh-caraB-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.vh-xcard{ overflow:hidden; border:1px solid var(--vh-line); border-radius:var(--vh-r); background:rgba(255,255,255,.04); transition:transform .2s, border-color .2s, background .2s; }
.vh-xcard:hover{ transform:translateY(-4px); border-color:rgba(239,121,253,.5); background:rgba(239,121,253,.08); }
.vh-xcard-media{ width:100%; aspect-ratio:4/5; background:rgba(0,0,0,.25); }
.vh-xcard-media img, .vh-xcard-media image-slot{ display:block; width:100%; height:100%; object-fit:cover; }
.vh-xcard-body{ padding:22px; }
.vh-xcard-ic{ width:40px; height:40px; border-radius:11px; background:rgba(239,121,253,.16); color:var(--vh-orchid); display:grid; place-items:center; margin-bottom:14px; }
.vh-xcard-ic svg{ width:20px; height:20px; }
.vh-xcard h3{ font-size:20px; color:#fff; }
.vh-xcard p{ color:var(--vh-muted); font-size:14.5px; margin:8px 0 0; line-height:1.55; }
.vh-xcard-player{ width:100%; margin-top:16px; height:36px; }
.vh-claudio-demo-label{ margin-top:18px; font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:var(--vh-muted); }
.vh-claudio-demo-label em{ color:#fff; font-style:normal; }
.vh-claudio-body .vh-xcard-player{ margin-top:8px; }
.vh-xcard-player::-webkit-media-controls-panel{ background-color:rgba(255,255,255,.08); }

/* --- card con vídeo de YouTube (Iván López-Ortega) --- */
.vh-xcard-yt .vh-xcard-media{ display:block; position:relative; }
.vh-xcard-playbtn{ position:absolute; inset:0; margin:auto; width:56px; height:56px; border-radius:50%;
  background:rgba(20,0,28,.55); border:1.5px solid rgba(255,255,255,.65); display:flex; align-items:center; justify-content:center;
  color:#fff; transition:background .16s, transform .16s; }
.vh-xcard-playbtn svg{ width:22px; height:22px; margin-left:3px; }
.vh-xcard-yt .vh-xcard-media:hover .vh-xcard-playbtn{ background:rgba(239,121,253,.85); transform:scale(1.08); }
.vh-xcard-yt-link{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.22); color:#fff; }
.vh-xcard-yt-link:hover{ background:#ff0000; border-color:#ff0000; color:#fff; }

/* --- card con playlist de Spotify (Ordovás) --- */
.vh-xcard-spotify{ grid-column:span 2; display:grid; grid-template-columns:1fr 1.3fr; }
.vh-xcard-spotify .vh-xcard-media{ aspect-ratio:auto; height:100%; display:block; }
.vh-xcard-tracklist{ list-style:decimal; margin:14px 0 0; padding-left:18px; display:grid; gap:5px; }
.vh-xcard-tracklist li{ font-size:13.5px; color:#fff; font-weight:600; }
.vh-xcard-tracklist li span{ color:var(--vh-muted); font-weight:400; }
.vh-xcard-spotify-link{ display:inline-flex; align-items:center; gap:9px; margin-top:18px; padding:11px 18px; border-radius:999px;
  background:rgba(29,185,84,.14); border:1px solid rgba(29,185,84,.4); color:#3be07a; font-size:13px; font-weight:700; transition:background .16s, color .16s; }
.vh-xcard-spotify-link svg{ width:16px; height:16px; flex:none; }
.vh-xcard-spotify-link:hover{ background:#1db954; color:#04140a; }
@media (max-width:900px){
  .vh-xcard-spotify{ grid-column:span 1; grid-template-columns:1fr; }
}

/* --- card exposición (Icónica Madrid) --- */
.vh-xcard-expo{ grid-column:span 2; display:grid; grid-template-columns:1.05fr 1.2fr; }
.vh-xcard-expo .vh-xcard-media{ aspect-ratio:auto; height:100%; min-height:340px; }
.vh-xcard-expo .vh-xcard-media img{ object-position:top; }
.vh-xcard-expo .vh-xcard-body p em{ font-style:italic; color:#fff; }
.vh-xcard-expo .vh-xcard-body p{ font-size:13.5px; }
.vh-narrator{ display:flex; align-items:center; gap:12px; margin-top:18px; padding-top:16px; border-top:1px solid var(--vh-line); }
.vh-narrator img{ width:44px; height:44px; border-radius:50%; object-fit:cover; flex:none; }
.vh-narrator span{ font-size:13px; color:var(--vh-muted); line-height:1.4; }
.vh-narrator span b{ color:#fff; font-weight:600; }
@media (max-width:900px){
  .vh-xcard-expo{ grid-column:span 1; grid-template-columns:1fr; }
  .vh-xcard-expo .vh-xcard-media{ min-height:0; aspect-ratio:4/3; }
}

/* ============================================================
   SOLO EN DIGITAL · sub-bloques (spotify, vídeos con pestañas)
   ============================================================ */
.vh-solo{ position:relative; z-index:1; padding:56px 0 0; }

.vh-video-block{ margin-top:64px; }
.vh-video-head{ max-width:640px; margin:0 auto 30px; text-align:center; }
.vh-video-head h3{ font-size:clamp(24px,3vw,34px); letter-spacing:-.015em; margin:12px 0 0; color:#fff; }
.vh-video-head p{ color:var(--vh-muted); font-size:15.5px; margin:12px 0 0; line-height:1.55; }
.vh-video-brand{ height:34px; margin:0 auto 14px; opacity:.95; }

/* --- look & feel CCME (rojo Coca-Cola en vez de orquídea) --- */
.vh-video-block--ccme{ position:relative; padding:0 0 40px; border-radius:20px; overflow:hidden;
  background:linear-gradient(165deg, rgba(197,18,29,.14), rgba(65,1,79,0) 60%); border:1px solid rgba(236,31,43,.22); }
.vh-video-block--ccme .vh-video-head{ position:relative; z-index:1; padding-top:34px; }

.vh-ccme-skyline{ position:relative; height:190px; margin-bottom:-10px; overflow:hidden; }
.vh-ccme-skyline .s-full{ position:absolute; left:0; bottom:0; width:100%; height:100%; object-fit:cover; object-position:center bottom; }
@media (max-width:900px){
  .vh-ccme-skyline{ height:130px; }
}

.vh-video-block--ccme .vh-tab-btn.active{ background:rgba(236,31,43,.16); border-color:var(--vh-red); color:#fff; }
.vh-video-block--ccme .vh-tab-btn.active span{ color:#ff6a72; }
.vh-video-block--ccme .vh-tab-btn:hover{ border-color:rgba(236,31,43,.5); }
.vh-video-block--ccme .vh-tab-eyebrow{ color:#ff6a72; }
.vh-video-block--ccme .vh-tab-play span{ border-color:rgba(236,31,43,.75); }

/* --- banner Claudio Serrano · bonus track --- */
.vh-claudio{ margin-top:32px; border-radius:20px; overflow:hidden; position:relative; display:grid; grid-template-columns:.85fr 1.3fr;
  background:linear-gradient(155deg,#2a0038 0%, #41014f 55%, #380046 100%);
  border:1px solid rgba(239,121,253,.28); box-shadow:0 40px 90px -50px rgba(0,0,0,.8); }
.vh-claudio-media{ position:relative; min-height:420px; background:#12151f; overflow:hidden; display:flex; }
.vh-claudio-poster-pane{ flex:0 0 38%; position:relative; background:#0d0d14; }
.vh-claudio-poster-pane img{ width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.vh-claudio-photo-pane{ position:relative; flex:1; }
.vh-claudio-photo{ width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.vh-claudio-photo-pane::after{ content:''; position:absolute; inset:0; z-index:1;
  background:linear-gradient(90deg, transparent 55%, rgba(42,0,56,.92) 100%); }
.vh-claudio-name-tag{ position:absolute; right:20px; bottom:20px; z-index:2; font-size:11.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:#fff; background:rgba(20,0,28,.6); backdrop-filter:blur(6px); border:1px solid rgba(239,121,253,.35); border-radius:999px; padding:7px 14px; }
.vh-claudio-foot{ margin-top:auto; padding-top:24px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.vh-claudio-foot-left{ display:flex; align-items:center; gap:12px; }
.vh-claudio-poster-mini{ width:44px; border-radius:5px; box-shadow:0 8px 18px -6px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.1); }
.vh-claudio-body{ padding:44px 48px; display:flex; flex-direction:column; }
.vh-claudio-eyebrow{ display:inline-block; width:fit-content; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--vh-orchid);
  padding:6px 14px; border-radius:999px; background:rgba(239,121,253,.14); border:1px solid rgba(239,121,253,.35); }
.vh-claudio-body h3{ font-family:var(--font-serif); font-size:clamp(22px,2.6vw,29px); color:#fff; margin:18px 0 0; letter-spacing:-.01em; line-height:1.2; }
.vh-claudio-body h3 em{ font-style:italic; color:var(--vh-orchid); }
.vh-claudio-body > p{ color:var(--vh-muted); font-size:14.5px; line-height:1.65; margin:16px 0 0; max-width:62ch; }
.vh-claudio-body > p em{ font-style:italic; color:#fff; }
.vh-claudio-quote{ margin:22px 0 0; padding:16px 20px; border-left:3px solid var(--vh-orchid); font-family:var(--font-serif); font-style:italic;
  font-size:16px; color:#fff; line-height:1.5; }
.vh-claudio-quote em{ font-style:italic; color:var(--vh-orchid); }
.vh-claudio-note{ margin:18px 0 0; padding:16px 18px; border-radius:12px; background:rgba(239,121,253,.08); border:1px solid rgba(239,121,253,.25);
  font-size:13.5px; line-height:1.6; color:var(--vh-muted); }
.vh-claudio-note em{ color:#fff; font-style:italic; }
.vh-claudio-note a{ color:var(--vh-orchid); font-weight:600; white-space:nowrap; }
.vh-claudio-note a:hover{ color:#fff; }
.vh-claudio-note-tag{ display:block; font-size:10.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--vh-orchid); margin-bottom:8px; }
.vh-claudio--compact .vh-claudio-note{ font-size:12px; padding:13px 15px; }
.vh-claudio-credit{ font-size:12px; color:var(--vh-faint); letter-spacing:.02em; }
.vh-claudio-btn{ display:inline-flex; align-items:center; gap:9px; background:var(--vh-orchid); color:#2a0038; }
.vh-claudio-btn svg{ width:16px; height:16px; flex:none; }
.vh-claudio-btn:hover{ background:#fff; }
@media (max-width:900px){
  .vh-claudio{ grid-template-columns:1fr; }
  .vh-claudio-media{ min-height:220px; }
  .vh-claudio-body{ padding:30px 26px; }
}

/* --- Ginebras · banner destacado (foto única, sin cartel) --- */
.vh-ginebras .vh-claudio-poster-pane{ display:none; }
.vh-ginebras .vh-claudio-photo-pane{ flex:1; }
.vh-ginebras .vh-claudio-photo{ object-fit:cover; object-position:center; }

/* --- Claudio Serrano · versión compacta (cede protagonismo a Ginebras) --- */
.vh-claudio--compact{ margin-top:20px; grid-template-columns:.6fr 1fr; }
.vh-claudio--compact .vh-claudio-media{ min-height:230px; }
.vh-claudio--compact .vh-claudio-body{ padding:26px 30px; }
.vh-claudio--compact .vh-claudio-eyebrow{ font-size:10.5px; padding:4px 11px; }
.vh-claudio--compact .vh-claudio-poster-pane img{ object-fit:cover; object-position:center; }
.vh-claudio--compact .vh-claudio-media{ }
.vh-claudio--compact .vh-claudio-poster-pane{ flex:0 0 42%; }
.vh-claudio--compact .vh-claudio-photo-pane{ flex:1; }
.vh-claudio--compact .vh-claudio-body > p{ font-size:12.5px; margin-top:10px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden; }
.vh-claudio--compact .vh-claudio-body h3{ font-size:clamp(17px,1.8vw,20px); margin-top:12px; }
.vh-claudio--compact .vh-claudio-foot{ padding-top:16px; }
.vh-claudio--compact .vh-claudio-credit{ font-size:10.5px; }
.vh-claudio--compact .vh-claudio-btn{ font-size:12.5px; padding:9px 16px; }
@media (max-width:900px){
  .vh-claudio--compact{ grid-template-columns:1fr; }
  .vh-claudio--compact .vh-claudio-media{ min-height:180px; }
}

/* --- banner spotify --- */
.vh-spotify{ margin-top:56px; border-radius:20px; overflow:hidden; position:relative;
  background:linear-gradient(155deg,#0c1f13 0%, #0a1a10 55%, #0e2415 100%);
  border:1px solid rgba(29,185,84,.35); box-shadow:0 40px 90px -50px rgba(0,0,0,.8); }
.vh-spotify-inner{ padding:44px; }
.vh-spotify-head{ display:flex; align-items:center; gap:18px; }
.vh-spotify-head-text{ flex:1; }
.vh-spotify-cta{ flex:none; margin-left:auto; }
@media (max-width:680px){
  .vh-spotify-head{ flex-wrap:wrap; }
  .vh-spotify-cta{ margin-left:0; width:100%; justify-content:center; }
}
.vh-spotify-ic{ width:52px; height:52px; flex:none; border-radius:50%; background:rgba(29,185,84,.16); color:#1db954; display:grid; place-items:center; }
.vh-spotify-ic svg{ width:26px; height:26px; }
.vh-spotify-eyebrow{ display:block; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:#1db954; }
.vh-spotify-head h3{ font-family:var(--font-serif); font-size:clamp(22px,2.8vw,30px); color:#fff; margin:6px 0 0; letter-spacing:-.01em; }
.vh-spotify-inner > p{ color:#b9d6c2; font-size:15px; line-height:1.6; max-width:60ch; margin:20px 0 0; }
.vh-spotify-chips{ display:flex; flex-wrap:wrap; gap:10px; margin:26px 0 30px; }
.vh-chip{ padding:9px 16px; border-radius:999px; background:rgba(29,185,84,.1); border:1px solid rgba(29,185,84,.3); font-size:13px; color:#dff2e4; }
.vh-chip b{ color:#fff; font-weight:600; }
.vh-btn.spotify-btn{ background:#1db954; border-color:#1db954; color:#04140a; }
.vh-btn.spotify-btn:hover{ background:#1ed760; border-color:#1ed760; }

/* --- pestañitas (tabs) --- */
.vh-tabs{ display:grid; gap:26px; }
.vh-tab-list{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.vh-tab-btn{ display:flex; flex-direction:column; align-items:center; gap:2px; padding:12px 22px; border-radius:14px;
  border:1px solid var(--vh-line); background:rgba(255,255,255,.04); color:var(--vh-muted);
  font-family:var(--font-sans); font-size:14.5px; font-weight:700; cursor:pointer; transition:border-color .16s, background .16s, color .16s; }
.vh-tab-btn span{ font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--vh-faint); }
.vh-tab-btn:hover{ border-color:rgba(239,121,253,.4); color:#fff; }
.vh-tab-btn.active{ background:rgba(239,121,253,.14); border-color:var(--vh-orchid); color:#fff; }
.vh-tab-btn.active span{ color:var(--vh-orchid); }
.vh-tab-panels{ position:relative; }
.vh-tab-panel{ display:none; grid-template-columns:1.1fr 1fr; gap:36px; align-items:center;
  background:rgba(255,255,255,.04); border:1px solid var(--vh-line); border-radius:var(--vh-r); padding:30px; }
.vh-tab-panel.active{ display:grid; }
.vh-tab-media{ position:relative; aspect-ratio:16/10; border-radius:12px; overflow:hidden; background:rgba(0,0,0,.3); }
.vh-tab-media img, .vh-tab-media image-slot{ display:block; width:100%; height:100%; object-fit:cover; }
.vh-tab-media a{ display:block; width:100%; height:100%; }
.vh-tab-play{ position:absolute; inset:0; display:grid; place-items:center; pointer-events:none; }
.vh-tab-play span{ width:58px; height:58px; border-radius:50%; background:rgba(0,0,0,.45); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px);
  display:grid; place-items:center; border:1.5px solid rgba(255,255,255,.7); }
.vh-tab-play svg{ width:22px; height:22px; color:#fff; margin-left:3px; }
.vh-tab-soon::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%); pointer-events:none; }
.vh-tab-soon-badge{ position:absolute; left:16px; bottom:16px; display:inline-flex; align-items:center; gap:8px; padding:9px 16px; border-radius:999px;
  background:rgba(20,10,26,.55); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.35);
  color:#fff; font-family:var(--font-serif); font-style:italic; font-size:15px; letter-spacing:.01em; }
.vh-tab-soon-dot{ width:7px; height:7px; border-radius:50%; background:var(--vh-orchid); box-shadow:0 0 0 4px rgba(239,121,253,.22); animation:vhSoonPulse 1.8s ease-in-out infinite; }
@keyframes vhSoonPulse{ 0%,100%{ opacity:1; } 50%{ opacity:.35; } }
.vh-tab-eyebrow{ font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--vh-orchid); }
.vh-tab-body h4{ font-family:var(--font-serif); font-size:24px; color:#fff; margin:10px 0 0; letter-spacing:-.01em; }
.vh-tab-body p{ color:var(--vh-muted); font-size:15px; line-height:1.6; margin:12px 0 0; }

@media (max-width:900px){
  .vh-tab-panel{ grid-template-columns:1fr; }
}
@media (max-width:680px){
  .vh-spotify-inner{ padding:26px 22px; }
  .vh-video-block{ margin-top:44px; }
}

/* ============================================================
   DESCARGA DIGITAL
   ============================================================ */
.vh-dl{ position:relative; z-index:1; padding:20px 0 60px; }
.vh-dl-inner{ display:flex; align-items:center; justify-content:space-between; gap:36px; flex-wrap:wrap;
  padding:40px; border:1px solid var(--vh-line); border-radius:var(--vh-r); background:rgba(255,255,255,.04); }
.vh-dl-inner h2{ font-size:clamp(24px,2.8vw,34px); letter-spacing:-.02em; margin:10px 0 0; }
.vh-dl-inner > div:first-child{ max-width:44ch; }
.vh-dl-inner p{ color:var(--vh-muted); font-size:15px; margin:12px 0 0; line-height:1.55; }
.vh-dl-form{ display:flex; gap:12px; flex-wrap:wrap; flex:none; }
.vh-dl-form input[type=email]{ min-width:240px; padding:15px 16px; border:1.5px solid var(--vh-line); border-radius:10px; font-size:15px; font-family:var(--font-sans); background:rgba(255,255,255,.06); color:#fff; transition:border-color .16s; }
.vh-dl-form input[type=email]::placeholder{ color:var(--vh-faint); }
.vh-dl-form input[type=email]:focus{ outline:none; border-color:var(--vh-orchid); }
.vh-dl-link{ display:block; width:100%; margin-top:14px; font-size:13px; color:var(--vh-orchid); font-weight:600; }
.vh-dl-confirm{ width:100%; margin:6px 0 0; font-size:15px; color:#fff; font-weight:600; }
@media (max-width:680px){ .vh-dl-inner{ padding:26px 20px; } .vh-dl-form{ width:100%; } .vh-dl-form input[type=email]{ flex:1; min-width:0; } }

/* ============================================================
   CIERRE / RESERVAR (sobre banner)
   ============================================================ */
.vh-foot{ position:relative; z-index:1; padding:84px 0; text-align:center; overflow:hidden; }
.vh-foot::before{ content:''; position:absolute; inset:0; z-index:-1; opacity:.28;
  background:url("assets/vh-banner.png") center / cover no-repeat; }
.vh-foot-eyebrow{ color:var(--vh-orchid); }
.vh-foot h2{ font-size:clamp(34px,5vw,68px); letter-spacing:-.025em; margin:16px 0 0; color:#fff; }
.vh-foot h2 em{ font-style:italic; color:var(--vh-orchid); }
.vh-foot-sub{ font-family:var(--font-sans); font-style:normal; font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:14px; color:var(--vh-orchid); margin:14px 0 0; }
.vh-foot-illustrator{ margin:20px auto 0; max-width:46ch; padding:16px 20px; border:1px solid rgba(239,121,253,.28); border-radius:14px; background:rgba(239,121,253,.06); }
.vh-foot-illustrator-title{ display:block; font-family:var(--font-serif); font-style:italic; font-size:17px; color:#fff; margin-bottom:6px; }
.vh-foot-illustrator p{ margin:0; font-size:14px; color:var(--vh-muted); max-width:none; }
.vh-foot-illustrator p b{ color:var(--vh-orchid); }
.vh-foot p{ color:var(--vh-muted); font-size:18px; margin:18px auto 30px; max-width:46ch; }
.vh-foot p b{ color:#fff; font-weight:600; }
.vh-foot-mark{ margin-top:42px; display:flex; align-items:center; justify-content:center; gap:18px; }
.vh-foot-mark img{ height:44px; opacity:.9; }
.vh-foot-mark .sep{ width:1px; height:26px; background:var(--vh-line); }
.vh-foot-mark .name{ font-family:var(--font-serif); font-style:italic; font-size:19px; color:var(--vh-muted); display:inline-flex; align-items:center; gap:8px; }
.vh-foot-name-logo{ height:16px; }

/* ============================================================
   MODAL DE RESERVA / SUSCRIPCIÓN
   ============================================================ */
.vh-modal{ position:fixed; inset:0; z-index:120; display:none; }
.vh-modal.open{ display:block; }
.vh-modal-scrim{ position:absolute; inset:0; background:rgba(20,2,28,.74); -webkit-backdrop-filter:blur(5px); backdrop-filter:blur(5px); }
.vh-dialog{ position:absolute; inset:0; margin:auto; width:min(560px,94vw); height:max-content; max-height:92vh; overflow-y:auto;
  background:linear-gradient(180deg,#561466,#3c0a4c); border:1px solid rgba(239,121,253,.3); border-radius:18px; padding:36px;
  box-shadow:0 50px 110px rgba(0,0,0,.6); transform:translateY(14px) scale(.99); opacity:0; transition:transform .3s, opacity .3s; }
.vh-modal.open .vh-dialog{ transform:none; opacity:1; }
.vh-modal-x{ position:absolute; top:16px; right:16px; width:40px; height:40px; border-radius:50%; border:1px solid var(--vh-line);
  background:rgba(255,255,255,.06); color:#fff; cursor:pointer; display:grid; place-items:center; transition:background .16s; }
.vh-modal-x:hover{ background:rgba(255,255,255,.16); }
.vh-modal-head{ display:flex; gap:18px; align-items:center; padding-bottom:22px; margin-bottom:22px; border-bottom:1px solid var(--vh-line); }
.vh-modal-cover{ width:72px; height:72px; flex:none; border-radius:50%; background:url("assets/vh212-vinyl.jpg") center/132% no-repeat; box-shadow:0 8px 20px -8px rgba(0,0,0,.6); }
.vh-modal-eyebrow{ font-size:11.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--vh-orchid); }
.vh-modal-head h3{ font-size:25px; margin:5px 0 6px; color:#fff; }
.vh-modal-head .num{ font-size:13px; color:var(--vh-muted); }
.vh-modal-q{ font-family:var(--font-sans); font-size:13px; font-weight:700; letter-spacing:.04em; color:var(--vh-muted); margin:0 0 14px; }
.vh-choices{ display:grid; gap:12px; }
.vh-choices--footer{ grid-template-columns:repeat(3,1fr); max-width:900px; margin:28px auto 0; text-align:left; }
.vh-choices--footer .vh-choice{ text-decoration:none; }
@media (max-width:760px){ .vh-choices--footer{ grid-template-columns:1fr; } }
.vh-choice{ display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; column-gap:14px; align-items:center; text-align:left;
  padding:18px; border:1.5px solid var(--vh-line); border-radius:12px; background:rgba(255,255,255,.04); cursor:pointer; transition:border-color .16s, background .16s, transform .12s; color:#fff; }
.vh-choice:hover{ border-color:var(--vh-orchid); transform:translateY(-2px); background:rgba(239,121,253,.08); }
.vh-choice-ic{ grid-row:1 / 3; width:44px; height:44px; border-radius:50%; background:rgba(239,121,253,.16); display:grid; place-items:center; color:var(--vh-orchid); }
.vh-choice b{ font-size:17px; }
.vh-choice > span:not(.vh-choice-ic){ font-size:13.5px; color:var(--vh-muted); line-height:1.4; }
.vh-fine{ font-size:12.5px; color:var(--vh-faint); margin:18px 0 0; line-height:1.45; }
.vh-back-step{ background:none; border:none; padding:0; color:var(--vh-muted); font-size:13px; font-weight:600; cursor:pointer; margin-bottom:14px; }
.vh-back-step:hover{ color:#fff; }
.vh-step-title{ font-size:26px; margin:0 0 6px; color:#fff; }
.vh-step-sub{ font-size:15px; color:var(--vh-muted); line-height:1.5; margin:0 0 20px; }
#vhResvForm{ display:grid; gap:14px; }
#vhResvForm input[type=email]{ width:100%; padding:15px 16px; border:1.5px solid var(--vh-line); border-radius:10px; font-size:15px; font-family:var(--font-sans); background:rgba(255,255,255,.06); color:#fff; transition:border-color .16s; }
#vhResvForm input[type=email]::placeholder{ color:var(--vh-faint); }
#vhResvForm input[type=email]:focus{ outline:none; border-color:var(--vh-orchid); }
.vh-friend{ display:flex; align-items:center; gap:10px; font-size:14px; color:var(--vh-muted); cursor:pointer; }
.vh-friend input{ width:17px; height:17px; accent-color:var(--vh-orchid); }
.vh-resv-submit{ width:100%; justify-content:center; margin-top:4px; }
.vh-done{ text-align:center; padding:8px 0; }
.vh-done-check{ width:64px; height:64px; border-radius:50%; background:var(--vh-orchid); color:#2a0038; display:grid; place-items:center; margin:0 auto 18px; }
.vh-done h3{ font-size:26px; margin:0 0 8px; color:#fff; }
.vh-done .vh-step-sub{ max-width:38ch; margin:0 auto 22px; }
.vh-ticket{ display:flex; align-items:center; gap:18px; text-align:left; padding:18px; border:1.5px dashed rgba(239,121,253,.45); border-radius:12px; background:rgba(255,255,255,.04); margin-bottom:22px; }
.vh-ticket-disc{ width:58px; height:58px; flex:none; border-radius:50%; background:url("assets/vh212-vinyl.jpg") center/132% no-repeat; }
.vh-ticket-meta span{ display:block; font-size:12px; color:var(--vh-muted); }
.vh-ticket-meta b{ display:block; font-size:16px; color:#fff; margin:3px 0; font-variant-numeric:tabular-nums; }

/* ---------- mini-player ---------- */
.vh-mini{ position:fixed; left:0; right:0; bottom:0; z-index:40; transform:translateY(110%); transition:transform .35s cubic-bezier(.3,.7,.2,1);
  background:rgba(42,4,56,.96); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border-top:1px solid var(--vh-line); }
.vh-mini.show{ transform:none; }
.vh-mini-inner{ max-width:var(--vh-maxw); margin:0 auto; padding:12px var(--vh-pad); display:flex; align-items:center; gap:18px; }
.vh-mini .mini-disc{ width:46px; height:46px; flex:none; }
.vh-mini-info{ min-width:0; flex:1; }
.vh-mini-title{ font-family:var(--font-serif); font-size:16px; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#fff; }
.vh-mini-by{ font-size:12.5px; color:var(--vh-muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.vh-mini-bar{ flex:2; max-width:340px; height:4px; border-radius:2px; background:rgba(255,255,255,.18); position:relative; cursor:pointer; }
.vh-mini-bar i{ position:absolute; left:0; top:0; bottom:0; width:0%; border-radius:2px; background:var(--vh-orchid); }
.vh-mini-time{ font-size:12px; color:var(--vh-faint); font-variant-numeric:tabular-nums; white-space:nowrap; }
.vh-mini-play{ width:44px; height:44px; flex:none; border-radius:50%; border:none; background:#fff; color:var(--vh-bg); display:grid; place-items:center; }
.vh-mini-play:hover{ background:var(--vh-orchid); }
.vh-mini-play svg{ width:19px; height:19px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px){
  .vh-hero-inner{ grid-template-columns:1fr; gap:18px; min-height:0; }
  .vh-hero-disc{ order:-1; }
  .vh-disc-stage{ width:min(74%,360px); }
  .vh-deck{ grid-template-columns:1fr; gap:30px; padding:30px; }
  .vh-turntable{ width:min(72%,300px); margin:0 auto; }
  .vh-caraB-grid{ grid-template-columns:1fr 1fr; }
  .vh-funda-grid{ grid-template-columns:1fr; }
}
@media (max-width:680px){
  :root{ --vh-pad:22px; }
  .vh-top{ padding:16px 22px; }
  .vh-top .vh-records{ display:none; }
  .vh-hero h1{ font-size:clamp(50px,15vw,84px); }
  .vh-hero-cta .vh-btn{ width:100%; justify-content:center; }
  .vh-collab{ flex-wrap:wrap; gap:14px; }
  .vh-row{ grid-template-columns:40px 1fr auto; gap:14px; padding:16px 6px; }
  .vh-row-type{ display:none; }
  .vh-row-title{ font-size:18px; }
  .vh-caraB-grid{ grid-template-columns:1fr; }
  .vh-controls{ gap:16px; }
  .vh-vol{ display:none; }
  .vh-mini-bar, .vh-mini-time{ display:none; }
  .vh-dialog{ padding:26px 20px; }
}
