/*
Theme Name: Entérate Vegas
Theme URI: https://enteratevegas.com
Author: Entérate Vegas / Rosario Grajales
Author URI: https://rosarioknows.com
Description: Nevada's Latino civic news platform — curated by Emmy Award-winning journalist Rosario Grajales. Full editorial news aggregator with RSS feeds, weather, newsletter, and YouTube integration.
Version: 6.0.0
License: Proprietary
License URI: https://enteratevegas.com/terms
Tags: news, editorial, latino, spanish, civic, nevada, las-vegas
Text Domain: enteratevegas
*/

/* ============================================================
   ENTÉRATE VEGAS V6 — Production WordPress Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --ink:        #0B0E13;
  --ink-90:     #141821;
  --ink-80:     #1C222E;
  --ink-70:     #252D3C;
  --slate:      #3A4458;
  --steel:      #6B7A94;
  --silver:     #95A3B8;
  --mist:       #C8D1DC;
  --cloud:      #E8ECF1;
  --snow:       #F4F6F8;
  --white:      #FAFBFC;
  --gold:       #D4A017;
  --gold-light: #E8C44A;
  --gold-dim:   #A07B0E;
  --red:        #C41E2A;
  --red-bright: #E8293A;
  --teal:       #0A8F7F;
  --navy:       #0A1628;
  --cream:      #FAF7F0;
  --rose:       rgba(220,175,140,0.95);
  --rose-dim:   rgba(200,150,130,0.6);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', monospace;
  --gutter: clamp(16px, 3vw, 32px);
  --max-w:  1340px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--cream); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--font-body); cursor: pointer; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }

/* ─── TOP BAR ─── */
.topbar { background: var(--ink); color: var(--silver); font-size: 0.72rem; letter-spacing: 0.06em; padding: 6px 0; border-bottom: 1px solid rgba(200,150,130,0.1); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-left { display: flex; align-items: center; gap: 16px; }
.topbar-breaking { display: flex; align-items: center; gap: 6px; color: var(--red-bright); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.65rem; }
.topbar-breaking .dot { width: 6px; height: 6px; background: var(--red-bright); border-radius: 50%; animation: pulse-dot 1.5s infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
.topbar-date { color: var(--steel); font-size: 0.68rem; }
.topbar-ticker { flex: 1; overflow: hidden; margin: 0 20px; position: relative; }
.topbar-ticker::before, .topbar-ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 40px; z-index: 2; }
.topbar-ticker::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.topbar-ticker::after { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }
.ticker-track { display: flex; gap: 60px; animation: scroll-ticker 60s linear infinite; white-space: nowrap; }
@keyframes scroll-ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-item { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ticker-cat { color: var(--gold); font-weight: 700; text-transform: uppercase; font-size: 0.6rem; letter-spacing: 0.1em; }
.topbar-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.topbar-right a { color: var(--silver); transition: color 0.2s; }
.topbar-right a:hover { color: var(--gold-light); }

/* ─── MAIN NAV ─── */
.main-nav { background: var(--white); border-bottom: 1px solid var(--cloud); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-logo { height: 40px; width: auto; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.nav-brand-sub { font-size: 0.58rem; color: var(--gold-dim); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-link { padding: 0 12px; height: 60px; display: flex; align-items: center; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--slate); position: relative; transition: color 0.2s; }
.nav-link:hover { color: var(--ink); }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 12px; right: 12px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.25s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--ink); }
.nav-cta { margin-left: 14px; padding: 7px 18px; background: var(--red); color: white; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 2px; transition: background 0.2s; }
.nav-cta:hover { background: var(--red-bright); }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: var(--ink); padding: 8px; }

/* ─── SECTIONS ─── */
.section { padding: 40px 0; }
.section--dark { background: linear-gradient(160deg, #0B0E13 0%, #151520 35%, #1E1828 60%, #181422 100%); color: var(--white); position: relative; }
.section--dark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 600px 400px at 30% 50%, rgba(200,150,130,0.03) 0%, transparent 70%), radial-gradient(ellipse 400px 300px at 80% 30%, rgba(160,100,140,0.025) 0%, transparent 60%); pointer-events: none; }
.section--alt { background: var(--snow); }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; padding-bottom: 10px; border-bottom: 1px solid var(--cloud); }
.section--dark .section-header { border-bottom-color: rgba(255,255,255,0.06); }
.section-title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--ink); }
.section--dark .section-title { color: var(--white); }
.section-title .accent { color: var(--gold-dim); }
.section--dark .section-title .accent { color: var(--rose); }
.section-link { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
.section-link:hover { color: var(--gold); }
.section-link::after { content: '\2192'; }

/* ─── BREAKING ─── */
.breaking { background: linear-gradient(155deg, #0B0E13 0%, #121828 25%, #1A1A30 45%, #2A1B2E 65%, #1E1528 80%, #0F1220 100%); position: relative; overflow: hidden; padding: 32px 0 36px; }
.breaking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 900px 700px at 70% 40%, rgba(180,120,160,0.06) 0%, transparent 65%), radial-gradient(ellipse 600px 500px at 25% 70%, rgba(212,160,23,0.04) 0%, transparent 60%); pointer-events: none; }
.breaking-inner { position: relative; z-index: 2; }
.breaking-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.breaking-label .dot { width: 7px; height: 7px; background: var(--red-bright); border-radius: 50%; animation: pulse-dot 1.2s infinite; }
.breaking-label span { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--red-bright); }
.breaking-label .intl { color: var(--rose); margin-left: 4px; }
.breaking-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.breaking-lead { position: relative; border-radius: 6px; overflow: hidden; cursor: pointer; min-height: 400px; }
.breaking-lead-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.breaking-lead:hover .breaking-lead-img { transform: scale(1.03); }
.breaking-lead-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,14,19,0.92) 0%, rgba(11,14,19,0.4) 40%, rgba(11,14,19,0.15) 100%); }
.breaking-lead-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; z-index: 2; }
.tag { display: inline-block; font-size: 0.58rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 3px 10px; border-radius: 2px; margin-bottom: 10px; }
.tag-intl { background: #8B3A62; color: white; }
.tag-pol { background: var(--red); color: white; }
.tag-local { background: var(--teal); color: white; }
.tag-nevada { background: var(--gold-dim); color: white; }
.tag-salud { background: #2D7D46; color: white; }
.tag-inmig { background: #6C3FA0; color: white; }
.tag-edu { background: #1A6BB5; color: white; }
.tag-sports { background: #B85C1A; color: white; }
.tag-culture { background: #8B6914; color: white; }
.tag-family { background: #A0445A; color: white; }
.tag-country { background: #2A6B7D; color: white; }
.breaking-lead h2 { font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; color: var(--white); line-height: 1.18; margin-bottom: 8px; }
.breaking-lead p { font-size: 0.88rem; color: var(--silver); line-height: 1.5; max-width: 92%; }
.meta { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 0.68rem; color: var(--steel); }
.meta .source { color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.breaking-stack { display: flex; flex-direction: column; }
.breaking-side { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); cursor: pointer; transition: all 0.2s; }
.breaking-side:first-child { padding-top: 0; }
.breaking-side:last-child { border-bottom: none; }
.breaking-side:hover { opacity: 0.85; }
.breaking-side-img { width: 120px; height: 80px; border-radius: 3px; background-size: cover; background-position: center; flex-shrink: 0; }
.breaking-side-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.breaking-side-content h4 { font-family: var(--font-display); font-size: 0.88rem; font-weight: 600; line-height: 1.25; color: var(--white); margin-bottom: 4px; }

/* ─── NEWS CARDS ─── */
.news-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-card { border-radius: 4px; overflow: hidden; cursor: pointer; transition: all 0.3s; background: var(--white); border: 1px solid var(--cloud); }
.section--dark .news-card { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.05); }
.news-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
.news-card-img { height: 160px; background-size: cover; background-position: center; position: relative; }
.news-card-img .tag { position: absolute; top: 10px; left: 10px; }
.news-card-body { padding: 16px; }
.news-card-body h4 { font-family: var(--font-display); font-size: 0.92rem; font-weight: 600; line-height: 1.28; color: var(--ink); margin-bottom: 6px; }
.section--dark .news-card-body h4 { color: var(--white); }
.news-card-body p { font-size: 0.78rem; color: var(--slate); line-height: 1.4; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-card-body .meta { font-size: 0.65rem; }
.news-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-row-3 .news-card-img { height: 190px; }
.news-row-3 .news-card-body h4 { font-size: 1rem; }

/* ─── COUNTRY BAR ─── */
.country-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 12px 0; border-bottom: 1px solid var(--cloud); overflow-x: auto; }
.country-chip { padding: 6px 16px; border: 1px solid var(--cloud); border-radius: 20px; font-size: 0.7rem; font-weight: 600; color: var(--slate); background: var(--white); flex-shrink: 0; transition: all 0.2s; display: flex; align-items: center; gap: 6px; }
.country-chip:hover, .country-chip.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.country-chip .flag { font-size: 0.9rem; }
.country-lock { padding: 6px 16px; border: 1px dashed var(--mist); border-radius: 20px; font-size: 0.68rem; font-weight: 500; color: var(--silver); background: transparent; flex-shrink: 0; display: flex; align-items: center; gap: 5px; transition: all 0.2s; }
.country-lock:hover { border-color: var(--gold); color: var(--gold-dim); }

/* ─── SCROLL ROW ─── */
.scroll-row { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.scroll-row::-webkit-scrollbar { height: 3px; }
.scroll-row::-webkit-scrollbar-thumb { background: var(--mist); border-radius: 3px; }
.section--dark .scroll-row::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); }
.scroll-card { flex-shrink: 0; width: 280px; scroll-snap-align: start; border-radius: 4px; overflow: hidden; cursor: pointer; transition: all 0.3s; background: var(--white); border: 1px solid var(--cloud); }
.section--dark .scroll-card { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.05); }
.scroll-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.scroll-card-img { height: 150px; background-size: cover; background-position: center; position: relative; }
.scroll-card-body { padding: 14px; }
.scroll-card-body h4 { font-family: var(--font-display); font-size: 0.88rem; font-weight: 600; line-height: 1.25; color: var(--ink); margin-bottom: 4px; }
.section--dark .scroll-card-body h4 { color: var(--white); }
.scroll-card-body p { font-size: 0.75rem; color: var(--slate); line-height: 1.4; }
.section--dark .scroll-card-body p { color: var(--steel); }

/* ─── ROSARIO STRIP ─── */
.rosario-strip { display: flex; align-items: center; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--cloud); }
.rosario-strip-photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-dim); flex-shrink: 0; }
.rosario-strip-info { flex: 1; }
.rosario-strip-eyebrow { font-size: 0.62rem; color: var(--gold-dim); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; margin-bottom: 2px; }
.rosario-strip-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--ink); line-height: 1.2; }
.rosario-strip-name em { font-style: italic; color: var(--gold-dim); font-weight: 500; }
.rosario-strip-desc { font-size: 0.8rem; color: var(--slate); margin-top: 2px; }
.rosario-strip-social { display: flex; gap: 8px; }
.rosario-strip-social a { width: 30px; height: 30px; border: 1px solid var(--cloud); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 600; color: var(--slate); transition: all 0.2s; }
.rosario-strip-social a:hover { border-color: var(--gold); color: var(--gold-dim); }
.rosario-strip-cta { flex-shrink: 0; display: flex; align-items: center; gap: 10px; }
.rosario-strip-cta input { padding: 8px 14px; border: 1px solid var(--cloud); border-radius: 3px; font-family: var(--font-body); font-size: 0.78rem; outline: none; width: 220px; }
.rosario-strip-cta input:focus { border-color: var(--gold); }
.rosario-strip-cta input::placeholder { color: var(--mist); }
.rosario-strip-cta button { padding: 8px 18px; background: var(--gold); color: var(--ink); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; border: none; border-radius: 3px; }

/* ─── WEATHER WIDGET ─── */
.weather-bar { background: var(--white); border-bottom: 1px solid var(--cloud); padding: 8px 0; }
.weather-inner { display: flex; align-items: center; gap: 20px; overflow-x: auto; font-size: 0.75rem; }
.weather-loc { font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.weather-current { display: flex; align-items: center; gap: 6px; color: var(--gold-dim); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.weather-forecast { display: flex; gap: 16px; flex-shrink: 0; }
.weather-day { display: flex; align-items: center; gap: 4px; color: var(--slate); }
.weather-day .hi { color: var(--ink); font-weight: 600; }
.weather-day .lo { color: var(--silver); }
.weather-alert { padding: 2px 10px; border-radius: 100px; background: rgba(232,41,58,0.08); color: var(--red); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; flex-shrink: 0; }
.weather-loading { color: var(--silver); font-style: italic; }

/* ─── ALERTA EN VIVO ─── */
.alerta-section { background: linear-gradient(135deg, #0B0E13, #1A1020, #0F1220); padding: 32px 0; position: relative; overflow: hidden; }
.alerta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(200,16,46,0.06) 0%, transparent 60%); pointer-events: none; }
.alerta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: center; }
.alerta-left { }
.alerta-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.alerta-badge .dot { width: 8px; height: 8px; background: var(--red-bright); border-radius: 50%; animation: pulse-dot 1.2s infinite; }
.alerta-badge span { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--red-bright); }
.alerta-countdown { font-family: var(--font-mono); font-size: 0.75rem; color: var(--steel); margin-left: 12px; }
.alerta-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.alerta-desc { font-size: 0.85rem; color: var(--silver); line-height: 1.5; margin-bottom: 16px; }
.alerta-headlines { display: flex; flex-direction: column; gap: 8px; }
.alerta-headline { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--mist); }
.alerta-headline .tag { margin-bottom: 0; }
.alerta-video { border-radius: 6px; overflow: hidden; aspect-ratio: 16/9; background: #0F1220; }
.alerta-video iframe { width: 100%; height: 100%; border: none; }
.alerta-video .placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0F1F3D, #1a0a2e); }
.alerta-video .play-btn { width: 64px; height: 64px; border-radius: 50%; border: none; cursor: pointer; background: var(--red); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.alerta-video .play-btn:hover { background: var(--red-bright); }

/* ─── NEWSLETTER ─── */
.newsletter { background: linear-gradient(135deg, #0B0E13 0%, #151520 40%, #201828 70%, #161220 100%); padding: 48px 0; text-align: center; position: relative; }
.newsletter::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 500px 300px at 50% 50%, rgba(200,150,130,0.04) 0%, transparent 70%); pointer-events: none; }
.newsletter-inner { position: relative; z-index: 2; max-width: 520px; margin: 0 auto; }
.newsletter-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.newsletter-desc { font-size: 0.85rem; color: var(--silver); margin-bottom: 24px; }
.newsletter-form { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 11px 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 3px; color: var(--white); font-family: var(--font-body); font-size: 0.82rem; outline: none; }
.newsletter-form input::placeholder { color: var(--steel); }
.newsletter-form button { padding: 11px 24px; background: var(--gold); color: var(--ink); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border: none; border-radius: 3px; }
.newsletter-note { font-size: 0.62rem; color: var(--steel); margin-top: 10px; }
.newsletter-success { display: none; padding: 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; margin-top: 12px; }
.newsletter-success.show { display: block; }
.newsletter-success p { color: var(--gold-light); font-weight: 600; }

/* ─── ADVERTISERS ─── */
.advertisers { padding: 28px 0; border-top: 1px solid var(--cloud); }
.advertisers-inner { display: flex; align-items: center; gap: 28px; }
.advertisers-label { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel); font-weight: 700; flex-shrink: 0; }
.advertisers-slots { display: flex; gap: 16px; flex: 1; justify-content: center; }
.ad-slot { padding: 10px 24px; border: 1px dashed var(--mist); border-radius: 3px; font-size: 0.7rem; color: var(--silver); transition: all 0.2s; }
.ad-slot:hover { border-color: var(--gold); color: var(--gold-dim); border-style: solid; }

/* ─── FOOTER ─── */
.site-footer { background: var(--ink); color: var(--silver); padding: 44px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 32px; }
.footer-brand p { font-size: 0.78rem; line-height: 1.6; margin-top: 12px; color: var(--steel); }
.footer-brand .tagline { color: var(--gold-dim); font-style: italic; font-family: var(--font-display); margin-top: 10px; font-size: 0.82rem; }
.footer-col h5 { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--mist); font-weight: 700; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 7px; }
.footer-col a { font-size: 0.78rem; color: var(--steel); transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px; display: flex; justify-content: space-between; font-size: 0.68rem; color: var(--slate); }
.footer-bottom strong { color: var(--gold-dim); }

/* ─── ANIMATIONS ─── */
.animate-in { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s ease; }
.animate-in.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .breaking-grid { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: repeat(2, 1fr); }
  .news-row-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rosario-strip { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rosario-strip-cta { width: 100%; }
  .rosario-strip-cta input { flex: 1; }
  .alerta-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .topbar-ticker { display: none; }
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .news-row { grid-template-columns: 1fr; }
  .news-row-3 { grid-template-columns: 1fr; }
  .breaking-lead { min-height: 300px; }
  .newsletter-form { flex-direction: column; }
  .advertisers-inner { flex-direction: column; text-align: center; }
  .advertisers-slots { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}
