@font-face {
  font-family: 'Vietlinker Serif Display';
  src: url('../realtor/fonts/vietlinker-serif-normal-vietnamese.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
    U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Vietlinker Serif Display';
  src: url('../realtor/fonts/vietlinker-serif-normal-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --cobalt: #173e7a;
  --cobalt-deep: #102f60;
  --rice: #f6f0e6;
  --surface: #fffaf2;
  --ink: #191713;
  --muted: #686158;
  --chili: #b6382d;
  --chili-dark: #952c25;
  --herb: #41644b;
  --line: rgba(25, 23, 19, 0.18);
  --line-light: rgba(246, 240, 230, 0.24);
  --paper: var(--rice);
  --cream: var(--rice);
  --coral: var(--chili);
  --lime: #f1bd57;
  --serif: 'Vietlinker Serif Display', Georgia, serif;
  --sans: 'Vietlinker Sans', Arial, sans-serif;
  --shell: min(1440px, calc(100vw - 9vw));
  --shadow: 0 28px 70px rgba(20, 29, 42, 0.18);
}

html {
  scroll-padding-top: 76px;
}

body.editorial-shell {
  background: var(--rice);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid #f6c65b;
  outline-offset: 4px;
}

.demo-bar {
  min-height: 24px;
  padding: 5px 3vw;
  background: var(--ink);
  color: rgba(246, 240, 230, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.site-header {
  top: 24px;
  height: 76px;
  padding: 0 4.5vw;
  gap: 30px;
  border-bottom: 1px solid rgba(246, 240, 230, 0.2);
  color: var(--rice);
}

.site-header.is-scrolled {
  top: 0;
  height: 68px;
  background: rgba(246, 240, 230, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.site-header[data-theme='on-dark'].is-scrolled {
  border-bottom-color: rgba(246, 240, 230, 0.2);
  background: rgba(25, 23, 19, 0.93);
  color: var(--rice);
}

.site-header[data-theme='on-light'].is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(246, 240, 230, 0.94);
  color: var(--ink);
}

.menu-toggle {
  color: inherit;
}

.menu-toggle i {
  background: currentColor;
}

.site-header[data-theme='on-light'].is-scrolled .menu-toggle {
  border-color: rgba(25, 23, 19, 0.34);
  background: rgba(25, 23, 19, 0.04);
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-width: 1px;
  font-size: 13px;
  font-weight: 800;
  transform: none;
}

.brand strong {
  font-size: 21px;
  font-weight: 780;
  letter-spacing: 0.05em;
}

.brand small {
  margin-top: 5px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.desktop-nav {
  gap: clamp(24px, 3vw, 48px);
  font-size: 13px;
  font-weight: 620;
}

.desktop-nav a::after {
  height: 1px;
  background: currentColor;
}

.language-switch {
  font-size: 11px;
  font-weight: 700;
}

.lang-button {
  min-width: 34px;
  min-height: 44px;
}

.order-button {
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid var(--chili);
  background: var(--chili);
  color: #fff;
  font-size: 12px;
  font-weight: 740;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.order-button:hover {
  border-color: var(--chili-dark);
  background: var(--chili-dark);
  transform: translateY(-2px);
}

.eyebrow {
  color: var(--chili);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.03em;
}

.button-vermilion,
.button-coral {
  border-color: var(--chili);
  background: var(--chili);
  color: #fff;
}

.button-coal {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--rice);
}

.button-vermilion:hover,
.button-coral:hover {
  border-color: var(--chili-dark);
  background: var(--chili-dark);
}

/* The only long scroll scene: six clean cutouts assemble into one bánh mì. */
.assembly-story {
  height: 258svh;
  background: var(--cobalt);
  color: var(--rice);
}

.assembly-stage {
  min-height: 660px;
  background: var(--cobalt);
  isolation: isolate;
}

.assembly-stage::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 75% 49%, rgba(255, 203, 104, 0.13), transparent 29%);
  pointer-events: none;
}

.skip-intro {
  top: 104px;
  right: 4.5vw;
  color: rgba(246, 240, 230, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hero-copy {
  z-index: 12;
  top: 51%;
  left: 5vw;
  width: min(520px, 37vw);
  transform: translateY(-48%);
}

.hero-copy .eyebrow {
  color: rgba(246, 240, 230, 0.72);
}

.hero-copy h1,
.section-heading h2,
.kitchen-copy h2,
.voices-heading h2,
.visit-title h2,
.faq h2,
.closing h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero-copy h1 {
  max-width: 610px;
  margin-top: 20px;
  font-size: clamp(64px, 6.15vw, 108px);
  line-height: 0.91;
}

.hero-copy h1 em,
.section-heading h2 em,
.kitchen-copy h2 em,
.voices-heading h2 em,
.visit-title h2 em,
.faq h2 em,
.closing h2 em {
  color: inherit;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.hero-copy h1 em {
  display: inline-block;
  margin-top: 0.08em;
  color: #f1bd57;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin-top: 26px;
  color: rgba(246, 240, 230, 0.78);
  font-size: 16px;
  line-height: 1.68;
}

.hero-actions {
  margin-top: 30px;
  align-items: center;
  gap: 22px;
}

.text-link {
  min-height: 54px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(246, 240, 230, 0.7);
  color: var(--rice);
  font-size: 12px;
  font-weight: 720;
}

.sandwich-wrap {
  z-index: 5;
  top: 49%;
  right: -3vw;
  width: min(59vw, 1050px);
  aspect-ratio: 2.4 / 1;
  perspective: 1200px;
  transform: translate3d(0, -48%, 0) rotateY(calc((1 - var(--camera, 0)) * -3deg))
    rotateX(calc((1 - var(--camera, 0)) * 2deg)) scale(calc(1 + var(--hold, 0) * 0.006));
}

.sandwich-layer {
  --layer-p: var(--assembly);
  filter: drop-shadow(0 18px 19px rgba(6, 21, 45, 0.22));
  transform: translate3d(
      calc((1 - var(--layer-p)) * var(--x, 0px)),
      calc(-50% + var(--assembled-y) + (1 - var(--layer-p)) * var(--y, 0px)),
      calc((1 - var(--layer-p)) * var(--z, 0px))
    )
    rotate(calc((1 - var(--layer-p)) * var(--r, 0deg)));
}

.layer-bottom {
  --layer-p: var(--p-bottom, 0);
  --x: -24px;
  --y: 205px;
  --z: -80px;
  --r: -2deg;
}

.layer-pate {
  --layer-p: var(--p-pate, 0);
  --x: 34px;
  --y: 125px;
  --z: -36px;
  --r: 2.5deg;
}

.layer-pork {
  --layer-p: var(--p-pork, 0);
  --x: -38px;
  --y: 43px;
  --z: 20px;
  --r: -2.8deg;
}

.layer-pickles {
  --layer-p: var(--p-pickles, 0);
  --x: 42px;
  --y: -43px;
  --z: 58px;
  --r: 2.6deg;
}

.layer-herbs {
  --layer-p: var(--p-herbs, 0);
  --x: -40px;
  --y: -130px;
  --z: 105px;
  --r: -2.5deg;
}

.layer-top {
  --layer-p: var(--p-top, 0);
  --x: 24px;
  --y: -220px;
  --z: 155px;
  --r: 2deg;
}

.sandwich-final {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  opacity: var(--final, 0);
  transform: translateY(-50%);
}

.assembly-story.has-no-final .sandwich-final {
  display: none !important;
}

.assembly-story.has-final.layers-ready .sandwich-layer {
  opacity: calc(1 - var(--final, 0));
}

.sandwich-shadow {
  right: 8%;
  bottom: 0;
  left: 14%;
  height: 12%;
  background: rgba(3, 15, 34, 0.38);
  filter: blur(30px);
  opacity: calc(0.24 + var(--assembly) * 0.68);
  transform: scaleX(calc(0.7 + var(--assembly) * 0.3));
}

.steam {
  top: 8%;
  width: 22px;
  height: 105px;
  opacity: calc(var(--steam, 0) * 0.48);
  background: radial-gradient(ellipse at center, rgba(246, 240, 230, 0.78), transparent 67%);
  filter: blur(9px);
}

.steam-one {
  left: 45%;
}

.steam-two {
  left: 55%;
}

.steam-three {
  left: 64%;
}

.motion-ready .assembly-story:not(.layers-ready) .sandwich-layer {
  opacity: 0;
}

.motion-ready .assembly-story.layers-ready .sandwich-layer {
  opacity: 1;
  transition: opacity 0.24s ease;
}

.assembly-story.is-motion-active .sandwich-layer,
.assembly-story.is-motion-active .sandwich-wrap {
  will-change: transform;
}

.assembly-story.is-assembled .sandwich-shadow {
  filter: blur(26px);
}

.assembly-story.is-static .steam,
.no-js .assembly-story .steam {
  opacity: 0;
  animation: none;
}

.ingredient-notes {
  z-index: 14;
  right: 4.5vw;
  bottom: 7vh;
  width: min(350px, 26vw);
}

.ingredient-note {
  padding: 13px 0;
  grid-template-columns: 40px 1fr;
  border: 0;
  border-top: 1px solid rgba(246, 240, 230, 0.42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rice);
  backdrop-filter: none;
}

.ingredient-note > span {
  color: #f1bd57;
  font-size: 11px;
}

.ingredient-note strong {
  font-size: 14px;
  font-weight: 720;
}

.ingredient-note small {
  margin-top: 3px;
  color: rgba(246, 240, 230, 0.68);
  font-size: 11px;
}

.assembly-progress {
  left: 5vw;
  bottom: 4vh;
  color: var(--rice);
}

.assembly-progress > span,
.scroll-cue i {
  background: rgba(246, 240, 230, 0.3);
}

.assembly-progress i {
  background: #f1bd57;
}

.assembly-progress p,
.scroll-cue {
  color: rgba(246, 240, 230, 0.65);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.quick-order {
  position: relative;
  z-index: 8;
  width: 100%;
  min-height: 132px;
  margin: 0;
  padding: 28px 5vw;
  grid-template-columns: minmax(280px, 0.92fr) minmax(470px, 1.25fr) auto;
  gap: 4vw;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  box-shadow: none;
  color: var(--rice);
}

.quick-order .eyebrow {
  color: rgba(246, 240, 230, 0.58);
}

.quick-order h2 {
  margin-top: 8px;
  color: var(--rice);
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.quick-facts {
  border-color: var(--line-light);
}

.quick-facts span {
  border-color: var(--line-light);
}

.quick-facts b {
  font-size: 19px;
  font-weight: 680;
}

.quick-facts small {
  color: rgba(246, 240, 230, 0.64);
  font-size: 11px;
}

.quick-order .button-coal {
  border-color: var(--rice);
  background: var(--rice);
  color: var(--ink);
}

.quick-order .button-coal:hover {
  border-color: var(--chili);
  background: var(--chili);
  color: #fff;
}

.menu-section {
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(110px, 10vw, 170px);
}

.section-heading {
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: end;
  gap: 10vw;
}

.section-heading h2,
.kitchen-copy h2,
.voices-heading h2,
.visit-title h2,
.faq h2,
.closing h2 {
  font-size: clamp(52px, 5.6vw, 92px);
  line-height: 0.96;
}

.section-heading h2 em,
.voices-heading h2 em,
.visit-title h2 em,
.faq h2 em {
  color: var(--chili);
}

.section-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.menu-filters {
  margin-top: 58px;
  padding: 0;
  gap: clamp(22px, 3vw, 44px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-filters button {
  position: relative;
  min-height: 56px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.menu-filters button::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--chili);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.menu-filters button.is-active {
  background: transparent;
  color: var(--ink);
}

.menu-filters button.is-active::after {
  transform: scaleX(1);
}

.menu-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: stretch;
  gap: clamp(34px, 4vw, 64px) clamp(24px, 3vw, 46px);
}

.menu-card,
.menu-card:nth-child(n) {
  grid-column: span 6;
  min-width: 0;
  min-height: 0;
  display: flex;
  overflow: visible;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  transition: none;
}

.menu-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.58fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding-bottom: clamp(55px, 7vw, 100px);
  border-bottom: 1px solid var(--line);
}

.menu-card:hover {
  box-shadow: none;
  transform: none;
}

.menu-card[hidden] {
  display: none !important;
}

.menu-grid.is-filtered .menu-card,
.menu-grid.is-filtered .menu-card:first-child {
  grid-column: span 6;
  display: flex;
  gap: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-grid.is-filtered .menu-card:first-child .menu-image {
  aspect-ratio: 3 / 2;
}

.menu-grid.is-filtered .menu-card:first-child .menu-copy {
  min-height: 250px;
  padding-top: 25px;
}

.menu-grid.is-filtered .menu-card:first-child .menu-copy h3 {
  margin-top: 22px;
  font-size: clamp(31px, 3vw, 48px);
}

.menu-image,
.menu-card:nth-child(n) .menu-image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #d7cbbb;
}

.menu-card:first-child .menu-image {
  aspect-ratio: 16 / 10;
}

.menu-card:nth-child(4) .menu-image,
.menu-card:nth-child(5) .menu-image {
  aspect-ratio: 4 / 3;
}

.menu-card:nth-child(6) .menu-image {
  aspect-ratio: 1 / 1;
}

.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.002);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.menu-card:nth-child(4) .menu-image img {
  object-position: 50% 52%;
}

.menu-card:nth-child(5) .menu-image img {
  object-position: 52% 51%;
}

.menu-card:nth-child(6) .menu-image img {
  object-position: 56% 48%;
}

.menu-image > span {
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border-radius: 0;
  background: var(--chili);
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.menu-image .veg-badge {
  background: var(--herb);
}

.menu-copy,
.menu-card:nth-child(n) .menu-copy {
  min-height: 250px;
  padding: 25px 0 0;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.menu-card:first-child .menu-copy {
  min-height: 430px;
  padding: 28px 0;
}

.menu-copy > div p,
.menu-card:nth-child(n) .menu-copy > div p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu-copy > div strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.menu-copy h3,
.menu-card:nth-child(n) .menu-copy h3 {
  margin-top: 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.menu-card:first-child .menu-copy h3 {
  margin-top: auto;
  font-size: clamp(44px, 4.5vw, 72px);
}

.menu-copy > p,
.menu-card:nth-child(n) .menu-copy > p {
  min-height: 0;
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.menu-copy button,
.menu-card:nth-child(n) .menu-copy button {
  min-height: 50px;
  margin-top: auto;
  padding: 15px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.03em;
}

.menu-copy button:hover {
  color: var(--chili);
}

.menu-copy button.is-added {
  color: var(--herb);
}

.menu-copy button.is-added::after {
  content: ' ✓';
}

.allergen-note {
  max-width: 760px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.kitchen {
  position: relative;
  min-height: max(820px, 96svh);
  display: block;
  overflow: hidden;
  background: var(--cobalt-deep);
  color: var(--rice);
}

.kitchen-media {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.kitchen-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 50%;
  transform: scale(1.015);
}

.kitchen-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 25, 49, 0.04) 25%, rgba(10, 25, 49, 0.87) 78%);
}

.kitchen-story {
  z-index: 3;
  right: auto;
  bottom: 42px;
  left: 4.5vw;
  width: min(400px, 34vw);
  min-height: 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(246, 240, 230, 0.48);
  background: transparent;
  box-shadow: none;
  color: var(--rice);
}

.kitchen-story .story-number {
  color: #f1bd57;
  font-size: 12px;
}

.kitchen-story p {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.25;
}

.kitchen-story > span:last-child {
  color: rgba(246, 240, 230, 0.62);
  font-size: 10px;
}

.kitchen-copy {
  position: relative;
  z-index: 2;
  width: 48%;
  min-height: max(820px, 96svh);
  margin-left: auto;
  padding: 120px 5vw 82px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.kitchen .eyebrow {
  color: #f1bd57;
}

.kitchen-copy h2 {
  margin-top: 19px;
  color: var(--rice);
}

.kitchen-copy h2 em {
  color: #f1bd57;
}

.kitchen-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 28px;
  color: rgba(246, 240, 230, 0.74);
  font-size: 16px;
  line-height: 1.72;
}

.kitchen-copy dl {
  margin-top: 36px;
  border-top: 1px solid var(--line-light);
}

.kitchen-copy dl > div {
  min-height: 58px;
  border-color: var(--line-light);
}

.kitchen-copy dt {
  color: #f1bd57;
  font-size: 12px;
}

.kitchen-copy dd {
  color: var(--rice);
  font-size: 13px;
}

.voices {
  padding: clamp(110px, 10vw, 170px) 4.5vw;
  background: var(--rice);
  color: var(--ink);
}

.voices-heading {
  max-width: 1040px;
}

.voices-heading h2 {
  margin-top: 17px;
}

.quote-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  border: 0;
  gap: 0;
}

.quote-grid figure {
  grid-column: span 6;
  min-height: 270px;
  padding: clamp(32px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  border: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: transparent;
}

.quote-grid .guest-portrait {
  grid-column: span 7;
  grid-row: 1;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--cobalt);
}

.guest-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.quote-grid .quote-main {
  grid-column: span 5;
  grid-row: 1;
  min-height: 620px;
  border-top: 0;
  border-left: 0;
  background: var(--cobalt);
  color: var(--rice);
}

.quote-grid figure:nth-child(3) {
  border-left: 0;
}

.quote-grid figure > div {
  color: var(--chili);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.quote-grid .quote-main > div {
  color: #f1bd57;
}

.quote-grid blockquote {
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 32px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.quote-grid .quote-main blockquote {
  margin-top: auto;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1.15;
}

.quote-grid figcaption {
  margin-top: auto;
  padding-top: 28px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.quote-grid .quote-main figcaption {
  color: rgba(246, 240, 230, 0.64);
}

.visit {
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(110px, 11vw, 180px);
}

.visit-title {
  max-width: 1050px;
}

.visit-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(390px, 0.6fr);
  grid-template-rows: auto;
  gap: 0;
  border: 0;
  background: var(--ink);
  color: var(--rice);
}

.visit-media {
  min-height: 760px;
  overflow: hidden;
}

.visit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.visit-info {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.visit-grid article,
.visit-grid article:first-child,
.visit-grid article:last-child {
  min-height: 0;
  padding: clamp(25px, 3vw, 42px);
  border: 0;
  border-bottom: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  border-radius: 0;
  background: transparent;
  color: var(--rice);
}

.visit-grid article:last-child {
  border-bottom: 0;
}

.visit-grid article > span {
  color: #f1bd57;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.visit-grid h3,
.visit-grid article:first-child h3 {
  margin-top: 14px;
  color: var(--rice);
  font-family: var(--serif);
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.visit-grid article > p,
.visit-grid article > dl,
.visit-grid article > ul {
  margin-top: 14px;
  color: rgba(246, 240, 230, 0.75);
  font-size: 13px;
  line-height: 1.72;
}

.visit-grid small {
  margin-top: 8px;
  color: rgba(246, 240, 230, 0.52);
  font-size: 10px;
}

.visit-grid dl > div {
  border-color: var(--line-light);
}

.visit-grid dd {
  color: var(--rice);
}

.visit-grid a,
.visit-grid article > button {
  margin-top: auto;
  padding-top: 15px;
  border-top-color: var(--line-light);
  color: var(--rice);
  font-size: 12px;
  font-weight: 720;
}

.catering-band {
  min-height: 190px;
  padding: 38px clamp(28px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: var(--chili);
  color: #fff;
}

.catering-band .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.catering-band h3 {
  max-width: 780px;
  margin-top: 9px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 54px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.catering-band > a {
  min-width: 180px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 760;
}

.faq {
  margin-top: clamp(100px, 11vw, 170px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 10vw;
}

.faq-list {
  border-color: var(--line);
}

.faq-list details {
  border-color: var(--line);
}

.faq-list summary {
  min-height: 84px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.faq-list details > p {
  max-width: 700px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.closing {
  min-height: 640px;
  padding: 92px 5vw;
  overflow: hidden;
  background: var(--cobalt);
  color: var(--rice);
}

.closing::before {
  display: none;
}

.closing .eyebrow {
  color: #f1bd57;
}

.closing h2 {
  max-width: 1050px;
  margin-top: 18px;
}

.closing h2 em {
  color: #f1bd57;
}

.closing .button {
  margin-top: 42px;
  border-color: var(--rice);
  background: var(--rice);
  color: var(--ink);
}

.closing .button:hover {
  border-color: var(--chili);
  background: var(--chili);
  color: #fff;
}

footer {
  min-height: 0;
  padding: 70px 4.5vw 34px;
  display: block;
  overflow: hidden;
  background: var(--ink);
  color: rgba(246, 240, 230, 0.62);
  font-size: 11px;
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

footer .brand {
  color: var(--rice);
}

footer nav {
  display: flex;
  gap: clamp(20px, 3vw, 45px);
  color: var(--rice);
  font-size: 12px;
  font-weight: 650;
}

.footer-wordmark {
  width: max-content;
  margin: clamp(65px, 8vw, 120px) 0 clamp(45px, 6vw, 85px);
  display: block;
  color: var(--rice);
  font-family: var(--serif);
  font-size: min(19vw, 340px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.72;
  white-space: nowrap;
}

.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid var(--line-light);
}

.footer-bottom p {
  max-width: 390px;
}

.mobile-sticky {
  background: rgba(25, 23, 19, 0.97);
  color: var(--rice);
}

.mobile-sticky button {
  background: var(--chili);
  color: #fff;
}

.order-drawer {
  width: min(480px, 100%);
  background: var(--surface);
  color: var(--ink);
  box-shadow: -30px 0 80px rgba(13, 18, 28, 0.34);
}

.order-drawer::backdrop {
  background: rgba(14, 17, 22, 0.74);
}

.drawer-note {
  background: #eee5d7;
  color: var(--muted);
  font-size: 12px;
}

.drawer-head h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.order-drawer legend,
.select-field > span,
.cart-head button {
  font-size: 11px;
  font-weight: 720;
}

.order-drawer fieldset strong,
.select-field select {
  font-size: 13px;
}

.order-drawer fieldset small {
  font-size: 11px;
}

.cart-head h3 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.order-drawer fieldset label:has(input:checked) {
  border-color: var(--cobalt);
  background: rgba(23, 62, 122, 0.07);
}

.drawer-actions .button-vermilion {
  background: var(--chili);
}

.has-reveal-motion [data-reveal] {
  opacity: 0.84;
  transform: translateY(14px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.has-reveal-motion [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@supports (animation-timeline: view()) {
  .kitchen-media > img {
    animation: kitchen-drift linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }

  .guest-portrait img,
  .visit-media img {
    animation: media-breathe linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 60%;
  }
}

@keyframes kitchen-drift {
  from {
    transform: scale(1.07) translateY(-1.5%);
  }
  to {
    transform: scale(1.015) translateY(1.5%);
  }
}

@keyframes media-breathe {
  from {
    transform: scale(1.045);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: calc(100vw - 64px);
  }

  .desktop-nav {
    gap: 22px;
  }

  .hero-copy {
    left: 4vw;
    width: min(480px, 41vw);
  }

  .hero-copy h1 {
    font-size: clamp(56px, 5.8vw, 75px);
  }

  .sandwich-wrap {
    right: -8vw;
    width: 69vw;
  }

  .quick-order {
    grid-template-columns: minmax(250px, 0.8fr) minmax(420px, 1.2fr) auto;
    gap: 2.8vw;
  }

  .menu-card:first-child {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .visit-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(370px, 0.8fr);
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    right: 20px;
    left: 20px;
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .hero-copy {
    width: min(450px, 45vw);
  }

  .sandwich-wrap {
    width: 72vw;
  }

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

  .quick-facts {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .section-heading {
    gap: 6vw;
  }

  .menu-card:first-child {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-card:first-child .menu-copy {
    min-height: 320px;
  }

  .menu-card:first-child .menu-copy h3 {
    margin-top: 32px;
  }

  .kitchen-copy {
    width: 58%;
    padding-left: 5vw;
  }

  .kitchen-story {
    width: 34vw;
  }

  .quote-grid .guest-portrait,
  .quote-grid .quote-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .quote-grid .guest-portrait {
    min-height: 560px;
  }

  .quote-grid .quote-main {
    min-height: 450px;
  }

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

  .visit-media {
    min-height: 600px;
  }

  .visit-info {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .visit-grid article,
  .visit-grid article:first-child,
  .visit-grid article:last-child {
    border-top: 1px solid var(--line-light);
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .demo-bar {
    min-height: 24px;
    padding-inline: 14px;
    font-size: 8px;
  }

  .demo-bar span:last-child {
    display: none;
  }

  .site-header {
    top: 24px;
    height: 70px;
    padding-inline: 16px;
  }

  .site-header.is-scrolled {
    height: 64px;
  }

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

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    font-size: 6px;
  }

  .header-actions .order-button {
    display: none;
  }

  .assembly-story {
    height: 212svh;
  }

  .assembly-stage {
    min-height: 650px;
    background: var(--cobalt);
  }

  .skip-intro {
    top: 87px;
    right: 16px;
    font-size: 9px;
  }

  .sandwich-wrap {
    top: 27%;
    right: -10vw;
    width: 120vw;
  }

  .hero-copy {
    top: auto;
    right: 18px;
    bottom: calc(118px + env(safe-area-inset-bottom));
    left: 18px;
    width: auto;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 390px;
    margin-top: 11px;
    font-size: clamp(44px, 12.8vw, 56px);
    line-height: 0.92;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 410px;
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.52;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions .button,
  .text-link {
    min-height: 50px;
    padding-inline: 10px;
    justify-content: center;
  }

  .ingredient-notes {
    top: clamp(232px, 35svh, 292px);
    right: 18px;
    bottom: auto;
    left: auto;
    width: min(260px, calc(100vw - 36px));
  }

  .ingredient-note {
    padding: 10px 0;
  }

  .ingredient-note strong {
    font-size: 13px;
  }

  .layer-bottom {
    --y: 170px;
  }

  .layer-pate {
    --y: 105px;
  }

  .layer-pork {
    --y: 36px;
  }

  .layer-pickles {
    --y: -36px;
  }

  .layer-herbs {
    --y: -105px;
  }

  .layer-top {
    --y: -175px;
  }

  .assembly-progress,
  .scroll-cue {
    display: none;
  }

  .quick-order {
    min-height: 0;
    padding: 27px 18px 30px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .quick-order .button {
    width: 100%;
  }

  .quick-facts {
    grid-column: auto;
    grid-row: auto;
  }

  .quick-facts span {
    padding-inline: 12px;
  }

  .quick-facts span:first-child {
    padding-left: 0;
  }

  .menu-section,
  .visit {
    width: var(--shell);
    padding-block: 90px;
  }

  .section-heading,
  .faq {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-heading h2,
  .kitchen-copy h2,
  .voices-heading h2,
  .visit-title h2,
  .faq h2,
  .closing h2 {
    font-size: clamp(43px, 12.5vw, 58px);
  }

  .section-heading > p {
    font-size: 15px;
  }

  .menu-filters {
    position: sticky;
    z-index: 20;
    top: 64px;
    width: 100%;
    margin-top: 36px;
    overflow-x: auto;
    background: rgba(246, 240, 230, 0.97);
    scrollbar-width: none;
  }

  .menu-filters::after {
    content: '→';
    position: sticky;
    right: 0;
    width: 38px;
    min-width: 38px;
    height: 52px;
    margin-left: -18px;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, rgba(246, 240, 230, 0), var(--rice) 46%);
    color: var(--chili);
    font-size: 17px;
    font-weight: 800;
    opacity: 0;
    transition: opacity 0.18s ease;
    pointer-events: none;
  }

  .menu-filters.can-scroll-right::after {
    opacity: 1;
  }

  .menu-filters button {
    flex: 0 0 auto;
    min-height: 52px;
    font-size: 12px;
  }

  .menu-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .menu-card,
  .menu-card:nth-child(n),
  .menu-card:first-child {
    grid-column: auto;
    display: flex;
    gap: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .menu-card:nth-child(n) .menu-image,
  .menu-card:first-child .menu-image {
    aspect-ratio: 3 / 2;
  }

  .menu-card:nth-child(4) .menu-image,
  .menu-card:nth-child(5) .menu-image {
    aspect-ratio: 4 / 3;
  }

  .menu-card:nth-child(6) .menu-image {
    aspect-ratio: 1 / 1;
  }

  .menu-copy,
  .menu-card:nth-child(n) .menu-copy,
  .menu-card:first-child .menu-copy {
    min-height: 255px;
    padding: 22px 0 0;
  }

  .menu-copy h3,
  .menu-card:nth-child(n) .menu-copy h3,
  .menu-card:first-child .menu-copy h3 {
    margin-top: 20px;
    font-size: 34px;
  }

  .menu-copy > p,
  .menu-card:nth-child(n) .menu-copy > p {
    font-size: 14px;
  }

  .kitchen {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .kitchen-media {
    position: relative;
    order: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .kitchen-media::after {
    background: linear-gradient(0deg, rgba(10, 25, 49, 0.64), transparent 48%);
  }

  .kitchen-media > img {
    width: 100%;
    object-position: 32% 45%;
  }

  .kitchen-copy {
    order: 2;
    width: 100%;
    min-height: 0;
    padding: 72px 18px 190px;
    background: var(--cobalt-deep);
  }

  .kitchen-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .kitchen-story {
    right: 18px;
    bottom: 34px;
    left: 18px;
    width: auto;
  }

  .kitchen-story p {
    font-size: 23px;
  }

  .voices {
    padding: 90px 16px;
  }

  .quote-grid {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .quote-grid .guest-portrait,
  .quote-grid .quote-main,
  .quote-grid figure {
    grid-column: auto;
    min-height: 0;
    border-left: 0;
  }

  .quote-grid .guest-portrait {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .quote-grid .quote-main {
    min-height: 430px;
    padding: 32px 25px;
  }

  .quote-grid .quote-main blockquote {
    font-size: 34px;
  }

  .quote-grid figure:not(.guest-portrait):not(.quote-main) {
    min-height: 245px;
    padding: 30px 24px;
  }

  .visit-grid {
    margin-top: 44px;
  }

  .visit-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .visit-media img {
    object-position: 50% 50%;
  }

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

  .visit-grid article,
  .visit-grid article:first-child,
  .visit-grid article:last-child {
    min-height: 270px;
    padding: 28px 24px;
    border-left: 0;
  }

  .catering-band {
    padding: 35px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .catering-band h3 {
    font-size: 34px;
  }

  .catering-band > a {
    width: 100%;
  }

  .faq {
    margin-top: 90px;
  }

  .faq-list summary {
    min-height: 78px;
    font-size: 17px;
  }

  .closing {
    min-height: 530px;
    padding: 82px 18px;
  }

  footer {
    padding: 58px 18px 30px;
    font-size: 11px;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  footer nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px 28px;
  }

  .footer-wordmark {
    margin-block: 70px 60px;
    font-size: 27vw;
  }

  .mobile-sticky {
    height: calc(66px + env(safe-area-inset-bottom));
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .order-drawer {
    inset: auto 0 0;
    width: 100%;
    max-width: none;
    height: min(92svh, 820px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .order-drawer form {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
  }
}

@media (max-width: 760px) and (max-height: 720px) and (orientation: portrait) {
  .assembly-story {
    height: 190svh;
  }

  .assembly-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 0;
    padding-bottom: 0;
  }

  .sandwich-wrap {
    top: 24%;
    right: -8vw;
    width: 112vw;
  }

  .hero-copy {
    position: absolute;
    right: 18px;
    bottom: calc(118px + env(safe-area-inset-bottom));
    left: 18px;
    width: auto;
    padding: 0;
  }

  .hero-copy h1 {
    margin-top: 8px;
    font-size: clamp(38px, 11vw, 45px);
    line-height: 0.91;
  }

  .hero-copy > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ingredient-notes {
    top: 29svh;
    display: block;
  }

  .ingredient-note {
    padding: 7px 0;
  }

  .ingredient-note small {
    display: none;
  }

  .skip-intro {
    display: none;
  }

  .layer-bottom {
    --y: 145px;
  }

  .layer-pate {
    --y: 88px;
  }

  .layer-pork {
    --y: 30px;
  }

  .layer-pickles {
    --y: -30px;
  }

  .layer-herbs {
    --y: -91px;
  }

  .layer-top {
    --y: -154px;
  }

  .assembly-story.is-static .assembly-stage,
  .no-js .assembly-story .assembly-stage {
    height: 100svh;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sandwich-layer,
  .kitchen-media > img,
  .guest-portrait img,
  .visit-media img,
  .menu-image img,
  .button,
  .order-button {
    animation: none !important;
    transition: none !important;
  }
}

.assembly-story.is-static,
.no-js .assembly-story {
  height: auto;
}

.assembly-story.is-static .assembly-stage,
.no-js .assembly-story .assembly-stage {
  position: relative;
  top: auto;
  height: 100svh;
  min-height: 720px;
}

.assembly-story.is-static .sandwich-layer,
.no-js .assembly-story .sandwich-layer {
  --layer-p: 1;
  opacity: 1;
  transform: translate3d(0, calc(-50% + var(--assembled-y)), 0);
}

.assembly-story.is-static .ingredient-note,
.no-js .assembly-story .ingredient-note {
  display: none;
}

.assembly-story.is-static .ingredient-note:last-child,
.no-js .assembly-story .ingredient-note:last-child {
  position: relative;
  display: grid;
  opacity: 1;
  transform: none;
}

.assembly-story.is-static .assembly-progress,
.assembly-story.is-static .scroll-cue,
.no-js .assembly-story .assembly-progress,
.no-js .assembly-story .scroll-cue {
  display: none;
}

@media (max-height: 560px) and (orientation: landscape) {
  .assembly-story,
  .assembly-story.is-static {
    height: auto;
  }

  .assembly-stage,
  .assembly-story.is-static .assembly-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 680px;
  }

  .hero-copy {
    top: 54%;
    bottom: auto;
    width: 44vw;
    transform: translateY(-50%);
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .sandwich-wrap {
    top: 48%;
    right: -4vw;
    width: 61vw;
  }
}
