/* ==========================================================================
   PBN Magna — brand skin. Premium NATIONAL EDITORIAL DASHBOARD: dark-navy
   header/footer chrome + light IVORY content cards + gold/champagne accent +
   modern serif headlines. Authoritative, mature, premium — not heritage
   (Aksara), not national-navy/red (Portal). Archetype: compact-dashboard.
   ========================================================================== */
:root {
  --c-primary: #13294b;        /* deep navy — headings/hover */
  --c-primary-700: #0f1f3a;
  --c-primary-100: #e7ebf2;
  --c-accent: #7e631a;         /* deep champagne-gold — AA on ivory (text + metrics) */
  --c-accent-100: #f1e7cf;
  --c-on-primary: #ffffff;
  --c-on-accent: #ffffff;

  --c-bg: #f5f1e8;             /* warm ivory body */
  --c-surface: #fdfbf6;        /* ivory card */
  --c-surface-2: #efe9da;
  --c-text: #1c2536;           /* navy ink */
  --c-text-muted: #5f5a4e;
  --c-border: #e6ddcb;

  --c-header-bg: #0f1f3a;      /* dark navy chrome */
  --c-header-text: #f3efe6;
  --c-header-muted: #b7c2d6;   /* AA on navy */
  --c-topbar-bg: #0a1730;
  --c-footer-bg: #0f1f3a;

  /* Premium modern serif (distinct from Cakra/Tinta/Aksara/Portal serifs). */
  --font-display: "Sitka Heading", Cambria, Constantia, "Hoefler Text", "Iowan Old Style", Georgia, serif;
  /* Serif numerals keep the metrics editorial (vs Spektra's monospace data look). */
  --font-metric: var(--font-display);
}

.brand .custom-logo { aspect-ratio: 1 / 1; width: auto; }
.brand__name { font-family: var(--font-display); font-weight: 700; }

/* Champagne keyline + gold panel accents = quiet national-premium polish. */
.site-header { border-bottom: 3px solid var(--c-accent); }
.cd-panel { box-shadow: 0 1px 2px rgba(28, 37, 54, .04); }
.cd-panel__title { font-family: var(--font-display); font-weight: 700; letter-spacing: .02em; text-transform: none; font-size: 1rem; }
.cd-bar__label { color: var(--c-accent); }
.cd-lead { border-top: 3px solid var(--c-accent); }
