:root {
  --blue: #087bc1;
  --blue-deep: #075c98;
  --navy: #16273f;
  --red: #b94f58;
  --red-deep: #8f3540;
  --orange: #d77d4b;
  --yellow: #f2df2d;
  --cream: #fbf4e5;
  --paper: #fffdf8;
  --ink: #17191d;
  --muted: #666158;
  --line: rgba(22, 39, 63, 0.18);
  --condensed: "Avenir Next Condensed", "Arial Narrow", "Aptos Narrow", Impact, sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1380px;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

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

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 12px clamp(24px, 3.5vw, 70px);
  color: #fff;
}

.brand-lockup {
  width: auto;
  justify-self: start;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.brand-lockup img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  object-fit: cover;
}

.brand-lockup-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-lockup strong,
.brand-lockup small {
  font-family: var(--condensed);
  font-stretch: condensed;
  text-transform: uppercase;
}

.brand-lockup strong {
  color: var(--yellow);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-lockup small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.topbar-links {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.topbar-links a,
.call-chip {
  position: relative;
  font-family: var(--condensed);
  font-size: 0.82rem;
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.topbar-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.call-chip {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.call-chip:hover {
  transform: translateY(-2px);
  background: var(--yellow);
  color: var(--navy);
}

.hero {
  height: 100svh;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  overflow: hidden;
  background: var(--blue);
  color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px clamp(32px, 5vw, 96px) 38px clamp(28px, 5vw, 92px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 94px 100%,
    linear-gradient(180deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-right: 10px solid var(--yellow);
  animation: hero-copy-in 700ms cubic-bezier(.2,.75,.25,1) both;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 10%;
  width: 10px;
  height: 23%;
  background: var(--red);
}

.eyebrow,
.section-number {
  margin: 0 0 16px;
  font-family: var(--condensed);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-name {
  margin: 0;
  color: var(--yellow);
  font-family: var(--condensed);
  font-size: clamp(4.5rem, 6vw, 7.5rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.71;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 rgba(22, 39, 63, 0.2);
}

.hero-tagline {
  max-width: 670px;
  margin: 24px 0 14px;
  font-family: var(--condensed);
  font-size: clamp(1.9rem, 2.55vw, 3.1rem);
  font-stretch: condensed;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid currentColor;
  font-family: var(--condensed);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button-yellow {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

.button-line {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.button-line:hover {
  border-color: #fff;
  background: #fff;
  color: var(--blue-deep);
}

.hours-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.hero-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.hero-photo picture,
.hero-photo img {
  width: 100%;
  height: 100%;
}

.hero-photo img {
  object-fit: cover;
  object-position: center 54%;
  animation: hero-image-in 1100ms cubic-bezier(.2,.75,.25,1) both;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 43, 0.22), transparent 24%, transparent 70%, rgba(6, 24, 43, 0.34));
  pointer-events: none;
}

.hero-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  max-width: 250px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateX(-24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes hero-image-in {
  from { opacity: 0.45; transform: scale(1.055); }
  to { opacity: 1; transform: scale(1); }
}

.sign-stripe {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 28px;
  min-height: 54px;
  padding: 10px 22px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, transparent 0 95px, rgba(22, 39, 63, 0.15) 95px 98px),
    linear-gradient(180deg, var(--red) 0 46%, var(--orange) 46% 100%);
  color: #fff;
  font-family: var(--condensed);
  font-size: clamp(0.72rem, 1.1vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
}

.sign-stripe span:first-child {
  color: var(--yellow);
}

.section-pad {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-right: clamp(24px, 5vw, 80px);
  padding-left: clamp(24px, 5vw, 80px);
}

.dish-showcase {
  padding: clamp(84px, 9vw, 138px) 0 clamp(90px, 10vw, 150px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.22) 1px, transparent 1px) 0 0 / 118px 100%,
    var(--cream);
}

.dish-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.55fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.dish-showcase .section-number {
  color: var(--red-deep);
}

.dish-showcase h2,
.menu-heading h2,
.visit h2 {
  margin: 0;
  font-family: var(--condensed);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.97;
  text-transform: uppercase;
}

.dish-showcase h2 {
  max-width: 720px;
  color: var(--navy);
  font-size: clamp(3.5rem, 6.6vw, 8rem);
}

.dish-showcase-note {
  padding-top: 22px;
  border-top: 6px solid var(--yellow);
}

.dish-showcase-note p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.gallery-controls {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.gallery-controls button {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  font: 900 1.2rem/1 var(--body);
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gallery-controls button:hover {
  transform: translateY(-2px);
  background: var(--yellow);
  color: var(--navy);
}

.dish-rail {
  display: grid;
  grid-auto-columns: clamp(250px, 22vw, 340px);
  grid-auto-flow: column;
  gap: 16px;
  padding: 0 max(clamp(24px, 5vw, 80px), calc((100vw - var(--max)) / 2 + 80px)) 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(clamp(24px, 5vw, 80px), calc((100vw - var(--max)) / 2 + 80px));
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--red) rgba(22, 39, 63, 0.12);
  scrollbar-width: thin;
}

.dish-card {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--navy);
  scroll-snap-align: start;
}

.dish-card picture,
.dish-card img {
  width: 100%;
  height: 100%;
}

.dish-card img {
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.2,.75,.25,1);
}

.dish-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 29, 50, 0.88));
  pointer-events: none;
}

.dish-card:hover img {
  transform: scale(1.035);
}

.dish-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  padding: 24px 20px 21px;
  border-bottom: 7px solid var(--yellow);
  color: #fff;
}

.dish-card figcaption strong {
  font-family: var(--condensed);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1.05;
  text-transform: uppercase;
}

.dish-card figcaption span {
  color: var(--yellow);
  font-size: 0.83rem;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--red);
  font-family: var(--condensed);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 180ms ease;
}

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

.menu-shell {
  background: var(--paper);
  scroll-margin-top: 20px;
}

.menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  padding-top: clamp(84px, 9vw, 145px);
  padding-bottom: clamp(64px, 7vw, 110px);
  background-image: repeating-linear-gradient(90deg, transparent 0 118px, rgba(185, 79, 88, 0.08) 118px 120px);
}

.menu-heading .section-number {
  color: var(--red-deep);
}

.menu-heading h2 {
  color: var(--navy);
  font-size: clamp(3.8rem, 7.2vw, 8.8rem);
}

.menu-heading-note {
  padding-top: 26px;
  border-top: 5px solid var(--yellow);
}

.menu-heading-note p {
  margin: 0;
  color: var(--muted);
}

.menu-heading-note .allergy-note {
  margin-top: 22px;
  padding: 13px 16px;
  background: var(--yellow);
  color: var(--navy);
  font-family: var(--condensed);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.menu-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: start;
  padding-bottom: clamp(100px, 12vw, 180px);
}

.menu-index {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 6px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.menu-index p {
  margin: 0 0 14px;
  color: var(--red-deep);
  font-family: var(--condensed);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.menu-index a {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--condensed);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease, padding-left 150ms ease;
}

.menu-index a:hover,
.menu-index a[aria-current] {
  padding-left: 9px;
  color: var(--red-deep);
}

.menu-index a[aria-current]::before {
  content: "→ ";
  color: var(--blue);
}

.menu-chapters {
  min-width: 0;
}

.menu-chapter {
  scroll-margin-top: 28px;
  padding: 0 0 clamp(72px, 8vw, 112px);
}

.menu-chapter + .menu-chapter {
  padding-top: clamp(70px, 7vw, 102px);
  border-top: 1px solid var(--line);
}

.menu-chapter > header {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.chapter-no {
  min-width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--navy);
  font-family: var(--condensed);
  font-size: 1.35rem;
  font-weight: 900;
}

.menu-chapter header p {
  margin: 0 0 5px;
  color: var(--red-deep);
  font-family: var(--condensed);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.menu-chapter h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--condensed);
  font-size: clamp(2.15rem, 4.4vw, 4.9rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.chapter-intro {
  max-width: 800px;
  margin: -8px 0 34px 80px;
  color: var(--muted);
  font-size: 1rem;
}

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

.menu-list.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(30px, 5vw, 74px);
}

.menu-list li {
  min-width: 0;
  min-height: 55px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--line);
  transition: background-color 140ms ease, padding 140ms ease;
}

.menu-list li:hover {
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(242, 223, 45, 0.18);
}

.menu-list span {
  min-width: 0;
  color: var(--navy);
  font-family: var(--condensed);
  font-size: clamp(0.96rem, 1.35vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-list em {
  flex: 0 0 auto;
  color: var(--red-deep);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.chapter-note {
  max-width: 850px;
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 5px solid var(--yellow);
  color: var(--muted);
  font-size: 0.88rem;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
  min-height: 760px;
  background: var(--blue);
  color: #fff;
}

.visit-sign {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: clamp(42px, 7vw, 100px);
  background:
    linear-gradient(rgba(22, 39, 63, 0.12), rgba(22, 39, 63, 0.12)),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255,255,255,0.07) 48px 51px),
    var(--blue);
}

.visit-sign picture {
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 28px 70px rgba(8, 40, 67, 0.34);
  transform: rotate(-1.5deg);
}

.visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 110px);
  background:
    repeating-linear-gradient(90deg, transparent 0 104px, rgba(22, 39, 63, 0.16) 104px 108px),
    linear-gradient(180deg, var(--red) 0 44%, var(--orange) 44% 100%);
}

.visit-copy .section-number {
  color: var(--yellow);
}

.visit h2 {
  font-size: clamp(3.1rem, 5vw, 6.2rem);
}

.visit address {
  margin: 34px 0 0;
  font-style: normal;
  font-size: 1.08rem;
}

.visit address strong {
  color: var(--yellow);
  font-family: var(--condensed);
  font-size: 1.4rem;
  text-transform: uppercase;
}

.visit-copy > p:not(.section-number) {
  max-width: 540px;
  margin: 22px 0 0;
}

.button-light {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.button-light:hover {
  background: #fff;
  color: var(--red-deep);
}

footer {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 34px;
  align-items: start;
  padding: 36px clamp(24px, 5vw, 80px);
  background: var(--navy);
  color: #fff;
  font-size: 0.78rem;
}

footer p {
  margin: 0;
}

footer strong {
  color: var(--yellow);
  font-family: var(--condensed);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer .footer-note {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.64);
}

footer a {
  color: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

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

.js .reveal.is-visible {
  animation: reveal-accent 520ms cubic-bezier(.2,.75,.25,1) both;
}

@keyframes reveal-accent {
  from {
    opacity: 0.72;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  }

  .hero-name {
    font-size: clamp(4.4rem, 8vw, 6rem);
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links {
    display: none;
  }

  .menu-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 42px;
  }

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

  .visit {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  .topbar {
    min-height: 72px;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(9, 41, 67, 0.78), transparent);
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-lockup img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-lockup strong {
    font-size: 0.88rem;
  }

  .brand-lockup small {
    font-size: 0.5rem;
  }

  .call-chip {
    min-height: 42px;
    padding: 0 13px;
    font-size: 0.7rem;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 43svh minmax(0, 1fr);
  }

  .hero-photo {
    grid-row: 1;
    min-height: 0;
  }

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

  .hero-photo figcaption {
    right: 16px;
    bottom: 12px;
    max-width: 200px;
    font-size: 0.62rem;
  }

  .hero-copy {
    grid-row: 2;
    justify-content: flex-start;
    padding: 28px 22px 26px;
    border-top: 8px solid var(--yellow);
    border-right: 0;
  }

  .hero-copy::after {
    top: -8px;
    right: 10%;
    width: 23%;
    height: 8px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.64rem;
  }

  .hero-name {
    font-size: clamp(4.4rem, 22vw, 6.2rem);
    line-height: 0.7;
  }

  .hero-tagline {
    margin: 20px 0 10px;
    font-size: clamp(1.85rem, 8vw, 2.65rem);
  }

  .hero-lede {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.72rem;
  }

  .hours-note {
    margin-top: 10px;
    font-size: 0.73rem;
  }

  .sign-stripe {
    justify-content: flex-start;
    min-height: 44px;
    font-size: 0.65rem;
  }

  .sign-stripe span:nth-child(even) {
    display: none;
  }

  .section-pad {
    padding-right: 22px;
    padding-left: 22px;
  }

  .dish-showcase {
    padding-top: 76px;
    padding-bottom: 86px;
  }

  .dish-showcase-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    margin-bottom: 38px;
  }

  .dish-showcase h2 {
    font-size: clamp(3.4rem, 17vw, 5.5rem);
  }

  .dish-showcase-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .gallery-controls {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .gallery-controls button {
    width: 44px;
    height: 44px;
  }

  .dish-rail {
    grid-auto-columns: min(78vw, 310px);
    gap: 12px;
    padding-right: 22px;
    padding-left: 22px;
    scroll-padding-inline: 22px;
  }

  .dish-card figcaption {
    min-height: 98px;
    padding: 20px 17px 18px;
  }

  .menu-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding-top: 82px;
    padding-bottom: 68px;
  }

  .menu-heading h2 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .menu-layout {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .menu-index {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0 10px;
    overflow-x: auto;
    border: 0;
    background: var(--navy);
    scrollbar-width: thin;
  }

  .menu-index p {
    display: none;
  }

  .menu-index a {
    flex: 0 0 auto;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
  }

  .menu-index a:hover,
  .menu-index a[aria-current] {
    padding: 0 12px;
    color: var(--yellow);
  }

  .menu-index a[aria-current]::before {
    content: none;
  }

  .menu-chapters {
    padding: 70px 22px 0;
  }

  .menu-chapter {
    scroll-margin-top: 64px;
  }

  .menu-chapter > header {
    gap: 14px;
    margin-bottom: 24px;
  }

  .chapter-no {
    min-width: 48px;
    height: 48px;
    font-size: 1rem;
  }

  .menu-chapter h3 {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .chapter-intro {
    margin: 0 0 26px;
    font-size: 0.92rem;
  }

  .menu-list li {
    min-height: 50px;
    padding: 13px 0 11px;
  }

  .menu-list span {
    font-size: 0.9rem;
  }

  .menu-list em {
    max-width: 42%;
    font-size: 0.68rem;
  }

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

  .visit-sign {
    padding: 60px 22px;
  }

  .visit-sign picture {
    border-width: 5px;
  }

  .visit-copy {
    padding: 78px 22px 84px;
  }

  .visit h2 {
    font-size: clamp(3.15rem, 14vw, 5.2rem);
  }

  footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 32px 22px;
  }
}

@media (max-height: 740px) and (min-width: 761px) {
  .topbar {
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand-lockup img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .hero-copy {
    padding-top: 92px;
    padding-bottom: 24px;
  }

  .hero-name {
    font-size: clamp(4.1rem, 5.7vw, 6rem);
  }

  .hero-tagline {
    margin-top: 18px;
    font-size: clamp(1.75rem, 2.35vw, 2.65rem);
  }
}

@media (max-height: 679px) and (min-width: 761px) {
  .hero {
    height: auto;
    min-height: 680px;
    overflow: visible;
  }

  .hero-photo {
    min-height: 680px;
  }
}

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

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