/**
 * Historiados — diseño editorial premium
 * Profundidad, color y tipografía; sin cards anidadas ni barras laterales.
 */

:root {
  --paper: #f7f5f0;
  --paper-warm: #efeae1;
  --surface: #ffffff;
  --ink: #1a1814;
  --ink-soft: #3d3830;
  --muted: #736b62;
  --accent: #0d5c55;
  --accent-mid: #1a7a72;
  --accent-bright: #2d9d93;
  --accent-light: #e8f4f3;
  --accent-soft: rgba(13, 92, 85, 0.09);
  --warm: #b8956b;
  --warm-light: #f5ebe0;
  --line: rgba(26, 24, 20, 0.1);
  --line-strong: rgba(26, 24, 20, 0.16);
  --shadow-sm: 0 2px 8px rgba(26, 24, 20, 0.05);
  --shadow: 0 4px 24px rgba(26, 24, 20, 0.07);
  --shadow-lg: 0 20px 50px rgba(26, 24, 20, 0.1);
  --shadow-glow: 0 8px 32px rgba(13, 92, 85, 0.15);
  --radius-sm: 0.5rem;
  --radius: 0.75rem;
  --radius-lg: 1.125rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --chrome-bg: rgba(247, 245, 240, 0.82);
  --chrome-border: var(--line);
  --chrome-text: var(--ink);
  --chrome-muted: var(--muted);
  --focus-ring: var(--accent-mid);
  --font-display: "Fraunces", Georgia, serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Outfit", system-ui, sans-serif;
}

html.fonts-loaded {
  --font-display: "Fraunces", Georgia, serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Outfit", system-ui, sans-serif;
}

/* ——— Base ——— */
body.site {
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 80% 50% at 0% -10%, rgba(13, 92, 85, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 0%, rgba(184, 149, 107, 0.09), transparent 50%),
    linear-gradient(180deg, #fcfaf7 0%, var(--paper) 50%, var(--paper-warm) 100%);
}

body.site::before {
  opacity: 0.35;
  background-image: radial-gradient(circle at 50% 50%, rgba(13, 92, 85, 0.04) 0.5px, transparent 0.65px);
  background-size: 24px 24px;
}

::selection {
  background: rgba(26, 122, 114, 0.2);
}

a {
  color: var(--accent-mid);
}

a:hover {
  color: var(--accent);
}

h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* Sin barras laterales decorativas */
.article-list--flat::before,
.article-list--mag::before,
.article-list--in-category::before,
.category-hero::before,
.category-hero.hist-motif::before,
.card::before,
.card::after,
.chronology-country-card.hist-motif::before {
  display: none !important;
}

/* ——— Cabecera ——— */
.site-header {
  background: var(--chrome-bg);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.site-header::before {
  height: 2px;
  background: linear-gradient(90deg, var(--accent-bright), var(--warm), var(--accent-bright));
  opacity: 0.55;
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
  letter-spacing: -0.03em;
  padding: 0;
  border: none;
}

.logo:hover {
  color: var(--accent-mid);
}

.header-brand__tagline {
  border: none;
  padding: 0;
  color: var(--muted);
}

.header-search__input {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding-left: 1rem;
}

.header-search__input:focus {
  border-color: var(--accent-mid);
  outline: 2px solid rgba(26, 122, 114, 0.25);
  box-shadow: var(--shadow-glow);
}

.header-search__btn {
  border-radius: 999px;
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 600;
}

.header-search__btn:hover {
  background: var(--accent-mid);
  box-shadow: var(--shadow-glow);
}

.nav-main a {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 999px;
}

.nav-main a:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.nav-main a[aria-current="page"] {
  color: var(--accent);
  background: var(--accent-soft);
  font-weight: 600;
}

@media (max-width: 42rem) {
  .nav-main {
    background: var(--surface);
    border-left: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
  }
}

/* ——— Hero ——— */
.hero--editorial {
  position: relative;
  margin: 0 0 clamp(3rem, 7vw, 5rem);
  padding: clamp(3rem, 8vw, 5.5rem) clamp(1.5rem, 5vw, 3.5rem);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 80% at 10% 20%, rgba(45, 157, 147, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 60% at 95% 80%, rgba(184, 149, 107, 0.12), transparent 50%),
    linear-gradient(145deg, #ffffff 0%, var(--accent-light) 45%, var(--warm-light) 100%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero--editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0v60M0 30h60' stroke='%230d5c55' stroke-width='0.3' opacity='0.15'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

.hero--editorial > * {
  position: relative;
  z-index: 1;
}

.hero--editorial .hero-kicker {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(13, 92, 85, 0.15);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.75rem, 7.5vw, 4.5rem);
  line-height: 1.02;
  max-width: 12ch;
  letter-spacing: -0.035em;
  color: var(--ink);
}

.hero--editorial .lead {
  font-size: clamp(1.05rem, 2.1vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 38rem;
  line-height: 1.65;
  margin-top: 1.25rem;
}

.hero__rule {
  display: none;
}

.hero-actions {
  margin-top: 2rem;
}

.btn-home {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 999px;
  box-shadow: var(--shadow-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-home:hover {
  background: var(--accent-mid);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(13, 92, 85, 0.28);
}

.btn-home--ghost {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-sm);
}

.btn-home--ghost:hover {
  color: var(--accent);
  background: #fff;
  border-color: var(--accent-mid);
}

.btn-home--surface {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

/* ——— Secciones (superficie única, sin caja interior) ——— */
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 0;
  border: none;
}

.section-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  margin: 0;
}

.section-head h2::after {
  display: none;
}

.section-head__meta {
  margin: 0;
  font-size: 0.9rem;
}

.section-count {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--accent-soft);
}

.home-topics,
.site-nav-hub,
.article-list--flat {
  margin-bottom: clamp(3rem, 7vw, 5rem);
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

/* Temas: grid de pastillas elevadas */
.topic-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  border: none;
}

@media (min-width: 560px) {
  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .topic-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.topic-link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: 100%;
  padding: 1.25rem 1.35rem;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.topic-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(13, 92, 85, 0.2);
  color: inherit;
}

.topic-link.hist-motif {
  background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--hist-a) 8%, white) 100%);
}

.topic-link__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.topic-link:hover .topic-link__name {
  color: var(--accent);
}

.topic-link__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

/* Hub exploración */
.site-nav-hub__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  border: none;
}

@media (min-width: 560px) {
  .site-nav-hub__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .site-nav-hub__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.site-nav-hub__link {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  padding: 1.35rem 1.25rem;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.site-nav-hub__link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  color: inherit;
}

.site-nav-hub__link--archive { background: linear-gradient(160deg, #fff 0%, #f5f0ea 100%); }
.site-nav-hub__link--chrono { background: linear-gradient(160deg, #fff 0%, var(--accent-light) 100%); }
.site-nav-hub__link--people { background: linear-gradient(160deg, #fff 0%, #f0eef8 100%); }
.site-nav-hub__link--gloss { background: linear-gradient(160deg, #fff 0%, #eef4fa 100%); }

.site-nav-hub__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius);
  color: var(--accent);
  background: var(--accent-soft);
}

.site-nav-hub__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.site-nav-hub__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.site-nav-hub__link:hover .site-nav-hub__label {
  color: var(--accent);
}

.site-nav-hub__desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
}

/* ——— Artículos ——— */
.article-list--flat .cards {
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

@media (min-width: 720px) {
  .article-list--flat .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .article-list--flat .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .article-list--flat .cards > li:first-child {
    grid-column: span 2;
  }

  .page-home .article-list--flat .cards > li:first-child .article-tile__link {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
    align-items: stretch;
  }

  .page-home .article-list--flat .cards > li:first-child .article-tile__media {
    aspect-ratio: auto;
    min-height: 100%;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  }

  .page-home .article-list--flat .cards > li:first-child .article-tile__body {
    padding: 1.5rem 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home .article-list--flat .cards > li:first-child .article-tile__title {
    font-size: 1.55rem;
  }
}

.article-tile {
  height: 100%;
}

.article-tile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-tile__link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.article-tile__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--hist-a, #1a7a72), var(--hist-b, #0d5c55));
}

.article-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-tile__link:hover .article-tile__media img {
  transform: scale(1.05);
}

.article-tile__body {
  padding: 1.15rem 1.25rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.article-tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-tile__cat {
  color: var(--accent-mid);
}

.article-tile__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.28;
  color: var(--ink);
  transition: color 0.15s ease;
}

.article-tile__link:hover .article-tile__title {
  color: var(--accent);
}

.article-tile__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-tile__geo {
  padding: 0 1.25rem 1rem;
  font-size: 0.8rem;
}

.article-tile__geo-line {
  margin: 0;
  color: var(--muted);
}

/* ——— Cronología ——— */
.timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: none;
}

.timeline-list__item {
  display: grid;
  gap: 0.75rem 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.timeline-list__item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .timeline-list__item {
    grid-template-columns: 8rem 1fr;
    align-items: start;
  }
}

.timeline-list__when {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-mid);
  font-variant-numeric: tabular-nums;
}

.timeline-list__era {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}

.timeline-list__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
}

.timeline-list__title a {
  text-decoration: none;
  color: var(--ink);
}

.timeline-list__title a:hover {
  color: var(--accent);
}

.timeline-list__excerpt {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.chronology-country-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  border: none;
}

.chronology-country-card {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chronology-country-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  color: var(--accent);
}

/* ——— Cabeceras de página ——— */
.category-hero,
.search-banner,
.page-chronology .archive-hero.chronology-hero {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #fff 0%, var(--accent-light) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.archive-filters {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

/* ——— Pills ——— */
.category-pill,
.chronology-pill {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0.45rem 0.95rem;
  font-weight: 500;
  transition: all 0.15s ease;
}

.chronology-pill.is-active,
.category-pill:hover,
.chronology-pill:hover {
  border-color: var(--accent-mid);
  background: var(--accent-soft);
  color: var(--accent);
}

/* Motivos */
.hist-motif--0 { --hist-a: #1a7a72; --hist-b: #0d5c55; }
.hist-motif--1 { --hist-a: #5a6a7a; --hist-b: #3d4d5c; }
.hist-motif--2 { --hist-a: #a08060; --hist-b: #7a6048; }
.hist-motif--3 { --hist-a: #5a7a52; --hist-b: #3f5a38; }
.hist-motif--4 { --hist-a: #7a6890; --hist-b: #5a4a70; }
.hist-motif--5 { --hist-a: #8a7560; --hist-b: #6a5540; }
.hist-motif--6 { --hist-a: #4a7090; --hist-b: #355a78; }
.hist-motif--7 { --hist-a: #9a7070; --hist-b: #7a5555; }

/* ——— Estados vacíos ——— */
.empty-state {
  padding: 2.5rem;
  text-align: center;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--surface) 0%, var(--accent-light) 100%);
  border: 1px solid var(--line);
}

.empty-state__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
}

.empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

/* ——— Pie ——— */
.site-footer {
  background: linear-gradient(180deg, #1a1814 0%, #12100e 100%);
  color: rgba(250, 248, 244, 0.9);
  margin-top: 2rem;
}

.site-footer::before {
  height: 3px;
  background: linear-gradient(90deg, var(--accent-bright), var(--warm), var(--accent-bright));
  opacity: 0.7;
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
}

/* ——— Formularios ——— */
.search-form__btn,
.archive-filters__submit {
  border-radius: 999px;
  background: var(--accent);
  border: none;
  font-weight: 600;
}

.search-form__btn:hover,
.archive-filters__submit:hover {
  background: var(--accent-mid);
  box-shadow: var(--shadow-glow);
}

.search-form__input {
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

/* ——— Artículo ——— */
.read-progress-bar {
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
}

.page-article .article-header__title,
.article-header h1 {
  font-family: var(--font-display);
  font-weight: 700;
}

.prose h2, .prose h3 {
  font-family: var(--font-display);
}

.main {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs a:hover {
  color: var(--accent);
}

/* ——— Touch ——— */
@media (hover: none) {
  .article-tile__link:hover,
  .topic-link:hover,
  .site-nav-hub__link:hover,
  .timeline-list__item:hover,
  .chronology-country-card:hover {
    transform: none;
  }

  .article-tile__link:hover .article-tile__media img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-tile__link,
  .topic-link,
  .site-nav-hub__link,
  .btn-home {
    transition: none;
  }
}

/* ——— Página de artículo ——— */
.page-article .article-hero {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
}

.page-article .article-hero__frame::after {
  background: linear-gradient(180deg, transparent 50%, rgba(26, 24, 20, 0.35) 100%);
}

.page-article #article-body.prose {
  font-size: 1.08rem;
  line-height: 1.75;
}

.page-article #article-body.prose h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.55rem;
  margin-top: 2.25rem;
  padding-top: 0;
  border: none;
}

.page-article #article-body.prose blockquote {
  border: none;
  border-radius: var(--radius-lg);
  background: var(--accent-light);
  padding: 1.15rem 1.35rem;
  color: var(--ink-soft);
}

.page-article .prose > p:first-of-type::first-letter {
  font-family: var(--font-display);
  color: var(--accent);
}

.article-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.article-related__card {
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-related__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.article-related__card::before {
  display: none !important;
}

/* ——— Búsqueda ——— */
.search-categories {
  margin-bottom: 2rem;
}

.search-categories__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
}

.search-banner {
  background: linear-gradient(145deg, #fff 0%, var(--warm-light) 100%);
}

/* ——— Personajes / glosario hubs ——— */
.personaje-hero::before,
.personajes-hub .archive-hero::before {
  display: none !important;
}
