/* ═══════════════════════════════════════════════════════════════
   HENDERSON DIGITAL · Design System
   Paleta: Tierra oscura · Oro pampeano · Verde campo
   ═══════════════════════════════════════════════════════════════ */

:root {
  --bg:          #090B09;
  --surface:     #0E120E;
  --card:        #13181A;
  --card-hover:  #181E20;
  --border:      rgba(185,147,64,0.18);
  --border-soft: rgba(255,255,255,0.06);

  --gold:        #C4973A;
  --gold-light:  #E0B85A;
  --gold-dim:    rgba(196,151,58,0.15);

  --green:       #1B3322;
  --green-mid:   #254D34;
  --green-light: #2D6040;
  --green-text:  #5A9A70;

  --text:        #E4DDD0;
  --text-muted:  #8A8076;
  --text-faint:  #4A4640;

  --red:         #A0280C;
  --red-light:   #C83414;

  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'DM Sans', system-ui, sans-serif;
  --font-mono:   ui-monospace, 'Cascadia Code', 'Courier New', monospace;
  --font-display:'Bebas Neue', Impact, sans-serif;

  --radius:      6px;
  --radius-lg:   12px;
  --shadow:      0 4px 24px rgba(0,0,0,0.6);
  --shadow-lg:   0 12px 48px rgba(0,0,0,0.8);
  --transition:  0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ─── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ─── Topbar ─────────────────────────────────────────────────── */
.topbar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  font-size: 0.72rem;
  font-family: var(--font-mono);
  color: var(--text-muted);
  letter-spacing: 0.04em;
  z-index: 100;
  position: relative;
}
.topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-right { margin-left: auto; display: flex; gap: 10px; }
.topbar-link { color: var(--gold); transition: color var(--transition); }
.topbar-link:hover { color: var(--gold-light); }
.topbar-sep { color: var(--text-faint); }

/* ─── Navegación ─────────────────────────────────────────────── */
.main-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(9,11,9,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-initial {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: var(--text);
  line-height: 1;
}
.logo-sub {
  font-size: 0.62rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  font-family: var(--font-mono);
}
.nav-links {
  display: flex;
  gap: 4px;
  flex: 1;
}
.nav-link {
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-radius: var(--radius);
  transition: color var(--transition), background var(--transition);
}
.nav-link:hover { color: var(--text); background: var(--border-soft); }
.nav-link--radio {
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
}
.radio-dot {
  width: 6px; height: 6px;
  background: var(--red-light);
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}
.nav-weather-mini {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ─── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-parallax {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(45,96,64,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 100% 80% at 20% 80%, rgba(196,151,58,0.08) 0%, transparent 50%),
    linear-gradient(180deg, #040805 0%, #0B1A0D 40%, #0D140A 70%, #090B09 100%);
  will-change: transform;
}
.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 180px;
  opacity: 0.5;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, transparent 30%, rgba(9,11,9,0.5) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s forwards;
}
.hero-dot { color: var(--text-faint); }
.hero-edition {
  padding: 3px 10px;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.8s 0.35s forwards;
}
.hero-h {
  color: var(--gold);
  display: inline-block;
  position: relative;
}
.hero-h::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  transform: scaleX(0);
  animation: underlineIn 0.5s 1.2s forwards;
}
@keyframes underlineIn { to { transform: scaleX(1); } }
.hero-rest { color: var(--text); }
.hero-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: var(--text-muted);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s 0.5s forwards;
}
.hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 0.65s forwards;
}
.hero-weather-widget {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 10px 18px;
}
.hw-temp {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
}
.hw-info { display: flex; flex-direction: column; text-align: left; }
.hw-desc { font-size: 0.85rem; color: var(--text); }
.hw-detail { font-size: 0.72rem; color: var(--text-muted); font-family: var(--font-mono); }
.hero-coords {
  display: flex;
  flex-direction: column;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  text-align: center;
  gap: 2px;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--gold);
  color: var(--bg);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 40px;
  transition: background var(--transition), transform var(--transition);
  opacity: 0;
  animation: fadeUp 0.8s 0.8s forwards;
}
.hero-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.hero-cta-arrow { font-size: 1.1rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.hero-pampa {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-pampa svg { width: 100%; height: auto; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Ticker ─────────────────────────────────────────────────── */
.ticker-wrap {
  display: flex;
  align-items: center;
  background: var(--green);
  border-top: 1px solid rgba(45,96,64,0.5);
  border-bottom: 1px solid rgba(45,96,64,0.5);
  height: 42px;
  overflow: hidden;
}
.ticker-label {
  flex-shrink: 0;
  padding: 0 20px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  background: rgba(0,0,0,0.3);
  border-right: 1px solid rgba(45,96,64,0.5);
  height: 100%;
  display: flex;
  align-items: center;
}
.ticker-track { flex: 1; overflow: hidden; position: relative; }
.ticker-inner {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: ticker-scroll 60s linear infinite;
}
.ticker-item {
  font-size: 0.82rem;
  color: var(--text);
  padding: 0 24px;
}
.ticker-sep { color: var(--gold); font-size: 0.5rem; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-wrap:hover .ticker-inner { animation-play-state: paused; }

/* ─── Content Grid ───────────────────────────────────────────── */
.main-content { max-width: 1280px; margin: 0 auto; padding: 48px 24px; }
.content-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
}

/* ─── Featured Article ───────────────────────────────────────── */
.featured-article {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card);
  margin-bottom: 40px;
  transition: border-color var(--transition);
}
.featured-article:hover { border-color: var(--gold); }
.featured-image-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.featured-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.featured-article:hover .featured-image { transform: scale(1.03); }
.featured-image-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--green) 0%, var(--card) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  opacity: 0.4;
}
.featured-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.article-source { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; color: var(--gold); text-transform: uppercase; }
.article-sep { color: var(--text-faint); }
.article-time { font-size: 0.72rem; color: var(--text-muted); font-family: var(--font-mono); }
.featured-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--text);
}
.featured-title a:hover { color: var(--gold); }
.featured-excerpt { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.read-more {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold);
  text-transform: uppercase;
  transition: color var(--transition);
}
.read-more:hover { color: var(--gold-light); }

/* ─── Section Divider ────────────────────────────────────────── */
.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 24px;
}
.section-divider::before, .section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.section-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  white-space: nowrap;
}

/* ─── News Grid ──────────────────────────────────────────────── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-card {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.news-card:hover {
  border-color: var(--border);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.news-card-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.news-card:hover .news-card-image img { transform: scale(1.05); }
.news-card-noimg {
  width: 100%; height: 100%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.15);
}
.news-card-cat {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
}
.news-card-body { padding: 16px; }
.news-card-title {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.news-card-title a:hover { color: var(--gold); }
.news-card-excerpt { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.news-card-meta { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--text-faint); }

/* Category colors */
.cat-agro     { background: rgba(45,96,64,0.8); color: #7DD89A; }
.cat-economia { background: rgba(196,151,58,0.2); color: var(--gold-light); }
.cat-deportes { background: rgba(80,120,200,0.2); color: #7AA0E0; }
.cat-cultura  { background: rgba(160,80,160,0.2); color: #C080C0; }
.cat-general  { background: rgba(255,255,255,0.08); color: var(--text-muted); }

.featured-category-badge {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
}

.no-news {
  grid-column: 1 / -1;
  padding: 40px;
  text-align: center;
  color: var(--text-muted);
  border: 1px dashed var(--border);
  border-radius: var(--radius-lg);
  font-size: 0.9rem;
  line-height: 2;
}
.no-news code { background: var(--card); padding: 2px 8px; border-radius: 3px; color: var(--gold); font-family: var(--font-mono); font-size: 0.8rem; }

/* ─── Sidebar ────────────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 24px; }

/* ─── Weather Widget ─────────────────────────────────────────── */
.weather-widget {
  background: linear-gradient(160deg, #0D1F14 0%, #0A160E 100%);
  border: 1px solid rgba(45,96,64,0.4);
  border-radius: var(--radius-lg);
  padding: 20px;
  position: relative;
}
.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--green-text);
  margin-bottom: 16px;
}
.demo-badge {
  background: rgba(196,151,58,0.2);
  color: var(--gold);
  font-size: 0.6rem;
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid var(--border);
  font-family: var(--font-mono);
  cursor: help;
}
.weather-current { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.weather-icon-wrap { font-size: 2.5rem; line-height: 1; }
.weather-temp-wrap {}
.weather-temp {
  font-family: var(--font-mono);
  font-size: 3rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
}
.weather-feels { font-size: 0.75rem; color: var(--text-muted); }
.weather-desc {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--green-text);
  margin-bottom: 16px;
}
.weather-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.wd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0,0,0,0.2);
  border-radius: var(--radius);
  padding: 8px;
}
.wd-icon { font-size: 1rem; }
.wd-val { font-family: var(--font-mono); font-size: 0.85rem; font-weight: 600; color: var(--text); }
.wd-lbl { font-size: 0.65rem; color: var(--text-muted); }
.forecast-toggle {
  width: 100%;
  padding: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--green-text);
  background: rgba(45,96,64,0.15);
  border: 1px solid rgba(45,96,64,0.3);
  border-radius: var(--radius);
  transition: background var(--transition);
  margin-bottom: 8px;
}
.forecast-toggle:hover { background: rgba(45,96,64,0.3); }
.forecast-panel { padding-top: 12px; }
.forecast-loading { text-align: center; color: var(--text-muted); font-size: 0.8rem; padding: 16px; }
.forecast-day {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.8rem;
}
.forecast-day:last-child { border-bottom: none; }
.fd-day { font-weight: 600; width: 36px; flex-shrink: 0; color: var(--text-muted); font-family: var(--font-mono); font-size: 0.7rem; }
.fd-icon { font-size: 1.2rem; flex-shrink: 0; }
.fd-desc { flex: 1; color: var(--text-muted); font-size: 0.75rem; }
.fd-temps { font-family: var(--font-mono); font-size: 0.8rem; }
.fd-max { color: var(--text); font-weight: 600; }
.fd-min { color: var(--text-muted); }
.weather-updated { font-size: 0.65rem; color: var(--text-faint); text-align: right; margin-top: 8px; font-family: var(--font-mono); }

/* ─── Radio Mini Widget ──────────────────────────────────────── */
.radio-mini-widget {
  background: linear-gradient(160deg, #150F06 0%, #0E0A04 100%);
  border: 1px solid rgba(196,151,58,0.25);
  border-radius: var(--radius-lg);
  padding: 16px;
}
.rmw-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.rmw-title {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  flex: 1;
}
.rmw-status { font-size: 0.65rem; color: var(--text-faint); font-family: var(--font-mono); }
.rmw-display {
  background: #0A1209;
  border: 1px solid rgba(0,100,0,0.3);
  border-radius: var(--radius);
  padding: 10px 12px;
  margin-bottom: 10px;
}
.rmw-station {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: #00FF41;
  text-shadow: 0 0 8px rgba(0,255,65,0.4);
}
.rmw-freq { font-family: var(--font-mono); font-size: 0.7rem; color: rgba(0,255,65,0.6); }
.rmw-controls { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rmw-btn {
  width: 36px; height: 36px;
  background: var(--gold);
  color: var(--bg);
  border-radius: 50%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  flex-shrink: 0;
}
.rmw-btn:hover { background: var(--gold-light); }
.rmw-vol { display: flex; align-items: center; gap: 6px; flex: 1; }
.rmw-stations { display: flex; flex-direction: column; gap: 4px; }
.rmw-preset {
  padding: 5px 10px;
  text-align: left;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: rgba(255,255,255,0.03);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.rmw-preset:hover, .rmw-preset.active {
  color: var(--gold);
  background: var(--gold-dim);
  border-color: var(--border);
}

/* ─── Sidebar sections ───────────────────────────────────────── */
.sidebar-section { border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 16px; }
.sidebar-section-header {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.sidebar-news-item { margin-bottom: 12px; }
.sidebar-news-item a { font-size: 0.82rem; line-height: 1.4; color: var(--text); display: block; margin-bottom: 2px; }
.sidebar-news-item a:hover { color: var(--gold); }
.sni-meta { font-size: 0.68rem; color: var(--text-faint); font-family: var(--font-mono); }

/* ─── Agro Section ───────────────────────────────────────────── */
.agro-section {
  background: linear-gradient(180deg, var(--green) 0%, rgba(27,51,34,0.5) 100%);
  border-top: 1px solid rgba(45,96,64,0.4);
  border-bottom: 1px solid rgba(45,96,64,0.4);
  padding: 64px 0;
}
.agro-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text);
  margin: 8px 0;
}
.section-subtitle { color: var(--text-muted); font-size: 0.9rem; }
.agro-label { color: var(--green-text); }
.agro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.agro-card {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(45,96,64,0.3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
}
.agro-card:hover { border-color: var(--green-light); transform: translateY(-3px); }
.agro-card-img { aspect-ratio: 16/9; overflow: hidden; }
.agro-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.agro-card:hover .agro-card-img img { transform: scale(1.05); }
.agro-card-body { padding: 16px; }
.agro-source { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-text); }
.agro-card-title { font-family: var(--font-serif); font-size: 0.95rem; font-weight: 700; line-height: 1.4; margin: 6px 0 8px; }
.agro-card-title a:hover { color: var(--green-text); }
.agro-card-excerpt { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 8px; }
.agro-time { font-size: 0.68rem; color: var(--text-faint); font-family: var(--font-mono); }
.agro-empty { grid-column: 1/-1; text-align: center; color: var(--text-muted); padding: 40px; font-size: 0.9rem; }
.agro-empty code { background: rgba(0,0,0,0.3); padding: 2px 8px; border-radius: 3px; font-family: var(--font-mono); }

/* ─── PIZARRA DE COTIZACIONES ────────────────────────────────── */
.pizarra-wrap {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(196,151,58,0.25);
  border-radius: var(--radius-lg);
  margin-bottom: 48px;
  overflow: hidden;
}
.pizarra-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  background: rgba(196,151,58,0.1);
  border-bottom: 1px solid rgba(196,151,58,0.2);
}
.pizarra-title {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  flex: 1;
}
.pizarra-updated { font-size: 0.62rem; color: var(--text-faint); font-family: var(--font-mono); }
.pizarra-refresh {
  background: none;
  border: 1px solid rgba(196,151,58,0.3);
  color: var(--gold);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.pizarra-refresh:hover { background: rgba(196,151,58,0.15); transform: rotate(180deg); }
@keyframes spin { to { transform: rotate(360deg); } }
.pizarra-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pizarra-col { padding: 16px 20px; }
.pizarra-col:first-child { border-right: 1px solid rgba(196,151,58,0.1); }
.pizarra-col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pizarra-source-link { color: rgba(196,151,58,0.6); text-decoration: none; font-weight: 400; }
.pizarra-source-link:hover { color: var(--gold); }
.pizarra-table { width: 100%; border-collapse: collapse; }
.pizarra-row { border-bottom: 1px solid rgba(255,255,255,0.04); }
.pizarra-row:last-child { border-bottom: none; }
.pizarra-row:hover { background: rgba(255,255,255,0.03); }
.pz-icon { width: 24px; font-size: 1rem; padding: 5px 4px; }
.pz-label { font-size: 0.78rem; color: var(--text-muted); padding: 5px 8px 5px 2px; }
.pz-price {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold);
  text-align: right;
  padding: 5px 6px;
  white-space: nowrap;
}
.pz-unit { font-size: 0.6rem; color: var(--text-faint); font-weight: 400; margin-left: 2px; }
.pz-date { font-family: var(--font-mono); font-size: 0.6rem; color: var(--text-faint); padding: 5px 4px; text-align: right; width: 32px; }
.pz-demo { color: rgba(196,151,58,0.4); font-style: italic; }
.pz-loading { text-align: center; color: var(--text-faint); font-size: 0.78rem; padding: 16px; }
.pizarra-note {
  font-size: 0.65rem;
  color: var(--text-faint);
  margin-top: 8px;
  line-height: 1.5;
}
.pizarra-note a { color: rgba(196,151,58,0.6); }
.pizarra-note a:hover { color: var(--gold); }
@media (max-width: 768px) {
  .pizarra-body { grid-template-columns: 1fr; }
  .pizarra-col:first-child { border-right: none; border-bottom: 1px solid rgba(196,151,58,0.1); }
}

/* ─── INTA VIDEOS ───────────────────────────────────────────── */
.inta-video-wrap { margin-top: 48px; }
.inta-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(45,96,64,0.4);
}
.inta-video-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--green-text);
}
.inta-channel-link {
  font-size: 0.72rem;
  color: var(--green-text);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity var(--transition);
}
.inta-channel-link:hover { opacity: 1; }
.inta-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.inta-video-card {
  text-decoration: none;
  color: inherit;
  display: block;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(45,96,64,0.25);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
}
.inta-video-card:hover { border-color: var(--green-light); transform: translateY(-2px); }
.inta-video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.inta-video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.inta-video-card:hover .inta-video-thumb img { transform: scale(1.05); }
.inta-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  transition: opacity var(--transition);
}
.inta-video-card:hover .inta-play-btn { opacity: 1; }
.inta-video-info { padding: 8px 10px; }
.inta-video-title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inta-video-date { font-size: 0.62rem; color: var(--text-faint); font-family: var(--font-mono); }
@media (max-width: 1200px) { .inta-video-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .inta-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .inta-video-grid { grid-template-columns: 1fr; } }

/* ─── REGIONAL SECTION ───────────────────────────────────────── */
.regional-section {
  background: linear-gradient(180deg, rgba(15,25,50,1) 0%, rgba(10,18,40,0.7) 100%);
  border-top: 1px solid rgba(80,120,200,0.2);
  border-bottom: 1px solid rgba(80,120,200,0.2);
  padding: 64px 0;
}
.regional-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.regional-label { color: #6A9FD8; }
.regional-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.regional-card {
  background: rgba(30,50,100,0.65);
  border: 1px solid rgba(100,150,230,0.45);
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: border-color var(--transition), transform var(--transition), background var(--transition);
}
.regional-card:hover {
  border-color: #6A9FD8;
  background: rgba(50,80,160,0.75);
  transform: translateY(-3px);
}
.regional-card-source {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6A9FD8;
  margin-bottom: 8px;
}
.regional-card-title {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 10px;
}
.regional-card-title a { color: var(--text); }
.regional-card-title a:hover { color: #6A9FD8; }
.regional-card-excerpt { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.regional-card-time { font-size: 0.67rem; color: var(--text-faint); font-family: var(--font-mono); }

/* ─── RADIO SECTION ──────────────────────────────────────────── */
.radio-section { padding: 80px 0; }
.radio-outer { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.radio-header-section { text-align: center; margin-bottom: 40px; }

.radio-body {
  background:
    repeating-linear-gradient(88deg, transparent, transparent 3px, rgba(255,255,255,0.005) 3px, rgba(255,255,255,0.005) 6px),
    linear-gradient(160deg, #1C1208 0%, #100B04 50%, #1C1208 100%);
  border-radius: 20px;
  border: 1px solid rgba(196,151,58,0.3);
  box-shadow:
    0 40px 100px rgba(0,0,0,0.9),
    0 0 0 1px rgba(196,151,58,0.1),
    inset 0 1px 0 rgba(255,255,255,0.05);
  padding: 36px;
}

.radio-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
}
.radio-brand-plate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rbp-h {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.rbp-text {
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--text-muted);
}
.radio-lcd {
  background: #070F07;
  border: 1px solid rgba(0,120,0,0.4);
  border-radius: 8px;
  box-shadow: inset 0 3px 10px rgba(0,0,0,0.9), 0 0 20px rgba(0,150,0,0.05);
  padding: 16px 20px;
  min-height: 110px;
  display: flex;
  align-items: center;
}
.lcd-inner { width: 100%; }
.lcd-row-station {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 600;
  color: #00FF41;
  text-shadow: 0 0 10px rgba(0,255,65,0.6), 0 0 20px rgba(0,255,65,0.2);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.lcd-row-freq {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: rgba(0,255,65,0.5);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lcd-visualizer {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}
.lcd-visualizer.active { opacity: 1; }
.viz-bar {
  width: 4px;
  background: #00FF41;
  box-shadow: 0 0 4px rgba(0,255,65,0.6);
  border-radius: 1px;
  height: 4px;
  animation: viz-idle 1s ease-in-out infinite;
}
.viz-bar.playing {
  animation: viz-play 0.4s ease-in-out infinite alternate;
}
@keyframes viz-idle {
  0%,100% { height: 2px; } 50% { height: 4px; }
}
@keyframes viz-play {
  from { height: 4px; }
  to   { height: var(--bar-h, 20px); }
}
.radio-signal { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.signal-bars { display: flex; align-items: flex-end; gap: 3px; }
.signal-bar {
  width: 8px;
  background: rgba(0,255,65,0.2);
  border-radius: 2px;
  transition: background 0.3s;
}
.signal-bar.active { background: #00FF41; box-shadow: 0 0 6px rgba(0,255,65,0.6); }
.signal-label { font-family: var(--font-mono); font-size: 0.6rem; color: rgba(0,255,65,0.4); letter-spacing: 0.15em; }

/* Dial de frecuencias */
.dial-container { margin-bottom: 24px; position: relative; }
.dial-scale-labels {
  position: relative;
  height: 20px;
  margin: 0 12px;
  margin-bottom: 4px;
}
.dial-freq-label {
  position: absolute;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-faint);
}
.dial-track {
  position: relative;
  height: 48px;
  background: linear-gradient(90deg, #0A0A0A, #1A1A1A, #0A0A0A);
  border-radius: 24px;
  margin: 0 12px;
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.04);
  cursor: pointer;
  overflow: visible;
}
.dial-tick {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.15);
  border-radius: 1px;
}
.dial-tick.major { width: 2px; height: 16px; background: rgba(255,255,255,0.25); }
.dial-tick.minor { width: 1px; height: 8px; }

.station-marker {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.sm-pin {
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(196,151,58,0.6);
  transition: transform var(--transition);
  margin: 0 auto;
}
.station-marker:hover .sm-pin { transform: scale(1.4); }
.station-marker.active .sm-pin { background: var(--red-light); box-shadow: 0 0 12px rgba(200,52,20,0.8); }
.sm-label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4px 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition);
  font-size: 0.72rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.station-marker:hover .sm-label, .station-marker.active .sm-label { opacity: 1; }
.sm-name { color: var(--gold); font-weight: 600; }
.sm-city { color: var(--text-muted); font-size: 0.65rem; }

.dial-needle {
  position: absolute;
  top: -12px;
  bottom: -12px;
  width: 24px;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  transition: left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.needle-line {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
  border-radius: 1px;
}
.needle-cap {
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(196,151,58,0.8);
}

/* Radio controls */
.radio-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.ctrl-prev, .ctrl-next {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-muted);
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.ctrl-prev:hover, .ctrl-next:hover { background: rgba(255,255,255,0.1); color: var(--text); }
.ctrl-play {
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  color: var(--bg);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 20px rgba(196,151,58,0.4);
}
.ctrl-play:hover { background: var(--gold-light); transform: scale(1.05); }
.ctrl-play.playing { background: var(--red-light); box-shadow: 0 4px 20px rgba(200,52,20,0.5); }
.ctrl-volume { display: flex; align-items: center; gap: 8px; }
.vol-icon { font-size: 1rem; cursor: pointer; }

/* Input range estilizado */
input[type="range"] {
  -webkit-appearance: none;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  outline: none;
  width: 100px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px; height: 14px;
  background: var(--gold);
  border-radius: 50%;
  cursor: pointer;
}
.vol-slider { width: 80px; }

/* Station presets */
.station-presets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.preset-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  transition: all var(--transition);
  text-align: center;
}
.preset-btn:hover { background: var(--gold-dim); border-color: var(--border); }
.preset-btn.active { background: var(--gold-dim); border-color: var(--gold); }
.preset-num {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-faint);
  margin-bottom: 4px;
}
.preset-name { font-size: 0.75rem; font-weight: 600; color: var(--text); }
.preset-detail { font-size: 0.65rem; color: var(--text-muted); margin-top: 2px; }
.preset-btn.active .preset-name { color: var(--gold); }
.preset-indicator {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: transparent;
  margin-top: 6px;
  transition: background var(--transition);
}
.preset-btn.active .preset-indicator { background: var(--gold); box-shadow: 0 0 6px rgba(196,151,58,0.8); }

.radio-footer-note {
  font-size: 0.72rem;
  color: var(--text-faint);
  text-align: center;
  border-top: 1px solid var(--border-soft);
  padding-top: 16px;
  line-height: 1.6;
}
.radio-footer-note code { background: rgba(255,255,255,0.05); padding: 1px 6px; border-radius: 3px; font-family: var(--font-mono); font-size: 0.7rem; }

/* ─── Gallery ────────────────────────────────────────────────── */
.gallery-section { padding: 80px 0; background: var(--surface); }
.gallery-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
.gallery-grid > :nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid > :nth-child(4) { grid-column: span 2; }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { font-size: 0.8rem; color: rgba(255,255,255,0.9); }
.gallery-note {
  margin-top: 24px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-faint);
  line-height: 2;
}
.gallery-note code { background: var(--card); padding: 2px 8px; border-radius: 3px; font-family: var(--font-mono); color: var(--gold); font-size: 0.72rem; }

/* ─── Footer ─────────────────────────────────────────────────── */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 64px 0 0;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-brand .footer-logo { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.footer-logo .logo-initial { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 900; color: var(--gold); }
.footer-logo .logo-name { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.2em; }
.footer-tagline { font-family: var(--font-serif); font-style: italic; color: var(--text-muted); font-size: 0.85rem; margin-bottom: 12px; }
.footer-desc { font-size: 0.8rem; color: var(--text-faint); line-height: 1.8; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links h4 { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 4px; }
.footer-links a { font-size: 0.82rem; color: var(--text-muted); transition: color var(--transition); }
.footer-links a:hover { color: var(--text); }
.footer-note { font-size: 0.72rem; color: var(--text-faint); line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid var(--border-soft);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-faint);
  font-family: var(--font-mono);
  max-width: 1280px;
  margin: 0 auto;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .agro-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .station-presets { grid-template-columns: repeat(3, 1fr); }
  .regional-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .featured-article { grid-template-columns: 1fr; }
  .featured-image-wrap { aspect-ratio: 16/9; }
  .sidebar { grid-template-columns: 1fr; }
  .agro-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .regional-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid > :nth-child(1) { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr; }
  .station-presets { grid-template-columns: repeat(2, 1fr); }
  .hero-meta { flex-direction: column; gap: 16px; }
  .radio-top { grid-template-columns: 1fr; }
  .radio-brand-plate { display: none; }
  .radio-signal { display: none; }
}

/* ── Print / prefers-reduced-motion: muestra todo sin animaciones ── */
@media print, (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-title,
  .hero-tagline,
  .hero-meta,
  .hero-cta,
  .hero-eyebrow,
  .animate-in {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ── Breadcrumb ──────────────────────────────────────────── */
.breadcrumb-nav {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.breadcrumb-nav a {
  color: var(--accent);
  text-decoration: none;
}
.breadcrumb-nav a:hover { text-decoration: underline; }
.breadcrumb-nav span { color: var(--text-muted); }

/* ── Página de artículo ───────────────────────────────────── */
.article-page .col-primary { max-width: 780px; }
.article-content { color: var(--text); line-height: 1.85; }
.article-content p { margin-bottom: 1.2rem; }
