:root {
  --paper: #f7f3ed;
  --surface: #fffdf9;
  --ink: #201d1a;
  --muted: #6f6861;
  --red: #ab2826;
  --red-dark: #8f201f;
  --white: #ffffff;
  --container: 1240px;
  --wide: 1380px;
  --header-height: 84px;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }

.section-shell {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}
.section-space { padding: clamp(88px, 9vw, 136px) 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 243, 237, .96);
  backdrop-filter: blur(14px);
  transition: background-color 260ms ease, box-shadow 260ms ease;
}
.site-header.is-scrolled {
  background: rgba(247, 243, 237, .985);
  box-shadow: 0 10px 28px rgba(40, 32, 27, .06);
}
.header-inner {
  width: min(calc(100% - 64px), var(--wide));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  transition: min-height 280ms cubic-bezier(.22,.61,.36,1), gap 280ms ease;
}
.brand {
  width: 178px;
  flex: 0 0 auto;
  transition: width 280ms cubic-bezier(.22,.61,.36,1);
}
.brand img { height: auto; }
.site-header.is-scrolled .header-inner {
  min-height: 66px;
  gap: 22px;
}
.site-header.is-scrolled .brand { width: 148px; }
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  min-width: 0;
  font-size: .84rem;
  font-weight: 500;
  transition: gap 280ms ease, font-size 280ms ease;
}
.desktop-nav a { text-decoration: none; white-space: nowrap; }
.site-header.is-scrolled .desktop-nav {
  gap: clamp(16px, 1.7vw, 24px);
  font-size: .81rem;
}
.site-header.is-scrolled .header-reserve {
  min-height: 42px;
  padding-block: 10px;
  padding-inline: 18px;
}
.desktop-nav a:hover { color: var(--red); }
.header-reserve { flex: 0 0 auto; }

.menu-toggle, .mobile-menu { display: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.35rem, 5.9vw, 6.35rem); line-height: .98; }
h2 { font-size: clamp(2.6rem, 4.25vw, 4.7rem); line-height: 1.03; }
h3 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.1; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, min-height 280ms ease, padding 280ms ease;
}
.button-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); border-color: var(--red-dark); }
.button-secondary { background: transparent; color: var(--ink); border-color: rgba(32, 29, 26, .42); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-light { background: var(--white); color: var(--red-dark); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: var(--surface); border-color: var(--surface); }
.button-text { padding-inline: 4px; min-height: 40px; color: var(--ink); background: transparent; }
.button-text:hover, .button-text:focus-visible { color: var(--red); }

.hero {
  min-height: min(700px, calc(100svh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  background: var(--paper);
}
.hero > * { min-width: 0; }
.hero-copy-wrap {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(40px, 6.25vw, 112px);
}
.hero-copy {
  width: min(100%, 650px);
}
.hero h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(3.7rem, 5.55vw, 6.25rem);
  line-height: .94;
}
.hero-subtitle {
  max-width: 580px;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.9vw, 2.15rem);
  font-weight: 500;
  line-height: 1.18;
  text-wrap: balance;
}
.hero-description {
  max-width: 560px;
  margin-bottom: 36px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.28vw, 1.34rem);
  line-height: 1.5;
}
.hero-actions, .content-actions, .info-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .button { min-width: 154px; min-height: 52px; padding-inline: 26px; }
.hero-photo {
  min-height: min(700px, calc(100svh - var(--header-height)));
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: min(700px, calc(100svh - var(--header-height)));
  object-fit: cover;
  object-position: 50% 50%;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}
.two-column > * { min-width: 0; }
.two-column-reverse .content-block { order: 1; }
.two-column-reverse .savoir-photo { order: 2; }
.content-block { max-width: 600px; }
.content-block h2 { margin-bottom: 28px; }
.content-block p { color: var(--muted); font-size: clamp(1rem, 1.05vw, 1.1rem); }
.content-block p + p { margin-top: 18px; }
.content-actions { margin-top: 28px; }
.savoir-photo { margin: 0; overflow: hidden; }
.savoir-photo img { width: 100%; height: min(70vw, 900px); max-height: 900px; object-fit: cover; object-position: 50% 49%; }

.savoir-faire { background: var(--red); color: var(--white); }
.savoir-faire .content-block p { color: rgba(255,255,255,.84); }
.savoir-faire .button-secondary { color: var(--white); border-color: rgba(255,255,255,.72); }
.savoir-faire .button-secondary:hover,
.savoir-faire .button-secondary:focus-visible { background: var(--white); color: var(--red-dark); border-color: var(--white); }

.maitre-restaurateur {
  position: relative;
  min-height: clamp(560px, 47vw, 730px);
  overflow: hidden;
  border-top: 18px solid var(--paper);
  background: var(--ink);
  isolation: isolate;
}
.maitre-restaurateur-photo {
  position: absolute;
  inset: 0;
  margin: 0;
}
.maitre-restaurateur-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 20, 17, .06) 0%, rgba(24, 20, 17, .02) 48%, rgba(24, 20, 17, .12) 100%);
  pointer-events: none;
}
.maitre-restaurateur-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.maitre-restaurateur-card {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(32px, 7vw, 112px);
  width: min(430px, calc(100% - 64px));
  padding: clamp(38px, 4.2vw, 58px);
  transform: translateY(-50%);
  border-radius: 18px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(44, 20, 18, .18);
}
.maitre-restaurateur-card h2 {
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 3.5vw, 4rem);
  line-height: .98;
}
.maitre-restaurateur-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.65;
}

.cuisine { background: var(--surface); }
.section-heading { max-width: 760px; margin-bottom: clamp(42px, 5vw, 66px); }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.gallery-heading { max-width: 980px; margin-inline: auto; text-align: center; }
.gallery-heading h2 { margin-bottom: 0; }
.signature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.signature-photo {
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}
.signature-photo:nth-child(4) { grid-column: 2 / span 2; }
.signature-photo:nth-child(5) { grid-column: 4 / span 2; }
.signature-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 800px;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(.22,.61,.36,1);
}
.signature-photo:hover img { transform: scale(1.018); }
.signature-photo:nth-child(1) img { object-position: 50% 50%; }
.signature-photo:nth-child(2) img { object-position: 50% 50%; }
.signature-photo:nth-child(3) img { object-position: 50% 50%; }
.signature-photo:nth-child(4) img { object-position: 50% 50%; }
.signature-photo:nth-child(5) img { object-position: 50% 50%; }
.cuisine-action { margin-top: 36px; display: flex; justify-content: center; }

.market {
  padding-block: clamp(64px, 7vw, 96px);
  background: var(--paper);
  border-top: 1px solid rgba(32, 29, 26, .08);
}
.market-heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.market-heading h2 { margin-bottom: 0; }
.market-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 42%;
  gap: clamp(16px, 2vw, 26px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.market-rail::-webkit-scrollbar { display: none; }
.market-rail:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 8px;
}
.market-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  scroll-snap-align: start;
}
.market-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 680px;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(.22,.61,.36,1);
}
.market-photo:hover img { transform: scale(1.018); }

.reservation { background: var(--red); color: var(--white); }
.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, .72fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}
.reservation-layout > * { min-width: 0; }
.reservation-copy { max-width: 590px; padding-top: 26px; }
.reservation-copy h2 { margin-bottom: 24px; }
.reservation-copy p { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.reservation-widget-wrap { padding: clamp(24px, 3vw, 38px); background: var(--surface); color: var(--ink); border-radius: 6px; }
.reservation-widget-wrap h3 { margin-bottom: 20px; }
.reservation-widget { width: 100%; min-width: 0; min-height: 410px; overflow: hidden; }
.reservation-widget iframe { width: 100% !important; max-width: 100% !important; border: 0 !important; }

.information { background: var(--paper); }
.information-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}
.information-grid > * { min-width: 0; }
.information-address address { margin-bottom: 26px; font-style: normal; }
.information-address address strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.information-address address span,
.information-address .phone-link { display: block; color: var(--muted); font-family: var(--sans); font-size: 1rem; font-weight: 400; line-height: 1.65; text-decoration: none; }
.information-address .phone-link { width: fit-content; margin-top: 8px; }
.information-address .phone-link:hover { color: var(--red); }
.information-address > p { color: var(--muted); }
.hours-card { padding: clamp(30px, 4vw, 52px); background: var(--surface); border-radius: 18px; }
.hours-card h3 { margin-bottom: 32px; }
.hours-elegant { margin: 0; display: grid; gap: 28px; }
.hours-group { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 54px); align-items: start; }
.hours-group dt { font-family: var(--serif); font-size: clamp(1.22rem, 1.8vw, 1.55rem); font-weight: 500; line-height: 1.2; }
.hours-group dd { margin: 0; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-time { min-width: 0; display: grid; gap: 4px; padding: 18px 20px; border-radius: 14px; background: var(--paper); }
.service-time > span { color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.service-time strong { font-family: var(--serif); font-size: clamp(1.12rem, 1.7vw, 1.42rem); font-weight: 500; line-height: 1.2; font-variant-numeric: tabular-nums; }
.hours-closed dd { display: block; color: var(--red); font-family: var(--serif); font-size: 1.22rem; font-weight: 500; }

.site-footer {
  width: min(calc(100% - 64px), var(--wide));
  min-height: 96px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .84rem;
}
.site-footer p { margin: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--red); }
.floating-reserve {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 85;
  min-width: 132px;
  min-height: 52px;
  box-shadow: 0 12px 30px rgba(72, 25, 22, .18);
}

.reveal { opacity: 1; }
.js .reveal { opacity: 0; transition: opacity 560ms ease; }
.js .reveal.is-visible { opacity: 1; }

/* Hero entrance: a restrained editorial motion, only on initial reveal. */
.js .hero-copy.reveal {
  opacity: 1;
}
.js .hero-copy.reveal > h1,
.js .hero-copy.reveal > p,
.js .hero-copy.reveal > .hero-actions {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 680ms cubic-bezier(.22,.61,.36,1), transform 820ms cubic-bezier(.22,.61,.36,1);
}
.js .hero-copy.reveal.is-visible > h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}
.js .hero-copy.reveal.is-visible > .hero-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 210ms;
}
.js .hero-copy.reveal.is-visible > .hero-description {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
.js .hero-copy.reveal.is-visible > .hero-actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 390ms;
}
.js .hero-photo.reveal {
  opacity: 0;
  transition: opacity 760ms ease;
}
.js .hero-photo.reveal img {
  transform: scale(1.035);
  transition: transform 1500ms cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.js .hero-photo.reveal.is-visible { opacity: 1; }
.js .hero-photo.reveal.is-visible img { transform: scale(1); }

.legal-page { min-height: 100vh; }
.legal-header .header-inner { justify-content: space-between; }
.legal-main { min-height: calc(100vh - var(--header-height) - 96px); }
.legal-section { padding: clamp(72px, 8vw, 116px) 0; }
.legal-section h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.8rem); }
.legal-card { max-width: 920px; padding: clamp(26px, 4vw, 48px); background: var(--surface); border-radius: 6px; }
.legal-list { margin: 0; display: grid; gap: 14px; }
.legal-list > div { display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, .58fr); gap: 28px; }
.legal-list dt { font-weight: 600; }
.legal-list dd { min-width: 0; margin: 0; color: var(--muted); overflow-wrap: anywhere; }

@media (max-width: 1080px) {
  :root { --header-height: 76px; }
  .desktop-nav, .header-reserve { display: none; }
  .brand { width: 164px; }
  .site-header.is-scrolled .header-inner { min-height: 66px; }
  .site-header.is-scrolled .brand { width: 146px; }
  .menu-toggle {
    position: relative;
    z-index: 120;
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--surface);
    color: var(--ink);
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1.5px;
    background: currentColor;
    transform-origin: center;
    transition: transform 180ms ease;
  }
  .menu-toggle span:first-child { transform: translate(-50%, -5px); }
  .menu-toggle span:last-child { transform: translate(-50%, 5px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
  body.menu-open .site-header {
    background: var(--red);
    color: var(--white);
    box-shadow: none;
    backdrop-filter: none;
  }
  body.menu-open .header-inner {
    position: relative;
    z-index: 110;
  }
  body.menu-open .brand img { filter: brightness(0) invert(1); }
  body.menu-open .menu-toggle {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255,255,255,.5);
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    padding: calc(var(--header-height) + 36px) 28px 110px;
    background: var(--red);
    color: var(--white);
    overflow-y: auto;
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav {
    width: min(100%, 620px);
    margin-inline: auto;
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
  }
  .mobile-menu nav > a:not(.button) {
    width: 100%;
    padding: 10px 0;
    color: var(--white);
    font-family: var(--serif);
    font-size: clamp(2.1rem, 7vw, 3.4rem);
    line-height: 1.08;
    text-align: center;
    text-decoration: none;
  }
  .mobile-menu .button {
    width: fit-content;
    min-width: 180px;
    margin-top: 28px;
    background: var(--white);
    color: var(--red-dark);
    border-color: var(--white);
  }
  .mobile-menu .button:hover,
  .mobile-menu .button:focus-visible {
    background: var(--surface);
    color: var(--red-dark);
    border-color: var(--surface);
  }
  body.menu-open :focus-visible { outline-color: var(--white); }

  .hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .hero-copy-wrap { padding-inline: 44px; }
  .two-column { gap: 56px; }
  .reservation-layout, .information-grid { gap: 58px; }
  .savoir-photo img { height: min(78vw, 900px); }
  .maitre-restaurateur-card { right: 40px; width: min(400px, calc(100% - 80px)); }
}



@media (max-width: 1080px) and (min-width: 768px) {
  .signature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signature-photo,
  .signature-photo:nth-child(4),
  .signature-photo:nth-child(5) { grid-column: auto; }
  .signature-photo:last-child { grid-column: 1 / -1; width: calc(50% - 14px); justify-self: center; }
}

@media (max-width: 900px) and (min-width: 768px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy-wrap {
    min-height: 520px;
    padding: 72px 56px 64px;
  }
  .hero-copy { width: min(100%, 680px); }
  .hero-photo { min-height: 0; }
  .hero-photo img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;
  }
}


@media (max-width: 767px) {
  :root { --header-height: 70px; }
  .section-shell, .header-inner, .site-footer { width: min(calc(100% - 32px), var(--container)); }
  .section-space { padding: 78px 0; }
  .brand { width: 148px; }
  .site-header.is-scrolled .header-inner { min-height: 62px; }
  .site-header.is-scrolled .brand { width: 134px; }
  .menu-toggle { width: 42px; height: 42px; }

  h1 { font-size: clamp(3rem, 14vw, 4.35rem); line-height: 1; }
  h2 { font-size: clamp(2.45rem, 11.5vw, 3.65rem); line-height: 1.03; }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy-wrap {
    min-height: 470px;
    padding: 64px 16px 58px;
  }
  .hero-copy { width: min(100%, 560px); margin-inline: auto; }
  .hero h1 {
    max-width: 520px;
    margin-bottom: 22px;
    font-size: clamp(3.05rem, 14vw, 4.35rem);
    line-height: .96;
  }
  .hero-subtitle { margin-bottom: 14px; font-size: clamp(1.38rem, 6vw, 1.75rem); }
  .hero-description { margin-bottom: 30px; font-size: 1.08rem; }
  .hero-actions .button { flex: 1 1 145px; }
  .hero-photo { width: 100%; min-height: 0; }
  .hero-photo img { height: auto; min-height: 0; aspect-ratio: 4 / 3; object-position: 50% 50%; }

  .two-column, .two-column-reverse { grid-template-columns: 1fr; gap: 42px; }
  .two-column-reverse .content-block, .two-column-reverse .savoir-photo { order: initial; }
  .savoir-photo img { height: min(112vw, 760px); max-height: 760px; aspect-ratio: auto; }
  .content-block h2 { margin-bottom: 22px; }
  .content-actions { margin-top: 24px; }

  .maitre-restaurateur { min-height: 620px; border-top-width: 12px; }
  .maitre-restaurateur-photo img { object-position: 50% center; }
  .maitre-restaurateur-photo::after {
    background: linear-gradient(180deg, rgba(24,20,17,.02) 0%, rgba(24,20,17,.06) 46%, rgba(24,20,17,.22) 100%);
  }
  .maitre-restaurateur-card {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    padding: 30px 26px;
    transform: none;
    border-radius: 16px;
  }
  .maitre-restaurateur-card h2 {
    max-width: 320px;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .section-heading { margin-bottom: 34px; }
  .signature-grid { grid-template-columns: 1fr; gap: 16px; }
  .signature-photo,
  .signature-photo:nth-child(4),
  .signature-photo:nth-child(5) { grid-column: auto; }
  .signature-photo img { aspect-ratio: 4 / 3; max-height: 560px; }
  .market { padding-block: 64px; }
  .market-rail {
    grid-auto-columns: 88%;
    gap: 14px;
  }
  .market-photo img { max-height: 560px; }
  .cuisine-action { justify-content: center; margin-top: 28px; }

  .reservation-layout { grid-template-columns: 1fr; gap: 38px; }
  .reservation-copy { padding-top: 0; }
  .reservation-widget-wrap { padding: 22px 16px; }
  .reservation-widget { min-height: 430px; }

  .information-grid { grid-template-columns: 1fr; gap: 44px; }
  .hours-card { padding: 28px 20px; border-radius: 16px; }
  .hours-group { grid-template-columns: 1fr; gap: 14px; }
  .hours-group dd { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-time { padding: 16px; }

  .site-footer { min-height: 126px; padding: 26px 0 96px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .floating-reserve { left: 50%; right: auto; bottom: 16px; min-width: 156px; min-height: 50px; transform: translateX(-50%); }

  .legal-section { padding: 64px 0 84px; }
  .legal-list > div { grid-template-columns: 1fr; gap: 3px; }
  .legal-page .site-footer { padding-bottom: 26px; }
}

@media (max-width: 390px) {
  .hero-actions, .content-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; }
  .js .hero-copy.reveal > h1,
  .js .hero-copy.reveal > p,
  .js .hero-copy.reveal > .hero-actions { opacity: 1; transform: none; }
  .js .hero-photo.reveal img { transform: none; will-change: auto; }
}
