/* ============================================================
   CUSTOM — Per-store overrides for Template TF
   Add store-specific tweaks here. Loaded last so it wins
   over theme.css and style.css.
   ============================================================ */

/* ------------------------------------------------------------
   Logo lockup — S&T Vietnamese Kitchen
   The real logo is a dark plate with gold/red lettering, so the
   template's white chip behind it would read as a double frame.
   Drop the chip, round the plate, and size by HEIGHT so a
   different aspect ratio can never balloon the header.
   ------------------------------------------------------------ */
.brand img {
  width: auto;
  height: 74px;
  background: transparent;
  padding: 0;
  border-radius: var(--r-md);
}

@media (max-width: 600px) {
  .brand img {
    height: 54px;
  }
}

.foot-brand img {
  width: auto;
  height: 58px;
  background: transparent;
  padding: 0;
  border-radius: var(--r-md);
}
