:root {
  --black: #231f20;
  --navy: #243342;
  --steel: #5e7684;
  --white: #ffffff;
  --paper: #f4f1ec;
  --warm: #b8724c;
  --ink-muted: rgba(35, 31, 32, 0.68);
  --line: rgba(35, 31, 32, 0.16);
  --shadow: 0 24px 70px rgba(35, 31, 32, 0.18);
  --shadow-soft: 0 18px 44px rgba(35, 31, 32, 0.12);
  --radius: 8px;
  --radius-sm: 6px;
  --body-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background:
    linear-gradient(180deg, #f7f3ed 0%, #eef2f3 48%, #f4f1ec 100%);
  font-family: "Barlow Condensed", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
}

p,
address,
dd {
  font-size: 1.22rem;
  font-family: var(--body-font);
  font-weight: 300;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 46px rgba(35, 31, 32, 0.12);
  color: var(--black);
  backdrop-filter: blur(18px) saturate(1.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(190px, 22vw, 285px);
  min-width: 170px;
  text-decoration: none;
}

.brand-logo {
  width: 100%;
  height: auto;
}

.brand-logo-dark,
.site-header.is-scrolled .brand-logo-light,
.site-header.nav-active .brand-logo-light {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark,
.site-header.nav-active .brand-logo-dark {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
  color: currentColor;
}

.site-nav a:not(.nav-cta) {
  opacity: 0.84;
}

.site-nav a:hover {
  opacity: 1;
}

.site-nav a.is-active {
  color: var(--warm);
  opacity: 1;
}

.nav-cta {
  border: 1px solid currentColor;
  border-radius: var(--radius-sm);
  padding: 9px 13px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-slides,
.hero-slide,
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: grid;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 118, 132, 0.78), transparent);
}

.food-slide .hero-image {
  filter: saturate(0.95) contrast(1.05);
}

.sport-slide .hero-image {
  filter: saturate(0.85) contrast(1.1) brightness(0.9);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.95) 0%, rgba(8, 8, 8, 0.72) 45%, rgba(8, 8, 8, 0.26) 78%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.18) 0%, rgba(8, 8, 8, 0.9) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(780px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 124px 0 92px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--warm);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7.2vw, 6.9rem);
}

.hero h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(3.2rem, 7.2vw, 6.9rem);
}

.section h2,
.page-section h2 {
  font-size: clamp(2.5rem, 5.5vw, 5.3rem);
}

h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.hero-actions,
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.button.primary {
  background: var(--warm);
  color: var(--black);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.button.ghost {
  border-color: var(--line);
  color: var(--black);
}

.hero-controls {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 4vw, 56px);
  top: 50%;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.hero-controls button {
  min-width: 116px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-sm);
  background: rgba(35, 31, 32, 0.42);
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-controls button.is-active,
.hero-controls button:hover {
  background: var(--white);
  color: var(--black);
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 118px) 0;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.intro::before,
.menus-section::before,
.food-section::before,
.whats-on::before,
.functions-section::before,
.visit::before {
  position: absolute;
  z-index: 0;
  right: max(-18px, -1.6vw);
  top: 10px;
  font-family: "Barlow Condensed", "Arial Narrow", Impact, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(6rem, 13vw, 14rem);
  font-style: normal;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.045;
}

.intro::after,
.menus-section::after,
.food-section::after,
.whats-on::after,
.functions-section::after,
.visit::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: clamp(150px, 22vw, 270px);
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.055;
  mask-image: radial-gradient(circle, transparent 54%, #000 55%, #000 62%, transparent 63%);
  -webkit-mask-image: radial-gradient(circle, transparent 54%, #000 55%, #000 62%, transparent 63%);
}

.intro::after,
.functions-section::after {
  left: clamp(18px, 7vw, 110px);
  bottom: clamp(18px, 5vw, 72px);
  color: var(--black);
}

.food-section::after,
.visit::after {
  right: clamp(18px, 8vw, 120px);
  bottom: clamp(24px, 6vw, 92px);
  color: var(--black);
}

.menus-section::after,
.whats-on::after {
  right: clamp(18px, 8vw, 120px);
  bottom: clamp(24px, 6vw, 92px);
  color: var(--white);
  opacity: 0.07;
}

.intro::before {
  content: "LOCAL";
  color: var(--black);
}

.menus-section::before {
  content: "MENUS";
  color: var(--white);
  opacity: 0.07;
}

.food-section::before {
  content: "WELCOME";
  color: var(--black);
}

.whats-on::before {
  content: "WHAT'S ON";
  color: var(--white);
  opacity: 0.06;
}

.functions-section::before {
  content: "EVENTS";
  color: var(--black);
}

.visit::before {
  content: "VISIT";
  color: var(--black);
}

.intro {
  background:
    radial-gradient(circle at 82% 18%, rgba(94, 118, 132, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f1ec 100%);
}

.intro-grid,
.split,
.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.intro-copy,
.split > div > p,
.section-heading > p,
.visit address {
  margin: 0;
  color: var(--ink-muted);
}

.intro-copy {
  padding-top: 0;
}

.intro-copy p {
  margin: 0;
}

.intro-copy p + p {
  margin-top: 18px;
}

.split > div > h2 + p {
  margin-top: 28px;
}

.menus-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(54, 72, 84, 0.18), transparent 30%),
    linear-gradient(145deg, #070707 0%, #11181d 58%, #18242b 100%);
  color: var(--white);
}

.menus-section .section-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.section-copy {
  padding-top: 0;
}

.section-copy p {
  margin: 0;
}

.section-copy p + p {
  margin-top: 18px;
}

.menus-section .section-copy {
  color: rgba(255, 255, 255, 0.7);
}

.menu-downloads {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.menu-downloads a {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  overflow: hidden;
}

.menu-downloads a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(214, 178, 109, 0.76);
  transform: translateY(-3px);
}

.menu-downloads a::after {
  content: "PDF";
  position: absolute;
  right: 14px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1;
}

.menu-downloads span {
  max-width: 9ch;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.menu-downloads strong {
  color: var(--warm);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.food-section {
  background:
    linear-gradient(90deg, rgba(94, 118, 132, 0.12), transparent 44%),
    linear-gradient(180deg, #f4f1ec 0%, #eef2f3 100%);
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article,
.tile-grid article,
.hours-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.feature-list article {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px 18px;
  padding: 24px;
}

.feature-list article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--steel);
}

.feature-list span {
  grid-row: span 2;
  color: var(--steel);
  font-size: 1.25rem;
  font-weight: 900;
}

.feature-list p,
.tile-grid p,
.hours-panel p {
  margin: 0;
  color: var(--ink-muted);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-transform: uppercase;
  transition: color 180ms ease, text-underline-offset 180ms ease;
}

.text-link:hover {
  color: var(--steel);
  text-underline-offset: 9px;
}

.whats-on {
  background:
    radial-gradient(circle at 12% 14%, rgba(54, 72, 84, 0.18), transparent 30%),
    linear-gradient(145deg, #070707 0%, #11181d 58%, #18242b 100%);
  color: var(--white);
}

.whats-on .section-kicker {
  color: var(--warm);
}

.section-heading {
  max-width: 920px;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.tile-grid article {
  position: relative;
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tile-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 178, 109, 0.58);
  background: rgba(255, 255, 255, 0.11);
}

.tile-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--warm);
  opacity: 0.9;
}

.tile-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.functions-section {
  background:
    radial-gradient(circle at 18% 24%, rgba(94, 118, 132, 0.14), transparent 28%),
    linear-gradient(180deg, #f4f1ec 0%, #e9eef0 100%);
}

.functions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.functions-content {
  padding-top: 0;
  color: var(--ink-muted);
}

.functions-content p {
  margin: 0;
}

.occasion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.occasion-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  color: var(--black);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.functions-content .button {
  margin-top: 30px;
}

.visit {
  background:
    radial-gradient(circle at 84% 14%, rgba(54, 72, 84, 0.2), transparent 30%),
    linear-gradient(145deg, #070707 0%, #11181d 58%, #18242b 100%);
  color: var(--white);
}

.visit address {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  margin-top: 28px;
}

.visit .button.ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.hours-panel {
  padding: clamp(24px, 4vw, 38px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.visit .hours-panel p,
.visit .hours-panel .note {
  color: rgba(255, 255, 255, 0.72);
}

.note.strong {
  color: var(--white);
  font-weight: 800;
  margin-top: 18px;
}

.hours-list {
  margin: 22px 0 0;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hours-list dt {
  font-weight: 900;
  text-transform: uppercase;
}

.hours-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 54px);
  background: var(--black);
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

.site-footer a {
  color: var(--warm);
  font-weight: 900;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 94svh;
  display: grid;
  align-items: center;
  padding: 124px 0 92px;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.72) 48%, rgba(8, 8, 8, 0.48) 100%),
    url("black-lion-pub-hero.png") center / cover,
    var(--black);
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 118, 132, 0.8), transparent);
}

.whats-on-hero {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.78) 42%, rgba(8, 8, 8, 0.3) 76%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.26) 0%, rgba(8, 8, 8, 0.72) 100%),
    url("whats-on-football-hero.png") center / cover,
    var(--black);
}

.food-page-hero {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.78) 46%, rgba(8, 8, 8, 0.38) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.2) 0%, rgba(8, 8, 8, 0.68) 100%),
    url("black-lion-gammon-food-hero.png") center / cover,
    var(--black);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  margin-right: auto;
}

.page-hero h1 {
  max-width: 760px;
}

.page-hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.page-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 104px) 0;
  scroll-margin-top: 118px;
  background:
    radial-gradient(circle at 84% 12%, rgba(94, 118, 132, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f1ec 100%);
}

.page-section.alt {
  background:
    linear-gradient(135deg, rgba(94, 118, 132, 0.14), transparent 38%),
    linear-gradient(180deg, #f4f1ec 0%, #e9eef0 100%);
}

.page-section.dark {
  background:
    radial-gradient(circle at 12% 16%, rgba(54, 72, 84, 0.18), transparent 30%),
    linear-gradient(145deg, #070707 0%, #11181d 58%, #18242b 100%);
  color: var(--white);
}

.page-section.dark.food-menu-section {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.78) 44%, rgba(8, 8, 8, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.18) 0%, rgba(8, 8, 8, 0.78) 100%),
    url("black-lion-fish-chips-menu-bg.png") center / cover no-repeat,
    #070707;
}

.page-grid,
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.page-copy {
  padding-top: 0;
}

.page-copy p {
  margin: 0;
  color: var(--ink-muted);
}

.page-copy p + p {
  margin-top: 18px;
}

.page-copy .button {
  margin-top: 28px;
}

.dark .page-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.cta-section {
  padding: clamp(48px, 6vw, 76px) 0;
}

.cta-section .page-copy {
  padding-top: 0;
}

.detail-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.detail-card,
.callout-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.detail-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
}

.detail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--warm);
}

.detail-card p {
  margin: 0;
  color: var(--ink-muted);
}

.dark .detail-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.dark .detail-card p {
  color: rgba(255, 255, 255, 0.72);
}

.callout-panel {
  padding: clamp(24px, 4vw, 38px);
}

.callout-panel p {
  margin: 0;
  color: var(--ink-muted);
}

.callout-panel p + p,
.callout-panel .button {
  margin-top: 20px;
}

.menu-page-downloads {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.menu-page-downloads a {
  min-height: 150px;
}

.page-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.64);
  font-family: var(--body-font);
  font-size: 1.08rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    width: 168px;
    min-width: 150px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    border: 1px solid currentColor;
    background: rgba(255, 255, 255, 0.08);
    color: currentColor;
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    inset: 74px 18px auto;
    display: none;
    align-items: stretch;
    gap: 0;
    flex-direction: column;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--black);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .nav-cta {
    text-align: center;
    margin-top: 4px;
  }

  .hero {
    min-height: 92svh;
  }

  .page-hero {
    min-height: 92svh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(35, 31, 32, 0.24) 0%, rgba(35, 31, 32, 0.78) 52%, rgba(35, 31, 32, 0.96) 100%);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding: 118px 0 164px;
  }

  .page-hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .hero-controls {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: none;
  }

  .hero-controls button {
    min-width: 0;
    text-align: center;
  }

  .intro-grid,
  .split,
  .visit-grid,
  .functions-grid,
  .menus-section .section-heading,
  .page-grid,
  .menu-downloads,
  .tile-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .tile-grid article {
    min-height: 150px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-copy {
    padding-top: 0;
  }
}

@media (max-width: 540px) {
  h1 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  .hero h2 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  .section h2,
  .page-section h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .brand {
    width: 142px;
    min-width: 130px;
  }

  .hero-actions,
  .contact-row {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-controls {
    grid-template-columns: 1fr;
  }

  .hero-controls button {
    padding: 8px 10px;
  }

  .hero-content {
    padding-bottom: 214px;
  }

  .feature-list article {
    grid-template-columns: 1fr;
  }

  .feature-list span {
    grid-row: auto;
  }

  .hours-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hours-list dd {
    text-align: left;
  }
}
