@font-face {
  font-family: 'Vietlinker Sans';
  src: url('../realtor/fonts/vietlinker-sans-vietnamese.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  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 Sans';
  src: url('../realtor/fonts/vietlinker-sans-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Vietlinker Serif';
  src: url('../realtor/fonts/vietlinker-serif-italic-vietnamese.woff2') format('woff2');
  font-style: italic;
  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';
  src: url('../realtor/fonts/vietlinker-serif-italic-latin.woff2') format('woff2');
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --cobalt: #1745c8;
  --cobalt-deep: #092a8f;
  --coral: #ff634e;
  --cream: #fff4d8;
  --paper: #fffaf0;
  --ink: #101939;
  --muted: #69718a;
  --lime: #d7ff62;
  --line: rgba(16, 25, 57, 0.16);
  --sans: 'Vietlinker Sans', Arial, sans-serif;
  --serif: 'Vietlinker Serif', Georgia, serif;
  --shell: min(1440px, calc(100vw - 80px));
  --shadow: 0 30px 80px rgba(10, 30, 97, 0.2);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-140%);
  background: var(--cream);
  font-size: 12px;
  font-weight: 850;
}
.skip-link:focus {
  transform: translateY(0);
}
.demo-bar {
  position: relative;
  z-index: 70;
  min-height: 30px;
  padding: 6px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--coral);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
}
.site-header {
  position: absolute;
  z-index: 60;
  top: 30px;
  left: 0;
  right: 0;
  height: 86px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 38px;
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition:
    height 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  position: fixed;
  top: 0;
  height: 72px;
  background: rgba(9, 42, 143, 0.96);
  box-shadow: 0 12px 35px rgba(7, 21, 70, 0.22);
  backdrop-filter: blur(14px);
}
.brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 950;
  transform: rotate(-7deg);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 0.9;
}
.brand small {
  margin-top: 4px;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.desktop-nav {
  display: flex;
  gap: clamp(24px, 3vw, 46px);
  font-size: 12px;
  font-weight: 800;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
}
.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--coral);
  transition: right 0.18s ease;
}
.desktop-nav a:hover::after {
  right: 0;
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 900;
}
.lang-button {
  min-width: 30px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.55;
}
.lang-button.is-active {
  opacity: 1;
}
.order-button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  background: var(--coral);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.menu-toggle,
.mobile-menu {
  display: none;
}
.eyebrow {
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow.cobalt {
  color: var(--cobalt);
}
.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-cream {
  background: var(--cream);
  color: var(--ink);
}
.button-coral {
  background: var(--coral);
  color: var(--ink);
}
.button-cobalt {
  background: var(--cobalt);
  color: white;
}
.assembly-story {
  position: relative;
  height: 420svh;
  background: var(--cobalt);
  color: var(--cream);
}
.assembly-stage {
  --assembly: 0;
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--cobalt) 0%, var(--cobalt-deep) 76%);
  isolation: isolate;
}
.street-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}
.assembly-orbit {
  position: absolute;
  z-index: -2;
  right: -10vw;
  top: 6vh;
  width: min(66vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotate(calc(var(--assembly) * 30deg));
}
.assembly-orbit i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.assembly-orbit i:nth-child(1) {
  inset: 12%;
}
.assembly-orbit i:nth-child(2) {
  inset: 27%;
}
.assembly-orbit i:nth-child(3) {
  inset: 42%;
}
.skip-intro {
  position: absolute;
  z-index: 8;
  top: 112px;
  right: 4vw;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-copy {
  position: absolute;
  z-index: 4;
  left: 7vw;
  top: 50%;
  width: min(620px, 43vw);
  transform: translateY(-50%);
}
.hero-copy h1,
.section-heading h2,
.kitchen-copy h2,
.voices-heading h2,
.visit-title h2,
.faq h2,
.closing h2 {
  font-weight: 900;
  letter-spacing: -0.055em;
}
.hero-copy h1 {
  margin-top: 16px;
  font-size: clamp(56px, 6.3vw, 98px);
  line-height: 0.9;
}
.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 {
  font-family: var(--serif);
  font-weight: 500;
}
.hero-copy h1 em {
  color: var(--lime);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.sandwich-wrap {
  position: absolute;
  z-index: 2;
  right: 2vw;
  top: 50%;
  width: min(59vw, 930px);
  aspect-ratio: 2.2/1;
  transform: translate3d(0, -46%, 0) rotateY(calc((1 - var(--assembly)) * -7deg))
    rotateX(calc((1 - var(--assembly)) * 4deg));
  perspective: 1200px;
  transform-style: preserve-3d;
}
.sandwich-layer {
  --explode: 0;
  --assembled-y: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 13, 62, 0.2));
  transform: translate3d(
      calc((1 - var(--assembly)) * var(--x, 0px)),
      calc(-50% + var(--assembled-y) + (1 - var(--assembly)) * var(--y, 0px)),
      calc((1 - var(--assembly)) * var(--z, 0px))
    )
    rotate(calc((1 - var(--assembly)) * var(--r, 0deg)));
  will-change: transform;
}
.layer-top {
  --x: 45px;
  --y: -235px;
  --z: 160px;
  --r: 5deg;
  --assembled-y: -95px;
  z-index: 6;
}
.layer-herbs {
  --x: -70px;
  --y: -135px;
  --z: 100px;
  --r: -6deg;
  --assembled-y: -46px;
  z-index: 5;
}
.layer-pickles {
  --x: 80px;
  --y: -50px;
  --z: 55px;
  --r: 7deg;
  --assembled-y: -17px;
  z-index: 4;
}
.layer-pork {
  --x: -60px;
  --y: 42px;
  --z: 20px;
  --r: -5deg;
  --assembled-y: 16px;
  z-index: 3;
}
.layer-pate {
  --x: 55px;
  --y: 125px;
  --z: -20px;
  --r: 4deg;
  --assembled-y: 45px;
  z-index: 2;
}
.layer-bottom {
  --x: -35px;
  --y: 210px;
  --z: -80px;
  --r: -3deg;
  --assembled-y: 85px;
  z-index: 1;
}
.sandwich-shadow {
  position: absolute;
  z-index: 0;
  left: 15%;
  right: 8%;
  bottom: 3%;
  height: 13%;
  border-radius: 50%;
  background: rgba(0, 12, 54, 0.36);
  filter: blur(22px);
  opacity: calc(0.35 + var(--assembly) * 0.65);
  transform: scaleX(calc(0.72 + var(--assembly) * 0.28));
}
.steam {
  position: absolute;
  z-index: 8;
  top: 11%;
  width: 3px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  filter: blur(2px);
  opacity: clamp(0, (var(--assembly) - 0.86) * 7, 1);
  animation: steam 2.8s ease-in-out infinite;
}
.steam-one {
  left: 45%;
}
.steam-two {
  left: 55%;
  animation-delay: -0.9s;
}
.steam-three {
  left: 64%;
  animation-delay: -1.7s;
}
.ingredient-notes {
  position: absolute;
  z-index: 5;
  right: 4vw;
  bottom: 7vh;
  width: 250px;
  min-height: 66px;
}
.ingredient-note {
  position: absolute;
  inset: 0;
  padding: 12px 15px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 28, 99, 0.76);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.ingredient-note.is-active {
  opacity: 1;
  transform: none;
}
.ingredient-note > span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
}
.ingredient-note strong,
.ingredient-note small {
  display: block;
}
.ingredient-note strong {
  font-size: 12px;
}
.ingredient-note small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
}
.assembly-progress {
  position: absolute;
  z-index: 6;
  left: 4vw;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.assembly-progress > span {
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.25);
}
.assembly-progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.assembly-progress p {
  font-size: 10px;
}
.scroll-cue {
  position: absolute;
  z-index: 6;
  right: 4vw;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.scroll-cue i {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}
.quick-order {
  min-height: 170px;
  padding: 34px 4vw;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 5vw;
  background: var(--coral);
}
.quick-order h2 {
  margin-top: 6px;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.1;
}
.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(16, 25, 57, 0.22);
}
.quick-facts span {
  padding: 6px 20px;
  border-right: 1px solid rgba(16, 25, 57, 0.22);
}
.quick-facts b,
.quick-facts small {
  display: block;
}
.quick-facts b {
  font-size: 20px;
}
.quick-facts small {
  margin-top: 2px;
  font-size: 8px;
}
.menu-section,
.voices,
.visit {
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(90px, 9vw, 150px);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 8vw;
}
.section-heading h2,
.kitchen-copy h2,
.voices-heading h2,
.visit-title h2,
.faq h2,
.closing h2 {
  margin-top: 15px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
}
.section-heading h2 em,
.voices-heading h2 em,
.visit-title h2 em,
.faq h2 em {
  color: var(--cobalt);
}
.section-heading > p {
  padding-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.menu-filters {
  margin-top: 50px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
}
.menu-filters button {
  min-height: 46px;
  padding: 0 22px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}
.menu-filters button.is-active {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: white;
}
.menu-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.menu-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.menu-card[hidden] {
  display: none;
}
.menu-image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #e7dfc8;
}
.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.menu-card:hover .menu-image img {
  transform: scale(1.035);
}
.menu-image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  background: var(--coral);
  font-size: 8px;
  font-weight: 900;
}
.menu-image .veg-badge {
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
}
.menu-copy {
  padding: 22px;
}
.menu-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.menu-copy > div p {
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.menu-copy > div strong {
  font-size: 12px;
}
.menu-copy h3 {
  margin-top: 16px;
  font-size: 23px;
  line-height: 1.15;
}
.menu-copy > p {
  min-height: 58px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}
.menu-copy button {
  width: 100%;
  min-height: 45px;
  margin-top: 18px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.allergen-note {
  max-width: 780px;
  margin: 22px 0 0 auto;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
  text-align: right;
}
.kitchen {
  min-height: 780px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--cobalt);
  color: white;
}
.kitchen-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.kitchen-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kitchen-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 19, 73, 0.7), transparent 55%);
  pointer-events: none;
}
.kitchen-media > button {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(9, 42, 143, 0.46);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.kitchen-media > button span,
.kitchen-media > button b {
  grid-area: 1/1;
}
.kitchen-media > button span {
  margin-top: -20px;
  font-size: 18px;
}
.kitchen-media > button b {
  margin-top: 34px;
  font-size: 8px;
}
.kitchen-reel {
  position: absolute;
  z-index: 2;
  left: 5%;
  right: 5%;
  bottom: 5%;
  padding: 24px;
  background: rgba(9, 42, 143, 0.88);
  backdrop-filter: blur(10px);
}
.kitchen-reel p {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}
.kitchen-reel span {
  display: block;
  margin-top: 10px;
  color: var(--lime);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.kitchen-copy {
  padding: clamp(65px, 7vw, 115px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kitchen-copy h2 em,
.closing h2 em {
  color: var(--lime);
}
.kitchen-copy > p:not(.eyebrow) {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.8;
}
.kitchen-copy dl {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.kitchen-copy dl > div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kitchen-copy dt {
  color: var(--coral);
  font-size: 18px;
  font-weight: 900;
}
.kitchen-copy dd {
  font-size: 11px;
}
.voices-heading {
  max-width: 900px;
}
.quote-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quote-grid figure {
  min-height: 340px;
  padding: 38px clamp(24px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.quote-grid figure:last-child {
  border-right: 0;
}
.quote-grid figure > div {
  color: var(--coral);
  font-size: 12px;
  letter-spacing: 0.2em;
}
.quote-grid blockquote {
  margin-top: 38px;
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 800;
  line-height: 1.45;
}
.quote-grid figcaption {
  margin-top: auto;
  padding-top: 25px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.visit-title {
  max-width: 900px;
}
.visit-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.visit-grid article {
  min-height: 350px;
  padding: 34px clamp(22px, 3.2vw, 48px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.visit-grid article:last-child {
  border-right: 0;
}
.visit-grid article > span {
  color: var(--coral);
  font-size: 9px;
  font-weight: 900;
}
.visit-grid h3 {
  margin-top: 40px;
  font-size: 26px;
}
.visit-grid article > p,
.visit-grid article > dl,
.visit-grid article > ul {
  margin-top: 16px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.visit-grid small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
}
.visit-grid a,
.visit-grid article > button {
  min-height: 44px;
  margin-top: auto;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.visit-grid dl > div {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.visit-grid dd {
  color: var(--ink);
}
.visit-grid li {
  padding: 4px 0;
}
.faq {
  margin-top: clamp(90px, 9vw, 140px);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 78px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary b {
  font-size: 20px;
  font-weight: 500;
  transition: transform 0.18s ease;
}
.faq-list details[open] summary b {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding: 0 40px 25px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.closing {
  min-height: 540px;
  padding: 80px 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--coral);
  text-align: center;
}
.closing .eyebrow {
  color: var(--ink);
}
.closing h2 {
  max-width: 980px;
}
.closing .button {
  margin-top: 30px;
}
footer {
  min-height: 210px;
  padding: 45px 4vw;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr auto;
  align-items: center;
  gap: 35px;
  background: var(--cobalt-deep);
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
}
footer .brand {
  color: white;
}
footer > span {
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.mobile-sticky {
  display: none;
}
.order-drawer {
  width: min(590px, 100vw);
  height: 100%;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: -30px 0 80px rgba(5, 16, 60, 0.26);
}
.order-drawer::backdrop {
  background: rgba(3, 12, 48, 0.7);
  backdrop-filter: blur(5px);
}
.order-drawer form {
  min-height: 100%;
  padding: clamp(28px, 5vw, 48px);
  overflow: auto;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.drawer-head h2 {
  margin-top: 7px;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.05;
}
.drawer-head > button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}
.drawer-note {
  margin-top: 18px;
  padding: 13px 15px;
  background: #eee6d3;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}
.order-drawer fieldset {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}
.order-drawer legend,
.select-field > span {
  margin-bottom: 8px;
  display: block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.order-drawer fieldset label {
  min-height: 62px;
  margin-top: 7px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  cursor: pointer;
}
.order-drawer fieldset label:has(input:checked) {
  border-color: var(--cobalt);
  background: rgba(23, 69, 200, 0.07);
}
.order-drawer input {
  width: 17px;
  height: 17px;
  accent-color: var(--cobalt);
}
.order-drawer fieldset strong,
.order-drawer fieldset small {
  display: block;
}
.order-drawer fieldset strong {
  font-size: 11px;
}
.order-drawer fieldset small {
  color: var(--muted);
  font-size: 8px;
}
.select-field {
  margin-top: 20px;
  display: block;
}
.select-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  font-size: 11px;
}
.cart-head {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-head h3 {
  font-size: 18px;
}
.cart-head button {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 900;
  cursor: pointer;
}
.cart-list {
  margin-top: 8px;
  border-top: 1px solid var(--line);
}
.cart-list > p {
  padding: 18px 0;
  color: var(--muted);
  font-size: 10px;
}
.cart-row {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.cart-row button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.sample-picks {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}
.sample-picks button {
  min-height: 45px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.cart-total {
  margin-top: 18px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  background: var(--cobalt);
  color: white;
  font-size: 11px;
}
.form-status {
  min-height: 24px;
  margin-top: 15px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
}
.form-status.is-success {
  padding: 11px;
  background: rgba(23, 69, 200, 0.08);
  color: var(--cobalt);
}
.drawer-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.drawer-actions > button:last-child {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  cursor: pointer;
}
@keyframes steam {
  0% {
    transform: translate3d(0, 15px, 0) scaleX(0.7);
    opacity: 0;
  }
  35% {
    opacity: 0.6;
  }
  100% {
    transform: translate3d(13px, -38px, 0) scaleX(1.6);
    opacity: 0;
  }
}
@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 48px, 1080px);
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    width: 45px;
    height: 45px;
    padding: 0 10px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
  }
  .menu-toggle i {
    height: 1px;
    background: white;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 28px 25px;
    display: grid;
    background: var(--cobalt-deep);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  }
  .mobile-menu[hidden] {
    display: none;
  }
  .mobile-menu a {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 21px;
    font-weight: 850;
  }
  .mobile-menu > button {
    min-height: 48px;
    margin-top: 16px;
    border: 0;
    background: var(--coral);
    font-size: 10px;
    font-weight: 900;
  }
  .hero-copy {
    width: min(560px, 50vw);
    left: 5vw;
  }
  .sandwich-wrap {
    right: -6vw;
    width: 65vw;
  }
  .quick-order {
    grid-template-columns: 1fr auto;
  }
  .quick-facts {
    display: none;
  }
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kitchen-copy {
    padding-inline: 5vw;
  }
  .visit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .visit-grid article:last-child {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 32px);
  }
  html {
    scroll-padding-top: 72px;
  }
  body {
    padding-bottom: 66px;
  }
  .demo-bar {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  .demo-bar span:last-child {
    display: none;
  }
  .site-header,
  .site-header.is-scrolled {
    top: 32px;
    height: 70px;
    padding: 0 16px;
    gap: 10px;
  }
  .site-header.is-scrolled {
    top: 0;
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .brand strong {
    font-size: 20px;
  }
  .brand small {
    font-size: 5px;
  }
  .header-actions {
    gap: 6px;
  }
  .order-button {
    display: none;
  }
  .lang-button {
    min-width: 28px;
    min-height: 44px;
  }
  .mobile-menu {
    padding-inline: 16px;
  }
  .assembly-story {
    height: 380svh;
  }
  .assembly-stage {
    min-height: 590px;
  }
  .skip-intro {
    top: 88px;
    right: 16px;
  }
  .hero-copy {
    top: auto;
    right: 50px;
    bottom: 102px;
    left: 16px;
    width: auto;
    transform: none;
  }
  .hero-copy h1 {
    font-size: clamp(43px, 12.5vw, 60px);
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.6;
  }
  .hero-actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-actions .button {
    min-width: 0;
    padding-inline: 11px;
    gap: 8px;
  }
  .sandwich-wrap {
    right: -17vw;
    top: 32%;
    width: 118vw;
  }
  .layer-top {
    --assembled-y: -48px;
  }
  .layer-herbs {
    --assembled-y: -24px;
  }
  .layer-pickles {
    --assembled-y: -9px;
  }
  .layer-pork {
    --assembled-y: 8px;
  }
  .layer-pate {
    --assembled-y: 22px;
  }
  .layer-bottom {
    --assembled-y: 43px;
  }
  .ingredient-notes {
    right: 58px;
    bottom: 35px;
    left: 16px;
    width: auto;
    min-height: 57px;
  }
  .ingredient-note {
    padding: 9px 11px;
  }
  .assembly-progress {
    left: 16px;
    bottom: 16px;
  }
  .assembly-progress > span {
    width: 92px;
  }
  .scroll-cue {
    display: none;
  }
  .quick-order {
    padding: 30px 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .quick-order .button {
    width: 100%;
  }
  .menu-section,
  .voices,
  .visit {
    padding-block: 78px;
  }
  .section-heading,
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .section-heading h2,
  .kitchen-copy h2,
  .voices-heading h2,
  .visit-title h2,
  .faq h2,
  .closing h2 {
    font-size: clamp(39px, 11vw, 54px);
  }
  .menu-filters {
    width: calc(100% + 16px);
    margin-top: 35px;
    padding-right: 16px;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .allergen-note {
    text-align: left;
  }
  .kitchen {
    grid-template-columns: 1fr;
  }
  .kitchen-media {
    min-height: 480px;
  }
  .kitchen-copy {
    padding: 70px 16px;
  }
  .quote-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }
  .quote-grid figure,
  .visit-grid article {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .quote-grid figure:last-child,
  .visit-grid article:last-child {
    border-bottom: 0;
  }
  .visit-grid article:last-child {
    grid-column: auto;
    border-top: 0;
  }
  .faq {
    margin-top: 78px;
  }
  .closing {
    min-height: 560px;
    padding: 70px 16px;
  }
  footer {
    min-height: 340px;
    padding: 45px 16px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mobile-sticky {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    background: rgba(9, 42, 143, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
  }
  .mobile-sticky a,
  .mobile-sticky button {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--coral);
    background: transparent;
    color: white;
    font-size: 10px;
    font-weight: 900;
  }
  .mobile-sticky button {
    gap: 10px;
    background: var(--coral);
    color: var(--ink);
  }
  .mobile-sticky b {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: white;
    font-size: 8px;
  }
  .order-drawer {
    width: 100%;
    height: min(92svh, 860px);
    margin: auto 0 0;
    overflow: auto;
  }
  .order-drawer form {
    padding: 25px 17px 30px;
  }
  .drawer-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
  }
  .drawer-actions .button {
    width: 100%;
  }
}
.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: auto;
  min-height: 820px;
}
.assembly-story.is-static .sandwich-wrap,
.no-js .assembly-story .sandwich-wrap {
  --assembly: 1;
}
.assembly-story.is-static .sandwich-layer,
.no-js .assembly-story .sandwich-layer {
  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 (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-height: 560px) and (orientation: landscape) {
  .assembly-story {
    height: auto;
  }
  .assembly-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 700px;
  }
  .assembly-story.is-static .assembly-stage,
  .no-js .assembly-story .assembly-stage {
    min-height: 700px;
  }
}
@media (max-width: 360px) {
  .site-header,
  .site-header.is-scrolled {
    padding-inline: 10px;
    gap: 6px;
  }
  .brand small {
    display: none;
  }
  .language-switch {
    gap: 0;
  }
  .lang-button {
    min-width: 25px;
  }
}
