/* 24/7UNO — Estación. The station's info card: identity, schedule, signal, and
   contact on one screen-scroll. Reuses tokens, font-face, .mono, .brand-spine,
   .env-grain, .footer, focus-visible and reduced-motion rules from styles.css.
   Everything below is Estación-specific (e- prefix), self-contained so this page
   doesn't depend on manifiesto.css / salio.css. The signature element is the
   "ficha técnica" — the station facts set like an equipment ID plate. */

/* ── Static environment ────────────────────────────────────────────────────
   No live track → no cover-art background. Same signal-red anchor glow as the
   manifiesto/salió keeps the visual link with the player. */
.estacion-page {
  background:
    radial-gradient(70% 60% at 50% 0%, rgba(227, 0, 0, .10) 0%, transparent 60%),
    radial-gradient(90% 60% at 50% 100%, rgba(227, 0, 0, .06) 0%, transparent 65%),
    var(--bg);
}

/* ── Layout shell ──────────────────────────────────────────────────────────
   Topbar pinned up top, then hero → ficha → programación → señal → contacto,
   generous but tighter than the manifiesto (this is an info card, not a long
   editorial scroll). */
.estacion {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  max-width: 1080px;
  margin: 0 auto;
  padding:
    clamp(28px, 4vw, 56px)
    clamp(24px, 5vw, 88px)
    clamp(40px, 6vh, 72px)
    clamp(52px, 6vw, 88px); /* left padding leaves room for the brand spine */
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 10vh, 112px);
}

/* ── Topbar ────────────────────────────────────────────────────────────────
   Same logo placeholder as the player; return-to-radio pill on the right. */
.e-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.e-return {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--text-muted);
  text-decoration: none;
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition:
    color        var(--dur-med) var(--ease-out-quart),
    border-color var(--dur-med) var(--ease-out-quart),
    background   var(--dur-med) var(--ease-out-quart);
}
.e-return:hover { color: var(--text); border-color: var(--border-strong); background: rgba(255,255,255,.05); }
.e-return-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 8px var(--signal-glow);
  animation: pulse 2s ease-in-out infinite; /* same keyframe as the player */
}

/* ── Hero ──────────────────────────────────────────────────────────────────
   Eyebrow → display thesis → humble lede. The station's one-line identity. */
.e-hero {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3.5vh, 36px);
  max-width: 60ch;
}
.e-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
  margin: 0;
}
.e-eyebrow::before {
  content: "";
  width: 32px; height: 2px;
  background: var(--signal);
  box-shadow: 0 0 10px var(--signal-glow);
}
.e-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 12vw, 8.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  margin: 0;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .55);
}
/* One phrase per line (mirrors the manifiesto statement) — keeps the accessible
   name spaced ("Siempre al aire.") instead of a run-on from a raw <br>. */
.e-title span { display: block; }
.e-lede {
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: var(--fw-medium);
  color: var(--text);
  line-height: 1.55;
  max-width: 46ch;
  margin: 0;
  text-wrap: pretty;
}

/* ── Section scaffold ──────────────────────────────────────────────────────
   Slate label (no numbering — these facts aren't a sequence) → optional deck →
   body → the section's own device. Column-constrained text. */
.e-section {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.6vh, 30px);
}
.e-slate {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
  margin: 0;
}
.e-slate::before {
  content: "";
  width: 32px; height: 2px;
  background: var(--signal);
  box-shadow: 0 0 8px var(--signal-glow);
}
.e-deck {
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: var(--fw-medium);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 20ch;
  margin: 0;
  text-wrap: balance;
}
.e-body {
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.62;
  color: var(--text);
  max-width: 58ch;
  margin: 0;
  text-wrap: pretty;
}
/* Quiet mono aside — technical footnotes under a device. */
.e-note {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dim);
  max-width: 58ch;
  margin: 0;
  line-height: 1.6;
}

/* ── Ficha técnica — the signature. Station facts set like an equipment ID
   plate: a glass panel of hairline rows, mono labels, tabular values. ─────── */
.e-ficha {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .05);
  overflow: hidden;
  max-width: 640px;
}
.e-ficha-row {
  display: grid;
  grid-template-columns: minmax(96px, 26%) 1fr;
  align-items: baseline;
  gap: 16px;
  padding: clamp(14px, 2.2vh, 18px) clamp(16px, 3vw, 24px);
  border-bottom: 1px solid var(--border);
}
.e-ficha-row:last-child { border-bottom: 0; }
.e-ficha dt {
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
}
.e-ficha dd {
  margin: 0;
  font-size: clamp(.98rem, 1.3vw, 1.12rem);
  font-weight: var(--fw-medium);
  color: var(--text);
  line-height: 1.35;
}

/* ── Programación — the 7-day strip. Every day lit, every day "24 h": the
   schedule of an always-on station, shown literally. ──────────────────────── */
.e-days {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  max-width: 640px;
}
.e-days li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 6px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .02);
  text-align: center;
}
.e-day-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 8px var(--signal-glow);
}
.e-day-name {
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: var(--fw-semibold);
}
.e-day-hrs {
  font-size: .6rem;
  letter-spacing: .1em;
  color: var(--text-dim);
}

/* ── Primary "listen live" pill — same physical recipe as salió's CTA. ────── */
.e-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 30px 18px 26px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--surface);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  align-self: flex-start;
  transition:
    transform    var(--dur-fast) var(--ease-spring),
    border-color var(--dur-med)  var(--ease-out-quart),
    background   var(--dur-med)  var(--ease-out-quart),
    box-shadow   var(--dur-med)  var(--ease-out-quart);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.e-btn:hover {
  transform: translateY(-2px);
  border-color: var(--signal);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 30px 2px var(--signal-glow), 0 12px 34px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
}
.e-btn:active { transform: scale(.97); }
.e-btn-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 10px var(--signal-glow);
  animation: pulse 2s ease-in-out infinite;
}

/* ── Signal endpoints — the raw stream URLs, monospace, tagged by format. Long
   URLs wrap cleanly rather than forcing horizontal scroll. ────────────────── */
.e-stream {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 640px;
}
.e-stream-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .02);
  transition: border-color var(--dur-med) var(--ease-out-quart), background var(--dur-med) var(--ease-out-quart);
}
.e-stream-row:hover { border-color: var(--border-strong); background: rgba(255, 255, 255, .04); }
.e-stream-link {
  font-size: .78rem;
  letter-spacing: .01em;
  color: var(--text);
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color var(--dur-med) var(--ease-out-quart);
}
.e-stream-link:hover { color: var(--signal); }
.e-stream-tag {
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-dim);
  white-space: nowrap;
  flex: none;
}

/* ── Contacto — a prominent, real mailto + a quiet "elsewhere" pointer. ───── */
.e-mail {
  align-self: flex-start;
  font-size: clamp(1.3rem, 3.6vw, 2rem);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.01em;
  color: var(--text);
  text-decoration: none;
  border-bottom: 2px solid var(--signal);
  padding-bottom: 3px;
  transition: color var(--dur-med) var(--ease-out-quart);
}
.e-mail:hover { color: var(--signal); }
.e-elsewhere { color: var(--text-muted); }
.e-inline-link {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border-strong);
  transition: color var(--dur-med) var(--ease-out-quart), border-color var(--dur-med) var(--ease-out-quart);
}
.e-inline-link:hover { color: var(--signal); border-color: var(--signal); }

/* ── Footer ────────────────────────────────────────────────────────────────
   Reuses the player's .footer / .footer-links / .mono styles from styles.css. */
.estacion .footer { margin-top: clamp(24px, 4vh, 48px); }

/* ── Reduced motion ────────────────────────────────────────────────────────
   Still the return/CTA dots and the pill lift (base rules in styles.css). */
@media (prefers-reduced-motion: reduce) {
  .e-return-dot, .e-btn-dot { animation: none; }
  .e-btn { transition: border-color .2s ease, background .2s ease; }
  .e-btn:hover { transform: none; }
}

/* ── Narrow screens ────────────────────────────────────────────────────────
   The 7-day strip stays legible: shrink gaps; the ficha rows keep their two
   columns (short labels fit) but tighten. */
@media (max-width: 460px) {
  .e-days { gap: 6px; }
  .e-days li { padding: 12px 2px; gap: 6px; }
  .e-day-name { font-size: .58rem; letter-spacing: .1em; }
  .e-day-hrs { font-size: .54rem; }
  .e-ficha-row { grid-template-columns: minmax(84px, 34%) 1fr; gap: 12px; }
}
