/* ════════════════════════════════════════════════════════════
   VASTLY · LANDING
   ════════════════════════════════════════════════════════════ */

/* ── preloader ─────────────────────────────────────────────── */
.loader {
  position: fixed; inset: 0;
  z-index: 4000;
  background: var(--void);
  display: grid; place-items: center;
  transition: clip-path .8s var(--ease-snap);
  clip-path: inset(0 0 0 0);
}
.loader.done { clip-path: inset(0 0 100% 0); pointer-events: none; }
.loader-word {
  width: min(430px, 68vw);
  height: auto;
  opacity: 0;
  transform: translateY(26px) scale(.96);
  animation: load-up .9s .1s var(--ease-out) forwards;
}
@keyframes load-up { to { opacity: 1; transform: none; } }
.loader-bar {
  position: absolute;
  bottom: 20vh;
  width: min(320px, 60vw);
  height: 1px;
  background: var(--line);
  overflow: hidden;
}
.loader-bar::after {
  content: ""; position: absolute; inset: 0;
  background: var(--red);
  transform: scaleX(0); transform-origin: left;
  animation: load-fill 1s .2s var(--ease-snap) forwards;
}
@keyframes load-fill { to { transform: scaleX(1); } }

/* ── hero ──────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px var(--gutter) 90px;
  overflow: hidden;
  isolation: isolate;
}
#nebula {
  position: absolute; inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
}
.hero-scan {
  position: absolute; inset: 0; z-index: -1;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.16) 3px 4px);
  pointer-events: none;
}
.hero-vig {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 40%, transparent 40%, rgba(6, 5, 14,.88) 100%),
    linear-gradient(180deg, rgba(6, 5, 14,.6), transparent 26%, transparent 70%, var(--void) 100%);
  pointer-events: none;
}

.hero-top {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: clamp(28px, 4vh, 52px);
}

.hero-brand { position: relative; }
.hero-mark {
  position: absolute;
  left: 50%; bottom: -8vh;
  transform: translateX(-50%);
  height: clamp(260px, 52vh, 500px);
  width: auto;
  mix-blend-mode: screen;
  opacity: .55;
  filter: saturate(1.35);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.hero-glow {
  position: absolute;
  inset: -70% -8%;
  background: radial-gradient(48% 52% at 50% 58%, rgba(124, 92, 255, .34), transparent 70%);
  opacity: calc(.4 + var(--beat) * .6);
  z-index: -1;
  pointer-events: none;
}
.hero-word {
  margin: 0;
  user-select: none;
}
.hero-word img {
  display: block;
  width: min(88vw, 1080px);
  height: auto;
  transform: scale(calc(1 + var(--beat) * .012));
  transform-origin: left center;
  filter: drop-shadow(0 0 calc(16px + var(--beat) * 50px) rgba(124, 92, 255, .5));
}

.hero-tag {
  margin-top: 22px;
  display: flex; align-items: baseline; gap: 16px;
  font-family: var(--f-mono);
  font-size: clamp(.76rem, 1.5vw, 1rem);
  letter-spacing: .34em;
  text-transform: lowercase;
  color: var(--ash);
}
.hero-tag .caret { color: var(--red); animation: blink 1.1s steps(1) infinite; }

.hero-sub {
  margin-top: clamp(30px, 5vh, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.hero-claim {
  font-family: var(--f-disp);
  font-stretch: 118%;
  font-weight: 300;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
  max-width: 30ch;
}
.hero-claim b { font-weight: 800; color: var(--red-hot); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* botón de señal (audio) */
.sig-btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 22px;
  border: 1px solid var(--line-red);
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--bone);
  background: rgba(124, 92, 255, .05);
  transition: background .3s, border-color .3s;
}
.sig-btn:hover { background: rgba(124, 92, 255, .12); border-color: var(--red); }
.sig-btn .state-on { display: none; color: var(--red-hot); }
.sig-btn.on .state-on { display: inline; }
.sig-btn.on .state-off { display: none; }

.hero-meta {
  position: absolute;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
  display: grid; gap: 10px;
  text-align: right;
  font-family: var(--f-mono);
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--coal);
}
.hero-meta b { color: var(--ash); font-weight: 400; }
@media (max-width: 1100px) { .hero-meta { display: none; } }

.hero-scroll {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: .6rem; letter-spacing: .3em;
  text-transform: uppercase; color: var(--coal);
}
.hero-scroll::after {
  content: ""; width: 1px; height: 44px;
  background: linear-gradient(var(--red), transparent);
  animation: drop 1.6s var(--ease-out) infinite;
}
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* visualizador de barras real (canvas) */
#viz {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%; height: 130px;
  z-index: -1;
  opacity: 0;
  transition: opacity .6s;
}
#viz.on { opacity: .8; }

/* ── ticker ────────────────────────────────────────────────── */
.ticker {
  border-top: 1px solid var(--line-red);
  border-bottom: 1px solid var(--line-red);
  background: rgba(124, 92, 255, .04);
  overflow: hidden;
  padding: 13px 0;
  display: flex;
}
.ticker-track {
  display: flex; gap: 48px;
  white-space: nowrap;
  animation: tick 26s linear infinite;
  padding-right: 48px;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--bone);
  display: inline-flex; align-items: center; gap: 48px;
}
.ticker-track span::after { content: "◆"; color: var(--red); font-size: .55rem; }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ── secciones base ────────────────────────────────────────── */
.sec { padding: clamp(80px, 12vh, 150px) var(--gutter); position: relative; }
.sec-head { display: grid; gap: 22px; margin-bottom: clamp(40px, 6vh, 70px); max-width: 1400px; }
.sec-head .row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }

/* ── manifiesto ────────────────────────────────────────────── */
.manif { max-width: 1200px; }
.manif-quote {
  font-family: var(--f-disp);
  font-stretch: 116%;
  font-weight: 300;
  font-size: clamp(1.5rem, 3.4vw, 2.9rem);
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: .01em;
  max-width: 28ch;
}
.manif-quote em { font-style: normal; color: var(--red-hot); font-weight: 750; }
.manif-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
@media (max-width: 900px) { .manif-grid { grid-template-columns: 1fr; } }
.manif-side { display: grid; gap: 26px; }
.manif-stat {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: grid; gap: 4px;
}
.manif-stat .num {
  font-family: var(--f-disp); font-stretch: 125%; font-weight: 800;
  font-size: 2rem; color: var(--red);
}
.manif-stat .lbl { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ash); }

/* ── academia ──────────────────────────────────────────────── */
.acad { background: linear-gradient(180deg, var(--void), var(--carbon) 30%, var(--void)); }

.acad-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  padding: 4px;
  gap: 4px;
  background: var(--void);
}
.acad-switch button {
  padding: 12px 26px;
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ash);
  transition: color .25s, background .25s;
}
.acad-switch button.on { background: var(--red); color: #0A0616; }

/* cadena de señal: 3 niveles */
.chain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  margin: 46px 0 30px;
}
@media (max-width: 820px) { .chain { grid-template-columns: 1fr; } }
.chain::before {
  content: "";
  position: absolute;
  top: 34px; left: 6%; right: 6%;
  height: 1px;
  background: var(--line-red);
}
@media (max-width: 820px) { .chain::before { display: none; } }
.chain-pulse {
  position: absolute;
  top: 31px; left: 6%;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px var(--red);
  animation: chain-run 5s linear infinite;
}
@keyframes chain-run { to { left: calc(94% - 7px); } }
@media (max-width: 820px) { .chain-pulse { display: none; } }

.lvl {
  background: var(--carbon);
  border: 1px solid var(--line);
  padding: 26px;
  display: grid;
  gap: 14px;
  transition: border-color .3s, transform .3s var(--ease-out), background .3s;
}
.lvl:hover { border-color: var(--line-red); transform: translateY(-5px); background: var(--smoke); }
.lvl-top { display: flex; align-items: center; justify-content: space-between; }
.lvl-num {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid var(--line-red);
  font-family: var(--f-mono);
  color: var(--red);
  font-size: .8rem;
  background: var(--void);
  position: relative; z-index: 1;
}
.lvl h4 { font-family: var(--f-disp); font-stretch: 120%; font-weight: 750; text-transform: uppercase; font-size: 1.2rem; }
.lvl p { color: var(--ash); font-size: .9rem; }
.lvl .mono { color: var(--coal); letter-spacing: .14em; }

/* temario en dos columnas */
.acad-body { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
@media (max-width: 980px) { .acad-body { grid-template-columns: 1fr; } }

.skills { display: grid; gap: 0; border-top: 1px solid var(--line); }
.skills li {
  list-style: none;
  display: flex; align-items: center; gap: 18px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-disp);
  font-stretch: 112%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(.95rem, 1.6vw, 1.2rem);
  letter-spacing: .03em;
  color: var(--ash);
  transition: color .25s, padding-left .3s var(--ease-out);
  cursor: default;
}
.skills li:hover { color: var(--bone); padding-left: 14px; }
.skills li::before {
  content: attr(data-i);
  font-family: var(--f-mono);
  font-size: .64rem;
  color: var(--red);
  letter-spacing: .1em;
}

.acad-panel {
  position: sticky; top: 90px;
  background: var(--carbon);
  border: 1px solid var(--line);
  padding: 30px;
  display: grid; gap: 20px;
}
.acad-panel h4 { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .26em; color: var(--red); text-transform: uppercase; }
.acad-rows { display: grid; gap: 0; }
.acad-row {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: .92rem;
}
.acad-row .k { color: var(--ash); }
.acad-row .v { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .06em; text-align: right; color: var(--bone); }
.acad-panel .btn { justify-content: center; }
.acad-note { font-size: .8rem; color: var(--coal); }

/* clases particulares */
.partic {
  margin-top: clamp(50px, 8vh, 90px);
  border: 1px solid var(--line-red);
  background:
    radial-gradient(60% 120% at 100% 0%, rgba(124, 92, 255, .12), transparent 60%),
    var(--carbon);
  padding: clamp(26px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 860px) { .partic { grid-template-columns: 1fr; } }
.partic h3 { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; text-transform: uppercase; font-size: clamp(1.4rem, 2.6vw, 2.1rem); }
.partic p { color: var(--ash); max-width: 52ch; margin-top: 10px; }
.partic-cta { display: grid; gap: 12px; justify-items: start; }
@media (min-width: 861px) { .partic-cta { justify-items: end; text-align: right; } }

/* ── cabina ────────────────────────────────────────────────── */
.cab { position: relative; overflow: hidden; }
.cab-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--void) 0%, rgba(6, 5, 14,.75) 45%, rgba(6, 5, 14,.28) 100%),
    url("../img/p2_jun26.jpg") right center / cover no-repeat;
  filter: saturate(1.15) contrast(1.06);
  z-index: -1;
}
.cab-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--void), transparent 20%, transparent 80%, var(--void));
}

.cab-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(34px, 5vw, 80px); align-items: start; }
@media (max-width: 1020px) { .cab-grid { grid-template-columns: 1fr; } }

/* rider técnico */
.rider { border: 1px solid var(--line); background: rgba(6, 5, 14, .72); backdrop-filter: blur(6px); }
.rider-head {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--red);
}
.rider-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  transition: background .25s;
}
.rider-row:last-child { border-bottom: 0; }
.rider-row:hover { background: rgba(124, 92, 255, .05); }
.rider-row .qty {
  font-family: var(--f-disp); font-stretch: 125%; font-weight: 800;
  font-size: 1.7rem; color: var(--red);
}
.rider-row .name { font-family: var(--f-disp); font-stretch: 114%; font-weight: 650; text-transform: uppercase; font-size: 1.02rem; }
.rider-row .sub { color: var(--ash); font-size: .82rem; }
.rider-row .tag { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .18em; color: var(--coal); text-transform: uppercase; }

.cab-uses { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* widget de reserva */
.booking {
  background: var(--carbon);
  border: 1px solid var(--line-red);
  padding: clamp(22px, 3vw, 34px);
  display: grid; gap: 22px;
  position: sticky; top: 90px;
}
.booking-title { display: flex; justify-content: space-between; align-items: center; }
.booking-title h3 { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; text-transform: uppercase; font-size: 1.3rem; }

.bk-lbl { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ash); margin-bottom: 10px; }
.bk-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.bk-day {
  padding: 10px 4px;
  border: 1px solid var(--line);
  display: grid; justify-items: center; gap: 2px;
  font-family: var(--f-mono);
  transition: border-color .25s, background .25s;
}
.bk-day .dw { font-size: .58rem; letter-spacing: .12em; color: var(--ash); text-transform: uppercase; }
.bk-day .dn { font-size: .95rem; color: var(--bone); }
.bk-day:hover { border-color: var(--line-red); }
.bk-day.sel { background: var(--red); border-color: var(--red); }
.bk-day.sel .dw, .bk-day.sel .dn { color: #0A0616; }

.bk-slots { display: flex; flex-wrap: wrap; gap: 6px; }
.bk-slot {
  padding: 9px 13px;
  border: 1px solid var(--line);
  font-family: var(--f-mono); font-size: .72rem; letter-spacing: .08em;
  color: var(--bone);
  transition: border-color .25s, background .25s, color .25s;
}
.bk-slot:hover { border-color: var(--line-red); }
.bk-slot.sel { background: var(--red); border-color: var(--red); color: #0A0616; }
.bk-slot.busy { color: var(--coal); border-color: var(--line); text-decoration: line-through; pointer-events: none; }

.bk-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
@media (max-width: 460px) { .bk-opts { grid-template-columns: 1fr; } }
.bk-opt {
  border: 1px solid var(--line);
  padding: 13px 15px;
  display: grid; gap: 3px;
  text-align: left;
  transition: border-color .25s, background .25s;
}
.bk-opt .t { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.bk-opt .p { font-family: var(--f-mono); font-size: .78rem; color: var(--ash); }
.bk-opt.sel { border-color: var(--red); background: rgba(124, 92, 255, .08); }
.bk-opt.sel .p { color: var(--red-hot); }

.bk-check {
  display: flex; align-items: center; gap: 12px;
  border: 1px dashed var(--line);
  padding: 13px 15px;
  font-size: .84rem; color: var(--ash);
  cursor: pointer;
  transition: border-color .25s;
  user-select: none;
}
.bk-check:hover { border-color: var(--line-red); }
.bk-check .box {
  width: 16px; height: 16px;
  border: 1px solid var(--red);
  display: grid; place-items: center;
  flex: none;
}
.bk-check .box::after { content: ""; width: 8px; height: 8px; background: var(--red); opacity: 0; transition: opacity .2s; }
.bk-check.sel .box::after { opacity: 1; }

.bk-total {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.bk-total .lbl { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .24em; color: var(--ash); text-transform: uppercase; }
.bk-total .amt { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; font-size: 1.9rem; color: var(--red-hot); }
.bk-total .amt small { font-size: .9rem; color: var(--ash); font-weight: 400; }
.booking .btn { justify-content: center; }
.bk-foot { font-size: .76rem; color: var(--coal); text-align: center; }

/* membresías cabina */
.memb { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
@media (max-width: 700px) { .memb { grid-template-columns: 1fr; } }
.memb-card {
  border: 1px solid var(--line);
  background: rgba(6, 5, 14, .72);
  backdrop-filter: blur(6px);
  padding: 24px;
  display: grid; gap: 12px;
  transition: border-color .3s, transform .3s var(--ease-out);
}
.memb-card:hover { border-color: var(--line-red); transform: translateY(-4px); }
.memb-card h4 { font-family: var(--f-disp); font-stretch: 118%; font-weight: 750; text-transform: uppercase; font-size: 1.05rem; }
.memb-card .price { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; font-size: 1.7rem; color: var(--red-hot); }
.memb-card .price small { font-family: var(--f-mono); font-size: .66rem; color: var(--ash); letter-spacing: .12em; }
.memb-card ul { list-style: none; display: grid; gap: 7px; }
.memb-card li { color: var(--ash); font-size: .85rem; display: flex; gap: 10px; }
.memb-card li::before { content: "◆"; color: var(--red); font-size: .5rem; line-height: 2; }

/* ── productora ────────────────────────────────────────────── */
.prod { background: var(--carbon); }

.event-hero {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: stretch;
}
@media (max-width: 940px) { .event-hero { grid-template-columns: 1fr; } }
.event-flyer {
  position: relative;
  border: 1px solid var(--line-red);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.event-flyer img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease-out);
}
.event-flyer:hover img { transform: scale(1.045); }
.event-flyer .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 5, 14,.85));
}
.event-flyer .foot {
  position: absolute; left: 18px; right: 18px; bottom: 14px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--bone);
}

.event-data { display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.event-date {
  font-family: var(--f-disp); font-stretch: 125%; font-weight: 900;
  font-size: clamp(3.4rem, 9vw, 7.5rem);
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--red);
}
.event-title { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; text-transform: uppercase; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1; }
.event-line { color: var(--ash); font-family: var(--f-mono); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; line-height: 2; }
.event-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* line-up estilo cards IG */
.lineup { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(46px, 7vh, 80px); }
@media (max-width: 1000px) { .lineup { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lineup { grid-template-columns: 1fr; } }
.artist {
  position: relative;
  border: 1px solid var(--line);
  background: var(--void);
  padding: 14px;
  display: grid; gap: 12px;
  transition: border-color .3s, transform .3s var(--ease-out);
}
.artist:hover { border-color: var(--red); transform: translateY(-6px); }
.artist-ph {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line-red);
  position: relative;
  background:
    radial-gradient(70% 70% at 50% 30%, rgba(124, 92, 255, .28), transparent 70%),
    var(--smoke);
}
.artist-ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.05); transition: transform .6s var(--ease-out), filter .4s; }
.artist:hover .artist-ph img { transform: scale(1.06); filter: grayscale(0) contrast(1.1); }
.artist-ph .glow {
  position: absolute; inset: 0;
  background: radial-gradient(80% 55% at 50% 100%, rgba(124, 92, 255, .35), transparent 70%);
  mix-blend-mode: screen;
}
.artist-nm { text-align: center; font-family: var(--f-mono); font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; }
.artist-rl { text-align: center; font-family: var(--f-mono); font-size: .58rem; letter-spacing: .2em; color: var(--coal); text-transform: uppercase; }

/* servicios productora */
.srv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(46px, 7vh, 80px); }
@media (max-width: 900px) { .srv { grid-template-columns: 1fr; } }
.srv-card {
  border: 1px solid var(--line);
  padding: 28px;
  display: grid; gap: 14px;
  background: var(--void);
  position: relative;
  overflow: hidden;
  transition: border-color .3s;
}
.srv-card::after {
  content: "";
  position: absolute; inset: auto -30% -55% -30%;
  height: 70%;
  background: radial-gradient(50% 100% at 50% 100%, rgba(124, 92, 255, .18), transparent 70%);
  opacity: 0; transition: opacity .4s;
}
.srv-card:hover { border-color: var(--line-red); }
.srv-card:hover::after { opacity: 1; }
.srv-card .n { font-family: var(--f-mono); font-size: .66rem; color: var(--red); letter-spacing: .2em; }
.srv-card h4 { font-family: var(--f-disp); font-stretch: 120%; font-weight: 750; text-transform: uppercase; font-size: 1.15rem; }
.srv-card p { color: var(--ash); font-size: .9rem; }
.srv-card .tlink { justify-self: start; margin-top: 6px; }

/* ── comunidad ─────────────────────────────────────────────── */
.comm { position: relative; }
.comm-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: clamp(40px, 6vh, 70px);
}
.comm-ph { overflow: hidden; border: 1px solid var(--line); position: relative; }
.comm-ph img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1); transition: transform .7s var(--ease-out); }
.comm-ph:hover img { transform: scale(1.05); }
.comm-ph .cap {
  position: absolute; left: 12px; bottom: 10px;
  font-family: var(--f-mono); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bone);
  text-shadow: 0 2px 8px rgba(0,0,0,.8);
}
.comm-ph:nth-child(1) { grid-column: span 5; aspect-ratio: 4/3; }
.comm-ph:nth-child(2) { grid-column: span 3; aspect-ratio: 3/4; margin-top: 40px; }
.comm-ph:nth-child(3) { grid-column: span 4; aspect-ratio: 1; }
.comm-ph:nth-child(4) { grid-column: span 4; aspect-ratio: 1; margin-top: -30px; }
.comm-ph:nth-child(5) { grid-column: span 5; aspect-ratio: 16/10; }
.comm-ph:nth-child(6) { grid-column: span 3; aspect-ratio: 3/4; margin-top: 30px; }
@media (max-width: 800px) {
  .comm-ph { grid-column: span 6 !important; margin-top: 0 !important; aspect-ratio: 1 !important; }
}

.comm-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: clamp(46px, 7vh, 80px); border: 1px solid var(--line); }
@media (max-width: 900px) { .comm-perks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .comm-perks { grid-template-columns: 1fr; } }
.perk {
  padding: 26px;
  border-right: 1px solid var(--line);
  display: grid; gap: 10px;
  transition: background .3s;
}
.perk:last-child { border-right: 0; }
@media (max-width: 900px) { .perk { border-bottom: 1px solid var(--line); } }
.perk:hover { background: rgba(124, 92, 255, .05); }
.perk .ic { color: var(--red); font-size: 1.2rem; }
.perk h5 { font-family: var(--f-disp); font-stretch: 116%; font-weight: 700; text-transform: uppercase; font-size: .95rem; }
.perk p { color: var(--ash); font-size: .84rem; }

/* banner portal */
.portal-banner {
  margin-top: clamp(50px, 8vh, 90px);
  border: 1px solid var(--line-red);
  padding: clamp(30px, 5vw, 56px);
  text-align: center;
  display: grid; gap: 18px;
  justify-items: center;
  background:
    radial-gradient(70% 140% at 50% 0%, rgba(124, 92, 255, .13), transparent 60%),
    var(--void);
  position: relative;
  overflow: hidden;
}
.portal-banner h3 { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; text-transform: uppercase; font-size: clamp(1.5rem, 3.4vw, 2.6rem); max-width: 24ch; }
.portal-banner p { color: var(--ash); max-width: 54ch; }
.portal-banner .row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 60px); align-items: start; }
@media (max-width: 900px) { .faq-cols { grid-template-columns: 1fr; } }
.faq-group h4 {
  font-family: var(--f-mono); font-size: .7rem; letter-spacing: .26em;
  text-transform: uppercase; color: var(--red);
  margin: 26px 0 8px;
}
.faq-group h4:first-child { margin-top: 0; }
.acc { border-bottom: 1px solid var(--line); }
.acc-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 18px 2px;
  text-align: left;
  font-family: var(--f-disp);
  font-stretch: 112%;
  font-weight: 600;
  font-size: 1rem;
  transition: color .25s;
}
.acc-q:hover { color: var(--red-hot); }
.acc-q .pm { font-family: var(--f-mono); color: var(--red); flex: none; transition: transform .3s var(--ease-out); }
.acc.open .acc-q .pm { transform: rotate(45deg); }
.acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s var(--ease-out);
}
.acc-a p { padding: 0 2px 20px; color: var(--ash); font-size: .92rem; max-width: 62ch; }

/* ── contacto ──────────────────────────────────────────────── */
.contact { background: var(--carbon); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info { display: grid; gap: 26px; align-content: start; }
.contact-row { border-top: 1px solid var(--line); padding-top: 16px; display: grid; gap: 6px; }
.contact-row .k { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--red); }
.contact-row .v { font-size: 1.05rem; }
.contact-row .v a:hover { color: var(--red-hot); }

.cform { display: grid; gap: 14px; }
.cform .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .cform .frow { grid-template-columns: 1fr; } }
.cform label { display: grid; gap: 8px; }
.cform .flbl { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ash); }
.cform input, .cform select, .cform textarea {
  background: var(--void);
  border: 1px solid var(--line);
  color: var(--bone);
  font: inherit;
  font-size: .95rem;
  padding: 14px 16px;
  transition: border-color .25s;
  border-radius: 0;
  width: 100%;
}
.cform textarea { min-height: 110px; resize: vertical; }
.cform input:focus, .cform select:focus, .cform textarea:focus { outline: none; border-color: var(--red); }
.cform select { appearance: none; }
.cform .btn { justify-content: center; }
.cform .note { font-size: .76rem; color: var(--coal); text-align: center; }

/* ════════════════════════════════════════════════════════════
   WEB REAL (vastlystudio.com) — agregados sobre la maqueta
   ════════════════════════════════════════════════════════════ */

/* hero: el chip de fecha es un link a la productora */
a.chip { color: inherit; }

/* booking: grabación en tres opciones */
.bk-lbl-sub { color: var(--coal); letter-spacing: .12em; }
.bk-rec3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 460px) { .bk-rec3 { grid-template-columns: 1fr; } }

/* cabina: acceso a las membresías (el detalle vive en Planes) */
.memb-link {
  display: grid; gap: 8px;
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: rgba(6, 5, 14, .72);
  transition: border-color .3s, transform .3s var(--ease-out);
}
.memb-link:hover { border-color: var(--line-red); transform: translateY(-3px); }
.memb-link-t { font-family: var(--f-disp); font-stretch: 118%; font-weight: 750; text-transform: uppercase; font-size: 1.1rem; }
.memb-link-t b { color: var(--red-hot); }
.memb-link .tlink { justify-self: start; }

/* productora: servicios con más aire */
.srv-head { display: grid; gap: 18px; margin-top: clamp(60px, 9vh, 110px); max-width: 1000px; }
.srv-title {
  font-family: var(--f-disp); font-stretch: 125%; font-weight: 800; text-transform: uppercase;
  line-height: .95; font-size: clamp(2rem, 5vw, 4.2rem);
}
.srv-title .red { color: var(--red); }
.srv-big { margin-top: clamp(30px, 5vh, 50px); }
.srv-big .srv-card { padding: clamp(28px, 3vw, 40px); min-height: 280px; align-content: start; }
.srv-big .srv-card h4 { font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.05; }
.srv-big .srv-card p { font-size: .98rem; }
.srv-big .srv-card .btn { justify-self: start; margin-top: auto; }
.srv-show {
  margin-top: 16px;
  border: 1px dashed var(--line);
  padding: 22px 28px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
}
.srv-show .n { font-family: var(--f-mono); font-size: .66rem; color: var(--red); letter-spacing: .2em; }
.srv-show h4 { font-family: var(--f-disp); font-stretch: 120%; font-weight: 750; text-transform: uppercase; font-size: 1.05rem; }
.srv-show p { color: var(--ash); font-size: .88rem; }
@media (max-width: 700px) { .srv-show { grid-template-columns: 1fr; gap: 10px; } }

/* planes y membresías */
.planes { background: var(--carbon); }
.plan-grupo { margin-top: clamp(20px, 3vh, 34px); }
.plan-grupo + .plan-grupo { margin-top: clamp(50px, 8vh, 90px); }
.plan-grupo-t {
  font-family: var(--f-mono); font-size: .72rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ash); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 20px;
}
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plan-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .plan-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .plan-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .plan-grid, .plan-grid-4 { grid-template-columns: 1fr; } }
.plan {
  border: 1px solid var(--line);
  background: var(--void);
  padding: 26px;
  display: grid; gap: 14px; align-content: start;
  transition: border-color .3s, transform .3s var(--ease-out);
}
.plan:hover { border-color: var(--line-red); transform: translateY(-4px); }
.plan-memb { background: linear-gradient(180deg, rgba(124, 92, 255, .09), var(--void) 70%); }
.plan-k { font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--red); }
.plan h4 { font-family: var(--f-disp); font-stretch: 120%; font-weight: 800; text-transform: uppercase; font-size: 1.3rem; line-height: 1.05; }
.plan-precio { font-family: var(--f-disp); font-stretch: 122%; font-weight: 800; font-size: 1.7rem; color: var(--red-hot); line-height: 1; }
.plan-precio small { font-family: var(--f-mono); font-size: .62rem; color: var(--ash); letter-spacing: .12em; font-weight: 400; }
.plan-precio.consultar { font-family: var(--f-mono); font-size: .74rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ash); }
.plan-det { list-style: none; display: grid; gap: 7px; }
.plan-det li { color: var(--ash); font-size: .88rem; display: flex; gap: 10px; }
.plan-det li::before { content: "◆"; color: var(--red); font-size: .5rem; line-height: 2.1; }
.plan .btn { justify-self: start; margin-top: 4px; }
.plan-pie { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
@media (max-width: 800px) { .plan-pie { grid-template-columns: 1fr; } }
.plan-incluye, .plan-extras { border: 1px dashed var(--line); padding: 22px 24px; display: grid; gap: 12px; align-content: start; }
.plan-incluye ul { list-style: none; display: grid; gap: 7px; }
.plan-incluye li { color: var(--bone); font-size: .9rem; display: flex; gap: 10px; }
.plan-incluye li::before { content: "◆"; color: var(--red); font-size: .5rem; line-height: 2.1; }
.plan-extra { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-top: 1px solid var(--line); padding-top: 10px; }
.plan-extra span { font-size: .92rem; }
.plan-extra small { display: block; font-family: var(--f-mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--coal); }
.plan-extra b { font-family: var(--f-mono); color: var(--red-hot); font-weight: 600; white-space: nowrap; }

/* iconos de contacto (regla de la casa: WhatsApp, Instagram y Maps llevan su icono) */
.ic { width: 16px; height: 16px; flex: none; }
.ic.f { fill: currentColor; }
.ic.s { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ic-link { display: inline-flex; align-items: center; gap: .55rem; }

/* pie: firma */
.footer-bottom a:hover { color: var(--red-hot); }
.firma-mc a { text-transform: none; letter-spacing: .04em; }
.firma-mc .pto { color: #D14B32; }
/* el marco de esquinas no ocupa lugar en las grillas nuevas */
.plan > .c3, .memb-link > .c3, .srv-show > .c3 { position: absolute; inset: 0; pointer-events: none; }

/* profes (se llenan desde Mi Vastly) */
.profes { margin-top: clamp(40px, 6vh, 70px); display: grid; gap: 22px; }
.profes[hidden] { display: none; }
.profes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .profes-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .profes-grid { grid-template-columns: 1fr; } }
.profe { border: 1px solid var(--line); background: var(--void); padding: 22px; display: grid; gap: 10px; align-content: start; }
.profe > .c3 { position: absolute; inset: 0; pointer-events: none; }
.profe-ph { aspect-ratio: 4 / 5; overflow: hidden; margin: -22px -22px 6px; }
.profe-ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.05); }
.profe-k { font-size: .6rem; letter-spacing: .24em; text-transform: uppercase; color: var(--red); }
.profe h4 { font-family: var(--f-disp); font-stretch: 120%; font-weight: 800; text-transform: uppercase; font-size: 1.2rem; }
.profe p { color: var(--ash); font-size: .9rem; }
.profe .tlink { justify-self: start; }
