/* ============================================================
   ESTILOS UNIFICADOS — Especial Roatán · LNH-018
   Referencia principal: Nota2 (estilos más completos)
   Versión: 1.0
============================================================ */

/* ── Google Fonts (importar desde HTML si se necesita) ── */

/* ============================================================
   TOKENS & BASE
============================================================ */
:root {
  --bg:          #07111d;
  --bg-2:        #0d1b2d;
  --text:        #edf3ff;
  --muted:       rgba(237,243,255,.78);
  --soft:        rgba(237,243,255,.52);
  --line:        rgba(255,255,255,.10);
  --accent:      #7db6ff;
  --gold:        #f0c060;
  --shadow:      0 24px 60px rgba(0,0,0,.42);
  --radius:      14px;
  --col:         680px;
  --col-wide:    860px;
  --gutter:      clamp(20px, 5vw, 80px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text);
  background:
    radial-gradient(1000px 560px at 18% 12%, rgba(125,182,255,.09), transparent 60%),
    radial-gradient(900px 520px at 85% 36%, rgba(159,208,255,.06), transparent 65%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 55%, #081220 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Overlay de rejilla sutil */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.013) 0 1px, transparent 1px 120px);
  z-index: 0;
}

/* ============================================================
   HEADER — Logo centrado tipo El Heraldo
============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 20, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.site-header .back-link {
  position: absolute;
  left: clamp(16px, 3vw, 32px);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: color .2s;
}
.site-header .back-link:hover { color: rgba(255,255,255,.9); }
.site-header .back-link svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
}

.site-header .logo {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff;
  text-decoration: none;
}

/* Ajuste de hero cuando el header es fijo */
body.has-header .hero,
body.has-header .hero-section {
  padding-top: 52px;
}

/* ============================================================
   PROGRESS BAR
============================================================ */
.story-progress {
  position: fixed;
  top: 52px; left: 0; right: 0;
  height: 3px;
  background: rgba(255,255,255,.08);
  z-index: 150;
}
.story-progress .fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transition: width .1s linear;
}

/* ============================================================
   UTILIDAD: EYEBROW / PILL
============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(125,182,255,.10);
  color: #eaf2ff;
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 1;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(125,182,255,.15);
  flex-shrink: 0;
}
.eyebrow.gold-pill {
  background: rgba(240,192,96,.10);
  border-color: rgba(240,192,96,.18);
  color: #f5e0b0;
}
.eyebrow.gold-pill::before {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(240,192,96,.15);
}

/* Highlight dorado en texto */
.hl-gold { color: var(--gold); font-weight: 700; }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: clamp(40px, 8vh, 80px);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  will-change: transform;
  filter: saturate(.65) brightness(.75);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(7,17,29,.55) 0%,
      rgba(7,17,29,.30) 40%,
      rgba(7,17,29,.80) 75%,
      var(--bg) 100%
    );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--col));
  padding: 0 var(--gutter);
  text-align: center;
}

.hero-inner .eyebrow { margin-bottom: 24px; }

.hero-localizador {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 14px;
}

.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.025em;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0,0,0,.55);
  margin-bottom: 22px;
}

.hero-bajada {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(255,255,255,.78);
  line-height: 1.62;
  max-width: 54ch;
  margin: 0 auto 28px;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta span::before {
  content: "";
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-scroll {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.38);
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: bounce 2.4s ease-in-out infinite;
}
.hero-scroll svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  55%  { transform: translateY(7px); }
}

/* ============================================================
   ARTICLE WRAPPER
============================================================ */
article { position: relative; z-index: 1; }

/* ============================================================
   CAPÍTULO / CHAPTER MARKER
============================================================ */
.chapter {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: clamp(48px, 10vh, 100px) var(--gutter) 0;
}

/* ============================================================
   ENTRETÍTULO (heading interno)
============================================================ */
.entretitulo {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: clamp(52px, 10vh, 100px) var(--gutter) 0;
}
.entretitulo h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--text);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

/* ============================================================
   SECTION HEADING
============================================================ */
.section-heading {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: 56px var(--gutter) 0;
}
.section-heading h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--text);
  margin-top: 14px;
}

/* ============================================================
   PROSE / CUERPO DE TEXTO
============================================================ */
.prose {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: 28px var(--gutter) 0;
}
.prose p {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.80;
  color: var(--muted);
  margin-bottom: 1.5em;
}
.prose p:last-child { margin-bottom: 0; }

/* Drop cap en primer párrafo de apertura */
.prose.apertura p:first-child::first-letter,
.prose.lead p:first-child::first-letter {
  font-family: 'DM Serif Display', serif;
  font-size: 4.6em;
  line-height: .82;
  float: left;
  margin: .06em .14em 0 0;
  color: var(--accent);
}

/* ============================================================
   CIFRAS — stats block
============================================================ */
.stats-block {
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding: 56px var(--gutter) 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat-item {
  padding: 28px 20px;
  background: rgba(13,23,39,.72);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .25s ease;
}
.stat-item:hover { background: rgba(20,33,54,.88); }
.stat-number {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  color: var(--accent);
  letter-spacing: -.03em;
}
.stat-number.gold { color: var(--gold); }
.stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--soft);
  line-height: 1.38;
}
.stat-source {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  color: rgba(255,255,255,.28);
  margin-top: 3px;
}

/* ============================================================
   CITA — blockquote
============================================================ */
.quote-block {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: 52px var(--gutter) 0;
}
.quote-block blockquote {
  position: relative;
  padding: 28px 32px 28px 48px;
  border-left: 3px solid var(--accent);
  background: rgba(13,23,39,.55);
  border-radius: 0 var(--radius) var(--radius) 0;
  backdrop-filter: blur(6px);
}
.quote-block blockquote::before {
  content: "\201C";
  position: absolute;
  left: 12px; top: 12px;
  font-family: 'DM Serif Display', serif;
  font-size: 56px;
  line-height: 1;
  color: var(--accent);
  opacity: .45;
}
.quote-block blockquote p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.58;
  color: var(--text);
  margin-bottom: 14px;
}
.quote-attribution {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.quote-attribution::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--accent);
}

/* Cita anónima — borde dorado */
.quote-block.anon blockquote { border-left-color: var(--gold); }
.quote-block.anon blockquote::before { color: var(--gold); }
.quote-block.anon .quote-attribution::before { background: var(--gold); }

/* ============================================================
   FOTO — image block
============================================================ */
.photo-block,
.photo-slot {
  padding: 56px 0 0;
}
.photo-block.contained,
.photo-slot {
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 56px;
}
.photo-block.full,
.photo-slot.full-width {
  width: 100%;
  padding: 56px 0 0;
}
.photo-frame {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background: rgba(13,23,39,.60);
}
.photo-block.full .photo-frame,
.photo-slot.full-width .photo-frame {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.photo-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 600px;
}
.photo-caption {
  width: min(100%, var(--col));
  margin: 12px auto 0;
  padding: 0 var(--gutter);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--soft);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.photo-caption::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 4px;
}
.photo-block.full .photo-caption,
.photo-slot.full-width .photo-caption {
  padding-left: var(--gutter);
}

/* Placeholder de foto */
.photo-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(13,23,39,.70);
  backdrop-filter: blur(4px);
}
.photo-placeholder svg {
  width: 36px; height: 36px;
  stroke: rgba(255,255,255,.20); fill: none; stroke-width: 1.2;
}
.photo-placeholder span {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.25);
}

/* ============================================================
   TEXTO DESTACADO — callout / pull quote
============================================================ */
.highlight-text {
  width: min(100%, var(--col));
  margin: 0 auto;
  padding: 52px var(--gutter) 0;
}
.highlight-text .inner {
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(125,182,255,.10) 0%, rgba(125,182,255,.03) 100%);
  border: 1px solid rgba(125,182,255,.20);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.highlight-text .inner::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  height: 2px; width: 100%;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: .6;
}
.highlight-text .inner .ht-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.highlight-text .inner p {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  color: var(--text);
  margin: 0;
}

/* ============================================================
   DIVISOR
============================================================ */
.divider {
  width: min(100%, var(--col));
  margin: 56px auto 0;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  gap: 16px;
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.divider-mark {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(125,182,255,.12);
}

/* ============================================================
   VIDEO SECTION
============================================================ */
.video-section {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
}
.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--bg) 0%, transparent 20%),
    linear-gradient(180deg, transparent 80%, var(--bg) 100%);
  pointer-events: none;
  z-index: 1;
}
.video-wrapper {
  position: relative;
  z-index: 2;
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.video-label { margin-bottom: 24px; }
.video-label h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--text);
  margin-top: 12px;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}
.video-label p {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(14px, 1.7vw, 16px);
  color: var(--muted);
  line-height: 1.65;
  max-width: 54ch;
}
.video-container {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 32px 80px rgba(0,0,0,.65);
  background: #000;
  aspect-ratio: 16/9;
}
.video-container video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.video-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(2,11,20,.55);
  cursor: pointer;
  transition: opacity .3s ease;
  z-index: 4;
}
.video-play-overlay.hidden { opacity: 0; pointer-events: none; }
.video-play-btn {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: rgba(125,182,255,.18);
  border: 2px solid rgba(125,182,255,.55);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background .2s ease;
}
.video-play-overlay:hover .video-play-btn {
  transform: scale(1.08);
  background: rgba(125,182,255,.28);
}
.video-play-btn svg { width: 28px; height: 28px; fill: #eaf2ff; margin-left: 4px; }
.video-caption {
  margin-top: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--soft);
  display: flex; align-items: center; gap: 8px;
}
.video-caption::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}

/* ============================================================
   VÍCTIMAS
============================================================ */
.victims-wrap {
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding: 56px var(--gutter) 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.victims-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3.5vw, 36px);
  color: var(--text);
  margin-top: 14px;
  margin-bottom: 10px;
}
.victims-intro {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(14px, 1.7vw, 16px);
  color: var(--muted);
  line-height: 1.65;
  max-width: 56ch;
}
.victims-intro strong { color: var(--text); }
.victims-group-label {
  display: flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 16px;
}
.victims-dot {
  width: 8px; height: 8px;
  border-radius: 50%; flex-shrink: 0;
}
.victims-dot-fall { background: rgba(255,255,255,.42); }
.victims-dot-surv {
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(125,182,255,.15);
}
.victims-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 16px;
}
.victim-card {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; text-align: center;
}
.victim-avatar {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,.88);
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.av-fall {
  background-color: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.18);
}
.av-surv {
  background-color: rgba(125,182,255,.10);
  border: 1.5px solid rgba(125,182,255,.45);
  box-shadow: 0 0 16px rgba(125,182,255,.12);
}
.victim-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 11px; color: var(--text); line-height: 1.3;
}
.victim-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; color: var(--soft);
  letter-spacing: .04em;
}

/* ============================================================
   NOTAS RELACIONADAS
============================================================ */
.related-wrap {
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding: 72px var(--gutter) 0;
}
.related-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.related-label-line {
  width: 24px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.related-label-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.related-card {
  display: flex;
  flex-direction: column;
  background: rgba(13,23,39,.70);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.45);
  border-color: rgba(125,182,255,.22);
}
.related-card:hover .related-card-img img {
  transform: scale(1.05);
}
.related-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.related-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.related-card-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,17,29,.75) 100%);
}
.related-card-body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.related-card-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.related-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.25;
  color: var(--text);
  flex: 1;
}
.related-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.related-card-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: var(--soft);
}
.related-card-arrow {
  display: flex; align-items: center; gap: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: .02em;
  transition: gap .2s;
}
.related-card-arrow:hover { gap: 8px; }
.related-card-arrow svg {
  width: 13px; height: 13px;
  stroke: currentColor; fill: none;
}

/* ============================================================
   CRÉDITOS
============================================================ */
.credits-wrap {
  width: min(100%, var(--col-wide));
  margin: 0 auto;
  padding: 80px var(--gutter) 100px;
}
.credits-block {
  padding: 32px 36px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12,21,36,.92), rgba(8,16,28,.84));
  box-shadow: var(--shadow);
}
.credits-block h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--text);
  margin-bottom: 18px;
}
.credits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
@media (min-width: 600px) {
  .credits-grid { grid-template-columns: 1fr 1fr; gap: 12px 20px; }
}
.credits-grid div {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}
.credits-grid b { color: var(--text); display: block; margin-bottom: 2px; }

/* ============================================================
   ANIMACIONES DE ENTRADA
============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE — MÓVIL
============================================================ */
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .hero-headline { font-size: clamp(26px, 9vw, 40px); }
  .stat-number { font-size: clamp(32px, 11vw, 48px); }
  .quote-block blockquote { padding: 22px 18px 22px 34px; }
  .highlight-text .inner { padding: 22px 18px; }
  .credits-block { padding: 24px 20px; }
  .victims-mosaic { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 12px; }
  .related-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
