/* El Mago Yunke · web demo. Paleta de su propia marca: azul noche y naranja */
:root {
  --bg: #07091a;
  --bg-2: #0c1030;
  --surface: #11163a;
  --border: #242b5c;
  --text: #f4f1ea;
  --muted: #b0b4cc;
  --accent: #f09009;
  --accent-2: #ffb347;
  --blue: #4f8cff;
  --radius: 18px;
  --nav-h: 68px;
  --display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 16px/1.6 var(--body); overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: .01em; text-transform: uppercase; }
p { margin: 0 0 1em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--accent); color: var(--bg); padding: 10px 16px; border-radius: 10px; font-weight: 600; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--accent-2); outline-offset: 3px; }
.wrap { width: min(1200px, 100%); margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
.muted { color: var(--muted); }

/* Botones */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: 0 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--accent); color: #140b00; font: 600 15px/1 var(--body); letter-spacing: .02em;
  text-decoration: none; position: relative; overflow: visible;
  box-shadow: 0 8px 30px -10px rgba(240, 144, 9, .7);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--accent-2); box-shadow: 0 14px 40px -12px rgba(240, 144, 9, .9); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid rgba(244, 241, 234, .35); box-shadow: none; }
.btn-ghost:hover { background: rgba(244, 241, 234, .08); border-color: var(--text); box-shadow: none; }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 14px; }
.btn-lg { min-height: 58px; padding: 0 38px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.eyebrow { font: 600 14px/1.2 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.chip { display: inline-block; font: 600 12px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; border-radius: 999px; background: rgba(7, 9, 26, .85); color: var(--text); border: 1px solid var(--border); }
.chip-live { background: var(--accent); color: #140b00; border-color: var(--accent); }
.chip-live::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #140b00; margin-right: 8px; vertical-align: 1px; animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .25; } }

/* Menú */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--nav-h);
  display: flex; align-items: center; gap: 28px; padding-inline: clamp(16px, 4vw, 40px);
  background: linear-gradient(to bottom, rgba(7, 9, 26, .85), rgba(7, 9, 26, 0));
  transition: background .3s ease, backdrop-filter .3s ease;
}
.nav.solid { background: rgba(7, 9, 26, .88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(36, 43, 92, .6); }
.nav-logo { display: flex; align-items: center; min-height: 48px; }
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { text-decoration: none; font: 500 14px/1 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--text); opacity: .85; padding: 15px 0; }
.nav-links a:hover { opacity: 1; color: var(--accent-2); }
.nav-burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; position: relative; }
.nav-burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--text); transition: transform .25s ease, top .25s ease; }
.nav-burger span:first-child { top: 17px; }
.nav-burger span:last-child { top: 25px; }
.nav-burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

/* HERO */
.hero-track { position: relative; height: 620vh; }
.hero-stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--bg); }
.hero-media { position: absolute; inset: 0; transform: scale(1.06); transform-origin: 50% 50%; will-change: transform; }
.hero-canvas, .hero-poster, .hero-fx { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-fx { pointer-events: none; mix-blend-mode: screen; }
.hero-flash { position: absolute; inset: 0; pointer-events: none; opacity: 0; z-index: 1; mix-blend-mode: screen;
  background: radial-gradient(circle 70vmax at var(--fx, 40%) var(--fy, 58%), rgba(255, 205, 130, .95), rgba(240, 144, 9, .32) 30%, rgba(240, 144, 9, 0) 62%); }
.hero-grain { position: absolute; inset: -50%; pointer-events: none; z-index: 1; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(5) infinite; }
@keyframes grain { 0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); } 60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); } }
.hero-copy { position: absolute; inset: 0; z-index: 2; pointer-events: none; will-change: transform; }
.hero-copy .beat { pointer-events: auto; }

/* Indice de los cuatro momentos del truco */
.hero-rail { position: absolute; z-index: 3; right: clamp(12px, 2.4vw, 36px); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 4px; }
.hero-rail button { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-width: 44px; min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer; color: var(--text); font: 600 12px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; }
.hero-rail span { opacity: 0; transform: translateX(6px); transition: opacity .3s ease, transform .3s ease; text-shadow: 0 2px 12px rgba(0, 0, 0, .8); white-space: nowrap; }
.hero-rail button.on span, .hero-rail button:hover span, .hero-rail button:focus-visible span { opacity: 1; transform: none; }
.hero-rail i { position: relative; width: 4px; height: 34px; border-radius: 4px; background: rgba(244, 241, 234, .22); overflow: hidden; margin-right: 20px; }
.hero-rail i::after { content: ""; position: absolute; inset: 0; background: var(--accent); transform-origin: top; transform: scaleY(var(--fill, 0)); box-shadow: 0 0 12px rgba(240, 144, 9, .9); }

/* Entrada palabra a palabra */
.js .beat .w { display: inline-block; opacity: 0; filter: blur(10px); transform: translateY(.35em); transition: opacity .3s ease, filter .3s ease, transform .3s ease; }
.js .beat.on .w { opacity: 1; filter: blur(0); transform: none; transition: opacity .7s ease, filter .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1); transition-delay: calc(min(var(--i), 14) * 30ms + 100ms); }
.js .beat .beat-big, .js .beat .eyebrow, .js .beat .beat-logo, .js .beat .btn-row { opacity: 0; transform: translateY(12px); filter: blur(6px); transition: opacity .3s ease, transform .3s ease, filter .3s ease; }
.js .beat.on .beat-big, .js .beat.on .eyebrow, .js .beat.on .beat-logo, .js .beat.on .btn-row { opacity: 1; transform: none; filter: blur(0); transition: opacity .8s ease .05s, transform .9s cubic-bezier(.2, .7, .2, 1) .05s, filter .8s ease .05s; }
.js .beat.on .beat-logo { transition-delay: .1s; }
.js .beat.on .btn-row { transition-delay: .45s; }
.hero-poster { object-fit: cover; object-position: 35% 50%; transition: opacity .6s ease; }
.hero-poster.gone { opacity: 0; }
.hero-shade {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(120% 90% at 60% 45%, rgba(7, 9, 26, 0) 55%, rgba(7, 9, 26, .55) 100%),
    linear-gradient(90deg, rgba(7, 9, 26, .92) 0%, rgba(7, 9, 26, .6) 28%, rgba(7, 9, 26, 0) 50%),
    linear-gradient(to top, rgba(7, 9, 26, .9) 0%, rgba(7, 9, 26, 0) 22%);
}
.hero-loader { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255, 255, 255, .06); z-index: 3; }
.hero-loader i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(0); transition: transform .2s linear, opacity .6s ease .4s; }
.hero-loader i.done { opacity: 0; }

.beat { position: absolute; z-index: 2; left: clamp(16px, 6vw, 96px); top: 50%; width: min(460px, 38vw); transform: translateY(-50%); }
.beat:not(.beat-0) { display: none; }
.js .beat:not(.beat-0) { display: block; }
.js .beat {
  transform: translateY(-40%); opacity: 0; visibility: hidden;
  transition: opacity .55s ease, transform .7s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .55s;
}
.js .beat.on { opacity: 1; visibility: visible; transform: translateY(-50%); transition: opacity .55s ease, transform .7s cubic-bezier(.2, .7, .2, 1), visibility 0s; }
.hero-title { font-size: clamp(44px, 5.4vw, 86px); font-weight: 700; margin-bottom: 18px; text-shadow: 0 4px 40px rgba(0, 0, 0, .6); }
.hero-sub { font-size: 18px; color: var(--muted); }
.beat-big { font: 700 clamp(40px, 4.6vw, 72px)/1 var(--display); text-transform: uppercase; margin: 0 0 16px; background: linear-gradient(100deg, var(--text) 30%, var(--accent-2) 50%, var(--text) 70%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 5s linear infinite; }
@keyframes shine { from { background-position: 100% 0; } to { background-position: -150% 0; } }
.beat-txt { font-size: 18px; color: #d9dcea; }
.beat-txt strong { color: var(--text); }
.beat-logo { width: min(340px, 80%); margin-bottom: 18px; filter: drop-shadow(0 6px 30px rgba(79, 140, 255, .35)); }
.scroll-cue { width: 26px; height: 42px; border: 2px solid rgba(244, 241, 234, .5); border-radius: 14px; position: relative; margin-top: 26px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--accent); animation: cue 1.8s infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* PALMARÉS */
.palmares { background: var(--bg-2); border-block: 1px solid var(--border); padding-block: 36px 44px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-row { display: flex; align-items: center; gap: 72px; width: max-content; animation: marquee 30s linear infinite; }
.marquee-row img { height: 76px; width: auto; opacity: .85; filter: brightness(0) invert(1); }
@keyframes marquee { to { transform: translateX(-50%); } }
.stats { list-style: none; margin: 36px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats li { text-align: center; padding: 8px; }
.stats b { display: block; font: 700 clamp(42px, 5vw, 64px)/1 var(--display); color: var(--accent); }
.stats span { display: block; margin-top: 8px; font-size: 14px; color: var(--muted); line-height: 1.4; }

/* Secciones */
.section { padding-block: clamp(72px, 10vw, 130px); }
.sec-head { margin-bottom: 44px; max-width: 720px; }
.sec-head h2, .about h2, .hire h2 { font-size: clamp(40px, 5vw, 68px); }
.sec-lead { font-size: 18px; color: var(--muted); margin-top: 16px; }
.lead { font-size: 20px; color: var(--text); line-height: 1.5; }

/* Espectáculos */
.show { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; isolation: isolate; }
.spot::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0; transition: opacity .3s ease; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(240, 144, 9, .14), transparent 60%); }
.spot:hover::after { opacity: 1; }
.show-media { position: relative; }
.show-media img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.show-media .chip { position: absolute; left: 16px; bottom: 16px; }
.show-body { padding: 28px; position: relative; z-index: 2; }
.show-body h3 { font-size: clamp(30px, 3vw, 44px); margin-bottom: 14px; }
.show-body > p { color: #d3d6e6; }
.show-main { display: grid; grid-template-columns: 1fr 1.15fr; margin-bottom: 24px; }
.show-main .show-media img { height: 100%; }
.show-main .show-body { padding: clamp(28px, 4vw, 52px); }
.show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.show-grid .show-media img { aspect-ratio: 16 / 10; }
.facts { margin: 20px 0; display: grid; gap: 10px; }
.facts div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.facts dt { font: 600 12px/1.6 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.facts dd { margin: 0; }
.facts a { color: var(--accent-2); display: inline-block; padding: 10px 0; margin: -10px 0; min-height: 44px; }
.note { font-size: 15px; color: var(--muted); }
.note strong { color: var(--text); }
.cities { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.cities span { margin-right: 4px; }
.cities a { text-decoration: none; padding: 10px 14px; min-height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 999px; color: var(--text); transition: border-color .2s ease, color .2s ease; }
.cities a:hover { border-color: var(--accent); color: var(--accent-2); }

/* Sobre Yunke */
.about { background: radial-gradient(900px 600px at 10% 40%, rgba(79, 140, 255, .12), transparent 60%), var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.about-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: 0 30px 80px -30px rgba(79, 140, 255, .45); }
.about-text h2 { margin-bottom: 22px; }
.about-text p { color: #d3d6e6; }
.ticks { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.ticks li { padding-left: 30px; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 14px; border-radius: 3px; transform: rotate(45deg); background: var(--accent); box-shadow: 0 0 14px rgba(240, 144, 9, .6); }

/* Galería */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: 12px; }
.g-big { grid-column: span 2; grid-row: span 2; }
.g-item { padding: 0; border: 0; background: var(--surface); border-radius: 12px; overflow: hidden; cursor: zoom-in; position: relative; }
.g-item img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .4s ease; filter: saturate(.9); }
.g-item:hover img, .g-item:focus-visible img { transform: scale(1.06); filter: saturate(1.1); }
.lightbox { position: fixed; inset: 0; z-index: 80; background: rgba(4, 5, 14, .95); display: grid; place-items: center; padding: 60px 16px; }
.lightbox img { max-height: 84vh; max-width: min(92vw, 1080px); width: auto; border-radius: 10px; }
.lb-close, .lb-nav { position: absolute; border: 0; background: rgba(255, 255, 255, .08); color: var(--text); width: 52px; height: 52px; border-radius: 50%; font-size: 30px; line-height: 1; cursor: pointer; }
.lb-close { top: 16px; right: 16px; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-close:hover, .lb-nav:hover { background: var(--accent); color: #140b00; }
.lb-count { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: var(--muted); font-size: 14px; margin: 0; pointer-events: none; }

/* Contratación */
.hire { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.hire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.hire-text p { color: #d3d6e6; }
.hire-text .lead { color: var(--accent-2); font-family: var(--display); font-size: clamp(24px, 2.4vw, 32px); text-transform: uppercase; line-height: 1.15; margin: 18px 0 20px; }
.hire-img { margin-top: 28px; border-radius: var(--radius); border: 1px solid var(--border); width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(24px, 3vw, 36px); display: grid; gap: 16px; }
.form h3 { font-size: 28px; margin-bottom: 4px; }
.field { display: grid; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-size: 14px; font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--bg); color: var(--text); font: 400 16px/1.4 var(--body); color-scheme: dark;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(240, 144, 9, .25); }
.field.bad input, .field.bad textarea { border-color: #ff6b6b; }
.form-error { color: #ff9b9b; font-size: 14px; margin: 0; }
.form-hint { font-size: 14px; color: var(--muted); margin: 0; text-align: center; }

/* Prensa */
.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { position: relative; text-decoration: none; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease; }
.news-card:hover { transform: translateY(-4px); border-color: rgba(240, 144, 9, .5); }
.news-card img { width: 100%; aspect-ratio: 5 / 2; object-fit: cover; }
.news-card .chip { position: absolute; top: 14px; left: 14px; z-index: 2; }
.news-card h3 { font-size: 22px; padding: 20px 22px 8px; position: relative; z-index: 2; }
.news-card p { padding: 0 22px 22px; color: var(--muted); font-size: 15px; margin: 0; position: relative; z-index: 2; }

/* CTA final */
.final { position: relative; min-height: 72vh; display: grid; place-items: center; overflow: hidden; text-align: center; background: #000; }
.final-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.final::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 50%, rgba(7, 9, 26, .35), rgba(7, 9, 26, .95)); }
.final-inner { position: relative; z-index: 2; padding-block: 90px; }
.final h2 { font-size: clamp(42px, 6vw, 88px); margin-bottom: 18px; text-wrap: balance; }
.final .lead { color: #d9dcea; margin-bottom: 30px; }

/* Pie */
.footer { background: #04050f; border-top: 1px solid var(--border); padding-block: 64px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-logo { width: 170px; margin-bottom: 14px; }
.footer-h { font-size: 16px; letter-spacing: .12em; margin-bottom: 14px; color: var(--muted); }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.footer-list a { text-decoration: none; display: inline-block; padding: 8px 0; min-height: 44px; line-height: 28px; }
.footer-list a:hover { color: var(--accent-2); }
.social { list-style: none; padding: 0; margin: 18px 0 0; display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); transition: border-color .2s ease, background .2s ease; }
.social a:hover { border-color: var(--accent); background: rgba(240, 144, 9, .12); }
.social svg { width: 20px; height: 20px; fill: none; stroke: var(--text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social svg .fill { fill: var(--text); stroke: none; }
.footer-legal { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 14px; }
.footer-legal a { color: var(--muted); display: inline-block; padding: 12px 0; min-height: 44px; }
.footer-legal p { margin: 0 0 6px; }

/* CTA fijo del móvil */
.sticky-cta { display: none; }

/* Aparición al hacer scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1); }
.reveal.in { opacity: 1; transform: none; }

/* Chispas al pulsar */
.spark-dot { position: fixed; z-index: 90; width: 6px; height: 6px; border-radius: 50%; pointer-events: none; background: var(--accent-2); box-shadow: 0 0 10px 2px rgba(240, 144, 9, .8); }

/* Tablet y móvil */
@media (max-width: 1024px) {
  .show-main { grid-template-columns: 1fr; }
  .show-main .show-media img { aspect-ratio: 1; }
  .show-main .show-media { max-width: 620px; }
  .news { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --nav-h: 60px; }
  .nav { gap: 12px; }
  .nav-logo img { height: 34px; }
  .nav-burger { display: block; }
  .nav .btn-sm { margin-left: auto; }
  .nav-links {
    position: fixed; inset: var(--nav-h) 0 auto 0; flex-direction: column; gap: 0; margin: 0;
    background: rgba(7, 9, 26, .97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    padding: 8px clamp(16px, 4vw, 40px) 20px; border-bottom: 1px solid var(--border);
    transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; transition: opacity .25s ease, transform .25s ease, visibility 0s; }
  .nav-links a { padding: 16px 0; font-size: 16px; border-bottom: 1px solid rgba(36, 43, 92, .6); }

  .about-grid, .hire-grid, .show-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .sticky-cta {
    position: fixed; left: 16px; right: 16px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 60;
    display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; border-radius: 999px;
    background: var(--accent); color: #140b00; font: 600 16px/1 var(--body); text-decoration: none;
    box-shadow: 0 14px 40px -10px rgba(240, 144, 9, .8);
    transform: translateY(140%); transition: transform .35s cubic-bezier(.2, .7, .2, 1);
  }
  .sticky-cta.show { transform: none; }
  .footer { padding-bottom: 100px; }
}

/* Hero en pantallas verticales: plano arriba y texto debajo */
@media (max-aspect-ratio: 21/20) {
  .hero-shade { background: none; }
  .hero-poster { object-fit: contain; object-position: 55% 18%; }
  .beat { left: 16px; right: 16px; width: auto; top: auto; bottom: calc(26px + env(safe-area-inset-bottom)); transform: translateY(14px); }
  .beat.on { transform: none; }
  .hero-title { font-size: clamp(38px, 11vw, 60px); margin-bottom: 12px; }
  .hero-sub, .beat-txt { font-size: 16px; }
  .beat-big { font-size: clamp(34px, 10vw, 54px); margin-bottom: 10px; }
  .beat-logo { width: min(220px, 60%); margin-bottom: 10px; }
  .scroll-cue { display: none; }
  .js .beat { transform: translateY(14px); }
  .js .beat.on { transform: none; }
  .hero-shade { background: radial-gradient(130% 70% at 55% 35%, rgba(7, 9, 26, 0) 50%, rgba(7, 9, 26, .5) 100%); }
  .hero-rail { top: calc(var(--nav-h) + 2px); bottom: auto; left: 16px; right: 16px; transform: none; flex-direction: row; gap: 6px; }
  .hero-rail button { flex: 1; justify-content: stretch; min-height: 44px; }
  .hero-rail i { width: 100%; height: 3px; margin: 0; }
  .hero-rail i::after { transform-origin: left; transform: scaleX(var(--fill, 0)); }
  .hero-rail span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; }
  .news { grid-template-columns: 1fr; }
  .gallery { gap: 8px; }
  .facts div { grid-template-columns: 1fr; gap: 2px; }
  .btn-row .btn { flex: 1 1 auto; }
  .lb-nav { top: auto; bottom: 8px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-row, .beat-big, .chip-live::before, .scroll-cue span, .hero-grain { animation: none; }
  .js .beat .w, .js .beat.on .w { filter: none; transform: none; transition-delay: 0s; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
