main a,
.mobile-order-bar {
  text-decoration: none;
}

.button--hero {
  min-height: 56px;
  padding-inline: 28px;
}

.button--light {
  color: var(--navy-950);
  border-color: var(--cream);
  background: var(--cream);
}

.button--light:hover {
  color: var(--navy-950);
  border-color: var(--gold-300);
  background: var(--gold-300);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  transition: translate 160ms ease;
}

.text-link:hover span {
  translate: 4px 0;
}

.text-link--dark {
  color: var(--navy-900);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 2px;
  background: var(--gold-500);
}

.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: var(--navy-950);
  border-bottom: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.62), transparent 27%),
    linear-gradient(135deg, var(--sky-300), var(--sky-400) 58%, var(--sky-200));
}

.hero__pattern,
.menu-hero__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(45deg, transparent 47%, rgba(7, 29, 51, 0.08) 48% 52%, transparent 53%) 0 0 / 74px 74px,
    linear-gradient(-45deg, transparent 47%, rgba(255, 255, 255, 0.18) 48% 52%, transparent 53%) 0 0 / 74px 74px;
  mask-image: linear-gradient(to right, black, transparent 42%, black);
  opacity: 0.4;
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  min-height: clamp(560px, calc(100vh - 140px), 640px);
  padding-block: 36px;
}

@supports (height: 100svh) {
  .hero__layout {
    min-height: clamp(560px, calc(100svh - 140px), 640px);
  }
}

.hero__copy {
  max-width: 720px;
}

.hero h1,
.menu-hero h1,
.section-heading h2,
.story-copy h2,
.pickup-copy h2,
.order-banner h2,
.menu-order-cta h2 {
  color: var(--navy-950);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(3.55rem, 5.6vw, 5.6rem);
  line-height: 0.92;
}

.hero-title__line {
  display: block;
}

.hero h1 em,
.menu-hero h1 em {
  position: relative;
  width: fit-content;
  color: var(--navy-800);
  font-weight: 400;
}

.hero h1 em {
  color: #684100;
}

.hero h1 em::after,
.menu-hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -0.08em;
  left: 0.04em;
  height: 0.09em;
  border-radius: 999px;
  content: "";
  background: var(--gold-500);
  transform: rotate(-1deg);
}

.hero__lead {
  max-width: 620px;
  margin-top: 18px;
  color: var(--navy-800);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.6;
}

.hero__actions,
.menu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.hero__fee-note,
.menu-hero__note {
  max-width: 630px;
  margin-top: 22px;
  padding-left: 16px;
  color: var(--navy-700);
  border-left: 3px solid var(--gold-500);
  font-size: 0.84rem;
  line-height: 1.6;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  color: var(--navy-800);
  border: 1px solid rgba(7, 29, 51, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e7d53;
  box-shadow: 0 0 0 4px rgba(30, 125, 83, 0.14);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 500px;
  margin: 0;
  isolation: isolate;
}

.hero-visual__arch {
  position: absolute;
  inset: 4% 5% 2% 8%;
  z-index: -1;
  overflow: hidden;
  border: 2px solid var(--navy-900);
  border-radius: 49% 49% 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 248, 255, 0.94)),
    var(--sky-100);
  box-shadow:
    inset 0 0 0 6px rgba(212, 160, 56, 0.44),
    var(--shadow-lg);
}

.hero-visual > img {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 96%;
  height: 93%;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(7, 29, 51, 0.18));
  transform: translateX(-50%);
}

.hero-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 3%;
  z-index: 2;
  display: grid;
  gap: 2px;
  max-width: 260px;
  padding: 14px 18px;
  color: var(--cream);
  border: 1px solid rgba(239, 203, 115, 0.6);
  border-radius: 14px;
  background: var(--navy-900);
  box-shadow: var(--shadow-sm);
}

.hero-visual figcaption span {
  color: var(--gold-300);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-visual figcaption strong {
  font-family: var(--serif);
  font-size: 1rem;
}

.marquee {
  --marquee-gap: clamp(26px, 3vw, 44px);
  --marquee-symbol-gap: clamp(16px, 1.8vw, 26px);
  overflow: hidden;
  color: var(--gold-300);
  border-block: 1px solid rgba(239, 203, 115, 0.26);
  background: var(--navy-950);
}

.marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee-scroll 40s linear infinite;
}

.marquee__group {
  display: flex;
  flex: none;
  justify-content: space-around;
  align-items: center;
  gap: var(--marquee-gap);
  min-width: 100vw;
  padding: 14px calc(var(--marquee-gap) / 2);
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: var(--marquee-symbol-gap);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  white-space: nowrap;
}

.marquee i {
  color: var(--sky-400);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-style: normal;
}

.marquee:focus-visible .marquee__track {
  animation-play-state: paused !important;
}

@keyframes marquee-scroll {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.section {
  position: relative;
  padding-block: clamp(86px, 10vw, 138px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: 44px;
  max-width: none;
}

.section-heading h2,
.story-copy h2,
.pickup-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.section-heading--split > p {
  color: var(--muted);
  line-height: 1.8;
}

.story-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 28%),
    var(--cream);
}

.story-section__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(46px, 8vw, 104px);
}

.story-copy__lead {
  margin-top: 27px;
  color: var(--navy-800);
  font-size: 1.15rem;
  line-height: 1.8;
}

.story-copy > p:not(.eyebrow):not(.story-copy__lead) {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.story-copy .text-link {
  margin-top: 28px;
}

.story-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(190px, 0.72fr);
  align-items: end;
  gap: 18px;
}

.story-gallery figure,
.menu-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--navy-900);
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.story-gallery__main {
  min-height: 520px;
  border-radius: 140px 28px 28px 28px;
}

.story-gallery__small {
  min-height: 330px;
  border-radius: 24px 100px 24px 24px;
}

.story-gallery img,
.menu-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.story-gallery__main img {
  position: absolute;
  inset: 0;
}

.story-gallery__small img {
  position: absolute;
  inset: 0;
}

.story-gallery figcaption,
.menu-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 15px;
  color: var(--cream);
  border: 1px solid rgba(239, 203, 115, 0.45);
  border-radius: 12px;
  background: rgba(7, 29, 51, 0.9);
  backdrop-filter: blur(9px);
  font-family: var(--serif);
  font-size: 1rem;
}

.highlights-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(114, 200, 238, 0.42), transparent 36%),
    var(--sky-100);
}

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

.highlight-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--navy-900);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.highlight-card--sky {
  background: var(--sky-300);
}

.highlight-card__number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--navy-950);
  border: 1px solid var(--navy-900);
  border-radius: 50%;
  background: var(--gold-300);
  font-family: var(--serif);
  font-weight: 700;
}

.highlight-card h3 {
  max-width: 260px;
  margin-top: 70px;
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  line-height: 1.02;
}

.highlight-card p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.highlight-card--sky p {
  color: var(--navy-700);
}

.highlight-card--photo {
  display: flex;
  align-items: end;
  padding: 0;
  color: var(--cream);
  background: var(--navy-900);
}

.highlight-card--photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(6, 25, 43, 0.95), rgba(6, 25, 43, 0.08) 72%);
}

.highlight-card--photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-card--photo > div {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.highlight-card--photo h3 {
  margin-top: 34px;
  color: var(--cream);
}

.highlight-card--photo p {
  color: #d8e6ef;
}

.pickup-section {
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 16%, rgba(86, 183, 226, 0.2), transparent 30%),
    var(--navy-950);
}

.pickup-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: repeating-linear-gradient(90deg, transparent 0 74px, rgba(239, 203, 115, 0.035) 74px 75px);
}

.pickup-section__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.84fr);
  align-items: center;
  gap: clamp(44px, 7vw, 88px);
}

.pickup-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(239, 203, 115, 0.55);
  border-radius: 30px 150px 30px 30px;
  background: var(--navy-800);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.pickup-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(6, 25, 43, 0.72), transparent 58%);
}

.pickup-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: object-position;
}

.pickup-photo.is-revealed img {
  animation: food-truck-pan 18s cubic-bezier(0.4, 0, 0.2, 1) 250ms 1 both;
}

@keyframes food-truck-pan {
  0%,
  8% {
    object-position: 100% 50%;
  }

  92%,
  100% {
    object-position: 0 50%;
  }
}

.pickup-photo__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(239, 203, 115, 0.45);
  border-radius: 14px;
  background: rgba(7, 29, 51, 0.9);
  backdrop-filter: blur(9px);
}

.pickup-photo__badge > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--navy-950);
  border-radius: 50%;
  background: var(--gold-300);
}

.pickup-copy .eyebrow,
.order-banner .eyebrow,
.menu-order-cta .eyebrow {
  color: var(--sky-300);
}

.pickup-copy h2 {
  color: var(--cream);
}

.pickup-steps {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.pickup-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(232, 248, 255, 0.16);
}

.pickup-steps li:last-child {
  border-bottom: 1px solid rgba(232, 248, 255, 0.16);
}

.pickup-steps li > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: var(--navy-950);
  border-radius: 50%;
  background: var(--gold-300);
  font-family: var(--serif);
  font-weight: 700;
}

.pickup-steps strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.24rem;
}

.pickup-steps p {
  margin-top: 6px;
  color: #bcd2df;
  line-height: 1.65;
}

.visit-section {
  background:
    radial-gradient(circle at 4% 86%, rgba(114, 200, 238, 0.32), transparent 25%),
    var(--sky-50);
}

.visit-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 18px;
}

.info-card {
  min-height: 350px;
  padding: 28px;
  border: 1px solid var(--navy-900);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.info-card--location {
  color: var(--cream);
  background:
    radial-gradient(circle at 90% 10%, rgba(86, 183, 226, 0.3), transparent 30%),
    var(--navy-900);
}

.info-card__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--navy-950);
  border: 1px solid var(--navy-900);
  border-radius: 50%;
  background: var(--gold-300);
  font-family: var(--serif);
  font-weight: 700;
}

.info-card--location .info-card__number {
  border-color: var(--gold-300);
}

.info-card__label {
  margin-top: 28px;
  color: var(--navy-700);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.info-card--location .info-card__label {
  color: var(--sky-300);
}

.info-card h3 {
  margin-top: 12px;
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1.12;
}

.info-card--location h3 {
  color: var(--cream);
}

.info-card > p:not(.info-card__label) {
  margin-top: 17px;
  color: var(--muted);
  line-height: 1.72;
}

.info-card .text-link {
  margin-top: 26px;
}

.order-banner {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 85% 0, rgba(114, 200, 238, 0.26), transparent 34%),
    var(--navy-800);
}

.order-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(45deg, transparent 47%, rgba(239, 203, 115, 0.06) 48% 52%, transparent 53%) 0 0 / 78px 78px;
}

.order-banner__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
  padding-block: clamp(62px, 8vw, 92px);
}

.order-banner__inner > div:first-child {
  max-width: 760px;
}

.order-banner h2 {
  max-width: 720px;
  margin-top: 10px;
  color: var(--cream);
  font-size: clamp(2.45rem, 4.8vw, 4.7rem);
}

.order-banner__actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.menu-page {
  background: var(--cream);
}

.menu-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(135deg, var(--sky-300), var(--sky-400));
}

.menu-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
  min-height: 650px;
  padding-block: clamp(76px, 9vw, 112px);
}

.menu-hero__copy {
  max-width: 640px;
}

.menu-hero h1 {
  margin-top: 18px;
  font-size: clamp(3.7rem, 7vw, 6.8rem);
}

.menu-hero__copy > p:not(.eyebrow):not(.menu-hero__note) {
  margin-top: 26px;
  color: var(--navy-800);
  font-size: 1.1rem;
  line-height: 1.78;
}

.menu-hero__photo {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--navy-900);
  border-radius: 180px 28px 28px 28px;
  background: var(--paper);
  box-shadow:
    inset 0 0 0 6px rgba(239, 203, 115, 0.48),
    var(--shadow-lg);
}

.menu-hero__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-hero__photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 16px;
  color: var(--cream);
  border: 1px solid rgba(239, 203, 115, 0.48);
  border-radius: 13px;
  background: rgba(7, 29, 51, 0.9);
  backdrop-filter: blur(9px);
  font-family: var(--serif);
  text-align: center;
}

.menu-jump {
  position: sticky;
  top: 86px;
  z-index: 20;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 232, 0.94);
  backdrop-filter: blur(16px);
}

.menu-jump__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.menu-jump__inner > span {
  flex: 0 0 auto;
  margin-right: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-jump a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--navy-800);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.75rem;
  font-weight: 800;
}

.menu-jump a:hover {
  border-color: var(--gold-500);
  background: var(--sky-100);
}

.menu-section {
  background:
    radial-gradient(circle at 100% 18%, rgba(114, 200, 238, 0.24), transparent 24%),
    var(--cream);
}

.menu-board {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.78fr);
  align-items: start;
  gap: 20px;
}

.menu-board__side {
  display: grid;
  gap: 20px;
}

.menu-group {
  overflow: hidden;
  border: 1px solid var(--navy-900);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.menu-group__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px 26px;
  color: var(--navy-950);
  border-bottom: 1px solid var(--navy-900);
  background:
    radial-gradient(circle at 100% 0, rgba(239, 203, 115, 0.52), transparent 32%),
    var(--sky-300);
}

.menu-group__eyebrow {
  color: var(--navy-700);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-group__heading h3 {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  line-height: 1;
}

.menu-group__heading > span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border: 1px solid var(--navy-900);
  border-radius: 50%;
  background: var(--cream);
  font-family: var(--serif);
  font-weight: 700;
}

.menu-list {
  padding-inline: 26px;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
}

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

.menu-item h4 {
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.25;
}

.menu-item p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.menu-item > strong {
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.08rem;
  white-space: nowrap;
}

.menu-list--compact .menu-item {
  padding-block: 15px;
}

.tag {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  padding: 3px 7px;
  color: var(--navy-950);
  border: 1px solid var(--gold-600);
  border-radius: 999px;
  background: var(--gold-300);
  font-family: var(--sans);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: 2px;
}

.tag--vegan {
  color: #ffffff;
  border-color: #0e5e3a;
  background: #18794e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.menu-gallery {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 20px;
  margin-top: 64px;
}

.menu-gallery figure {
  min-height: 350px;
  border-radius: 26px;
}

.menu-gallery figure:first-child {
  border-radius: 26px 130px 26px 26px;
}

.menu-gallery img {
  position: absolute;
  inset: 0;
}

.menu-order-cta {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 86% 20%, rgba(114, 200, 238, 0.28), transparent 30%),
    var(--navy-900);
}

.menu-order-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  padding-block: clamp(70px, 8vw, 104px);
}

.menu-order-cta h2 {
  max-width: 750px;
  margin-top: 12px;
  color: var(--cream);
  font-size: clamp(2.55rem, 5vw, 4.9rem);
}

.menu-order-cta p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 20px;
  color: #c8dce7;
}

.menu-order-cta__inner > div:last-child {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.mobile-order-bar {
  display: none;
}

[data-reveal].is-reveal-pending {
  opacity: 0;
  translate: 0 14px;
  transition:
    opacity 380ms cubic-bezier(0.2, 0.72, 0.2, 1),
    translate 380ms cubic-bezier(0.2, 0.72, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-reveal-pending.is-revealed {
  opacity: 1;
  translate: 0 0;
}

[data-reveal-delay="1"] {
  --reveal-delay: 40ms;
}

[data-reveal-delay="2"] {
  --reveal-delay: 80ms;
}

[data-reveal-delay="3"] {
  --reveal-delay: 120ms;
}

[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tilt-lift: 0px;
  transform:
    perspective(1000px)
    translateY(var(--tilt-lift))
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}

[data-tilt].is-tilting {
  will-change: transform;
  transition-duration: 80ms;
}

.hero-visual,
.story-gallery figure,
.highlight-card,
.pickup-photo,
.info-card,
.menu-hero__photo,
.menu-group,
.menu-gallery figure {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  [data-tilt]:hover {
    --tilt-lift: -3px;
  }

  .story-gallery figure:hover img,
  .menu-gallery figure:hover img {
    scale: 1.025;
  }
}

@media (max-width: 1040px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 28px;
  }

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

  .story-section__layout {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    gap: 48px;
  }

  .story-gallery {
    grid-template-columns: 1fr 0.68fr;
  }

  .story-gallery__main {
    min-height: 450px;
  }

  .story-gallery__small {
    min-height: 300px;
  }

  .pickup-section__layout {
    grid-template-columns: 1fr 0.86fr;
    gap: 44px;
  }

  .pickup-photo {
    min-height: 470px;
  }

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

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

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

}

@media (max-width: 820px) {
  .menu-jump {
    position: relative;
    top: auto;
  }

  .menu-jump__inner {
    min-height: 58px;
    padding-block: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 54px 48px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero h1 {
    max-width: 680px;
  }

  .hero-visual {
    width: min(100%, 590px);
    min-height: 480px;
    margin-inline: auto;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .section-heading--split > p {
    max-width: 620px;
  }

  .story-section__layout,
  .pickup-section__layout {
    grid-template-columns: 1fr;
  }

  .story-copy {
    max-width: 650px;
  }

  .story-gallery {
    width: min(100%, 700px);
  }

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

  .highlight-card--photo {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .pickup-photo {
    min-height: 520px;
  }

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

  .info-card:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .order-banner__inner {
    align-items: flex-start;
  }

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

  .menu-hero__copy {
    max-width: 700px;
  }

  .menu-hero__photo {
    min-height: 500px;
  }

  .menu-order-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .menu-order-cta__inner > div:last-child {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 82px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 14vw, 5.5rem);
  }

  .hero__lead {
    font-size: 1rem;
  }

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

  .hero-visual figcaption {
    right: 3%;
    bottom: 1%;
  }

  .marquee__track {
    animation-duration: 30s;
  }

  .section {
    padding-block: 82px;
  }

  .story-gallery__main {
    min-height: 420px;
    border-radius: 100px 24px 24px;
  }

  .story-gallery__small {
    min-height: 280px;
  }

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

  .highlight-card,
  .highlight-card--photo {
    grid-column: auto;
    min-height: 310px;
  }

  .pickup-photo {
    min-height: 440px;
    border-radius: 24px 110px 24px 24px;
  }

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

  .info-card,
  .info-card:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .order-banner__inner {
    flex-direction: column;
  }

  .order-banner__actions {
    align-items: flex-start;
  }

  .menu-hero h1 {
    font-size: clamp(3.25rem, 13vw, 5.2rem);
  }

  .menu-hero__photo {
    min-height: 420px;
    border-radius: 120px 24px 24px;
  }

  .menu-board__side,
  .menu-gallery {
    grid-template-columns: 1fr;
  }

  .menu-gallery figure,
  .menu-gallery figure:first-child {
    min-height: 330px;
    border-radius: 24px;
  }

  .mobile-order-bar {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 60;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 62px;
    padding: 10px 18px;
    color: var(--cream);
    border: 1px solid var(--gold-300);
    border-radius: 18px;
    background: rgba(7, 29, 51, 0.96);
    box-shadow: 0 18px 40px rgba(7, 29, 51, 0.28);
    backdrop-filter: blur(14px);
  }

  .mobile-order-bar > span:first-child {
    display: grid;
    gap: 1px;
  }

  .mobile-order-bar small {
    color: var(--sky-300);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-order-bar strong {
    font-family: var(--serif);
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero__layout {
    padding-block: 44px 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .hero__actions,
  .menu-hero__actions {
    align-items: stretch;
    gap: 18px;
  }

  .hero__actions .button,
  .menu-hero__actions .button {
    width: 100%;
  }

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

  .hero-visual__arch {
    inset: 4% 0 3% 3%;
  }

  .hero-visual > img {
    top: 3%;
    left: 50%;
    width: 98%;
    height: 91%;
  }

  .hero-visual figcaption {
    right: 0;
    left: 14%;
    max-width: none;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .story-gallery {
    grid-template-columns: 1fr;
  }

  .story-gallery__main,
  .story-gallery__small {
    min-height: 330px;
    border-radius: 24px;
  }

  .pickup-photo {
    min-height: 360px;
    border-radius: 24px 80px 24px 24px;
  }

  .pickup-photo__badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .menu-hero__layout {
    padding-block: 56px 64px;
  }

  .menu-hero h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .menu-hero__photo {
    min-height: 340px;
    border-radius: 90px 22px 22px;
  }

  .menu-list {
    padding-inline: 20px;
  }

  .menu-group__heading {
    padding: 22px 20px;
  }

  .menu-item {
    gap: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  /* Keep this slow, decorative ticker moving on Windows while leaving it keyboard-pausable. */
  .marquee__track {
    animation: marquee-scroll 56s linear infinite !important;
  }

  .pickup-photo.is-revealed img {
    animation: none;
    object-position: center;
  }

  [data-reveal] {
    opacity: 1 !important;
    translate: none !important;
  }

  [data-tilt] {
    transform: none !important;
  }
}
