:root {
  --ink: #211b16;
  --muted: #6b6259;
  --paper: #fff8ef;
  --cream: #f5eadc;
  --sun: #f1c556;
  --teal: #0f7a75;
  --clay: #c95f3a;
  --charcoal: #17120f;
  --red: #b3362d;
  --green: #3f7652;
  --gold: #d99a2b;
  --blue: #276176;
  --line: rgba(33, 27, 22, 0.14);
  --shadow: 0 18px 44px rgba(35, 23, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.94rem;
  font-weight: 700;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.header-action,
.button,
.text-link,
.menu-link {
  text-decoration: none;
}

.main-nav a {
  color: var(--muted);
}

.main-nav a[aria-current="page"] {
  color: var(--red);
}

.main-nav a:hover,
.text-link:hover {
  color: var(--red);
}

.header-action,
.button,
.menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
}

.header-action,
.button.primary,
.menu-link {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.button.dark {
  background: var(--charcoal);
  color: #fff;
}

.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 10, 8, 0.88) 0%, rgba(13, 10, 8, 0.62) 42%, rgba(13, 10, 8, 0.1) 100%),
    linear-gradient(0deg, rgba(13, 10, 8, 0.45), rgba(13, 10, 8, 0.05));
}

.hero-logo {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: clamp(170px, 19vw, 360px);
  width: clamp(340px, 31vw, 540px);
  max-width: 42%;
  opacity: 0.86;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(820px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 84px);
  padding-bottom: 72px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.02;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.hero-content p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.quick-info {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
  width: min(1180px, calc(100% - 36px));
  margin: -54px auto 0;
  background: var(--charcoal);
  color: #fff;
  border-top: 6px solid var(--gold);
  border-bottom: 6px solid var(--teal);
}

.quick-info div {
  padding: 24px clamp(18px, 3vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.quick-info div:last-child {
  border-right: 0;
}

.quick-info span,
.menu-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  font-size: 1.05rem;
}

.quick-info .hours-stack {
  display: grid;
  gap: 4px;
  line-height: 1.28;
}

.quick-info .hours-stack span {
  margin: 0;
  color: #fff;
  font-size: inherit;
  font-weight: 900;
  white-space: nowrap;
  text-transform: none;
}

.section,
.split-section,
.social-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.intro-copy p:not(.eyebrow),
.split-section p,
.social-band p {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-feature {
  position: relative;
  min-height: 460px;
  padding: 28px 0 0 34px;
}

.intro-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 34px;
  left: 0;
  border: 2px solid var(--ink);
  transform: rotate(-1.5deg);
}

.intro-feature img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(360px, 100%);
  height: 360px;
  object-fit: cover;
  object-position: center 72%;
  border: 8px solid var(--paper);
  box-shadow: 0 18px 34px rgba(35, 23, 14, 0.18);
}

.intro-feature-note {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 0;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  background: var(--charcoal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-feature-note span:nth-child(2) {
  color: var(--gold);
}

.intro-feature-note span:nth-child(3) {
  color: var(--sun);
}

.intro-feature-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(450px, calc(100% - 18px));
  margin: -28px 0 0 auto;
  padding: 18px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-feature-list span {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.intro-feature-list span:last-child {
  border-right: 0;
}

.specials-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 420px);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.specials-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
}

.specials-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.specials-images img {
  display: block;
  width: 100%;
  margin-left: auto;
  border: 8px solid var(--paper);
  box-shadow: 0 18px 34px rgba(35, 23, 14, 0.22);
}

.specials-images img:first-child {
  transform: rotate(-2deg) translateX(8px);
}

.specials-images img:last-child {
  transform: rotate(2deg) translateX(-8px);
}

.menu-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 34px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.menu-link {
  width: fit-content;
  margin-top: 24px;
}

.menu-card,
.visit-panel {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 248, 239, 0.54);
  border-right: 1px solid var(--line);
}

.menu-card:last-child,
.visit-panel:last-child {
  border-right: 0;
}

.menu-card h3,
.visit-panel h3 {
  color: var(--red);
}

.menu-card:nth-child(2) h3 {
  color: var(--gold);
}

.menu-card:nth-child(3) h3 {
  color: var(--green);
}

.menu-card:nth-child(4) h3 {
  color: var(--teal);
}

.menu-card p,
.visit-panel p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.72fr) minmax(220px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.text-link {
  display: inline-flex;
  color: var(--red);
  font-weight: 900;
}

.contact-actions,
.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.catering-photo {
  display: block;
  width: 100%;
  min-height: 340px;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  border: 8px solid var(--paper);
  box-shadow: 0 16px 30px rgba(35, 23, 14, 0.16);
  transform: rotate(1.5deg);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.social-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding-top: 0;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.social-grid img {
  display: block;
  width: 100%;
  min-height: clamp(220px, 28vw, 360px);
  height: clamp(220px, 28vw, 360px);
  border: 8px solid var(--paper);
  object-fit: cover;
  box-shadow: 0 16px 30px rgba(35, 23, 14, 0.14);
}

.social-grid img:first-child {
  object-position: 68% center;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 30px clamp(18px, 4vw, 56px);
  background: var(--charcoal);
  color: #fff;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.menu-hero {
  display: grid;
  align-items: end;
  min-height: 460px;
  padding: clamp(86px, 11vw, 140px) clamp(18px, 6vw, 84px) 54px;
  background:
    linear-gradient(90deg, rgba(18, 13, 10, 0.86), rgba(18, 13, 10, 0.48)),
    url("assets/Food 1.png") center / cover;
  color: #fff;
}

.menu-hero > div {
  width: min(760px, 100%);
}

.menu-hero h1 {
  margin-bottom: 16px;
}

.menu-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
}

.menu-jump {
  position: sticky;
  top: 72px;
  z-index: 10;
  display: flex;
  gap: 10px;
  padding: 12px clamp(18px, 4vw, 56px);
  overflow-x: auto;
  background: rgba(255, 248, 239, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.menu-jump a {
  min-width: max-content;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-jump a:hover {
  border-color: var(--red);
  color: var(--red);
}

.full-menu {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0 clamp(80px, 9vw, 130px);
}

.menu-hours {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(28px, 5vw, 52px) 0 clamp(42px, 6vw, 70px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-hours div {
  padding: 20px 24px;
  background: rgba(245, 234, 220, 0.52);
  border-right: 1px solid var(--line);
}

.menu-hours div:last-child {
  border-right: 0;
}

.menu-hours span,
.menu-hours strong {
  display: block;
}

.menu-hours span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.menu-category {
  scroll-margin-top: 150px;
  padding: clamp(34px, 5vw, 62px) 0;
  border-bottom: 1px solid var(--line);
}

.menu-category:first-child {
  padding-top: 0;
}

.menu-category h2 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.menu-subcategory {
  margin-top: 26px;
}

.menu-special-feature {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-special-feature + .menu-special-feature {
  margin-top: 14px;
}

.menu-special-feature img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.menu-special-feature h3 {
  margin-bottom: 10px;
  color: var(--red);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0;
  text-transform: none;
}

.menu-special-feature p {
  color: var(--muted);
  font-size: 1.05rem;
}

.menu-special-feature span {
  color: var(--green);
  font-weight: 900;
}

.menu-subcategory h3 {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-subcategory h3 em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.menu-columns {
  columns: 2 320px;
  column-gap: 28px;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  min-height: 52px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-list span {
  font-weight: 800;
}

.menu-list strong {
  color: var(--green);
  white-space: nowrap;
}

.menu-list em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
}

.menu-run {
  margin: 0;
  padding: 18px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.menu-home,
.curated-menu {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.menu-home {
  padding: clamp(42px, 7vw, 74px) 0 0;
}

.menu-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.menu-choice-grid a {
  display: grid;
  gap: 12px;
  min-height: 188px;
  padding: 24px 22px;
  background: rgba(255, 248, 239, 0.42);
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.menu-choice-grid a:first-child {
  --accent: var(--red);
}

.menu-choice-grid a:nth-child(2) {
  --accent: var(--gold);
}

.menu-choice-grid a:nth-child(3) {
  --accent: var(--green);
}

.menu-choice-grid a:nth-child(4) {
  --accent: var(--teal);
  border-right: 0;
}

.menu-choice-grid a:hover {
  background: var(--charcoal);
  color: #fff;
}

.menu-choice-grid a:hover small {
  color: rgba(255, 255, 255, 0.72);
}

.menu-choice-grid span {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
}

.menu-choice-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1;
}

.menu-choice-grid small {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.curated-menu {
  padding: clamp(46px, 7vw, 84px) 0 clamp(84px, 10vw, 140px);
}

.menu-panel {
  scroll-margin-top: 96px;
  padding: clamp(54px, 8vw, 94px) 0;
  border-bottom: 2px solid var(--ink);
}

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

.menu-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.menu-section-head p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.menu-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 clamp(32px, 5vw, 56px);
}

.menu-photo-pair img,
.special-showcase img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
  border: 8px solid var(--paper);
  box-shadow: 0 14px 34px rgba(35, 23, 14, 0.12);
}

.menu-group {
  margin-top: clamp(28px, 5vw, 52px);
}

.menu-group h3 {
  margin-bottom: 16px;
  color: var(--red);
  font-size: clamp(1.3rem, 2.4vw, 2.05rem);
}

.menu-group h3 em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
}

.menu-group.two-col,
.menu-group.three-col {
  display: grid;
  gap: 18px;
}

.menu-group.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-group.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clean-menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 48px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.clean-menu-list.single,
.clean-menu-list.compact {
  grid-template-columns: 1fr;
}

.clean-menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 15px 0 17px;
  border-top: 1px solid var(--line);
}

.clean-menu-list strong {
  display: block;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.clean-menu-list em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
}

.clean-menu-list b {
  color: var(--red);
  font-size: 1.02rem;
  white-space: nowrap;
}

.special-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.special-showcase article {
  padding: 0;
  background: transparent;
  border: 0;
}

.special-showcase h3 {
  margin: 18px 0 12px;
  color: var(--red);
}

.special-showcase p {
  color: var(--muted);
}

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

.special-list li {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.special-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.special-list strong {
  color: var(--ink);
}

@media (max-width: 1100px) {
  .quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-info div:nth-child(2n) {
    border-right: 0;
  }

  .quick-info div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .quick-info .hours-stack span {
    white-space: normal;
  }
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-action {
    min-height: 40px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-logo {
    right: 18px;
    top: 34%;
    width: min(48vw, 280px);
    opacity: 0.28;
  }

  .quick-info,
  .intro-section,
  .specials-section,
  .menu-grid,
  .menu-choice-grid,
  .split-section,
  .visit-grid,
  .social-band,
  .menu-list,
  .menu-hours,
  .menu-photo-pair,
  .menu-group.two-col,
  .menu-group.three-col,
  .clean-menu-list,
  .special-showcase {
    grid-template-columns: 1fr;
  }

  .menu-jump {
    top: 162px;
  }

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

  .quick-info {
    margin-top: -42px;
  }

  .quick-info div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .quick-info div:last-child {
    border-bottom: 0;
  }

  .menu-card,
  .visit-panel {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-card:last-child,
  .visit-panel:last-child {
    border-bottom: 0;
  }

  .menu-choice-grid a,
  .menu-hours div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-choice-grid a:last-child,
  .menu-hours div:last-child {
    border-bottom: 0;
  }

  .intro-feature {
    min-height: auto;
    padding: 20px 0 0 20px;
  }

  .intro-feature img {
    width: min(420px, 100%);
    height: min(72vw, 360px);
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 14px;
  }

  .main-nav {
    gap: 11px;
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .header-action {
    width: 100%;
  }

  .hero-content {
    margin-left: 18px;
  }

  h1 {
    max-width: 640px;
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .specials-images {
    grid-template-columns: 1fr;
  }

  .intro-feature {
    padding-left: 0;
  }

  .intro-feature::before {
    right: 0;
    bottom: 54px;
  }

  .intro-feature-note {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    width: fit-content;
    margin: -18px 0 0 auto;
  }

  .intro-feature-list {
    width: 100%;
    margin-top: 12px;
  }

  .specials-images img:first-child,
  .specials-images img:last-child {
    transform: none;
  }

  .menu-jump {
    top: 162px;
  }
}
