/* ============================================================
   SPOT — BASE / CHROME / HERO
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--bg); }

.has-cursor, .has-cursor a, .has-cursor button { cursor: none; }

/* ---------- GRANO ---------- */
.grain {
  position: fixed; inset: 0; z-index: 9000; pointer-events: none;
  mix-blend-mode: overlay; opacity: 0.055;
  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='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; z-index: 8990; pointer-events: none;
  background: radial-gradient(120% 90% at 50% 30%, transparent 55%, rgba(0,0,0,0.55) 100%);
}

/* ---------- LIENZO DE FONDO (objetos en movimiento) ---------- */
#backdrop {
  position: fixed; inset: 0; z-index: 0; display: block;
  width: 100%; height: 100%; pointer-events: none;
}
/* todo el contenido vive por encima del lienzo */
.nav, .hero, .section, .artists, .reserva, .footer, .marquee { position: relative; z-index: 1; }
.hero, .section, .section--alt, .artists, .reserva, .footer { background: transparent; }

/* ---------- PLACAS DE GALERÍA (estado vacío de cada slot) ---------- */
image-slot::part(frame) { background: #000; }
image-slot::part(ring) { display: none; }
.has-plate { position: relative; }
.plate {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
  border: 1px solid var(--line-hair);
  transition: opacity .7s var(--ease);
}
.is-filled .plate { opacity: 0; }
.plate__n {
  position: absolute; top: 11px; right: 13px;
  font-family: var(--cond); font-size: 12px; letter-spacing: .12em;
  color: var(--bone); opacity: .5;
}
.plate__t {
  position: absolute; left: 13px; right: 13px; bottom: 11px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em;
  font-size: 10px; color: var(--muted); line-height: 1.3;
}
.plate__corner { position: absolute; width: 9px; height: 9px; border: 1px solid var(--bone); opacity: .22; }
.plate__corner.tl { top: 7px; left: 7px; border-right: 0; border-bottom: 0; }
.plate__corner.tr { top: 7px; right: 7px; border-left: 0; border-bottom: 0; }
.plate__corner.bl { bottom: 7px; left: 7px; border-right: 0; border-top: 0; }
.plate__corner.br { bottom: 7px; right: 7px; border-left: 0; border-top: 0; }
.plate__sheen {
  position: absolute; top: 0; left: 0; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(244,241,235,0.05), transparent);
  transform: translateX(-120%);
  animation: plateSheen 7s var(--ease-soft) infinite;
}
@keyframes plateSheen { 0% { transform: translateX(-120%); } 55%, 100% { transform: translateX(320%); } }

/* ---------- MARQUESINA CINÉTICA ---------- */
.marquee { overflow: hidden; padding: clamp(16px, 3vw, 34px) 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.marquee__track { display: flex; width: max-content; will-change: transform; animation: marq var(--marq-dur, 40s) linear infinite; }
.marquee__track > span {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(32px, 6.5vw, 84px); letter-spacing: var(--tracking-tight);
  color: var(--text); padding: 0 .35em; white-space: nowrap;
  display: inline-flex; align-items: center; gap: .45em;
}
.marquee__track .dot { color: var(--muted); font-style: normal; font-size: .5em; transform: translateY(-.1em); }
.marquee--alt .marquee__track > span:nth-child(odd) { 
  background: linear-gradient(90deg, #000154 0%, #ffffff 50%, #000154 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.marquee--alt .marquee__track > span:nth-child(even) { -webkit-text-stroke: 1px var(--bone-dim); color: transparent; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } .plate__sheen { animation: none; } }

/* ---------- ENTRADA CINEMATOGRÁFICA ---------- */
.intro {
  position: fixed; inset: 0; z-index: 10000;
  display: grid; place-items: center; overflow: hidden;
}
.intro__panel {
  position: absolute; left: 0; right: 0; height: 50.2%; background: #000; z-index: 1;
  transition: transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}
.intro__panel--t { top: 0; }
.intro__panel--b { bottom: 0; }
.intro.is-lifting .intro__panel--t { transform: translateY(-100%); }
.intro.is-lifting .intro__panel--b { transform: translateY(100%); }
.intro__core {
  position: relative; z-index: 2; text-align: center;
  transition: opacity .5s var(--ease), transform .7s var(--ease);
}
.intro.is-lifting .intro__core { opacity: 0; transform: scale(1.04); }
.intro__mark {
  display: flex; gap: clamp(8px, 2.4vw, 26px); justify-content: center;
}
.intro__mark span {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  font-size: clamp(54px, 14vw, 150px); line-height: 1; color: var(--bone);
  letter-spacing: .04em; opacity: 0; transform: translateY(40%);
  animation: introLetter .9s var(--ease) forwards;
}
.intro__mark span[data-l]:nth-child(1) { animation-delay: .10s; }
.intro__mark span[data-l]:nth-child(2) { animation-delay: .22s; }
.intro__mark span[data-l]:nth-child(3) { animation-delay: .34s; }
.intro__mark span[data-l]:nth-child(4) { animation-delay: .46s; }
@keyframes introLetter { to { opacity: 1; transform: none; } }
.intro__line { margin: clamp(16px, 3vh, 28px) auto 0; width: min(420px, 74vw); }
.intro__rule { display: block; height: 1px; background: var(--bone); transform: scaleX(0); transform-origin: left; animation: introRule 1s var(--ease) .6s forwards; }
@keyframes introRule { to { transform: scaleX(1); } }
.intro__meta {
  display: flex; justify-content: space-between; align-items: baseline;
  width: min(420px, 74vw); margin: 12px auto 0;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em;
  font-size: 11px; color: var(--muted); opacity: 0; animation: introFade .8s var(--ease) .8s forwards;
}
.intro__tag { white-space: nowrap; }
.intro__count { color: var(--bone); font-variant-numeric: tabular-nums; letter-spacing: .1em; }
@keyframes introFade { to { opacity: 1; } }

/* ---------- LIGHTBOX (obra ampliada) ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 11000; display: none;
  align-items: center; justify-content: center; padding: clamp(14px, 3vw, 40px);
}
.lightbox.is-open { display: flex; }
.lightbox__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.82);
  backdrop-filter: blur(14px) saturate(.8); -webkit-backdrop-filter: blur(14px) saturate(.8);
  animation: lbFade .4s var(--ease) both;
}
.lightbox__dialog {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(280px, 26vw, 380px);
  gap: clamp(16px, 2.4vw, 36px); align-items: center;
  width: 100%; max-width: 1180px; max-height: 90vh;
  animation: lbRise .55s var(--ease) both;
}
.lightbox__media {
  margin: 0; position: relative; height: 100%;
  display: flex; align-items: center; justify-content: center; min-height: 0;
}
.lightbox__media img {
  max-width: 100%; max-height: 86vh; width: auto; height: auto;
  object-fit: contain; border: 1px solid var(--line); background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.lightbox__media video {
  max-width: 100%; max-height: 86vh; width: auto; height: auto;
  border: 1px solid var(--line); background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
/* badge ▶ en obras con video */
.frame[data-video] { position: relative; }
.frame[data-video]::before {
  content: ""; position: absolute; z-index: 4; right: 12px; bottom: 12px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,0,0,.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23F4F1EB'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/12px no-repeat;
  border: 1px solid rgba(244,241,235,.4); backdrop-filter: blur(4px);
  pointer-events: none;
}
.lightbox__cap {
  position: absolute; left: 12px; bottom: 12px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em;
  font-size: 11px; color: var(--bone); background: rgba(0,0,0,.5);
  padding: 5px 10px; backdrop-filter: blur(4px);
}
.lightbox__panel { display: flex; flex-direction: column; gap: 20px; align-self: center; }
.lightbox__logo { width: 64px; height: auto; opacity: .9; }
.lightbox__chat { display: flex; flex-direction: column; gap: 16px; }
.lightbox__bubble {
  position: relative; align-self: flex-start; max-width: 100%;
  background: rgba(244,241,235,0.06); border: 1px solid var(--line-soft);
  border-radius: 4px 16px 16px 16px; padding: 16px 20px;
}
.lightbox__who { font-family: var(--cond); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; color: var(--muted); display: block; margin-bottom: 8px; }
.lightbox__q {
  margin: 0; font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(24px, 2.4vw, 34px); line-height: 1.05; color: var(--bone);
}
.lightbox__sub { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.lightbox__sub strong { color: var(--text); }
.lightbox__cta {
  display: inline-block; align-self: flex-start; width: clamp(220px, 100%, 300px);
  background: none; padding: 0; border-radius: 999px;
}
.lightbox__cta:hover { transform: translateY(-2px); }

/* ══════════════════ BOTÓN NEON (ROJO + AZUL IVAN) ══════════════════ */
@keyframes neon-pulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 8px #ff0000, 0 0 16px #c41e3a; box-shadow: 0 0 10px #ff0000, inset 0 0 10px rgba(255,0,0,0.3); }
  50% { opacity: 0.7; text-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000; box-shadow: 0 0 20px #ff0000, inset 0 0 20px rgba(255,0,0,0.5); }
}

@keyframes neon-pulse-ivan {
  0%, 100% { opacity: 1; text-shadow: 0 0 8px #00ffff, 0 0 16px #00a8ff; box-shadow: 0 0 10px #00a8ff, inset 0 0 10px rgba(0, 168, 255, 0.3); }
  50% { opacity: 0.7; text-shadow: 0 0 15px #00ffff, 0 0 30px #00a8ff; box-shadow: 0 0 20px #00a8ff, inset 0 0 20px rgba(0, 168, 255, 0.5); }
}

.lightbox__cta--neon {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  border: 2px solid #ff0000;
  color: #fff;
  font-family: var(--cond);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  animation: neon-pulse 1.5s ease-in-out infinite;
  will-change: opacity, text-shadow, box-shadow;
  transition: all 0.2s ease;
}

.lightbox__cta--neon.ivan-style {
  border-color: #00a8ff;
  animation: neon-pulse-ivan 1.5s ease-in-out infinite;
}

.lightbox__cta--neon:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px #ff0000, inset 0 0 20px rgba(255,0,0,0.6);
}

.lightbox__cta--neon.ivan-style:hover {
  box-shadow: 0 0 30px #00a8ff, inset 0 0 20px rgba(0, 168, 255, 0.6);
}

@media (prefers-reduced-motion: reduce) {
  .lightbox__cta--neon { animation: none; }
}
.lightbox__cta img { display: block; width: 100%; height: auto; }
.lightbox__hint { font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; color: var(--muted-2); }
.lightbox__close {
  position: absolute; top: -6px; right: -6px; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(0,0,0,.6); color: var(--bone); cursor: pointer;
  display: grid; place-items: center; transition: transform .3s var(--ease), background-color .3s;
  animation: neon-spin 8s linear infinite;
}

.lightbox__close::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid #ff0000;
  opacity: 0.4;
  box-shadow: 0 0 12px #ff0000, inset 0 0 12px #ff0000;
  animation: neon-spark 2s ease-in-out infinite;
}

.lightbox__close.ivan-style::before {
  border-color: #00a8ff;
  box-shadow: 0 0 12px #00a8ff, inset 0 0 12px #00a8ff;
}

.lightbox__close:hover { 
  transform: rotate(90deg) scale(1.1);
  background: rgba(255,0,0,.15);
  border-color: #ff0000;
}

.lightbox__close.ivan-style:hover {
  background: rgba(0, 168, 255, .15);
  border-color: #00a8ff;
}

.lightbox__close:hover::before {
  box-shadow: 0 0 20px #ff0000, inset 0 0 20px #ff0000, 0 0 30px rgba(255,0,0,0.5);
  opacity: 0.8;
}

.lightbox__close.ivan-style:hover::before {
  box-shadow: 0 0 20px #00a8ff, inset 0 0 20px #00a8ff, 0 0 30px rgba(0, 168, 255, 0.5);
}

.lightbox__close svg { 
  width: 20px; 
  height: 20px;
  filter: drop-shadow(0 0 4px #ff0000);
}

.lightbox__close.ivan-style svg {
  filter: drop-shadow(0 0 4px #ffffff);
}

@keyframes neon-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes neon-spark {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lbRise { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }
@media (max-width: 820px) {
  .lightbox__dialog { 
    grid-template-columns: 1fr; 
    max-height: 100vh; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }
  .lightbox__media { 
    max-height: 45vh;
    flex-shrink: 0;
  }
  .lightbox__media img { 
    max-height: 45vh;
    max-width: 100%;
  }
  .lightbox__media video {
    max-height: 45vh;
    max-width: 100%;
  }
  .lightbox__panel {
    flex: 1;
    gap: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .lightbox__logo {
    width: 48px;
    flex-shrink: 0;
  }
  .lightbox__chat {
    gap: 10px;
    flex-shrink: 0;
  }
  .lightbox__bubble {
    padding: 12px 14px;
  }
  .lightbox__q {
    font-size: 18px;
    line-height: 1.2;
  }
  .lightbox__sub {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
  }
  .lightbox__cta--neon {
    padding: 10px 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    flex-shrink: 0;
  }
  .lightbox__hint {
    font-size: 9px;
    flex-shrink: 0;
  }
  .lightbox__close { top: 8px; right: 8px; width: 40px; height: 40px; }
  .lightbox__close svg { width: 18px; height: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .lightbox__backdrop, .lightbox__dialog { animation: none; }
}

/* ---------- BOTÓN DE SONIDO ---------- */
#sfxToggle {
  position: fixed; left: 18px; bottom: 18px; z-index: 9200;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(0,0,0,.55);
  color: var(--bone); cursor: pointer; display: grid; place-items: center;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform .3s var(--ease), border-color .3s, color .3s, background-color .3s;
}
#sfxToggle:hover { transform: scale(1.08); border-color: var(--bone-dim); }
#sfxToggle.is-muted { color: var(--muted); }
#sfxToggle svg { width: 20px; height: 20px; }
@media (max-width: 720px) { #sfxToggle { width: 38px; height: 38px; left: 14px; bottom: 14px; } }

/* ---------- PARLANTITO DE MÚSICA ---------- */
#musicToggle {
  position: fixed; left: 18px; bottom: 70px; z-index: 9200;
  display: inline-flex; align-items: center; gap: 10px;
  height: 42px; padding: 0 16px 0 14px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(0,0,0,.55);
  color: var(--muted); cursor: pointer;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em; font-size: 11px;
  transition: transform .3s var(--ease), border-color .3s, color .3s;
}
#musicToggle:hover { transform: scale(1.04); border-color: var(--bone-dim); }
#musicToggle.is-playing { color: var(--bone); border-color: var(--bone-dim); }
#musicToggle .mt-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 14px; }
#musicToggle .mt-bars i { width: 2px; height: 4px; background: currentColor; border-radius: 1px; }
#musicToggle.is-playing .mt-bars i { animation: mtBar .9s ease-in-out infinite; }
#musicToggle .mt-bars i:nth-child(1){ animation-delay: 0s; }
#musicToggle .mt-bars i:nth-child(2){ animation-delay: .18s; }
#musicToggle .mt-bars i:nth-child(3){ animation-delay: .36s; }
#musicToggle .mt-bars i:nth-child(4){ animation-delay: .54s; }
@keyframes mtBar { 0%,100%{ height:4px } 50%{ height:14px } }
#musicToggle .mt-name { white-space: nowrap; }
@media (max-width: 720px) {
  #musicToggle { left: 14px; bottom: 60px; height: 38px; padding: 0 12px; }
  #musicToggle .mt-name { display: none; }
}
@media (prefers-reduced-motion: reduce) { #musicToggle.is-playing .mt-bars i { animation: none; height: 9px; } }

/* ---------- CURSOR ---------- */
.cursor {
  --cur: var(--bone);
  position: fixed; top: 0; left: 0; z-index: 9500; pointer-events: none;
  width: 11px; height: 11px; border-radius: 50%;
  border: 1px solid var(--cur);
  display: grid; place-items: center;
  transition: width .4s var(--ease), height .4s var(--ease),
              background-color .4s var(--ease), border-color .4s var(--ease);
  mix-blend-mode: difference;
  will-change: transform;
}
.cursor[data-state="hover"], .cursor[data-state="view"] {
  width: 64px; height: 64px; background: transparent; mix-blend-mode: normal;
}
.cursor[data-state="view"] { background: rgba(232,224,208,0.08); backdrop-filter: blur(1px); }
.cursor__label {
  font-family: var(--cond); text-transform: uppercase;
  letter-spacing: .14em; font-size: 10px; color: var(--cur);
  opacity: 0; transition: opacity .3s; white-space: nowrap;
}
.cursor[data-state] .cursor__label { opacity: 1; }

/* ---------- BARRA DE PROGRESO ---------- */
.scrollbar {
  position: fixed; top: 0; right: 0; width: 2px; height: 100vh; z-index: 8000;
  background: var(--line-soft);
}
.scrollbar__fill {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: var(--bone); transform-origin: top; transform: scaleY(0);
}

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 8500;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(18px, 2.4vw, 30px) var(--gutter);
  mix-blend-mode: difference;
  transition: padding .5s var(--ease);
}
.is-scrolled .nav { padding-top: 16px; padding-bottom: 16px; }
.nav__brand {
  display: inline-flex; align-items: center;
  font-family: var(--cond); font-weight: 600; text-transform: uppercase;
  letter-spacing: .42em; font-size: 14px; color: #fff;
}
.nav__brand img { height: 48px; width: auto; display: block; transition: height .4s var(--ease); }
.is-scrolled .nav__brand img { height: 40px; }
.nav__links { display: flex; gap: clamp(20px, 2.6vw, 40px); }
.nav__links a {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em;
  font-size: 12px; color: #fff; opacity: .75; transition: opacity .3s;
}
.nav__links a:hover { opacity: 1; }
@media (max-width: 720px) { .nav__links { display: none; } }

/* ---------- UTILIDADES TIPOGRÁFICAS ---------- */
.eyebrow {
  font-family: var(--cond); text-transform: uppercase;
  letter-spacing: var(--tracking-wide); font-size: 12px; font-weight: 500;
  color: var(--muted);
}
.eyebrow--gold { color: var(--gold); }
.idx { font-family: var(--cond); color: var(--gold); letter-spacing: .1em; font-weight: 600; }

/* ---------- REVEAL / SPLIT (estado base = visible; el JS anima desde oculto) ---------- */
.split-line { display: block; }
.split-line__i { display: block; will-change: transform, opacity; }

/* ---------- LÍNEA-ENLACE (CTA editorial) ---------- */
.link-line {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .14em;
  font-size: 14px; color: var(--text); position: relative; padding: 4px 0;
}
.link-line svg { width: 16px; height: 16px; opacity: .85; }
.link-line::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--line); transform: scaleX(1); transform-origin: right;
  transition: transform .5s var(--ease), background-color .5s;
}
.link-line:hover::after { background: var(--bone); transform-origin: left; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: clamp(96px, 13vh, 150px) var(--gutter) clamp(40px, 7vh, 70px);
}
.hero__bg-frame {
  position: absolute; overflow: hidden; filter: grayscale(.15) contrast(1.04);
}
.hero__bg-frame img, .hero__bg-frame image-slot { width: 100%; height: 100%; }
.hero__bg-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62));
}
/* retrato izquierdo — Ariel, vertical b/n con tinte */
.hero__ariel {
  left: var(--gutter); top: 50%; transform: translateY(calc(-50% + var(--py, 0%)));
  width: clamp(180px, 19vw, 300px); height: 60vh; z-index: 2;
}
.hero__ariel image-slot { filter: grayscale(1) brightness(1.02) contrast(1.06); }
.hero__ariel .hero__bg-frame::after { background: linear-gradient(160deg, rgba(0,0,0,.12), rgba(0,0,0,.5)); }
/* retrato derecho — Ivan, color, recortado */
.hero__ivan {
  right: var(--gutter); bottom: clamp(40px, 7vh, 70px);
  transform: translateY(var(--py, 0%));
  width: clamp(200px, 26vw, 400px); height: 52vh; z-index: 2;
}
.hero__inner {
  position: relative; z-index: 4; text-align: center;
  width: 100%; max-width: 1180px;
}
.hero__eyebrow { margin-bottom: clamp(20px, 4vh, 40px); }
.hero__eyebrow--gold {
  color: #d4af37;
  text-shadow: 
    0 0 15px rgba(212, 175, 55, 0.85),
    0 0 30px rgba(212, 175, 55, 0.65),
    0 0 45px rgba(212, 175, 55, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
  letter-spacing: var(--tracking-wide);
  font-weight: 700;
}
.hero__headline {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(34px, 8.4vw, 112px); line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tight); color: var(--text);
  margin: 0;
}
.hero__headline .split-line__i { white-space: nowrap; }
.hero__headline em, .hero__headline .em-accent { color: var(--bone); font-style: italic; }
.hero__headline .accent { color: var(--gold); }
.em-accent { font-style: italic; }
.hero__sub {
  max-width: 540px; margin: clamp(26px, 4vh, 44px) auto 0;
  color: var(--muted); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65;
}
.hero__ctas {
  position: relative; z-index: 4;
  display: flex; gap: clamp(24px, 4vw, 56px); align-items: center;
  justify-content: center; flex-wrap: wrap;
  margin-top: clamp(34px, 5vh, 56px);
}
.hero__reserve {
  position: absolute; right: var(--gutter); bottom: clamp(40px, 7vh, 70px);
  z-index: 6;
}
@media (max-width: 980px) {
  .hero__ariel, .hero__ivan { opacity: .32; }
  .hero__reserve { position: static; margin: 28px auto 0; display: flex; justify-content: center; }
}
@media (max-width: 720px) {
  .hero__ariel, .hero__ivan { display: none; }
  .hero { padding-top: clamp(110px, 18vh, 150px); }
  .hero__sub { font-size: 16px; }
}
@media (max-width: 560px) {
  .hero__headline .split-line__i { white-space: normal; }
}

/* reserva — única pieza con fondo sólido oro */
.btn-solid {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--gold); color: #000;
  font-family: var(--cond); font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; font-size: 14px;
  padding: 16px 26px; border: none;
  transition: background-color .4s var(--ease), color .4s var(--ease);
}
.btn-solid:hover { background: var(--bone); }
.btn-solid svg { width: 16px; height: 16px; }

/* ---------- BOTONES DE MARCA (imagen ornamentada) ---------- */
.btn-img {
  display: inline-block; line-height: 0; border-radius: 999px;
  transition: transform .35s var(--ease), filter .35s var(--ease);
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.5));
}
.btn-img img { display: block; width: 100%; height: auto; }
.btn-img:hover {
  transform: translateY(-3px);
  filter: brightness(1.08) drop-shadow(0 12px 30px rgba(200,169,110,.28));
}
.btn-img:active { transform: translateY(-1px); }
.hero__ctas--btns { gap: clamp(14px, 1.8vw, 24px); flex-wrap: wrap; }
.hero__ctas--btns .btn-img { width: clamp(196px, 21vw, 268px); }
.btn-img--lg { width: clamp(240px, 30vw, 340px); }
@media (max-width: 720px) {
  .hero__ctas--btns { justify-content: center; }
  .hero__ctas--btns .btn-img { width: min(78vw, 300px); }
}

/* ══════════════════ HERO — MÁQUINA COMO FONDO ARTÍSTICO ══════════════════ */
.hero::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 60vw;
  max-width: 1000px;
  height: 100%;
  background-image: url("../img/brand/machine-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.5));
}

.hero__inner {
  position: relative;
  z-index: 5;
}

@media (max-width: 1024px) {
  .hero::before {
    right: -20%;
    width: 80vw;
    opacity: 0.1;
  }
}

@media (max-width: 768px) {
  .hero::before {
    opacity: 0.08;
    right: -30%;
  }
}
  position: absolute; left: var(--gutter); bottom: clamp(20px, 4vh, 34px);
  transform: none; z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  opacity: .4;
}
.hero__scroll span {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .3em;
  font-size: 10px; writing-mode: vertical-rl;
}
.hero__scroll .bar {
  width: 1px; height: 54px; background: var(--bone);
  transform-origin: top; animation: scrollPulse 2.4s var(--ease-soft) infinite;
}
@keyframes scrollPulse { 0%,100%{transform:scaleY(.2);opacity:.4} 50%{transform:scaleY(1);opacity:1} }
@media (prefers-reduced-motion: reduce) { .hero__scroll .bar { animation: none; } }

/* ══════════════════ FOOTER LOGO — ANIMACIÓN ORB ══════════════════ */
@keyframes float-orb {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes glow-gold {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(200,169,110,0.3)); }
  50% { filter: drop-shadow(0 0 20px rgba(212,175,55,0.6)); }
}

.footer__logo--animated {
  animation: float-orb 3s ease-in-out infinite, glow-gold 3s ease-in-out infinite;
  filter: brightness(1) hue-rotate(-5deg) saturate(1.3);
  will-change: transform, filter;
}

/* ══════════════════ TEXTURA LIENZO DE PIEL ══════════════════ */
.side-ariel::before,
.side-ivan::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("../img/tex/skin-pattern.png");
  background-size: 600px 600px;
  background-repeat: repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}

.side-ariel > *, .side-ivan > * {
  position: relative;
  z-index: 2;
}
