:root{
  --bg:#05000b;
  --panel:#0d0615;
  --panel-2:#12091c;
  --pink:#ff16a8;
  --pink-2:#ff4ec5;
  --cyan:#00ddff;
  --purple:#7d35ff;
  --yellow:#ffe600;
  --white:#fff;
  --muted:#b9aec5;
  --border:rgba(255,255,255,.11);
  --shadow:0 20px 70px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--white);
  background:
    radial-gradient(circle at 10% 10%,rgba(125,53,255,.12),transparent 24%),
    radial-gradient(circle at 90% 40%,rgba(255,22,168,.08),transparent 25%),
    var(--bg);
  font-family:"Montserrat",sans-serif;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
section{position:relative}
.noise{
  position:fixed;inset:0;z-index:999;pointer-events:none;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.page-progress{
  position:fixed;left:0;top:0;z-index:1001;height:3px;width:0;
  background:linear-gradient(90deg,var(--pink),var(--cyan),var(--yellow));
  box-shadow:0 0 16px var(--pink);
}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  min-height:78px;padding:10px clamp(18px,4vw,65px);
  display:flex;align-items:center;justify-content:space-between;
  background:linear-gradient(180deg,rgba(5,0,11,.9),rgba(5,0,11,.25),transparent);
  transition:.25s ease;
}
.site-header.scrolled{
  min-height:68px;
  background:rgba(5,0,11,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand img{width:128px;filter:drop-shadow(0 0 15px rgba(255,22,168,.25))}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{
  position:relative;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
}
.main-nav a:not(.nav-cta)::after{
  content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;
  background:linear-gradient(90deg,var(--pink),var(--cyan));transition:.2s;
}
.main-nav a:hover::after{width:100%}
.nav-cta{
  padding:11px 17px;border:1px solid rgba(0,221,255,.6);border-radius:999px;
  box-shadow:0 0 20px rgba(0,221,255,.12);
}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;margin:5px;background:#fff}

.hero{
  min-height:100svh;display:grid;align-items:center;overflow:hidden;
  background:#05000b;
}



.hero-poster{
  z-index:1;
  background:
    linear-gradient(rgba(5,0,11,.55),rgba(5,0,11,.8)),
    url("../images/flyers/flyer-proximamente.png") center/cover;
}
.hero-overlay{
  z-index:2;
  background:
    linear-gradient(90deg,rgba(5,0,11,.92),rgba(5,0,11,.3) 47%,rgba(5,0,11,.42)),
    linear-gradient(180deg,rgba(5,0,11,.35),transparent 35%,rgba(5,0,11,.94)),
    radial-gradient(circle at 65% 35%,transparent 0 15%,rgba(5,0,11,.3) 65%);
}
.hero-grid{
  z-index:3;bottom:-3px;top:auto;height:35%;
  background-image:
    linear-gradient(rgba(0,221,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,221,255,.14) 1px,transparent 1px);
  background-size:50px 38px;
  transform:perspective(500px) rotateX(58deg) scale(1.3);
  transform-origin:bottom;
  mask-image:linear-gradient(to top,#000,transparent);
}
.hero-inner{
  position:relative;z-index:5;width:min(1200px,92%);margin:auto;padding:120px 0 80px;
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;
}
.eyebrow,.section-kicker{
  color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;
}
.hero-logo{width:min(530px,90%);margin:18px 0 8px;filter:drop-shadow(0 0 25px rgba(255,22,168,.4))}
.hero h1{
  margin:0;font-family:"Anton",sans-serif;font-size:clamp(46px,6.2vw,92px);
  line-height:.91;letter-spacing:.01em;text-transform:uppercase;
}
.hero h1 span{
  color:transparent;-webkit-text-stroke:1px var(--cyan);
  text-shadow:0 0 22px rgba(0,221,255,.26);
}
.hero-lead{max-width:690px;color:#e6deec;font-size:clamp(16px,1.5vw,20px);line-height:1.72}
.hero-actions,.ticket-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{
  min-height:48px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid transparent;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{
  color:#08000d;background:linear-gradient(90deg,var(--pink),var(--yellow));
  box-shadow:0 0 28px rgba(255,22,168,.25);
}
.btn-ghost{border-color:rgba(0,221,255,.5);background:rgba(5,0,11,.35);backdrop-filter:blur(10px)}
.btn-disabled{color:#8e8399;background:#17101d;border-color:#2a2032;cursor:not-allowed}
.hero-meta{display:flex;gap:13px;margin-top:35px}
.hero-meta div{
  min-width:105px;padding:12px 15px;border-left:2px solid var(--pink);background:rgba(5,0,11,.35);
}
.hero-meta strong{display:block;color:var(--yellow);font-size:23px}
.hero-meta span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.hero-character{position:relative;align-self:end;justify-self:end}
.hero-character>img{
  position:relative;z-index:2;width:min(470px,43vw);max-height:75vh;object-fit:contain;object-position:bottom;
  filter:drop-shadow(0 0 35px rgba(0,221,255,.25));
}
.character-glow{
  position:absolute;inset:20% 5% 5%;border-radius:50%;
  background:radial-gradient(circle,rgba(0,221,255,.34),rgba(255,22,168,.14) 45%,transparent 70%);
  filter:blur(25px);animation:pulseGlow 3s ease-in-out infinite;
}
.speech{
  position:absolute;z-index:4;right:2%;top:12%;max-width:205px;padding:14px 17px;
  color:#100018;background:#fff;border-radius:18px 18px 3px 18px;
  font-family:"Permanent Marker",cursive;font-size:18px;transform:rotate(3deg);
  box-shadow:0 12px 35px rgba(0,0,0,.3);
}
.scroll-hint{
  position:absolute;z-index:8;bottom:20px;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.65);
  font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
.scroll-hint span{width:35px;height:1px;background:linear-gradient(90deg,var(--pink),var(--cyan))}

.date-strip{z-index:10;margin-top:-1px;padding:0 5% 80px;background:linear-gradient(#05000b,#08010d)}
.date-card{
  width:min(1180px,100%);margin:auto;padding:28px 35px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  background:linear-gradient(135deg,rgba(255,22,168,.15),rgba(0,221,255,.08));
  border:1px solid rgba(255,255,255,.13);border-radius:24px;box-shadow:var(--shadow);
}
.date-copy h2{margin:7px 0 4px;font-family:"Anton";font-size:clamp(32px,4vw,57px);text-transform:uppercase}
.date-copy p{margin:0;color:var(--muted)}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.countdown div{min-width:92px;padding:15px 12px;text-align:center;background:rgba(5,0,11,.7);border-radius:14px}
.countdown strong{display:block;color:var(--yellow);font-family:"Anton";font-size:35px}
.countdown span{font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}

.section{padding:105px 5%}
.section-heading{max-width:760px;margin:0 auto 50px;text-align:center}
.section-heading h2{
  margin:8px 0 14px;font-family:"Anton";font-size:clamp(42px,6vw,78px);line-height:1;text-transform:uppercase
}
.section-heading p{color:var(--muted);line-height:1.7}

.experience{background:linear-gradient(#08010d,#0c0313)}
.experience-grid{
  width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.experience-card{
  position:relative;min-height:310px;padding:30px;border:1px solid var(--border);border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  overflow:hidden;transition:.28s ease;
}
.experience-card::after{
  content:"";position:absolute;right:-70px;bottom:-70px;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,22,168,.18),transparent 70%);
}
.experience-card:hover{transform:translateY(-9px);border-color:rgba(0,221,255,.45);box-shadow:0 22px 50px rgba(0,0,0,.25)}
.experience-card h3{margin:25px 0 10px;font-size:24px}
.experience-card p{color:var(--muted);line-height:1.65;font-size:14px}
.experience-icon{
  width:72px;height:72px;display:grid;place-items:center;border-radius:18px;
  color:var(--cyan);border:1px solid rgba(0,221,255,.55);background:rgba(0,221,255,.07);
  box-shadow:0 0 25px rgba(0,221,255,.12);
}
.experience-icon svg{width:43px;height:43px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.experience-card:nth-child(even) .experience-icon{color:var(--pink);border-color:rgba(255,22,168,.55)}
.feature-card{transform:translateY(-13px);border-color:rgba(255,230,0,.4);background:linear-gradient(145deg,rgba(255,230,0,.09),rgba(255,22,168,.05))}
.card-badge{position:absolute;right:20px;top:20px;color:#12000d;background:var(--yellow);padding:6px 9px;border-radius:99px;font-size:8px;font-weight:900;letter-spacing:.1em}

.worlds{
  min-height:850px;padding:110px 5%;display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:hidden;
  background:
    radial-gradient(circle at 50% 80%,rgba(125,53,255,.22),transparent 28%),
    linear-gradient(135deg,#0d0315,#05000b);
}
.world{
  min-height:520px;padding:45px;display:flex;align-items:flex-end;gap:25px;border-radius:26px;border:1px solid rgba(255,255,255,.12);
  background-size:cover;background-position:center;box-shadow:var(--shadow);overflow:hidden;
}
.world-one{background:linear-gradient(rgba(5,0,11,.25),rgba(5,0,11,.88)),url("../images/flyers/flyer-5-septiembre.png") center/cover}
.world-two{background:linear-gradient(rgba(5,0,11,.32),rgba(5,0,11,.9)),url("../images/flyers/flyer-proximamente.png") center/cover}
.world-number{font-family:"Anton";font-size:90px;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.55);line-height:.8}
.world span{color:var(--cyan);font-size:10px;font-weight:900;letter-spacing:.12em}
.world h2{margin:8px 0;font-family:"Anton";font-size:45px;text-transform:uppercase}
.world p{max-width:460px;color:#ded5e5;line-height:1.65}
.world-mascot{
  position:absolute;z-index:4;left:50%;bottom:-10px;transform:translateX(-50%);
  width:235px;filter:drop-shadow(0 0 25px rgba(255,22,168,.4));
}

.gallery{background:#08010d}
.poster-grid{width:min(1000px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.poster{margin:0;overflow:hidden;border-radius:22px;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow)}
.poster img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .5s}
.poster:hover img{transform:scale(1.035)}
.poster figcaption{padding:16px 18px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

.instagram{
  display:grid;grid-template-columns:.72fr 1.28fr;gap:45px;align-items:center;
  background:
    radial-gradient(circle at 5% 20%,rgba(255,22,168,.13),transparent 28%),
    radial-gradient(circle at 90% 70%,rgba(0,221,255,.1),transparent 27%),
    #0b0212;
}
.instagram-intro{max-width:510px}
.instagram-intro h2{font-family:"Anton";font-size:clamp(48px,6vw,82px);line-height:.92;text-transform:uppercase;margin:12px 0}
.instagram-intro p{color:var(--muted);line-height:1.7}
.instagram-posts{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.insta-card{overflow:hidden;background:#100718;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}
.insta-top{min-height:62px;padding:10px 12px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px}
.insta-top img{width:40px;height:40px;object-fit:contain;border-radius:50%;background:#05000b;border:2px solid var(--pink)}
.insta-top strong,.insta-top span{display:block;font-size:11px}
.insta-top div span{margin-top:3px;color:var(--muted);font-size:8px}
.insta-image{width:100%;aspect-ratio:4/5;object-fit:cover}
.insta-body{padding:14px}
.insta-actions{font-size:21px;margin-bottom:8px}
.insta-body p{margin:0;color:#eee8f2;font-size:11px;line-height:1.5}

.tickets{padding:90px 5%;overflow:hidden;background:linear-gradient(135deg,#180021,#07000e)}
.ticket-content{
  position:relative;z-index:3;width:min(1120px,100%);margin:auto;padding:50px;
  display:grid;grid-template-columns:300px 1fr;align-items:center;gap:45px;
  background:linear-gradient(145deg,rgba(255,22,168,.14),rgba(0,221,255,.08));
  border:1px solid rgba(255,255,255,.15);border-radius:30px;box-shadow:var(--shadow);
}
.ticket-content img{max-height:390px;margin:-90px auto -50px;object-fit:contain;filter:drop-shadow(0 0 25px rgba(0,221,255,.24))}
.ticket-content h2{margin:8px 0;font-family:"Anton";font-size:clamp(45px,6vw,80px);line-height:.95;text-transform:uppercase}
.ticket-content p{color:#dfd5e6;line-height:1.7}
.ticket-orbit{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;animation:spin 20s linear infinite}
.orbit-one{width:500px;height:500px;right:-170px;top:-220px}
.orbit-two{width:330px;height:330px;left:-110px;bottom:-170px;animation-direction:reverse}

.faq{background:#07000e}
.faq-list{width:min(880px,100%);margin:auto;display:grid;gap:12px}
details{padding:20px 22px;background:rgba(255,255,255,.035);border:1px solid var(--border);border-radius:14px}
summary{cursor:pointer;font-weight:800}
details p{color:var(--muted);line-height:1.65;margin-bottom:0}

.site-footer{
  padding:55px 5% 28px;background:#030006;border-top:1px solid rgba(255,255,255,.08);
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px;
}
.footer-brand img{width:150px}
.footer-brand p{color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px;font-size:11px;font-weight:800;text-transform:uppercase}
.copyright{grid-column:1/-1;margin:25px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);color:#756b7f;font-size:10px}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@keyframes pulseGlow{50%{transform:scale(1.08);opacity:.75}}
@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr;padding-top:125px;text-align:center}
  .hero-copy{display:grid;justify-items:center}
  .hero-character{justify-self:center;margin-top:10px}
  .hero-character>img{width:min(390px,75vw)}
  .speech{right:-5%;top:10%}
  .hero-meta{justify-content:center}
  .date-card{display:grid}
  .countdown{width:100%}
  .experience-grid{grid-template-columns:1fr 1fr}
  .feature-card{transform:none}
  .worlds{grid-template-columns:1fr;padding-bottom:200px}
  .world-mascot{width:200px}
  .instagram{grid-template-columns:1fr}
  .instagram-intro{text-align:center;margin:auto}
}
@media(max-width:760px){
  .site-header{min-height:65px}
  .brand img{width:105px}
  .menu-toggle{display:block;z-index:4}
  .main-nav{
    position:fixed;inset:0;display:grid;align-content:center;justify-items:center;gap:26px;
    background:rgba(5,0,11,.97);transform:translateX(100%);transition:.3s;
  }
  .main-nav.open{transform:none}
  .main-nav a{font-size:17px}
  .hero{min-height:100svh}
  
  .hero h1{font-size:47px}
  .hero-lead{font-size:15px}
  .hero-character>img{width:min(330px,85vw)}
  .speech{font-size:14px;right:0}
  .hero-meta{width:100%;gap:6px}
  .hero-meta div{min-width:0;flex:1;padding:10px 7px}
  .scroll-hint{display:none}
  .date-strip{padding:0 4% 65px}
  .date-card{padding:24px 18px}
  .countdown div{min-width:0;padding:12px 5px}
  .countdown strong{font-size:28px}
  .section{padding:80px 5%}
  .experience-grid,.poster-grid,.instagram-posts{grid-template-columns:1fr}
  .experience-card{min-height:270px}
  .worlds{padding:80px 5% 180px}
  .world{min-height:420px;padding:28px;display:block}
  .world-number{font-size:65px;margin-bottom:80px}
  .world h2{font-size:35px}
  .world-mascot{width:155px}
  .ticket-content{grid-template-columns:1fr;padding:30px 22px;text-align:center}
  .ticket-content img{width:220px;margin:-70px auto -25px}
  .ticket-actions{justify-content:center}
  .site-footer{grid-template-columns:1fr;text-align:center}
  .footer-brand img{margin:auto}
  .footer-links{justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  
  .reveal{opacity:1;transform:none}
}


/* Rediseño completo de Ambientes */
.worlds-redesign {
  padding: 110px 5% 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(0,221,255,.11), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(255,22,168,.13), transparent 30%),
    linear-gradient(180deg, #090011, #05000b);
}

.ambient-stage {
  width: min(1180px, 100%);
  margin: auto;
  display: grid;
  gap: 28px;
}

.ambient-card {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.ambient-card:nth-child(even) {
  grid-template-columns: .95fr 1.05fr;
}

.ambient-card:nth-child(even) .ambient-visual {
  order: 2;
}

.ambient-card:nth-child(even) .ambient-content {
  order: 1;
}

.ambient-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(0,221,255,.22), transparent 34%),
    linear-gradient(180deg, #13011e, #05000b);
}

.ambient-content {
  position: relative;
  z-index: 3;
  padding: 60px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ambient-number {
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "Anton", sans-serif;
  font-size: 110px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.12);
}

.ambient-label {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pub-space .ambient-label {
  color: var(--pink);
}

.ambient-content h3 {
  max-width: 520px;
  margin: 10px 0 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(45px, 5vw, 73px);
  line-height: .98;
  text-transform: uppercase;
}

.ambient-content p {
  max-width: 590px;
  color: #d8cfe0;
  line-height: 1.75;
  font-size: 15px;
}

.ambient-features {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ambient-features span {
  padding: 11px 13px;
  color: #eee8f2;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.led-wall {
  position: absolute;
  inset: 10% 9% 34%;
  display: grid;
  align-content: center;
  justify-items: center;
  background:
    linear-gradient(rgba(255,255,255,.025),rgba(255,255,255,.025)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0,221,255,.11) 19px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255,22,168,.11) 19px);
  border: 2px solid rgba(0,221,255,.45);
  box-shadow:
    0 0 35px rgba(0,221,255,.18),
    inset 0 0 50px rgba(255,22,168,.12);
}

.led-wall span,
.led-wall strong {
  font-family: "Anton", sans-serif;
  line-height: .8;
  text-transform: uppercase;
}

.led-wall span {
  font-size: clamp(45px, 5vw, 70px);
  color: #fff;
}

.led-wall strong {
  font-size: clamp(60px, 7vw, 96px);
  color: transparent;
  -webkit-text-stroke: 2px var(--pink);
  text-shadow: 0 0 20px rgba(255,22,168,.45);
}

.dj-booth {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 12%;
  height: 95px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(180deg, #18101f, #07000d);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 -10px 40px rgba(0,221,255,.12);
}

.turntable {
  width: 62px;
  height: 62px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,221,255,.35);
}

.turntable::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 23px auto;
  border-radius: 50%;
  background: var(--pink);
}

.laser {
  position: absolute;
  top: 0;
  width: 2px;
  height: 72%;
  transform-origin: top;
  background: linear-gradient(var(--cyan), transparent);
  box-shadow: 0 0 12px var(--cyan);
}

.laser-a { left: 20%; transform: rotate(32deg); }
.laser-b { right: 20%; transform: rotate(-32deg); background:linear-gradient(var(--pink),transparent); box-shadow:0 0 12px var(--pink); }

.dance-lights {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,22,168,.3), transparent 8%),
    radial-gradient(circle at 80% 25%, rgba(0,221,255,.3), transparent 8%),
    radial-gradient(circle at 50% 12%, rgba(255,230,0,.18), transparent 8%);
  animation: pulseGlow 2.5s ease-in-out infinite;
}

.pub-visual {
  background:
    radial-gradient(circle at 50% 70%, rgba(255,22,168,.14), transparent 30%),
    linear-gradient(180deg, #16081c, #07000d);
}

.pub-sign {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 22px;
  color: var(--pink);
  font-family: "Permanent Marker", cursive;
  font-size: clamp(30px, 4vw, 48px);
  border: 2px solid var(--pink);
  border-radius: 12px;
  box-shadow:
    0 0 18px rgba(255,22,168,.5),
    inset 0 0 18px rgba(255,22,168,.12);
  text-shadow: 0 0 12px rgba(255,22,168,.65);
}

.pub-stage {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 29%;
  height: 150px;
  background: linear-gradient(180deg, #1a0d22, #08000e);
  border-top: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 -15px 40px rgba(255,22,168,.12);
}

.mic {
  position: absolute;
  left: 42%;
  bottom: 18px;
  width: 5px;
  height: 92px;
  background: #ddd;
  transform: rotate(-6deg);
}

.mic::before {
  content: "";
  position: absolute;
  left: -7px;
  top: -10px;
  width: 20px;
  height: 28px;
  background: #bbb;
  border-radius: 50%;
}

.guitar {
  position: absolute;
  right: 24%;
  bottom: 18px;
  width: 34px;
  height: 80px;
  border: 3px solid var(--cyan);
  border-radius: 45% 45% 35% 35%;
  transform: rotate(12deg);
}

.guitar::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -72px;
  width: 7px;
  height: 78px;
  background: var(--cyan);
}

.pub-tables {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 7%;
  display: flex;
  justify-content: space-around;
}

.pub-tables span {
  width: 75px;
  height: 22px;
  border-radius: 50%;
  background: #25142d;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 0 -7px #25142d, 0 30px 0 -9px #25142d;
}

.ambient-mascot {
  position: absolute;
  z-index: 6;
  bottom: -12px;
  width: 205px;
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(0,221,255,.3));
  pointer-events: none;
}

.mascot-dance {
  left: 40%;
  transform: translateX(-50%) rotate(-4deg);
}

.mascot-pub {
  right: 4%;
  transform: scaleX(-1) rotate(-3deg);
  filter: drop-shadow(0 0 22px rgba(255,22,168,.28));
}

.ambient-transition {
  width: min(900px,100%);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.ambient-transition p {
  margin: 0;
  color: #eee8f2;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(18px,2vw,25px);
}

.ambient-transition span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink));
}

.ambient-transition span:last-child {
  background: linear-gradient(90deg, var(--pink), var(--cyan), transparent);
}

.mascot-instagram-new {
  position: relative;
  z-index: 4;
  width: min(1180px,90%);
  margin: 30px auto -80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}

.mascot-instagram-new img {
  width: 165px;
  filter: drop-shadow(0 0 20px rgba(255,22,168,.35));
}

.mascot-bubble {
  max-width: 250px;
  margin-right: -15px;
  padding: 13px 16px;
  color: #110016;
  background: #fff;
  border-radius: 18px 18px 3px 18px;
  font-family: "Permanent Marker", cursive;
  font-size: 15px;
  transform: rotate(-2deg);
}

@media(max-width: 900px) {
  .ambient-card,
  .ambient-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .ambient-card:nth-child(even) .ambient-visual,
  .ambient-card:nth-child(even) .ambient-content {
    order: initial;
  }

  .ambient-visual {
    min-height: 470px;
  }

  .ambient-mascot {
    width: 165px;
  }

  .mascot-dance {
    left: 72%;
  }

  .mascot-pub {
    right: 2%;
  }
}

@media(max-width: 620px) {
  .worlds-redesign {
    padding: 80px 4% 90px;
  }

  .ambient-card {
    min-height: auto;
    border-radius: 22px;
  }

  .ambient-visual {
    min-height: 400px;
  }

  .ambient-content {
    padding: 34px 24px 40px;
  }

  .ambient-number {
    font-size: 80px;
  }

  .ambient-content h3 {
    font-size: 40px;
  }

  .ambient-features {
    grid-template-columns: 1fr;
  }

  .led-wall {
    inset: 10% 7% 38%;
  }

  .ambient-mascot {
    width: 130px;
    max-height: 250px;
  }

  .mascot-dance {
    left: 75%;
  }

  .mascot-pub {
    right: 0;
  }

  .ambient-transition {
    grid-template-columns: 1fr;
  }

  .ambient-transition span {
    width: 70%;
    margin: auto;
  }

  .mascot-instagram-new {
    margin-bottom: -45px;
  }

  .mascot-instagram-new img {
    width: 115px;
  }

  .mascot-bubble {
    max-width: 190px;
    font-size: 12px;
  }
}


/* Actualización final de personajes y ambiente Pub */
.speech,
.mascot-instagram-new {
  display: none !important;
}

.hero-character > img {
  width: min(520px, 46vw);
  max-height: 79vh;
}

.mascot-dance {
  width: 255px;
  left: 43%;
  bottom: -18px;
  transform: translateX(-50%) rotate(-4deg);
  animation: danceMascot 2.4s ease-in-out infinite;
}

.mascot-pub {
  width: 285px;
  right: 3%;
  bottom: -16px;
  transform: none;
  animation: singMascot 3s ease-in-out infinite;
  filter: drop-shadow(0 0 30px rgba(255,22,168,.33));
}

.ticket-content img {
  max-height: 430px;
  width: 330px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(255,22,168,.3));
}

.pub-visual {
  position: relative;
  background:
    radial-gradient(circle at 60% 35%, rgba(255,22,168,.19), transparent 30%),
    radial-gradient(circle at 30% 75%, rgba(0,221,255,.13), transparent 28%),
    linear-gradient(180deg, #16071e, #07000d);
}

.pub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 35%, #000);
}

.pub-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, transparent 0 18%, rgba(5,0,11,.08) 45%, rgba(5,0,11,.5) 100%),
    linear-gradient(180deg, rgba(5,0,11,.16), rgba(5,0,11,.78));
}

.pub-neon-title {
  position: absolute;
  top: 11%;
  left: 9%;
  right: 9%;
  z-index: 3;
  padding: 24px 26px;
  border-left: 4px solid var(--pink);
  background: linear-gradient(90deg, rgba(255,22,168,.14), transparent);
}

.pub-neon-title span {
  display: block;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.pub-neon-title strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(42px,5vw,72px);
  line-height: .95;
  text-shadow:
    0 0 12px rgba(255,22,168,.45),
    0 0 28px rgba(0,221,255,.18);
}

.pub-equalizer {
  position: absolute;
  z-index: 2;
  left: 8%;
  right: 8%;
  bottom: 10%;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 11px;
}

.pub-equalizer span {
  width: 18px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(to top, var(--pink), var(--cyan), var(--yellow));
  box-shadow: 0 0 15px rgba(255,22,168,.25);
  animation: equalizer 1.4s ease-in-out infinite;
}

.pub-equalizer span:nth-child(1){height:32%;animation-delay:.05s}
.pub-equalizer span:nth-child(2){height:70%;animation-delay:.2s}
.pub-equalizer span:nth-child(3){height:46%;animation-delay:.35s}
.pub-equalizer span:nth-child(4){height:88%;animation-delay:.1s}
.pub-equalizer span:nth-child(5){height:58%;animation-delay:.45s}
.pub-equalizer span:nth-child(6){height:94%;animation-delay:.25s}
.pub-equalizer span:nth-child(7){height:52%;animation-delay:.5s}
.pub-equalizer span:nth-child(8){height:78%;animation-delay:.15s}
.pub-equalizer span:nth-child(9){height:38%;animation-delay:.4s}
.pub-equalizer span:nth-child(10){height:64%;animation-delay:.3s}

@keyframes equalizer {
  0%,100% { transform: scaleY(.55); opacity: .72; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes danceMascot {
  0%,100% { transform: translateX(-50%) rotate(-4deg) translateY(0); }
  50% { transform: translateX(-50%) rotate(3deg) translateY(-12px); }
}

@keyframes singMascot {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-8px); }
}

@media(max-width:900px){
  .hero-character > img {
    width: min(410px, 78vw);
  }

  .mascot-dance {
    width: 190px;
    left: 73%;
  }

  .mascot-pub {
    width: 210px;
    right: 0;
  }

  .ticket-content img {
    width: 260px;
  }
}

@media(max-width:620px){
  .hero-character > img {
    width: min(335px, 88vw);
  }

  .mascot-dance {
    width: 145px;
    left: 77%;
  }

  .mascot-pub {
    width: 160px;
    right: -6px;
  }

  .pub-neon-title {
    left: 6%;
    right: 6%;
    padding: 18px;
  }

  .pub-neon-title strong {
    font-size: 42px;
  }

  .pub-equalizer {
    gap: 7px;
  }

  .pub-equalizer span {
    width: 12px;
  }

  .ticket-content img {
    width: 230px;
  }
}


/* Optimización visual final sin video */
.hero-static-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 72% 34%, rgba(0,221,255,.22), transparent 22%),
    radial-gradient(circle at 20% 18%, rgba(255,22,168,.18), transparent 25%),
    linear-gradient(135deg, rgba(5,0,11,.35), rgba(5,0,11,.82)),
    url("../images/flyers/flyer-proximamente.png") center/cover no-repeat;
  transform:scale(1.02);
}

.hero-static-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,0,11,.94),rgba(5,0,11,.42) 45%,rgba(5,0,11,.55)),
    linear-gradient(180deg,rgba(5,0,11,.28),transparent 36%,rgba(5,0,11,.94));
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    radial-gradient(circle at 70% 30%, rgba(0,221,255,.07), transparent 22%),
    radial-gradient(circle at 25% 65%, rgba(255,22,168,.08), transparent 25%);
  pointer-events:none;
}

.hero-copy{
  position:relative;
}

.hero-copy::before{
  content:"";
  position:absolute;
  left:-28px;
  top:4%;
  bottom:4%;
  width:3px;
  border-radius:3px;
  background:linear-gradient(var(--pink),var(--cyan),var(--yellow));
  box-shadow:0 0 18px rgba(255,22,168,.35);
}

.hero-logo{
  transition:transform .35s ease, filter .35s ease;
}
.hero-logo:hover{
  transform:scale(1.025);
  filter:
    drop-shadow(0 0 24px rgba(255,22,168,.45))
    drop-shadow(0 0 36px rgba(0,221,255,.25));
}

.btn{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-110%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transition:transform .45s ease;
}
.btn:hover::before{
  transform:translateX(110%);
}
.btn-icon{
  margin-right:8px;
  font-size:15px;
}

.section-heading h2,
.date-copy h2,
.ticket-content h2{
  text-shadow:
    0 2px 0 rgba(255,255,255,.03),
    0 0 22px rgba(255,22,168,.08);
}

.kicker-icon{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  margin-right:7px;
  border-radius:50%;
  color:#07000d;
  background:linear-gradient(135deg,var(--cyan),var(--yellow));
  box-shadow:0 0 14px rgba(0,221,255,.2);
  font-size:11px;
}

.neon-divider{
  position:relative;
  height:1px;
  margin:0 auto;
  width:min(1180px,90%);
  background:linear-gradient(90deg,transparent,rgba(255,22,168,.75),rgba(0,221,255,.75),transparent);
  box-shadow:0 0 18px rgba(0,221,255,.2);
}
.neon-divider::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  transform:translate(-50%,-50%) rotate(45deg);
  background:var(--yellow);
  box-shadow:0 0 15px rgba(255,230,0,.5);
}

.experience-card,
.ambient-card,
.poster,
.insta-card,
.ticket-content,
details,
.date-card{
  backdrop-filter:blur(12px);
}

.experience-card{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.experience-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,22,168,.45),transparent 35%,rgba(0,221,255,.35));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  opacity:.45;
}
.experience-card:hover .experience-icon{
  transform:scale(1.08) rotate(-3deg);
  box-shadow:
    0 0 24px rgba(0,221,255,.22),
    inset 0 0 18px rgba(255,22,168,.08);
}
.experience-icon{
  transition:transform .25s ease, box-shadow .25s ease;
}

.ambient-card{
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.ambient-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,255,255,.22);
  box-shadow:0 35px 90px rgba(0,0,0,.42);
}

.poster{
  position:relative;
}
.poster::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(5,0,11,.35));
}
.poster figcaption{
  position:relative;
  z-index:2;
}

.insta-card{
  transition:transform .25s ease,border-color .25s ease;
}
.insta-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,22,168,.42);
}

.ticket-content{
  box-shadow:
    0 25px 70px rgba(0,0,0,.38),
    inset 0 0 60px rgba(255,22,168,.05);
}
.ticket-content::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.06) 50%,transparent 62%);
  transform:translateX(-100%);
  animation:ticketShine 6s ease-in-out infinite;
}

details[open]{
  border-color:rgba(0,221,255,.28);
  background:linear-gradient(145deg,rgba(0,221,255,.05),rgba(255,22,168,.035));
}
summary{
  position:relative;
  padding-right:32px;
}
summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  color:var(--cyan);
  font-size:22px;
}
details[open] summary::after{
  content:"−";
  color:var(--pink);
}

.site-footer{
  background:
    radial-gradient(circle at 50% 0,rgba(255,22,168,.06),transparent 35%),
    #030006;
}

@keyframes ticketShine{
  0%,75%,100%{transform:translateX(-100%)}
  88%{transform:translateX(100%)}
}

@media(max-width:760px){
  .hero-copy::before{display:none}
  .hero-static-bg{background-position:62% center}
  .hero::before{background:linear-gradient(180deg,rgba(5,0,11,.18),rgba(5,0,11,.25))}
}

@media(prefers-reduced-motion:reduce){
  .ticket-content::before{animation:none}
}

.site-loader{position:fixed;inset:0;z-index:5000;display:grid;place-content:center;justify-items:center;gap:18px;background:radial-gradient(circle at center,rgba(255,22,168,.14),transparent 35%),#05000b;transition:.6s}
.site-loader.hide{opacity:0;visibility:hidden}.site-loader img{width:220px}.site-loader p{color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.loader-disc{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,#111 0 8%,transparent 9%),repeating-radial-gradient(circle,#111 0 4px,#222 5px 7px);border:2px solid var(--cyan);box-shadow:0 0 28px rgba(0,221,255,.25);animation:spin 1.4s linear infinite}
.retro-particles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.retro-particles span{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--cyan);opacity:.2;box-shadow:0 0 12px currentColor;animation:particleFloat linear infinite}
@keyframes particleFloat{from{transform:translateY(110vh)}to{transform:translateY(-15vh)}}
.retro-cursor{position:fixed;z-index:3000;width:18px;height:18px;border:1px solid var(--cyan);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 15px rgba(0,221,255,.5);transition:.2s}.retro-cursor.active{width:34px;height:34px;border-color:var(--pink)}
.timeline-section{background:radial-gradient(circle at 50% 40%,rgba(125,53,255,.12),transparent 35%),#08010d}.timeline{width:min(980px,100%);margin:auto;position:relative}.timeline:before{content:"";position:absolute;left:150px;top:0;bottom:0;width:2px;background:linear-gradient(var(--pink),var(--cyan),var(--yellow))}
.timeline-item{display:grid;grid-template-columns:120px 30px 1fr;gap:15px;align-items:start;margin-bottom:28px}.timeline-time{padding-top:19px;color:var(--yellow);font-family:"Anton";font-size:33px;text-align:right}.timeline-dot{width:16px;height:16px;margin:27px auto 0;border-radius:50%;background:#05000b;border:3px solid var(--cyan);box-shadow:0 0 18px rgba(0,221,255,.4)}.timeline-card{padding:24px 26px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));border:1px solid var(--border);border-radius:18px}.timeline-card span{color:var(--pink);font-size:9px;font-weight:900}.timeline-card h3{margin:7px 0 8px}.timeline-card p{margin:0;color:var(--muted)}
.lineup-section{background:linear-gradient(#08010d,#0b0212)}.lineup-grid{width:min(1100px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lineup-card{position:relative;min-height:340px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:22px;border:1px solid var(--border);background:radial-gradient(circle at 50% 28%,rgba(0,221,255,.16),transparent 22%),linear-gradient(145deg,rgba(255,22,168,.08),rgba(0,221,255,.03))}.lineup-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.16);font-family:"Anton";font-size:120px;transform:rotate(-8deg)}.lineup-card span,.lineup-card h3{position:relative;z-index:2}.lineup-card span{color:var(--cyan);font-size:9px;font-weight:900}.lineup-card h3{margin:8px 0 0}
.floating-mascot{position:fixed;right:18px;bottom:18px;z-index:1100;width:92px;height:92px;padding:0;border:0;border-radius:50%;background:linear-gradient(145deg,rgba(255,22,168,.22),rgba(0,221,255,.16));box-shadow:0 0 28px rgba(255,22,168,.22);cursor:pointer}.floating-mascot img{position:absolute;left:50%;bottom:-4px;width:82px;transform:translateX(-50%)}.floating-mascot span{position:absolute;right:88px;bottom:22px;width:210px;padding:11px 14px;color:#110016;background:#fff;border-radius:16px 16px 3px 16px;font-family:"Permanent Marker";font-size:13px;opacity:0;transform:translateX(10px);transition:.25s}.floating-mascot:hover span,.floating-mascot.open span{opacity:1;transform:none}
@media(max-width:760px){.timeline:before{left:14px}.timeline-item{grid-template-columns:28px 1fr}.timeline-time{grid-column:2;text-align:left;padding:0}.timeline-dot{grid-column:1;grid-row:1/3;margin:9px auto 0}.timeline-card{grid-column:2}.lineup-grid{grid-template-columns:1fr}.floating-mascot{width:70px;height:70px}.floating-mascot img{width:62px}.floating-mascot span{right:66px;width:175px;font-size:11px}}
@media(pointer:coarse){.retro-cursor{display:none}}


/* Instagram API oficial */
.instagram-api-status{
  grid-column:2;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:-24px;
  color:var(--muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 12px rgba(255,230,0,.45);
}
.instagram-api-status.connected .status-dot{
  background:#35ef8d;
  box-shadow:0 0 12px rgba(53,239,141,.5);
}
.instagram-api-status.fallback .status-dot{
  background:var(--pink);
}
.insta-card-api{
  color:inherit;
  display:block;
}
.insta-media-wrap{
  position:relative;
}
.insta-media-type{
  position:absolute;
  right:12px;
  top:12px;
  z-index:2;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(5,0,11,.78);
  color:#fff;
  font-size:9px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.insta-caption{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.floating-mascot{
  text-decoration:none;
}
@media(max-width:980px){
  .instagram-api-status{grid-column:1;margin:0 0 -22px}
}


/* CLUB RETRO — VERSIÓN FINAL SIN API */
.experience-zones{
  background:
    radial-gradient(circle at 20% 10%,rgba(255,22,168,.08),transparent 25%),
    radial-gradient(circle at 85% 60%,rgba(0,221,255,.07),transparent 28%),
    #07000c;
}
.zone-grid{
  width:min(1180px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.zone-card{
  position:relative;
  min-height:350px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--border);
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  isolation:isolate;
}
.zone-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 75% 40%,rgba(0,221,255,.18),transparent 29%),
    linear-gradient(135deg,rgba(255,22,168,.07),transparent 55%);
}
.zone-card img{
  position:absolute;
  right:-2%;
  bottom:-5%;
  width:54%;
  max-height:94%;
  object-fit:contain;
  filter:drop-shadow(0 24px 28px rgba(0,0,0,.5));
  transition:transform .35s ease;
}
.zone-card:hover img{transform:translateY(-8px) scale(1.025)}
.zone-copy{
  position:relative;
  z-index:2;
  width:55%;
  padding:34px;
}
.zone-copy span{
  color:var(--cyan);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.zone-copy h3{
  margin:9px 0 12px;
  font-size:clamp(28px,3vw,42px);
  line-height:1;
}
.zone-copy p{
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.zone-pub::before,.zone-bar::before{
  background:radial-gradient(circle at 75% 40%,rgba(255,22,168,.22),transparent 30%),linear-gradient(135deg,rgba(125,53,255,.12),transparent 60%);
}
.zone-food::before{
  background:radial-gradient(circle at 75% 40%,rgba(255,230,0,.16),transparent 29%),linear-gradient(135deg,rgba(255,22,168,.06),transparent 60%);
}
.zone-arcade::before{
  background:radial-gradient(circle at 75% 40%,rgba(125,53,255,.24),transparent 30%),linear-gradient(135deg,rgba(0,221,255,.08),transparent 60%);
}

.location-premium{
  background:
    radial-gradient(circle at 25% 50%,rgba(0,221,255,.08),transparent 25%),
    #08010d;
}
.location-card{
  width:min(1180px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:0 30px 90px rgba(0,0,0,.42);
}
.location-copy{padding:42px}
.location-copy h2{font-size:clamp(42px,5vw,72px);line-height:.95;margin:14px 0 18px}
.location-copy>p{color:var(--muted);line-height:1.7}
.location-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:26px 0;
}
.location-facts div{
  padding:15px 10px;
  text-align:center;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(5,0,11,.5);
}
.location-facts strong{
  display:block;
  color:var(--yellow);
  font-family:"Anton";
  font-size:22px;
}
.location-facts span{
  color:var(--muted);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.location-map{min-height:470px}
.location-map iframe{width:100%;height:100%;border:0;filter:saturate(.8) contrast(1.08)}

.instagram-static{
  background:
    radial-gradient(circle at 20% 50%,rgba(255,22,168,.1),transparent 24%),
    linear-gradient(#09010f,#06000a);
}
.instagram-static-grid{
  width:min(1120px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  align-items:center;
  gap:35px;
}
.instagram-character{
  min-height:520px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.instagram-character img{
  width:min(100%,480px);
  filter:drop-shadow(0 25px 35px rgba(0,0,0,.55));
}
.instagram-static-content h2{
  margin:12px 0 15px;
  font-size:clamp(44px,6vw,82px);
  line-height:.92;
}
.instagram-static-content>p{
  color:var(--muted);
  line-height:1.7;
}
.instagram-profile{
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0;
}
.instagram-profile img{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:#08010d;
}
.instagram-profile strong,.instagram-profile span{display:block}
.instagram-profile span{color:var(--muted);font-size:11px}
.instagram-preview{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:22px;
}
.instagram-preview a{
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--border);
}
.instagram-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.instagram-preview a:hover img{transform:scale(1.045)}

.farewell-strip{
  width:min(1180px,calc(100% - 36px));
  min-height:330px;
  margin:45px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  border-radius:26px 26px 0 0;
  border:1px solid var(--border);
  border-bottom:0;
  background:
    radial-gradient(circle at 75% 40%,rgba(0,221,255,.18),transparent 25%),
    linear-gradient(135deg,rgba(255,22,168,.12),rgba(5,0,11,.9));
}
.farewell-copy{padding:45px}
.farewell-copy span{
  color:var(--cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}
.farewell-copy h2{
  margin:10px 0 0;
  font-size:clamp(48px,7vw,100px);
  line-height:.9;
}
.farewell-strip img{
  align-self:flex-end;
  width:min(43%,420px);
  max-height:360px;
  object-fit:contain;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.5));
}
.floating-mascot img{
  width:86px;
  max-height:105px;
  object-fit:contain;
  bottom:-10px;
}

@media(max-width:900px){
  .zone-grid,.location-card,.instagram-static-grid{grid-template-columns:1fr}
  .zone-card{min-height:330px}
  .location-map{min-height:360px}
  .instagram-character{min-height:390px}
}
@media(max-width:620px){
  .zone-card{min-height:410px}
  .zone-copy{width:100%;padding:26px}
  .zone-copy p{max-width:60%}
  .zone-card img{width:62%;right:-8%}
  .location-copy{padding:28px 22px}
  .location-facts{grid-template-columns:1fr}
  .instagram-character{min-height:320px}
  .instagram-static-content h2{font-size:48px}
  .farewell-strip{min-height:390px;align-items:flex-start}
  .farewell-copy{padding:30px 22px}
  .farewell-strip img{position:absolute;right:-10px;bottom:0;width:62%}
}


/* NUEVO SITIO CLUB RETRO — EXPERIENCIA INMERSIVA */
.hero-lasers,.hero-haze,.hero-disco{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hero-lasers{z-index:3;overflow:hidden}
.hero-lasers span{
  position:absolute;
  width:2px;
  height:130%;
  top:-15%;
  background:linear-gradient(transparent,var(--cyan),transparent);
  opacity:.23;
  filter:blur(.2px);
  transform-origin:top;
  animation:laserSweep 7s ease-in-out infinite alternate;
}
.hero-lasers span:nth-child(1){left:18%;transform:rotate(34deg);animation-delay:-1s}
.hero-lasers span:nth-child(2){left:38%;transform:rotate(-22deg);background:linear-gradient(transparent,var(--pink),transparent);animation-delay:-3s}
.hero-lasers span:nth-child(3){right:20%;transform:rotate(26deg);background:linear-gradient(transparent,var(--yellow),transparent);animation-delay:-5s}
.hero-lasers span:nth-child(4){right:38%;transform:rotate(-34deg);animation-delay:-2s}
.hero-haze{
  z-index:3;
  background:
    radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.06),transparent 45%),
    radial-gradient(ellipse at 25% 85%,rgba(255,22,168,.09),transparent 30%),
    radial-gradient(ellipse at 80% 75%,rgba(0,221,255,.08),transparent 28%);
  animation:hazePulse 6s ease-in-out infinite alternate;
}
.hero-disco{
  z-index:4;
  left:auto;
  right:7%;
  top:11%;
  width:auto;
  height:auto;
  font-size:70px;
  filter:drop-shadow(0 0 24px rgba(255,255,255,.35));
  animation:discoFloat 5s ease-in-out infinite;
}
@keyframes laserSweep{from{opacity:.08;transform:rotate(-30deg)}to{opacity:.32;transform:rotate(35deg)}}
@keyframes hazePulse{from{opacity:.55}to{opacity:1}}
@keyframes discoFloat{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(10px) rotate(5deg)}}

.flip-countdown .countdown-item{
  perspective:800px;
}
.flip-countdown .countdown-number{
  position:relative;
  display:grid;
  place-items:center;
  min-height:86px;
  border-radius:16px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08) 49%,rgba(255,255,255,.02) 50%),
    rgba(5,0,11,.7);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 16px 30px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.05);
}
.flip-countdown .countdown-number::after{
  content:"";
  position:absolute;
  left:0;right:0;top:50%;
  height:1px;
  background:rgba(255,255,255,.08);
}

.decades-section{
  background:
    radial-gradient(circle at 50% 30%,rgba(125,53,255,.13),transparent 35%),
    linear-gradient(#07000c,#0a0111);
}
.decades-track{
  width:min(1140px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.decade-card{
  position:relative;
  overflow:hidden;
  min-height:360px;
  padding:30px;
  border:1px solid var(--border);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  box-shadow:0 25px 70px rgba(0,0,0,.36);
}
.decade-card::before{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle at 80% 18%,rgba(0,221,255,.2),transparent 26%);
}
.decade-90::before{background:radial-gradient(circle at 80% 18%,rgba(255,22,168,.22),transparent 26%)}
.decade-00::before{background:radial-gradient(circle at 80% 18%,rgba(255,230,0,.16),transparent 26%)}
.decade-year{
  position:relative;
  z-index:2;
  font-family:"Anton";
  font-size:clamp(90px,11vw,150px);
  line-height:.85;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.22);
}
.decade-icons{
  position:relative;
  z-index:2;
  margin:18px 0;
  font-size:28px;
  letter-spacing:8px;
}
.decade-card h3,.decade-card p{position:relative;z-index:2}
.decade-card h3{font-size:26px;margin:0 0 10px}
.decade-card p{color:var(--muted);line-height:1.65}

.venue-map-section{
  background:
    radial-gradient(circle at 50% 50%,rgba(0,221,255,.07),transparent 40%),
    #06000a;
}
.venue-map{
  position:relative;
  width:min(1050px,100%);
  min-height:600px;
  margin:auto;
  border-radius:30px;
  border:1px solid var(--border);
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(125,53,255,.1),transparent 45%),
    #08010d;
  background-size:34px 34px,34px 34px,auto,auto;
}
.venue-map>div:not(.map-route){
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:140px;
  min-height:110px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(5,0,11,.78);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 35px rgba(0,0,0,.32);
}
.venue-map span{font-size:30px}
.venue-map strong{font-size:12px;text-align:center}
.map-stage{left:38%;top:7%;width:240px;background:linear-gradient(145deg,rgba(255,22,168,.18),rgba(5,0,11,.8))!important}
.map-pub{right:8%;top:22%}
.map-bar{right:10%;bottom:17%}
.map-food{left:12%;bottom:13%}
.map-arcade{left:8%;top:24%}
.map-rest{left:39%;bottom:10%}
.map-entry{left:42%;bottom:-10px}
.map-wc{right:31%;top:42%}
.map-route{
  position:absolute;
  left:16%;right:16%;top:51%;
  height:3px;
  border-top:3px dashed rgba(0,221,255,.25);
  transform:rotate(-3deg);
}
.map-note{text-align:center;color:var(--muted);font-size:11px;margin-top:15px}

.retro-mode{
  position:fixed;
  inset:0;
  z-index:6000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(2,0,5,.82);
  backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transition:.35s;
}
.retro-mode.show{opacity:1;visibility:visible}
.retro-mode-card{
  position:relative;
  width:min(520px,100%);
  padding:42px;
  text-align:center;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 50% 0,rgba(255,22,168,.2),transparent 35%),
    linear-gradient(145deg,#12021d,#07000c);
  box-shadow:0 0 80px rgba(255,22,168,.22);
}
.retro-mode-card button{
  position:absolute;right:15px;top:12px;
  width:36px;height:36px;border-radius:50%;border:1px solid var(--border);
  background:rgba(255,255,255,.05);color:#fff;font-size:22px;cursor:pointer;
}
.retro-mode-icon{font-size:72px;animation:spin 4s linear infinite}
.retro-mode-card span{display:block;margin-top:10px;color:var(--cyan);font-size:10px;font-weight:900;letter-spacing:.15em}
.retro-mode-card h2{font-size:42px;line-height:1;margin:10px 0}
.retro-mode-card p{color:var(--muted)}

.confetti-piece{
  position:fixed;
  top:-20px;
  z-index:7000;
  width:10px;height:16px;
  border-radius:2px;
  pointer-events:none;
  animation:confettiFall 2.8s linear forwards;
}
@keyframes confettiFall{
  to{transform:translateY(110vh) rotate(720deg)}
}

@media(max-width:900px){
  .decades-track{grid-template-columns:1fr}
  .venue-map{min-height:720px}
  .map-stage{left:20%;width:60%}
  .map-pub{right:6%;top:27%}
  .map-bar{right:5%;bottom:20%}
  .map-food{left:5%;bottom:20%}
  .map-arcade{left:5%;top:29%}
  .map-rest{left:36%;bottom:8%}
  .map-entry{left:37%}
  .map-wc{right:34%;top:48%}
}
@media(max-width:620px){
  .hero-disco{font-size:48px;right:4%;top:14%}
  .venue-map{min-height:900px}
  .venue-map>div:not(.map-route){min-width:125px}
  .map-stage{left:10%;width:80%}
  .map-arcade{left:5%;top:23%}
  .map-pub{right:5%;top:38%}
  .map-wc{right:5%;top:54%}
  .map-food{left:5%;bottom:25%}
  .map-bar{right:5%;bottom:16%}
  .map-rest{left:5%;bottom:7%}
  .map-entry{left:auto;right:5%;bottom:1%}
  .map-route{display:none}
}


/* CLUB RETRO — VERSIÓN FINAL */
.sound-toggle{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:1200;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#fff;
  background:rgba(5,0,11,.76);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 35px rgba(0,0,0,.35),0 0 18px rgba(0,221,255,.08);
  cursor:pointer;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.sound-toggle:hover{
  transform:translateY(-2px);
  border-color:rgba(0,221,255,.45);
  box-shadow:0 15px 38px rgba(0,0,0,.4),0 0 24px rgba(0,221,255,.14);
}
.sound-toggle.active{
  border-color:rgba(255,22,168,.45);
  box-shadow:0 0 24px rgba(255,22,168,.14);
}
.sound-label{
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.final-cta{
  position:relative;
  overflow:hidden;
  min-height:620px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 76% 52%,rgba(0,221,255,.15),transparent 28%),
    radial-gradient(circle at 20% 30%,rgba(255,22,168,.12),transparent 25%),
    linear-gradient(135deg,#09010f,#050008);
}
.final-cta-light{
  position:absolute;
  inset:-20%;
  background:
    conic-gradient(from 180deg at 50% 50%,
      transparent,
      rgba(0,221,255,.06),
      transparent 28%,
      rgba(255,22,168,.06),
      transparent 58%,
      rgba(255,230,0,.04),
      transparent);
  animation:slowSpin 20s linear infinite;
}
.final-cta-content{
  position:relative;
  z-index:2;
  width:min(1160px,100%);
  min-height:500px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  box-shadow:0 35px 100px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.04);
}
.final-cta-copy{padding:48px}
.final-cta-copy h2{
  margin:14px 0 18px;
  font-size:clamp(48px,7vw,96px);
  line-height:.88;
}
.final-cta-copy p{
  max-width:640px;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.final-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.final-cta-content>img{
  align-self:end;
  justify-self:center;
  width:min(95%,500px);
  max-height:530px;
  object-fit:contain;
  filter:drop-shadow(0 28px 34px rgba(0,0,0,.5));
  animation:mascotDance 3.8s ease-in-out infinite;
}

.location-card-centered{
  grid-template-columns:1fr !important;
  max-width:850px;
}
.location-card-centered .location-copy{
  text-align:center;
}
.location-card-centered .location-copy>p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}
.location-card-centered .location-facts{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}
.location-card-centered .btn{
  margin-left:auto;
  margin-right:auto;
}

.site-header.scrolled{
  background:rgba(5,0,11,.84);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

@keyframes slowSpin{to{transform:rotate(360deg)}}
@keyframes mascotDance{
  0%,100%{transform:translateY(0) rotate(-1deg)}
  50%{transform:translateY(-10px) rotate(1deg)}
}

@media(max-width:800px){
  .final-cta-content{grid-template-columns:1fr}
  .final-cta-copy{padding:34px 24px 0;text-align:center}
  .final-cta-actions{justify-content:center}
  .final-cta-content>img{width:min(85%,390px)}
}
@media(max-width:520px){
  .sound-toggle{left:10px;bottom:10px;padding:0 11px}
  .sound-label{display:none}
}


/* AUDIO PROFESIONAL ORIGINAL */
.sound-panel{
  position:fixed;
  left:18px;
  bottom:78px;
  z-index:1250;
  width:min(320px,calc(100vw - 36px));
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(5,0,11,.92);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 60px rgba(0,0,0,.5),0 0 25px rgba(255,22,168,.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.25s ease;
}
.sound-panel.open{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.sound-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
}
.sound-panel-head strong{
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.sound-panel-head button{
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
  font-size:20px;
}
.sound-row,.sound-volume{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:11px 0;
  border-top:1px solid rgba(255,255,255,.06);
  color:#fff;
  font-size:12px;
}
.sound-volume{
  flex-direction:column;
  align-items:stretch;
}
.sound-volume input{width:100%}
.sound-panel p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.5;
}
.sound-row input{
  accent-color:#ff16a8;
  width:18px;
  height:18px;
}
.sound-volume input{accent-color:#00ddff}

@media(max-width:520px){
  .sound-panel{left:10px;bottom:66px;width:calc(100vw - 20px)}
}


/* HERO CINEMATOGRÁFICO CON VIDEO */
.hero-with-video{
  isolation:isolate;
  background:#050008;
}
.hero-video{
  position:absolute;
  inset:0;
  z-index:-8;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  pointer-events:none;
  filter:saturate(1.08) contrast(1.06) brightness(.72);
}
.hero-with-video .hero-static-bg{
  z-index:-7;
  opacity:.18;
  background:
    radial-gradient(circle at 70% 40%,rgba(255,22,168,.18),transparent 35%),
    linear-gradient(180deg,rgba(3,0,8,.22),rgba(3,0,8,.58));
}
.hero-with-video .hero-overlay{
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(4,0,10,.84) 0%,rgba(4,0,10,.57) 42%,rgba(4,0,10,.28) 72%,rgba(4,0,10,.5) 100%),
    linear-gradient(180deg,rgba(4,0,10,.12),rgba(4,0,10,.7));
}
.hero-with-video .hero-grid{z-index:-2}
.hero-with-video .hero-haze{z-index:-4}
.hero-with-video .hero-lasers{z-index:-5}

.video-toggle{
  position:fixed;
  left:18px;
  bottom:76px;
  z-index:1200;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#fff;
  background:rgba(5,0,11,.76);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 35px rgba(0,0,0,.35);
  cursor:pointer;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.video-toggle:hover{
  transform:translateY(-2px);
  border-color:rgba(255,22,168,.45);
  box-shadow:0 15px 38px rgba(0,0,0,.4),0 0 24px rgba(255,22,168,.14);
}
.video-toggle.paused span{font-size:14px}

@media(max-width:700px){
  .hero-video{object-position:62% center}
  .hero-with-video .hero-overlay{
    background:
      linear-gradient(180deg,rgba(4,0,10,.36),rgba(4,0,10,.74)),
      linear-gradient(90deg,rgba(4,0,10,.7),rgba(4,0,10,.35));
  }
}
@media(max-width:520px){
  .video-toggle{left:10px;bottom:66px;width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){
  .hero-video{display:none}
  .hero-with-video .hero-static-bg{opacity:1}
}

/* Actualización final de imágenes 2026 */
.instagram-preview-latest img{object-position:center top}
.zone-dj img,.zone-bar img{filter:drop-shadow(0 18px 35px rgba(0,0,0,.45));}
@media (max-width:700px){
  .instagram-preview-latest{grid-template-columns:1fr 1fr}
}

/* ===== Loader bola disco ===== */
.site-loader{
  overflow:hidden;
  gap:12px;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.08),transparent 14%),
    radial-gradient(circle at 30% 30%,rgba(0,221,255,.12),transparent 28%),
    radial-gradient(circle at 70% 55%,rgba(255,22,168,.13),transparent 30%),
    #05000b;
}
.site-loader::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:conic-gradient(from 0deg,transparent 0 12%,rgba(0,221,255,.05) 13% 16%,transparent 17% 36%,rgba(255,22,168,.05) 37% 40%,transparent 41% 100%);
  animation:loaderGlowSpin 8s linear infinite;
}
.disco-loader{position:relative;width:180px;height:170px;display:grid;place-items:end center;margin-bottom:4px}
.disco-wire{position:absolute;left:50%;top:-28px;width:2px;height:74px;background:linear-gradient(#888,#eee);transform:translateX(-50%);box-shadow:0 0 8px rgba(255,255,255,.5)}
.disco-ball{
  position:relative;
  width:112px;height:112px;border-radius:50%;overflow:hidden;
  background:
    linear-gradient(90deg,transparent 47%,rgba(0,0,0,.22) 49% 51%,transparent 53%),
    linear-gradient(0deg,transparent 47%,rgba(0,0,0,.2) 49% 51%,transparent 53%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.8) 0 8px,rgba(174,225,255,.65) 8px 16px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.65) 0 8px,rgba(123,201,255,.5) 8px 16px);
  background-blend-mode:multiply,normal,screen,normal;
  border:2px solid rgba(255,255,255,.75);
  box-shadow:0 0 18px #fff,0 0 38px rgba(0,221,255,.65),0 0 64px rgba(255,22,168,.45);
  animation:discoBallSpin 1.8s linear infinite, discoFloat 2.4s ease-in-out infinite;
}
.disco-ball::before{
  content:"";position:absolute;inset:0;border-radius:50%;
  background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.95),rgba(255,255,255,.25) 18%,transparent 36%),linear-gradient(90deg,rgba(0,0,0,.28),transparent 38% 62%,rgba(0,0,0,.3));
  mix-blend-mode:screen;
}
.disco-ball::after{
  content:"";position:absolute;inset:7px;border-radius:50%;
  background:repeating-linear-gradient(0deg,transparent 0 10px,rgba(8,0,20,.36) 10px 12px),repeating-linear-gradient(90deg,transparent 0 10px,rgba(8,0,20,.32) 10px 12px);
}
.disco-shine{position:absolute;left:24px;top:18px;width:20px;height:38px;border-radius:50%;background:rgba(255,255,255,.82);filter:blur(5px);transform:rotate(34deg);z-index:2}
.disco-ray{position:absolute;left:50%;bottom:46px;width:7px;height:210px;transform-origin:50% 100%;filter:blur(2px);opacity:.55;clip-path:polygon(35% 0,65% 0,100% 100%,0 100%)}
.disco-ray-1{background:linear-gradient(transparent,rgba(0,221,255,.45));transform:translateX(-50%) rotate(-57deg);animation:rayPulse 1.5s ease-in-out infinite}
.disco-ray-2{background:linear-gradient(transparent,rgba(255,22,168,.5));transform:translateX(-50%) rotate(56deg);animation:rayPulse 1.5s .35s ease-in-out infinite}
.disco-ray-3{background:linear-gradient(transparent,rgba(255,230,0,.36));transform:translateX(-50%) rotate(5deg);animation:rayPulse 1.5s .7s ease-in-out infinite}
.site-loader .loader-logo{position:relative;width:min(220px,56vw);filter:drop-shadow(0 0 14px rgba(255,22,168,.35))}
.site-loader p{position:relative;min-height:1.3em;text-align:center;color:#eee;font-size:10px}
.loader-progress{position:relative;width:min(310px,72vw);height:8px;border:1px solid rgba(255,255,255,.23);border-radius:999px;overflow:hidden;background:rgba(255,255,255,.06);box-shadow:inset 0 0 8px rgba(0,0,0,.5),0 0 16px rgba(0,221,255,.12)}
.loader-progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pink),var(--purple),var(--cyan),var(--yellow));box-shadow:0 0 18px var(--cyan);transition:width .18s ease}
.loader-percent{position:relative;color:var(--cyan);font-size:11px;letter-spacing:.18em}
@keyframes discoBallSpin{to{background-position:112px 0,0 112px,112px 0,0 112px}}
@keyframes discoFloat{50%{transform:translateY(-7px)}}
@keyframes rayPulse{50%{opacity:.18;filter:blur(5px)}}
@keyframes loaderGlowSpin{to{transform:rotate(360deg)}}
@media(max-width:600px){.disco-loader{transform:scale(.86);margin-bottom:-8px}.site-loader{gap:10px}}
@media(prefers-reduced-motion:reduce){.disco-ball,.disco-ray,.site-loader::before{animation:none}}

/* Club Retro Tour: próximas ciudades */
.tour-cities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tour-cities > div {
  min-height: 92px;
}
.tour-cities .city-confirmed {
  border-color: rgba(0, 238, 255, .75);
  box-shadow: 0 0 24px rgba(0, 238, 255, .16);
}
.tour-cities .city-confirmed strong::before {
  content: "✓ ";
  color: #00efff;
}
@media (max-width: 640px) {
  .tour-cities { grid-template-columns: 1fr; }
}



/* Reproductor limpio Radio Club Retro */
.retro-radio{
  position:fixed;left:18px;bottom:18px;z-index:2200;
  display:grid;grid-template-columns:48px minmax(0,1fr) auto 26px;
  align-items:center;gap:10px;width:min(470px,calc(100vw - 36px));
  min-height:68px;padding:10px 12px;border:1px solid rgba(84,246,255,.48);
  border-radius:20px;background:linear-gradient(135deg,rgba(8,8,27,.96),rgba(36,8,58,.94));
  box-shadow:0 14px 45px rgba(0,0,0,.5),0 0 24px rgba(233,38,255,.2),inset 0 0 18px rgba(87,233,255,.05);
  backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);
  color:#fff;overflow:hidden;transition:.25s ease;
}
.retro-radio-play{
  position:relative;width:48px;height:48px;border:0;border-radius:50%;
  display:grid;place-items:center;color:#090414;
  background:linear-gradient(135deg,#54f6ff,#ff4be6);
  box-shadow:0 0 22px rgba(84,246,255,.38);cursor:pointer;z-index:1;
}
.retro-radio-play::before{
  content:"";position:absolute;inset:-4px;z-index:-1;border-radius:inherit;
  background:conic-gradient(from 0deg,#54f6ff,#844cff,#ff4be6,#54f6ff);
  filter:blur(7px);opacity:.45;animation:clubRetroPlayGlow 3s linear infinite;
}
.retro-radio-icon{font-size:17px;font-weight:900;margin-left:2px}
.retro-radio.is-playing .retro-radio-icon{font-size:0;margin:0}
.retro-radio.is-playing .retro-radio-icon::after{content:"Ⅱ";font-size:17px;letter-spacing:-3px}
.retro-radio-info{min-width:0;overflow:hidden}
.retro-radio-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.retro-radio-topline strong{
  min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-size:13px;color:#fff;text-shadow:0 0 12px rgba(84,246,255,.3);
}
.retro-radio-live{
  flex:0 0 auto;font-size:9px;letter-spacing:1.35px;color:#ff6fe9;font-weight:900;white-space:nowrap;
}
.retro-radio-live i{
  display:inline-block;width:7px;height:7px;border-radius:50%;background:#ff315d;
  box-shadow:0 0 10px #ff315d;margin-right:4px;animation:radioPulse 1.15s infinite;
}
.retro-radio-marquee{
  position:relative;width:100%;overflow:hidden;margin-top:6px;color:#c9c7d8;
  font-size:10px;line-height:1.3;white-space:nowrap;
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.retro-radio-marquee span{display:inline-block;min-width:100%;padding-right:36px}
.retro-radio-marquee span.is-scrolling{animation:clubRetroTrackScroll 13s linear infinite}
.retro-radio-volume{display:flex;align-items:center;gap:5px;font-size:12px}
.retro-radio-volume input{width:66px;accent-color:#ec4fe7}
.retro-radio-minimize{
  width:26px;height:26px;border:0;border-radius:50%;background:rgba(255,255,255,.08);
  color:#fff;cursor:pointer;font-size:17px;line-height:1;
}
.retro-radio.is-minimized{
  width:58px;min-height:58px;padding:5px;grid-template-columns:48px;border-radius:50%;
}
.retro-radio.is-minimized .retro-radio-info,
.retro-radio.is-minimized .retro-radio-volume,
.retro-radio.is-minimized .retro-radio-minimize{display:none}

@media(max-width:720px){
  .video-toggle,#videoToggle{display:none!important}
  .retro-radio{
    left:10px;right:10px;bottom:10px;width:auto;
    grid-template-columns:46px minmax(0,1fr) 24px;
    min-height:62px;padding:8px 10px;gap:9px;border-radius:18px;
  }
  .retro-radio-play{width:46px;height:46px}
  .retro-radio-volume{display:none}
  .retro-radio-topline strong{font-size:12px}
  .retro-radio-live{font-size:8px;letter-spacing:1px}
  .retro-radio-marquee{font-size:10px}
  .retro-radio-minimize{width:24px;height:24px;font-size:16px}
  .retro-radio.is-minimized{
    left:10px;right:auto;width:56px;min-height:56px;padding:5px;grid-template-columns:46px;
  }
}
@media(max-width:380px){
  .retro-radio{grid-template-columns:44px minmax(0,1fr) 22px;gap:7px;padding:7px 8px}
  .retro-radio-play{width:44px;height:44px}
  .retro-radio-topline strong{font-size:11px}
  .retro-radio-live{font-size:7px}
}
@keyframes clubRetroTrackScroll{
  0%,12%{transform:translateX(0)}
  88%,100%{transform:translateX(calc(-100% + 190px))}
}
@keyframes clubRetroPlayGlow{to{transform:rotate(360deg)}}
@keyframes radioPulse{50%{opacity:.35;transform:scale(.78)}}
@media(prefers-reduced-motion:reduce){
  .retro-radio-marquee span.is-scrolling,.retro-radio-play::before,.retro-radio-live i{animation:none}
}


/* Eliminación definitiva del control circular del video */
.video-toggle,
#videoToggle,
.hero-video-toggle,
.video-control{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}


/* Ajuste móvil: mascota flotante sobre el reproductor */
@media(max-width:760px){
  .floating-mascot{
    right:12px !important;
    bottom:92px !important;
    width:68px !important;
    height:68px !important;
    z-index:2100 !important;
  }

  .floating-mascot img{
    width:61px !important;
    max-height:88px !important;
    bottom:-6px !important;
  }

  .floating-mascot span{
    right:62px !important;
    bottom:18px !important;
    width:165px !important;
  }
}

@media(max-width:380px){
  .floating-mascot{
    bottom:88px !important;
    right:9px !important;
    width:62px !important;
    height:62px !important;
  }

  .floating-mascot img{
    width:56px !important;
  }
}


/* MEJORAS GENERALES CLUB RETRO */
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,0,12,.88) 0%,rgba(5,0,15,.66) 45%,rgba(5,0,15,.48) 100%),
    linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.64)) !important;
}
.hero-copy{position:relative;z-index:3}
.hero-actions .btn{min-width:210px;justify-content:center}
.hero-video{filter:saturate(.92) contrast(1.05) brightness(.78)}

.practical-info{
  background:
    radial-gradient(circle at 15% 20%,rgba(0,221,255,.08),transparent 30%),
    radial-gradient(circle at 85% 75%,rgba(255,22,168,.08),transparent 32%),
    #08010d;
}
.practical-grid{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.practical-card{
  min-height:210px;
  padding:24px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:inset 0 0 20px rgba(84,246,255,.025);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.practical-card:hover{
  transform:translateY(-5px);
  border-color:rgba(84,246,255,.45);
  box-shadow:0 16px 34px rgba(0,0,0,.28),0 0 20px rgba(255,75,230,.08);
}
.practical-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:18px;
  border:1px solid rgba(84,246,255,.4);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(84,246,255,.12),rgba(255,75,230,.12));
  color:#fff;
  font-family:"Anton",sans-serif;
  font-size:18px;
  box-shadow:0 0 18px rgba(84,246,255,.09);
}
.practical-card h3{margin:0 0 9px}
.practical-card p{margin:0;color:var(--muted);line-height:1.6}
.practical-card a{
  display:inline-block;
  margin-top:16px;
  color:var(--cyan);
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}

.instagram-preview-latest{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.instagram-preview-latest a{
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:14px;
}
.instagram-preview-latest img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}
.instagram-preview-latest a:hover img{transform:scale(1.045);filter:brightness(1.08)}

.whatsapp-share{
  position:fixed;
  right:18px;
  bottom:124px;
  z-index:2150;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:8px 14px 8px 9px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(8,8,27,.92);
  box-shadow:0 10px 28px rgba(0,0,0,.38),0 0 18px rgba(84,246,255,.12);
  color:#fff;
  text-decoration:none;
  backdrop-filter:blur(12px);
}
.whatsapp-share span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:linear-gradient(135deg,#54f6ff,#ff4be6);
  color:#080414;
  font-weight:900;
}
.whatsapp-share strong{font-size:11px;letter-spacing:.06em;text-transform:uppercase}

@media(max-width:900px){
  .practical-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%;min-width:0}
  .hero-lead{max-width:34rem}
  .hero-video{filter:saturate(.9) contrast(1.04) brightness(.68)}
  .practical-grid{grid-template-columns:1fr}
  .practical-card{min-height:0;padding:20px}
  .instagram-preview-latest{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important}
  .whatsapp-share{
    right:10px;
    bottom:164px;
    min-height:40px;
    padding:6px 10px 6px 7px;
  }
  .whatsapp-share strong{display:none}
  .whatsapp-share span{width:28px;height:28px}
}
@media(max-width:420px){
  .hero-meta{grid-template-columns:repeat(3,1fr)}
  .hero-meta strong{font-size:20px}
  .hero-meta span{font-size:8px}
}


/* VIDEO DE FONDO GLOBAL — visible en todo el sitio */
html,
body{
  background:#05000b !important;
}

.global-video-background{
  position:fixed;
  inset:0;
  z-index:-5;
  overflow:hidden;
  pointer-events:none;
  background:#05000b;
}

.global-video-background video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.9) contrast(1.08) brightness(.7);
  transform:scale(1.02);
}

.global-video-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(3,0,12,.43),rgba(5,0,15,.68)),
    radial-gradient(circle at 20% 20%,rgba(0,221,255,.08),transparent 32%),
    radial-gradient(circle at 80% 70%,rgba(255,22,168,.1),transparent 34%);
}

/* Evita reproducir dos videos simultáneamente, manteniendo intactos
   los efectos visuales del hero: láseres, humo, disco, grilla y partículas. */
.hero-video{
  opacity:0 !important;
  visibility:hidden !important;
}

/* Fondos translúcidos para que el video permanezca visible en todas las secciones */
.hero,
.date-strip,
.section,
.worlds-redesign,
.decades-section,
.experience-zones,
.timeline-section,
.lineup-section,
.gallery,
.instagram-static,
.final-cta,
.location-premium,
.tickets,
.faq,
.farewell-strip,
.site-footer{
  background-color:transparent !important;
}

/* Capas suaves que mantienen legibilidad sin ocultar el video */
.date-strip,
.section,
.worlds-redesign,
.decades-section,
.experience-zones,
.timeline-section,
.lineup-section,
.gallery,
.instagram-static,
.final-cta,
.location-premium,
.tickets,
.faq{
  position:relative;
  isolation:isolate;
}

.date-strip::before,
.section::before,
.worlds-redesign::before,
.decades-section::before,
.experience-zones::before,
.timeline-section::before,
.lineup-section::before,
.gallery::before,
.instagram-static::before,
.final-cta::before,
.location-premium::before,
.tickets::before,
.faq::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(5,0,15,.56),rgba(8,1,13,.67)),
    radial-gradient(circle at 12% 20%,rgba(0,221,255,.055),transparent 30%),
    radial-gradient(circle at 88% 75%,rgba(255,22,168,.06),transparent 32%);
}

/* Alternancia sutil entre secciones, conservando la estética y los efectos */
.timeline-section::before,
.instagram-static::before,
.location-premium::before,
.faq::before{
  background:
    linear-gradient(180deg,rgba(9,1,18,.63),rgba(4,0,12,.72)),
    radial-gradient(circle at 75% 22%,rgba(125,53,255,.08),transparent 34%);
}

.farewell-strip,
.site-footer{
  background:linear-gradient(180deg,rgba(5,0,15,.62),rgba(3,0,9,.86)) !important;
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}

/* Tarjetas ligeramente más sólidas para asegurar lectura sobre el video */
.experience-card,
.timeline-card,
.lineup-card,
.practical-card,
.location-card,
.ticket-content,
.faq-list details,
.date-card,
.instagram-static-content{
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

/* Mantener rendimiento y legibilidad en celulares */
@media(max-width:720px){
  .global-video-background video{
    object-position:center center;
    filter:saturate(.86) contrast(1.06) brightness(.58);
    transform:scale(1.04);
  }

  .global-video-overlay{
    background:
      linear-gradient(180deg,rgba(3,0,12,.54),rgba(5,0,15,.76)),
      radial-gradient(circle at 50% 12%,rgba(0,221,255,.06),transparent 32%);
  }

  .date-strip::before,
  .section::before,
  .worlds-redesign::before,
  .decades-section::before,
  .experience-zones::before,
  .timeline-section::before,
  .lineup-section::before,
  .gallery::before,
  .instagram-static::before,
  .final-cta::before,
  .location-premium::before,
  .tickets::before,
  .faq::before{
    background:linear-gradient(180deg,rgba(5,0,15,.67),rgba(7,1,14,.76));
  }
}

@media(prefers-reduced-motion:reduce){
  .global-video-background video{
    display:none;
  }
}


/* CORRECCIÓN: asegurar que el video global sea visible */
html,
body{
  min-height:100%;
  background:#05000b !important;
}

body{
  position:relative;
  overflow-x:hidden;
}

.global-video-background{
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:none !important;
}

.global-video-background video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  opacity:1 !important;
  visibility:visible !important;
}

.global-video-overlay{
  z-index:1 !important;
}

/* Todo el contenido debe quedar por encima del video */
.site-header,
main,
.floating-mascot,
.whatsapp-share,
.farewell-strip,
.retro-mode,
.site-footer,
.retro-radio,
.site-loader,
.retro-particles,
.retro-cursor{
  position:relative;
  z-index:2;
}

.site-header,
.floating-mascot,
.whatsapp-share,
.retro-radio,
.site-loader,
.retro-cursor{
  position:fixed;
}

/* Secciones transparentes para mostrar el video */
main,
.hero,
.date-strip,
.section,
.worlds-redesign,
.decades-section,
.experience-zones,
.timeline-section,
.lineup-section,
.gallery,
.instagram-static,
.final-cta,
.location-premium,
.tickets,
.faq{
  background:transparent !important;
}

/* El video original del hero sigue oculto para no duplicar reproducción */
.hero-video{
  display:none !important;
}

/* Mejor compatibilidad móvil */
@media(max-width:720px){
  .global-video-background{
    position:fixed !important;
    width:100vw !important;
    height:100vh !important;
  }

  .global-video-background video{
    min-width:100% !important;
    min-height:100% !important;
  }
}


/* AJUSTE FINAL: video global más visible */
.global-video-background video{
  filter:saturate(1.02) contrast(1.06) brightness(.88) !important;
}

.global-video-overlay{
  background:
    linear-gradient(180deg,rgba(3,0,12,.20),rgba(5,0,15,.39)),
    radial-gradient(circle at 20% 20%,rgba(0,221,255,.055),transparent 32%),
    radial-gradient(circle at 80% 70%,rgba(255,22,168,.065),transparent 34%) !important;
}

/* Capas de secciones más transparentes para que se distinga el video */
.date-strip::before,
.section::before,
.worlds-redesign::before,
.decades-section::before,
.experience-zones::before,
.timeline-section::before,
.lineup-section::before,
.gallery::before,
.instagram-static::before,
.final-cta::before,
.location-premium::before,
.tickets::before,
.faq::before{
  background:
    linear-gradient(180deg,rgba(5,0,15,.35),rgba(8,1,13,.46)),
    radial-gradient(circle at 12% 20%,rgba(0,221,255,.04),transparent 30%),
    radial-gradient(circle at 88% 75%,rgba(255,22,168,.045),transparent 32%) !important;
}

.timeline-section::before,
.instagram-static::before,
.location-premium::before,
.faq::before{
  background:
    linear-gradient(180deg,rgba(9,1,18,.40),rgba(4,0,12,.50)),
    radial-gradient(circle at 75% 22%,rgba(125,53,255,.06),transparent 34%) !important;
}

.farewell-strip,
.site-footer{
  background:linear-gradient(180deg,rgba(5,0,15,.42),rgba(3,0,9,.67)) !important;
}

@media(max-width:720px){
  .global-video-background video{
    filter:saturate(.98) contrast(1.05) brightness(.76) !important;
  }

  .global-video-overlay{
    background:
      linear-gradient(180deg,rgba(3,0,12,.30),rgba(5,0,15,.53)),
      radial-gradient(circle at 50% 12%,rgba(0,221,255,.045),transparent 32%) !important;
  }

  .date-strip::before,
  .section::before,
  .worlds-redesign::before,
  .decades-section::before,
  .experience-zones::before,
  .timeline-section::before,
  .lineup-section::before,
  .gallery::before,
  .instagram-static::before,
  .final-cta::before,
  .location-premium::before,
  .tickets::before,
  .faq::before{
    background:linear-gradient(180deg,rgba(5,0,15,.47),rgba(7,1,14,.58)) !important;
  }
}


/* VERSIÓN FINAL PROFESIONAL — MENÚ EN PRIMERA CAPA */
.site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:99999 !important;
  isolation:isolate;
  background:linear-gradient(180deg,rgba(4,0,12,.94),rgba(4,0,12,.76)) !important;
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 34px rgba(0,0,0,.32);
  backdrop-filter:blur(16px) saturate(125%);
  -webkit-backdrop-filter:blur(16px) saturate(125%);
}

.site-header::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(0,221,255,.045),transparent 35%,rgba(255,22,168,.05));
}

.site-header .header-inner,
.site-header > div{
  position:relative;
  z-index:2;
}

.main-nav{
  position:relative !important;
  z-index:100001 !important;
}

.main-nav a{
  position:relative;
  z-index:2;
}

.menu-toggle{
  display:none;
  position:relative;
  z-index:100002;
  width:44px;
  height:44px;
  padding:10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.055);
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  cursor:pointer;
}

.menu-toggle span{
  display:block;
  width:100%;
  height:2px;
  margin:5px 0;
  border-radius:999px;
  background:#fff;
  transition:transform .25s ease,opacity .25s ease;
}

.menu-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2){
  opacity:0;
}
.menu-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* El contenido comienza debajo del encabezado fijo */
body{
  padding-top:var(--header-offset,76px);
}
.hero{
  margin-top:calc(var(--header-offset,76px) * -1);
  padding-top:var(--header-offset,76px);
}

/* Ningún efecto o elemento flotante puede cubrir el menú */
.global-video-background,
.retro-particles,
.hero-lasers,
.hero-haze,
.hero-disco,
.hero-overlay,
.hero-grid,
.neon-divider,
.floating-mascot,
.whatsapp-share,
.retro-radio,
.retro-cursor{
  z-index:10;
}

.global-video-background{z-index:0 !important}
.retro-particles,
.hero-lasers,
.hero-haze,
.hero-disco,
.hero-overlay,
.hero-grid{z-index:1 !important}
main,
.farewell-strip,
.site-footer{z-index:20 !important}
.floating-mascot,
.whatsapp-share,
.retro-radio{z-index:5000 !important}
.site-header{z-index:99999 !important}

/* Navegación móvil limpia */
@media(max-width:980px){
  .menu-toggle{
    display:block;
  }

  .main-nav{
    position:absolute !important;
    top:calc(100% + 10px);
    left:14px;
    right:14px;
    display:grid !important;
    grid-template-columns:1fr;
    gap:4px;
    max-height:0;
    padding:0 10px;
    overflow:hidden;
    opacity:0;
    transform:translateY(-8px);
    border:1px solid transparent;
    border-radius:18px;
    background:rgba(5,0,15,.97);
    box-shadow:0 20px 45px rgba(0,0,0,.45);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    pointer-events:none;
    transition:max-height .3s ease,opacity .25s ease,transform .25s ease,padding .25s ease,border-color .25s ease;
  }

  .main-nav.is-open{
    max-height:80vh;
    padding:12px;
    opacity:1;
    transform:translateY(0);
    border-color:rgba(255,255,255,.12);
    pointer-events:auto;
  }

  .main-nav a{
    width:100%;
    padding:12px 14px;
    border-radius:12px;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible{
    background:rgba(255,255,255,.07);
  }

  .main-nav .nav-cta{
    margin-top:4px;
    text-align:center;
  }
}

@media(max-width:720px){
  :root{--header-offset:68px}
  .site-header{
    min-height:68px;
  }
}

/* Accesibilidad y acabado */
.main-nav a:focus-visible,
.menu-toggle:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:3px;
}


/* EFECTO PREMIUM DEL LOGO PRINCIPAL */
.hero-logo-fx{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:min(520px,92vw);
  isolation:isolate;
  animation:logoCinematicIn 1.2s cubic-bezier(.22,.86,.28,1) both;
}

.hero-logo-shine{
  position:relative;
  z-index:3;
  display:inline-block;
  overflow:hidden;
  border-radius:28px;
}

.hero-logo-shine::after{
  content:"";
  position:absolute;
  top:-35%;
  bottom:-35%;
  left:-32%;
  width:18%;
  pointer-events:none;
  background:linear-gradient(
    105deg,
    transparent 0%,
    rgba(255,255,255,.05) 20%,
    rgba(255,255,255,.78) 48%,
    rgba(84,246,255,.48) 58%,
    transparent 100%
  );
  filter:blur(3px);
  transform:skewX(-18deg);
  animation:logoGlassSweep 6s ease-in-out infinite 1.5s;
}

.hero-logo{
  position:relative;
  z-index:2;
  width:100%;
  height:auto;
  display:block;
  transform-origin:center;
  filter:
    drop-shadow(0 0 12px rgba(0,229,255,.64))
    drop-shadow(0 0 26px rgba(255,0,184,.38));
  animation:logoGlowPulse 4s ease-in-out infinite;
  will-change:transform,filter;
}

.logo-halo{
  position:absolute;
  z-index:0;
  width:76%;
  aspect-ratio:1.8/1;
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 50%,rgba(0,229,255,.28),transparent 56%),
    radial-gradient(circle at 67% 50%,rgba(255,0,184,.25),transparent 58%);
  filter:blur(28px);
  opacity:.82;
  animation:logoHaloBreath 4.5s ease-in-out infinite;
}

.logo-spark{
  position:absolute;
  z-index:4;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
  box-shadow:
    0 0 8px #fff,
    0 0 16px #54f6ff,
    0 0 24px rgba(255,75,230,.9);
  opacity:0;
  animation:logoSparkle 4.8s ease-in-out infinite;
}

.logo-spark::before,
.logo-spark::after{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:18px;
  height:1px;
  background:linear-gradient(90deg,transparent,#fff,transparent);
  transform:translate(-50%,-50%);
}
.logo-spark::after{transform:translate(-50%,-50%) rotate(90deg)}

.spark-1{top:12%;left:6%;animation-delay:.2s}
.spark-2{top:4%;right:17%;animation-delay:1.1s}
.spark-3{top:44%;right:2%;animation-delay:2s}
.spark-4{bottom:8%;right:24%;animation-delay:2.9s}
.spark-5{bottom:16%;left:11%;animation-delay:3.7s}
.spark-6{top:45%;left:1%;animation-delay:4.3s}

@keyframes logoGlowPulse{
  0%,100%{
    transform:scale(1);
    filter:
      drop-shadow(0 0 10px rgba(0,229,255,.62))
      drop-shadow(0 0 24px rgba(255,0,184,.34));
  }
  50%{
    transform:scale(1.02);
    filter:
      drop-shadow(0 0 22px rgba(0,255,255,.82))
      drop-shadow(0 0 44px rgba(255,68,204,.58));
  }
}

@keyframes logoHaloBreath{
  0%,100%{transform:scale(.94);opacity:.52}
  50%{transform:scale(1.09);opacity:.9}
}

@keyframes logoGlassSweep{
  0%,68%{left:-34%;opacity:0}
  72%{opacity:.85}
  88%{left:118%;opacity:.72}
  100%{left:118%;opacity:0}
}

@keyframes logoSparkle{
  0%,70%,100%{opacity:0;transform:scale(.35) rotate(0deg)}
  77%{opacity:1;transform:scale(1.1) rotate(45deg)}
  84%{opacity:.2;transform:scale(.6) rotate(90deg)}
}

@keyframes logoCinematicIn{
  0%{
    opacity:0;
    transform:translateY(14px) scale(.86);
    filter:blur(12px);
  }
  55%{
    opacity:1;
    transform:translateY(0) scale(1.04);
    filter:blur(0);
  }
  100%{
    opacity:1;
    transform:scale(1);
    filter:blur(0);
  }
}

@media(max-width:720px){
  .hero-logo-fx{
    width:min(430px,94vw);
  }

  .hero-logo-shine{
    border-radius:20px;
  }

  .logo-spark{
    width:5px;
    height:5px;
  }
}

@media(prefers-reduced-motion:reduce){
  .hero-logo-fx,
  .hero-logo,
  .logo-halo,
  .hero-logo-shine::after,
  .logo-spark{
    animation:none !important;
  }
}


/* EFECTO PREMIUM PARA LOGO DEL MENÚ Y FOOTER */
.logo-premium-small{
  position:relative;
  transform-origin:center;
  filter:
    drop-shadow(0 0 7px rgba(0,229,255,.66))
    drop-shadow(0 0 15px rgba(255,0,184,.38));
  animation:smallLogoGlow 4s ease-in-out infinite;
  will-change:transform,filter;
}

.site-header .logo-premium-small{
  z-index:3;
}

.site-footer .logo-premium-small,
.logo-premium-footer{
  filter:
    drop-shadow(0 0 9px rgba(0,229,255,.62))
    drop-shadow(0 0 18px rgba(255,0,184,.42));
}

@keyframes smallLogoGlow{
  0%,100%{
    transform:scale(1);
    filter:
      drop-shadow(0 0 6px rgba(0,229,255,.58))
      drop-shadow(0 0 13px rgba(255,0,184,.32));
  }
  50%{
    transform:scale(1.035);
    filter:
      drop-shadow(0 0 13px rgba(0,255,255,.82))
      drop-shadow(0 0 25px rgba(255,68,204,.58));
  }
}

/* Corrección del enlace Volver arriba */
a[href="#inicio"]{
  cursor:pointer;
  scroll-behavior:smooth;
}

html{
  scroll-behavior:smooth;
}

@media(prefers-reduced-motion:reduce){
  .logo-premium-small{
    animation:none !important;
  }
  html{
    scroll-behavior:auto;
  }
}


/* CARGADOR AISLADO Y TRANSICIÓN FLASH */
.site-loader{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483000 !important;
  display:grid !important;
  place-items:center !important;
  width:100vw !important;
  height:100dvh !important;
  overflow:hidden !important;
  opacity:1;
  visibility:visible;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% 42%,rgba(113,28,177,.28),transparent 34%),
    radial-gradient(circle at 24% 22%,rgba(0,229,255,.11),transparent 30%),
    radial-gradient(circle at 78% 76%,rgba(255,0,184,.12),transparent 34%),
    #05000b !important;
  transition:opacity .42s ease,visibility 0s linear .42s;
}

.site-loader::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(5,0,11,.98),rgba(5,0,11,1)),
    radial-gradient(circle at center,rgba(255,255,255,.025),transparent 58%);
}

.site-loader > *{
  position:relative;
  z-index:2;
}

/* Evita que el sitio de fondo se mezcle visualmente con el cargador */
body.is-loading{
  overflow:hidden !important;
}

body.is-loading > *:not(.site-loader):not(.site-flash-transition){
  visibility:hidden !important;
}

.site-loader.is-leaving,
.site-loader.loader-hidden,
.site-loader.hidden{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

/* Flash blanco-neón al terminar la carga */
.site-flash-transition{
  position:fixed;
  inset:0;
  z-index:2147482999;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  background:
    radial-gradient(circle at center,
      rgba(255,255,255,1) 0%,
      rgba(203,250,255,.98) 18%,
      rgba(0,229,255,.72) 38%,
      rgba(255,0,184,.34) 62%,
      rgba(5,0,11,0) 100%);
  mix-blend-mode:screen;
}

.site-flash-transition.is-active{
  visibility:visible;
  animation:siteFlashReveal .72s cubic-bezier(.22,.8,.3,1) both;
}

@keyframes siteFlashReveal{
  0%{
    opacity:0;
    transform:scale(.72);
    filter:brightness(1);
  }
  18%{
    opacity:1;
    transform:scale(1);
    filter:brightness(1.75);
  }
  46%{
    opacity:.88;
    transform:scale(1.08);
    filter:brightness(1.35);
  }
  100%{
    opacity:0;
    transform:scale(1.18);
    filter:brightness(1);
    visibility:hidden;
  }
}

/* Entrada suave del sitio tras el flash */
body.site-ready main,
body.site-ready .site-header,
body.site-ready .farewell-strip,
body.site-ready .site-footer,
body.site-ready .floating-mascot,
body.site-ready .retro-radio,
body.site-ready .whatsapp-share{
  animation:siteContentReveal .78s ease both;
}

@keyframes siteContentReveal{
  from{
    opacity:0;
    filter:blur(5px) brightness(1.18);
    transform:scale(1.012);
  }
  to{
    opacity:1;
    filter:blur(0) brightness(1);
    transform:scale(1);
  }
}

@media(prefers-reduced-motion:reduce){
  .site-loader{
    transition:none !important;
  }

  .site-flash-transition.is-active{
    animation:siteFlashReduced .18s ease-out both !important;
  }

  body.site-ready main,
  body.site-ready .site-header,
  body.site-ready .farewell-strip,
  body.site-ready .site-footer,
  body.site-ready .floating-mascot,
  body.site-ready .retro-radio,
  body.site-ready .whatsapp-share{
    animation:none !important;
  }

  @keyframes siteFlashReduced{
    from{opacity:.45;visibility:visible}
    to{opacity:0;visibility:hidden}
  }
}


/* CORRECCIÓN FINAL DEL MENÚ MÓVIL */
@media(max-width:980px){
  .site-header{
    overflow:visible !important;
  }

  .site-header .header-inner,
  .site-header > div{
    overflow:visible !important;
  }

  .main-nav{
    position:fixed !important;
    top:calc(var(--header-offset,76px) + 10px) !important;
    left:12px !important;
    right:12px !important;
    bottom:auto !important;
    width:auto !important;
    max-width:none !important;
    max-height:calc(100dvh - var(--header-offset,76px) - 24px) !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    z-index:100001 !important;
  }

  .main-nav.is-open{
    max-height:calc(100dvh - var(--header-offset,76px) - 24px) !important;
    padding:12px !important;
  }

  .main-nav a{
    flex:0 0 auto;
  }

  body.menu-open{
    overflow:hidden !important;
    touch-action:none;
  }
}

@media(max-width:720px){
  .main-nav{
    top:calc(var(--header-offset,68px) + 8px) !important;
    left:8px !important;
    right:8px !important;
    max-height:calc(100dvh - var(--header-offset,68px) - 16px) !important;
    padding-bottom:max(12px,env(safe-area-inset-bottom)) !important;
  }

  .main-nav.is-open{
    max-height:calc(100dvh - var(--header-offset,68px) - 16px) !important;
  }
}


/* Estado de la fuente de Radio Club Retro */
.radio-source-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:8px;
  padding:3px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(5,0,15,.55);
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}

.radio-source-status[data-mode="live"]{
  color:#8dffcb;
  border-color:rgba(65,255,170,.28);
  box-shadow:0 0 12px rgba(65,255,170,.12);
}

.radio-source-status[data-mode="fallback"],
.radio-source-status[data-mode="fallback-ready"]{
  color:#ffe28c;
  border-color:rgba(255,205,73,.28);
}

@media(max-width:480px){
  .radio-source-status{
    margin-left:4px;
    padding:3px 6px;
    font-size:9px;
  }
}


/* Ajustes del reproductor funcional */
.radio-source-status[data-mode="fallback-ready"]{
  color:#d9c7ff;
  border-color:rgba(180,140,255,.3);
}

.retro-radio-play{
  touch-action:manipulation;
  cursor:pointer;
}

.retro-radio-play:active{
  transform:scale(.94);
}


/* RADIO CLUB RETRO — INTERFAZ MEJORADA */
#retroRadioTrack{
  position:relative;
  overflow:hidden;
  white-space:nowrap;
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}

.retro-radio-track-text{
  display:inline-block;
  min-width:max-content;
  padding-right:36px;
  will-change:transform;
}

#retroRadioTrack.is-scrolling .retro-radio-track-text{
  animation:radioTrackMarquee 14s linear infinite;
}

#retroRadioTrack:hover .retro-radio-track-text{
  animation-play-state:paused;
}

@keyframes radioTrackMarquee{
  0%,10%{transform:translateX(0)}
  90%,100%{transform:translateX(calc(-100% + var(--radio-track-width, 210px)))}
}

/* Botón play/pausa más limpio y profesional */
#retroRadioPlay{
  position:relative;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.24);
  background:
    radial-gradient(circle at 35% 30%,rgba(255,255,255,.3),transparent 34%),
    linear-gradient(145deg,rgba(0,229,255,.28),rgba(255,0,184,.3));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 16px rgba(0,229,255,.28),
    0 0 22px rgba(255,0,184,.18);
  overflow:hidden;
}

#retroRadioPlay::after{
  content:"";
  position:absolute;
  inset:3px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.11);
  pointer-events:none;
}

.radio-button-icon{
  position:absolute;
  display:grid;
  place-items:center;
  transition:opacity .2s ease,transform .2s ease;
}

.radio-button-play{
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:13px solid #fff;
  transform:translateX(2px) scale(1);
  filter:drop-shadow(0 0 5px rgba(255,255,255,.75));
  opacity:1;
}

.radio-button-pause{
  display:flex;
  gap:5px;
  opacity:0;
  transform:scale(.76);
}

.radio-button-pause span{
  display:block;
  width:4px;
  height:17px;
  border-radius:3px;
  background:#fff;
  box-shadow:0 0 6px rgba(255,255,255,.7);
}

#retroRadio.is-playing .radio-button-play{
  opacity:0;
  transform:translateX(2px) scale(.72);
}

#retroRadio.is-playing .radio-button-pause{
  opacity:1;
  transform:scale(1);
}

/* En respaldo se conserva el icono normal, sin texto adicional */
#retroRadio.is-fallback #retroRadioPlay{
  background:
    radial-gradient(circle at 35% 30%,rgba(255,255,255,.28),transparent 34%),
    linear-gradient(145deg,rgba(255,189,72,.28),rgba(255,79,166,.28));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 16px rgba(255,189,72,.2),
    0 0 22px rgba(255,79,166,.16);
}

.radio-source-status:empty{
  display:none !important;
}

@media(max-width:480px){
  #retroRadioPlay{
    width:42px;
    height:42px;
    min-width:42px;
  }

  #retroRadioTrack.is-scrolling .retro-radio-track-text{
    animation-duration:12s;
  }
}

@media(prefers-reduced-motion:reduce){
  #retroRadioTrack.is-scrolling .retro-radio-track-text{
    animation:none !important;
    transform:none !important;
  }
}


/* Artista y canción siempre visibles y desplazándose */
#retroRadioTrack{
  width:100%;
  max-width:235px;
  overflow:hidden;
  white-space:nowrap;
}

#retroRadioTrack .retro-radio-track-text{
  display:inline-block;
  min-width:max-content;
  padding-left:100%;
  padding-right:40px;
  animation:clubRetroTrackScroll 14s linear infinite !important;
}

@keyframes clubRetroTrackScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-100%)}
}

@media(max-width:480px){
  #retroRadioTrack{max-width:180px}
  #retroRadioTrack .retro-radio-track-text{animation-duration:12s !important}
}


/* Presentación inicial de Radio Club Retro */
.radio-source-status[data-mode="intro"]{
  display:none !important;
}

#retroRadio.is-playing #retroRadioPlay{
  animation:clubRetroPlayPulse 1.4s ease-in-out infinite;
}

@keyframes clubRetroPlayPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.05)}
}

/* Promociones aleatorias */
#retroRadio.is-promo #retroRadioPlay{box-shadow:0 0 20px rgba(255,205,74,.34),0 0 28px rgba(255,75,180,.24)}
.radio-source-status[data-mode="promo"]{display:none!important}

.radio-source-status[data-mode="offline"]{color:#ffd76a}#retroRadio.is-promo #retroRadioPlay{animation:clubretroPromoPulse 1s ease-in-out infinite}@keyframes clubretroPromoPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}

/* SEGURIDAD DEL CARGADOR */
.site-loader.is-leaving{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.site-flash-transition{pointer-events:none!important}
body.site-ready{overflow-x:hidden}


/* =========================================================
   CLUB RETRO · CAPA PREMIUM ESTABLE
   Mejoras aditivas: rendimiento, móvil, accesibilidad y acabado.
   No modifica el núcleo del cargador ni de la radio.
   ========================================================= */

:root{
  --cr-safe-bottom:max(16px,env(safe-area-inset-bottom));
  --cr-safe-left:max(16px,env(safe-area-inset-left));
  --cr-safe-right:max(16px,env(safe-area-inset-right));
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:92px;
}

body{
  min-height:100dvh;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overscroll-behavior-x:none;
}

img{
  max-width:100%;
  height:auto;
}

button,a{
  -webkit-tap-highlight-color:transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible{
  outline:3px solid rgba(36,234,255,.95);
  outline-offset:4px;
  border-radius:10px;
}

/* Tarjetas con profundidad más elegante, solo en equipos capaces. */
@media (hover:hover) and (pointer:fine){
  .experience-card,
  .zone-card,
  .artist-card,
  .decade-card,
  .info-card,
  .program-card,
  .tour-card{
    transform:translateZ(0);
    transition:
      transform .28s cubic-bezier(.2,.8,.2,1),
      box-shadow .28s ease,
      border-color .28s ease;
    will-change:transform;
  }

  .experience-card:hover,
  .zone-card:hover,
  .artist-card:hover,
  .decade-card:hover,
  .info-card:hover,
  .program-card:hover,
  .tour-card:hover{
    transform:translateY(-6px) scale(1.012);
    box-shadow:
      0 20px 48px rgba(0,0,0,.34),
      0 0 28px rgba(255,22,168,.14);
  }
}

/* Botones más nítidos sin alterar la identidad visual. */
.btn,
.nav-cta,
.share-floating,
.back-to-top{
  transform:translateZ(0);
  backface-visibility:hidden;
}

.btn:active,
.nav-cta:active,
.share-floating:active,
.back-to-top:active{
  transform:scale(.97);
}

/* Barra superior con mejor legibilidad al desplazarse. */
.site-header{
  -webkit-backdrop-filter:blur(16px) saturate(135%);
  backdrop-filter:blur(16px) saturate(135%);
}

/* Imágenes: animación de carga discreta. */
img[loading="lazy"]{
  content-visibility:auto;
}

/* Evita que los elementos flotantes se monten con la zona segura del teléfono. */
.floating-mascot,
.mascota-flotante,
.instagram-mascot{
  right:var(--cr-safe-right);
  bottom:calc(var(--cr-safe-bottom) + 72px);
}

.share-floating,
.floating-share{
  right:var(--cr-safe-right);
  bottom:var(--cr-safe-bottom);
}

.radio-player,
.retro-radio,
.floating-radio{
  left:var(--cr-safe-left);
  bottom:var(--cr-safe-bottom);
}

/* Texto largo y botones resistentes en pantallas estrechas. */
.hero-copy,
.section-heading,
.card,
.info-card{
  overflow-wrap:anywhere;
}

@media (max-width:760px){
  html{scroll-padding-top:76px}

  .site-header{
    padding-left:max(12px,env(safe-area-inset-left));
    padding-right:max(12px,env(safe-area-inset-right));
  }

  .main-nav{
    padding-bottom:calc(28px + env(safe-area-inset-bottom));
  }

  .hero-inner{
    padding-left:max(18px,env(safe-area-inset-left));
    padding-right:max(18px,env(safe-area-inset-right));
  }

  .floating-mascot,
  .mascota-flotante,
  .instagram-mascot{
    max-width:92px;
    bottom:calc(var(--cr-safe-bottom) + 64px);
  }

  .share-floating,
  .floating-share{
    width:52px;
    height:52px;
  }
}

/* Reduce consumo en usuarios que solicitaron menos movimiento. */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .retro-particles,
  .hero-lasers,
  .hero-haze,
  .noise{
    display:none!important;
  }
}

/* Mejoras para ahorro de datos y pantallas pequeñas. */
@media (max-width:480px){
  .retro-particles{
    opacity:.45;
  }
  .hero-lasers span:nth-child(n+3){
    display:none;
  }
}

.site-header.is-scrolled{
  box-shadow:0 12px 34px rgba(0,0,0,.28);
  border-bottom-color:rgba(255,255,255,.12);
}
html.has-touch .experience-card:hover,
html.has-touch .zone-card:hover,
html.has-touch .artist-card:hover,
html.has-touch .decade-card:hover{
  transform:none;
}
.image-load-error{
  background:rgba(255,255,255,.04);
}


/* =========================================================
   AJUSTE FLOTANTES + EFECTO VISUAL RADIO
   ========================================================= */

/* La mascota queda abajo y Compartir sobre ella, sin superposición. */
.floating-mascot{
  right:max(18px,env(safe-area-inset-right)) !important;
  bottom:max(18px,env(safe-area-inset-bottom)) !important;
  z-index:2140 !important;
}

.whatsapp-share{
  right:max(18px,env(safe-area-inset-right)) !important;
  bottom:142px !important;
  z-index:2160 !important;
}

/* Aura general cuando la radio está reproduciendo. */
#retroRadio{
  isolation:isolate;
  overflow:visible;
  transition:
    box-shadow .35s ease,
    border-color .35s ease,
    transform .35s ease;
}

#retroRadio.is-playing{
  border-color:rgba(69,238,255,.42);
  box-shadow:
    0 18px 42px rgba(0,0,0,.42),
    0 0 20px rgba(45,231,255,.22),
    0 0 34px rgba(255,54,201,.14);
}

/* Halo animado detrás del reproductor. */
#retroRadio::before{
  content:"";
  position:absolute;
  inset:-9px;
  z-index:-2;
  border-radius:inherit;
  background:
    conic-gradient(
      from 0deg,
      transparent,
      rgba(46,235,255,.5),
      rgba(255,47,202,.45),
      transparent 72%
    );
  opacity:0;
  filter:blur(8px);
  pointer-events:none;
}

#retroRadio.is-playing::before{
  opacity:.52;
  animation:clubRetroRadioAura 4.8s linear infinite;
}

/* Destello especial justo al presionar Play. */
#retroRadio::after{
  content:"";
  position:absolute;
  inset:-3px;
  z-index:-1;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,0);
  opacity:0;
  pointer-events:none;
}

#retroRadio.radio-start-fx{
  animation:clubRetroRadioStartShake .72s cubic-bezier(.2,.9,.25,1);
}

#retroRadio.radio-start-fx::after{
  animation:clubRetroRadioStartFlash 1.25s ease-out both;
}

/* El botón Play libera una onda luminosa. */
#retroRadio.radio-start-fx #retroRadioPlay{
  animation:clubRetroPlayLaunch .9s cubic-bezier(.18,.9,.24,1) both !important;
}

#retroRadio.radio-start-fx #retroRadioPlay::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:2px solid rgba(75,239,255,.8);
  animation:clubRetroPlayWave 1.1s ease-out both;
  pointer-events:none;
}

/* Cuando entra una cuña, cambia sutilmente a dorado/rosado. */
#retroRadio.is-promo{
  border-color:rgba(255,214,92,.48);
  box-shadow:
    0 18px 42px rgba(0,0,0,.42),
    0 0 24px rgba(255,211,82,.24),
    0 0 38px rgba(255,62,190,.16);
}

#retroRadio.is-promo::before{
  background:
    conic-gradient(
      from 0deg,
      transparent,
      rgba(255,221,87,.58),
      rgba(255,54,190,.46),
      transparent 72%
    );
}

/* Pequeño ecualizador visual en reproducción. */
#retroRadio .retro-radio-info{
  position:relative;
}

#retroRadio.is-playing .retro-radio-info::after{
  content:"";
  position:absolute;
  right:2px;
  top:50%;
  width:22px;
  height:18px;
  transform:translateY(-50%);
  background:
    linear-gradient(to top,rgba(76,239,255,.95) 0 100%) 0 100%/3px 42% no-repeat,
    linear-gradient(to top,rgba(255,67,205,.95) 0 100%) 6px 100%/3px 76% no-repeat,
    linear-gradient(to top,rgba(255,218,91,.95) 0 100%) 12px 100%/3px 55% no-repeat,
    linear-gradient(to top,rgba(76,239,255,.95) 0 100%) 18px 100%/3px 88% no-repeat;
  transform-origin:center bottom;
  animation:clubRetroMiniEq .65s steps(4,end) infinite alternate;
  filter:drop-shadow(0 0 5px rgba(74,237,255,.45));
  pointer-events:none;
}

@keyframes clubRetroRadioAura{
  to{transform:rotate(360deg)}
}

@keyframes clubRetroRadioStartFlash{
  0%{
    opacity:0;
    transform:scale(.95);
    border-color:rgba(255,255,255,0);
    box-shadow:0 0 0 rgba(65,239,255,0);
  }
  18%{
    opacity:1;
    border-color:rgba(255,255,255,.82);
    box-shadow:
      0 0 25px rgba(65,239,255,.75),
      0 0 52px rgba(255,54,202,.5);
  }
  100%{
    opacity:0;
    transform:scale(1.1);
    border-color:rgba(255,255,255,0);
    box-shadow:
      0 0 58px rgba(65,239,255,0),
      0 0 78px rgba(255,54,202,0);
  }
}

@keyframes clubRetroRadioStartShake{
  0%,100%{transform:translateX(0) scale(1)}
  22%{transform:translateX(-2px) scale(1.015)}
  44%{transform:translateX(2px) scale(1.02)}
  66%{transform:translateX(-1px) scale(1.012)}
}

@keyframes clubRetroPlayLaunch{
  0%{transform:scale(1)}
  35%{transform:scale(1.16) rotate(-5deg)}
  70%{transform:scale(.97) rotate(2deg)}
  100%{transform:scale(1) rotate(0)}
}

@keyframes clubRetroPlayWave{
  0%{opacity:.9;transform:scale(.7)}
  100%{opacity:0;transform:scale(1.7)}
}

@keyframes clubRetroMiniEq{
  0%{transform:translateY(-50%) scaleY(.55)}
  35%{transform:translateY(-50%) scaleY(1)}
  70%{transform:translateY(-50%) scaleY(.72)}
  100%{transform:translateY(-50%) scaleY(1.12)}
}

@media(max-width:760px){
  .floating-mascot{
    right:max(12px,env(safe-area-inset-right)) !important;
    bottom:max(14px,env(safe-area-inset-bottom)) !important;
  }

  .whatsapp-share{
    right:max(12px,env(safe-area-inset-right)) !important;
    bottom:102px !important;
  }

  .whatsapp-share strong{
    display:none;
  }

  .whatsapp-share{
    width:52px;
    height:52px;
    min-height:52px;
    padding:0;
    justify-content:center;
  }

  #retroRadio.is-playing .retro-radio-info::after{
    display:none;
  }
}

@media(max-width:380px){
  .whatsapp-share{
    bottom:94px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  #retroRadio::before,
  #retroRadio::after,
  #retroRadio.radio-start-fx,
  #retroRadio.radio-start-fx #retroRadioPlay,
  #retroRadio.radio-start-fx #retroRadioPlay::before,
  #retroRadio.is-playing .retro-radio-info::after{
    animation:none !important;
  }
}


/* =========================================================
   CORRECCIONES RADIO V2
   ========================================================= */

/* El giro queda completamente contenido dentro del reproductor. */
#retroRadio{
  overflow:hidden !important;
  isolation:isolate;
}

#retroRadio::before{
  inset:3px !important;
  z-index:0 !important;
  border-radius:16px !important;
  filter:blur(5px) !important;
  opacity:0;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  padding:2px;
}

#retroRadio.is-playing::before{
  opacity:.62;
}

#retroRadio > *{
  position:relative;
  z-index:2;
}

/* El destello inicial también queda dentro del marco. */
#retroRadio::after{
  inset:2px !important;
  z-index:1 !important;
  border-radius:17px !important;
}

/* Ecualizador real, junto a EN VIVO y nunca debajo. */
.retro-radio-topline{
  justify-content:flex-start !important;
}

.retro-radio-topline strong{
  margin-right:auto;
}

.retro-radio-equalizer{
  flex:0 0 auto;
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  gap:2px;
  width:19px;
  height:13px;
  margin-left:2px;
  overflow:hidden;
  opacity:.35;
}

.retro-radio-equalizer b{
  display:block;
  width:3px;
  min-height:3px;
  border-radius:3px 3px 1px 1px;
  background:linear-gradient(180deg,#5cf4ff,#ff58d5);
  box-shadow:0 0 5px rgba(79,239,255,.45);
  transform-origin:center bottom;
}

#retroRadio.is-playing .retro-radio-equalizer{
  opacity:1;
}

#retroRadio.is-playing .retro-radio-equalizer b:nth-child(1){
  animation:crEqBar1 .58s ease-in-out infinite alternate;
}
#retroRadio.is-playing .retro-radio-equalizer b:nth-child(2){
  animation:crEqBar2 .42s ease-in-out infinite alternate;
}
#retroRadio.is-playing .retro-radio-equalizer b:nth-child(3){
  animation:crEqBar3 .66s ease-in-out infinite alternate;
}
#retroRadio.is-playing .retro-radio-equalizer b:nth-child(4){
  animation:crEqBar4 .48s ease-in-out infinite alternate;
}

/* Desactiva el ecualizador anterior que aparecía debajo de EN VIVO. */
#retroRadio.is-playing .retro-radio-info::after{
  display:none !important;
  content:none !important;
}

@keyframes crEqBar1{
  from{height:4px}
  to{height:12px}
}
@keyframes crEqBar2{
  from{height:10px}
  to{height:4px}
}
@keyframes crEqBar3{
  from{height:5px}
  to{height:13px}
}
@keyframes crEqBar4{
  from{height:12px}
  to{height:6px}
}

/* Reducir el espacio vacío del final del sitio. */
.farewell-strip{
  min-height:215px !important;
  padding-top:24px !important;
  padding-bottom:18px !important;
}

.farewell-strip img{
  max-height:230px !important;
  object-fit:contain;
}

.site-footer{
  padding-top:28px !important;
  padding-bottom:18px !important;
  gap:14px !important;
}

.site-footer .copyright{
  margin-top:12px !important;
  padding-top:12px !important;
}

.site-footer .footer-brand img,
.site-footer .logo-premium-footer{
  width:112px !important;
}

@media(max-width:720px){
  .farewell-strip{
    min-height:205px !important;
    padding:22px 16px 12px !important;
  }

  .farewell-strip img{
    width:44% !important;
    max-height:205px !important;
  }

  .site-footer{
    padding:22px 18px 14px !important;
    gap:12px !important;
  }

  .site-footer .footer-links{
    gap:14px !important;
  }

  .retro-radio-equalizer{
    width:17px;
    height:12px;
  }
}

@media(max-width:420px){
  .farewell-strip{
    min-height:185px !important;
  }

  .farewell-strip img{
    max-height:185px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .retro-radio-equalizer b{
    animation:none !important;
    height:7px;
  }
}


/* RADIO MÓVIL ESTABLE */
#retroRadio.is-mobile-audio .retro-radio-play{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

@media(max-width:760px){
  #retroRadioVolume{
    touch-action:pan-x;
  }
}


/* CLUB RETRO V4 · RADIO MÓVIL CON DUCKING */
#retroRadio.is-mobile-audio .retro-radio-play{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

#retroRadio.is-promo{
  transition:box-shadow .35s ease,transform .35s ease;
}

@media(max-width:760px){
  #retroRadioVolume{
    touch-action:pan-x;
  }
}


/* CLUB RETRO V5 · PLAY DE UN SOLO TOQUE */
#retroRadioPlay{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  user-select:none;
  -webkit-user-select:none;
}

.age-25-notice{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:9998;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(5,5,12,.88);
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  text-align:center;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 28px rgba(0,0,0,.35);
}
@media(max-width:760px){
  .age-25-notice{
    width:calc(100% - 32px);
    bottom:10px;
    border-radius:14px;
  }
}
