/* ==========================================================================
   AVANT HEIR — brand tokens
   Colors here MIRROR the Astra global palette (Customizer > Global > Colors).
   The --ah-* aliases fall back to the Astra vars so a Customizer change
   flows through every component. Type voices, spacing and rules are the
   brand system and are not Customizer-controlled.
   ========================================================================== */
:root {
  /* Color — resolved from Astra's global palette */
  --ah-marigold:      var(--ast-global-color-0, #C99A2E);
  --ah-marigold-deep: var(--ast-global-color-1, #B8890F);
  --ah-ink:           var(--ast-global-color-2, #2B2620);
  --ah-text:          var(--ast-global-color-3, #2B2620);
  --ah-cream:         var(--ast-global-color-4, #FBF7ED);
  --ah-warm-fog:      var(--ast-global-color-5, #E7E3D8);
  --ah-mid-ink:       var(--ast-global-color-6, #4A4237);
  --ah-faded-ink:     var(--ast-global-color-7, #6E6558);
  --ah-fig:           var(--ast-global-color-8, #4C3540);

  /* Brand-only tones (not in the 9-slot palette) */
  --ah-marigold-light: #E8C766;   /* marigold on ink */
  --ah-hairline:       #D3CBB8;   /* borders on fog */
  --ah-hairline-soft:  #D8CFBC;   /* borders on cream */
  --ah-cream-on-ink:   #C9BFA9;   /* muted cream text on ink */
  --ah-scrim:          rgba(28, 24, 20, 0.82);
  --ah-tape:           rgba(233, 222, 196, 0.72);

  /* Type — the sans talks, the serif winks (italic only), the hand notes */
  --font-sans:  "Archivo", "Helvetica Neue", sans-serif;
  --font-serif: "Newsreader", Georgia, serif;
  --font-hand:  "Caveat", cursive;

  --stretch-display: 78%;   /* headlines, big lockups */
  --stretch-ui:      85%;   /* nav, buttons, subheads */
  --stretch-mono:    75%;   /* the A/H monogram */

  --track-kicker:  0.2em;
  --track-folio:   0.22em;
  --track-display: -0.01em;
  --leading-display: 0.96;

  /* Space */
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 72px;

  /* Rules — borders are the brand's chrome */
  --rule-masthead: 3px solid var(--ah-ink);
  --rule-section:  1px solid var(--ah-ink);
  --rule-hairline: 1px solid var(--ah-hairline);
  --rule-spine:    3px solid var(--ah-marigold);

  /* Measure for prose */
  --ah-measure: 740px;
}
