/* ═══════════════════════════════════════════════════════════════════
   Theme: Magazine — Refined Dark Editorial
   Inspired by Monocle, Cereal, Kinfolk with German press edge
   ═══════════════════════════════════════════════════════════════════ */

:root {
  /* ─ Surfaces ─ */
  --bg-primary: #08080d;
  --bg-card: #101018;
  --bg-card-hover: #16161f;
  --bg-glass: rgba(14, 14, 22, 0.88);

  /* ─ Typography ─ */
  --text-primary: #ede8df;
  --text-secondary: #8d8a82;
  --text-muted: #55524c;

  /* ─ Accents ─ */
  --accent-red: #c0392b;
  --accent-gold: #d4a574;
  --accent-blue: #5ba4cf;

  /* ─ Borders & Shadows ─ */
  --border: rgba(255, 255, 255, 0.05);
  --border-hover: rgba(255, 255, 255, 0.1);
  --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.5);
  --shadow-hover: 0 12px 48px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(212, 165, 116, 0.06);

  /* ─ Radii ─ */
  --radius: 10px;
  --radius-sm: 6px;

  /* ─ Typography ─ */
  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'DM Sans', -apple-system, sans-serif;
}

/* Magazine uses the default hero-grid layout — no extra overrides needed */