@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-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';
  src: url('../realtor/fonts/vietlinker-serif-normal-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  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 {
  --rice: #f5efe3;
  --rice-deep: #e8dfcf;
  --paper: #fffaf0;
  --ink: #15221a;
  --ink-soft: #263229;
  --leaf: #526747;
  --leaf-bright: #789367;
  --lacquer: #a64234;
  --gold: #d9aa51;
  --gold-soft: #eed5a4;
  --muted: #697168;
  --line: rgba(21, 34, 26, 0.16);
  --white-line: rgba(255, 255, 255, 0.22);
  --sans: 'Vietlinker Sans', Arial, sans-serif;
  --serif: 'Vietlinker Serif', Georgia, serif;
  --container: min(1440px, calc(100vw - 80px));
  --radius: 24px;
  --shadow: 0 28px 80px rgba(13, 23, 16, 0.16);
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--rice);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.dialog-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,
video {
  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(--gold);
  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;
  top: 8px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-140%);
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

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

.demo-disclosure {
  position: relative;
  z-index: 60;
  min-height: 30px;
  padding: 6px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: #162019;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.disclosure-mark {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lacquer);
}

.demo-credit {
  margin-left: auto;
  white-space: nowrap;
}

.site-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 50;
  height: 92px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  color: white;
  border-bottom: 1px solid var(--white-line);
  transition:
    background-color 240ms ease,
    height 240ms ease,
    box-shadow 240ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  height: 76px;
  background: rgba(21, 34, 26, 0.96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
}

.brand-name {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-sub {
  max-width: 92px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.8vw, 48px);
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-button {
  min-width: 30px;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.55;
}

.lang-button.is-active {
  opacity: 1;
}

.header-order {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid white;
  background: white;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.header-order:hover {
  background: var(--gold);
  border-color: var(--gold);
}

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

.section-shell {
  width: var(--container);
  margin-inline: auto;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.ink {
  color: var(--leaf);
}

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.015em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

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

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover {
  background: var(--gold);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  color: white;
  backdrop-filter: blur(8px);
}

.button-outline:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.12);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.hero-scroll-story {
  position: relative;
  height: 500svh;
  background: var(--ink);
  color: white;
}

.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #0b140e;
  color: white;
  isolation: isolate;
}

.hero-perspective {
  position: absolute;
  z-index: -4;
  inset: -4%;
  overflow: hidden;
  perspective: 1250px;
  perspective-origin: 50% 45%;
  transform-style: preserve-3d;
}

.hero-visual {
  --scene-opacity: 0;
  --scene-delta: 0;
  --scene-distance: 1;
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  opacity: var(--scene-opacity);
  transform: translate3d(
      calc(var(--scene-delta) * -3.5vw),
      calc(var(--scene-delta) * 2.8vh),
      calc(var(--scene-distance) * -130px)
    )
    rotateX(calc(var(--scene-delta) * 2.1deg)) rotateY(calc(var(--scene-delta) * -4.2deg))
    scale(calc(1.04 + var(--scene-distance) * 0.035));
  transform-origin: center;
  transform-style: preserve-3d;
  will-change: auto;
}

.hero-visual.is-near {
  will-change: opacity, transform;
}

.hero-visual.is-active {
  --scene-opacity: 1;
  --scene-distance: 0;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--scene-delta) * 1.4vw), calc(var(--scene-delta) * -1.8vh), 0)
    scale(calc(1.035 + var(--scene-distance) * 0.045));
  will-change: auto;
}

.hero-visual.is-near > img {
  will-change: transform;
}

.hero-visual-table > img {
  object-position: 62% 50%;
}

.hero-visual-dishes {
  background: #2a1f16;
}

.hero-visual-dishes::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 18, 13, 0.12), rgba(14, 18, 13, 0.62));
}

.hero-dish-main {
  filter: saturate(0.92) contrast(1.04);
}

.hero-dish-float {
  position: absolute;
  z-index: 2;
  width: clamp(190px, 18vw, 330px);
  aspect-ratio: 4 / 3;
  padding: 8px;
  display: block;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
  will-change: auto;
}

.hero-visual.is-near .hero-dish-float {
  will-change: transform;
}

.hero-dish-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-dish-float i {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.hero-dish-float-left {
  left: 4vw;
  bottom: 9vh;
  transform: translate3d(calc(var(--scene-delta) * -6vw), calc(var(--scene-delta) * 4vh), 180px)
    rotateY(calc(var(--scene-delta) * -9deg)) rotateZ(-3deg);
}

.hero-dish-float-right {
  top: 15vh;
  right: 4.5vw;
  transform: translate3d(calc(var(--scene-delta) * 7vw), calc(var(--scene-delta) * -5vh), 220px)
    rotateY(calc(var(--scene-delta) * 11deg)) rotateZ(3deg);
}

.hero-visual-kitchen > img {
  object-position: 48% 50%;
}

.hero-visual-room > img {
  object-position: 50% 56%;
}

.hero-depth-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 14, 9, 0.9) 0%, rgba(6, 14, 9, 0.54) 39%, transparent 72%),
    linear-gradient(0deg, rgba(6, 14, 9, 0.62), transparent 48%);
  transition: background 700ms ease;
}

.hero-stage[data-scene='1'] .hero-depth-shade,
.hero-stage[data-scene='3'] .hero-depth-shade {
  background:
    linear-gradient(270deg, rgba(6, 14, 9, 0.9) 0%, rgba(6, 14, 9, 0.56) 42%, transparent 76%),
    linear-gradient(0deg, rgba(6, 14, 9, 0.58), transparent 48%);
}

.hero-stage::after {
  content: '';
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(8, 16, 11, 0.52), transparent);
}

.hero-copy-stack {
  position: absolute;
  z-index: 3;
  inset: 0;
  transform-style: preserve-3d;
}

.hero-scene {
  --scene-opacity: 0;
  --scene-delta: 0;
  --scene-distance: 1;
  position: absolute;
  top: 50%;
  left: 7vw;
  width: min(700px, 51vw);
  opacity: var(--scene-opacity);
  pointer-events: none;
  transform: translate3d(
      calc(var(--scene-delta) * -2vw),
      calc(-50% + var(--scene-delta) * -38px),
      calc((1 - var(--scene-distance)) * 64px)
    )
    rotateX(calc(var(--scene-delta) * 4deg)) rotateY(calc(var(--scene-delta) * -2deg));
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.hero-scene.is-active {
  --scene-opacity: 1;
  --scene-distance: 0;
  pointer-events: auto;
}

.hero-scene-two,
.hero-scene-four {
  right: 11vw;
  left: auto;
  width: min(640px, 45vw);
}

.hero-scene-three {
  width: min(680px, 48vw);
}

.hero-scene h1,
.hero-scene h2,
.section-intro h2,
.menu-heading h2,
.film-copy h2,
.story-copy h2,
.voices-title h2,
.private-copy h2,
.visit-heading h2,
.faq h2,
.closing-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero-scene h1,
.hero-scene h2 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 1.04;
}

h1 em,
h2 em {
  color: var(--gold-soft);
  font-weight: 400;
}

.hero-lede {
  max-width: 600px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

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

.hero-status {
  width: max-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 18px 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--white-line);
  background: rgba(12, 24, 16, 0.7);
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #a4d78d;
  box-shadow: 0 0 0 5px rgba(164, 215, 141, 0.12);
}

.hero-status p {
  font-size: 12px;
  font-weight: 800;
}

.hero-status span:not(.status-dot) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.hero-scene-facts {
  width: min(520px, 100%);
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}

.hero-scene-facts > div {
  padding: 18px 20px;
  border-right: 1px solid var(--white-line);
}

.hero-scene-facts > div:first-child {
  padding-left: 0;
}

.hero-scene-facts > div:last-child {
  border-right: 0;
}

.hero-scene-facts dt {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.hero-scene-facts dd,
.hero-scene-note {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-scene-note {
  width: max-content;
  max-width: 100%;
  margin-top: 30px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-skip {
  position: absolute;
  z-index: 8;
  top: 136px;
  right: 4vw;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-skip:hover {
  color: white;
}

.hero-progress {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: 3vw;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.hero-progress-line {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 19px;
  width: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.hero-progress-line i {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.hero-progress button {
  position: relative;
  z-index: 1;
  min-height: 44px;
  padding: 0;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
  cursor: pointer;
}

.hero-progress button span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(10, 18, 12, 0.66);
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(8px);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.hero-progress button i {
  max-width: 0;
  overflow: hidden;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  opacity: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    max-width 220ms ease,
    opacity 220ms ease;
}

.hero-progress button:is(:hover, :focus-visible, .is-active) {
  color: white;
}

.hero-progress button:is(:hover, :focus-visible, .is-active) span {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.hero-progress button:is(:hover, :focus-visible, .is-active) i {
  max-width: 100px;
  opacity: 1;
}

.hero-count {
  position: absolute;
  z-index: 6;
  right: 3vw;
  bottom: 38px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--serif);
  font-size: 12px;
}

.hero-count span:first-child {
  color: white;
  font-size: 26px;
}

.hero-count i {
  font-style: normal;
}

.hero-scroll {
  position: absolute;
  left: 4vw;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scroll i {
  width: 56px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.hero-scroll i::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: white;
  animation: scroll-line 2.2s ease-in-out infinite;
}

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

.hero-scroll-story.is-static .hero-stage,
.no-js .hero-scroll-story .hero-stage {
  position: relative;
  top: auto;
  height: auto;
  min-height: 100svh;
  overflow: hidden;
}

.hero-scroll-story.is-static .hero-perspective,
.no-js .hero-scroll-story .hero-perspective {
  inset: 0;
}

.hero-scroll-story.is-static .hero-visual,
.no-js .hero-scroll-story .hero-visual {
  display: none;
  opacity: 0;
  transform: none;
}

.hero-scroll-story.is-static .hero-visual:first-child,
.no-js .hero-scroll-story .hero-visual:first-child {
  display: block;
  opacity: 1;
}

.hero-scroll-story.is-static .hero-visual:first-child > img,
.no-js .hero-scroll-story .hero-visual:first-child > img {
  transform: none;
}

.hero-scroll-story.is-static .hero-copy-stack,
.no-js .hero-scroll-story .hero-copy-stack {
  position: relative;
  inset: auto;
  padding: 150px 7vw 90px;
  display: grid;
  gap: 32px;
}

.hero-scroll-story.is-static .hero-scene,
.no-js .hero-scroll-story .hero-scene {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: min(760px, 100%);
  min-height: auto;
  padding: 34px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 16, 11, 0.76);
  backdrop-filter: blur(10px);
}

.hero-scroll-story.is-static .hero-scene:nth-child(even),
.no-js .hero-scroll-story .hero-scene:nth-child(even) {
  margin-left: auto;
}

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

.quick-actions {
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.quick-actions > a,
.quick-actions > button {
  min-width: 0;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.quick-actions > :last-child {
  border-right: 0;
}

.quick-actions > a:hover,
.quick-actions > button:hover {
  background: var(--ink);
  color: white;
}

.quick-number {
  color: var(--lacquer);
  font-size: 10px;
  font-weight: 800;
}

.quick-actions strong,
.quick-actions small {
  display: block;
}

.quick-actions strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}

.quick-actions small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.quick-actions > :hover small {
  color: rgba(255, 255, 255, 0.64);
}

.signatures {
  padding-block: clamp(90px, 9vw, 150px);
}

.section-intro,
.menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 8vw;
}

.section-intro h2,
.menu-heading h2,
.film-copy h2,
.story-copy h2,
.voices-title h2,
.private-copy h2,
.visit-heading h2,
.faq h2,
.closing-cta h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1.02;
}

.section-intro h2 em,
.film-copy h2 em,
.voices-title h2 em,
.visit-heading h2 em,
.faq h2 em {
  color: var(--leaf);
}

.section-intro > p,
.menu-heading > p {
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.dish-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dish-card {
  min-width: 0;
}

.dish-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--rice-deep);
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.dish-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
}

.dish-copy {
  padding: 20px 4px 0;
}

.dish-copy > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.dish-copy h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.2;
}

.dish-copy strong {
  color: var(--lacquer);
  font-size: 12px;
}

.dish-copy p {
  max-width: 390px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.menu-section {
  padding-block: clamp(84px, 9vw, 140px);
  background: var(--ink);
  color: white;
}

.menu-heading h2 em,
.story-copy h2 em,
.private-copy h2 em,
.closing-cta h2 em {
  color: var(--gold-soft);
}

.menu-heading > p {
  color: rgba(255, 255, 255, 0.64);
}

.menu-tabs {
  margin-top: 58px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tabs button {
  min-height: 48px;
  padding: 0 24px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.menu-tabs button[aria-selected='true'] {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.menu-panel {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
}

.menu-panel[hidden] {
  display: none;
}

.menu-item {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  transition:
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 480ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-item-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 0;
  background: #0e1b17;
}

.menu-item-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 10, 0.34));
  content: '';
  pointer-events: none;
}

.menu-item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-item-body {
  padding: 22px 24px 26px;
}

.menu-item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.menu-item h3 {
  min-width: 0;
  font-family: var(--serif);
  font-size: clamp(21px, 1.65vw, 26px);
  font-weight: 500;
  line-height: 1.22;
}

.menu-item p {
  max-width: 44ch;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.65;
}

.menu-item-title > strong {
  flex: 0 0 auto;
  padding-top: 4px;
  color: var(--gold-soft);
  font-size: 13px;
  letter-spacing: 0.06em;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item:hover {
    border-color: rgba(216, 176, 105, 0.44);
    background: rgba(255, 255, 255, 0.065);
    transform: translateY(-5px);
  }

  .menu-item:hover .menu-item-media img {
    transform: scale(1.035);
  }
}

.diet {
  display: inline-block;
  margin-left: 7px;
  color: var(--leaf-bright);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.menu-footer {
  margin-top: 26px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.menu-footer p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.7;
}

.film-section {
  padding-block: clamp(90px, 9vw, 150px);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 7vw;
}

.film-copy p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.film-copy .film-note {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.film-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0e1711;
  box-shadow: var(--shadow);
}

.film-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(10, 17, 12, 0.45), transparent 52%);
}

.film-control {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  padding: 0;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(15, 24, 17, 0.46);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.film-control:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(15, 24, 17, 0.72);
}

.film-control span {
  grid-area: 1 / 1;
}

.film-control [data-film-icon] {
  margin-top: -18px;
  font-size: 18px;
}

.film-control [data-film-label] {
  margin-top: 35px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.film-frame.is-playing .film-control {
  left: 24px;
  top: auto;
  bottom: 22px;
  width: 64px;
  height: 64px;
  transform: none;
}

.film-frame.is-playing .film-control:hover {
  transform: scale(1.04);
}

.film-frame.is-playing .film-control [data-film-icon] {
  margin: 0;
}

.film-frame.is-playing .film-control [data-film-label] {
  display: none;
}

.film-runtime {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 780px;
  background: var(--leaf);
  color: white;
}

.story-image {
  position: relative;
  min-height: 640px;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image > span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 9px 12px;
  background: rgba(18, 27, 20, 0.74);
  color: white;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.story-copy {
  padding: clamp(70px, 8vw, 135px) clamp(42px, 7vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.story-values {
  margin-top: 42px;
  border-top: 1px solid var(--white-line);
}

.story-values > div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--white-line);
}

.story-values dt {
  color: var(--gold-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-values dd {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.voices {
  padding-block: clamp(90px, 9vw, 150px);
}

.voices-title {
  max-width: 980px;
}

.quote-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-card {
  min-height: 360px;
  padding: 42px clamp(24px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.quote-card:last-child {
  border-right: 0;
}

.stars {
  color: var(--lacquer);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.quote-card blockquote {
  margin-top: 44px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.quote-card figcaption {
  margin-top: auto;
  padding-top: 30px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voices-note {
  max-width: 680px;
  margin: 18px 0 0 auto;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
  text-align: right;
}

.private-dining {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  background: var(--ink);
  color: white;
}

.private-image {
  min-height: 620px;
}

.private-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private-copy {
  padding: clamp(70px, 7vw, 120px) clamp(40px, 6vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.private-copy > p:not(.eyebrow) {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.8;
}

.private-copy ul {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}

.private-copy li {
  min-width: 0;
  padding: 20px 12px;
  border-right: 1px solid var(--white-line);
}

.private-copy li:first-child {
  padding-left: 0;
}

.private-copy li:last-child {
  border-right: 0;
}

.private-copy li strong,
.private-copy li span {
  display: block;
}

.private-copy li strong {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.private-copy li span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  line-height: 1.4;
}

.private-copy .button {
  align-self: flex-start;
}

.private-copy small {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
}

.visit {
  padding-block: clamp(90px, 9vw, 150px);
}

.visit-heading {
  max-width: 900px;
}

.visit-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.visit-card {
  min-height: 370px;
  padding: 34px clamp(24px, 3.4vw, 52px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.visit-card:last-child {
  border-right: 0;
}

.card-index {
  color: var(--lacquer);
  font-size: 9px;
  font-weight: 800;
}

.visit-card h3 {
  margin-top: 46px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.visit-card > p,
.visit-card dl,
.visit-card ul {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.location-card > p:first-of-type {
  color: var(--ink);
  font-size: 15px;
}

.location-card a,
.arrival-card button {
  min-height: 44px;
  margin-top: auto;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--lacquer);
  font-size: 10px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.hours-card dl > div {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.hours-card dd {
  color: var(--ink);
}

.arrival-card li {
  position: relative;
  padding: 5px 0 5px 17px;
}

.arrival-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--lacquer);
}

.faq {
  margin-top: clamp(90px, 9vw, 140px);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 84px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: var(--serif);
  font-size: 21px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 720px;
  padding: 0 48px 28px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.closing-cta {
  min-height: 580px;
  padding: 90px 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(21, 34, 26, 0.78), rgba(21, 34, 26, 0.86)),
    url('../assets/restaurant-lua-interior-v1.webp') center / cover no-repeat;
  color: white;
  text-align: center;
}

.closing-cta h2 {
  max-width: 980px;
}

.closing-cta > div {
  margin-top: 34px;
  display: flex;
  gap: 12px;
}

.site-footer {
  min-height: 230px;
  padding: 48px 4vw;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr auto;
  align-items: center;
  gap: 36px;
  background: #0e1711;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  line-height: 1.7;
}

.footer-brand {
  color: white;
}

.site-footer > span {
  color: rgba(255, 255, 255, 0.38);
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.mobile-sticky {
  display: none;
}

.demo-dialog {
  width: min(680px, calc(100vw - 28px));
  max-height: min(820px, calc(100vh - 28px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.38);
}

.demo-dialog::backdrop {
  background: rgba(7, 13, 9, 0.76);
  backdrop-filter: blur(6px);
}

.dialog-form {
  padding: clamp(28px, 5vw, 52px);
}

.dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.dialog-head h2 {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.dialog-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.dialog-note {
  margin-top: 20px;
  padding: 14px 16px;
  background: #ece4d5;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.dialog-form fieldset {
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

.dialog-form legend,
.select-field > span {
  margin-bottom: 10px;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-card {
  min-height: 72px;
  margin-top: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  cursor: pointer;
}

.choice-card:has(input:checked) {
  border-color: var(--leaf);
  background: rgba(82, 103, 71, 0.08);
}

.choice-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--leaf);
}

.choice-card strong,
.choice-card small {
  display: block;
}

.choice-card strong {
  font-size: 13px;
}

.choice-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.select-field {
  margin-top: 22px;
  display: block;
}

.select-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
}

.reserve-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.reserve-grid .select-field {
  margin-top: 0;
}

.demo-cart {
  margin-top: 22px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: white;
}

.demo-cart span,
.demo-cart strong {
  display: block;
}

.demo-cart span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-cart strong {
  margin-top: 3px;
  font-size: 11px;
}

.form-status {
  min-height: 22px;
  margin-top: 18px;
  color: var(--lacquer);
  font-size: 11px;
  font-weight: 700;
}

.form-status.is-success {
  padding: 12px 14px;
  background: rgba(82, 103, 71, 0.12);
  color: #385030;
}

.dialog-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.text-action {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scroll-line {
  0% {
    transform: translateX(-100%);
  }
  55%,
  100% {
    transform: translateX(240%);
  }
}

@media (max-width: 1120px) {
  :root {
    --container: min(100% - 48px, 1100px);
  }

  .site-header {
    padding-inline: 28px;
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 0 11px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle i {
    width: 100%;
    height: 1px;
    display: block;
    background: white;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded='true'] i:first-of-type {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded='true'] i:last-of-type {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 22px 28px 28px;
    display: grid;
    gap: 0;
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu > a {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--serif);
    font-size: 24px;
  }

  .mobile-menu-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .mobile-menu-actions button {
    min-height: 48px;
    border: 1px solid var(--gold);
    background: transparent;
    color: white;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-menu-actions button:first-child {
    background: var(--gold);
    color: var(--ink);
  }

  .hero-scene {
    width: min(680px, 64vw);
  }

  .hero-scene-two,
  .hero-scene-four {
    right: 10vw;
    width: min(610px, 57vw);
  }

  .hero-progress button i {
    display: none;
  }

  .quick-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-actions > :nth-child(2) {
    border-right: 0;
  }

  .quick-actions > :nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .film-section {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5vw;
  }

  .story-copy,
  .private-copy {
    padding-inline: 5vw;
  }

  .private-copy ul {
    grid-template-columns: 1fr;
  }

  .private-copy li,
  .private-copy li:first-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--white-line);
  }

  .private-copy li:last-child {
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --container: calc(100% - 32px);
    --radius: 18px;
  }

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

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

  .demo-disclosure {
    min-height: 32px;
    padding: 6px 14px;
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .demo-credit {
    display: none;
  }

  .site-header,
  .site-header.is-scrolled {
    top: 32px;
    height: 72px;
    padding-inline: 16px;
  }

  .site-header.is-scrolled {
    position: fixed;
    top: 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-name {
    font-size: 27px;
  }

  .brand-sub {
    max-width: 72px;
    font-size: 6px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-order {
    display: none;
  }

  .language-switch {
    gap: 2px;
  }

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

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-menu {
    padding: 18px 16px 24px;
  }

  .hero-scroll-story {
    height: 410svh;
  }

  .hero-stage {
    min-height: 600px;
  }

  .hero-perspective {
    inset: -2%;
    perspective: 900px;
  }

  .hero-visual {
    transform: translate3d(
        calc(var(--scene-delta) * -4vw),
        calc(var(--scene-delta) * 2.2vh),
        calc(var(--scene-distance) * -85px)
      )
      rotateX(calc(var(--scene-delta) * 1.8deg)) rotateY(calc(var(--scene-delta) * -3deg))
      scale(calc(1.04 + var(--scene-distance) * 0.025));
  }

  .hero-visual-table > img {
    object-position: 66% center;
  }

  .hero-visual-dishes > .hero-dish-main {
    object-position: 43% center;
  }

  .hero-visual-kitchen > img {
    object-position: 55% center;
  }

  .hero-visual-room > img {
    object-position: 55% center;
  }

  .hero-dish-float {
    width: min(42vw, 190px);
    padding: 5px;
  }

  .hero-dish-float-left {
    left: 4vw;
    bottom: 9vh;
  }

  .hero-dish-float-right {
    top: 16vh;
    right: 3vw;
  }

  .hero-depth-shade,
  .hero-stage[data-scene='1'] .hero-depth-shade,
  .hero-stage[data-scene='3'] .hero-depth-shade {
    background:
      linear-gradient(
        0deg,
        rgba(8, 17, 11, 0.95) 3%,
        rgba(8, 17, 11, 0.78) 47%,
        rgba(8, 17, 11, 0.18) 100%
      ),
      linear-gradient(90deg, rgba(8, 17, 11, 0.32), transparent 80%);
  }

  .hero-scene,
  .hero-scene-two,
  .hero-scene-three,
  .hero-scene-four {
    top: auto;
    right: 64px;
    bottom: 114px;
    left: 16px;
    width: auto;
    transform: translate3d(
        calc(var(--scene-delta) * -18px),
        calc(var(--scene-delta) * -26px),
        calc((1 - var(--scene-distance)) * 44px)
      )
      rotateX(calc(var(--scene-delta) * 3deg));
  }

  .hero-scene h1,
  .hero-scene h2 {
    margin-top: 14px;
    font-size: clamp(43px, 12vw, 59px);
    line-height: 1.04;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 14px;
    gap: 10px;
  }

  .hero-status {
    width: 100%;
    margin-top: 22px;
    padding: 14px 16px;
  }

  .hero-scene-facts {
    margin-top: 23px;
  }

  .hero-scene-facts > div {
    padding: 14px 12px;
  }

  .hero-scene-facts dt {
    font-size: 22px;
  }

  .hero-scene-note {
    margin-top: 22px;
  }

  .hero-skip {
    top: 116px;
    right: 16px;
    font-size: 7px;
  }

  .hero-progress {
    top: 49%;
    right: 10px;
    gap: 8px;
  }

  .hero-progress button {
    grid-template-columns: 40px;
  }

  .hero-progress button i {
    display: none;
  }

  .hero-count {
    right: 15px;
    bottom: 78px;
  }

  .hero-scroll {
    display: none;
  }

  .hero-scroll-story.is-static .hero-copy-stack,
  .no-js .hero-scroll-story .hero-copy-stack {
    padding: 126px 16px 72px;
  }

  .hero-scroll-story.is-static .hero-scene,
  .no-js .hero-scroll-story .hero-scene {
    padding: 25px 20px;
  }

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

  .quick-actions > a,
  .quick-actions > button {
    min-height: 108px;
    padding: 18px 16px;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .quick-actions > a > b,
  .quick-actions > button > b {
    display: none;
  }

  .quick-actions strong {
    font-size: 17px;
  }

  .quick-actions small {
    font-size: 8px;
  }

  .signatures,
  .voices,
  .visit {
    padding-block: 82px;
  }

  .section-intro,
  .menu-heading,
  .film-section,
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-intro h2,
  .menu-heading h2,
  .film-copy h2,
  .story-copy h2,
  .voices-title h2,
  .private-copy h2,
  .visit-heading h2,
  .faq h2,
  .closing-cta h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .section-intro > p,
  .menu-heading > p {
    padding: 0;
    font-size: 13px;
  }

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

  .dish-image {
    aspect-ratio: 5 / 4;
  }

  .dish-copy h3 {
    font-size: 29px;
  }

  .menu-section {
    padding-block: 78px;
  }

  .menu-tabs {
    width: calc(100% + 16px);
    margin-top: 38px;
    padding-right: 16px;
  }

  .menu-tabs button {
    min-height: 46px;
    padding: 0 18px;
  }

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

  .menu-item {
    min-height: 0;
    border-radius: 14px;
  }

  .menu-item-body {
    padding: 18px 18px 21px;
  }

  .menu-item h3 {
    font-size: 20px;
  }

  .menu-item p {
    margin-top: 8px;
    font-size: 11px;
  }

  .menu-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .film-section {
    width: 100%;
    padding: 82px 16px;
  }

  .film-frame {
    aspect-ratio: 4 / 5;
  }

  .film-control {
    width: 96px;
    height: 96px;
  }

  .story,
  .private-dining {
    grid-template-columns: 1fr;
  }

  .story-image,
  .private-image {
    min-height: 470px;
  }

  .story-copy,
  .private-copy {
    padding: 72px 16px;
  }

  .story-values > div {
    grid-template-columns: 0.8fr 1.2fr;
  }

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

  .quote-card,
  .visit-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quote-card {
    min-height: 300px;
    padding: 32px 20px;
  }

  .quote-card:last-child,
  .visit-card:last-child {
    border-bottom: 0;
  }

  .quote-card blockquote {
    margin-top: 28px;
    font-size: 23px;
  }

  .voices-note {
    text-align: left;
  }

  .private-dining {
    min-height: auto;
  }

  .private-copy ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .private-copy li,
  .private-copy li:first-child {
    padding: 16px 9px;
    border-right: 1px solid var(--white-line);
    border-bottom: 0;
  }

  .private-copy li:first-child {
    padding-left: 0;
  }

  .private-copy li:last-child {
    border-right: 0;
  }

  .private-copy li strong {
    font-size: 22px;
  }

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

  .visit-card {
    min-height: 340px;
  }

  .faq {
    margin-top: 82px;
  }

  .faq-list summary {
    min-height: 74px;
    font-size: 18px;
  }

  .faq-list details > p {
    padding-right: 0;
  }

  .closing-cta {
    min-height: 620px;
    padding: 72px 16px;
  }

  .closing-cta > div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .closing-cta .button {
    min-width: 0;
    padding-inline: 14px;
    gap: 10px;
  }

  .site-footer {
    min-height: 360px;
    padding: 50px 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 45;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(66px + env(safe-area-inset-bottom));
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: rgba(14, 23, 17, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky button {
    min-height: 50px;
    border: 1px solid var(--gold);
    background: transparent;
    color: white;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-sticky button:first-child {
    background: var(--gold);
    color: var(--ink);
  }

  .demo-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    margin: auto;
    border-radius: 16px;
  }

  .dialog-form {
    padding: 26px 18px 30px;
  }

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

  .dialog-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .dialog-actions .button {
    width: 100%;
  }
}

@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;
  }

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

@media (max-height: 560px) and (orientation: landscape) {
  .hero-scroll-story {
    height: auto;
  }

  .hero-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 100svh;
  }
}

@supports (content-visibility: auto) {
  .voices,
  .visit {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}
