/* Theme: herald_grid */
body.theme-herald_grid .site-header {
  background: var(--primary);
  color: #fff;
  border-bottom: 4px solid var(--accent, #c2410c);
}
body.theme-herald_grid .site-header .site-logo,
body.theme-herald_grid .site-header .main-nav a,
body.theme-herald_grid .site-header .header-actions a {
  color: #fff;
}
body.theme-herald_grid .nav-toggle-bar {
  background: #fff;
}
body.theme-herald_grid .site-main {
  background: var(--theme-surface, #f8fafc);
}
body.theme-herald_grid .theme-hero--magazine {
  background: var(--primary); color: #fff; max-width: none !important; width: 100%;
  padding: 3rem 1.5rem; margin: 0;
  box-sizing: border-box;
}
body.theme-herald_grid .theme-hero--magazine .theme-hero-title,
body.theme-herald_grid .theme-hero--magazine .theme-hero-sub { color: #fff; }
body.theme-herald_grid .theme-hero--magazine .theme-hero-eyebrow { color: #fdba74; }
body.theme-herald_grid .theme-hero--magazine .theme-hero-actions .theme-btn-primary {
  background: #fff; color: var(--primary); border-color: #fff;
}
body.theme-herald_grid .theme-hero--magazine .theme-hero-actions .theme-btn-secondary {
  color: #fff; border-color: rgba(255,255,255,0.7);
}
body.theme-herald_grid .theme-hero--magazine .theme-hero-stats strong { color: #fdba74; }
body.theme-herald_grid .theme-hero--magazine .theme-hero-stats span { color: rgba(255,255,255,0.85); }
body.theme-herald_grid .theme-usp { background: #fff; border: 2px solid var(--primary); border-left: none; border-right: none; }
body.theme-herald_grid .theme-about-visual { border: 4px solid var(--primary); }
body.theme-herald_grid .featured-link { border-radius: 0; min-height: 380px; border: 3px solid var(--primary); }
body.theme-herald_grid .post-card { border-radius: 0; border: 1px solid rgba(30,58,95,0.25); }
