/* Airport Retail UK — corporate: clean white, ARE blue, Song Myung display. */

:root {
  --radius: 12px;
  --heading-transform: none;
  --heading-spacing: 0.005em;
  --heading-weight: 700;
  --hero-tint: rgba(6, 34, 54, 0.45);
}

.site-header nav a { font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; }

/* The banner is a bright, white-tiled bar interior, so the shared scrim — tuned
   for darker photography — leaves the white headline washing out against the
   backlit spirits shelf. Deepen the gradient and pool a little extra shade
   behind the copy, then let the text carry its own shadow on top. */
.hero::after {
  background:
    radial-gradient(60% 55% at 50% 52%, rgba(3, 20, 33, 0.55), transparent 78%),
    linear-gradient(200deg, rgba(15, 112, 180, 0.32), rgba(4, 22, 36, 0.82) 90%);
}

.hero-inner h1 { text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 6px 30px rgba(0, 0, 0, 0.6); }
.hero-inner p { text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65), 0 3px 18px rgba(0, 0, 0, 0.55); }

.prose h2::after { background: #0f70b4; }

.menu-card .card-sub { font-size: 0.95rem; }

.visit-card { border-top-color: #0f70b4; }
