/*
 * Argent Priority 8D — Astra vessel token layer 1.5.39.
 *
 * Vessel presentation only.  This aliases the accepted governed presentation
 * system to the active Astra Starter Template visual vocabulary without
 * changing Pagecache markup, component semantics, Favorite, Search,
 * gallery/media ownership, or governed content.
 *
 * The imported non-native Home does not carry body.argent-local-branding and
 * therefore does not match this layer.
 */

html body.argent-local-branding {
  --amphora-local-page-width: 1200px !important;
  --argent-page-canvas-width: var(--amphora-local-page-width, 1200px) !important;
  --argent-page-frame-width: var(--argent-page-canvas-width) !important;

  --amphora-local-site-field: var(--ast-global-color-4, #f5f5f5) !important;
  --amphora-local-site-surface: var(--ast-global-color-4, #f5f5f5) !important;
  --amphora-local-header-surface: var(--ast-global-color-5, #ffffff) !important;
  --amphora-local-footer-shell-surface: var(--ast-global-color-5, #ffffff) !important;
  --amphora-local-card-surface: var(--ast-global-color-5, #ffffff) !important;
  --amphora-local-panel-surface: var(--ast-global-color-5, #ffffff) !important;
  --amphora-local-article-surface: var(--ast-global-color-5, #ffffff) !important;
  --amphora-local-line: color-mix(
    in srgb,
    var(--ast-global-color-3, #4a4a4a) 18%,
    var(--ast-global-color-5, #ffffff) 82%
  ) !important;

  --amphora-local-ink: var(--ast-global-color-3, #4a4a4a) !important;
  --amphora-local-muted-ink: color-mix(
    in srgb,
    var(--ast-global-color-3, #4a4a4a) 76%,
    var(--ast-global-color-5, #ffffff) 24%
  ) !important;
  --amphora-local-accent: var(--ast-global-color-0, #f9ad4a) !important;

  --amphora-profile-body-font: 'Roboto', sans-serif !important;
  --amphora-local-body-font: 'Roboto', sans-serif !important;
  --amphora-profile-title-font: 'Raleway', sans-serif !important;
  --amphora-local-heading-font: 'Raleway', sans-serif !important;
  --argent-body-font: 'Roboto', sans-serif !important;
  --argent-heading-font: 'Raleway', sans-serif !important;
  --argent-nav-font: 'Roboto', sans-serif !important;
  --argent-font-text: 'Roboto', sans-serif !important;

  --argent-local-heading-accent: var(--ast-global-color-2, #1a1a1a) !important;
  --argent-local-warm-accent: var(--ast-global-color-2, #1a1a1a) !important;
  --argent-page-title-color: var(--ast-global-color-2, #1a1a1a) !important;
  --argent-listing-section-heading-color: var(--ast-global-color-2, #1a1a1a) !important;
  --argent-prose-subhead-color: var(--ast-global-color-2, #1a1a1a) !important;

  --pagecache-text: var(--amphora-local-ink) !important;
  --pagecache-muted: var(--amphora-local-muted-ink) !important;
  --pagecache-accent: var(--amphora-local-accent) !important;
  --pagecache-surface: var(--amphora-local-panel-surface) !important;
}
