/* ============================================================
   CUSTOM — Per-store micro-overrides for Shinwari Karahi
   This file is generated per restaurant. Override tokens or add
   store-specific rules here. Do NOT edit global.css, theme.css,
   or style.css directly for per-store changes.
   ============================================================ */

/* Hero sections — darker photo overlay so headings and text stay readable
   (applies to home, about and all location/area hero sections) */
:root {
  --gs-hero-overlay: linear-gradient(
    180deg,
    rgba(10, 6, 4, 0.72) 0%,
    rgba(10, 6, 4, 0.62) 45%,
    rgba(10, 6, 4, 0.82) 100%
  );
}

.gs-location-hero h1,
.gs-location-hero-text,
.gs-location-hero-badge,
.gs-about-hero h1,
.gs-about-hero-subtitle,
.gs-about-hero-tagline,
#home-hero h1,
#home-hero p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
