/* Sip & Stumble — evening garden bar */
:root {
  --bg: #22312a;
  --bg-alt: #1b271f;
  --surface: #2b3c33;
  --text: #f4f1e8;
  --text-muted: #b9c4b1;
  --accent: #c8a96a;
  --accent-contrast: #1e211c;
  --border: rgba(244, 241, 232, 0.14);
}
.hero-scrim {
  background: linear-gradient(180deg,
    rgba(27, 39, 31, 0.55) 0%,
    rgba(27, 39, 31, 0.25) 42%,
    rgba(27, 39, 31, 0.82) 100%);
}
.band-scrim {
  background: linear-gradient(180deg,
    rgba(27, 39, 31, 0.32) 0%,
    rgba(27, 39, 31, 0.78) 100%);
}
.site-nav.scrolled { background: rgba(27, 39, 31, 0.86); }

/* stumble-split.jpg was cropped in from the left, so it is now narrower than the
   4/4.6 frame and object-fit: cover trims more height than before. Centre that
   window on the pint, otherwise the head gets clipped. */
.split-media img.focus-pint { object-position: 50% 45%; }
