:root {
  --ink: #191814;
  --ink-soft: #28251f;
  --cream: #f5edda;
  --cream-deep: #e9dcc0;
  --paper: #fffaf0;
  --gold: #f3b52f;
  --gold-deep: #d8910e;
  --red: #c9482d;
  --red-dark: #8f2d20;
  --green: #5d6740;
  --white: #ffffff;
  --line: rgba(25, 24, 20, 0.16);
  --shadow: 0 18px 45px rgba(35, 26, 13, 0.12);
  --radius: 18px;
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand strong,
.button,
.badge-track,
.dish-tag,
.location-label {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}

h1,
h2 {
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 10vw, 7.3rem);
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  letter-spacing: -0.015em;
}

h3 {
  line-height: 1.1;
}

.container {
  width: min(calc(100% - 36px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 76px 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 3px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--red);
}

.eyebrow.light {
  color: var(--gold);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px 11px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 1.02rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.primary-nav a:focus-visible,
.social-links a:focus-visible,
.mobile-cta a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 8px 0 var(--gold-deep);
}

.button-gold:hover {
  box-shadow: 0 5px 0 var(--gold-deep);
}

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

.button-outline:hover {
  background: var(--white);
  color: var(--ink);
}

.button-text {
  color: var(--cream);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.button-dark {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 8px 0 var(--red);
}

.button-dark:hover {
  box-shadow: 0 5px 0 var(--red);
}

.button-cream {
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 8px 0 rgba(25, 24, 20, 0.3);
}

.button-small {
  min-height: 42px;
  padding: 11px 16px 9px;
  font-size: 0.87rem;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(25, 24, 20, 0.96);
  color: var(--cream);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: rotate(-3deg);
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand strong {
  font-size: 1.17rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  margin-top: 4px;
  color: rgba(245, 237, 218, 0.68);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  background: var(--cream);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.primary-nav {
  position: fixed;
  inset: 72px 0 auto;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  gap: 4px;
  padding: 22px 18px 28px;
  transform: translateY(-12px);
  border-bottom: 2px solid var(--gold);
  background: var(--ink);
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.primary-nav.is-open {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.primary-nav > a:not(.button) {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-cta {
  margin-top: 10px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 15% 20%, rgba(201, 72, 45, 0.26), transparent 28%),
    radial-gradient(circle at 90% 70%, rgba(243, 181, 47, 0.12), transparent 30%),
    var(--ink);
  color: var(--cream);
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  border: 80px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  content: "";
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.055) 48% 50%, transparent 50% 100%);
  background-size: 10px 10px;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 46px;
}

.hero-intro {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(245, 237, 218, 0.82);
  font-size: clamp(1.08rem, 3vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  margin-bottom: 32px;
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(245, 237, 218, 0.72);
  font-size: 0.87rem;
  font-weight: 700;
}

.hero-meta p {
  margin: 0;
}

.meta-icon {
  margin-right: 6px;
  color: var(--gold);
  font-size: 0.65rem;
}

.meta-icon-live {
  color: #69a548;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  transform: rotate(1.2deg);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: var(--red);
  box-shadow: 16px 18px 0 rgba(0, 0, 0, 0.24);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(25, 24, 20, 0.08) 20%, rgba(25, 24, 20, 0.2) 62%, rgba(25, 24, 20, 0.78) 100%),
    linear-gradient(120deg, rgba(201, 72, 45, 0.2), transparent 56%);
  content: "";
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.06);
}

.visual-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sun-stamp {
  position: absolute;
  z-index: 2;
  top: 62px;
  right: 22px;
  display: flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(8deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  line-height: 1;
  text-align: center;
}

.sun-stamp::before,
.sun-stamp::after {
  position: absolute;
  inset: -8px;
  border: 2px dashed rgba(25, 24, 20, 0.55);
  border-radius: 50%;
  content: "";
}

.sun-stamp strong {
  margin: 5px 0 3px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.5rem;
}

.sun-stamp span {
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-caption {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 20px 15px;
  background: rgba(25, 24, 20, 0.86);
}

.visual-caption strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.visual-caption span {
  color: rgba(245, 237, 218, 0.65);
  font-size: 0.7rem;
}

.badge-strip {
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--gold);
}

.badge-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 18px 13px;
  font-size: 0.92rem;
  line-height: 1;
  text-transform: uppercase;
}

.badge-track i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  background: var(--red);
}

.popular-section {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    var(--cream);
}

.popular-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(var(--ink) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  content: "";
  pointer-events: none;
}

.popular-section .container {
  position: relative;
}

.section-heading {
  margin-bottom: 38px;
}

.split-heading > p,
.visit-heading > p {
  max-width: 470px;
  color: #5f584a;
  font-size: 1.05rem;
}

.dish-grid {
  display: grid;
  gap: 18px;
}

.dish-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 10px 25px rgba(35, 26, 13, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.dish-card:hover {
  transform: translateY(-5px) rotate(-0.4deg);
  box-shadow: var(--shadow);
}

.dish-art {
  position: relative;
  height: 190px;
  overflow: hidden;
  isolation: isolate;
}

.dish-art::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.15;
  background-image: repeating-linear-gradient(125deg, transparent 0 9px, var(--ink) 9px 10px);
  content: "";
}

.dish-art-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(25, 24, 20, 0.08), rgba(25, 24, 20, 0.42));
  content: "";
  pointer-events: none;
}

.dish-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.dish-card:hover .dish-photo {
  transform: scale(1.04);
}

.dish-photo-beer {
  object-position: 78% center;
}

.dish-number {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 16px;
  color: rgba(25, 24, 20, 0.42);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.dish-tag {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px 5px;
  transform: rotate(-2deg);
  border: 2px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  font-size: 0.69rem;
  line-height: 1;
  text-transform: uppercase;
}

.dish-info {
  padding: 20px;
}

.dish-info h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.dish-info p {
  margin: 0;
  color: #696154;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dish-tacos .dish-art {
  background: #d64d2e;
}

.dish-shrimp .dish-art {
  background: #e2a737;
}

.dish-fish .dish-art {
  background: #798c6b;
}

.dish-wings .dish-art {
  background: #b93726;
}

.dish-blt .dish-art {
  background: #d99128;
}

.dish-buffalo .dish-art {
  background: #bb5733;
}

.dish-burger .dish-art {
  background: #657248;
}

.dish-breakfast .dish-art {
  background: #e5b94d;
}

.dish-beer .dish-art {
  background: #9b512b;
}

.art-ring {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 124px;
  height: 124px;
  transform: translateX(-50%);
  border: 28px solid #e96942;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 7px var(--cream),
    7px 9px 0 rgba(25, 24, 20, 0.16);
}

.art-ring::before,
.art-ring::after {
  position: absolute;
  width: 34px;
  height: 12px;
  border-radius: 50%;
  background: var(--cream);
  content: "";
}

.art-ring::before {
  top: -18px;
  left: 26px;
  transform: rotate(25deg);
}

.art-ring::after {
  right: -12px;
  bottom: 8px;
  transform: rotate(-36deg);
}

.art-rays {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 5px solid var(--ink);
  border-radius: 70% 20% 70% 20%;
  background: var(--cream);
  box-shadow: 8px 9px 0 rgba(25, 24, 20, 0.17);
}

.art-rays::before {
  position: absolute;
  right: -31px;
  top: 8px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  border-top: 5px solid var(--ink);
  border-right: 5px solid var(--ink);
  background: var(--gold);
  content: "";
}

.art-rays::after {
  position: absolute;
  top: 28px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.flame-shape {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 92px;
  height: 115px;
  transform: translateX(-50%) rotate(45deg);
  border: 5px solid var(--ink);
  border-radius: 65% 15% 65% 65%;
  background: var(--gold);
  box-shadow: 8px 8px 0 rgba(25, 24, 20, 0.2);
}

.flame-shape::before {
  position: absolute;
  right: 22px;
  bottom: 17px;
  width: 34px;
  height: 44px;
  border: 4px solid var(--ink);
  border-radius: 65% 15% 65% 65%;
  background: var(--red);
  content: "";
}

.sandwich-shape {
  position: absolute;
  top: 49px;
  left: 50%;
  width: 154px;
  height: 90px;
  transform: translateX(-50%) rotate(-4deg);
  border: 5px solid var(--ink);
  border-radius: 70px 70px 16px 16px;
  background:
    linear-gradient(to bottom, var(--gold) 0 35%, var(--green) 36% 46%, var(--red) 47% 61%, #75462a 62% 76%, var(--gold) 77%);
  box-shadow: 8px 9px 0 rgba(25, 24, 20, 0.2);
}

.sandwich-shape i {
  position: absolute;
  top: 14px;
  left: 35px;
  width: 7px;
  height: 3px;
  transform: rotate(24deg);
  border-radius: 50%;
  background: var(--cream);
  box-shadow:
    28px -4px 0 var(--cream),
    58px 4px 0 var(--cream);
}

.art-dots {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 122px;
  height: 122px;
  transform: translateX(-50%);
  border: 5px solid var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 37%, var(--cream) 0 7px, transparent 8px),
    radial-gradient(circle at 68% 38%, var(--gold) 0 10px, transparent 11px),
    radial-gradient(circle at 47% 68%, var(--red-dark) 0 13px, transparent 14px),
    #e46b43;
  box-shadow: 8px 9px 0 rgba(25, 24, 20, 0.2);
}

.burrito-shape {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 104px;
  height: 130px;
  transform: translateX(-50%) rotate(-14deg);
  border: 5px solid var(--ink);
  border-radius: 45px 45px 16px 16px;
  background:
    linear-gradient(150deg, transparent 0 35%, rgba(143, 45, 32, 0.45) 36% 39%, transparent 40% 100%),
    var(--cream-deep);
  box-shadow: 9px 10px 0 rgba(25, 24, 20, 0.2);
}

.burrito-shape::before {
  position: absolute;
  top: -5px;
  left: 18px;
  width: 58px;
  height: 35px;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 50%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 65% 45%, var(--green) 0 7px, transparent 8px),
    #8d5936;
  content: "";
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.menu-section {
  background:
    linear-gradient(145deg, transparent 0 67%, rgba(201, 72, 45, 0.1) 67%),
    var(--ink);
  color: var(--cream);
}

.menu-layout {
  display: grid;
  gap: 42px;
}

.menu-intro {
  align-self: start;
}

.menu-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(245, 237, 218, 0.72);
  font-size: 1.05rem;
}

.menu-categories {
  display: grid;
  gap: 12px;
}

.menu-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.menu-card:hover {
  transform: translateX(5px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.075);
}

.menu-card > span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.menu-card h3 {
  margin-bottom: 7px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.menu-card p {
  margin: 0;
  color: rgba(245, 237, 218, 0.62);
  font-size: 0.87rem;
  line-height: 1.45;
}

.late-section {
  padding-top: 0;
  background: var(--ink);
  color: var(--cream);
}

.late-card {
  position: relative;
  display: grid;
  gap: 38px;
  overflow: hidden;
  padding: 38px 24px;
  border: 2px solid var(--gold);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 20%, rgba(243, 181, 47, 0.13), transparent 25%),
    var(--red-dark);
  box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.28);
}

.late-card::before {
  position: absolute;
  right: -50px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 55px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
}

.late-copy,
.late-hours {
  position: relative;
  z-index: 1;
}

.late-copy p:not(.eyebrow) {
  max-width: 550px;
  color: rgba(245, 237, 218, 0.78);
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.late-hours {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(25, 24, 20, 0.23);
}

.late-hours > div {
  display: grid;
  grid-template-columns: 1fr auto 18px auto;
  align-items: center;
  gap: 9px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}

.late-hours span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.late-hours strong {
  font-size: 1.05rem;
}

.late-hours i {
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.late-hours p {
  margin: 6px 0 0;
  color: rgba(245, 237, 218, 0.57);
  font-size: 0.77rem;
  line-height: 1.4;
}

.vibe-section {
  background: var(--cream);
}

.vibe-grid {
  display: grid;
  gap: 42px;
}

.vibe-art {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--red-dark);
  box-shadow: 13px 15px 0 var(--gold);
}

.vibe-art::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(25, 24, 20, 0.04) 20%, rgba(25, 24, 20, 0.58) 100%),
    linear-gradient(135deg, rgba(201, 72, 45, 0.12), transparent 55%);
  content: "";
  pointer-events: none;
}

.vibe-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
}

.patio-sign {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: 28px;
  left: 50%;
  display: flex;
  width: min(82%, 340px);
  min-height: 170px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px;
  transform: translateX(-50%) rotate(-2deg);
  border: 7px solid var(--cream);
  outline: 3px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  box-shadow: 10px 12px 0 rgba(25, 24, 20, 0.25);
  text-align: center;
}

.patio-sign small,
.patio-sign span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.patio-sign strong {
  margin: 10px 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 7vw, 3rem);
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.vibe-copy {
  align-self: center;
}

.vibe-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #5f584a;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  transform: rotate(-5deg);
  border-radius: 3px;
  background: var(--red);
  color: var(--cream);
  content: "✓";
  font-size: 0.7rem;
  line-height: 1;
}

.events-section {
  padding-top: 0;
  background: var(--cream);
}

.events-card {
  display: grid;
  align-items: center;
  gap: 30px;
  padding: 34px 24px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background:
    linear-gradient(105deg, rgba(27, 30, 18, 0.96) 0%, rgba(27, 30, 18, 0.88) 48%, rgba(27, 30, 18, 0.68) 100%),
    url("https://images.unsplash.com/photo-1518307814141-ef6be98c3669?auto=format&fit=crop&w=1600&q=80") center / cover;
  color: var(--cream);
  box-shadow: 12px 14px 0 rgba(25, 24, 20, 0.18);
}

.events-badge {
  display: flex;
  width: 130px;
  height: 130px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(-4deg);
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  line-height: 1;
  text-align: center;
}

.events-badge strong {
  margin: 7px 0 5px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.7rem;
}

.events-badge span,
.events-badge small {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-copy h2 {
  max-width: 670px;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
}

.events-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(245, 237, 218, 0.76);
}

.review-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(243, 181, 47, 0.15), transparent 24%),
    var(--paper);
}

.review-grid {
  display: grid;
  align-items: center;
  gap: 42px;
}

.review-copy > p:not(.eyebrow):not(.review-note) {
  max-width: 600px;
  color: #5f584a;
  font-size: 1.06rem;
}

.review-note {
  margin: 24px 0 0;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.qr-wrap {
  justify-self: center;
  display: flex;
  width: min(100%, 310px);
  align-items: center;
  flex-direction: column;
  padding: 23px;
  transform: rotate(1.5deg);
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 12px 14px 0 var(--gold);
  text-align: center;
}

.qr-placeholder {
  position: relative;
  width: 190px;
  height: 190px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 9px solid var(--ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(25, 24, 20, 0.13) 12px 18px),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(25, 24, 20, 0.13) 14px 21px),
    var(--cream);
}

.qr-placeholder > span {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 5px solid var(--ink);
  background: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.2rem;
}

.qr-corner {
  position: absolute;
  z-index: 3;
  width: 43px;
  height: 43px;
  border: 7px solid var(--ink);
  background: var(--cream);
}

.qr-corner::before {
  position: absolute;
  inset: 7px;
  background: var(--ink);
  content: "";
}

.corner-one {
  top: 10px;
  left: 10px;
}

.corner-two {
  top: 10px;
  right: 10px;
}

.corner-three {
  bottom: 10px;
  left: 10px;
}

.qr-pixels {
  position: absolute;
  right: 17px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  background: var(--ink);
  box-shadow:
    -18px 0 0 var(--ink),
    0 -18px 0 var(--ink),
    -35px -18px 0 var(--ink),
    -18px -36px 0 var(--ink),
    0 -48px 0 var(--ink);
}

.qr-wrap strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.qr-wrap small {
  color: #756d60;
}

.visit-section {
  background: var(--ink);
  color: var(--cream);
}

.visit-heading > p {
  color: rgba(245, 237, 218, 0.64);
}

.visit-grid {
  display: grid;
  gap: 22px;
}

.location-card {
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(circle at 95% 10%, rgba(243, 181, 47, 0.15), transparent 30%),
    var(--ink-soft);
}

.location-label {
  margin-bottom: 15px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-card address {
  margin-bottom: 16px;
  color: var(--cream);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.phone-link {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--cream);
  font-size: 1.45rem;
  font-weight: 900;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.map-placeholder {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #d9cfb5;
}

.map-placeholder::before {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(93, 103, 64, 0.25) 49% 51%, transparent 52%),
    linear-gradient(-30deg, transparent 48%, rgba(93, 103, 64, 0.2) 49% 51%, transparent 52%);
  background-size: 70px 70px;
  content: "";
}

.map-road {
  position: absolute;
  z-index: 1;
  background: #f8f1df;
  box-shadow:
    0 0 0 2px rgba(25, 24, 20, 0.09),
    inset 0 0 0 1px rgba(25, 24, 20, 0.05);
}

.road-one {
  top: 38%;
  left: -10%;
  width: 120%;
  height: 34px;
  transform: rotate(-8deg);
}

.road-two {
  top: -10%;
  left: 42%;
  width: 32px;
  height: 120%;
  transform: rotate(12deg);
}

.road-three {
  right: -10%;
  bottom: 17%;
  width: 85%;
  height: 25px;
  transform: rotate(24deg);
}

.map-block {
  position: absolute;
  z-index: 2;
  border: 2px solid rgba(25, 24, 20, 0.15);
  background: rgba(201, 72, 45, 0.17);
}

.block-one {
  top: 12%;
  left: 8%;
  width: 25%;
  height: 20%;
  transform: rotate(-8deg);
}

.block-two {
  right: 8%;
  top: 12%;
  width: 28%;
  height: 25%;
  transform: rotate(7deg);
}

.block-three {
  right: 12%;
  bottom: 13%;
  width: 30%;
  height: 25%;
  transform: rotate(-4deg);
}

.map-pin {
  position: absolute;
  z-index: 5;
  top: 43%;
  left: 49%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  transform: translate(-50%, -50%) rotate(-6deg);
  border: 5px solid var(--ink);
  border-radius: 50% 50% 50% 12%;
  background: var(--red);
  color: var(--cream);
  box-shadow: 8px 10px 0 rgba(25, 24, 20, 0.2);
}

.map-pin span {
  transform: rotate(6deg);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.3rem;
}

.map-label {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  padding: 13px 15px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 5px 6px 0 rgba(25, 24, 20, 0.2);
}

.map-label strong {
  text-transform: uppercase;
}

.map-label small {
  color: #686052;
}

.hours-panel {
  display: grid;
  gap: 28px;
  margin-top: 22px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.hours-title h3 {
  margin: 0;
  font-size: 1.65rem;
  text-transform: uppercase;
}

.hours-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
}

.hours-list > div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.hours-list dt {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hours-list dd {
  margin: 2px 0 0;
  color: rgba(245, 237, 218, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
}

.hours-list .late-day {
  border-color: rgba(243, 181, 47, 0.5);
  background: rgba(243, 181, 47, 0.1);
}

.site-footer {
  padding: 58px 0 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #11110e;
  color: var(--cream);
}

.footer-grid {
  display: grid;
  gap: 36px;
}

.footer-tagline {
  max-width: 340px;
  margin: 22px 0 0;
  color: rgba(245, 237, 218, 0.56);
  font-size: 0.9rem;
}

.footer-column h3 {
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column p,
.footer-column address {
  margin-bottom: 5px;
  color: rgba(245, 237, 218, 0.62);
  font-size: 0.84rem;
  font-style: normal;
}

.footer-column > a,
.social-links a {
  color: var(--cream);
  font-weight: 800;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-site {
  font-size: 0.85rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0;
  color: rgba(245, 237, 218, 0.42);
  font-size: 0.73rem;
}

.mobile-cta {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  background: var(--gold);
  box-shadow: 0 -8px 24px rgba(25, 24, 20, 0.2);
}

.mobile-cta a {
  display: grid;
  min-height: 56px;
  place-items: center;
  border-right: 1px solid rgba(25, 24, 20, 0.28);
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-cta a:last-child {
  border-right: 0;
}

@media (min-width: 580px) {
  .section {
    padding: 92px 0;
  }

  .hero {
    padding: 82px 0 88px;
  }

  .hero-meta {
    flex-direction: row;
    gap: 28px;
  }

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

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

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

  .hours-list {
    grid-template-columns: repeat(4, 1fr);
  }

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

@media (min-width: 820px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 64px), var(--container));
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 80px;
  }

  .nav-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    visibility: visible;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 0;
    transform: none;
    border: 0;
    background: transparent;
    opacity: 1;
  }

  .primary-nav > a:not(.button) {
    padding: 10px 0 7px;
    border: 0;
    color: rgba(245, 237, 218, 0.78);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .primary-nav > a:not(.button):hover {
    color: var(--gold);
  }

  .nav-cta {
    margin: 0 0 6px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
    align-items: center;
    gap: 54px;
  }

  .hero h1 {
    font-size: clamp(4rem, 7.2vw, 6.7rem);
  }

  .hero-visual {
    min-height: 580px;
  }

  .hero-photo {
    object-position: 48% center;
  }

  .split-heading,
  .visit-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
  }

  .split-heading h2,
  .visit-heading h2 {
    margin-bottom: 0;
  }

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

  .menu-layout {
    grid-template-columns: minmax(290px, 0.85fr) minmax(0, 1.3fr);
    gap: 70px;
  }

  .menu-intro {
    position: sticky;
    top: 120px;
  }

  .late-card {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    padding: 52px;
  }

  .vibe-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
  }

  .vibe-art {
    min-height: 520px;
  }

  .events-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 42px;
  }

  .review-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .visit-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .location-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 38px;
  }

  .hours-panel {
    grid-template-columns: 250px 1fr;
    align-items: center;
    padding: 30px;
  }

  .hours-list {
    grid-template-columns: repeat(7, 1fr);
  }

  .site-footer {
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 1100px) {
  .dish-art {
    height: 205px;
  }

  .hero-visual {
    min-height: 620px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   TWO-LOCATION UPDATE + FULL MENU + CALL-TO-ORDER PICKER
   Added for the Rome Avenue launch.
   ============================================================ */

/* Buttons rendered as <button> need the anchor styling reset. */
button.button,
button.button-text {
  border: 0;
  font: inherit;
  cursor: pointer;
}

button.button-text {
  padding: 0;
  background: none;
}

/* ---------- Locations: two cards side by side ---------- */

.location-pair {
  gap: 18px;
}

.location-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.location-card .button-row {
  margin-top: auto;
}

.location-card.is-new {
  border-color: rgba(243, 181, 47, 0.55);
}

.location-flag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--red);
  color: var(--cream);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.phone-pending {
  margin: 0 0 26px;
  padding: 12px 14px;
  border: 1px dashed rgba(245, 237, 218, 0.32);
  border-radius: 12px;
}

.phone-pending strong {
  display: block;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 800;
}

.phone-pending span {
  display: block;
  margin-top: 3px;
  color: rgba(245, 237, 218, 0.6);
  font-size: 0.86rem;
}

.footer-pending {
  display: inline-block;
  color: rgba(245, 237, 218, 0.55);
  font-size: 0.92rem;
  font-style: italic;
}

@media (min-width: 780px) {
  .location-pair {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Full menu ---------- */

.menu-layout:has(.menu-full) {
  grid-template-columns: 1fr;
}

.menu-full {
  display: grid;
  gap: 34px;
}

.menu-group h3 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(243, 181, 47, 0.5);
  color: var(--gold);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(245, 237, 218, 0.12);
}

.menu-list li:last-child {
  border-bottom: 0;
}

.menu-list li > div {
  min-width: 0;
}

.menu-list strong {
  display: block;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.menu-list span {
  display: block;
  margin-top: 3px;
  color: rgba(245, 237, 218, 0.6);
  font-size: 0.86rem;
  line-height: 1.5;
}

.menu-list b {
  flex: none;
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.menu-list-compact {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(245, 237, 218, 0.12);
}

.menu-note {
  margin: 14px 0 0;
  color: rgba(245, 237, 218, 0.66);
  font-size: 0.88rem;
  line-height: 1.6;
}

.menu-note strong {
  color: var(--gold);
}

.menu-disclaimer {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 237, 218, 0.14);
  color: rgba(245, 237, 218, 0.5);
  font-size: 0.82rem;
  font-style: italic;
}

@media (min-width: 900px) {
  .menu-full {
    grid-template-columns: 1fr 1fr;
    gap: 34px 48px;
    align-items: start;
  }

  .menu-disclaimer {
    grid-column: 1 / -1;
  }
}

/* ---------- Call to Order picker ---------- */

.call-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  background: rgba(12, 11, 8, 0.62);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.call-backdrop.is-open {
  opacity: 1;
}

.call-backdrop[hidden] {
  display: none;
}

.call-sheet {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 28px 24px 22px;
  border: 1px solid rgba(243, 181, 47, 0.3);
  border-radius: 22px;
  background: var(--ink-soft);
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.45);
  color: var(--cream);
  transform: translateY(18px);
  transition: transform 0.24s ease;
}

.call-backdrop.is-open .call-sheet {
  transform: translateY(0);
}

.call-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(245, 237, 218, 0.22);
  border-radius: 50%;
  background: none;
  color: var(--cream);
  cursor: pointer;
}

.call-close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.call-eyebrow {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.call-sheet h2 {
  margin: 0 0 6px;
  font-size: 1.7rem;
}

.call-sub {
  margin: 0 0 20px;
  color: rgba(245, 237, 218, 0.66);
  font-size: 0.92rem;
}

.picker-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(245, 237, 218, 0.18);
  border-radius: 15px;
  background: rgba(245, 237, 218, 0.04);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

a.picker-option:hover,
a.picker-option:focus-visible {
  border-color: var(--gold);
  background: rgba(243, 181, 47, 0.12);
}

.picker-main strong {
  display: block;
  color: var(--cream);
  font-size: 1.08rem;
  font-weight: 900;
}

.picker-main strong em {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--red);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: middle;
}

.picker-main small {
  display: block;
  margin-top: 2px;
  color: rgba(245, 237, 218, 0.58);
  font-size: 0.8rem;
}

.picker-num {
  flex: none;
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
}

.picker-option.is-pending {
  border-style: dashed;
  opacity: 0.72;
}

.picker-option.is-pending .picker-num {
  color: rgba(245, 237, 218, 0.55);
  font-size: 0.84rem;
  font-style: italic;
  font-weight: 700;
}

.call-foot {
  margin: 14px 0 0;
  color: rgba(245, 237, 218, 0.52);
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

body.call-open {
  overflow: hidden;
}

@media (min-width: 620px) {
  .call-backdrop {
    align-items: center;
  }
}

/* Mobile quick-action bar: the middle slot is now a button, not a link. */
.mobile-cta-call {
  border: 0;
  font: inherit;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .call-backdrop,
  .call-sheet {
    transition: none;
  }
}

/* Match the quick-action bar's link styling on the Call to Order <button>. */
.mobile-cta .mobile-cta-call {
  display: grid;
  min-height: 56px;
  place-items: center;
  border: 0;
  border-right: 1px solid rgba(25, 24, 20, 0.28);
  background: none;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-cta .mobile-cta-call:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: -3px;
}

/* ------------------------------------------------------------
   FIX: the menu intro was position:sticky at >=900px, built for
   the old narrow left rail. With the full menu the layout is a
   single column, so the sticky intro floated over the menu list.
   Stack it normally and let the menu run two columns beneath.
   ------------------------------------------------------------ */

.menu-layout.has-full-menu {
  grid-template-columns: 1fr;
  gap: 34px;
}

.menu-layout.has-full-menu .menu-intro {
  position: static;
  top: auto;
}

.menu-layout.has-full-menu .menu-intro > p:not(.eyebrow) {
  max-width: 640px;
}

/* ---------- Rome Ave banner in the Locations section ---------- */

.location-banner {
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: var(--ink-soft);
}

.location-banner img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 400px);
  object-fit: cover;
  object-position: center 42%;
}

.location-banner figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding: 16px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.location-banner figcaption strong {
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 900;
}

.location-banner figcaption span {
  color: rgba(245, 237, 218, 0.62);
  font-size: 0.88rem;
}

/* The footer column now stacks an email and a site link. */
.footer-column .footer-site + .footer-site {
  margin-top: 6px;
}

/* .footer-site is inline by default; the column now holds an email and a site link. */
.footer-column .footer-site {
  display: block;
  margin-top: 6px;
}

/* ------------------------------------------------------------
   Both the hero and the Locations banner now carry 3:4 portrait
   photos in much wider containers, so the default centre crop
   would cut the signage and the bar. Bias both upward.
   ------------------------------------------------------------ */

.hero-photo {
  object-position: center 40%;
}

.location-banner img {
  object-position: center 40%;
}

/* Studio credit in the footer bar. */
.footer-credit a {
  color: rgba(245, 237, 218, 0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 181, 47, 0.45);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ---------- FAQ ---------- */

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 4px;
  color: var(--ink);
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Plus sign that rotates into a minus when the answer opens. */
.faq-item summary::after {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background:
    linear-gradient(var(--red), var(--red)) center / 100% 2.5px no-repeat,
    linear-gradient(var(--red), var(--red)) center / 2.5px 100% no-repeat;
  transition: transform 0.22s ease;
}

.faq-item[open] summary::after {
  transform: rotate(90deg);
  background: linear-gradient(var(--red), var(--red)) center / 100% 2.5px no-repeat;
}

.faq-item summary:hover {
  color: var(--red);
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.faq-item > p {
  margin: 0;
  padding: 0 44px 22px 4px;
  color: rgba(25, 24, 20, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

.faq-item > p a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item summary::after { transition: none; }
}

/* ---------- Happy Hour ---------- */

.hh-section {
  background: var(--cream);
}

.hh-card {
  max-width: 820px;
  padding: 40px 28px 34px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 12px 14px 0 var(--red);
  text-align: center;
}

.hh-head .eyebrow {
  justify-content: center;
}

.hh-head h2 {
  margin: 6px 0 0;
  font-size: clamp(2.6rem, 9vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hh-deals {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin: 26px 0 22px;
  padding: 24px 0;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.hh-deal strong {
  display: block;
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 8vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.hh-deal span {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.2rem, 3.6vw, 1.7rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hh-divide {
  width: 2px;
  align-self: stretch;
  min-height: 58px;
  background: var(--line);
}

.hh-times p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin: 0;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1rem, 3vw, 1.35rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hh-times i {
  color: var(--red);
  font-style: normal;
}

.hh-note {
  margin: 20px 0 0;
  color: rgba(25, 24, 20, 0.62);
  font-size: 0.9rem;
}

@media (max-width: 460px) {
  .hh-divide { display: none; }
}
