/* Al Día Cañada | Región: canada | Paleta: Café Mezcal | bg=#5D4037 fg=#FFF8E7 accent=#EFEBE9 */
:root { --brand-primary: #5D4037; --brand-on-primary: #FFF8E7; --brand-accent: #EFEBE9; }
/* ============================================================
   Al Día Cañada — style-custom.css
   Postura: data  ·  Slug: aldiacanada
   Generado por scaffold_new_sites.py
   ============================================================ */
:root {
  --primary: #9333ea;
  --secondary: #06b6d4;
  --light: #eee0fb;
  --bg: #fcfafe;
  --text: #1a092a;
  --header: #7c2bc6;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  letter-spacing: -0.005em;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* ===== ESPECTRO MEXICANO TICKER ===== */
.espectro-ticker {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #7c2bc6 0%, #06b6d4 100%);
  color: #fff;
  height: 44px;
  overflow: hidden;
}
.ticker-espectro-left { display: flex; align-items: center; flex-shrink: 0; }
.ticker-espectro-logo {
  display: flex; align-items: center; padding: 0 12px; height: 100%;
  background: #fff; flex-shrink: 0;
}
.ticker-espectro-logo img { height: 28px; width: auto; object-fit: contain; }
.ticker-espectro-viewport { flex: 1; overflow: hidden; white-space: nowrap; position: relative; }
.ticker-espectro-inner { display: inline-block; white-space: nowrap; }
.ticker-espectro-item {
  color: rgba(255,255,255,0.9); text-decoration: none; font-size: 0.8em;
  padding: 0 16px; white-space: nowrap; transition: color 0.3s;
}
.ticker-espectro-item:hover { color: #fff; }
.ticker-espectro-sep { color: #06b6d4; padding: 0 4px; }
.ticker-espectro-loading { color: rgba(255,255,255,0.5); font-size: 0.8em; font-style: italic; }
.ticker-espectro-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; padding: 0 12px; }
.ticker-espectro-time {
  background: #eee0fb; color: #9333ea;
  font-weight: 800; font-size: 0.7em;
  padding: 4px 10px; border-radius: 4px; letter-spacing: 1px;
}
.ticker-espectro-social { display: flex; gap: 8px; }
.ticker-espectro-social a {
  color: rgba(255,255,255,0.7); text-decoration: none; width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center; border-radius: 4px;
  transition: all 0.3s; font-size: 0.85em;
}
.ticker-espectro-social a:hover { color: #fff; background: rgba(255,255,255,0.15); }

/* ===== ESPECTRO MEXICANO HEADER ===== */
.site-header-espectro {
  background: linear-gradient(135deg, #9333ea 0%, #06b6d4 100%);
  padding: 0;
}
.header-espectro-nav { padding: 0 24px; }
.nav-espectro-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 4px; height: 48px;
}
.nav-espectro-link {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-weight: 600; font-size: 0.8em; letter-spacing: 0.5px;
  padding: 6px 14px; border-radius: 4px; transition: all 0.3s; white-space: nowrap;
}
.nav-espectro-link:hover { color: #fff; background: rgba(255,255,255,0.15); }
.nav-espectro-link.active { background: rgba(255,255,255,0.2); color: #fff; }

/* ===== ESPECTRO MEXICANO FOOTER ===== */
.site-footer-espectro { background: #9333ea; padding: 36px 20px 20px; margin-top: 60px; }
.footer-espectro-inner { max-width: 800px; margin: 0 auto; }
.footer-espectro-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
  max-width: 480px; margin: 0 auto 20px;
}
.footer-espectro-col { text-align: center; }
.footer-espectro-title {
  font-size: 0.7em; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #eee0fb;
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid #06b6d4; display: inline-block;
}
.footer-espectro-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-espectro-list li a {
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 0.85em; transition: color 0.3s;
}
.footer-espectro-list li a:hover { color: #eee0fb; }
.footer-espectro-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 14px; text-align: center;
  font-size: 0.75em; color: rgba(255,255,255,0.45);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .footer-espectro-grid { grid-template-columns: 1fr; }
  .nav-espectro-inner { overflow-x: auto; }
}
