/* ============================================================
   CQS 2026 · Recursos escénicos
   Clases utilitarias que complementan theme.json para lograr la
   estética de escenario del Manual de Identidad 2026:
   estrellas, focos de luz (blur), marquee, wordmark y tarjetas.
   Los colores SIEMPRE salen de las variables de theme.json
   (--wp--preset--color--*) para no salirse de la marca.
   ============================================================ */

:root {
  --cqs-line: rgba(183, 157, 117, 0.16);
  --cqs-line-strong: rgba(183, 157, 117, 0.30);
  --cqs-header-height: 96px;
}

/* Evita cualquier franja o scroll horizontal por bandas a todo el ancho + scrollbar.
   'clip' no crea contenedor de scroll, así que el header sticky sigue funcionando. */
html, body { overflow-x: clip; max-width: 100%; }
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; }

/* La portada funciona como una secuencia continua de bandas, sin marcos del fondo global. */
.wp-site-blocks > main { margin-block-start: 0 !important; }
.wp-site-blocks > main > * { margin-block-start: 0 !important; margin-block-end: 0 !important; }
.wp-site-blocks > .cqs-header + main { margin-block-start: 0 !important; }
.wp-site-blocks > main > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Foco visible coherente para teclado. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--wp--preset--color--magic-blush);
  outline-offset: 3px;
}
.wp-block-post-content p a, .cqs-footer p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

/* ---------- Zona escenario (fondo oscuro fijo) ---------- */
.cqs-stage {
  position: relative;
  background: var(--wp--preset--color--stage);
  color: var(--wp--preset--color--bone);
  overflow: hidden;
  isolation: isolate;
}
.cqs-stage :where(h1, h2, h3, h4) { color: var(--wp--preset--color--bone); }

/* Estrellas: canvas inyectado por stage.js dentro de .cqs-starfield */
.cqs-starfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cqs-starfield canvas { width: 100%; height: 100%; display: block; }

/* Focos de luz (el recurso "destello" del manual) */
.cqs-spot {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}
.cqs-spot--gold {
  width: 620px; height: 620px; top: -160px; left: -120px;
  background: radial-gradient(circle, rgba(183, 157, 117, 0.5), transparent 68%);
}
.cqs-spot--red {
  width: 560px; height: 560px; bottom: -200px; right: -120px;
  background: radial-gradient(circle, rgba(211, 14, 49, 0.4), transparent 66%);
}
.cqs-spot--blush {
  width: 340px; height: 340px; top: 38%; right: 24%;
  background: radial-gradient(circle, rgba(243, 152, 158, 0.26), transparent 70%);
}
/* Todo el contenido real por encima de estrellas y focos */
.cqs-stage > .wp-block-group__inner-container,
.cqs-stage > * { position: relative; z-index: 3; }
/* Los focos y estrellas son decorativos: absolutos para NO ocupar espacio (evita huecos). */
.cqs-starfield, .cqs-spot { position: absolute !important; z-index: 0; }

/* ---------- Eyebrow / etiqueta mono ---------- */
.cqs-eyebrow {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.75rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9a7f52; /* dorado legible sobre fondos claros (AA) */
}
/* Sobre fondos oscuros el dorado va más brillante para mantener contraste */
.cqs-stage .cqs-eyebrow, .cqs-hero .cqs-eyebrow { color: var(--wp--preset--color--golden-bright); }

/* ---------- Hero con foto de fondo ---------- */
.cqs-hero {
  position: relative;
  min-height: calc(100svh - var(--cqs-header-height)) !important;
  padding-block: clamp(3.5rem, 7vw, 6rem) !important;
}
.cqs-hero .wp-block-cover__background {
  z-index: 1;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(20,25,31,.94) 0%, rgba(20,25,31,.78) 42%, rgba(20,25,31,.32) 72%, rgba(20,25,31,.48) 100%),
    linear-gradient(0deg, rgba(20,25,31,.66), transparent 58%) !important;
}
.cqs-hero .wp-block-cover__image-background { z-index: 0; }
.cqs-hero .wp-block-cover__inner-container { position: relative; z-index: 2; }
.cqs-hero, .cqs-hero :where(h1, h2, h3, h4), .cqs-hero p { color: var(--wp--preset--color--bone); }
.cqs-hero .wp-block-cover__inner-container { max-width: 1180px; margin-inline: auto; width: 100%; }
.cqs-hero-content { margin: 0 !important; max-width: 760px; position: relative; z-index: 2; }
.cqs-hero-title {
  max-width: 760px;
  font-size: clamp(2.4rem, 6.2vw, 5.7rem) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}
.cqs-hero-copy { max-width: 650px; color: var(--wp--preset--color--bone) !important; line-height: 1.55; }
.cqs-hero-copy strong { color: var(--wp--preset--color--magic-blush); font-weight: 900; }
.cqs-hero-copy em { color: var(--wp--preset--color--magic-blush); font-style: italic; }
.cqs-hero-detail {
  display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: 28px;
  font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--wp--preset--color--golden-bright) !important;
}
.cqs-hero-detail span { display: inline-flex; align-items: center; }
.cqs-hero-detail span:not(:last-child)::after { content: "★"; margin-inline: 13px; color: var(--wp--preset--color--power-live); font-size: .65rem; }

/* ---------- Wordmark del hero (color sólido, siempre visible) ---------- */
.cqs-wordmark { line-height: 0.86 !important; letter-spacing: -0.02em; }
.cqs-wordmark--gold {
  color: var(--wp--preset--color--golden-bright);
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.55), 0 0 60px rgba(183, 157, 117, 0.28);
}
.cqs-script {
  font-family: var(--wp--preset--font-family--script) !important;
  font-style: italic;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  color: var(--wp--preset--color--golden-bright);
}
.cqs-script--dark { color: var(--wp--preset--color--conqueror-night); }

/* Estrella principal del sistema gráfico del manual: grande, parcial y deliberada. */
.cqs-brand-star {
  position: absolute; display: block; pointer-events: none; z-index: 1;
  width: 180px; aspect-ratio: 1; opacity: .72;
  background: var(--wp--preset--color--power-live);
  clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
}
.cqs-brand-star--hero { right: -28px; bottom: 4%; filter: blur(1px); }
.cqs-brand-star--section { width: clamp(220px, 34vw, 520px); right: -11%; top: -24%; opacity: .14; }

/* ---------- Badge "nuevo álbum" con punto en vivo ---------- */
.cqs-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--cqs-line); border-radius: 100px; padding: 8px 16px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--wp--preset--color--golden-bright); background: rgba(183, 157, 117, 0.06);
}
.cqs-badge::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--wp--preset--color--power-live);
  box-shadow: 0 0 10px var(--wp--preset--color--power-live);
  animation: cqs-pulse 2s infinite;
}
@keyframes cqs-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

/* ---------- Marquee ---------- */
.cqs-marquee {
  background: var(--wp--preset--color--power-live);
  color: #fff; overflow: hidden;
  width: 100vw; margin-left: calc(50% - 50vw) !important;
  border-block: 1px solid rgba(0, 0, 0, 0.15);
}

.cqs-brand-red { position: relative; overflow: hidden; color: #fff; }
.cqs-brand-red::before {
  content: ""; position: absolute; left: -7vw; top: -9vw;
  width: clamp(18rem, 38vw, 42rem); aspect-ratio: 1;
  background: rgba(27,34,45,.16); transform: rotate(-11deg); pointer-events: none;
  clip-path: polygon(50% 0, 59% 41%, 100% 50%, 59% 59%, 50% 100%, 41% 59%, 0 50%, 41% 41%);
}
.cqs-brand-red > * { position: relative; z-index: 1; }
.cqs-brand-red :where(h2, p) { color: #fff; }
.cqs-brand-red .cqs-eyebrow { color: var(--wp--preset--color--golden-bright); }
.cqs-marquee__track {
  display: flex; width: max-content; white-space: nowrap;
  animation: cqs-scroll 26s linear infinite; padding: 15px 0;
}
.cqs-marquee__track span {
  font-family: var(--wp--preset--font-family--grotesque);
  font-weight: 900; text-transform: uppercase; font-size: 1rem;
  letter-spacing: 0.08em; padding: 0 26px;
}
.cqs-marquee__track b { color: #ffd9a0; }
@keyframes cqs-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Contadores (stats) ---------- */
.cqs-stat__num {
  display: block;
  font-family: var(--wp--preset--font-family--mono) !important;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--wp--preset--color--golden-bright);
  line-height: 1;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  margin: 0 0 0.45rem;
}
.cqs-stat__lbl {
  display: block; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--wp--preset--color--golden-bright);
}
.cqs-stats {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px !important;
}
.cqs-stat {
  min-width: 0; padding: 24px 10px; text-align: center; color: inherit !important;
  border-left: 1px solid var(--cqs-line-strong); text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}
.cqs-stat:first-child { border-left: 0; }
.cqs-stat:hover { background: rgba(183,157,117,.07); transform: translateY(-3px); }
.cqs-stat small { display: block; margin-top: 4px; color: var(--wp--preset--color--stage-dim); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.cqs-stats-note { color: var(--wp--preset--color--stage-dim) !important; }

/* ---------- Tarjetas de discografía ---------- */
.cqs-track {
  display: flex; align-items: center; gap: 18px; padding: 18px 20px; border-radius: 4px;
  background: var(--wp--preset--color--white); border: 1px solid var(--cqs-line);
  transition: transform 0.18s, border-color 0.2s, box-shadow 0.2s;
}
.cqs-track:hover {
  transform: translateY(-3px);
  border-color: var(--wp--preset--color--golden-glow);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.10);
}
.cqs-track__num {
  font-family: var(--wp--preset--font-family--mono); color: #6f6857;
  font-size: 0.8rem; flex: none;
}
.cqs-track strong { display: block; color: var(--wp--preset--color--conqueror-night); }
.cqs-track small {
  display: block; margin-top: 3px; font-family: var(--wp--preset--font-family--mono);
  font-size: 0.66rem; letter-spacing: 0.09em; text-transform: uppercase; color: #716b5f;
}

/* ---------- Tarjetas de press kit ---------- */
.cqs-kit-card {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 24px; border-radius: 5px;
  border: 1px solid var(--cqs-line); background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, transform 0.18s, background 0.2s;
}
.cqs-kit-card:hover {
  border-color: var(--wp--preset--color--golden-bright);
  transform: translateX(4px); background: rgba(183, 157, 117, 0.06);
}
.cqs-kit-card strong {
  display: block; font-family: var(--wp--preset--font-family--grotesque); font-weight: 900;
  text-transform: uppercase; font-size: 1rem; color: var(--wp--preset--color--bone);
}
.cqs-kit-card small {
  display: block; margin-top: 4px; font-family: var(--wp--preset--font-family--mono);
  font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--wp--preset--color--golden-bright);
}
.cqs-kit-card > b { color: var(--wp--preset--color--golden-bright); font-size: 1.35rem; }
.cqs-kit-links { display: grid; gap: 12px; margin-top: 28px; }

/* ---------- Formulario de cotización a WhatsApp ---------- */
.cqs-quote-form {
  padding: clamp(22px, 4vw, 36px); border-radius: 20px; border: 1px solid var(--cqs-line-strong);
  background: rgba(255,255,255,.055); box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.cqs-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cqs-quote-form label { display: grid; gap: 7px; }
.cqs-quote-form label > span {
  color: var(--wp--preset--color--golden-bright); font-family: var(--wp--preset--font-family--mono);
  font-size: .66rem; letter-spacing: .09em; text-transform: uppercase;
}
.cqs-quote-form :where(input, select, textarea) {
  box-sizing: border-box; width: 100%; min-height: 50px; padding: 12px 14px;
  border: 1px solid var(--cqs-line-strong); border-radius: 9px;
  background: var(--wp--preset--color--conqueror-night); color: var(--wp--preset--color--bone);
  font: inherit; font-size: 1rem; color-scheme: dark;
}
.cqs-quote-form textarea { min-height: 92px; resize: vertical; }
.cqs-form-message { margin-top: 16px; }
.cqs-quote-form :where(input, select, textarea):focus-visible {
  outline: 3px solid rgba(243,152,158,.38); outline-offset: 2px; border-color: var(--wp--preset--color--magic-blush);
}
.cqs-form-submit {
  width: 100%; margin-top: 20px; padding: 16px 20px; border: 0; border-radius: 100px; cursor: pointer;
  background: var(--wp--preset--color--power-live); color: #fff;
  font-family: var(--wp--preset--font-family--mono); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.cqs-form-submit:hover { background: var(--wp--preset--color--golden-glow); color: var(--wp--preset--color--stage); }
.cqs-form-submit:focus-visible { outline: 3px solid var(--wp--preset--color--magic-blush); outline-offset: 3px; }
.cqs-form-note { margin: 12px 0 0; text-align: center; color: var(--wp--preset--color--stage-dim); font-size: .7rem; }

/* ---------- Preguntas frecuentes ---------- */
.cqs-faq { max-width: 900px; margin-inline: auto; border-top: 1px solid rgba(27,34,45,.18); }
.cqs-faq details { border-bottom: 1px solid rgba(27,34,45,.18); }
.cqs-faq summary {
  position: relative; cursor: pointer; padding: 22px 50px 22px 0; list-style: none;
  color: var(--wp--preset--color--conqueror-night); font-weight: 800; font-size: 1.05rem;
}
.cqs-faq summary::-webkit-details-marker { display: none; }
.cqs-faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 16px; width: 32px; height: 32px;
  display: grid; place-items: center; border: 1px solid rgba(27,34,45,.22); border-radius: 50%;
  color: var(--wp--preset--color--power-live); font-size: 1.35rem; font-weight: 400;
}
.cqs-faq details[open] summary::after { content: "−"; }
.cqs-faq details p { max-width: 760px; margin: -4px 0 22px; color: #4f4a42; }
.cqs-faq summary:focus-visible { outline: 3px solid rgba(211,14,49,.3); outline-offset: 4px; }

/* ---------- Sello Marca Perú ---------- */
.cqs-seal {
  position: relative; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; text-align: center; padding: 40px;
  background: radial-gradient(circle at 50% 30%, rgba(183, 157, 117, 0.16), transparent 60%), var(--wp--preset--color--white);
  border: 1px solid var(--cqs-line-strong);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}
.cqs-seal::before {
  content: ""; position: absolute; inset: 14px; border-radius: 50%;
  border: 1px dashed var(--cqs-line-strong);
}
/* Variante oscura del sello para alojar el logo Marca Perú en blanco */
.cqs-seal--dark {
  background: radial-gradient(circle at 50% 30%, rgba(183, 157, 117, 0.18), transparent 60%), var(--wp--preset--color--stage);
  border-color: var(--cqs-line-strong);
}
.cqs-seal--dark::before { border-color: var(--cqs-line-strong); }
.cqs-seal--dark img { width: 62%; height: auto; }

/* ---------- Iconos sociales del footer ---------- */
.cqs-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.cqs-socials a {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--cqs-line); color: var(--wp--preset--color--bone);
  transition: transform 0.15s, background 0.2s, color 0.2s, border-color 0.2s;
}
.cqs-socials a:hover {
  transform: translateY(-3px);
  background: var(--wp--preset--color--golden-bright);
  color: var(--wp--preset--color--stage);
  border-color: var(--wp--preset--color--golden-bright);
}
.cqs-socials svg { width: 20px; height: 20px; fill: currentColor; }

/* ---------- Revelado al hacer scroll ---------- */
.cqs-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.cqs-reveal.is-in { opacity: 1; transform: none; }

/* ---------- Header flotante tipo píldora ---------- */
.cqs-header {
  position: sticky; top: 0; z-index: 100;
  min-height: var(--cqs-header-height);
  padding: 12px clamp(16px, 4vw, 76px);
  background: linear-gradient(180deg, rgba(20, 25, 31, .72), rgba(20, 25, 31, 0)) !important;
  pointer-events: none;
}
.cqs-header.has-background { background: linear-gradient(180deg, rgba(20, 25, 31, .72), rgba(20, 25, 31, 0)) !important; }
body.admin-bar .cqs-header { top: 32px; }
.cqs-navbar {
  width: min(100%, 1540px);
  min-height: 72px;
  margin-inline: auto;
  gap: clamp(16px, 2vw, 28px);
  padding: 8px 18px 8px 26px !important;
  background: linear-gradient(105deg, rgba(255,255,255,.035), transparent 34%), rgba(20, 25, 31, .91);
  border: 1px solid rgba(220, 194, 150, .24);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255,255,255,.035);
  -webkit-backdrop-filter: blur(20px) saturate(120%); backdrop-filter: blur(20px) saturate(120%);
  color: var(--wp--preset--color--bone);
  pointer-events: auto;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.cqs-navbar:hover { border-color: rgba(220, 194, 150, .42); }
.cqs-logo { display: inline-flex; align-items: center; flex: none; line-height: 0; }
.cqs-logo::after {
  content: ""; width: 1px; height: 28px; margin-left: 22px;
  background: linear-gradient(180deg, transparent, rgba(220, 194, 150, .36), transparent);
}
.cqs-logo img { height: 48px; width: auto; display: block; }
.cqs-navbar .wp-block-site-title {
  font-family: var(--wp--preset--font-family--grotesque);
  font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; font-size: 1.2rem;
}
.cqs-navbar .wp-block-site-title a { color: var(--wp--preset--color--bone); text-decoration: none; }
.cqs-navbar > .wp-block-navigation {
  --wp--preset--color--bone: #f2ece1;
  margin-left: auto;
  color: var(--wp--preset--color--bone);
}
.cqs-navbar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  min-height: 44px;
  padding: 10px 2px;
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.cqs-navbar .wp-block-navigation a:hover,
.cqs-navbar .wp-block-navigation a:focus-visible { color: var(--wp--preset--color--golden-bright); }
.cqs-navbar .wp-block-navigation__responsive-container-open,
.cqs-navbar .wp-block-navigation__responsive-container-close { color: var(--wp--preset--color--bone); }
.cqs-nav-cta { flex: none; }
.cqs-nav-cta .wp-block-button__link {
  min-height: 48px; display: inline-flex; align-items: center;
  padding-inline: clamp(20px, 2vw, 30px) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 8px 22px rgba(0,0,0,.16);
}
.cqs-navbar .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
  padding: clamp(24px, 7vw, 48px);
  background: var(--wp--preset--color--stage);
  color: var(--wp--preset--color--bone);
}
@media (max-width: 781px) {
  :root { --cqs-header-height: 82px; }
  .cqs-header { padding: 8px 10px; }
  body.admin-bar .cqs-header { top: 46px; }
  .cqs-navbar { min-height: 64px; padding: 7px 10px 7px 16px !important; }
  .cqs-nav-cta { display: none !important; }
  .cqs-logo::after { height: 24px; margin-left: 14px; }
  .cqs-logo img { height: 42px; }
  .cqs-navbar .wp-block-navigation { margin-left: auto; }
  .cqs-navbar .wp-block-navigation__responsive-container-open {
    width: 44px; height: 44px; padding: 10px; place-items: center;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-close {
    width: 44px; height: 44px; padding: 10px; display: grid; place-items: center;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-content { gap: 24px; }
  .cqs-navbar .wp-block-navigation__container { gap: 4px !important; align-items: flex-start !important; }
  .cqs-navbar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    min-height: 48px; font-size: 1.05rem; padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .cqs-logo::after { display: none; }
  .cqs-logo img { height: 38px; }
}
@media (max-width: 600px) {
  .cqs-navbar .wp-block-navigation__responsive-container-open { display: grid; }
}

/* ---------- Botón flotante de WhatsApp ---------- */
.cqs-float-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 120;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
  transition: transform 0.15s;
}
.cqs-float-wa:hover { transform: scale(1.06); }
.cqs-float-wa svg { width: 32px; height: 32px; fill: #fff; }
.cqs-float-wa::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.5); animation: cqs-ring 2.2s infinite;
}
@keyframes cqs-ring {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ---------- Próxima fecha + cuenta regresiva ---------- */
.cqs-nextdate {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 36px; align-items: center;
  background: var(--wp--preset--color--stage-2); border: 1px solid var(--cqs-line-strong);
  border-radius: 18px; padding: 36px; margin-top: 8px;
}
.cqs-nextdate__city {
  font-family: var(--wp--preset--font-family--grotesque); text-transform: uppercase;
  font-weight: 900; line-height: 1; font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--wp--preset--color--bone); margin: 10px 0 6px;
}
.cqs-nextdate__meta { color: var(--wp--preset--color--golden-bright); font-size: 0.98rem; }
.cqs-count { display: flex; gap: 12px; justify-content: flex-end; }
.cqs-count > div {
  background: var(--wp--preset--color--stage); border: 1px solid var(--cqs-line);
  border-radius: 12px; padding: 14px 10px; text-align: center; min-width: 72px;
}
.cqs-count b {
  display: block; font-family: var(--wp--preset--font-family--mono); font-variant-numeric: tabular-nums;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem); line-height: 1; color: var(--wp--preset--color--golden-bright);
}
.cqs-count span {
  font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--wp--preset--color--stage-dim); margin-top: 6px; display: block;
}

/* ---------- Agenda de shows ---------- */
.cqs-agenda { margin-top: 26px; display: flex; flex-direction: column; }
.cqs-show {
  display: flex; align-items: center; gap: 20px; padding: 18px 4px;
  border-bottom: 1px solid var(--cqs-line);
}
.cqs-show__date {
  font-family: var(--wp--preset--font-family--mono); font-size: 0.82rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--wp--preset--color--golden-bright); min-width: 108px; flex: none;
}
.cqs-show__where { flex: 1; min-width: 0; }
.cqs-show__city { font-family: var(--wp--preset--font-family--grotesque); text-transform: uppercase; font-weight: 700; color: var(--wp--preset--color--bone); }
.cqs-show__venue { font-size: 0.85rem; color: var(--wp--preset--color--stage-dim); }
.cqs-show__cta {
  flex: none; border: 1px solid var(--cqs-line-strong); border-radius: 100px; padding: 9px 18px;
  font-family: var(--wp--preset--font-family--mono); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--wp--preset--color--bone); transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cqs-show__cta:hover { background: var(--wp--preset--color--power-live); border-color: var(--wp--preset--color--power-live); color: #fff; }

/* ---------- Escúchanos (plataformas) ---------- */
.cqs-platforms { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cqs-platform {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--cqs-line-strong); border-radius: 100px; padding: 13px 24px;
  font-family: var(--wp--preset--font-family--mono); font-size: 0.8rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--wp--preset--color--bone);
  transition: transform 0.15s, border-color 0.2s, background 0.2s;
}
.cqs-platform:hover { transform: translateY(-3px); border-color: var(--wp--preset--color--golden-bright); background: rgba(183, 157, 117, 0.08); }
.cqs-platform svg { width: 20px; height: 20px; fill: var(--wp--preset--color--golden-bright); flex: none; }

@media (max-width: 781px) {
  .cqs-nextdate { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .cqs-count { justify-content: flex-start; }
  .cqs-show { flex-wrap: wrap; gap: 8px 16px; }
  .cqs-show__date { min-width: 90px; }
}
@media (max-width: 560px) {
  .cqs-form-grid { grid-template-columns: 1fr; }
}

/* ---------- Responsive UX ---------- */
@media (max-width: 781px) {
  .cqs-hero { padding-block: clamp(3rem, 9vw, 4.5rem) !important; }
  .cqs-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cqs-stat { border-left: 0; border-top: 1px solid var(--cqs-line-strong); }
  .cqs-stat:nth-child(-n+2) { border-top: 0; }
  .cqs-stat:last-child { grid-column: 1 / -1; }
  .cqs-platform { flex: 1 1 180px; justify-content: center; }
  .cqs-footer :where(a, p) { overflow-wrap: anywhere; }
}
@media (max-width: 560px) {
  .cqs-hero { min-height: calc(100svh - var(--cqs-header-height)) !important; }
  .cqs-hero-title { font-size: clamp(2.75rem, 15vw, 4.2rem) !important; }
  .cqs-hero-copy { font-size: 1rem !important; line-height: 1.55; }
  .cqs-badge {
    max-width: 100%; padding: 8px 12px; font-size: 0.67rem;
    letter-spacing: 0.1em; line-height: 1.35; white-space: normal;
  }
  .cqs-hero .wp-block-buttons { width: 100%; gap: 12px; }
  .cqs-hero .wp-block-button { width: 100%; }
  .cqs-hero .wp-block-button__link { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; }
  .cqs-hero-detail { display: grid; gap: 7px; font-size: .66rem; }
  .cqs-hero-detail span:not(:last-child)::after { display: none; }
  .cqs-brand-star--hero { width: 110px; right: -40px; bottom: 3%; }
  .cqs-stat__num { font-size: 1.85rem; }
  .cqs-stat__lbl { font-size: .68rem; letter-spacing: .1em; }
  .cqs-stat small { font-size: .61rem; letter-spacing: .05em; }
  .cqs-scrollcue { display: none; }
  .cqs-track { gap: 12px; padding: 15px 14px; }
  .cqs-track small { letter-spacing: 0.05em; }
  .cqs-count { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; width: 100%; }
  .cqs-count > div { min-width: 0; padding: 12px 5px; }
  .cqs-show__cta { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .cqs-platforms { gap: 8px; }
  .cqs-platform { flex-basis: calc(50% - 4px); min-height: 48px; padding: 11px 12px; font-size: 0.72rem; }
  .cqs-lightbox__btn { width: 44px; height: 44px; }
  .cqs-lb-close { top: 12px; right: 12px; }
  .cqs-lb-prev { left: 8px; }
  .cqs-lb-next { right: 8px; }
  .cqs-lb-img { max-width: calc(100vw - 24px); max-height: 78dvh; }
  .cqs-float-wa {
    right: 14px; bottom: calc(14px + env(safe-area-inset-bottom));
    width: 54px; height: 54px;
  }
  .cqs-float-wa svg { width: 28px; height: 28px; }
}

/* ===== UPGRADE PREMIUM ===== */
@keyframes cqs-kenburns { from { transform: scale(1.05); } to { transform: scale(1.18); } }
@keyframes cqs-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes cqs-rise-sm { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes cqs-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* Barra de progreso de scroll */
.cqs-scrollbar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200;
  background: linear-gradient(90deg, var(--wp--preset--color--power-live), var(--wp--preset--color--golden-bright));
  box-shadow: 0 0 12px rgba(183, 157, 117, 0.5);
}

/* Ken Burns en la foto del hero + entrada del contenido */
.cqs-hero .wp-block-cover__image-background { animation: cqs-kenburns 24s ease-in-out infinite alternate; }
.cqs-hero .cqs-badge { animation: cqs-rise-sm 0.7s 0.02s both; }
.cqs-hero-title { animation: cqs-rise 0.8s 0.18s both; }
.cqs-hero-copy, .cqs-hero-detail { animation: cqs-rise 0.8s 0.34s both; }
.cqs-hero .wp-block-buttons { animation: cqs-rise 0.8s 0.55s both; }

/* Indicador de scroll */
.cqs-scrollcue {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--wp--preset--color--stage-dim); font-family: var(--wp--preset--font-family--mono);
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; animation: cqs-rise 1s 1s both;
}
.cqs-scrollcue svg { width: 22px; height: 22px; fill: none; stroke: var(--wp--preset--color--golden-bright); stroke-width: 2; animation: cqs-bob 1.8s ease-in-out infinite; }

/* Brillo en botones primarios */
.wp-block-button:not(.is-style-outline) .wp-block-button__link { position: relative; overflow: hidden; }
.wp-block-button:not(.is-style-outline) .wp-block-button__link::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg); transition: left 0.6s; pointer-events: none;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover::after { left: 130%; }

/* Revelados escalonados en listas */
.cqs-reveal.is-in .cqs-track, .cqs-reveal.is-in .cqs-platform, .cqs-reveal.is-in .cqs-show { animation: cqs-rise-sm 0.55s both; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(1) { animation-delay: 0.03s; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(2) { animation-delay: 0.10s; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(3) { animation-delay: 0.17s; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(4) { animation-delay: 0.24s; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(5) { animation-delay: 0.31s; }
.cqs-reveal.is-in :is(.cqs-track, .cqs-platform, .cqs-show):nth-child(6) { animation-delay: 0.38s; }

/* Sección La Banda: composición editorial, sin carrusel automático. */
.cqs-banda { position: relative; overflow: hidden; isolation: isolate; color: var(--wp--preset--color--conqueror-night); }
.cqs-banda > * { position: relative; z-index: 2; }
.cqs-gold-section :where(h2, h3, p) { color: var(--wp--preset--color--conqueror-night); }
.cqs-band-portrait { position: relative; margin: 0; }
.cqs-band-portrait img { display: block; width: 100%; height: auto; border-radius: 2px; }
.cqs-band-portrait > span {
  position: absolute; right: -24px; bottom: -36px; color: var(--wp--preset--color--power-live);
  font-size: clamp(4rem, 10vw, 8rem); line-height: 1; transform: rotate(12deg);
}
.cqs-band-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.cqs-band-facts span { padding-top: 12px; border-top: 1px solid rgba(27,34,45,.32); font-size: .72rem; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }
.cqs-band-facts b { display: block; margin-bottom: 4px; font-size: 1.45rem; line-height: 1; }
.cqs-gold-section .is-style-outline .wp-block-button__link { border-color: var(--wp--preset--color--conqueror-night); color: var(--wp--preset--color--conqueror-night); }
@media (max-width: 781px) {
  .cqs-band-feature { gap: 40px !important; }
  .cqs-band-portrait { max-width: 620px; margin-inline: auto; }
}
@media (max-width: 520px) { .cqs-band-facts { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  .cqs-marquee__track { animation: none; }
  .cqs-badge::before { animation: none; }
  .cqs-reveal { opacity: 1; transform: none; }
  .cqs-float-wa::after { animation: none; }
  .cqs-hero .wp-block-cover__image-background,
  .cqs-hero-title, .cqs-hero-copy, .cqs-hero-detail, .cqs-hero .cqs-badge, .cqs-hero .wp-block-buttons,
  .cqs-scrollcue, .cqs-scrollcue svg,
  .cqs-reveal.is-in .cqs-track, .cqs-reveal.is-in .cqs-platform, .cqs-reveal.is-in .cqs-show { animation: none !important; }
  .cqs-stage::after { animation: none !important; }
  html { scroll-behavior: auto !important; }
}

/* ===== REFINAMIENTO VISUAL ===== */
/* Smooth scroll + anclas que respetan el header fijo */
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
:where(section[id], div[id]) { scroll-margin-top: 90px; }

/* Estrella escénica intencional en zonas oscuras. */
.cqs-stage:not(.cqs-hero)::after {
  content: ""; position: absolute; width: clamp(220px, 32vw, 520px); aspect-ratio: 1;
  right: -12%; top: -30%; z-index: 0; pointer-events: none; opacity: .055;
  background: var(--wp--preset--color--magic-blush);
  clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
}

/* Jerarquía de botones: outline consistente (borde/tinta dorada al hover) */
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--golden-bright);
  color: var(--wp--preset--color--golden-bright);
  background: transparent;
}

/* ---------- Videos en vivo (facade de playlists YouTube) ---------- */
.cqs-videos-intro { color: rgba(245, 240, 229, 0.72); font-size: clamp(0.95rem, 1.4vw, 1.08rem); }
.cqs-videos-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px);
  position: relative; z-index: 3; max-width: 980px; margin-inline: auto;
}
.cqs-video {
  position: relative; display: block; width: 100%; padding: 0; margin: 0; cursor: pointer;
  border: 1px solid var(--cqs-line); border-radius: 16px; overflow: hidden;
  background: var(--wp--preset--color--stage-2); aspect-ratio: 16 / 9;
  transition: border-color 0.2s, transform 0.18s, box-shadow 0.2s;
}
.cqs-video:hover { transform: translateY(-3px); border-color: var(--wp--preset--color--golden-bright); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4); }
.cqs-video img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s, opacity 0.3s; }
.cqs-video:hover img { transform: scale(1.05); opacity: 0.82; }
.cqs-video::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 14, 20, 0.18) 24%, rgba(9, 14, 20, 0.9) 100%);
}
.cqs-video__badge {
  position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px;
  background: rgba(13, 18, 24, 0.78); backdrop-filter: blur(8px); color: var(--wp--preset--color--bone);
  font-family: var(--wp--preset--font-family--mono); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.cqs-video__stack { color: var(--wp--preset--color--golden-bright); transform: rotate(-4deg); }
.cqs-video__play {
  position: absolute; z-index: 3; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; padding-left: 4px;
  background: rgba(211, 14, 49, 0.92); color: #fff; font-size: 1.3rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45); transition: transform 0.2s;
}
.cqs-video:hover .cqs-video__play { transform: scale(1.12); }
.cqs-video__t {
  position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 44px 20px 17px; text-align: left;
  font-family: var(--wp--preset--font-family--grotesque); font-weight: 700; text-transform: uppercase;
  font-size: clamp(0.82rem, 1.5vw, 1rem); letter-spacing: 0.02em; color: var(--wp--preset--color--bone);
}
.cqs-video.is-playing { cursor: default; }
.cqs-video.is-playing:hover { transform: none; }
.cqs-video.is-playing::before { display: none; }
.cqs-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 620px) {
  .cqs-videos-grid { grid-template-columns: 1fr; }
  .cqs-video__badge { top: 10px; left: 10px; }
}

/* ---------- Galería de fotos + lightbox ---------- */
.cqs-gallery { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 12px; position: relative; z-index: 3; width: min(1180px,calc(100% - 32px)); margin-inline: auto !important; }
.wp-block-gallery.cqs-gallery > .wp-block-image { width: auto !important; flex: none !important; }
.cqs-gallery > .wp-block-image { position: relative; padding: 0; margin: 0 !important; border: 1px solid var(--cqs-line); border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--wp--preset--color--stage-2); }
.cqs-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s, filter 0.3s; }
.cqs-gallery > .wp-block-image:hover img { transform: scale(1.06); filter: brightness(1.05); }
.cqs-gallery > .wp-block-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(transparent 55%, rgba(20, 25, 31, 0.45)); opacity: 0; transition: opacity 0.3s; }
.cqs-gallery > .wp-block-image:hover::after { opacity: 1; }
.cqs-gallery .wp-lightbox-container button:focus-visible { outline: 3px solid var(--wp--preset--color--magic-blush); outline-offset: 2px; }
@media (max-width: 640px) { .cqs-gallery { grid-template-columns: 1fr 1fr; gap: 8px; } }

.cqs-lightbox { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; background: rgba(10, 13, 17, 0.95); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cqs-lightbox.is-open { display: flex; }
.cqs-lb-img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.cqs-lightbox__btn { position: absolute; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background 0.2s; }
.cqs-lightbox__btn:hover { background: var(--wp--preset--color--power-live); border-color: var(--wp--preset--color--power-live); }
.cqs-lb-close { top: 20px; right: 20px; }
.cqs-lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.cqs-lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.cqs-lb-count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: var(--wp--preset--color--stage-dim); font-family: var(--wp--preset--font-family--mono); font-size: 0.75rem; letter-spacing: 0.1em; }

/* ---------- Preloader ---------- */
.cqs-preloader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  background: radial-gradient(circle at 50% 42%, #1b222d 0%, var(--wp--preset--color--stage) 72%);
  transition: opacity 0.5s ease, visibility 0.5s; animation: cqs-pl-out 0.6s ease 2.6s forwards;
}
.cqs-preloader img {
  width: min(300px, 74vw); height: auto;
  animation: cqs-pl 1.3s ease-in-out infinite alternate;
}
.cqs-preloader::after {
  content: ""; width: 130px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--wp--preset--color--golden-bright), transparent);
  background-size: 200% 100%; animation: cqs-load 1.1s linear infinite;
}
.cqs-preloader.is-hidden { opacity: 0; visibility: hidden; }
@keyframes cqs-pl { from { opacity: 0.6; transform: scale(0.98); } to { opacity: 1; transform: scale(1); } }
@keyframes cqs-load { 0% { background-position: 150% 0; } 100% { background-position: -150% 0; } }
@keyframes cqs-pl-out { to { opacity: 0; visibility: hidden; } }
@media (prefers-reduced-motion: reduce) { .cqs-preloader { display: none !important; } }

/* Las bases de lightbox/scrollcue se declaran al final; estos overrides deben ir despues. */
@media (max-width: 560px) {
  .cqs-scrollcue { display: none; }
  .cqs-lightbox__btn { width: 44px; height: 44px; }
  .cqs-lb-close { top: 12px; right: 12px; }
  .cqs-lb-prev { left: 8px; }
  .cqs-lb-next { right: 8px; }
  .cqs-lb-img { max-width: calc(100vw - 24px); max-height: 78dvh; }
}

/* ============================================================
   DIRECCIÓN DE ARTE PREMIUM · v1.3
   Movimiento cinematográfico, profundidad e interacción sin
   bloquear el scroll ni añadir dependencias pesadas.
   ============================================================ */
:root {
  --cqs-ease-out: cubic-bezier(.16, 1, .3, 1);
  --cqs-ease-show: cubic-bezier(.22, .8, .2, 1);
}

/* Hero: escena viva, capas de luz y titular por planos. */
.cqs-hero { --cqs-hero-x: 0px; --cqs-hero-y: 0px; }
.cqs-hero .wp-block-cover__inner-container { z-index: 3; }
.cqs-hero .wp-block-cover__image-background {
  animation: none;
  transform: translate3d(var(--cqs-hero-x), var(--cqs-hero-y), 0) scale(1.075);
  transition: transform 1.1s var(--cqs-ease-out);
  will-change: transform;
}
.cqs-hero::before {
  content: ""; position: absolute; z-index: 2; inset: -30% -10%; pointer-events: none;
  background: linear-gradient(112deg, transparent 35%, rgba(220,194,150,.12) 45%, rgba(255,255,255,.04) 49%, transparent 58%);
  transform: translateX(-42%) rotate(-4deg); animation: cqs-light-sweep 9s 1.2s ease-in-out infinite;
  mix-blend-mode: screen;
}
.cqs-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(circle at 64% 21%, rgba(255,255,255,.95) 0 2px, rgba(255,255,255,.22) 3px, transparent 14px),
    radial-gradient(circle at 87% 43%, rgba(243,152,158,.9) 0 2px, rgba(243,152,158,.18) 3px, transparent 13px),
    radial-gradient(circle at 45% 82%, rgba(220,194,150,.92) 0 2px, rgba(220,194,150,.18) 3px, transparent 12px);
  opacity: .8; animation: cqs-glint 4.6s ease-in-out infinite;
}
.cqs-hero-content { z-index: 4; }
.cqs-hero-title { animation: none; perspective: 800px; }
.cqs-title-line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.cqs-title-line > span {
  display: block; transform: translateY(112%) rotateX(-12deg); transform-origin: 50% 100%;
  animation: cqs-title-reveal .9s var(--cqs-ease-out) forwards;
}
.cqs-title-line:nth-child(2) > span { animation-delay: .1s; }
.cqs-title-line:nth-child(3) > span { animation-delay: .2s; }
.cqs-title-line--script { overflow: visible; margin-top: -.02em; }
.cqs-title-line--script .cqs-script { padding-inline: .06em .14em; color: var(--wp--preset--color--golden-bright); }
.cqs-hero .cqs-badge { animation: cqs-rise-sm .75s .05s both var(--cqs-ease-out); }
.cqs-hero-copy { animation: cqs-rise .85s .42s both var(--cqs-ease-out); }
.cqs-hero .wp-block-buttons { animation: cqs-rise .85s .54s both var(--cqs-ease-out); }
.cqs-hero-detail { animation: cqs-rise .85s .66s both var(--cqs-ease-out); }
.cqs-hero-ambient { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.cqs-hero-ambient span { position: absolute; display: block; border-radius: 50%; filter: blur(1px); }
.cqs-hero-ambient span:nth-child(1) { width: 7px; height: 7px; left: 64%; top: 21%; background: #fff; box-shadow: 0 0 24px 8px rgba(255,255,255,.42); animation: cqs-glint 3.8s ease-in-out infinite; }
.cqs-hero-ambient span:nth-child(2) { width: 5px; height: 5px; right: 13%; top: 43%; background: var(--wp--preset--color--magic-blush); box-shadow: 0 0 22px 7px rgba(243,152,158,.38); animation: cqs-glint 4.6s .8s ease-in-out infinite; }
.cqs-hero-ambient span:nth-child(3) { width: 4px; height: 4px; left: 45%; bottom: 18%; background: var(--wp--preset--color--golden-bright); box-shadow: 0 0 18px 6px rgba(220,194,150,.36); animation: cqs-glint 5.2s 1.4s ease-in-out infinite; }
.cqs-hero-rail {
  position: absolute; z-index: 4; right: -5.4rem; top: 50%; margin: 0;
  font-family: var(--wp--preset--font-family--mono); font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--wp--preset--color--golden-bright) !important; transform: rotate(90deg); transform-origin: center;
}

/* Showreel circular: el gesto comercial memorable del primer pantallazo. */
.cqs-showreel {
  position: absolute; z-index: 5; right: clamp(34px, 5vw, 82px); bottom: clamp(42px, 8vh, 86px);
  width: 126px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%;
  color: var(--wp--preset--color--bone) !important; text-decoration: none !important;
  background: rgba(20,25,31,.68); border: 1px solid rgba(220,194,150,.4);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 18px 55px rgba(0,0,0,.36), inset 0 0 0 9px rgba(255,255,255,.025);
  transition: transform .45s var(--cqs-ease-out), background .3s, border-color .3s;
}
.cqs-showreel::after { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(211,14,49,.5); border-radius: 50%; animation: cqs-showreel-pulse 2.8s ease-out infinite; }
.cqs-showreel__ring { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); animation: cqs-spin 13s linear infinite; overflow: visible; }
.cqs-showreel__ring text { fill: currentColor; font-family: var(--wp--preset--font-family--mono); font-size: 8px; letter-spacing: 1.45px; text-transform: uppercase; }
.cqs-showreel__play { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--wp--preset--color--power-live); box-shadow: 0 8px 24px rgba(211,14,49,.42); transition: transform .35s var(--cqs-ease-out); }
.cqs-showreel__play svg { width: 21px; height: 21px; fill: #fff; margin-left: 3px; }
.cqs-showreel:hover { transform: scale(1.07) rotate(-2deg); background: rgba(211,14,49,.86); border-color: var(--wp--preset--color--magic-blush); }
.cqs-showreel:hover .cqs-showreel__play { transform: scale(.9); background: var(--wp--preset--color--conqueror-night); }

/* Navegación y botones con respuesta física más refinada. */
.cqs-navbar .wp-block-navigation-item__content { position: relative; }
.cqs-navbar .wp-block-navigation-item__content::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 2px;
  background: var(--wp--preset--color--power-live); transform: scaleX(0); transform-origin: right;
  transition: transform .38s var(--cqs-ease-out);
}
.cqs-navbar .wp-block-navigation-item__content:hover::after,
.cqs-navbar .wp-block-navigation-item__content[aria-current="page"]::after,
.cqs-navbar .wp-block-navigation-item__content[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.wp-block-button__link, .cqs-form-submit { transition: transform .28s var(--cqs-ease-out), box-shadow .28s, background .28s, color .28s; }
.wp-block-button__link:hover, .cqs-form-submit:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.wp-block-button__link:active, .cqs-form-submit:active { transform: translateY(0) scale(.98); }

/* Entrada de escena: menos plantilla, más dirección editorial. */
.cqs-reveal {
  opacity: 0; filter: blur(7px); transform: translateY(44px) scale(.985); clip-path: inset(0 0 8% 0);
  transition: opacity .9s var(--cqs-ease-show), transform 1s var(--cqs-ease-out), filter .9s ease, clip-path 1s var(--cqs-ease-out);
}
.cqs-reveal.is-in { opacity: 1; filter: none; transform: none; clip-path: inset(0); }

/* Comunidad: tarjetas sensibles a la luz y números con presencia. */
.cqs-community {
  background-image: radial-gradient(circle at 12% 105%, rgba(211,14,49,.15), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.018), transparent 44%);
}
.cqs-community::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 0; width: min(1180px,82vw); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--wp--preset--color--golden-glow), transparent); opacity: .45; }
.cqs-stat {
  --cqs-card-x: 50%; --cqs-card-y: 50%; position: relative; overflow: hidden;
  background: radial-gradient(230px circle at var(--cqs-card-x) var(--cqs-card-y), rgba(220,194,150,.12), transparent 58%);
  transition: transform .45s var(--cqs-ease-out), background .2s, border-color .3s;
}
.cqs-stat::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 0; height: 2px; background: var(--wp--preset--color--power-live); transform: scaleX(0); transition: transform .4s var(--cqs-ease-out); }
.cqs-stat:hover { transform: translateY(-8px); background: radial-gradient(260px circle at var(--cqs-card-x) var(--cqs-card-y), rgba(220,194,150,.18), rgba(255,255,255,.025) 60%); }
.cqs-stat:hover::after { transform: scaleX(1); }

/* Discografía: cada canción se comporta como una pieza reproducible. */
.cqs-track { position: relative; min-height: 92px; overflow: hidden; padding: 20px 58px 20px 24px; border-radius: 0; box-shadow: 0 10px 28px rgba(27,34,45,.04); }
.cqs-track::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--wp--preset--color--power-live); transform: scaleY(0); transform-origin: bottom; transition: transform .4s var(--cqs-ease-out); }
.cqs-track::after { content: "▶"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--wp--preset--color--power-live); font-size: .8rem; transition: transform .35s var(--cqs-ease-out), color .3s; }
.cqs-track:hover { transform: translateY(-5px); border-color: rgba(211,14,49,.35); box-shadow: 0 18px 46px rgba(27,34,45,.13); }
.cqs-track:hover::before { transform: scaleY(1); }
.cqs-track:hover::after { transform: translate(5px,-50%); color: var(--wp--preset--color--conqueror-night); }
.cqs-track__num { align-self: stretch; display: grid; place-items: center; min-width: 34px; border-right: 1px solid rgba(27,34,45,.12); padding-right: 16px; }

/* Retrato de banda: marco escénico, etiqueta editorial y tilt progresivo. */
.cqs-band-portrait { --cqs-tilt-x: 0deg; --cqs-tilt-y: 0deg; transform-style: preserve-3d; transform: perspective(1000px) rotateX(var(--cqs-tilt-x)) rotateY(var(--cqs-tilt-y)); transition: transform .75s var(--cqs-ease-out); }
.cqs-banda > .cqs-brand-star { position: absolute; z-index: 1; }
.cqs-band-portrait::before { content: ""; position: absolute; z-index: -1; inset: 24px -18px -18px 22px; border: 1px solid rgba(27,34,45,.36); background: rgba(211,14,49,.1); }
.cqs-band-portrait img { clip-path: polygon(0 0, 91% 0, 100% 9%, 100% 100%, 0 100%); box-shadow: 0 28px 70px rgba(27,34,45,.22); }
.cqs-band-portrait figcaption { position: absolute; left: -18px; bottom: 26px; min-width: 166px; padding: 14px 18px; background: var(--wp--preset--color--power-live); color: #fff; text-transform: uppercase; box-shadow: 0 14px 34px rgba(27,34,45,.2); transform: translateZ(34px); }
.cqs-band-portrait figcaption b,.cqs-band-portrait figcaption small { display: block; }
.cqs-band-portrait figcaption b { font-size: .78rem; letter-spacing: .14em; }
.cqs-band-portrait figcaption small { margin-top: 3px; font-family: var(--wp--preset--font-family--mono); font-size: .6rem; letter-spacing: .12em; color: #fff; }
.cqs-band-portrait > i { position: absolute; right: -18px; top: 24px; width: 68px; height: 68px; border-top: 2px solid var(--wp--preset--color--power-live); border-right: 2px solid var(--wp--preset--color--power-live); }

/* Marca Perú, videos, galería y formulario con profundidad controlada. */
.cqs-seal { animation: cqs-seal-float 6s ease-in-out infinite; }
.cqs-video { --cqs-tilt-x: 0deg; --cqs-tilt-y: 0deg; transform: perspective(900px) rotateX(var(--cqs-tilt-x)) rotateY(var(--cqs-tilt-y)); transition: transform .55s var(--cqs-ease-out), border-color .3s, box-shadow .3s; }
.cqs-video:hover { transform: perspective(900px) rotateX(var(--cqs-tilt-x)) rotateY(var(--cqs-tilt-y)) translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,.48); }
.cqs-video__play::after { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; animation: cqs-showreel-pulse 2.2s ease-out infinite; }
.cqs-gallery { gap: clamp(8px,1.3vw,18px); }
.cqs-gallery > .wp-block-image { border-radius: 0; transition: transform .55s var(--cqs-ease-out), box-shadow .4s; }
.cqs-gallery > .wp-block-image:nth-child(2), .cqs-gallery > .wp-block-image:nth-child(5) { transform: translateY(22px); }
.cqs-gallery > .wp-block-image:hover { transform: translateY(-7px) rotate(.35deg); box-shadow: 0 24px 50px rgba(27,34,45,.22); z-index: 2; }
.cqs-gallery > .wp-block-image:nth-child(2):hover, .cqs-gallery > .wp-block-image:nth-child(5):hover { transform: translateY(15px) rotate(-.35deg); }
.cqs-quote-form { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.cqs-quote-form::before { content: ""; position: absolute; left: 0; top: 0; width: 42%; height: 2px; background: linear-gradient(90deg, var(--wp--preset--color--power-live), var(--wp--preset--color--golden-bright), transparent); }
.cqs-quote-form :where(input,select,textarea) { transition: border-color .25s, background .25s, box-shadow .25s, transform .25s; }
.cqs-quote-form :where(input,select,textarea):focus { background: #202936; box-shadow: 0 0 0 4px rgba(243,152,158,.08); transform: translateY(-1px); }

/* Entrada tipo telón. El logo conserva sus proporciones y colores. */
.cqs-preloader { background: var(--wp--preset--color--stage); transition: opacity .35s .55s ease, visibility .35s .55s; animation: none; }
.cqs-preloader::before,.cqs-preloader::after { content: ""; position: absolute; top: 0; bottom: 0; width: 51%; z-index: 1; background: linear-gradient(135deg, #11161d, var(--wp--preset--color--conqueror-night)); transition: transform .7s var(--cqs-ease-out); }
.cqs-preloader::before { left: 0; border-right: 1px solid rgba(220,194,150,.18); }
.cqs-preloader::after { right: 0; border-left: 1px solid rgba(220,194,150,.18); }
.cqs-preloader img { position: relative; z-index: 3; animation: cqs-logo-intro 1s var(--cqs-ease-out) both; }
.cqs-preloader.is-hidden::before { transform: translateX(-102%); }
.cqs-preloader.is-hidden::after { transform: translateX(102%); }

@keyframes cqs-title-reveal { to { transform: translateY(0) rotateX(0); } }
@keyframes cqs-light-sweep { 0%,24% { transform: translateX(-44%) rotate(-4deg); opacity: 0; } 38% { opacity: 1; } 58%,100% { transform: translateX(58%) rotate(-4deg); opacity: 0; } }
@keyframes cqs-glint { 0%,100% { opacity: .25; transform: scale(.55); } 45% { opacity: 1; transform: scale(1.25); } }
@keyframes cqs-spin { to { transform: rotate(360deg); } }
@keyframes cqs-showreel-pulse { 0% { opacity: .65; transform: scale(.9); } 75%,100% { opacity: 0; transform: scale(1.18); } }
@keyframes cqs-seal-float { 0%,100% { transform: translateY(0) rotate(-.35deg); } 50% { transform: translateY(-10px) rotate(.35deg); } }
@keyframes cqs-logo-intro { from { opacity: 0; transform: scale(.9); clip-path: inset(0 50%); } to { opacity: 1; transform: scale(1); clip-path: inset(0); } }

@media (max-width: 1023px) { .cqs-showreel { display: none; } }
@media (max-width: 781px) {
  .cqs-hero-rail { display: none; }
  .cqs-gallery > .wp-block-image:nth-child(2),.cqs-gallery > .wp-block-image:nth-child(5),.cqs-gallery > .wp-block-image:nth-child(2):hover,.cqs-gallery > .wp-block-image:nth-child(5):hover { transform: none; }
  .cqs-band-portrait figcaption { left: 12px; bottom: 18px; }
}
@media (max-width: 560px) {
  .cqs-hero-title { font-size: clamp(2.45rem, 13vw, 3.45rem) !important; }
  .cqs-title-line--script { margin-top: .02em; }
  .cqs-track { min-height: 82px; padding: 15px 44px 15px 14px; }
  .cqs-track::after { right: 15px; }
  .cqs-band-portrait::before { inset: 14px -8px -10px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .cqs-hero::before,.cqs-hero::after,.cqs-showreel::after,.cqs-showreel__ring,.cqs-video__play::after,.cqs-seal { animation: none !important; }
  .cqs-title-line > span { animation: none !important; transform: none !important; }
  .cqs-hero .wp-block-cover__image-background,.cqs-band-portrait,.cqs-video { transform: none !important; transition: none !important; }
  .cqs-reveal { opacity: 1; filter: none; transform: none; clip-path: none; }
  .cqs-preloader { display: none !important; }
}

/* ============================================================
   COMUNIDAD + ORQUESTA · RECONSTRUCCIÓN EDITORIAL v1.5
   ============================================================ */

:where(section[id], div[id]) { scroll-margin-top: calc(var(--cqs-header-height) + 24px); }
body.admin-bar :where(section[id], div[id]) { scroll-margin-top: calc(var(--cqs-header-height) + 56px); }

/* Comunidad: retícula amplia 3 + 2; las cifras nunca se recortan. */
.cqs-community {
  padding-inline: clamp(16px, 4vw, 40px) !important;
  background: radial-gradient(circle at 8% 110%, rgba(211,14,49,.16), transparent 30%), linear-gradient(135deg, #1b222d 0%, #151a21 100%) !important;
}
.cqs-community::after { display: none !important; }
.cqs-community-title { max-width: 780px; margin-inline: auto; text-wrap: balance; }
.cqs-stats {
  width: min(1180px, 100%) !important; max-width: 1180px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.6vw, 20px) !important;
}
.cqs-stat {
  grid-column: auto; min-height: 230px;
	padding: clamp(18px, 1.6vw, 24px) !important;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  text-align: left; border: 1px solid rgba(220,194,150,.18) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)) !important;
  overflow: hidden;
}
.cqs-stat__top {
  position: absolute; inset: 20px 20px auto; display: flex; justify-content: space-between;
  font-family: var(--wp--preset--font-family--mono); font-size: .66rem; letter-spacing: .14em;
  color: var(--wp--preset--color--stage-dim);
}
.cqs-stat__top span:last-child { font-size: 1rem; transition: transform .35s var(--cqs-ease-out), color .3s; }
.cqs-stat__num {
  max-width: 100%; margin-bottom: .7rem; white-space: nowrap;
  font-size: clamp(2.15rem, 2.8vw, 3.1rem); letter-spacing: -.065em;
}
.cqs-stat__lbl { font-size: .78rem; }
.cqs-stat small { color: var(--wp--preset--color--stage-dim); }
.cqs-stat:hover { transform: translateY(-6px); border-color: rgba(220,194,150,.5) !important; }
.cqs-stat:hover .cqs-stat__top span:last-child { transform: translate(3px,-3px); color: var(--wp--preset--color--power-live); }
.cqs-stats-note { max-width: 620px; margin-inline: auto; }

/* Orquesta: fondo escénico y fotografía integrada, sin apariencia de flyer. */
.cqs-band-section {
  padding-inline: clamp(16px, 4vw, 40px) !important;
  color: var(--wp--preset--color--bone);
  background: radial-gradient(circle at 82% 45%, rgba(183,157,117,.16), transparent 32%), linear-gradient(112deg, #11161c 0%, #1b222d 58%, #14191f 100%) !important;
  border-top: 1px solid rgba(220,194,150,.18);
}
.cqs-band-section::before {
  content: "1996 — 2026"; position: absolute; z-index: 0;
  left: clamp(18px, 4vw, 64px); bottom: 20px;
  font-family: var(--wp--preset--font-family--mono); font-size: clamp(2.8rem, 9vw, 8rem);
  font-weight: 700; letter-spacing: -.07em; color: rgba(242,236,225,.025); pointer-events: none;
}
.cqs-band-feature { width: min(1180px, 100%) !important; max-width: 1180px !important; }
.cqs-band-section :where(h2, p) { color: var(--wp--preset--color--bone); }
.cqs-band-section .cqs-eyebrow { color: var(--wp--preset--color--golden-bright); }
.cqs-band-section h2 { max-width: 620px; font-size: clamp(2.8rem, 5.2vw, 5.5rem); line-height: .9; text-wrap: balance; }
.cqs-band-section h2 .cqs-script { display: block; margin-top: .12em; font-size: .8em; line-height: 1; }
.cqs-band-lead { max-width: 590px; margin-top: clamp(24px, 3vw, 38px); line-height: 1.55; font-weight: 650; }
.cqs-band-copy { max-width: 570px; color: rgba(242,236,225,.72) !important; }
.cqs-band-facts { gap: 0; margin-top: clamp(28px, 4vw, 42px); border-block: 1px solid rgba(220,194,150,.22); }
.cqs-band-facts span { min-height: 94px; padding: 18px 16px 16px 0; border: 0; color: rgba(242,236,225,.68); }
.cqs-band-facts span + span { padding-left: 18px; border-left: 1px solid rgba(220,194,150,.22); }
.cqs-band-facts b { color: var(--wp--preset--color--golden-bright); font-size: clamp(1.6rem, 2.5vw, 2.25rem); }
.cqs-band-section .is-style-outline .wp-block-button__link { border-color: rgba(242,236,225,.7); color: var(--wp--preset--color--bone); }
.cqs-band-portrait {
  aspect-ratio: 4 / 5; overflow: hidden; border: 0; margin: 0;
  background: #14191f; box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.cqs-band-portrait::before { display: none; }
.cqs-band-portrait::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(20,25,31,.92) 94%);
  border: 1px solid rgba(220,194,150,.18);
}
.cqs-band-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; clip-path: none; box-shadow: none; }
.cqs-band-portrait figcaption {
  z-index: 2; left: clamp(18px, 3vw, 32px); right: clamp(18px, 3vw, 32px); bottom: clamp(18px, 3vw, 28px);
  min-width: 0; padding: 0; display: flex; align-items: end; justify-content: space-between; gap: 20px;
  background: transparent; box-shadow: none; transform: translateZ(24px); color: var(--wp--preset--color--bone);
}
.cqs-band-portrait figcaption b { color: var(--wp--preset--color--golden-bright); }
.cqs-band-portrait figcaption small { max-width: 190px; margin: 0; text-align: right; color: rgba(242,236,225,.68); }
.cqs-band-portrait > span,.cqs-band-portrait > i { display: none !important; }

@media (max-width: 1180px) and (min-width: 901px) {
  .cqs-stats { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .cqs-stat { grid-column: span 2; min-height: 220px; padding: clamp(20px, 2.4vw, 28px) !important; }
  .cqs-stat:nth-child(4) { grid-column: 2 / span 2; }
  .cqs-stat:nth-child(5) { grid-column: 4 / span 2; }
  .cqs-stat__num { font-size: clamp(2.35rem, 4vw, 3.55rem); }
}
@media (max-width: 900px) {
  .cqs-stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .cqs-stat,.cqs-stat:nth-child(4),.cqs-stat:nth-child(5) { grid-column: auto; }
  .cqs-stat:last-child { grid-column: 1 / -1; }
}
@media (max-width: 781px) {
  .cqs-band-feature { gap: clamp(36px, 8vw, 60px) !important; }
  .cqs-band-section h2 { font-size: clamp(2.75rem, 11vw, 4.6rem); }
  .cqs-band-portrait { width: min(100%, 560px); margin-inline: auto; }
}
@media (max-width: 560px) {
  .cqs-community,.cqs-band-section { padding-inline: 16px !important; }
  .cqs-community-title { font-size: clamp(2rem, 10vw, 2.75rem); }
  .cqs-stats { grid-template-columns: 1fr !important; }
  .cqs-stat,.cqs-stat:last-child { grid-column: auto; min-height: 174px; }
  .cqs-stat__num { font-size: clamp(2.65rem, 15vw, 3.6rem); }
  .cqs-band-facts { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .cqs-band-facts span { min-width: 0; padding: 14px 8px 14px 0; font-size: .58rem; }
  .cqs-band-facts span + span { padding-left: 10px; }
  .cqs-band-portrait figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cqs-band-portrait figcaption small { text-align: left; }
}

/* ============================================================
   AJUSTES APROBADOS · v1.6
   ============================================================ */

/* Navegación dorada con contraste correcto y sello provisional Marca Perú. */
.cqs-navbar {
  background: linear-gradient(105deg, rgba(255,255,255,.15), transparent 38%), var(--wp--preset--color--golden-glow) !important;
  border-color: rgba(27,34,45,.26);
  color: var(--wp--preset--color--conqueror-night);
  box-shadow: 0 18px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22);
}
.cqs-navbar:hover { border-color: rgba(27,34,45,.42); }
.cqs-logo { position: relative; width: 124px; height: 48px; overflow: hidden; }
.cqs-logo::after { display: none; }
.cqs-logo img { position: absolute; width: 150px; max-width: none; height: auto; left: -13px; top: -18px; }
.cqs-navbar > .wp-block-navigation { --wp--preset--color--bone: var(--wp--preset--color--conqueror-night); color: var(--wp--preset--color--conqueror-night); }
.cqs-navbar .wp-block-navigation a:hover,.cqs-navbar .wp-block-navigation a:focus-visible { color: var(--wp--preset--color--power-live); }
.cqs-navbar .wp-block-navigation__responsive-container-open { color: var(--wp--preset--color--conqueror-night); }
.cqs-nav-peru {
  position: relative; flex: none; width: 112px; height: 60px; overflow: hidden;
  display: block; line-height: 0; opacity: .82; transition: opacity .3s, transform .3s var(--cqs-ease-out);
}
.cqs-nav-peru img {
  position: absolute; width: 130px; max-width: none; height: auto; left: -9px; top: -12px;
  filter: brightness(0) saturate(100%); display: block;
}
.cqs-nav-peru:hover { opacity: 1; transform: translateY(-2px); }

/* Marca Perú: ancho editorial y estrella de cuatro puntas según el manual. */
.cqs-brand-red__content { width: min(1180px, 100%) !important; max-width: 1180px !important; }
.cqs-brand-red .cqs-seal { max-width: 470px; margin-left: auto; }

/* Iconografía social: logotipos vectoriales con un sistema visual común. */
.cqs-stat__brand {
  display: grid; flex: none; width: 50px; height: 50px; place-items: center;
  border: 1px solid rgba(220, 194, 150, .34); border-radius: 15px;
  background: linear-gradient(145deg, rgba(220, 194, 150, .16), rgba(220, 194, 150, .045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.16);
  transition: transform .35s var(--cqs-ease-out), background .3s, border-color .3s;
}
.cqs-stat__icon { width: 27px; height: 27px; display: block; fill: var(--wp--preset--color--golden-bright); transition: fill .3s, transform .35s var(--cqs-ease-out); }
.cqs-stat__arrow { align-self: flex-start; padding-top: 4px; }
.cqs-stat:hover .cqs-stat__brand {
  transform: translateY(-3px) rotate(-3deg); border-color: rgba(211, 14, 49, .7);
  background: linear-gradient(145deg, rgba(211,14,49,.94), rgba(157,7,34,.92));
}
.cqs-stat:hover .cqs-stat__icon { fill: var(--wp--preset--color--bone); transform: scale(1.06); }
.cqs-stat--tiktok .cqs-stat__icon { transform: translate(1px, -1px); }
.cqs-stat--facebook .cqs-stat__icon { width: 29px; height: 29px; }
.cqs-stat--youtube .cqs-stat__icon { width: 30px; height: 30px; }
@media (max-width: 560px) {
  .cqs-stat__top { inset: 18px 18px auto; }
  .cqs-stat__brand { width: 48px; height: 48px; border-radius: 13px; }
  .cqs-stat__icon { width: 26px; height: 26px; }
  .cqs-stat--facebook .cqs-stat__icon,.cqs-stat--youtube .cqs-stat__icon { width: 28px; height: 28px; }
  .cqs-stat,.cqs-stat:last-child { min-height: 190px; }
}
/* El asistente externo de Hostinger se retira para evitar duplicar y cubrir el WhatsApp oficial. */
.kodee-fab { display: none !important; }
.cqs-booking-contacts a { color: var(--wp--preset--color--bone); }
.cqs-booking-contacts strong { color: var(--wp--preset--color--golden-bright); letter-spacing: .06em; text-transform: uppercase; }
.cqs-footer-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 1.25rem;
  color: var(--wp--preset--color--golden-glow); font-family: var(--wp--preset--font-family--mono);
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.cqs-footer-meta p { margin: 0; }
.cqs-footer-meta a {
  color: var(--wp--preset--color--bone); font-weight: 700; text-decoration: none;
  border-bottom: 1px solid rgba(230, 200, 143, 0.55); transition: color .2s, border-color .2s;
}
.cqs-footer-meta a:hover { color: var(--wp--preset--color--golden-bright); border-color: currentColor; }
@media (max-width: 620px) {
  .cqs-footer-meta { flex-direction: column; text-align: center; line-height: 1.6; }
}

/* Footer editorial: marca, conversión y contactos claramente separados. */
.cqs-footer--premium {
  position: relative; overflow: hidden; padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 40px) 28px !important;
  color: var(--wp--preset--color--bone);
  background: radial-gradient(circle at 92% 8%, rgba(211,14,49,.12), transparent 30%), linear-gradient(135deg, #171d25 0%, #232c39 100%) !important;
}
.cqs-footer--premium::after {
  content: ""; position: absolute; right: -90px; bottom: -130px; width: 340px; height: 340px;
  border: 1px solid rgba(220,194,150,.09); border-radius: 50%; box-shadow: 0 0 0 44px rgba(220,194,150,.025), 0 0 0 88px rgba(220,194,150,.018);
  pointer-events: none;
}
.cqs-footer__inner {
  position: relative; z-index: 2; width: min(1240px, 100%); max-width: 1240px !important; margin-inline: auto;
}
.cqs-footer-cta {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(24px, 5vw, 64px);
  padding: clamp(26px, 4vw, 44px); margin-bottom: clamp(38px, 6vw, 66px);
  border: 1px solid rgba(220,194,150,.25); border-radius: 18px;
  background: linear-gradient(110deg, rgba(211,14,49,.94), rgba(151,7,31,.9));
  box-shadow: 0 24px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
.cqs-footer-kicker {
  margin: 0 0 9px; color: var(--wp--preset--color--golden-bright);
  font-family: var(--wp--preset--font-family--mono); font-size: .67rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
}
.cqs-footer-cta .cqs-footer-kicker { color: rgba(255,255,255,.72); }
.cqs-footer-cta h2 {
  max-width: 720px; margin: 0; color: var(--wp--preset--color--bone);
  font-size: clamp(2rem, 4.2vw, 4.1rem); line-height: .94; text-wrap: balance;
}
.cqs-footer-cta__button {
  display: inline-flex; flex: none; align-items: center; justify-content: center; gap: 14px; min-height: 54px;
  padding: 15px 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px;
  color: var(--wp--preset--color--conqueror-night) !important; background: var(--wp--preset--color--golden-bright);
  font-family: var(--wp--preset--font-family--mono); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.2); transition: transform .3s var(--cqs-ease-out), background .25s;
}
.cqs-footer-cta__button:hover { transform: translateY(-3px); background: var(--wp--preset--color--bone); }
.cqs-footer-grid {
  display: grid; grid-template-columns: minmax(280px,1.15fr) repeat(3,minmax(190px,1fr));
  gap: clamp(24px, 3vw, 44px); align-items: start;
}
.cqs-footer-logo { display: inline-flex; width: min(230px, 78%); line-height: 0; }
.cqs-footer-logo img { display: block; width: 100%; height: auto; }
.cqs-footer-brand > p {
  max-width: 390px; margin: 22px 0 24px; color: rgba(242,236,225,.7);
  font-size: .94rem; line-height: 1.65;
}
.cqs-footer-socials { gap: 9px; }
.cqs-footer-socials a { width: 42px; height: 42px; border-color: rgba(220,194,150,.22); }
.cqs-footer-contact { min-width: 0; padding-top: 7px; }
.cqs-footer-contact h3 {
  margin: 0 0 22px; color: var(--wp--preset--color--bone);
  font-size: clamp(1.08rem, 1.35vw, 1.34rem); line-height: 1.05; text-transform: uppercase;
  white-space: nowrap;
}
.cqs-footer-contact a {
  display: block; color: rgba(242,236,225,.76) !important; text-decoration: none !important;
  transition: color .2s;
}
.cqs-footer-contact a:hover { color: var(--wp--preset--color--golden-bright) !important; }
.cqs-footer-contact__phone {
  margin-bottom: 13px; color: var(--wp--preset--color--golden-bright) !important;
  font-family: var(--wp--preset--font-family--mono); font-size: .82rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap;
}
.cqs-footer-contact__phone span { color: var(--wp--preset--color--power-live); }
.cqs-footer-contact__email { font-size: .76rem; line-height: 1.55; overflow-wrap: normal; word-break: normal; }
.cqs-footer--premium .cqs-footer-meta {
  margin-top: clamp(42px, 6vw, 70px); padding-top: 22px; border-top: 1px solid rgba(220,194,150,.16);
}
@media (max-width: 1050px) {
  .cqs-footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cqs-footer-brand { grid-column: 1 / -1; }
  .cqs-footer-brand > p { max-width: 560px; }
}
@media (max-width: 900px) {
  .cqs-footer-cta { align-items: stretch; flex-direction: column; }
  .cqs-footer-cta__button { width: 100%; }
}
@media (max-width: 781px) {
  .cqs-footer-grid { grid-template-columns: 1fr 1fr; }
  .cqs-footer-brand { grid-column: 1 / -1; }
  .cqs-footer-brand > p { max-width: 560px; }
  .cqs-footer-contact:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .cqs-footer--premium { padding-inline: 16px !important; }
  .cqs-footer-cta { border-radius: 13px; padding: 24px 20px; }
  .cqs-footer-cta h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .cqs-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .cqs-footer-brand,.cqs-footer-contact:last-child { grid-column: auto; }
  .cqs-footer-contact { padding-top: 25px; border-top: 1px solid rgba(220,194,150,.14); }
  .cqs-footer-contact h3 { margin-bottom: 16px; }
}

@media (max-width: 781px) {
  .cqs-nav-peru { display: none; }
  .cqs-logo { width: 105px; height: 41px; }
  .cqs-logo img { width: 128px; left: -11px; top: -16px; }
  .cqs-brand-red .cqs-seal { margin-inline: auto; }
}
@media (max-width: 560px) {
  .cqs-stat__icon { width: 40px; height: 40px; }
  .cqs-brand-red::before { left: -28vw; top: -5vw; width: 90vw; }
}

/* Menú móvil: panel independiente, legible y sin desbordes. */
@media (max-width: 900px) {
  html { scroll-padding-top: calc(var(--cqs-header-height) + 18px); }
  .cqs-header {
    background: var(--wp--preset--color--stage) !important;
    box-shadow: 0 1px 0 rgba(220, 194, 150, .12);
  }
  .cqs-stage[id] { scroll-margin-top: calc(var(--cqs-header-height) + 18px); }
  .cqs-navbar .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-open {
    display: grid !important; flex: none; width: 46px; height: 46px; padding: 11px;
    place-items: center; border: 1px solid rgba(27, 34, 45, .22); border-radius: 50%;
    background: rgba(255, 255, 255, .16); color: var(--wp--preset--color--conqueror-night) !important;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-open svg,
  .cqs-navbar .wp-block-navigation__responsive-container-close svg { width: 24px; height: 24px; }
  .cqs-navbar .wp-block-navigation__responsive-container.is-menu-open {
    --wp--preset--color--bone: #f2ece1;
    display: flex !important; position: fixed; inset: 0; z-index: 100000;
    width: 100%; height: 100dvh; min-height: 100%; overflow-y: auto;
    padding: max(22px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    background: radial-gradient(circle at 82% 12%, rgba(211, 14, 49, .18), transparent 32%), var(--wp--preset--color--stage) !important;
    color: var(--wp--preset--color--bone) !important;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-close {
    position: fixed; top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right));
    z-index: 2; display: grid; width: 46px; height: 46px; padding: 10px; place-items: center;
    border: 1px solid rgba(242, 236, 225, .24); border-radius: 50%;
    background: rgba(255, 255, 255, .07); color: var(--wp--preset--color--bone) !important;
  }
  .cqs-navbar .wp-block-navigation__responsive-close,
  .cqs-navbar .wp-block-navigation__responsive-dialog {
    width: 100%; min-height: 100%;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-content {
    box-sizing: border-box; display: flex; flex-direction: column; align-items: stretch !important;
    justify-content: center !important; width: min(100%, 520px); min-height: 100%; margin: auto;
    padding: 82px 4px 34px !important;
  }
  .cqs-navbar .wp-block-navigation__responsive-container-content::before {
    content: ""; display: block; flex: none; width: clamp(150px, 48vw, 205px); height: 74px;
    margin: 0 auto clamp(28px, 8vh, 54px); background: url("../img/logo-light.webp") center / contain no-repeat;
  }
  .cqs-navbar .wp-block-navigation__responsive-dialog,
  .cqs-navbar .wp-block-navigation__responsive-container-content,
  .cqs-navbar .wp-block-navigation__container { width: 100%; }
  .cqs-navbar .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
    --wp--preset--color--bone: #f2ece1 !important;
    color: #f2ece1 !important;
  }
  .cqs-navbar .wp-block-navigation__container {
    display: flex !important; flex-direction: column !important; align-items: stretch !important;
    justify-content: center !important; gap: 0 !important; margin: 0; padding: 0; list-style: none;
  }
  .cqs-navbar .wp-block-navigation-item { width: 100%; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(220, 194, 150, .18); }
  .cqs-navbar .wp-block-navigation-item:last-child { border-bottom: 1px solid rgba(220, 194, 150, .18); }
  .cqs-navbar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    box-sizing: border-box; display: flex; justify-content: space-between; width: 100%; min-height: 62px;
    padding: 16px 4px; color: #f2ece1 !important; -webkit-text-fill-color: #f2ece1 !important; opacity: 1 !important;
    font-size: clamp(1.08rem, 5vw, 1.35rem); font-weight: 800; line-height: 1.15; letter-spacing: .06em; text-decoration: none;
  }
  .cqs-navbar .wp-block-navigation-item__content::after {
    position: static; flex: none; width: 8px; height: 8px; margin-left: 16px; border-radius: 50%;
    background: var(--wp--preset--color--power-live); transform: none !important;
  }
  .cqs-navbar .wp-block-navigation-item__content:hover,
  .cqs-navbar .wp-block-navigation-item__content:focus-visible {
    color: var(--wp--preset--color--golden-bright) !important;
    -webkit-text-fill-color: var(--wp--preset--color--golden-bright) !important;
  }
  html.has-modal-open .cqs-float-wa { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
}

@media (max-width: 380px) {
  .cqs-header { padding-inline: 7px; }
  .cqs-navbar { padding-left: 12px !important; padding-right: 7px !important; }
  .cqs-navbar .wp-block-navigation__responsive-container-content { padding-top: 70px !important; }
  .cqs-navbar .wp-block-navigation__responsive-container-content::before { height: 60px; margin-bottom: 22px; }
  .cqs-navbar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content { min-height: 56px; }
}

/* ---------- Discografía editorial 1.8 ---------- */
.cqs-discography-section { position: relative; overflow: hidden; }
.cqs-discography-section::before {
  content: ""; position: absolute; z-index: 0; left: -135px; top: 110px; width: clamp(360px, 38vw, 620px); aspect-ratio: 1;
  background: var(--wp--preset--color--power-live); opacity: .13; transform: rotate(9deg);
  clip-path: polygon(50% 0, 58% 40%, 100% 50%, 58% 60%, 50% 100%, 42% 60%, 0 50%, 42% 40%);
  pointer-events: none;
}
.cqs-discography-section > * { position: relative; z-index: 2; }
.cqs-discography-layout {
  display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.72fr);
  gap: clamp(38px, 6vw, 88px); align-items: center; width: min(1180px, 100%); margin-inline: auto;
}
.cqs-discography-visual { position: relative; min-height: 380px; display: grid; place-items: center; isolation: isolate; }
.cqs-discography-star {
  position: absolute; z-index: -1; width: min(355px, 88%); aspect-ratio: 1; background: var(--wp--preset--color--power-live);
  clip-path: polygon(50% 0, 58% 40%, 100% 50%, 58% 60%, 50% 100%, 42% 60%, 0 50%, 42% 40%);
  transform: rotate(-10deg); filter: drop-shadow(0 20px 24px rgba(135, 7, 28, .18));
}
.cqs-vinyl-record {
  position: relative; width: min(292px, 76vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 4%, #c40b2e 4.5% 16%, #dcbf8a 16.5% 17.5%, #161a20 18% 21%, transparent 21.5%),
    repeating-radial-gradient(circle, #12161b 0 3px, #272d35 4px 5px, #101419 6px 8px);
  border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 58px rgba(27,34,45,.32), inset 0 0 0 1px rgba(255,255,255,.06);
  transform: rotate(-7deg); transition: transform .75s var(--cqs-ease-out), box-shadow .5s;
}
.cqs-vinyl-record::after { content: ""; position: absolute; inset: 7%; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 13px rgba(255,255,255,.018), 0 0 0 28px rgba(255,255,255,.014); }
.cqs-discography-visual:hover .cqs-vinyl-record { transform: rotate(7deg) scale(1.025); box-shadow: 0 34px 70px rgba(27,34,45,.4); }
.cqs-vinyl-label { position: relative; z-index: 2; width: 31%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--wp--preset--color--power-live); overflow: hidden; }
.cqs-vinyl-label img { width: 84%; height: auto; }
.cqs-discography-visual > p {
  position: absolute; z-index: 3; right: 2%; bottom: 4%; margin: 0; padding: 12px 15px;
  color: var(--wp--preset--color--bone); background: var(--wp--preset--color--conqueror-night); box-shadow: 10px 10px 0 rgba(211,14,49,.2);
  font-family: var(--wp--preset--font-family--mono); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase;
}
.cqs-discography-visual > p strong,.cqs-discography-visual > p span { display: block; }
.cqs-discography-visual > p strong { margin-bottom: 3px; color: var(--wp--preset--color--golden-bright); font-size: .82rem; }
.cqs-discography-tracks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.cqs-discography-tracks .cqs-track { min-height: 88px; text-decoration: none !important; }
.cqs-discography-tracks .cqs-track :where(strong,small,.cqs-track__num) { text-decoration: none !important; }
.cqs-discography-listen {
  width: min(980px, 100%); margin: clamp(42px, 6vw, 70px) auto 0; padding-top: clamp(24px, 4vw, 36px);
  border-top: 1px solid rgba(27,34,45,.17); text-align: center;
}
.cqs-discography-listen > p {
  margin: 0 0 20px; color: var(--wp--preset--color--conqueror-night); font-family: var(--wp--preset--font-family--grotesque);
  font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 900; text-transform: uppercase;
}
.cqs-discography-platforms .cqs-platform { color: var(--wp--preset--color--conqueror-night); border-color: rgba(27,34,45,.25); background: rgba(255,255,255,.32); text-decoration: none; }
.cqs-discography-platforms .cqs-platform:hover { color: var(--wp--preset--color--bone); border-color: var(--wp--preset--color--power-live); background: var(--wp--preset--color--power-live); }
.cqs-discography-platforms .cqs-platform:hover svg { fill: var(--wp--preset--color--bone); }

/* ---------- Videoclips oficiales ---------- */
.cqs-videoclips-section {
  position: relative; overflow: hidden; scroll-margin-top: 130px; color: var(--wp--preset--color--bone);
  padding-top: clamp(70px,6vw,96px) !important; padding-bottom: clamp(76px,6vw,108px) !important;
  background: radial-gradient(circle at 82% 8%, rgba(211,14,49,.22), transparent 34%), linear-gradient(135deg,#171d25 0%,#221923 55%,#151a22 100%) !important;
}
.cqs-videoclips-section::before {
  content: ""; position: absolute; z-index: 0; left: -150px; bottom: -220px; width: 500px; aspect-ratio: 1;
  background: rgba(211,14,49,.12); transform: rotate(16deg); pointer-events: none;
  clip-path: polygon(50% 0,58% 40%,100% 50%,58% 60%,50% 100%,42% 60%,0 50%,42% 40%);
}
.cqs-videoclips-section::after {
  content: ""; position: absolute; z-index: 0; right: -80px; top: -110px; width: 340px; aspect-ratio: 1;
  border: 1px solid rgba(220,194,150,.13); border-radius: 50%; box-shadow: 0 0 0 42px rgba(220,194,150,.025),0 0 0 84px rgba(220,194,150,.018); pointer-events: none;
}
.cqs-videoclips-section > * { position: relative; z-index: 2; }
.cqs-videoclips-header {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  width: min(1120px,calc(100vw - 48px)) !important; max-width: none !important;
  margin: 0 auto clamp(28px,3.5vw,44px) !important;
}
.cqs-videoclips-header h2 {
  margin: 0; color: var(--wp--preset--color--bone); font-size: clamp(3.2rem,5.6vw,5.2rem); line-height: .92;
  letter-spacing: -.045em; text-transform: uppercase;
}
.cqs-videoclips-intro { margin: 12px 0 0; color: var(--wp--preset--color--golden-bright); font-family: var(--wp--preset--font-family--mono); font-size: clamp(.72rem,1vw,.82rem); font-weight: 700; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.cqs-videoclips-grid {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(14px,2vw,22px);
  position: relative; z-index: 3; width: min(1120px,calc(100vw - 48px)) !important; max-width: none !important; margin-inline: auto !important;
}
.cqs-video--clip { border-color: rgba(220,194,150,.2); border-radius: 14px; background: #0b1015; box-shadow: 0 22px 56px rgba(0,0,0,.28); }
.cqs-video--clip.cqs-video--featured { grid-column: span 2; grid-row: span 2; min-height: 462px; aspect-ratio: auto; }
.cqs-video--featured .cqs-video__t { padding: 82px 30px 28px; font-size: clamp(1.35rem,2.4vw,2rem); }
.cqs-video--featured .cqs-video__play { width: 76px; height: 76px; font-size: 1.55rem; }
.cqs-video--clip .cqs-video__badge { background: rgba(211,14,49,.9); border-color: rgba(255,255,255,.28); }
.cqs-video--clip .cqs-video__play { width: 56px; height: 56px; }
.cqs-videoclips-footer { display: flex; justify-content: center; width: min(1120px,calc(100vw - 48px)) !important; max-width: none !important; margin: clamp(34px,4vw,48px) auto 0 !important; }
.cqs-videoclips-footer a {
  display: inline-flex; align-items: center; gap: 14px; padding: 15px 22px; border: 1px solid rgba(220,194,150,.42); border-radius: 999px;
  color: var(--wp--preset--color--bone); background: rgba(255,255,255,.035);
  font-family: var(--wp--preset--font-family--mono); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  transition: color .25s,background .25s,border-color .25s,transform .25s;
}
.cqs-videoclips-footer a:hover { color: var(--wp--preset--color--stage); border-color: var(--wp--preset--color--golden-bright); background: var(--wp--preset--color--golden-bright); transform: translateY(-2px); }

/* ---------- Galería editorial 3 + 4 ---------- */
.cqs-gallery--editorial { grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(10px,1.25vw,18px); }
.cqs-gallery--editorial > .wp-block-image { grid-column: span 4; aspect-ratio: 3 / 4; border-radius: 2px; transform: none; background: #111821; }
.cqs-gallery--editorial > .wp-block-image:nth-child(n+4) { grid-column: span 3; }
.cqs-gallery--editorial > .wp-block-image:nth-child(2),.cqs-gallery--editorial > .wp-block-image:nth-child(5) { transform: none; }
.cqs-gallery--editorial img { object-position: center 28%; }
.cqs-gallery--editorial > .wp-block-image:hover,.cqs-gallery--editorial > .wp-block-image:nth-child(2):hover,.cqs-gallery--editorial > .wp-block-image:nth-child(5):hover { transform: translateY(-7px); }

@media (max-width: 980px) {
  .cqs-discography-layout { grid-template-columns: 1fr; gap: 18px; }
  .cqs-discography-visual { min-height: 335px; }
  .cqs-discography-visual > p { right: calc(50% - 205px); }
  .cqs-videoclips-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cqs-video--clip.cqs-video--featured { grid-column: 1 / -1; grid-row: auto; min-height: 400px; }
  .cqs-gallery--editorial { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cqs-gallery--editorial > .wp-block-image,.cqs-gallery--editorial > .wp-block-image:nth-child(n+4) { grid-column: span 1; }
  .cqs-gallery--editorial > .wp-block-image:last-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
}
@media (max-width: 620px) {
  .cqs-discography-section::before { left: -210px; top: 190px; opacity: .1; }
  .cqs-discography-visual { min-height: 295px; }
  .cqs-vinyl-record { width: min(238px,72vw); }
  .cqs-discography-star { width: min(285px,88%); }
  .cqs-discography-visual > p { right: 3%; bottom: 2%; padding: 10px 12px; }
  .cqs-discography-tracks { grid-template-columns: 1fr; }
  .cqs-discography-tracks .cqs-track { min-height: 80px; }
  .cqs-discography-platforms { display: grid; grid-template-columns: 1fr 1fr; }
  .cqs-discography-platforms .cqs-platform { padding-inline: 12px; justify-content: center; }
  .cqs-videoclips-section { scroll-margin-top: 96px; padding-top: 60px !important; padding-bottom: 70px !important; }
  .cqs-videoclips-header { width: calc(100vw - 32px) !important; margin-bottom: 24px !important; }
  .cqs-videoclips-header h2 { font-size: clamp(2.75rem,14vw,4rem); }
  .cqs-videoclips-intro { margin-top: 10px; }
  .cqs-videoclips-grid { grid-template-columns: 1fr; }
  .cqs-videoclips-grid,.cqs-videoclips-footer { width: calc(100vw - 32px) !important; }
  .cqs-video--clip.cqs-video--featured { grid-column: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .cqs-video--featured .cqs-video__t { padding: 48px 18px 16px; font-size: 1rem; }
  .cqs-video--featured .cqs-video__play { width: 58px; height: 58px; font-size: 1.25rem; }
  .cqs-videoclips-footer { justify-content: center; }
  .cqs-gallery--editorial { gap: 8px; }
  .cqs-gallery--editorial > .wp-block-image { aspect-ratio: 3 / 4; }
}
@media (prefers-reduced-motion: reduce) {
  .cqs-vinyl-record { transition: none; }
  .cqs-discography-visual:hover .cqs-vinyl-record { transform: rotate(-7deg); }
}

/* ============================================================
   DISCOGRAFÍA EDITORIAL · v1.9.3
   Conserva el lenguaje visual de v1.9.1, pero usa el ancho real de la
   pantalla para evitar tarjetas angostas y títulos cortados.
   ============================================================ */
.cqs-discography-layout {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: none !important;
  grid-template-columns: minmax(310px, .86fr) minmax(0, 1.64fr) !important;
  gap: clamp(42px, 5vw, 76px) !important;
}
.cqs-discography-visual { min-height: 430px; }
.cqs-vinyl-record { width: min(310px, 76vw); }
.cqs-discography-tracks {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.cqs-discography-tracks .cqs-track {
  min-width: 0;
  min-height: 116px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 56px 20px 18px;
  border: 1px solid rgba(27, 34, 45, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 38px rgba(27, 34, 45, .055);
}
.cqs-discography-tracks .cqs-track::before {
  width: 5px;
  border-radius: 12px 0 0 12px;
}
.cqs-discography-tracks .cqs-track::after {
  right: 22px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(211, 14, 49, .08);
}
.cqs-discography-tracks .cqs-track > span:last-child { min-width: 0; }
.cqs-discography-tracks .cqs-track__num {
  min-width: 0;
  height: 48px;
  padding-right: 15px;
  color: #7b6c56;
  border-right-color: rgba(27, 34, 45, .14);
}
.cqs-discography-tracks .cqs-track strong {
  font-size: clamp(1.02rem, 1.22vw, 1.24rem);
  line-height: 1.16;
  letter-spacing: -.015em;
  text-wrap: balance;
}
.cqs-discography-tracks .cqs-track small {
  margin-top: 8px;
  font-size: .62rem;
  line-height: 1.45;
  letter-spacing: .075em;
}
.cqs-discography-tracks .cqs-track:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 14, 49, .35);
  background: #fff;
  box-shadow: 0 20px 48px rgba(27, 34, 45, .12);
}
.cqs-discography-listen {
  width: min(980px, calc(100vw - 64px)) !important;
  max-width: none !important;
}

@media (max-width: 980px) {
  .cqs-discography-layout {
    width: min(760px, calc(100vw - 40px)) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cqs-discography-visual { min-height: 350px; }
  .cqs-discography-visual > p { right: calc(50% - 205px); }
}

@media (max-width: 620px) {
  .cqs-discography-layout,
  .cqs-discography-listen { width: calc(100vw - 32px) !important; }
  .cqs-discography-visual { min-height: 300px; }
  .cqs-discography-visual > p { right: 2%; }
  .cqs-discography-tracks { grid-template-columns: 1fr !important; gap: 12px !important; }
  .cqs-discography-tracks .cqs-track {
    min-height: 94px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 48px 16px 15px;
  }
  .cqs-discography-tracks .cqs-track::after { right: 14px; }
  .cqs-discography-tracks .cqs-track__num { height: 42px; padding-right: 12px; }
  .cqs-discography-tracks .cqs-track strong { font-size: 1rem; }
}
