/* =============================================================================
 * SSD WhiteLabel Brand — Logo + Mark CSS
 * Source: 01-UI-SPEC.md "Brand-Mark Contracts" > SSD WhiteLabel Overrides
 * Activates only when <html> has data-brand="ssd".
 * Loaded for ALL pages; selectors are inert outside the SSD whitelabel.
 * Color tokens are SHARED with Secuura (no overrides in v1) — only the brand mark differs.
 * ============================================================================= */

/* -- SSD navbar logo override -- */
/* The existing theme_ssd.css already sets .navbar-logo background-image to the SSD asset.
   This rule re-asserts it scoped to data-brand="ssd" so brand-secuura.css's default cannot
   leak through if both are loaded. The actual SSD asset is the existing site logo asset
   referenced by theme_ssd.css; no new image file is required for SSD in Phase 1. */
:root[data-brand="ssd"] .navbar-logo {
  /* Inherit the existing theme_ssd.css background-image declaration via cascade.
     If a future SSD-specific image path is required, override here. */
}

/* No color token overrides for SSD in v1 — visual language is shared.
   Future SSD-specific token deviations would be declared here:
   :root[data-brand="ssd"] {
     --primary: <hsl-triple>;
     ...
   } */
