/* Fase 1: contenido original sobre la dirección Noche viva. */
.site-header { grid-template-columns: 190px minmax(0,1fr) auto; gap: 18px; }
.desktop-nav { gap: clamp(12px,1.5vw,24px); }
.desktop-nav a { white-space: nowrap; }
.city-button { cursor: default; }
.footer-information { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 36px; margin: 50px 0; padding-top: 36px; border-top: 1px solid var(--line-dark); }
.footer-information > div > span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.footer-information a { display: block; width: fit-content; font-size: 14px; margin: 10px 0; }
.footer-information p { font-size: 14px; }
.footer-information small { display: block; color: var(--muted); font-size: 11px; margin-top: 14px; }
.footer-payments { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; background: var(--white); padding: 14px; width: fit-content; }
.footer-payments img { width: 48px; height: 25px; object-fit: contain; }
.footer-bottom > div { flex-wrap: wrap; }
.content-hero { padding-top: 190px; padding-bottom: 52px; }
.content-hero-row { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 60px; }
.content-hero h1 { font: 400 clamp(76px,10vw,146px)/.96 var(--display); letter-spacing: -.025em; margin: 26px 0 0; }
.content-hero h1 span { display: block; color: var(--red); }
.content-hero-aside { padding-bottom: 6px; }
.content-hero-aside p { font-size: 18px; max-width: 320px; color: var(--muted); }
.text-link { display: inline-flex; gap: 32px; padding: 20px 0 8px; font-size: 13px; border-bottom: 1px solid var(--red); }
.archive-notice { display: grid; grid-template-columns: 200px 1fr; gap: 35px; border-top: 1px solid var(--line-dark); margin-top: 54px; padding-top: 24px; }
.archive-notice > span { color: var(--red); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.archive-notice p { max-width: 850px; color: var(--muted); font-size: 13px; margin: 0; }
.archive-notice a, .source-disclosure a { text-decoration: underline; text-underline-offset: 4px; }
.artist-gallery { padding-bottom: 70px; }
.artist-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line-dark); }
.artist-toolbar h2 { font: 400 25px/1.1 var(--display); text-transform: uppercase; margin: 0; }
.artist-search { display: flex; align-items: center; border: 1px solid var(--line-dark); padding: 12px 16px; width: min(100%,360px); }
.artist-search input { min-width: 0; width: 100%; border: 0; color: var(--white); background: transparent; font-size: 14px; }
.artist-search:focus-within { outline: 2px solid var(--red); outline-offset: 3px; }
.artist-search span:last-child { color: var(--red); }
.artist-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.artist-filters button { border: 1px solid var(--line-dark); background: transparent; color: var(--muted); padding: 11px 17px; font-size: 12px; min-height: 44px; }
.artist-filters button[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: white; }
.artist-count { margin: 26px 0 20px; color: var(--muted); font-size: 12px; }
.artist-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.artist-card { min-width: 0; padding: 20px 18px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--black-soft); transition: background .2s; }
.artist-card:hover { background: #20201d; }
.artist-card-top { display: flex; justify-content: space-between; gap: 10px; min-height: 30px; font-size: 10px; color: var(--muted); margin-bottom: 12px; }
.artist-card-top span:first-child { color: var(--red); }
.artist-portrait { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--paper); }
.artist-portrait img { position: absolute; width: 534.558824%; max-width: none; height: auto; }
.artist-card h3 { font: 400 clamp(22px,2.1vw,34px)/1.06 var(--display); text-transform: uppercase; overflow-wrap: anywhere; margin: 24px 0 0; }
.artist-review { margin: 12px 0 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.artist-empty { border: 1px solid var(--line-dark); padding: 40px 25px; }
.source-disclosure { margin-top: 36px; border-block: 1px solid var(--line-dark); padding: 23px 0; font-size: 13px; color: var(--muted); }
.source-disclosure summary { cursor: pointer; color: var(--white); }
.source-disclosure p { max-width: 800px; }
.content-next { padding: 32px 0 80px; }
.content-next > span { color: var(--muted); font-size: 12px; }
.content-next > a { display: flex; justify-content: space-between; gap: 20px; font: 400 clamp(32px,5vw,70px)/1.15 var(--display); text-transform: uppercase; margin-top: 15px; }
.content-next > a > span { color: var(--red); }
.artists-teaser { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: center; padding-block: 100px; border-block: 1px solid var(--line-dark); }
.artists-teaser h2 { font: 400 clamp(58px,7vw,100px)/.95 var(--display); margin: 25px 0; }
.artists-teaser h2 em { font-style: normal; color: var(--red); }
.artists-teaser-copy > p:not(.section-code) { color: var(--muted); font-size: 15px; max-width: 340px; }
.artists-teaser-copy small { display: block; max-width: 320px; color: var(--muted); margin-top: 22px; font-size: 11px; }
.artists-teaser-portraits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; align-items: center; }
.artists-teaser-portraits figure { margin: 0; }
.artists-teaser-portraits figure:first-child { grid-row: span 2; }
.artists-teaser-portraits figure:not(:first-child) { width: 78%; margin-left: auto; }
.artists-teaser-portraits figcaption { font: 400 24px/1.1 var(--display); text-transform: uppercase; margin-top: 12px; }
.kosmike-teaser { margin-bottom: 100px; }
.kosmike-teaser a { display: block; border: 1px solid var(--line-dark); }
.kosmike-teaser img { width: 100%; height: auto; }
.kosmike-teaser span { display: flex; align-items: center; justify-content: space-between; padding: 23px 26px; font-size: 14px; background: var(--black-soft); }
.kosmike-teaser b { color: var(--red); font-size: 24px; }
/* Los textos del HTML original permanecen intactos. Estas reglas sustituyen
   la dependencia visual de Bootstrap únicamente dentro de las páginas migradas. */
.content-transition > section:first-of-type { padding: 190px max(32px,calc((100vw - 1240px)/2)) 70px; border-bottom: 1px solid var(--line-dark); }
.content-transition > section:first-of-type > div { position: relative; }
.content-transition > section:first-of-type img { display: none; }
.content-transition h1 { position: relative; font: 400 clamp(56px,8vw,116px)/1 var(--display); max-width: 1060px; margin: 0; text-transform: uppercase; }
.content-transition > section:first-of-type p { position: relative; font-size: 18px; color: var(--muted); max-width: 730px; margin: 32px 0 0; }
.content-transition .container { width: var(--shell); margin-inline: auto; }
.about-content, .puntos-de-venta-form-section, .contact-form-section { padding-block: 85px; }
.about-content .row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.about-content .card { border-top: 2px solid var(--red); padding: 34px 0 0; }
.about-card-title { font: 400 54px/1 var(--display); margin: 0 0 26px; text-transform: uppercase; }
.about-card-content-info { color: var(--muted); font-size: 17px; line-height: 1.8; }
.content-transition .kosmike-banner { position: relative; width: var(--shell); margin: 0 auto 100px; }
.content-transition .kosmike-banner img { width: 100%; }
.content-transition .kosmike-btn { display: block; width: 100%; padding: 20px; border: 0; background: var(--red); color: white; }
.punto-de-venta-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; border: 1px solid var(--line-dark); background: var(--black-soft); }
.punto-de-venta-card .card-body { padding: clamp(24px,4vw,60px); }
.punto-de-venta-title { display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: 14px; }
.punto-de-venta-title img { width: 24px; }
.punto-de-venta-address p { margin: 6px 0; }
.punto-de-venta-address p:first-child { font: 400 52px/1 var(--display); margin: 24px 0; color: var(--red); }
.punto-de-venta-hours { margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--line-dark); }
.punto-de-venta-hours p { margin: 4px 0; font-size: 15px; }
.punto-de-venta-hours p:has(b) { margin-top: 18px; color: var(--muted); }
.punto-de-venta-image { padding: 30px; background: var(--paper); align-self: stretch; display: grid; align-items: center; }
.punto-de-venta-image img { width: 100%; height: auto; }
.contact-form-container { max-width: 900px; margin: auto; background: var(--paper); color: var(--black); padding: clamp(25px,5vw,65px); }
.contact-form-container h2 { font: 400 44px/1.1 var(--display); text-transform: uppercase; }
.contact-alternatives { display: flex; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--line-light); margin-top: 35px; padding-top: 25px; font-size: 14px; }
.contact-alternatives a { text-decoration: underline; text-underline-offset: 4px; }
.contact-form-container .wpforms-field-label { color: var(--black) !important; }
.contact-form-container .wpforms-field input, .contact-form-container .wpforms-field textarea { border-radius: 0 !important; }
.contact-form-container .wpforms-submit { background: var(--red) !important; color: white !important; border-radius: 0 !important; }
.kosmike-page > .kosmike-header-section { padding-bottom: 40px; }
.kosmike-page > .kosmike-header-section img { display: block !important; width: 100%; }
.kosmike-products { padding: 45px 0 100px; }
.kosmike-card { --product-color: #dcb850; padding: 42px 0; border-bottom: 1px solid var(--line-dark); }
.kosmike-card .container { width: 100%; }
.kosmike-card .row { display: grid; grid-template-columns: 280px 1fr; gap: 65px; align-items: center; }
.kosmike-card img { width: 100%; max-width: 260px; }
.kosmike-card h3 { font: 400 clamp(36px,5vw,66px)/1 var(--display); margin: 0 0 22px; color: var(--product-color); }
.kosmike-card p { max-width: 730px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.kosmike-info-btn { display: inline-flex; border-bottom: 1px solid var(--product-color); padding-bottom: 7px; font-size: 12px; }
.kosmike-violeta { --product-color: #cf9cec; }
.kosmike-verde { --product-color: #a9d484; }
.kosmike-azul { --product-color: #86bddc; }
.kosmike-rojo { --product-color: #f38484; }
.terms-content, .privacy-policy-content { background: var(--paper); color: var(--black); padding-block: 75px; }
.terms-content .container, .privacy-policy-content .container { max-width: 850px; }
.terms-content h2, .privacy-policy-content h2 { font: 400 clamp(26px,3vw,38px)/1.2 var(--display); margin: 44px 0 20px; }
.terms-content h5, .privacy-policy-content h5 { font-size: 19px; margin: 28px 0 12px; }
.terms-content p, .privacy-policy-content p, .terms-content li, .privacy-policy-content li { font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.terms-content a, .privacy-policy-content a { color: #a40d19; text-decoration: underline; text-underline-offset: 3px; }
.terms-image-logo-viveboletos, .privacy-policy-image-logo-viveboletos { width: 210px; height: auto; margin: 50px auto 0; }
.event-original-artwork { margin: 30px 0; }
.event-original-artwork img { width: 100%; height: auto; }
.event-original-artwork figcaption { font-size: 12px; line-height: 1.6; color: #625f5a; margin-top: 12px; }
.event-original-artwork a { display: block; }
.event-organizer { border-block: 1px solid var(--line-light); padding: 20px 0; margin: 28px 0; }
.event-organizer dt { color: #625f5a; font-size: 12px; }
.event-organizer dd { margin: 6px 0 0; font-weight: 600; }
/* Progressive enhancement: no contenido invisible si el JS no arranca. */
.reveal-item { opacity: 1; transform: none; }
.js-reveals .reveal-item:not(.is-visible) { opacity: 1; transform: translateY(16px); }
@media (max-width: 1200px) { .header-ticket, .header-actions .city-button { display: none; } .site-header { grid-template-columns: 175px 1fr auto; } }
@media (max-width: 1000px) { .artist-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } .content-hero-row { gap: 30px; } .artists-teaser { gap: 36px; } }
@media (max-width: 820px) {
  .site-header { display: flex; }
  .mobile-menu { z-index: 90; visibility: hidden; overflow-y: auto; padding-block: 100px 35px; }
  body.menu-open .mobile-menu { visibility: visible; }
  .mobile-menu a { font-size: clamp(30px,8vw,43px); padding-block: 14px; }
  .mobile-menu-label { margin-bottom: 12px; }
  .content-hero { padding-top: 130px; padding-bottom: 34px; }
  .content-hero-row { grid-template-columns: 1fr; gap: 24px; }
  .content-hero h1 { font-size: clamp(65px,15.5vw,115px); }
  .content-hero-aside p { font-size: 16px; }
  .archive-notice { grid-template-columns: 1fr; gap: 12px; margin-top: 35px; }
  .artist-toolbar { align-items: start; flex-direction: column; }
  .artist-search { width: 100%; }
  .artist-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .artist-card { padding: 16px 12px 24px; }
  .artist-card h3 { font-size: 25px; }
  .artists-teaser { grid-template-columns: 1fr; padding-block: 65px; }
  .artists-teaser-portraits { max-width: 500px; }
  .content-transition > section:first-of-type { padding: 140px 16px 50px; }
  .content-transition h1 { font-size: clamp(43px,9vw,75px); }
  .content-transition > section:first-of-type p { font-size: 16px; }
  .about-content .row, .punto-de-venta-card { grid-template-columns: 1fr; }
  .about-content, .puntos-de-venta-form-section, .contact-form-section { padding-block: 55px; }
  .kosmike-card .row { grid-template-columns: 150px 1fr; gap: 30px; }
  .kosmike-card p { font-size: 15px; }
  .footer-information { grid-template-columns: 1fr 1fr; }
  .footer-information > div:last-child { grid-column: 1/-1; }
  .kosmike-teaser { margin-bottom: 65px; }
}
@media (max-width: 520px) {
  .artist-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .artist-card-top { font-size: 9px; }
  .artist-filters { gap: 6px; }
  .artist-filters button { padding: 10px 13px; }
  .footer-information { grid-template-columns: 1fr; }
  .kosmike-card .row { grid-template-columns: 1fr; gap: 26px; }
  .kosmike-card img { max-width: 190px; }
  .artists-teaser-portraits figcaption { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { .js-reveals .reveal-item:not(.is-visible) { opacity: 1; transform: none; } .artist-card { transition: none; } }


/* ===== Sprint 1 (3-sep-2026): estados, precios, confianza, legibilidad ===== */
.vb-chip { display: inline-block; vertical-align: middle; margin-left: 10px; padding: 4px 10px; border-radius: 3px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.2; }
.vb-chip-ok { background: #1f8a4c; color: #fffdf7; }
.vb-chip-lime { background: var(--acid); color: #1f2600; }
.vb-chip-red { background: var(--red); color: #fffdf7; }
.vb-chip-warn { background: #f4bb3a; color: #2a1d00; }
.vb-chip-ink { background: rgba(255,255,255,0.14); color: #fffdf7; }
.page-section-paper .vb-chip-ink, .vb-price-table .vb-chip-ink { background: rgba(5,5,5,0.1); color: var(--black); }
.vb-price-from { display: block; margin-top: 14px; font-family: var(--display); font-size: clamp(22px, 2.6vw, 34px); letter-spacing: 0.01em; color: var(--acid); }
.event-detail-summary { flex-wrap: wrap; }
.event-detail-facts span { font-size: 11px; }
.event-detail-facts strong { font-size: 15px; line-height: 1.3; display: block; }
.vb-maps-link { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--acid); text-decoration: none; border-bottom: 1px solid currentColor; }
.vb-localidades .page-section-heading p { max-width: 46ch; }
.vb-localidades-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px; align-items: start; }
.vb-price-table-wrap { overflow-x: auto; }
.vb-price-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.vb-price-table th { padding: 12px 14px; text-align: left; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); border-bottom: 2px solid var(--black); }
.vb-price-table td { padding: 16px 14px; border-bottom: 1px solid var(--line-light); vertical-align: middle; }
.vb-price-table td:first-child { font-weight: 700; }
.vb-price-table .vb-num { font-family: var(--display); font-size: 24px; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.vb-price-table tr.is-agotado td { color: rgba(5,5,5,0.45); }
.vb-price-table tr.is-agotado .vb-num { text-decoration: line-through; }
.vb-price-table tr.is-ultimas .vb-num { color: var(--red); }
.vb-price-table .vb-chip { margin-left: 0; }
.vb-plano { margin: 0; }
.vb-plano img { width: 100%; height: auto; display: block; border: 1px solid var(--line-light); background: #fff; }
.vb-plano figcaption { margin-top: 10px; font-size: 13px; color: rgba(5,5,5,0.6); }
.vb-etapas { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line-light); }
.vb-etapas ol { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.vb-etapas li { padding: 18px 20px; border-left: 3px solid var(--red); background: rgba(5,5,5,0.04); }
.vb-etapas strong { display: block; font-size: 16px; margin-bottom: 4px; }
.vb-etapas span { display: block; font-size: 14px; }
.vb-etapas small { display: block; margin-top: 6px; font-size: 12.5px; color: rgba(5,5,5,0.6); }
.vb-cta-trust { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; padding: 28px; background: var(--black); color: var(--paper); }
.vb-cta-trust .button-accent { min-width: 260px; justify-content: center; }
.vb-trust { display: flex; align-items: center; gap: 18px; flex: 1 1 320px; }
.vb-trust-pagos { display: flex; gap: 8px; flex-shrink: 0; }
.vb-trust-pagos img { height: 28px; width: auto; background: #fff; border-radius: 4px; padding: 3px 6px; }
.vb-trust p { margin: 0; font-size: 14px; color: var(--muted); max-width: 42ch; }
.detail-faq .section-code { margin-bottom: 12px; }
.mobile-buy-cta { display: inline-flex; align-items: center; gap: 6px; padding: 14px 20px; border-radius: 999px; background: var(--acid); color: #1f2600; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.mobile-buy-bar span { display: flex; flex-direction: column; gap: 2px; font-size: 12px; text-transform: none; min-width: 0; }
.mobile-buy-bar span b { font-family: var(--display); font-size: 20px; letter-spacing: 0.01em; color: var(--acid); }
@media (max-width: 900px) {
  .vb-localidades-grid { grid-template-columns: 1fr; gap: 32px; }
  .vb-price-table { font-size: 15px; }
  .vb-price-table .vb-num { font-size: 20px; }
  .vb-cta-trust { padding: 22px; gap: 18px; }
  .vb-cta-trust .button-accent { width: 100%; }
}

/* Ficha: --accent solo existía en el hero de la home; aquí el botón quedaba transparente. */
body.event-page { --accent: var(--acid); }
.button-accent { background: var(--accent, var(--acid)); color: var(--black); }
body.event-page .button { font-size: 13px; letter-spacing: 0.06em; }
.mobile-buy-bar a.mobile-buy-cta { background: var(--acid); color: #1f2600; font-size: 14px; padding: 14px 20px; border-radius: 999px; text-transform: none; letter-spacing: 0; }

/* Bloque CTA + confianza: en móvil apilado, logos pequeños, texto a todo el ancho. */
.vb-trust { flex-wrap: wrap; }
.vb-trust-pagos img { height: 24px; }
.vb-trust p { flex: 1 1 220px; }
@media (max-width: 900px) {
  .vb-cta-trust { flex-direction: column; align-items: stretch; }
  .vb-trust { flex-direction: column; align-items: flex-start; gap: 12px; }
  .vb-trust p { max-width: none; }
}


/* ===== Radar de alertas (3-sep-2026) ===== */
.vb-radar { background: var(--black-soft); color: var(--paper); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding-block: 96px; }
.vb-radar-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 64px; align-items: start; position: relative; }
.vb-radar-copy { position: relative; }
.vb-radar-copy h2 { font-size: clamp(44px, 5vw, 76px); margin: 12px 0 18px; }
.vb-radar-copy h2 em { color: var(--acid); font-style: normal; }
.vb-radar-copy > p { font-size: 16px; color: var(--muted); max-width: 42ch; }
.vb-radar-perks { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; font-size: 14px; }
.vb-radar-perks li { padding-left: 22px; position: relative; }
.vb-radar-perks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; background: var(--acid); border-radius: 50%; }
.vb-radar-mascot { position: absolute; right: -10px; bottom: -40px; width: 120px; opacity: 0.9; pointer-events: none; }
.vb-radar-form { display: grid; gap: 18px; padding: 32px; background: var(--black); border: 1px solid var(--line-dark); }
.vb-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vb-field { display: grid; gap: 6px; }
.vb-field > span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.vb-field > span b { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--muted); opacity: 0.8; }
.vb-field input, .vb-field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-dark); border-radius: 4px; background: var(--black-raised); color: var(--paper); font: 500 16px/1.3 var(--body); appearance: none; -webkit-appearance: none; }
.vb-field select { background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
.vb-field input::placeholder { color: rgba(240,237,230,0.35); }
.vb-field input:focus, .vb-field select:focus { outline: 2px solid var(--acid); outline-offset: 1px; border-color: var(--acid); }
.vb-field.is-invalid input { border-color: var(--red); }
.vb-field small, .vb-radar-form > small { font-size: 13px; color: #ff6b73; }
.vb-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--muted); line-height: 1.5; cursor: pointer; }
.vb-consent input { width: 20px; height: 20px; margin-top: 1px; flex-shrink: 0; accent-color: var(--acid); }
.vb-consent a { color: var(--paper); }
.vb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.vb-radar-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.vb-radar-actions .button { min-width: 220px; justify-content: center; font-size: 13px; }
.vb-radar-actions .button[disabled] { opacity: 0.6; cursor: wait; }
.vb-radar-status { margin: 0; font-size: 14px; color: var(--muted); }
.vb-radar-status.is-error { color: #ff6b73; }
.vb-radar-done { display: grid; justify-items: start; gap: 10px; padding: 40px 32px; background: var(--black); border: 1px solid var(--acid); }
.vb-radar-done img { width: 96px; }
.vb-radar-done strong { font-family: var(--display); font-size: 32px; text-transform: uppercase; letter-spacing: 0.01em; color: var(--acid); }
.vb-radar-done p { margin: 0; color: var(--paper); max-width: 46ch; }
.vb-radar-done a { color: var(--paper); font-weight: 600; }
@media (max-width: 900px) {
  .vb-radar { padding-block: 64px; }
  .vb-radar-grid { grid-template-columns: 1fr; gap: 36px; }
  .vb-radar-mascot { display: none; }
  .vb-radar-form { padding: 22px 18px; }
  .vb-field-row { grid-template-columns: 1fr; }
  .vb-radar-actions .button { width: 100%; }
}
.vb-radar-copy h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: 0.95; letter-spacing: 0.01em; }
/* Barra móvil compacta: precio en una línea, meta truncada, botón sin desbordar. */
.mobile-buy-bar { gap: 10px; }
.mobile-buy-bar span { flex: 0 1 34%; min-width: 0; }
.mobile-buy-bar span b { font-size: 16px; white-space: nowrap; }
.mobile-buy-bar span > :not(b), .mobile-buy-bar span { overflow: hidden; }
.mobile-buy-bar span { white-space: nowrap; text-overflow: ellipsis; display: block; line-height: 1.25; }
.mobile-buy-bar span b { display: block; }
.mobile-buy-bar a.mobile-buy-cta { flex: 1 1 auto; justify-content: center; padding: 13px 14px; font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


/* ===== Franja de confianza (reemplaza la marquesina) ===== */
.vb-trust-strip { background: var(--paper); color: var(--black); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.vb-trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vb-trust-strip-grid > div { padding: 26px 24px; border-right: 1px solid var(--line-light); display: grid; align-content: start; gap: 6px; }
.vb-trust-strip-grid > div:last-child { border-right: 0; }
.vb-trust-strip-grid span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
.vb-trust-strip-grid strong { font-size: 16px; line-height: 1.25; }
.vb-trust-strip-grid strong a { color: inherit; text-decoration: none; }
.vb-trust-strip-grid small { font-size: 13px; color: rgba(5,5,5,0.6); }
.vb-trust-strip-pagos { display: flex; gap: 6px; align-items: center; }
.vb-trust-strip-pagos img { height: 26px; width: auto; background: #fff; border: 1px solid var(--line-light); border-radius: 4px; padding: 3px 6px; }
@media (max-width: 900px) {
  .vb-trust-strip-grid { grid-template-columns: 1fr 1fr; }
  .vb-trust-strip-grid > div { padding: 18px 16px; border-bottom: 1px solid var(--line-light); }
  .vb-trust-strip-grid > div:nth-child(2n) { border-right: 0; }
}


/* ===== S2: páginas internas, pasos, cartel, filtros, coreografía ===== */
.vb-note { display: block; margin-top: 14px; font-size: 13px; color: rgba(5,5,5,0.6); }
.vb-pasos { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: paso; }
.vb-pasos li { position: relative; padding: 28px 24px 26px; background: var(--black-soft); border: 1px solid var(--line-dark); }
.vb-pasos li span { display: inline-block; font-family: var(--display); font-size: 40px; line-height: 1; color: var(--acid); margin-bottom: 12px; }
.vb-pasos li strong { display: block; font-size: 18px; margin-bottom: 8px; }
.vb-pasos li p { margin: 0; font-size: 14.5px; color: var(--muted); }
.page-section-paper .vb-pasos li { background: #fff; border-color: var(--line-light); }
.page-section-paper .vb-pasos li span { color: var(--red); }
.page-section-paper .vb-pasos li p { color: rgba(5,5,5,0.65); }
.vb-como { padding-block: 72px 24px; }
.vb-org { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: end; padding-block: 72px; border-top: 1px solid var(--line-dark); }
.vb-org h2 { font-size: clamp(40px, 5vw, 72px); margin-top: 10px; }
.vb-org h2 em { font-style: normal; color: var(--red); }
.vb-org p { color: var(--muted); max-width: 46ch; margin-bottom: 20px; }
.vb-cartel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }
.vb-cartel-item { display: grid; gap: 12px; text-decoration: none; color: inherit; }
.vb-cartel-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; border: 1px solid var(--line-dark); transition: transform 250ms ease; }
.vb-cartel-item:hover img { transform: scale(1.02); }
.vb-cartel-item b { display: block; font-family: var(--display); font-size: 22px; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1; }
.vb-cartel-item small { display: block; margin-top: 4px; font-size: 13px; color: var(--muted); }
.page-section-paper .vb-cartel-item small { color: rgba(5,5,5,0.6); }
.vb-servicios { margin-top: 36px; }
.vb-respaldo { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line-light); }
.vb-respaldo dl { margin: 0; display: grid; gap: 18px; }
.vb-respaldo dt { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }
.vb-respaldo dd { margin: 0; font-size: 15px; }
.vb-respaldo dd a { color: inherit; }
.vb-faq-temas .section-code { margin: 28px 0 6px; }
.vb-faq-temas .section-code:first-child { margin-top: 0; }
.vb-form-section .vb-radar-perks a { color: var(--paper); }
.vb-form textarea { width: 100%; min-height: 140px; padding: 12px 14px; border: 1px solid var(--line-dark); border-radius: 4px; background: var(--black-raised); color: var(--paper); font: 500 16px/1.4 var(--body); resize: vertical; }
.vb-form textarea:focus { outline: 2px solid var(--acid); outline-offset: 1px; border-color: var(--acid); }
.vb-form textarea::placeholder { color: rgba(240,237,230,0.35); }
.vb-form { display: grid; gap: 18px; padding: 32px; background: var(--black); border: 1px solid var(--line-dark); }
.vb-razones article h3 { font-size: 22px; }
.vb-filtros { display: grid; gap: 12px; padding-block: 8px 28px; }
.vb-filtro-grupo { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.vb-filtro-grupo > span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.vb-filtro-grupo a { padding: 8px 14px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 13px; font-weight: 600; text-decoration: none; color: var(--paper); }
.vb-filtro-grupo a.is-active { background: var(--acid); color: #1f2600; border-color: var(--acid); }
.vb-pasados { margin-top: 40px; border-top: 1px solid var(--line-dark); padding-top: 20px; }
.vb-pasados summary { cursor: pointer; font-family: var(--display); font-size: 24px; text-transform: uppercase; letter-spacing: 0.01em; list-style: none; display: flex; align-items: center; gap: 12px; }
.vb-pasados summary::-webkit-details-marker { display: none; }
.vb-pasados summary span { font-family: var(--body); font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: rgba(255,255,255,0.12); }
.vb-pasados ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 0; }
.vb-pasados li a { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; color: inherit; }
.vb-pasados li strong { font-size: 15px; }
.vb-pasados li span { font-size: 13px; color: var(--muted); }
.event-availability.is-agotado i, .event-availability.is-ultimas i { background: var(--red); }
.event-availability.is-preventa i { background: var(--acid); }
/* Latido solo cuando de verdad quedan pocas boletas */
.vb-pulse { animation: vb-pulse 1.6s ease-out infinite; }
@keyframes vb-pulse { 0% { box-shadow: 0 0 0 0 rgba(200,242,11,0.55); } 70% { box-shadow: 0 0 0 14px rgba(200,242,11,0); } 100% { box-shadow: 0 0 0 0 rgba(200,242,11,0); } }
/* Coreografía de apertura: cascada de 150 ms, ease-out, una sola vez por carga */
@keyframes vb-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-copy > *, .event-detail-hero-copy > *, .inner-hero-copy > * { animation: vb-rise 520ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.hero-copy > *:nth-child(2), .event-detail-hero-copy > *:nth-child(2), .inner-hero-copy > *:nth-child(2) { animation-delay: 150ms; }
.hero-copy > *:nth-child(3), .event-detail-hero-copy > *:nth-child(3), .inner-hero-copy > *:nth-child(3) { animation-delay: 300ms; }
.hero-copy > *:nth-child(4), .event-detail-hero-copy > *:nth-child(4), .inner-hero-copy > *:nth-child(4) { animation-delay: 450ms; }
.hero-copy > *:nth-child(5), .event-detail-hero-copy > *:nth-child(5), .inner-hero-copy > *:nth-child(5) { animation-delay: 600ms; }
@media (prefers-reduced-motion: reduce) { .hero-copy > *, .event-detail-hero-copy > *, .inner-hero-copy > *, .vb-pulse { animation: none; } }
/* Páginas legales y Kosmike: el markup viejo (Bootstrap) sobre la piel nueva */
.terms-conditions-page, .privacy-policy-page, .politicas-de-privacidad-page, .kosmike-page { background: var(--paper); color: var(--black); padding-top: var(--header-height); }
.terms-conditions-page .container, .privacy-policy-page .container, .politicas-de-privacidad-page .container { max-width: 860px; margin: 0 auto; padding: 24px; }
.terms-conditions-page h1, .privacy-policy-page h1, .politicas-de-privacidad-page h1 { font-family: var(--display); font-size: clamp(36px, 5vw, 64px); text-transform: uppercase; line-height: 0.95; padding: 48px 24px 0; max-width: 860px; margin: 0 auto; }
.terms-conditions-page h2, .privacy-policy-page h2, .politicas-de-privacidad-page h2 { font-family: var(--display); font-size: 26px; text-transform: uppercase; margin: 36px 0 12px; }
.terms-conditions-page p, .terms-conditions-page li, .privacy-policy-page p, .privacy-policy-page li, .politicas-de-privacidad-page p, .politicas-de-privacidad-page li { font-size: 15.5px; line-height: 1.6; max-width: 70ch; }
.terms-conditions-page img[id$="-header-image"], .privacy-policy-page img[id$="-header-image"], .politicas-de-privacidad-page img[id$="-header-image"] { display: none; }
.terms-conditions-page a, .privacy-policy-page a, .politicas-de-privacidad-page a { color: var(--red); }
@media (max-width: 900px) {
  .vb-pasos { grid-template-columns: 1fr; }
  .vb-org { grid-template-columns: 1fr; gap: 20px; }
  .vb-respaldo { grid-template-columns: 1fr; gap: 24px; }
  .vb-form { padding: 22px 18px; }
}
/* Rejillas sin huérfanos: 4 servicios en 4 columnas, 3 razones en 3. */
@media (min-width: 901px) { .vb-servicios.service-channel-grid { grid-template-columns: repeat(4, 1fr); } .vb-razones.mission-grid { grid-template-columns: repeat(3, 1fr); } }
/* Llamado final sobre fondo rojo: el énfasis no puede ser rojo. */
.support-callout h2 em { color: var(--black); font-style: normal; }
/* Plano del recinto: se ve completo, ampliable, y en móvil va debajo de la tabla. */
.vb-plano a { display: block; cursor: zoom-in; }
.vb-plano img { border-radius: 4px; }
@media (min-width: 901px) { .vb-localidades-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr); align-items: start; } .vb-price-table-wrap { position: sticky; top: calc(var(--header-height) + 16px); } }


/* ===== Franja de confianza v2: continúa el hero, no lo corta ===== */
.vb-trust-strip { background: var(--black); color: var(--paper); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vb-trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); width: var(--shell); margin: 0 auto; }
.vb-trust-strip-grid > div { position: relative; padding: 34px 28px 30px; border-right: 1px solid var(--line-dark); display: grid; align-content: start; gap: 10px; }
.vb-trust-strip-grid > div:first-child { padding-left: 0; }
.vb-trust-strip-grid > div:last-child { border-right: 0; }
.vb-trust-strip-grid > div::before { content: ""; position: absolute; left: 28px; top: 0; width: 34px; height: 3px; background: var(--red); }
.vb-trust-strip-grid > div:first-child::before { left: 0; }
.vb-trust-strip-grid span { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.vb-trust-strip-grid strong { font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2vw, 28px); line-height: 0.98; text-transform: uppercase; letter-spacing: 0.01em; color: var(--paper); }
.vb-trust-strip-grid strong a { color: var(--acid); text-decoration: none; }
.vb-trust-strip-grid small { font-size: 13px; color: var(--muted); }
.vb-trust-strip-pagos { display: none; }
@media (max-width: 900px) {
  .vb-trust-strip-grid { grid-template-columns: 1fr 1fr; }
  .vb-trust-strip-grid > div { padding: 22px 16px 20px; border-bottom: 1px solid var(--line-dark); }
  .vb-trust-strip-grid > div:first-child { padding-left: 16px; }
  .vb-trust-strip-grid > div:first-child::before { left: 16px; }
  .vb-trust-strip-grid > div:nth-child(2n) { border-right: 0; }
  .vb-trust-strip-grid strong { font-size: 20px; }
}


/* ===== Flecha propia (el "↗" se renderizaba como emoji azul en Apple) ===== */
.vb-arrow { display: inline-block; width: 0.78em; height: 0.78em; margin-left: 0.35em; vertical-align: -0.02em; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='square'%3E%3Cpath d='M6 18 18 6M8 6h10v10'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='square'%3E%3Cpath d='M6 18 18 6M8 6h10v10'/%3E%3C/svg%3E") center / contain no-repeat; }
.vb-arrow-down { transform: rotate(90deg); }
a:hover .vb-arrow, .button:hover .vb-arrow { transform: translate(2px, -2px); transition: transform 200ms ease; }
a:hover .vb-arrow-down { transform: rotate(90deg) translate(2px, -2px); }

/* ===== Cartelera tipo lineup: una tarjeta por evento, mismo tamaño ===== */
.vb-lineup { display: grid; gap: 16px; margin-top: 40px; }
.vb-fila { display: grid; grid-template-columns: 96px 168px minmax(0, 1fr) auto; align-items: center; gap: 32px; padding: 22px 28px 22px 22px; background: var(--black-raised); border: 1px solid var(--line-dark); border-left: 4px solid var(--acid); transition: border-color 200ms ease, transform 200ms ease; }
.vb-fila:hover { border-color: var(--acid); transform: translateY(-2px); }
.vb-fila.is-agotado, .vb-fila.is-finalizado { border-left-color: rgba(255,255,255,0.25); }
.vb-fila.is-ultimas { border-left-color: var(--red); }
.vb-fila-fecha { display: grid; justify-items: center; text-decoration: none; color: var(--paper); padding: 10px 0; border-right: 1px solid var(--line-dark); }
.vb-fila-fecha b { font-family: var(--display); font-size: 56px; line-height: 0.9; letter-spacing: 0.01em; }
.vb-fila-fecha span { display: grid; justify-items: center; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; }
.vb-fila-fecha small { font-size: 11px; font-weight: 500; color: var(--muted); letter-spacing: 0.08em; }
.vb-fila-img { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 4px; background: var(--black-soft); }
.vb-fila-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 300ms ease; }
.vb-fila:hover .vb-fila-img img { transform: scale(1.04); }
.vb-fila-info { min-width: 0; }
.vb-fila-kicker { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
.vb-fila-info h3 { margin: 0 0 12px; font-family: var(--display); font-weight: 400; font-size: clamp(28px, 3vw, 44px); line-height: 0.95; text-transform: uppercase; letter-spacing: 0.01em; }
.vb-fila-info h3 a { color: var(--paper); text-decoration: none; }
.vb-fila-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.vb-fila-meta .vb-chip { margin-left: 0; }
.vb-fila-cta { display: grid; justify-items: end; gap: 4px; text-align: right; }
.vb-fila-cta small { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.vb-fila-cta b { font-family: var(--display); font-weight: 400; font-size: 30px; line-height: 1; color: var(--acid); margin-bottom: 8px; }
.vb-fila-cta .button { min-width: 0; white-space: nowrap; }
@media (max-width: 900px) {
  .vb-lineup { margin-top: 28px; }
  .vb-fila { grid-template-columns: 72px minmax(0, 1fr); grid-template-areas: "fecha info" "img img" "cta cta"; gap: 16px 18px; padding: 18px 18px 18px 14px; }
  .vb-fila-fecha { grid-area: fecha; padding: 0; }
  .vb-fila-fecha b { font-size: 44px; }
  .vb-fila-img { grid-area: img; aspect-ratio: 16 / 9; }
  .vb-fila-info { grid-area: info; }
  .vb-fila-cta { grid-area: cta; grid-template-columns: 1fr auto; justify-items: start; align-items: center; text-align: left; }
  .vb-fila-cta small { grid-column: 1; }
  .vb-fila-cta b { grid-column: 1; margin: 0; }
  .vb-fila-cta .button { grid-column: 2; grid-row: 1 / span 2; }
}


/* ===== Cómo comprar v2: tira compacta con ilustraciones y movimiento ===== */
.vb-como { padding-block: 56px 8px; }
.vb-como-inner { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.7fr); gap: 40px 56px; align-items: center; padding: 36px 40px; background: var(--black-raised); border: 1px solid var(--line-dark); border-top: 3px solid var(--acid); position: relative; overflow: hidden; }
.vb-como-inner::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1.2px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,0.9) 45%, rgba(0,0,0,0.9) 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,0.9) 45%, rgba(0,0,0,0.9) 100%); opacity: .5; }
.vb-como-copy { position: relative; z-index: 1; }
.vb-como-copy h2 { font-size: clamp(30px, 3.2vw, 46px); margin-top: 8px; }
.vb-como-copy h2 em { color: var(--acid); font-style: normal; }
.vb-como-steps { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vb-como-line { position: absolute; left: 36px; right: 36px; top: 36px; width: calc(100% - 72px); height: 2px; overflow: visible; }
.vb-como-line path { stroke: var(--acid); stroke-width: 2; stroke-dasharray: 6 10; opacity: .55; animation: vb-dash 1.4s linear infinite; }
.vb-como-step { position: relative; display: grid; gap: 8px; align-content: start; }
.vb-como-step:nth-child(3) { transition-delay: 120ms; }
.vb-como-step:nth-child(4) { transition-delay: 240ms; }
.vb-como-icon { position: relative; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--black); border: 2px solid var(--acid); color: var(--acid); margin-bottom: 10px; box-shadow: 0 0 0 8px var(--black-raised); }
.vb-como-icon svg { width: 38px; height: 38px; }
.vb-como-icon span { position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--acid); color: #1f2600; font-family: var(--display); font-size: 16px; line-height: 26px; text-align: center; }
.vb-como-step strong { font-size: 17px; line-height: 1.25; }
.vb-como-step p { margin: 0; font-size: 14px; color: var(--muted); max-width: 26ch; }
/* Micro-movimientos: la estrella late, una silla se enciende, el QR se escanea */
.vb-ico-star { transform-origin: 32px 39px; animation: vb-ico-pulse 2.2s ease-in-out infinite; }
.vb-ico-seat { animation: vb-ico-blink 1.6s steps(2, end) infinite; }
.vb-ico-scan { stroke: var(--paper); stroke-width: 2; opacity: .9; animation: vb-ico-scan 1.8s ease-in-out infinite; }
@keyframes vb-dash { to { stroke-dashoffset: -32; } }
@keyframes vb-ico-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.18); } }
@keyframes vb-ico-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes vb-ico-scan { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(20px); } }
@media (prefers-reduced-motion: reduce) { .vb-como-line path, .vb-ico-star, .vb-ico-seat, .vb-ico-scan { animation: none; } }
@media (max-width: 900px) {
  .vb-como { padding-block: 40px 0; }
  .vb-como-inner { grid-template-columns: 1fr; gap: 24px; padding: 24px 18px; }
  .vb-como-inner::after { display: none; }
  .vb-como-steps { grid-template-columns: 1fr; gap: 18px; }
  .vb-como-line { display: none; }
  .vb-como-step { grid-template-columns: 64px 1fr; grid-template-areas: "icon title" "icon text"; column-gap: 16px; row-gap: 4px; align-items: start; }
  .vb-como-icon { grid-area: icon; width: 56px; height: 56px; margin: 0; box-shadow: none; }
  .vb-como-icon svg { width: 30px; height: 30px; }
  .vb-como-step strong { grid-area: title; }
  .vb-como-step p { grid-area: text; max-width: none; }
}
/* Ajustes cómo comprar: título en display, menos aire arriba, línea solo entre íconos */
.vb-como { padding-top: 0; }
.vb-como-copy h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: 0.95; letter-spacing: 0.01em; }
.vb-como-line { left: 36px; right: auto; width: calc(66.67% + 19px); }


/* ===== Fondo dinámico de "cómo comprar": luces de escenario en canvas (o video si existe) ===== */
.vb-como-inner::after { display: none; }
.vb-como-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.vb-como-bg canvas, .vb-como-bg video { width: 100%; height: 100%; display: block; object-fit: cover; }
.vb-como-bg video { opacity: .45; filter: saturate(.8) contrast(1.05); }
.vb-como-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,21,0.92) 0, rgba(23,23,21,0.55) 38%, rgba(23,23,21,0.15) 100%); }
@media (max-width: 900px) { .vb-como-bg::after { background: linear-gradient(180deg, rgba(23,23,21,0.9) 0, rgba(23,23,21,0.35) 100%); } }


/* ===== Logo nuevo (3-sep): color real, sin el filtro que lo volvía blanco ===== */
.brand img, .footer-top img { filter: none; width: 200px; height: auto; }
.footer-top img { width: 240px; }
@media (max-width: 900px) { .brand img { width: 150px; } .footer-top img { width: 200px; } }


/* ===== Tarjetas de atención: el alien aparece solo al pasar el cursor (o al entrar en pantalla en táctil) ===== */
.operation-card { overflow: hidden; }
.op-alien { position: absolute; right: -8px; bottom: -14px; width: 150px; height: auto; pointer-events: none; opacity: 0; transform: translateY(70%) rotate(-6deg); transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1.25), opacity 260ms ease; filter: drop-shadow(0 12px 18px rgba(0,0,0,0.35)); }
.op-alien-vuela { right: -16px; bottom: 18px; transform: translateX(90%) rotate(10deg); }
.op-alien-saluda { right: -4px; bottom: -6px; transform: translateY(70%) scale(0.85); }
.operation-card:hover .op-alien, .operation-card.is-peek .op-alien { opacity: 1; transform: none; }
.operation-card:hover .op-alien-asoma, .operation-card.is-peek .op-alien-asoma { animation: op-asoma 2.4s ease-in-out 420ms infinite; }
.operation-card:hover .op-alien-saluda, .operation-card.is-peek .op-alien-saluda { animation: op-saluda 1.6s ease-in-out 420ms infinite; transform-origin: 60% 90%; }
.operation-card:hover .op-alien-vuela, .operation-card.is-peek .op-alien-vuela { animation: op-vuela 3s ease-in-out 420ms infinite; }
@keyframes op-asoma { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes op-saluda { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-7deg); } 75% { transform: rotate(6deg); } }
@keyframes op-vuela { 0%, 100% { transform: translate(0, 0) rotate(0); } 50% { transform: translate(-12px, -14px) rotate(-4deg); } }
.operation-card:hover h3, .operation-card:hover p, .operation-card:hover strong { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .op-alien { transition: none; animation: none !important; } }
@media (max-width: 900px) { .op-alien { width: 110px; } }
/* Alien en la esquina superior derecha de la tarjeta: no tapa el texto */
.op-alien, .op-alien-vuela, .op-alien-saluda { top: 22px; right: 18px; bottom: auto; width: 118px; transform: translateY(-40%) scale(0.8); }
.op-alien-vuela { transform: translateX(70%) rotate(10deg); }
.op-alien-saluda { transform: translateY(-40%) scale(0.75); }
@media (max-width: 900px) { .op-alien, .op-alien-vuela, .op-alien-saluda { width: 92px; top: 14px; right: 12px; } }
/* Logo original (negro + rojo) sobre fondo oscuro: contorno blanco fino para que VIVE y .COM se lean */
.brand img, .footer-top img { filter: drop-shadow(0 0 0.6px #fff) drop-shadow(0 0 0.6px #fff) drop-shadow(0 0 1.2px rgba(255,255,255,0.9)); }
/* Alien que se asoma: apoyado en el borde inferior de la tarjeta, manos sobre el borde */
.op-alien-asoma { top: auto; bottom: 0; right: 18px; width: 128px; transform: translateY(75%); }
.operation-card:hover .op-alien-asoma, .operation-card.is-peek .op-alien-asoma { transform: none; animation: op-asoma-x 2.6s ease-in-out 420ms infinite; }
@keyframes op-asoma-x { 0%, 100% { transform: translateX(0) rotate(0); } 50% { transform: translateX(-6px) rotate(-2deg); } }
@media (max-width: 900px) { .op-alien-asoma { width: 100px; right: 12px; bottom: 0; top: auto; } }

/* ===== Cartelera de la home: foto de público con velo negro, a todo el ancho ===== */
.events-section { position: relative; isolation: isolate; }
.events-section::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: -2; background: url("img/bg-cartelera.webp") center 30% / cover no-repeat; }
.events-section::after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: -1; background: linear-gradient(180deg, rgba(5,5,5,0.97) 0%, rgba(5,5,5,0.78) 30%, rgba(5,5,5,0.72) 70%, rgba(5,5,5,0.97) 100%); }
.events-section .vb-fila { background: rgba(17,17,15,0.86); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
@media (max-width: 900px) { .events-section::before { background-image: url("img/bg-cartelera-m.webp"); } }


/* ===== Parallax de la cartelera: capa propia, se mueve al 20 % del scroll ===== */
.events-section::before { display: none; }
.vb-parallax { position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); overflow: hidden; z-index: -2; }
.vb-parallax-img { position: absolute; left: 0; right: 0; top: -18%; height: 136%; background: url("img/bg-cartelera.webp") center 40% / cover no-repeat; will-change: transform; transform: translate3d(0, 0, 0); }
@media (max-width: 900px) { .vb-parallax-img { background-image: url("img/bg-cartelera-m.webp"); } }
@media (prefers-reduced-motion: reduce) { .vb-parallax-img { top: 0; height: 100%; transform: none !important; } }

/* ===== Ficha: datos del hero en una sola fila ordenada (misma rejilla que la home) ===== */
.vb-ficha-info { max-width: 980px; grid-template-columns: 150px 1.3fr 1.2fr 0.9fr; margin-top: 34px; }
.vb-ficha-info > div { min-height: 88px; }
.vb-ficha-info span, .vb-ficha-info small { font-size: 11px; }
.vb-ficha-info strong { font-size: 15px; line-height: 1.35; }
.vb-ficha-info .hero-date > strong { font-size: 60px; color: var(--paper); }
.vb-ficha-info .hero-date b { font-size: 15px; }
.vb-ficha-desde strong { font-family: var(--display); font-size: 30px; line-height: 1; color: var(--acid); letter-spacing: 0.01em; }
@media (max-width: 900px) {
  .vb-ficha-info { grid-template-columns: 1fr 1fr; margin-top: 22px; }
  .vb-ficha-info > div { min-height: 0; padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .vb-ficha-info > div:first-child { padding-left: 0; }
  .vb-ficha-info > div:nth-child(2n) { border-right: 0; }
  .vb-ficha-info .hero-date > strong { font-size: 48px; }
  .vb-ficha-desde strong { font-size: 26px; }
}

/* ===== Ficha: datos prácticos en una línea compacta, dentro del ancho del contenido ===== */
.vb-facts { padding: 0; margin-top: -8px; }
.vb-facts ul { list-style: none; margin: 0; padding: 16px 0; display: flex; flex-wrap: wrap; gap: 10px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vb-facts li { display: flex; align-items: baseline; gap: 10px; padding: 6px 28px 6px 0; margin-right: 28px; border-right: 1px solid var(--line-dark); }
.vb-facts li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.vb-facts span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); white-space: nowrap; }
.vb-facts strong { font-size: 15px; font-weight: 600; color: var(--paper); }
.vb-facts-map { margin-left: auto; }
.vb-facts-map a { color: var(--acid); text-decoration: none; border-bottom: 1px solid rgba(200,242,11,0.5); }
.vb-facts + .vb-localidades { padding-top: 64px; }
@media (max-width: 900px) {
  .vb-facts ul { flex-direction: column; gap: 0; padding: 6px 0; }
  .vb-facts li { border-right: 0; margin-right: 0; padding: 10px 0; border-bottom: 1px solid var(--line-dark); justify-content: space-between; }
  .vb-facts li:last-child { border-bottom: 0; }
  .vb-facts-map { margin-left: 0; }
  .vb-facts strong { text-align: right; }
}
/* Datos prácticos: todo en una sola línea en escritorio */
.vb-facts li { padding-right: 18px; margin-right: 18px; }
.vb-facts strong { font-size: 14px; }
.vb-facts span { font-size: 10.5px; }


/* ===== Plano interactivo SVG ===== */
.vb-mapa { position: relative; }
.vb-mapa svg { width: 100%; height: auto; display: block; background: #0b0a09; border-radius: 8px; border: 1px solid rgba(5,5,5,0.12); padding: 6px; }
.vb-zona { cursor: pointer; transition: opacity 180ms ease, filter 180ms ease; outline: none; }
.vb-zona-fija { cursor: default; }
.vb-mapa.is-focus .vb-zona:not(.is-hot):not(.vb-zona-fija) { opacity: 0.32; }
.vb-zona.is-hot { filter: drop-shadow(0 0 10px rgba(200,242,11,0.75)); }
.vb-zona.is-hot rect, .vb-zona.is-hot path { stroke: #c8f20b; }
.vb-zona.is-hot rect { stroke-width: 4; }
.vb-zona.is-agotado rect, .vb-zona.is-agotado path { opacity: 0.35; }
.vb-zona:focus-visible { filter: drop-shadow(0 0 10px rgba(200,242,11,0.9)); }
.vb-zona-nombre { font-family: var(--display), Impact, sans-serif; font-size: 26px; letter-spacing: 0.02em; pointer-events: none; }
.vb-zona-precio { font-family: var(--body); font-size: 18px; font-weight: 700; pointer-events: none; }
.vb-zona-sub { font-family: var(--body); font-size: 15px; font-weight: 700; letter-spacing: 0.06em; pointer-events: none; opacity: 0.85; }
.vb-zona.is-sin-dato .vb-zona-precio { display: none; }
.vb-mapa-tip { position: absolute; z-index: 5; pointer-events: none; padding: 12px 14px; background: var(--black); color: var(--paper); border: 1px solid var(--acid); border-radius: 6px; min-width: 180px; box-shadow: 0 12px 30px rgba(0,0,0,0.45); transform: translate(-50%, calc(-100% - 14px)); }
.vb-mapa-tip b { display: block; font-family: var(--display); font-weight: 400; font-size: 20px; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; }
.vb-mapa-tip span { display: block; margin-top: 4px; font-size: 22px; font-family: var(--display); color: var(--acid); }
.vb-mapa-tip i { display: inline-block; margin-top: 6px; font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; background: #1f8a4c; color: #fff; }
.vb-mapa-tip.is-ultimas i { background: var(--red); }
.vb-mapa-tip.is-agotado i { background: #555; }
.vb-mapa-tip.is-sin-dato i { background: #555; }
.vb-mapa-ayuda { margin: 10px 0 0; font-size: 13px; color: rgba(5,5,5,0.6); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.vb-mapa-ayuda a { color: var(--black); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.vb-price-table tr.is-hot td { background: rgba(200,242,11,0.28); }
.vb-price-table tbody tr[data-zona-fila] { cursor: pointer; }
@media (max-width: 900px) {
  .vb-mapa-tip { left: 50% !important; top: auto !important; bottom: 12px; transform: translate(-50%, 0); }
}


/* Plano v2: sin rótulos dentro, punto de color en la tabla, contorno de campo */
.vb-swatch { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 10px; vertical-align: -1px; box-shadow: 0 0 0 1px rgba(5,5,5,0.15); }
.vb-price-table tr.is-hot .vb-swatch { box-shadow: 0 0 0 3px rgba(200,242,11,0.9); }
.vb-mapa svg { padding: 10px; }
.vb-zona-nombre { font-size: 22px; letter-spacing: 0.06em; }
.vb-zona.is-hot rect { stroke-width: 5; }
.vb-zona:not(.vb-zona-fija):not(.is-hot) rect, .vb-zona:not(.vb-zona-fija):not(.is-hot) path { transition: opacity 180ms ease; }
.vb-mapa-tip { min-width: 200px; }
/* Zona activa: conserva su color, se ilumina y sube de brillo; el resto se atenúa */
.vb-zona.is-hot path { stroke: inherit; }
.vb-zona.is-hot { filter: brightness(1.25) drop-shadow(0 0 12px rgba(200,242,11,0.85)); }
.vb-zona.is-hot rect { stroke: #c8f20b; stroke-width: 5; }

.vb-mapa-lienzo { position: relative; }

/* iOS Safari: el SVG necesita proporción explícita para no colapsar en alto */
.vb-mapa svg { width: 100%; height: auto; max-width: 100%; display: block; }
.vb-mapa-lienzo { width: 100%; min-height: 200px; }
@media (max-width: 900px) { .vb-localidades-grid { display: block; } .vb-mapa { margin-top: 28px; } .vb-price-table-wrap { position: static; } }


/* ===== Plano en móvil: arriba y fijo, lista debajo ===== */
@media (max-width: 900px) {
  .vb-localidades-grid { display: flex; flex-direction: column; gap: 0; }
  .vb-mapa { order: -1; margin: 0 0 8px; }
  .vb-mapa-lienzo { position: sticky; top: calc(var(--header-height) + 6px); z-index: 20; background: var(--paper); padding: 6px 0 4px; }
  .vb-mapa svg { width: auto; max-width: 100%; height: 44vh; max-height: 420px; margin: 0 auto; padding: 6px; }
  .vb-mapa-tip { bottom: 16px; min-width: 0; width: max-content; max-width: 88%; padding: 10px 12px; }
  .vb-mapa-tip b { font-size: 17px; } .vb-mapa-tip span { font-size: 19px; }
  .vb-mapa-ayuda { font-size: 12px; margin: 4px 0 10px; }
  .vb-price-table-wrap { margin-top: 6px; }
  .vb-price-table th:nth-child(3), .vb-price-table td:nth-child(3) { display: none; }
  .vb-price-table td { padding: 12px 8px; }
  .vb-price-table td:first-child { font-size: 14px; }
  .vb-price-table .vb-num { font-size: 18px; }
  .vb-price-table .vb-chip { font-size: 10px; padding: 3px 7px; }
  .vb-price-table tr.is-hot td { background: rgba(200,242,11,0.35); }
}
/* El sticky debe vivir en el hijo directo de la rejilla para poder acompañar la lista */
@media (max-width: 900px) {
  .vb-mapa-lienzo { position: static; padding: 0; }
  .vb-mapa { position: sticky; top: calc(var(--header-height) + 6px); z-index: 20; background: var(--paper); padding: 6px 0 4px; align-self: stretch; }
  .vb-localidades, .vb-localidades .section-shell, .vb-localidades-grid { overflow: visible; }
}
/* Móvil: tarjeta dentro del área del plano y plano más bajo para dejar aire a la lista */
@media (max-width: 900px) {
  .vb-mapa-lienzo { position: relative; }
  .vb-mapa svg { height: 36vh; max-height: 360px; }
  .vb-mapa-ayuda span { display: none; }
  .vb-mapa-ayuda { justify-content: flex-end; margin: 2px 0 6px; }
}

/* ===== Footer compacto (3-sep) ===== */
.site-footer { padding-top: 44px; padding-bottom: 24px; }
.footer-top { gap: 24px; padding-bottom: 28px; align-items: center; }
.footer-top img { width: 190px; }
.footer-top p { font-size: clamp(28px, 3.4vw, 48px); line-height: 0.95; }
.footer-information { padding: 24px 0; gap: 24px; }
.footer-information span { margin-bottom: 8px; }
.footer-bottom { padding-top: 18px; gap: 16px; font-size: 11px; }
.footer-bottom > div { gap: 18px; }
@media (max-width: 900px) {
  .site-footer { padding-top: 32px; }
  .footer-top { padding-bottom: 18px; }
  .footer-top p { font-size: 26px; }
  .footer-information { padding: 16px 0; gap: 16px; }
}
/* Footer aún más compacto */
.site-footer { padding-top: 36px; padding-bottom: 20px; }
.footer-top { padding-bottom: 20px; }
.footer-information { padding: 18px 0; }
.footer-information > div { display: grid; gap: 6px; align-content: start; }
.footer-information p { margin: 0; font-size: 14px; line-height: 1.4; }
.footer-information small { font-size: 12px; color: var(--muted); }
.footer-information a { font-size: 14px; }
.footer-bottom { padding-top: 14px; }
.site-footer .footer-information { margin: 14px 0; padding: 16px 0; }
.site-footer .footer-information > div { padding: 0; min-height: 0; }
.site-footer .footer-information span { margin-bottom: 6px; }
.site-footer .footer-information a, .site-footer .footer-information p { line-height: 1.35; }

/* ===== Atención (tarjetas) en móvil: apiladas, compactas, sin solapes ===== */
@media (max-width: 900px) {
  .operation-hub { padding-block: 40px 8px; }
  .operation-heading { margin-bottom: 20px; }
  .operation-heading h2 { font-size: clamp(38px, 11vw, 48px); }
  .operation-heading p { font-size: 14px; }
  .operation-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 12px; width: 100%; }
  .operation-card { position: relative; display: block; width: 100% !important; min-height: 0 !important; height: auto !important; padding: 22px 110px 22px 20px !important; margin: 0 !important; border: 1px solid var(--line-dark) !important; transform: none !important; overflow: hidden; }
  .operation-card > span { font-size: 10px; letter-spacing: 0.14em; }
  .operation-card h3 { font-size: 28px !important; line-height: 0.95; margin: 12px 0 10px !important; }
  .operation-card h3 br { display: none; }
  .operation-card p { font-size: 14px; max-width: none; margin: 0 0 12px; }
  .operation-card strong { font-size: 12px; }
  .operation-card-featured { background: var(--red); }
  .op-alien, .op-alien-vuela, .op-alien-saluda, .op-alien-asoma { width: 84px; right: 10px; top: 50%; bottom: auto; transform: translate(40%, -50%) scale(0.9); opacity: 1; }
  .operation-card.is-peek .op-alien, .operation-card:hover .op-alien { transform: translate(0, -50%); animation: none; }
}
@media (max-width: 900px) {
  .operation-card h3 br { display: inline; }
  .operation-card strong { position: static !important; display: inline-block; margin-top: 10px; }
  .operation-card p { margin-bottom: 0; }
}

/* Tercera tarjeta de atención: blanca en reposo, negra al interactuar */
.operation-grid .operation-card:nth-child(3) { background: var(--white); color: var(--black); }
.operation-grid .operation-card:nth-child(3) p { color: rgba(5,5,5,0.65); }
.operation-grid .operation-card:nth-child(3) > span { color: var(--red); }
.operation-grid .operation-card:nth-child(3):hover, .operation-grid .operation-card:nth-child(3).is-peek { background: var(--black); color: var(--paper); }
.operation-grid .operation-card:nth-child(3):hover p, .operation-grid .operation-card:nth-child(3).is-peek p { color: var(--muted); }
.operation-grid .operation-card:nth-child(3):hover strong, .operation-grid .operation-card:nth-child(3).is-peek strong { color: var(--acid); }
/* Escritorio: el enlace inferior no se monta sobre textos de dos líneas */
@media (min-width: 901px) { .operation-card p { margin-bottom: 34px; } }


/* ===== Ficha: "Sobre el evento" balanceada ===== */
.event-detail-content { grid-template-columns: minmax(0, 1fr) 400px; gap: 64px; padding-block: 80px; align-items: start; }
.detail-copy h2 { font-size: clamp(44px, 5vw, 72px); margin-bottom: 24px; }
.detail-copy > p { font-size: 17px; line-height: 1.6; max-width: 60ch; color: var(--paper); }
.detail-conditions { margin-top: 36px; }
.event-buy-card { position: sticky; top: calc(var(--header-height) + 16px); }
.vb-afiche { margin: 22px 0 0; }
.vb-afiche a { display: block; }
.vb-afiche img { width: 100%; height: auto; display: block; border-radius: 6px; border: 1px solid var(--line-dark); }
.vb-afiche figcaption { margin-top: 8px; font-size: 12px; color: var(--muted); }
.vb-organiza { margin: 16px 0 0; display: flex; gap: 10px; align-items: baseline; font-size: 13px; }
.vb-organiza dt { color: var(--red); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 10px; }
.vb-organiza dd { margin: 0; color: var(--paper); font-weight: 600; }
@media (max-width: 900px) { .event-detail-content { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; } .event-buy-card { position: static; } }

/* ===== Menú móvil con más vida: entrada escalonada, hamburguesa que se convierte en X ===== */
@media (max-width: 900px) {
  .mobile-menu a { opacity: 0; transform: translateX(-28px); transition: opacity 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1); }
  body.menu-open .mobile-menu a { opacity: 1; transform: none; }
  body.menu-open .mobile-menu a:nth-child(2) { transition-delay: 120ms; }
  body.menu-open .mobile-menu a:nth-child(3) { transition-delay: 200ms; }
  body.menu-open .mobile-menu a:nth-child(4) { transition-delay: 280ms; }
  body.menu-open .mobile-menu a:nth-child(5) { transition-delay: 360ms; }
  body.menu-open .mobile-menu a:nth-child(6) { transition-delay: 440ms; }
  .mobile-menu a b { display: inline-block; transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1.4); }
  .mobile-menu a:active b, .mobile-menu a:hover b { transform: translateX(6px) rotate(-8deg); }
  .mobile-menu-label { opacity: 0; transform: translateY(-8px); transition: opacity 300ms ease 80ms, transform 300ms ease 80ms; }
  body.menu-open .mobile-menu-label { opacity: 1; transform: none; }
  .mobile-menu::after { content: "VIVE"; position: absolute; right: -6px; bottom: 40px; font-family: var(--display); font-size: 42vw; line-height: 0.8; color: rgba(5,5,5,0.12); pointer-events: none; transform: translateY(30px); opacity: 0; transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1) 150ms, opacity 500ms ease 150ms; }
  body.menu-open .mobile-menu::after { transform: none; opacity: 1; }
  .menu-button span:not(.sr-only) { transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 200ms ease; }
  .site-header.menu-open .menu-button { border-color: var(--white); background: rgba(255,255,255,0.12); }
  .site-header.menu-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
}
/* Escritorio: los enlaces del header responden al cursor */
.desktop-nav a { transition: color 200ms ease, transform 200ms ease; }
.desktop-nav a:hover { color: var(--acid); }
.header-ticket { transition: transform 200ms ease, background 200ms ease; }
.header-ticket:hover { transform: translateY(-2px); }
.header-ticket:hover svg { transform: translateX(3px); }
.header-ticket svg { transition: transform 200ms ease; }
/* El afiche dentro de la tarjeta de compra no hereda el estilo de la mascota */
.event-buy-card .vb-afiche { position: relative; margin: 22px 0 0; }
.event-buy-card .vb-afiche img { position: static !important; width: 100% !important; height: auto !important; max-width: none; opacity: 1 !important; transform: none !important; filter: none; }
.event-buy-card { overflow: visible; }
.event-buy-card .button { position: relative; z-index: 1; }
.event-buy-card > small { display: block; margin-top: 12px; }
/* Con el menú abierto, la barra de compra no debe flotar encima */
body.menu-open .mobile-buy-bar { opacity: 0; pointer-events: none; transition: opacity 200ms ease; }
.event-buy-card .vb-afiche img { margin: 0 !important; }
.event-buy-card p { font-size: 13px; }
.event-buy-card small { font-size: 12px; color: var(--muted); line-height: 1.45; }


/* ===== Recomendaciones de la ficha: tarjetas con ícono, borde y movimiento ===== */
.vb-tips { margin-top: 40px; }
.vb-tips .section-code { margin-bottom: 14px; }
.vb-tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vb-tip { position: relative; padding: 22px 22px 22px 24px; background: var(--black-raised); border: 1px solid var(--line-dark); border-left: 3px solid var(--red); transition: transform 220ms ease, border-color 220ms ease, background 220ms ease; }
.vb-tip:hover { transform: translateY(-3px); border-color: var(--acid); border-left-color: var(--acid); background: #1b1a17; }
.vb-tip-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(229,29,42,0.14); color: var(--red); margin-bottom: 14px; transition: background 220ms ease, color 220ms ease, transform 220ms ease; }
.vb-tip-icon svg { width: 26px; height: 26px; }
.vb-tip:hover .vb-tip-icon { background: rgba(200,242,11,0.16); color: var(--acid); transform: rotate(-6deg) scale(1.06); }
.vb-tip strong { display: block; font-family: var(--display); font-weight: 400; font-size: 24px; line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 8px; }
.vb-tip p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.vb-tip:nth-child(2) { transition-delay: 0ms; }
.js-reveals .vb-tip:nth-child(2):not(.is-visible) { transition-delay: 100ms; }
.js-reveals .vb-tip:nth-child(3):not(.is-visible) { transition-delay: 200ms; }
.js-reveals .vb-tip:nth-child(4):not(.is-visible) { transition-delay: 300ms; }
.vb-tip .vb-ico-check { stroke-dasharray: 30; stroke-dashoffset: 30; transition: stroke-dashoffset 500ms ease 150ms; }
.vb-tip:hover .vb-ico-check { stroke-dashoffset: 0; }
.vb-tip .vb-ico-hand { transform-origin: 32px 34px; transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.vb-tip:hover .vb-ico-hand { transform: rotate(120deg); }
.vb-tip .vb-ico-mail { transition: transform 300ms ease; transform-origin: 32px 30px; }
.vb-tip:hover .vb-ico-mail { transform: translateY(-2px); }
@media (max-width: 900px) { .vb-tips-grid { grid-template-columns: 1fr; gap: 10px; } .vb-tip { padding: 18px; } .vb-tip strong { font-size: 21px; } }

/* Móvil: la tarjeta de compra repite hero y barra fija; queda solo afiche + organizador */
@media (max-width: 900px) {
  .event-buy-card { padding: 0; background: transparent; }
  .event-buy-card > span, .event-buy-card > h3, .event-buy-card > p, .event-buy-card > .button, .event-buy-card > small { display: none; }
  .event-buy-card .vb-afiche { margin-top: 0; }
  .event-buy-card .vb-afiche figcaption { font-size: 13px; }
  .event-detail-content { gap: 28px; }
}


/* ===== Mapa real del punto de venta ===== */
.points-map { position: relative; min-height: 560px; }
.vb-mapa-real { position: absolute; inset: 0; z-index: 2; background: #e9e5dc; }
.vb-mapa-real .leaflet-tile-pane { filter: saturate(0.55) contrast(1.02); }
.vb-mapa-real .leaflet-control-zoom a { background: var(--black); color: var(--paper); border-color: var(--black); }
.vb-mapa-real .leaflet-control-zoom a:hover { background: var(--red); }
.vb-mapa-real .leaflet-control-attribution { font-size: 10px; background: rgba(240,237,230,0.85); }
.vb-pin { background: none; border: 0; display: grid; justify-items: center; text-align: center; filter: drop-shadow(0 14px 18px rgba(0,0,0,0.35)); }
.vb-pin-alien { display: block; width: 70px; height: 62px; overflow: hidden; margin-bottom: -6px; }
.vb-pin-alien img { width: 70px; display: block; animation: vb-pin-asoma 2.6s ease-in-out infinite; }
.vb-pin-label { display: block; padding: 8px 14px; background: var(--red); color: #fff; font-family: var(--display); font-size: 16px; line-height: 1; text-transform: uppercase; letter-spacing: 0.03em; border-radius: 6px; }
.vb-pin-punta { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid var(--red); }
.leaflet-marker-icon.vb-pin:hover .vb-pin-label { background: var(--black); }
@keyframes vb-pin-asoma { 0%, 100% { transform: translateY(6px); } 50% { transform: translateY(0); } }
.vb-mapa-real .leaflet-popup-content-wrapper { background: var(--black); color: var(--paper); border-radius: 6px; font-family: var(--body); }
.vb-mapa-real .leaflet-popup-content a { color: var(--acid); }
.vb-mapa-real .leaflet-popup-tip { background: var(--black); }
@media (prefers-reduced-motion: reduce) { .vb-pin-alien img { animation: none; } }
@media (max-width: 900px) { .points-map { min-height: 360px; } .points-layout { grid-template-columns: 1fr; } }
/* Mapa OSM en tono papel: sin color chillón, que combine con la página */
.vb-mapa-real .leaflet-tile-pane { filter: grayscale(0.85) sepia(0.18) brightness(1.04) contrast(0.95); }
.vb-pin-alien img { width: 70px; height: auto; display: block; max-width: none; }
.leaflet-container .vb-pin .vb-pin-alien img { width: 70px !important; height: auto !important; max-width: 70px !important; }
.leaflet-container .vb-pin .vb-pin-alien { width: 70px; height: 62px; overflow: hidden; }


/* ===== Footer ordenado en móvil ===== */
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 6px 0; align-items: center; }
.footer-bottom > div a { padding: 2px 0; }
.footer-bottom > div a + a::before { content: "·"; margin: 0 10px; color: var(--muted); }
@media (max-width: 900px) {
  .site-footer { padding: 28px 20px 18px; }
  .footer-top { display: grid; grid-template-columns: 1fr; gap: 10px; padding-bottom: 16px; }
  .footer-top img { width: 160px; }
  .footer-top p { font-size: 22px; line-height: 0.95; }
  .site-footer .footer-information { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; padding: 14px 0; margin: 10px 0; }
  .site-footer .footer-information > div { gap: 4px; }
  .site-footer .footer-information span { font-size: 10px; margin-bottom: 2px; }
  .site-footer .footer-information a, .site-footer .footer-information p { font-size: 13px; line-height: 1.35; }
  .site-footer .footer-information small { font-size: 11px; }
  .site-footer .footer-pagos { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line-dark); }
  .site-footer .footer-pagos p { display: inline; }
  .site-footer .footer-pagos small { display: inline; margin-left: 6px; }
  .footer-bottom { display: grid; gap: 12px; padding-top: 12px; font-size: 10.5px; }
  .footer-bottom > div a + a::before { margin: 0 8px; }
  .footer-bottom > span { color: var(--muted); }
}
@media (max-width: 900px) { .footer-top { gap: 6px; } .footer-top p { margin: 0; } .footer-top img { margin-bottom: 4px; } }


/* Páginas sin hero: la primera sección respira bajo el header fijo */
.vb-sin-hero > .page-section:first-child { padding-top: calc(var(--header-height) + 48px); }
.point-information h1 { font-family: var(--display); font-weight: 400; font-size: clamp(44px, 5vw, 76px); line-height: 0.92; text-transform: uppercase; margin: 10px 0 14px; }
.vb-punto-intro { font-size: 16px; color: rgba(5,5,5,0.7); max-width: 40ch; margin: 0 0 14px; }
.point-information .vb-hoy { margin: 0 0 22px; color: var(--black); }
.point-information .vb-hoy i { background: #1f8a4c; }
@media (max-width: 900px) { .vb-sin-hero > .page-section:first-child { padding-top: calc(var(--header-height) + 20px); } .point-information h1 { font-size: 40px; } }

/* WhatsApp (7-sep-2026) */
.vb-wa-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 14px; font-weight: 600; color: var(--lime, #c6ff3d); text-decoration: none; }
.vb-wa-link svg { flex-shrink: 0; }
.vb-wa-link:hover span { text-decoration: underline; }
.vb-trust > * { min-width: 0; }
.footer-wa { display: block; margin-top: 6px; }

/* Video de hero (7-sep-2026) */
.hero-image { overflow: hidden; }
.vb-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; display: block; }
.event-detail-backdrop .vb-hero-video { filter: saturate(0.85); }
/* 21-sep: el hero va siempre en video (decisión de Santiago); ya no se oculta con reduced-motion. */

/* Logo de la gira sobre el hero (7-sep-2026) */
.vb-hero-lockup { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 44px; width: min(300px, 21vw); height: auto; z-index: 4; pointer-events: none; opacity: .96; filter: drop-shadow(0 6px 18px rgba(0,0,0,.65)); }
.event-detail-hero .vb-hero-lockup { bottom: 36px; }
@media (max-width: 900px) { .vb-hero-lockup { right: 20px; bottom: auto; top: 96px; width: 150px; } }


/* ===== Burbuja WhatsApp fija abajo a la derecha (16-sep-2026) ===== */
.vb-wa-float { position: fixed; right: 20px; flex-direction: row-reverse; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 150; display: flex; align-items: center; gap: 0; height: 58px; min-width: 58px; padding: 0 14px; border-radius: 999px; background: var(--black, #050505); color: var(--red, #e51d2a); border: 1px solid rgba(229, 29, 42, 0.55); text-decoration: none; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06) inset; transition: transform 0.25s ease, box-shadow 0.25s ease, gap 0.3s ease, bottom 0.3s ease, opacity 0.2s ease; }
.vb-wa-float svg { flex: 0 0 30px; }
.vb-wa-float-label { max-width: 0; overflow: hidden; white-space: nowrap; font-family: var(--body, inherit); font-size: 14px; font-weight: 600; color: var(--paper, #f0ede6); transition: max-width 0.35s ease; }
.vb-wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(229, 29, 42, 0.5); animation: vb-wa-ping 2.6s ease-out 1.5s 3; pointer-events: none; }
.vb-wa-float:hover, .vb-wa-float:focus-visible { transform: translateY(-2px); gap: 10px; border-color: var(--red, #e51d2a); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.6), 0 0 22px rgba(229, 29, 42, 0.28); }
.vb-wa-float:hover .vb-wa-float-label, .vb-wa-float:focus-visible .vb-wa-float-label { max-width: 180px; }
.vb-wa-float:focus-visible { outline: 2px solid var(--acid, #c6ff00); outline-offset: 3px; }
@keyframes vb-wa-ping { 0% { box-shadow: 0 0 0 0 rgba(229, 29, 42, 0.5); } 80%, 100% { box-shadow: 0 0 0 16px rgba(229, 29, 42, 0); } }
body.menu-open .vb-wa-float { opacity: 0; pointer-events: none; }
@media (max-width: 900px) {
  .vb-wa-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); height: 54px; min-width: 54px; padding: 0 12px; }
  .vb-wa-float svg { flex-basis: 28px; width: 28px; height: 28px; }
  /* En la ficha la barra de compra ocupa el borde inferior: la burbuja sube por encima. */
  body:has(.mobile-buy-bar) .vb-wa-float { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
}
@media (prefers-reduced-motion: reduce) { .vb-wa-float, .vb-wa-float-label { transition: none; } .vb-wa-float::before { animation: none; } }
@media print { .vb-wa-float { display: none; } }


/* ===== Medios de pago con logos oficiales SVG (16-sep-2026) ===== */
.vb-trust-pagos { display: flex; flex-wrap: wrap; gap: 8px; flex-shrink: 0; }
.vb-trust-pagos .vb-pago { display: inline-flex; align-items: center; justify-content: center; height: 40px; min-width: 68px; padding: 0 12px; background: #fff; border: 1px solid rgba(5, 5, 5, 0.12); border-radius: 8px; box-shadow: 0 1px 2px rgba(5, 5, 5, 0.06); }
.vb-trust-pagos .vb-pago img { display: block; width: auto; height: 16px; padding: 0; background: none; border-radius: 0; }
.vb-trust-pagos .vb-pago-mastercard img { height: 24px; }
.vb-trust-pagos .vb-pago-nequi img { height: 17px; }
.vb-trust-pagos .vb-pago-daviplata { padding: 0 6px; }
.vb-trust-pagos .vb-pago-daviplata img { height: 28px; border-radius: 6px; }
@media (max-width: 900px) {
  .vb-trust-pagos .vb-pago { height: 36px; min-width: 60px; padding: 0 10px; }
  .vb-trust-pagos .vb-pago img { height: 14px; }
  .vb-trust-pagos .vb-pago-mastercard img { height: 21px; }
  .vb-trust-pagos .vb-pago-nequi img { height: 15px; }
  .vb-trust-pagos .vb-pago-daviplata img { height: 26px; }
  /* En columna, flex-basis 320px se volvía alto: quedaba un hueco negro. */
  .vb-cta-trust .vb-trust, .vb-cta-trust .vb-trust p { flex: 0 0 auto; }
}

/* Ficha movil: chip CALI/estado pegado al titulo (21-sep) */
@media (max-width: 900px) {
  .event-detail-kicker { margin-top: 150px; }
  .event-detail-hero h1 { margin-top: 8px; }
}

/* Plano v3 calcado de la tiquetera (21-sep) */
.vb-mapa-bloque { font-family: var(--display), Impact, sans-serif; font-size: 22px; letter-spacing: 0.08em; pointer-events: none; }
.vb-zona-fija .vb-zona-nombre { font-size: 44px; letter-spacing: 0.04em; }
.vb-mapa-franja { font-family: var(--display), Impact, sans-serif; font-size: 44px; letter-spacing: 0.03em; pointer-events: none; }
.vb-mapa-franja-sub { font-family: var(--body); font-size: 16px; font-weight: 700; letter-spacing: 0.16em; pointer-events: none; opacity: 0.9; }
.vb-zona .vb-sillas-base { stroke: none; }
.vb-zona.is-hot .vb-sillas-base { fill-opacity: 0.4; }
.vb-mapa.is-focus .vb-zona-fija:not([class*="is-"]) { opacity: 1; }
.vb-mapa-tip-cta { display: none; }
@media (max-width: 900px) {
  .vb-localidades-grid { display: flex; flex-direction: column; gap: 0; }
  .vb-mapa, .vb-mapa-lienzo { position: static; top: auto; z-index: auto; background: none; padding: 0; }
  .vb-mapa { order: -1; margin: 0 0 20px; }
  .vb-mapa svg { width: 100%; height: auto; max-height: none; margin: 0; padding: 6px; border-radius: 12px; }
  .vb-mapa-ayuda { justify-content: space-between; margin: 10px 0 0; font-size: 12px; }
  .vb-mapa-ayuda span { display: inline; }
  .vb-mapa-tip { position: relative; left: auto !important; top: auto !important; bottom: auto; transform: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; max-width: none; min-width: 0; margin-top: 10px; pointer-events: auto; box-shadow: none; }
  .vb-mapa-tip[hidden] { display: none; }
  .vb-mapa-tip-cta { display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 12px 16px; border-radius: 999px; background: var(--acid); color: #1f2600; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; }
  .vb-price-table-wrap { margin-top: 0; overflow: visible; align-self: stretch; width: 100%; }
  .vb-price-table thead { display: none; }
  .vb-price-table tbody tr { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 12px; padding: 12px 6px; border-bottom: 1px solid var(--line-light); }
  .vb-price-table td { display: block; padding: 0; border: 0; }
  .vb-price-table td.vb-td-etapa { display: none; }
  .vb-price-table td:first-child { grid-column: 1; grid-row: 1; font-size: 15px; }
  .vb-price-table td.vb-num { grid-column: 2; grid-row: 1 / span 2; font-size: 22px; text-align: right; }
  .vb-price-table td.vb-td-estado { display: block; grid-column: 1; grid-row: 2; margin-top: 3px; padding-left: 22px; }
  .vb-price-table td.vb-td-estado .vb-chip { background: none; padding: 0; margin: 0; font-size: 10px; color: #1f8a4c; }
  .vb-price-table tr.is-agotado td.vb-td-estado .vb-chip, .vb-price-table tr.is-ultimas td.vb-td-estado .vb-chip { color: var(--red); }
  .vb-price-table tr.is-hot { background: rgba(200,242,11,0.35); }
  .vb-price-table tr.is-hot td { background: none; }
  .vb-mapa-bloque { font-size: 30px; }
  .vb-zona-fija .vb-zona-nombre { font-size: 54px; }
  .vb-price-table, .vb-price-table tbody { display: block; width: 100%; }
  .vb-mapa-franja { font-size: 52px; }
  .vb-mapa-franja-sub { font-size: 20px; }
}

/* Ficha: marquee de datos solo en móvil (21-sep, patrón Animata marquee-x). Escritorio conserva la grilla. */
@keyframes vb-marquee-x { from { transform: translateX(0); } to { transform: translateX(calc(-100% - var(--gap))); } }
.vb-mq { display: none; }
@media (max-width: 900px) {
  .event-detail-hero .vb-ficha-info { display: none; }
  .vb-mq { display: flex; gap: var(--gap); overflow: hidden; width: 100vw; margin: 22px 0 26px -16px; border-top: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18); }
  .vb-mq-track.hero-info { display: flex; flex: none; flex-wrap: nowrap; gap: var(--gap); margin: 0; padding: 0; max-width: none; border: 0; grid-template-columns: none; animation: vb-marquee-x var(--duration) linear infinite; }
  .vb-mq:hover .vb-mq-track, .vb-mq:active .vb-mq-track, .vb-mq:focus .vb-mq-track, .vb-mq:focus-within .vb-mq-track { animation-play-state: paused; }
  .vb-mq:focus-visible { outline: 2px solid var(--acid); outline-offset: -2px; }
  .vb-mq:focus:not(:focus-visible) { outline: none; }
  .vb-mq-track.hero-info > div { flex: none; display: flex; flex-direction: column; justify-content: center; min-height: 0; width: max-content; max-width: none; padding: 16px 26px; border: 0; border-right: 1px solid rgba(255,255,255,0.18); }
  .vb-mq-track.hero-info > div:first-child { flex-direction: row; align-items: center; gap: 14px; padding-left: 22px; }
  .vb-mq-track.hero-info .hero-date > strong { font-size: 48px; line-height: 0.9; }
  .vb-mq-track.hero-info .hero-date span { display: flex; flex-direction: column; gap: 4px; }
  .vb-mq-track.hero-info span, .vb-mq-track.hero-info small { font-size: 11px; }
  .vb-mq-track.hero-info strong { font-size: 15px; line-height: 1.3; white-space: nowrap; }
  .vb-mq-track.hero-info .vb-ficha-desde strong { font-size: 30px; }
}
@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .vb-mq { overflow-x: auto; }
  .vb-mq-track { animation: none !important; }
  .vb-mq-track[aria-hidden] { display: none !important; }
}

/* Ficha móvil: "Antes de ir" compacto (21-sep). Filas ícono | texto y animaciones al entrar en pantalla. */
@keyframes vb-tip-barra { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes vb-tip-pop { 0% { transform: scale(0.6); opacity: 0; } 70% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); } }
@media (max-width: 900px) {
  .vb-tips { margin-top: 28px; }
  .vb-tips-grid { gap: 0; border-top: 1px solid var(--line-dark); }
  .vb-tip { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; align-items: start; padding: 14px 4px 14px 14px; background: none; border: 0; border-bottom: 1px solid var(--line-dark); }
  .vb-tip::before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 2px; background: var(--red); transform-origin: top; transform: scaleY(0); }
  .vb-tip.is-visible::before { animation: vb-tip-barra 500ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
  .vb-tip:hover { transform: none; background: none; }
  .vb-tip-icon { grid-row: 1 / span 2; width: 38px; height: 38px; margin: 0; }
  .vb-tip-icon svg { width: 21px; height: 21px; }
  .vb-tip.is-visible .vb-tip-icon { animation: vb-tip-pop 520ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .vb-tip strong { font-size: 18px; margin: 2px 0 4px; }
  .vb-tip p { font-size: 13px; line-height: 1.45; }
  .vb-tip:nth-child(2).is-visible::before, .vb-tip:nth-child(2).is-visible .vb-tip-icon { animation-delay: 120ms; }
  .vb-tip:nth-child(3).is-visible::before, .vb-tip:nth-child(3).is-visible .vb-tip-icon { animation-delay: 240ms; }
  .vb-tip:nth-child(4).is-visible::before, .vb-tip:nth-child(4).is-visible .vb-tip-icon { animation-delay: 360ms; }
  /* En táctil no hay hover: los íconos hacen su micro-animación al aparecer. */
  .vb-tip.is-visible .vb-ico-check { stroke-dashoffset: 0; transition-delay: 450ms; }
  .vb-tip.is-visible .vb-ico-hand { transform: rotate(120deg); transition-delay: 700ms; }
  .vb-tip.is-visible .vb-ico-mail { transform: translateY(-2px); transition-delay: 500ms; }
}
@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .vb-tip::before { transform: none; }
  .vb-tip.is-visible::before, .vb-tip.is-visible .vb-tip-icon { animation: none; }
}

/* 21-sep: "Antes de ir" con numerales en contorno (sin íconos stock) — móvil y escritorio. */
.vb-tip .vb-tip-icon { display: none; }
.vb-tip-num { display: block; width: max-content; font-family: var(--display); font-size: 64px; line-height: 0.85; letter-spacing: 0.01em; color: transparent; -webkit-text-stroke: 1.2px rgba(229,29,42,0.9);
  background: linear-gradient(to top, var(--red) 50%, transparent 50%) bottom / 100% 0% no-repeat; -webkit-background-clip: text; background-clip: text; margin-bottom: 12px; transition: background-size 700ms cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-text-stroke-color 300ms ease; }
.vb-tip.is-visible .vb-tip-num, .vb-tip:hover .vb-tip-num { background-size: 100% 200%; }
.vb-tip:hover .vb-tip-num { -webkit-text-stroke-color: var(--acid); }
.vb-tip strong { transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 500ms ease; }
.js-reveals .vb-tip:not(.is-visible) strong { transform: translateX(-14px); opacity: 0; }
.vb-tip:nth-child(2) .vb-tip-num, .vb-tip:nth-child(2) strong { transition-delay: 120ms; }
.vb-tip:nth-child(3) .vb-tip-num, .vb-tip:nth-child(3) strong { transition-delay: 240ms; }
.vb-tip:nth-child(4) .vb-tip-num, .vb-tip:nth-child(4) strong { transition-delay: 360ms; }
@media (max-width: 900px) {
  .vb-tip { grid-template-columns: 58px 1fr; }
  .vb-tip-num { grid-row: 1 / span 2; font-size: 50px; margin: 0; }
}

/* 21-sep móvil: otros eventos en fila compacta; la imagen se muestra a su tamaño nativo 3:2 (375x250), sin recorte ni ampliación. */
@media (max-width: 900px) {
  .vb-cartel-grid { grid-template-columns: 1fr; gap: 0; margin-top: 18px; border-top: 1px solid var(--line-dark); }
  .vb-cartel-item { grid-template-columns: 120px 1fr 18px; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
  .vb-cartel-item img { width: 120px; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 4px; }
  .vb-cartel-item b { font-size: 19px; }
  .vb-cartel-item small { font-size: 12px; line-height: 1.4; }
  .vb-cartel-item::after { content: ""; width: 14px; height: 14px; background: var(--acid); -webkit-mask: linear-gradient(#000 0 0) center / 100% 2px no-repeat, linear-gradient(#000 0 0) right / 2px 100% no-repeat; transform: rotate(-45deg) translate(-2px, 2px); opacity: 0.9; }
  .vb-cartel-item:active { background: rgba(255,255,255,0.04); }
}

/* 21-sep móvil: etapas de venta como línea de tiempo que se dibuja al aparecer. */
@keyframes vb-etapa-punto { 0% { transform: scale(0); } 70% { transform: scale(1.3); } 100% { transform: scale(1); } }
@media (max-width: 900px) {
  .vb-etapas { margin-top: 32px; padding-top: 24px; }
  .vb-etapas ol { display: block; margin-top: 14px; position: relative; }
  .vb-etapas li { position: relative; padding: 0 0 18px 28px; background: none; border: 0; }
  .vb-etapas li:last-child { padding-bottom: 0; }
  .vb-etapas li::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: -6px; width: 2px; background: var(--red); transform-origin: top; transform: scaleY(0); transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 200ms; }
  .vb-etapas li:last-child::before { display: none; }
  .vb-etapas li::after { content: ""; position: absolute; left: 0; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 2px solid var(--red); }
  .vb-etapas li:first-child::after { background: var(--red); }
  .vb-etapas li.is-visible::before { transform: scaleY(1); }
  .vb-etapas li.is-visible::after { animation: vb-etapa-punto 450ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .vb-etapas strong { font-size: 15px; margin-bottom: 2px; }
  .vb-etapas span { font-size: 13px; }
  .vb-etapas small { margin-top: 3px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .vb-tip-num { background-size: 100% 200%; transition: none; }
  .vb-etapas li::before { transform: none; transition: none; }
}

/* 21-sep móvil: botón Comprar del hero centrado y a todo el ancho; menos aire entre secciones de la ficha. */
@media (max-width: 900px) {
  .event-detail-hero { min-height: 0; padding-bottom: 28px; }
  .event-detail-hero .vb-mq { margin-bottom: 18px; }
  .event-detail-actions { margin-top: 0; display: flex; justify-content: center; }
  .event-detail-actions .button-accent { width: 100%; max-width: 420px; justify-content: center; gap: 12px; min-height: 54px; }
  .vb-facts { margin-top: 0; }
  body.event-page .page-section { padding-top: 40px; padding-bottom: 44px; }
  body.event-page .page-section-heading { margin-bottom: 28px; }
  body.event-page .page-section-heading h2 { margin: 12px 0 14px; }
}

/* 21-sep móvil: el mismo marquee en el hero de la home. */
@media (max-width: 900px) {
  .hero .hero-copy > .hero-info { display: none; }
  .vb-mq-home { margin-top: 24px; margin-bottom: 22px; }
  .vb-mq-home [hidden] { display: none !important; }
}

/* 21-sep: zona no disponible/agotada no ofrece botón de compra en la tarjeta del plano. */
.vb-mapa-tip.is-agotado .vb-mapa-tip-cta { display: none; }
.vb-mapa-tip span:empty { display: none; }

/* 21-sep: la burbuja de WhatsApp cede el paso al botón de compra del hero en móvil. */
.vb-wa-float.is-cedida { opacity: 0; transform: translateY(12px); pointer-events: none; }

/* 21-sep (Astra P3): en móvil la etapa y el precio full se leen bajo el nombre de la localidad. */
@media (max-width: 900px) {
  .vb-price-table td.vb-td-etapa { display: block; grid-column: 1; grid-row: 3; margin-top: 2px; padding-left: 22px; font-size: 11.5px; color: rgba(5,5,5,0.58); }
  .vb-price-table td.vb-num { grid-row: 1 / span 3; }
}

/* 21-sep móvil home: hero sin aire muerto, CTA a todo el ancho y franja de confianza compacta. */
@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero .hero-shell { min-height: 0; padding-bottom: 76px; }
  .hero .hero-rail { bottom: 20px; }
  .hero .hero-actions { grid-template-columns: 1fr; margin-top: 0; }
  .hero .hero-actions .button-ghost { display: none; }
  .hero .hero-actions .button-accent { min-height: 54px; justify-content: center; gap: 12px; }
  .vb-trust-strip-grid > div { padding: 14px 16px 13px; gap: 5px; }
  .vb-trust-strip-grid > div::before, .vb-trust-strip-grid > div:first-child::before { left: 16px; width: 22px; height: 2px; }
  .vb-trust-strip-grid span { font-size: 10px; }
  .vb-trust-strip-grid strong { font-size: 17px; }
  .vb-trust-strip-grid small { display: none; }
}

/* 21-sep: plano del estadio calcado de la tiquetera (fondo claro, zonas pastel, rótulos dentro). */
.vb-mapa svg[data-plantilla="estadio"] { background: #f4f3ef; border-color: rgba(5,5,5,0.14); }
.vb-mapa-rotulo { font-family: var(--body); font-weight: 800; letter-spacing: 0.01em; pointer-events: none; }
svg[data-plantilla="estadio"] .vb-zona-fija .vb-zona-nombre { font-size: 30px; letter-spacing: 0.04em; }
svg[data-plantilla="estadio"] .vb-zona .vb-zf { stroke: #f4f3ef; stroke-width: 2.5; transition: fill-opacity 180ms ease; }
svg[data-plantilla="estadio"] .vb-zona.is-hot { filter: drop-shadow(0 3px 7px rgba(5,5,5,0.35)); }
svg[data-plantilla="estadio"] .vb-zona.is-hot .vb-zf { fill-opacity: 1; stroke: #050505; stroke-width: 2; }
svg[data-plantilla="estadio"] .vb-zona.is-hot rect { stroke: none; }
svg[data-plantilla="estadio"] .vb-zona.is-hot .vb-sillas-base { fill-opacity: 0.45; stroke: #050505; stroke-width: 1.5; }
.vb-mapa.is-focus svg[data-plantilla="estadio"] .vb-zona:not(.is-hot):not(.vb-zona-fija) { opacity: 0.38; }
@media (max-width: 900px) { svg[data-plantilla="estadio"] .vb-zona-fija .vb-zona-nombre { font-size: 30px; } }

/* 21-sep: lista de precios en su propio scroll (no alarga la página), filas compactas. */
.vb-price-cuenta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 0 0 8px; font-size: 12px; color: rgba(5,5,5,0.6); }
.vb-price-cuenta b { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
.vb-price-table-wrap { position: relative; max-height: min(64vh, 560px); overflow-y: auto; overscroll-behavior: auto; -webkit-overflow-scrolling: touch; border-top: 2px solid var(--black); border-bottom: 1px solid var(--line-light); scrollbar-width: thin; scrollbar-color: rgba(5,5,5,0.35) transparent; }
.vb-price-table-wrap::after { content: ""; position: sticky; display: block; left: 0; right: 0; bottom: 0; height: 28px; margin-top: -28px; background: linear-gradient(to top, var(--paper), rgba(240,237,230,0)); pointer-events: none; transition: opacity 200ms ease; }
.vb-price-table-wrap.is-fin::after { opacity: 0; }
.vb-price-table-wrap:focus-visible { outline: 2px solid var(--black); outline-offset: 2px; }
@media (min-width: 901px) {
  .vb-price-col { position: sticky; top: calc(var(--header-height) + 16px); }
  .vb-price-table-wrap { position: relative; top: auto; }
  .vb-price-table thead th { position: sticky; top: 0; z-index: 2; background: var(--paper); border-bottom: 1px solid var(--black); padding: 10px 12px; }
  .vb-price-table-wrap { border-top: 0; }
  .vb-price-table td { padding: 11px 12px; }
  .vb-price-table td.vb-td-etapa { font-size: 13px; color: rgba(5,5,5,0.62); }
  .vb-price-table .vb-num { font-size: 21px; }
  .vb-mapa { position: sticky; top: calc(var(--header-height) + 16px); }
}
@media (max-width: 900px) {
  .vb-price-col { align-self: stretch; width: 100%; }
  .vb-price-table-wrap { max-height: 46vh; }
  .vb-price-table tbody tr { padding: 9px 6px; }
  .vb-price-table td:first-child { font-size: 14px; }
  .vb-price-table td.vb-num { font-size: 19px; }
  .vb-price-table td.vb-td-estado { margin-top: 1px; }
  .vb-price-table tr.is-disponible td.vb-td-estado { display: none; }
  .vb-price-table tr.is-disponible td.vb-td-etapa { grid-row: 2; }
  .vb-price-table tr.is-disponible td.vb-num { grid-row: 1 / span 2; }
  .vb-price-cuenta span { font-size: 11.5px; }
}
/* El tema pone stroke a todo <svg>; en el plano claro del estadio se anula en textos y sillas. */
.vb-mapa svg[data-plantilla="estadio"] text, .vb-mapa svg[data-plantilla="estadio"] rect { stroke: none; }
.vb-mapa svg[data-plantilla="estadio"] .vb-zona-fija .vb-zona-nombre { fill: #fff; }

/* 21-sep: pulido lista/plano. */
@media (min-width: 901px) { .vb-price-table td.vb-td-etapa { white-space: nowrap; font-size: 12.5px; } .vb-price-table td { padding: 9px 12px; } .vb-price-table td:first-child { font-size: 15px; } }
@media (max-width: 900px) { .vb-mapa-ayuda span { display: none; } .vb-mapa-ayuda { justify-content: flex-end; margin: 6px 0 0; } .vb-mapa { margin-bottom: 12px; } }

/* 21-sep: títulos del hero sin renglones montados. Cada renglón en una línea; app.js ajusta el tamaño al ancho. */
.hero h1, .event-detail-hero h1 { white-space: nowrap; line-height: 0.9; letter-spacing: -0.02em; }
.hero h1 span { padding-bottom: 0.02em; }
@media (max-width: 900px) { .hero h1, .event-detail-hero h1 { line-height: 0.92; } }

/* 21-sep: logo para fondo oscuro (VIVE y .COM en blanco), sin halo. */
.brand img, .footer-top img { filter: none; }

/* 21-sep: al fijar una zona en escritorio, la tarjeta del plano también ofrece comprar esa localidad. */
@media (min-width: 901px) {
  .vb-mapa-tip.is-fijo { pointer-events: auto; }
  .vb-mapa-tip.is-fijo .vb-mapa-tip-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 9px 14px; border-radius: 999px; background: var(--acid); color: #1f2600; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
  .vb-mapa-tip.is-fijo.is-agotado .vb-mapa-tip-cta { display: none; }
}
@media (max-width: 900px) { .vb-mapa-tip-cta { max-width: 52%; text-align: center; line-height: 1.15; } }
.vb-mapa-tip .vb-mapa-tip-cta span { display: inline; margin: 0; font: inherit; font-size: inherit; color: inherit; letter-spacing: inherit; }
.vb-mapa-tip .vb-mapa-tip-cta .vb-arrow { flex: none; }

/* 21-sep móvil: hero a pantalla completa para que el video respire; textos, marquee y botones más pequeños, anclados abajo. */
@media (max-width: 900px) {
  .hero { min-height: 100vh; min-height: 100svh; display: flex; }
  .hero .hero-copy { min-width: 0; width: 100%; }
  .hero .hero-shell { flex: none; align-items: stretch; margin-left: auto; margin-right: auto; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 110px; padding-bottom: 64px; }
  .hero .hero-kicker { margin-bottom: 10px; font-size: 10px; }
  .hero h1, .event-detail-hero h1 { font-size: clamp(38px, 13vw, 54px); }
  .event-detail-hero { min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; padding-top: 110px; padding-bottom: 92px; }
  .event-detail-hero-copy { width: 100%; }
  .event-detail-kicker { margin-top: 0; }
  .event-detail-hero h1 { margin: 6px 0 0; }
  .vb-mq, .vb-mq-home, .event-detail-hero .vb-mq { margin-top: 14px; margin-bottom: 14px; }
  .vb-mq-track.hero-info > div { padding: 9px 18px; }
  .vb-mq-track.hero-info > div:first-child { gap: 10px; padding-left: 18px; }
  .vb-mq-track.hero-info .hero-date > strong { font-size: 32px; }
  .vb-mq-track.hero-info .hero-date b { font-size: 12px; }
  .vb-mq-track.hero-info span, .vb-mq-track.hero-info small { font-size: 9.5px; }
  .vb-mq-track.hero-info strong { font-size: 13px; }
  .vb-mq-track.hero-info .vb-ficha-desde strong { font-size: 22px; }
  .hero .hero-actions .button-accent, .event-detail-actions .button-accent { min-height: 46px; font-size: 12px; }
  .hero .hero-rail { bottom: 16px; }
  .hero .hero-tab { width: 34px; height: 34px; min-width: 34px; font-size: 10px; }
  .vb-hero-lockup { width: 128px; }
}
