.restaurant-cinematic {
  color-scheme: dark;
  --restaurant-black: #050402;
  --restaurant-graphite: #11100d;
  --restaurant-ink: #fff7e6;
  --restaurant-muted: #c2b49a;
  --restaurant-gold: #f1bd66;
  --restaurant-amber: #b56524;
  --restaurant-wine: #4b1115;
  --restaurant-green: #1f3d2b;
  --restaurant-line: rgba(255, 247, 230, 0.14);
  --restaurant-glass: rgba(255, 247, 230, 0.065);
  --restaurant-max: 1180px;
  --restaurant-radius: 8px;
  --restaurant-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background:
    radial-gradient(circle at 72% 10%, rgba(241, 189, 102, 0.13), transparent 30vw),
    radial-gradient(circle at 16% 36%, rgba(75, 17, 21, 0.22), transparent 28vw),
    linear-gradient(180deg, #050402, #090806 44%, #050402);
  color: var(--restaurant-ink);
}

.restaurant-cinematic::before {
  background:
    linear-gradient(rgba(241, 189, 102, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 189, 102, 0.018) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.42;
}

.restaurant-cinematic::after {
  opacity: 0.1;
}

.restaurant-cinematic :focus-visible {
  outline: 2px solid var(--restaurant-gold);
  outline-offset: 4px;
}

.restaurant-cinematic main:focus {
  outline: none;
}

.restaurant-nav,
.restaurant-footer,
.restaurant-static-story {
  width: min(var(--restaurant-max), calc(100vw - 32px));
  margin: 0 auto;
}

.restaurant-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(241, 189, 102, 0.18);
  background: rgba(5, 4, 2, 0.75);
  backdrop-filter: blur(20px);
}

.restaurant-nav {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.restaurant-brand,
.restaurant-nav__links,
.restaurant-actions,
.restaurant-footer nav {
  display: flex;
  align-items: center;
}

.restaurant-brand {
  gap: 12px;
  color: var(--restaurant-ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.restaurant-brand__mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(241, 189, 102, 0.52);
  border-radius: var(--restaurant-radius);
  background: linear-gradient(145deg, rgba(241, 189, 102, 0.2), rgba(255, 255, 255, 0.045));
  color: var(--restaurant-gold);
  box-shadow: 0 0 34px rgba(241, 189, 102, 0.2);
}

.restaurant-nav__links,
.restaurant-footer nav {
  gap: 16px;
  flex-wrap: wrap;
}

.restaurant-nav__links a,
.restaurant-footer a {
  color: var(--restaurant-muted);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.restaurant-nav__links a:hover,
.restaurant-footer a:hover {
  color: var(--restaurant-ink);
}

.restaurant-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--restaurant-line);
  border-radius: var(--restaurant-radius);
  padding: 0 18px;
  background: rgba(255, 247, 230, 0.06);
  color: var(--restaurant-ink);
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms var(--restaurant-ease), border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.restaurant-button:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 189, 102, 0.55);
  background: rgba(241, 189, 102, 0.1);
}

.restaurant-button--primary {
  border-color: rgba(241, 189, 102, 0.72);
  background: linear-gradient(135deg, #f7d18a, #ad6222);
  color: #090704;
  box-shadow: 0 18px 56px rgba(241, 189, 102, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.restaurant-experience {
  position: relative;
  height: 760svh;
  min-height: 4200px;
}

.restaurant-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at calc(52% + (var(--restaurant-progress, 0) * 24%)) 42%, rgba(241, 189, 102, calc(0.12 + (var(--restaurant-progress, 0) * 0.08))), transparent 34%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.9), rgba(5, 4, 2, 0.98));
}

.restaurant-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.restaurant-pin::before,
.restaurant-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.restaurant-pin::before {
  background:
    radial-gradient(circle at 50% 105%, rgba(241, 189, 102, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(5, 4, 2, 0.94), transparent 44%, rgba(5, 4, 2, 0.72));
}

.restaurant-pin::after {
  opacity: 0.12;
  background: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: overlay;
}

.restaurant-image-stack,
.restaurant-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.restaurant-image-stack {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 38%, rgba(241, 189, 102, 0.15), transparent 30%),
    linear-gradient(180deg, #050402, #090704 48%, #050402);
}

.restaurant-scene-image {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08) translate3d(0, 0, 0);
  filter: saturate(0.98) contrast(1.08) brightness(0.72);
  transition:
    opacity 700ms var(--restaurant-ease),
    transform 900ms var(--restaurant-ease),
    filter 700ms ease;
  will-change: opacity, transform;
}

.restaurant-scene-image.is-missing {
  display: none;
}

.scene-0 .restaurant-scene-image--0.is-loaded,
.scene-1 .restaurant-scene-image--1.is-loaded,
.scene-2 .restaurant-scene-image--2.is-loaded,
.scene-3 .restaurant-scene-image--3.is-loaded,
.scene-4 .restaurant-scene-image--4.is-loaded,
.scene-5 .restaurant-scene-image--5.is-loaded,
.scene-6 .restaurant-scene-image--6.is-loaded {
  opacity: 0.9;
  transform:
    scale(calc(1.045 + (var(--scene-progress, 0) * 0.045)))
    translate3d(var(--image-shift, 0%), var(--image-rise, 0%), 0);
  filter: saturate(1.04) contrast(1.08) brightness(0.82);
}

.restaurant-image-overlay {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(5, 4, 2, 0.92) 0%, rgba(5, 4, 2, 0.68) 35%, rgba(5, 4, 2, 0.28) 62%, rgba(5, 4, 2, 0.7) 100%),
    linear-gradient(180deg, rgba(5, 4, 2, 0.7) 0%, rgba(5, 4, 2, 0.12) 28%, rgba(5, 4, 2, 0.44) 68%, rgba(5, 4, 2, 0.9) 100%),
    radial-gradient(circle at 74% 38%, rgba(241, 189, 102, 0.2), transparent 36%),
    radial-gradient(circle at 12% 72%, rgba(75, 17, 21, 0.24), transparent 34%);
}

.restaurant-progress {
  position: absolute;
  left: max(16px, calc((100vw - var(--restaurant-max)) / 2));
  right: max(16px, calc((100vw - var(--restaurant-max)) / 2));
  top: 92px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--restaurant-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.restaurant-progress__track {
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 247, 230, 0.14);
}

.restaurant-progress__track span {
  display: block;
  width: calc(var(--restaurant-progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--restaurant-gold), rgba(255, 255, 255, 0.88));
  box-shadow: 0 0 18px rgba(241, 189, 102, 0.55);
}

.restaurant-copy {
  position: absolute;
  left: max(16px, calc((100vw - var(--restaurant-max)) / 2));
  top: 50%;
  z-index: 18;
  width: min(610px, calc(100vw - 32px));
  transform: translateY(-50%);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.78), 0 2px 18px rgba(0, 0, 0, 0.62);
}

.restaurant-kicker {
  margin: 0 0 14px;
  color: var(--restaurant-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.restaurant-copy h1,
.restaurant-static-story h2 {
  margin: 0;
  color: var(--restaurant-ink);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.restaurant-copy h1 {
  font-size: clamp(43px, 7vw, 94px);
}

.restaurant-copy p:not(.restaurant-kicker) {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--restaurant-muted);
  font-size: clamp(16px, 1.35vw, 20px);
}

.restaurant-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 360ms var(--restaurant-ease), transform 360ms var(--restaurant-ease);
}

.scene-6 .restaurant-actions,
.reduced-motion .restaurant-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.restaurant-visual {
  position: absolute;
  inset: 0;
  z-index: 6;
  transform: translate3d(calc(var(--camera-x, 0) * -1px), calc(var(--camera-y, 0) * -1px), 0) scale(calc(1 + (var(--restaurant-progress, 0) * 0.08)));
  transform-origin: 70% 55%;
  transition: opacity 360ms ease, transform 120ms linear;
}

.restaurant-images-ready .restaurant-visual {
  opacity: 0.18;
  mix-blend-mode: screen;
}

.restaurant-images-partial .restaurant-visual {
  opacity: 0.42;
}

.scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(1.03);
  transition: opacity 520ms var(--restaurant-ease), transform 720ms var(--restaurant-ease), filter 720ms var(--restaurant-ease);
  filter: blur(8px);
  pointer-events: none;
}

.scene-0 .scene--exterior,
.scene-1 .scene--entrance,
.scene-2 .scene--dining,
.scene-3 .scene--dishes,
.scene-4 .scene--menu,
.scene-5 .scene--chef,
.scene-6 .scene--reservation {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.scene-1 .scene--exterior,
.scene-2 .scene--entrance,
.scene-3 .scene--dining,
.scene-4 .scene--dishes,
.scene-5 .scene--menu,
.scene-6 .scene--chef {
  opacity: 0.16;
  transform: translate3d(-4vw, -2vh, 0) scale(1.08);
  filter: blur(5px);
}

.city-haze,
.facade,
.street-reflection,
.window,
.restaurant-sign,
.restaurant-subsign,
.glass-door,
.door-glow,
.threshold-light,
.ceiling-light,
.dining-table,
.depth-arch,
.dish,
.menu-card,
.chef-pass,
.ingredient,
.knife-line,
.final-table,
.reservation-card,
.spotlight {
  position: absolute;
  display: block;
}

.city-haze {
  inset: 12% 4% 0 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 189, 102, 0.2), transparent 62%);
  filter: blur(24px);
}

.facade {
  right: 7%;
  bottom: 12%;
  width: min(690px, 58vw);
  height: min(560px, 56vh);
  border: 1px solid rgba(241, 189, 102, 0.19);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 10% 90%, rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #20130d, #070604);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: perspective(1000px) rotateY(-8deg);
}

.restaurant-sign,
.restaurant-subsign {
  right: clamp(70px, 17vw, 300px);
  z-index: 2;
  color: var(--restaurant-gold);
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(241, 189, 102, 0.82), 0 0 46px rgba(241, 189, 102, 0.44);
}

.restaurant-sign {
  top: 30%;
  font-size: clamp(34px, 5.4vw, 78px);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.restaurant-subsign {
  top: 43%;
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 900;
  letter-spacing: 0.42em;
}

.window {
  bottom: 20%;
  z-index: 2;
  width: min(170px, 13vw);
  height: min(220px, 24vh);
  border: 1px solid rgba(255, 247, 230, 0.22);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.2), transparent 22% 52%, rgba(241, 189, 102, 0.13)),
    rgba(3, 3, 3, 0.64);
}

.window--left {
  right: min(480px, 41vw);
}

.window--right {
  right: min(120px, 11vw);
}

.street-reflection {
  right: 3%;
  bottom: 0;
  width: min(820px, 68vw);
  height: 24vh;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(241, 189, 102, 0.25), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  filter: blur(5px);
  transform: rotateX(70deg);
  transform-origin: top;
}

.glass-door {
  top: 13%;
  bottom: 10%;
  width: 25%;
  border: 1px solid rgba(255, 247, 230, 0.25);
  background:
    linear-gradient(117deg, rgba(255, 255, 255, 0.2), transparent 20% 48%, rgba(241, 189, 102, 0.16)),
    rgba(255, 247, 230, 0.035);
  box-shadow: inset 0 0 46px rgba(255, 255, 255, 0.08);
}

.glass-door--left {
  right: 37%;
  transform: perspective(900px) rotateY(24deg);
}

.glass-door--right {
  right: 13%;
  transform: perspective(900px) rotateY(-24deg);
}

.door-glow {
  right: 14%;
  bottom: 8%;
  width: 48%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 189, 102, 0.25), transparent 64%);
  filter: blur(18px);
}

.threshold-light {
  right: 10%;
  bottom: 13%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(241, 189, 102, 0.9), transparent);
  box-shadow: 0 0 34px rgba(241, 189, 102, 0.58);
}

.ceiling-light {
  top: 10%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--restaurant-gold);
  box-shadow: 0 0 36px rgba(241, 189, 102, 0.82), 0 90px 180px rgba(241, 189, 102, 0.16);
}

.ceiling-light--one {
  right: 42%;
}

.ceiling-light--two {
  right: 18%;
}

.depth-arch {
  top: 17%;
  bottom: 14%;
  width: 20%;
  border: 1px solid rgba(241, 189, 102, 0.18);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.depth-arch--one {
  right: 12%;
}

.depth-arch--two {
  right: 38%;
  opacity: 0.56;
  transform: scale(0.86);
}

.dining-table {
  right: 12%;
  bottom: 12%;
  width: min(360px, 30vw);
  height: min(170px, 17vh);
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 42%, rgba(255, 247, 230, 0.14), rgba(30, 18, 11, 0.94) 62%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.dining-table--rear {
  right: 42%;
  bottom: 28%;
  transform: scale(0.58);
  opacity: 0.72;
}

.dining-table i,
.dining-table b,
.dining-table em {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.dining-table i {
  left: 45%;
  top: 26%;
  width: 10px;
  height: 26px;
  background: var(--restaurant-gold);
  box-shadow: 0 0 22px rgba(241, 189, 102, 0.7);
}

.dining-table b {
  left: 33%;
  top: 52%;
  width: 46px;
  height: 18px;
  background: rgba(255, 247, 230, 0.65);
}

.dining-table em {
  right: 28%;
  top: 46%;
  width: 38px;
  height: 20px;
  background: rgba(75, 17, 21, 0.78);
}

.dish {
  width: min(230px, 22vw);
  height: min(230px, 22vw);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 230, 0.15), transparent 30%),
    radial-gradient(circle, #15100b 54%, rgba(241, 189, 102, 0.52) 55% 58%, #090704 60%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44), 0 0 54px rgba(241, 189, 102, 0.18);
}

.dish::before,
.dish::after,
.dish i,
.dish b {
  content: "";
  position: absolute;
  display: block;
}

.dish::before {
  inset: 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 101, 36, 0.94), rgba(75, 17, 21, 0.78));
}

.dish::after {
  left: 48%;
  top: -22%;
  width: 2px;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(255, 247, 230, 0.44), transparent);
  filter: blur(2px);
}

.dish i {
  left: 30%;
  top: 36%;
  width: 22px;
  height: 9px;
  border-radius: 999px;
  background: var(--restaurant-green);
}

.dish b {
  right: 30%;
  bottom: 34%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--restaurant-gold);
}

.dish--one {
  right: 46%;
  top: 28%;
}

.dish--two {
  right: 20%;
  top: 42%;
  transform: scale(1.18);
}

.dish--three {
  right: 34%;
  bottom: 10%;
  transform: scale(0.82);
}

.menu-card {
  width: min(260px, 24vw);
  min-height: 190px;
  border: 1px solid rgba(241, 189, 102, 0.22);
  border-radius: var(--restaurant-radius);
  padding: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 189, 102, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(255, 247, 230, 0.09), rgba(255, 247, 230, 0.03));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.menu-card small,
.menu-card em,
.reservation-card small,
.reservation-card em {
  display: block;
  color: var(--restaurant-muted);
  font-style: normal;
}

.menu-card small,
.reservation-card small {
  color: var(--restaurant-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-card strong,
.reservation-card strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--restaurant-ink);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
}

.menu-card--starter {
  right: 42%;
  top: 21%;
}

.menu-card--main {
  right: 12%;
  top: 31%;
  transform: translateY(calc(var(--restaurant-progress, 0) * -18px));
}

.menu-card--dessert {
  right: 34%;
  bottom: 15%;
}

.menu-card--drink {
  right: 7%;
  bottom: 18%;
}

.chef-pass {
  right: 8%;
  top: 18%;
  width: min(720px, 60vw);
  height: min(430px, 44vh);
  border: 1px solid rgba(241, 189, 102, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(110deg, rgba(255, 247, 230, 0.14), transparent 18%),
    radial-gradient(circle at 58% 26%, rgba(241, 189, 102, 0.18), transparent 28%),
    linear-gradient(180deg, #22150d, #080604);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.52);
}

.ingredient {
  border: 1px solid rgba(241, 189, 102, 0.22);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 247, 230, 0.07);
  color: var(--restaurant-ink);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.3);
}

.ingredient--one {
  right: 50%;
  top: 29%;
}

.ingredient--two {
  right: 18%;
  top: 26%;
}

.ingredient--three {
  right: 34%;
  bottom: 24%;
}

.knife-line {
  right: 16%;
  bottom: 34%;
  width: min(420px, 36vw);
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 247, 230, 0.82), var(--restaurant-gold));
  box-shadow: 0 0 24px rgba(241, 189, 102, 0.32);
  transform: rotate(-17deg);
}

.final-table {
  right: 14%;
  bottom: 13%;
  width: min(560px, 50vw);
  height: min(260px, 26vh);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(255, 247, 230, 0.2), transparent 32%),
    radial-gradient(ellipse at 50% 58%, rgba(241, 189, 102, 0.28), rgba(28, 15, 8, 0.96) 64%);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.55), 0 0 90px rgba(241, 189, 102, 0.2);
}

.spotlight {
  right: 3%;
  bottom: 0;
  width: 70vw;
  height: 80vh;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(241, 189, 102, 0.2), transparent 60%);
  filter: blur(18px);
}

.reservation-card {
  right: 21%;
  top: 24%;
  width: min(320px, 30vw);
  min-height: 190px;
  border: 1px solid rgba(241, 189, 102, 0.28);
  border-radius: var(--restaurant-radius);
  padding: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 189, 102, 0.22), transparent 40%),
    linear-gradient(145deg, rgba(255, 247, 230, 0.1), rgba(255, 247, 230, 0.035));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.restaurant-static-story {
  padding: clamp(70px, 10vw, 130px) 0;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.restaurant-static-story__header {
  max-width: 780px;
  margin-bottom: 32px;
}

.restaurant-static-story h2 {
  font-size: clamp(32px, 4.8vw, 68px);
}

.restaurant-story-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(210px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.restaurant-story-grid article {
  min-height: 230px;
  border: 1px solid var(--restaurant-line);
  border-radius: var(--restaurant-radius);
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 247, 230, 0.08), rgba(255, 247, 230, 0.025));
}

.restaurant-story-grid span {
  color: var(--restaurant-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.restaurant-story-grid h3 {
  margin: 18px 0 8px;
  color: var(--restaurant-ink);
  font-size: 24px;
  line-height: 1;
}

.restaurant-story-grid p {
  color: var(--restaurant-muted);
}

.restaurant-footer {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--restaurant-line);
  color: var(--restaurant-muted);
}

@media (max-width: 920px) {
  .restaurant-nav {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 0;
  }

  .restaurant-nav__links {
    justify-content: flex-start;
  }

  .restaurant-experience {
    height: 640svh;
    min-height: 3600px;
  }

  .restaurant-progress {
    top: 122px;
  }

  .restaurant-copy {
    top: auto;
    bottom: 32px;
    transform: none;
  }

  .restaurant-copy h1 {
    font-size: clamp(38px, 10vw, 76px);
  }

  .restaurant-copy p:not(.restaurant-kicker) {
    max-width: 94vw;
  }

  .restaurant-visual {
    transform-origin: 62% 36%;
  }

  .restaurant-scene-image {
    inset: -2%;
    width: 104%;
    height: 104%;
    object-position: 62% 36%;
  }

  .restaurant-image-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 2, 0.72) 0%, rgba(5, 4, 2, 0.16) 34%, rgba(5, 4, 2, 0.76) 74%, rgba(5, 4, 2, 0.95) 100%),
      linear-gradient(90deg, rgba(5, 4, 2, 0.56), rgba(5, 4, 2, 0.22) 50%, rgba(5, 4, 2, 0.46)),
      radial-gradient(circle at 70% 32%, rgba(241, 189, 102, 0.2), transparent 38%);
  }

  .facade {
    right: -8%;
    bottom: 34%;
    width: 74vw;
    height: 38vh;
  }

  .restaurant-sign,
  .restaurant-subsign {
    right: 11vw;
  }

  .window {
    display: none;
  }

  .glass-door--left {
    right: 46%;
  }

  .glass-door--right {
    right: 18%;
  }

  .dining-table,
  .dish,
  .menu-card,
  .chef-pass,
  .final-table,
  .reservation-card {
    right: 8%;
  }

  .dish--one {
    top: 18%;
    right: 50%;
  }

  .dish--two {
    top: 30%;
  }

  .dish--three {
    bottom: 34%;
    right: 34%;
  }

  .menu-card {
    width: min(240px, 42vw);
  }

  .menu-card--starter {
    right: 50%;
    top: 13%;
  }

  .menu-card--main {
    top: 22%;
  }

  .menu-card--dessert {
    right: 46%;
    bottom: 35%;
  }

  .menu-card--drink {
    bottom: 34%;
  }

  .chef-pass {
    top: 12%;
    width: 82vw;
    height: 34vh;
  }

  .ingredient--one {
    right: 54%;
    top: 20%;
  }

  .ingredient--two {
    right: 12%;
    top: 18%;
  }

  .ingredient--three {
    right: 28%;
    bottom: 43%;
  }

  .reservation-card {
    top: 17%;
    width: min(300px, 46vw);
  }

  .final-table {
    bottom: 33%;
    width: 74vw;
  }
}

@media (max-width: 560px) {
  .restaurant-nav,
  .restaurant-footer,
  .restaurant-static-story {
    width: min(100% - 24px, var(--restaurant-max));
  }

  .restaurant-brand {
    font-size: 12px;
  }

  .restaurant-brand__mark {
    width: 36px;
    height: 36px;
  }

  .restaurant-nav__links a:not(.restaurant-button) {
    font-size: 13px;
  }

  .restaurant-button {
    width: 100%;
    min-height: 48px;
  }

  .restaurant-progress {
    top: 154px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .restaurant-copy {
    left: 12px;
    width: calc(100vw - 24px);
    bottom: 22px;
  }

  .restaurant-copy h1 {
    font-size: clamp(34px, 12vw, 58px);
  }

  .restaurant-copy p:not(.restaurant-kicker) {
    font-size: 15px;
  }

  .restaurant-scene-image {
    object-position: 65% 32%;
  }

  .restaurant-actions {
    width: 100%;
  }

  .facade {
    right: -22%;
    bottom: 42%;
    width: 96vw;
    height: 30vh;
  }

  .restaurant-sign {
    top: 27%;
    right: 8vw;
    font-size: clamp(27px, 10vw, 46px);
  }

  .restaurant-subsign {
    top: 38%;
    right: 11vw;
    letter-spacing: 0.24em;
  }

  .glass-door {
    top: 15%;
    bottom: 44%;
    width: 34%;
  }

  .glass-door--left {
    right: 48%;
  }

  .glass-door--right {
    right: 18%;
  }

  .dining-table {
    width: 58vw;
    height: 16vh;
  }

  .dining-table--front {
    bottom: 39%;
  }

  .dining-table--rear {
    right: 42%;
    bottom: 54%;
  }

  .depth-arch {
    top: 12%;
    bottom: 44%;
    width: 28%;
  }

  .dish {
    width: 42vw;
    height: 42vw;
  }

  .dish--one {
    top: 14%;
    right: 48%;
  }

  .dish--two {
    top: 27%;
    right: 10%;
  }

  .dish--three {
    right: 30%;
    bottom: 38%;
  }

  .menu-card {
    width: 48vw;
    min-height: 150px;
    padding: 18px;
  }

  .menu-card strong {
    font-size: 22px;
  }

  .menu-card--starter {
    right: 48%;
    top: 11%;
  }

  .menu-card--main {
    right: 4%;
    top: 20%;
  }

  .menu-card--dessert {
    right: 46%;
    bottom: 39%;
  }

  .menu-card--drink {
    right: 3%;
    bottom: 36%;
  }

  .chef-pass {
    right: 3%;
    width: 94vw;
    height: 30vh;
  }

  .ingredient {
    padding: 8px 10px;
    font-size: 12px;
  }

  .knife-line {
    right: 12%;
    bottom: 48%;
    width: 62vw;
  }

  .final-table {
    right: -10%;
    bottom: 39%;
    width: 106vw;
    height: 22vh;
  }

  .reservation-card {
    top: 13%;
    right: 6%;
    width: 66vw;
    min-height: 150px;
    padding: 20px;
  }

  .restaurant-story-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .restaurant-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .restaurant-cinematic *,
  .restaurant-cinematic *::before,
  .restaurant-cinematic *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .restaurant-experience {
    height: auto;
    min-height: 100svh;
  }

  .restaurant-pin {
    position: relative;
    min-height: 100svh;
  }

  .restaurant-atmosphere {
    display: none;
  }

  .restaurant-scene-image,
  .restaurant-visual,
  .scene,
  .scene-6 .scene--reservation {
    transform: none !important;
    filter: none !important;
  }

  .restaurant-scene-image {
    transition: none !important;
  }

  .scene {
    opacity: 0 !important;
  }

  .scene--reservation {
    opacity: 1 !important;
  }

  .restaurant-actions {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
