/* ============================================================
   CUSTOM — Per-Store Overrides
   Keep this file under 30 lines. Only store-specific tweaks go here.
   Do NOT add layout, grid, or structural CSS — that belongs in style.css.
   Do NOT add theme design tokens — that belongs in theme.css.

   Examples of what belongs here:
   - A promotional banner color unique to this store
   - A section hidden for this location (display: none)
   - A logo size tweak specific to this store
   ============================================================ */

/* Square logo (500x500): keep it inside the 120px / 85px nav bars */
.logo__image { width: 88px; }
@media (max-width: 768px) {
  .nav__header .logo__wrapper img { width: 52px; }
}
.footer__logo__img { width: 150px; }
