:root {
  --bg: #fbfaf7;
  --bg-2: #ebe7df;
  --ink: #080808;
  --ink-2: #4f4b45;
  --muted: #777064;
  --accent: #b51c2a;
  --blue: #174f8d;
  --gutter: clamp(18px, 4vw, 48px);
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

a { color: inherit; }
button, input, textarea { font: inherit; }

.display {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .88;
  text-transform: uppercase;
}

.eyebrow,
.row-num,
.row-cat,
.field-label,
.summary-row span,
.summary-total span,
.contact-block span,
.footer-proof span,
.booking-progress span,
.booking-footer span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow { color: var(--accent); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px var(--gutter);
  background: rgba(244, 240, 234, .94);
  border-bottom: 1.5px solid var(--ink);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-grid;
  flex: 0 0 46px;
  place-items: center;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  color: var(--bg);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

nav a {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border: 1.5px solid var(--ink);
  border-radius: 0;
  background: var(--bg);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}

.btn.accent {
  background: var(--ink);
  color: var(--bg);
}

.btn.ghost {
  background: transparent;
}

.btn.small {
  min-height: 40px;
  padding: 9px 14px;
  white-space: nowrap;
}

.hero,
.block,
.rules-block,
.cta-block,
.contact-hero,
.booking-shell,
.contact-grid,
.addon-block {
  border-bottom: 1.5px solid var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  min-height: calc(100vh - 65px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px var(--gutter);
  border-right: 1.5px solid var(--ink);
}

.hero-title {
  margin: 16px 0 16px;
  font-size: clamp(78px, 12vw, 168px);
}

.hero-title span,
.menu-hero h1 span,
.rules-copy h2 span {
  color: var(--accent);
}

.tagline {
  max-width: 640px;
  margin: 0 0 22px;
  color: var(--accent);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: .96;
  text-transform: uppercase;
}

.hero-sub {
  max-width: 520px;
  color: var(--ink-2);
  font-size: 19px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
}

.hero-stats strong,
.footer-proof strong,
.stat-num {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 46px;
  line-height: .95;
  text-transform: uppercase;
}

.hero-stats span,
.footer-proof span {
  display: block;
  color: var(--muted);
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    repeating-linear-gradient(135deg, rgba(181,28,42,.18) 0 14px, rgba(244,240,234,.78) 14px 28px, rgba(23,79,141,.16) 28px 42px, rgba(244,240,234,.78) 42px 56px),
    var(--bg-2);
}

.photo-art img {
  width: min(94%, 620px);
  aspect-ratio: 3 / 4;
  min-height: 0;
  object-fit: cover;
  border: 5px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
  filter: saturate(.95) contrast(1.05);
}

.logo-poster {
  width: min(92%, 560px);
  min-height: 430px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.88);
  border: 5px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}

.logo-poster img {
  width: 88%;
  max-height: 360px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.now-serving {
  position: absolute;
  left: 58px;
  bottom: 58px;
  padding: 14px 18px;
  background: var(--bg);
  border: 1.5px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.now-serving span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.now-serving strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: .95;
  text-transform: uppercase;
}

.marquee {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-bottom: 1.5px solid var(--ink);
}

.marquee span {
  flex: 1 0 auto;
  min-width: 150px;
  padding: 18px 24px;
  border-right: 1.5px solid var(--ink);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px var(--gutter);
  border-bottom: 1.5px solid var(--ink);
}

.section-head > span,
.section-head > a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 30px var(--gutter);
  border-right: 1.5px solid var(--ink);
  color: inherit;
  text-decoration: none;
}

.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--bg-2); }

.service-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.service-card h3 {
  margin: 36px 0 12px;
  font-size: clamp(40px, 4vw, 58px);
}

.service-card p {
  margin: auto 0 0;
  color: var(--ink-2);
  font-size: 15px;
}

.visual-band,
.service-photo-strip,
.contact-visual {
  display: grid;
  border-bottom: 1.5px solid var(--ink);
}

.visual-band {
  grid-template-columns: .9fr 1fr 1fr;
  background: var(--ink);
  color: var(--bg);
}

.visual-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px var(--gutter);
  border-right: 1px solid rgba(251,250,247,.35);
}

.visual-copy span,
.visual-band figcaption,
.service-photo-strip figcaption,
.contact-visual figcaption,
.contact-proof-card span {
  color: rgba(251,250,247,.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.visual-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(44px, 6vw, 82px);
}

.visual-copy p {
  margin: 0;
  color: rgba(251,250,247,.78);
}

.visual-band figure,
.service-photo-strip figure,
.contact-visual figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(251,250,247,.35);
}

.visual-band img,
.service-photo-strip img,
.contact-visual img,
.page-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.visual-band figcaption,
.service-photo-strip figcaption,
.contact-visual figcaption,
.page-media figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(8,8,8,.78);
  color: var(--bg);
}

.rules-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  background: var(--bg-2);
}

.rules-copy {
  padding: 72px var(--gutter);
  border-right: 1.5px solid var(--ink);
}

.rules-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 8vw, 118px);
}

.rules-copy p {
  max-width: 500px;
  color: var(--ink-2);
  font-size: 18px;
}

.rules-list article {
  padding: 32px var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.rules-list article:last-child { border-bottom: 0; }

.rules-list span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rules-list strong {
  display: block;
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 38px;
  line-height: .96;
  text-transform: uppercase;
}

.rules-list p {
  margin: 8px 0 0;
  color: var(--ink-2);
}

.cta-block {
  padding: 92px var(--gutter);
  background: var(--ink);
  color: var(--bg);
  text-align: center;
}

.cta-block .eyebrow { color: rgba(244,240,234,.74); }

.cta-block h2 {
  margin: 14px 0 22px;
  font-size: clamp(80px, 13vw, 190px);
}

.cta-block p {
  max-width: 540px;
  margin: 0 auto 34px;
  color: rgba(244,240,234,.8);
  font-size: 18px;
}

.cta-block .btn.accent {
  background: var(--accent);
  color: white;
}

.page {
  width: 100%;
}

.page-hero {
  padding: 64px var(--gutter) 54px;
  border-bottom: 1.5px solid var(--ink);
}

.menu-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.page-hero h1 {
  margin: 20px 0 28px;
  font-size: clamp(76px, 13vw, 190px);
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--ink-2);
  font-size: 18px;
}

.page-media {
  position: relative;
  height: min(44vw, 360px);
  min-height: 260px;
  margin: 0;
  border: 4px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
}

.menu-list {
  display: flex;
  flex-direction: column;
}

.menu-row {
  display: grid;
  grid-template-columns: 60px 90px 1fr 130px 120px 124px;
  align-items: center;
  gap: 22px;
  padding: 28px var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.menu-row:hover { background: var(--bg-2); }

.row-num,
.row-cat,
.row-meta span,
.row-price span {
  color: var(--muted);
}

.row-name h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
}

.row-name p {
  max-width: 500px;
  margin: 7px 0 0;
  color: var(--ink-2);
  font-size: 14px;
}

.row-meta strong,
.row-price strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 34px;
  line-height: .95;
  text-transform: uppercase;
}

.menu-row > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--bg);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-photo-strip {
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
  background: var(--bg-2);
}

.service-photo-strip figure {
  min-height: 460px;
  border-right: 1.5px solid var(--ink);
}

.service-photo-strip div {
  align-self: center;
  padding: 54px var(--gutter);
}

.service-photo-strip h2 {
  max-width: 700px;
  margin: 14px 0 20px;
  font-size: clamp(54px, 8vw, 112px);
}

.service-photo-strip p:not(.eyebrow) {
  max-width: 520px;
  color: var(--ink-2);
  font-size: 18px;
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.addon-grid div {
  padding: 34px var(--gutter);
  border-right: 1px solid var(--ink);
}

.addon-grid div:last-child { border-right: 0; }

.addon-grid strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 32px;
  line-height: .95;
  text-transform: uppercase;
}

.addon-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ink-2);
}

.contact-hero {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .72fr);
  gap: 30px;
  align-items: end;
  padding: 58px var(--gutter);
}

.contact-hero h1 {
  margin: 18px 0 0;
  font-size: clamp(120px, 19vw, 290px);
}

.contact-lede p {
  color: var(--ink-2);
  font-size: 20px;
}

.contact-visual {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  background: var(--ink);
  color: var(--bg);
}

.contact-visual figure {
  min-height: 380px;
}

.contact-proof-card {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px var(--gutter);
}

.contact-proof-card strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  text-transform: uppercase;
}

.contact-proof-card a {
  color: var(--bg);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1.5px solid var(--ink);
}

.booking-progress button {
  min-height: 92px;
  padding: 18px 22px 0;
  border: 0;
  border-right: 1px solid var(--ink);
  background: var(--bg);
  color: var(--muted);
  text-align: left;
}

.booking-progress button:last-child { border-right: 0; }
.booking-progress button[aria-current="step"] { color: var(--ink); }
.booking-progress button.is-done { color: var(--accent); }

.booking-progress strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 28px;
  line-height: .95;
}

.booking-progress span {
  display: block;
  margin-top: 6px;
}

.booking-progress button::after {
  content: "";
  display: block;
  height: 6px;
  margin-top: 17px;
  border-top: 1px solid var(--ink);
  background: var(--bg-2);
}

.booking-progress button[aria-current="step"]::after { background: var(--accent); }
.booking-progress button.is-done::after { background: var(--ink); }

.booking-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  border-bottom: 1.5px solid var(--ink);
}

.booking-content {
  min-height: 560px;
  padding: 52px var(--gutter);
  border-right: 1.5px solid var(--ink);
}

.booking-step-panel {
  display: grid;
  gap: 24px;
}

.booking-step-panel.is-hidden { display: none; }

.booking-step-panel h2 {
  margin: 0;
  font-size: clamp(56px, 8vw, 100px);
}

.pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.pick-card {
  position: relative;
  min-height: 176px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1.5px solid var(--ink);
  background: var(--bg);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.pick-card:hover {
  background: var(--bg-2);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}

.pick-card.is-selected {
  background: var(--ink);
  color: var(--bg);
  box-shadow: 4px 4px 0 var(--accent);
}

.pick-card strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 34px;
  line-height: .95;
  text-transform: uppercase;
}

.pick-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pick-card p {
  margin: auto 0 0;
  color: inherit;
  opacity: .82;
}

.time-grid {
  display: grid;
  gap: 30px;
}

.field-label {
  margin: 0 0 12px;
  color: var(--muted);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slot-chip {
  min-height: 46px;
  padding: 11px 16px;
  border: 1.5px solid var(--ink);
  background: var(--bg);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.slot-chip.is-selected {
  background: var(--ink);
  color: var(--bg);
}

.booking-step-panel label,
.question-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

input,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px;
  border: 1.5px solid var(--ink);
  border-radius: 0;
  background: white;
  color: var(--ink);
  letter-spacing: 0;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

.booking-done {
  align-content: start;
  justify-items: start;
}

.confirmation-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: white;
  font-size: 30px;
  font-weight: 950;
}

.booking-done p:not(.eyebrow) {
  max-width: 520px;
  color: var(--ink-2);
  font-size: 18px;
}

.booking-summary {
  display: flex;
  flex-direction: column;
  background: var(--bg-2);
}

.booking-summary > .eyebrow {
  margin: 0;
  padding: 22px var(--gutter);
  border-bottom: 1.5px solid var(--ink);
  color: var(--muted);
}

.summary-row {
  padding: 18px var(--gutter);
  border-bottom: 1px solid rgba(8,8,8,.18);
}

.summary-row strong {
  display: block;
  margin-top: 5px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 25px;
  line-height: .96;
  text-transform: uppercase;
}

.summary-total {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px var(--gutter);
  background: var(--ink);
  color: var(--bg);
}

.summary-total strong {
  font-size: 15px;
  text-align: right;
  text-transform: uppercase;
}

.booking-footer {
  grid-column: 1 / -1;
  position: sticky;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px var(--gutter);
  background: var(--bg);
  border-top: 1.5px solid var(--ink);
}

.booking-footer span {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}

.contact-info {
  padding: 42px var(--gutter);
  border-right: 1.5px solid var(--ink);
}

.contact-block {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--ink);
}

.contact-block h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 46px);
}

.phone-display {
  display: inline-block;
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  line-height: .96;
  text-transform: uppercase;
}

.instagram-link {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.question-form {
  display: grid;
  gap: 14px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.map-panel {
  padding: 32px var(--gutter);
  background: var(--bg-2);
}

.map-embed {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 1.5px solid var(--ink);
  background: white;
}

.map-panel .btn {
  margin-top: 22px;
}

.site-footer {
  padding: 34px var(--gutter) 42px;
  color: var(--muted);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 26px 0;
  border: 1.5px solid var(--ink);
  background: var(--bg);
}

.footer-proof > * {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: 14px 16px;
  border-right: 1px solid rgba(8,8,8,.18);
}

.footer-proof > *:last-child { border-right: 0; }
.footer-proof strong { font-size: 25px; }

.footer-proof a {
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  font-size: 15px;
}

.footer-bottom a {
  color: var(--ink);
  font-weight: 850;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero-grid,
  .rules-block,
  .contact-hero,
  .contact-visual,
  .menu-hero,
  .service-photo-strip,
  .booking-main,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .rules-copy,
  .visual-copy,
  .booking-content,
  .contact-info {
    border-right: 0;
    border-bottom: 1.5px solid var(--ink);
  }

  .hero-grid {
    min-height: auto;
  }

  .service-strip,
  .visual-band,
  .addon-grid,
  .footer-proof {
    grid-template-columns: 1fr;
  }

  .service-card,
  .visual-band figure,
  .service-photo-strip figure,
  .addon-grid div,
  .footer-proof > * {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .menu-row {
    grid-template-columns: 1fr 1fr;
  }

  .row-name,
  .menu-row > a {
    grid-column: 1 / -1;
  }

  .booking-progress {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .map-embed {
    min-height: 360px;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .brand,
  .footer-brand {
    align-items: flex-start;
  }

  .hero-title {
    font-size: clamp(64px, 20vw, 96px);
  }

  .logo-poster {
    min-height: 290px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .now-serving {
    position: static;
    margin-top: 20px;
  }

  .hero-art {
    display: block;
  }

  .photo-art img,
  .page-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: clamp(78px, 24vw, 130px);
  }

  .booking-progress {
    grid-template-columns: 1fr;
  }

  .booking-footer {
    align-items: stretch;
    flex-direction: column;
  }
}
