/* ============================================================
   GAUCHO brand override layer (multi-brand hook)
   ------------------------------------------------------------
   Loaded only for the Gaucho brand (see web/partials/head.blade.php),
   AFTER gaucho-booking.css. The unified system lives entirely in
   gaucho-booking.css — this file is for Gaucho-specific token tweaks
   only. A second brand re-themes by overriding the same custom
   properties in its own conditional file (or via brand_info->css),
   never by changing shared markup.
   ============================================================ */

:root {
  /* Gaucho ships the default token set — no overrides needed today.
     Keep this file as the seam for future brand-level tweaks. */
}

/* The brand's uploaded wordmark is dark-on-transparent; flip it to
   cream so it reads on the navy topbar. Remove this if a cream
   wordmark is uploaded via the admin instead. */
.topbar-logo {
  filter: brightness(0) invert(1) sepia(0.15) saturate(1.2);
}
