:root {
  --aubergine: #171112;
  --aubergine-soft: #211819;
  --oxblood: #612e2a;
  --parchment: #f0e5d3;
  --parchment-deep: #ded0bb;
  --brass: #b79564;
  --ink: #211a18;
  --white: #fffaf1;
  --line-light: rgba(240, 229, 211, 0.25);
  --line-dark: rgba(33, 26, 24, 0.22);
  --page-pad: clamp(1.25rem, 4vw, 4.75rem);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  margin: 0;
  background: var(--aubergine);
  color: var(--parchment);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--parchment);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 6.25rem;
  padding: 1rem var(--page-pad);
  border-bottom: 1px solid transparent;
  transition: min-height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 4.75rem;
  background: rgba(23, 17, 18, 0.94);
  border-bottom-color: var(--line-light);
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  z-index: 22;
  display: inline-flex;
  width: 8.9rem;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.5rem, 3vw, 3rem);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a:not(.site-nav__call) {
  position: relative;
  padding: 0.5rem 0;
}

.site-nav a:not(.site-nav__call)::after {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 1px;
  background: var(--brass);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav__call {
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line-light);
  transition: background 160ms ease, color 160ms ease;
}

.site-nav__call:hover,
.site-nav__call:focus-visible {
  background: var(--parchment);
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  grid-template-rows: auto auto;
  min-height: 0;
  overflow: hidden;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(44rem, 88svh, 54rem);
  padding: 8rem clamp(2rem, 4vw, 5rem) 4rem var(--page-pad);
}

.hero-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  width: min(100%, 25rem);
  margin-bottom: clamp(1.5rem, 3vh, 2.25rem);
  padding: 0.85rem 1rem;
  border: 1px solid var(--line-light);
  background: rgba(255, 250, 241, 0.035);
  transition: background 160ms ease, border-color 160ms ease;
}

.hero-status:hover,
.hero-status:focus-visible {
  background: rgba(255, 250, 241, 0.075);
  border-color: rgba(183, 149, 100, 0.72);
}

.hero-status__dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #a65b50;
  box-shadow: 0 0 0 0.28rem rgba(166, 91, 80, 0.14);
}

.hero-status.is-open .hero-status__dot {
  background: #85a778;
  box-shadow: 0 0 0 0.28rem rgba(133, 167, 120, 0.14);
}

.hero-status__copy {
  display: grid;
  gap: 0.15rem;
}

.hero-status__copy strong {
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-status__copy span {
  color: rgba(240, 229, 211, 0.74);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.hero-status__arrow {
  color: var(--brass);
  font-size: 0.9rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 2rem;
  color: var(--brass);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.visit h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 8.5ch;
  font-size: clamp(4.1rem, 6.2vw, 7.2rem);
}

.hero h1 em,
.section h2 em,
.visit h2 em {
  color: var(--brass);
  font-weight: 400;
}

.hero__intro {
  max-width: 32rem;
  margin: clamp(1.75rem, 3.5vh, 3rem) 0 0;
  color: rgba(240, 229, 211, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.6;
}

.hero__actions {
  display: grid;
  gap: 0.75rem;
  width: min(100%, 32rem);
  margin-top: clamp(2rem, 4vh, 3.25rem);
}

.hero__actions .button {
  width: 100%;
}

/* Quiet tertiary route: ordering stays one tap away without competing
   with the dine-in actions above it. */
.hero__order {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.85rem;
  margin: 0.75rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__order-label {
  color: rgba(240, 229, 211, 0.6);
}

.hero__order a {
  padding: 0.35rem 0;
  color: var(--brass);
  text-decoration: underline;
  text-decoration-color: rgba(183, 149, 100, 0.45);
  text-underline-offset: 0.35em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.hero__order a:hover,
.hero__order a:focus-visible {
  color: var(--parchment);
  text-decoration-color: var(--parchment);
}

.hero__order-sep {
  color: rgba(240, 229, 211, 0.4);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-width: 11rem;
  min-height: 3.6rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--parchment);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button--light {
  background: var(--parchment);
  color: var(--ink);
}

.button--outline {
  background: transparent;
}

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

.button--outline:hover,
.button--outline:focus-visible {
  background: var(--parchment);
  color: var(--ink);
}

.button--dark {
  background: var(--ink);
  color: var(--parchment);
  border-color: var(--ink);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--white);
}

.button--dark-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button--dark-outline:hover,
.button--dark-outline:focus-visible {
  background: var(--ink);
  color: var(--parchment);
}

.hero__visual {
  position: relative;
  min-width: 0;
  padding: 6.25rem var(--page-pad) 2rem 0;
  min-height: clamp(44rem, 88svh, 54rem);
}

.hero__figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--oxblood);
}

.hero__figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 17, 18, 0.18), transparent 36%), linear-gradient(0deg, rgba(23, 17, 18, 0.24), transparent 32%);
  content: "";
  pointer-events: none;
}

.hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) sepia(0.1) brightness(0.82) contrast(1.02);
  transform: scale(1.015);
  transition: filter 600ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.hero__figure:hover img {
  filter: saturate(0.95) sepia(0.08) brightness(0.86) contrast(1.02);
  transform: scale(1.035);
}

.hero__figure figcaption {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 2;
  padding: 0.4rem 0.5rem;
  background: rgba(23, 17, 18, 0.72);
  color: rgba(240, 229, 211, 0.72);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__figure figcaption span {
  color: var(--brass);
}

.hero__number {
  position: absolute;
  top: 50%;
  right: clamp(0.5rem, 2vw, 2.25rem);
  z-index: 2;
  margin: 0;
  color: rgba(240, 229, 211, 0.55);
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  transform: rotate(90deg);
}

.hero__address {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem var(--page-pad);
  border-top: 1px solid var(--line-light);
  color: rgba(240, 229, 211, 0.68);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__address a:hover,
.hero__address a:focus-visible {
  color: var(--parchment);
}

.section {
  padding: clamp(5rem, 10vw, 9rem) var(--page-pad);
}

/* ============================================================
   The evening — editorial experience section
   ============================================================ */

.evening {
  background: var(--aubergine);
  color: var(--parchment);
}

/* The intro sits directly on the page-content edge shared by the
   hero copy, reservation intro, and visit heading. */
.evening__intro {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.evening__intro h2 {
  max-width: 13ch;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}

.evening__lede {
  max-width: 36rem;
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  color: rgba(240, 229, 211, 0.75);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.6;
}

.evening__body {
  display: grid;
  grid-template-columns: minmax(0, 34fr) minmax(0, 52fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.evening__figure {
  margin: 0;
  overflow: hidden;
  background: var(--aubergine-soft);
}

.evening__figure img {
  width: 100%;
  height: auto;
  filter: saturate(0.88) sepia(0.06) brightness(0.86);
}

.evening__movements {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evening__movement {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-top: 1px solid var(--line-light);
}

.evening__movement:last-child {
  border-bottom: 1px solid var(--line-light);
}

.evening__numeral {
  padding-top: 0.35rem;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.evening__movement h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.evening__movement p {
  max-width: 34rem;
  margin: 0.65rem 0 0;
  color: rgba(240, 229, 211, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.menu {
  background: var(--parchment);
  color: var(--ink);
}

/* The introduction sits on the same page-content edge as the revised
   evening intro and the reservation label. */
.menu__intro {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

/* A single restrained strip: sets appetite without interrupting the
   menu reading below it. */
.menu-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: clamp(10rem, 15vw, 14rem);
  gap: clamp(0.55rem, 1vw, 0.9rem);
  margin: 0 0 clamp(3rem, 6vw, 5rem);
}

.menu-gallery__item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--parchment-deep);
}

.menu-gallery__item--pasta {
  grid-column: 1 / 6;
}

.menu-gallery__item--pizza {
  grid-column: 6 / 10;
}

.menu-gallery__item--dessert {
  grid-column: 10 / 13;
}

.menu-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) sepia(0.05) brightness(0.88);
  transition: filter 240ms ease, transform 420ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.menu-gallery__item--pasta img {
  object-position: 51% 46%;
}

.menu-gallery__item--pizza img {
  object-position: 50% 58%;
}

.menu-gallery__item--dessert img {
  object-position: 48% 35%;
}

.menu-gallery__item:hover img {
  filter: saturate(0.98) sepia(0.02) brightness(0.94);
  transform: scale(1.025);
}

.menu__intro h2 {
  max-width: 14ch;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}

.menu__intro h2 em {
  color: var(--oxblood);
}

.menu__lede {
  max-width: 34rem;
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  color: rgba(33, 26, 24, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.6;
}

.menu__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: clamp(2rem, 4vh, 2.75rem);
}

.menu__note {
  margin: 0;
  color: rgba(33, 26, 24, 0.7);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   Menu index — an anchor-link table of contents that sticks
   just beneath the fixed header while the menu is in view.
   ============================================================ */

.menu-index {
  position: sticky;
  top: 4.55rem;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(1.25rem, 2.5vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding: 0.35rem 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--parchment);
}

.menu-index__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.5rem 0.15rem;
  color: rgba(33, 26, 24, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease;
}

.menu-index__link::after {
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  left: 0;
  height: 2px;
  background: var(--oxblood);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.menu-index__link:hover {
  color: var(--ink);
}

.menu-index__link[aria-current="true"] {
  color: var(--ink);
}

.menu-index__link[aria-current="true"]::after {
  transform: scaleX(1);
}

/* ============================================================
   Menu categories — one continuous editorial spread.
   ============================================================ */

.menu__categories {
  display: flex;
  flex-direction: column;
  gap: clamp(3.25rem, 6vw, 5rem);
}

.menu-cat {
  /* Clearance for the fixed header + sticky index when anchor-jumping
     (adds to the global scroll-padding-top). */
  scroll-margin-top: 3.5rem;
}

.menu-cat__head {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
}

.menu-cat__head h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Botanical sprig, then a fine rule running to the margin. */
.menu-cat__ornament {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1rem;
  color: var(--brass);
}

.menu-cat__ornament svg {
  flex: 0 0 auto;
}

.menu-cat__ornament::after {
  flex: 1;
  height: 1px;
  background: var(--line-dark);
  content: "";
}

.menu-cat__note {
  margin: 0.9rem 0 0;
  max-width: 46rem;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 0.94rem;
  font-style: italic;
  line-height: 1.55;
}

.menu-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 4rem;
  margin: 1.9rem 0 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  padding: 0.8rem 0;
}

/* Name … dotted leader … price, like a set menu page. */
.menu-item__row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.menu-item__row::after {
  order: 1;
  flex: 1 1 1.5rem;
  min-width: 1.5rem;
  border-bottom: 1px dotted rgba(33, 26, 24, 0.4);
  content: "";
  transform: translateY(-0.3em);
}

.menu-item__name {
  display: inline-flex;
  flex: 1;
  align-items: baseline;
  gap: 0.6rem;
  min-width: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
}

.menu-item__price {
  flex-shrink: 0;
  order: 2;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1.05rem;
  white-space: nowrap;
}

.menu-item__badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border: 1px solid var(--oxblood);
  color: var(--oxblood);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Availability states — rendered only when an item's data explicitly
   carries availability: "unavailable" or "seasonal". */
.menu-item__flag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(33, 26, 24, 0.45);
  color: rgba(33, 26, 24, 0.7);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-item__flag--seasonal {
  border-color: var(--brass);
  color: #7d6134;
}

.menu-item--unavailable .menu-item__name,
.menu-item--unavailable .menu-item__price {
  color: rgba(33, 26, 24, 0.55);
}

.menu-item--unavailable .menu-item__desc {
  color: rgba(33, 26, 24, 0.5);
}

.menu-item__desc {
  margin: 0.4rem 0 0;
  padding-right: 0.5rem;
  color: rgba(33, 26, 24, 0.74);
  font-family: var(--sans);
  font-size: 0.86rem;
  line-height: 1.55;
}

.menu__empty {
  margin: 0;
  padding: 1.5rem;
  border: 1px dashed var(--line-dark);
  color: rgba(33, 26, 24, 0.72);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  text-align: center;
}

/* ============================================================
   Build Your Own Pizza — a full-width candlelit panel that
   organizes the printed menu's options into readable columns.
   ============================================================ */

.byo {
  padding: clamp(2.25rem, 4.5vw, 4rem) clamp(1.5rem, 3.5vw, 3.5rem);
  background: var(--aubergine);
  color: var(--parchment);
  scroll-margin-top: 3.5rem;
}

.byo__head {
  max-width: 44rem;
  margin: 0 auto clamp(2.25rem, 4vw, 3.25rem);
  text-align: center;
}

.byo__ornament {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--brass);
}

.byo__heading {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.byo__price {
  margin: 0.85rem 0 0;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.byo__intro {
  margin: 1rem 0 0;
  color: rgba(240, 229, 211, 0.78);
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.6;
}

.byo__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3rem);
}

.byo__group h4 {
  margin: 0 0 0.35rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(183, 149, 100, 0.45);
  color: var(--brass);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.byo__group-note {
  margin: 0.55rem 0 0;
  color: rgba(240, 229, 211, 0.68);
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  line-height: 1.5;
}

.byo__options {
  display: grid;
  gap: 0.15rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.byo__options li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.3rem 0;
  color: rgba(240, 229, 211, 0.88);
  font-family: var(--serif);
  font-size: 0.98rem;
  line-height: 1.4;
}

/* Priced options (proteins) get the same dotted leader as the menu. */
.byo__options li:has(.byo__option-price)::after {
  order: 1;
  flex: 1 1 1rem;
  min-width: 1rem;
  border-bottom: 1px dotted rgba(240, 229, 211, 0.35);
  content: "";
  transform: translateY(-0.3em);
}

.byo__option-price {
  order: 2;
  color: var(--brass);
  white-space: nowrap;
}

/* Ten vegetables read better as two short columns. */
.byo__group--vegetables .byo__options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
}

.menu__allergen {
  margin: 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(33, 26, 24, 0.72);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.55;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
  background: var(--parchment-deep);
  color: var(--ink);
}

.eyebrow--reserve {
  color: var(--oxblood);
}

.reserve h2 {
  max-width: 8ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7.4vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.reserve h2 em {
  color: var(--oxblood);
  font-weight: 400;
}

.reserve__boundary {
  max-width: 31rem;
  margin: clamp(2rem, 4vw, 3.25rem) 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(33, 26, 24, 0.75);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  line-height: 1.55;
}

.reserve__events {
  max-width: 31rem;
  margin: 1.5rem 0 0;
  color: rgba(33, 26, 24, 0.75);
  font-size: 0.92rem;
  line-height: 1.65;
}

.reserve__contact {
  margin: 1.5rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reserve__contact a {
  color: var(--oxblood);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* One parchment panel hosts the switcher and both independent Netlify
   forms; with JavaScript only the selected form is shown inside it. */
.reserve__forms {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(240, 229, 211, 0.54);
}

.inquiry-form {
  position: relative;
}

.inquiry-form[hidden] {
  display: none;
}

/* Per-form headings: the no-JavaScript fallback shows both forms in
   sequence, so each needs a visible heading. With JavaScript the
   switcher cards carry that context, so the headings become visually
   hidden while staying available to assistive technology. */
.inquiry-form__title {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.js .inquiry-form__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Without JavaScript the two forms stack inside the panel; a rule
   between them keeps the two requests clearly separate. */
html:not(.js) .inquiry-form + .inquiry-form {
  margin-top: 2.75rem;
  padding-top: 2.75rem;
  border-top: 1px solid var(--line-dark);
}

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

/* Two clearly differentiated request paths inside one visually
   unified form: radio cards double as a segmented selector. */
.request-type {
  margin: 0 0 1.75rem;
  padding: 0;
  border: 0;
}

.request-type__legend {
  padding: 0;
  margin-bottom: 0.85rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.request-type__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.request-type__option {
  position: relative;
  display: grid;
  gap: 0.3rem;
  min-height: 4.25rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(33, 26, 24, 0.34);
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.request-type__option:hover {
  border-color: var(--oxblood);
}

.request-type__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.request-type__option:has(input:checked) {
  border-color: var(--oxblood);
  box-shadow: inset 0 0 0 1px var(--oxblood);
  background: rgba(97, 46, 42, 0.06);
}

.request-type__option:has(input:focus-visible) {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.request-type__title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 600;
}

.request-type__option:has(input:checked) .request-type__title {
  color: var(--oxblood);
}

.request-type__hint {
  color: rgba(33, 26, 24, 0.68);
  font-size: 0.78rem;
  line-height: 1.45;
}

.inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem clamp(1rem, 2.5vw, 2rem);
}

.form-field {
  display: grid;
  gap: 0.55rem;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.form-field__optional {
  color: rgba(33, 26, 24, 0.62);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.04em;
}

.form-field ::placeholder {
  color: rgba(33, 26, 24, 0.58);
  opacity: 1;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(33, 26, 24, 0.34);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.form-field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--oxblood);
  outline: 2px solid rgba(97, 46, 42, 0.18);
  outline-offset: 1px;
}

.inquiry-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.form-privacy {
  max-width: 26rem;
  margin: 0;
  color: rgba(33, 26, 24, 0.68);
  font-size: 0.78rem;
  line-height: 1.55;
}

.form-privacy a {
  color: var(--oxblood);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.form-local-status {
  max-width: 30rem;
  margin: 0;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 0.96rem;
  line-height: 1.45;
}

/* Headline | storefront photograph | visit details: three intentional
   zones sharing one row band, with the map on its full-width row below.
   The photograph carries the center of the composition. */
.visit {
  display: grid;
  /* Equal 1fr outer tracks flank a dedicated center track, so the grid
     itself centers the photograph on the section: its position cannot be
     influenced by the intrinsic widths of the headline or the details. */
  grid-template-columns: minmax(0, 1fr) clamp(20rem, 36.5vw, 44rem) minmax(0, 1fr);
  column-gap: clamp(2.25rem, 3.5vw, 4.5rem);
  background: var(--oxblood);
}

.visit__heading {
  grid-column: 1;
  grid-row: 1 / 3;
}

.visit__figure {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 100%;
  margin: 0;
  border: 1px solid var(--line-light);
  overflow: hidden;
}

/* Displayed at its natural 7:5 ratio — never cropped, stretched, or
   upscaled past the 1484px source. */
.visit__figure img {
  width: 100%;
  height: auto;
  filter: saturate(0.9) sepia(0.05) brightness(0.94);
}

.visit h2 {
  /* 8ch sat within a pixel of the "See you" wrap threshold; the extra
     half-ch keeps the intended two-line break deterministic. */
  max-width: 8.5ch;
  font-size: clamp(4rem, 8vw, 8.5rem);
}

.visit h2 em {
  color: var(--parchment-deep);
}

.visit__details {
  grid-column: 3;
  grid-row: 1;
  /* Anchored to the right page edge at its comfortable reading width,
     independent of how wide the equal outer track happens to be. */
  justify-self: end;
  width: min(100%, 26rem);
  display: grid;
  gap: 2.25rem;
  align-self: end;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.visit__label {
  margin: 0 0 0.6rem;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.visit address,
.visit__details a {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.45;
}

.visit__details a:hover,
.visit__details a:focus-visible {
  color: var(--brass);
}

.hours-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.15rem;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(240, 229, 211, 0.13);
}

.hours-list dt,
.hours-list dd {
  margin: 0;
}

.hours-list dd {
  color: var(--parchment-deep);
  text-align: right;
}

.hours-note {
  margin: 0.9rem 0 0;
  color: rgba(240, 229, 211, 0.75);
  font-size: 0.82rem;
  line-height: 1.5;
}

.visit__directions {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  width: min(100%, 26rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  min-height: 5rem;
  padding: 0 1.4rem;
  background: var(--parchment);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.visit__directions:hover,
.visit__directions:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
}

.visit__map-wrap {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 3;
  min-height: clamp(20rem, 36vw, 28rem);
  margin-top: clamp(3rem, 6vw, 6rem);
  border: 1px solid var(--line-light);
  overflow: hidden;
}

.sorriso-map {
  position: absolute;
  inset: 0;
  background: var(--aubergine-soft);
}

.sorriso-map::before {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--brass);
  content: "Loading map";
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sorriso-map.is-ready::before {
  display: none;
}

.map-message {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  max-width: 28rem;
  margin: 0;
  padding: 0.8rem 1rem;
  background: rgba(23, 17, 18, 0.92);
  color: var(--parchment);
  font-size: 0.8rem;
}

.leaflet-container {
  font-family: var(--sans);
}

.leaflet-control-attribution,
.leaflet-control-zoom a {
  color: var(--ink);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
}

.leaflet-popup-content {
  color: var(--ink);
  font-family: var(--sans);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 3rem var(--page-pad);
  border-top: 1px solid var(--line-light);
  color: rgba(240, 229, 211, 0.7);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__brand {
  width: 7.5rem;
}

.site-footer p {
  margin: 0;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  justify-content: flex-end;
}

.site-footer__nav a {
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: var(--parchment);
  border-bottom-color: var(--brass);
}

.thanks-page {
  display: grid;
  min-height: 100svh;
  padding: clamp(2rem, 5vw, 5rem) var(--page-pad);
  background: var(--aubergine);
}

.thanks-page__brand {
  width: 9rem;
}

.thanks-page__body {
  align-self: center;
  max-width: 52rem;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.thanks-page h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.thanks-page h1 em {
  color: var(--brass);
  font-weight: 400;
}

.thanks-page__body > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 2rem 0;
  color: rgba(240, 229, 211, 0.78);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.55;
}

.thanks-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.thanks-page__actions .thanks-page__call {
  color: rgba(240, 229, 211, 0.85);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* ============================================================
   Privacy notice — a quiet document page in the same candlelit
   system as the confirmation page.
   ============================================================ */

.legal-page {
  min-height: 100svh;
  padding: clamp(2rem, 5vw, 5rem) var(--page-pad);
  background: var(--aubergine);
}

.legal-page__brand {
  display: inline-block;
  width: 9rem;
}

.legal-page__body {
  max-width: 44rem;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.legal-page h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.legal-page h1 em {
  color: var(--brass);
  font-weight: 400;
}

.legal-page h2 {
  margin: 2.5rem 0 0.75rem;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.legal-page p {
  max-width: 40rem;
  margin: 0.75rem 0;
  color: rgba(240, 229, 211, 0.78);
  line-height: 1.7;
}

.legal-page p a {
  color: var(--parchment);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.legal-page__updated {
  margin-top: 1.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 229, 211, 0.55);
}

.legal-page__footer {
  max-width: 44rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
}

/* ============================================================
   Mobile quick actions — candlelit take on a sticky bar.
   Hidden entirely above 700px; shown on mobile after the hero's
   own actions scroll away (JS), or statically without JS.
   ============================================================ */

.action-bar {
  display: none;
}

@media (max-width: 700px) {
  .action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1.7fr 1fr;
    border-top: 1px solid rgba(183, 149, 100, 0.4);
    background: rgba(23, 17, 18, 0.96);
    backdrop-filter: blur(14px);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .js .action-bar {
    transform: translateY(105%);
    transition: transform 260ms cubic-bezier(0.2, 0.65, 0.25, 1);
  }

  .js .action-bar.is-shown {
    transform: none;
  }

  .action-bar__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 3.4rem;
    padding: 0.65rem 0.5rem;
    color: var(--parchment);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
  }

  .action-bar__item + .action-bar__item {
    border-left: 1px solid var(--line-light);
  }

  .action-bar__item--primary {
    background: var(--parchment);
    color: var(--ink);
  }

  .action-bar__item:focus-visible {
    outline-offset: -4px;
  }

  /* Reserve room at the end of the document so the bar never covers
     the footer or the last controls on the page. */
  body {
    padding-bottom: calc(3.4rem + env(safe-area-inset-bottom));
  }
}

/* ============================================================
   No-JavaScript fallback: the fixed overlay nav depends on the
   toggle script, so without JS the header collapses to a simple
   static row of links and the toggle is hidden.
   ============================================================ */

@media (max-width: 960px) {
  html:not(.js) .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  html:not(.js) .menu-toggle {
    display: none;
  }

  html:not(.js) .site-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.5rem;
    padding: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  html:not(.js) .site-nav a:not(.site-nav__call) {
    font-family: var(--sans);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  html:not(.js) .site-nav__call {
    margin-top: 0;
    padding: 0.5rem 0.85rem;
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .site-header {
    min-height: 5.25rem;
  }

  .brand {
    width: 7.4rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 0.8rem;
    min-width: 5.5rem;
    min-height: 2.75rem;
    padding: 0.5rem 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .menu-toggle__icon {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 0.75rem;
  }

  .menu-toggle__icon span {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    transition: top 180ms ease, transform 180ms ease;
  }

  .menu-toggle__icon span:first-child {
    top: 0.15rem;
  }

  .menu-toggle__icon span:last-child {
    top: 0.6rem;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon span:first-child {
    top: 0.38rem;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child {
    top: 0.38rem;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 21;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    padding: 7rem var(--page-pad) 3rem;
    background: var(--aubergine);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a:not(.site-nav__call) {
    font-family: var(--serif);
    font-size: clamp(2.5rem, 9vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    text-transform: none;
  }

  .site-nav__call {
    margin-top: 1.5rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero__copy {
    padding-right: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 8.5vw, 6rem);
  }

  .hero__visual {
    padding-right: 0;
  }

  .reserve {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }

  .evening__body {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 3rem;
  }

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

}

/* Below ~1250px the three-zone visit band gets cramped: the headline
   keeps the storefront beside it, and the visit details drop below
   into a two-column band with the hours on their own row. */
@media (max-width: 1250px) {
  .visit {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: 3rem;
  }

  .visit__heading {
    grid-row: 1;
  }

  .visit__figure {
    grid-row: 1;
    align-self: center;
  }

  .visit__details {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: auto;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;
    margin-top: 2.5rem;
  }

  .visit__details .visit__hours {
    grid-column: 1 / -1;
    max-width: 32rem;
  }

  .visit__directions {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: auto;
    width: auto;
  }

  .visit__map-wrap {
    grid-row: 4;
  }
}

@media (max-width: 700px) {
  .site-header,
  .site-header.is-scrolled {
    min-height: 4.75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
  }

  .hero__number {
    display: none;
  }

  .hero__copy {
    min-height: auto;
    padding: 8rem var(--page-pad) 3.5rem;
  }

  .hero h1 {
    max-width: 8ch;
    font-size: clamp(3.75rem, 17vw, 5.5rem);
  }

  .hero__intro {
    font-size: 1.05rem;
  }

  .button {
    min-width: 0;
    gap: 0.75rem;
  }

  .hero__visual {
    order: 2;
    height: min(125vw, 38rem);
    min-height: 0;
    padding: 0 var(--page-pad);
  }

  .hero__figure {
    height: 100%;
  }

  .hero__figure img {
    object-position: 61% center;
  }

  .hero__figure figcaption {
    right: 0.65rem;
    bottom: 0.65rem;
    max-width: calc(100% - 1.3rem);
  }

  .hero__address {
    order: 3;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 2rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .visit,
  .reserve {
    display: block;
  }

  .visit h2,
  .reserve h2,
  .menu__intro h2,
  .evening__intro h2 {
    font-size: clamp(3.3rem, 15vw, 5rem);
    max-width: none;
  }

  .evening__body {
    display: block;
  }

  .evening__lede {
    max-width: none;
  }

  /* Recompose the portrait figure as a landscape crop so it doesn't
     dominate a narrow screen. */
  .evening__figure {
    margin-bottom: 2.5rem;
    aspect-ratio: 4 / 3;
  }

  .evening__figure img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 62%;
  }

  .request-type__options {
    grid-template-columns: 1fr;
  }

  .menu-gallery {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: 10rem 8.5rem;
    max-width: none;
  }

  .menu-gallery__item--pasta {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .menu-gallery__item--pizza {
    grid-column: 1;
    grid-row: 2;
  }

  .menu-gallery__item--dessert {
    grid-column: 2;
    grid-row: 2;
  }

  .menu__lede {
    max-width: none;
  }

  .menu-items {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .menu-index {
    top: 4.3rem;
    gap: 0 1.35rem;
  }

  .menu-index__link {
    min-height: 2.6rem;
  }

  .menu-cat,
  .byo {
    scroll-margin-top: 5.5rem;
  }

  .byo__columns {
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }

  .visit__heading {
    margin-bottom: 2.5rem;
  }

  /* Stacked flow: eyebrow, headline, storefront, details, map, directions.
     The photograph uses the full content width. */
  .visit__figure {
    margin: 0 0 2.5rem;
  }

  .visit__details {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .visit__details .visit__hours {
    max-width: none;
  }

  .visit__directions {
    min-height: 4rem;
  }

  .reserve__intro {
    margin-bottom: 3rem;
  }

  .reserve__forms {
    padding: 1.25rem;
  }

  .inquiry-form__grid {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }

  .inquiry-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-form__footer .button {
    width: 100%;
  }

  .visit__map-wrap {
    min-height: 19rem;
    margin-top: 3rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }
}


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

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

  .hero__figure img,
  .hero__figure:hover img,
  .menu-gallery__item img,
  .menu-gallery__item:hover img,
  .button:hover,
  .button:focus-visible,
  .visit__directions:hover,
  .visit__directions:focus-visible,
  .js .reveal {
    transform: none;
  }

  .js .reveal {
    opacity: 1;
  }
}
