.hall-asian-body {
  --asian-paper: #e9dec2;
  --asian-paper-deep: #d8c8a4;
  --asian-ink: #211b17;
  --asian-red: #a30f3c;
  --asian-muted: #756854;
  background: var(--asian-ink);
}

.hall-asian-body .scroll-progress span { background: #c51c49; }
.hall-asian-body main { overflow: clip; }
.hall-asian-body .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;
}

.asian-hero {
  min-height: 820px;
  height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  padding-bottom: clamp(30px, 4vw, 58px);
}
.asian-hero .hall-hero-media img {
  object-position: 58% 54%;
  filter: saturate(.58) contrast(1.12) brightness(.72);
}
.asian-hero:before {
  background:
    linear-gradient(90deg, rgba(22, 17, 14, .94) 0%, rgba(22, 17, 14, .66) 42%, rgba(22, 17, 14, .18) 76%, rgba(22, 17, 14, .48) 100%),
    linear-gradient(0deg, rgba(22, 17, 14, .9), transparent 54%);
}
.asian-hero:after {
  background:
    radial-gradient(circle at 18% 42%, rgba(163, 15, 60, .34), transparent 35%),
    linear-gradient(112deg, transparent 64%, rgba(233, 222, 194, .12) 64.1%, transparent 64.5%);
}
.asian-hero .hall-breadcrumbs { color: #d9cfba; }
.asian-hero .hall-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #eadfc8;
  margin-bottom: 24px;
}
.asian-hero .hall-eyebrow:before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b51a47;
}
.asian-hero .hall-title {
  max-width: 8.5ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 10.6vw, 10.8rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: none;
}
.asian-hero .hall-title>span { overflow: visible; }
.asian-hero .hall-title>span:nth-child(2) {
  margin: .12em 0 0 .72em;
  color: #d9a5ae;
  font-style: italic;
}
.asian-hero-mark {
  position: absolute;
  top: calc(var(--header) + 58px);
  right: clamp(28px, 6vw, 96px);
  width: 126px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233, 222, 194, .56);
  border-radius: 50%;
  color: #f0e4cc;
  rotate: 8deg;
}
.asian-hero-mark:before,
.asian-hero-mark:after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(233, 222, 194, .18);
  border-radius: inherit;
}
.asian-hero-mark:after { inset: 18px; border-color: rgba(181, 26, 71, .55); }
.asian-hero-mark b {
  position: relative;
  z-index: 1;
  font: 400 42px/1 Georgia, serif;
}
.asian-hero-mark small {
  position: absolute;
  bottom: 20px;
  font: 600 5px Unbounded, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.asian-hero-bottom {
  align-self: end;
  display: grid;
  gap: 22px;
  max-width: 510px;
  margin-right: 48px;
}
.asian-hero .hall-hero-note { margin: 0; color: #e4d9c5; }
.asian-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.asian-hero-actions .action { min-width: 186px; }
.asian-hero-actions .action-paper { background: var(--asian-paper); color: var(--asian-ink); }
.asian-hero-actions .action-outline { border: 1px solid rgba(255, 255, 255, .48); color: #fff; }
.asian-hero .hall-hero-facts {
  border-color: rgba(233, 222, 194, .42);
  background: rgba(28, 21, 17, .62);
}
.asian-hero .hall-hero-facts small { color: #cbbda3; }

.hall-asian-body .hall-switcher {
  background: #ded2b7;
  color: var(--asian-ink);
  border-color: rgba(33, 27, 23, .34);
}
.hall-asian-body .hall-switcher a { border-color: rgba(33, 27, 23, .3); }
.hall-asian-body .hall-switcher a:hover { background: #efe4ca; }
.hall-asian-body .hall-switcher a[aria-current="page"] { background: var(--asian-red); color: #fff; }

.hall-asian-body .hall-intro {
  position: relative;
  background:
    radial-gradient(circle at 82% 16%, rgba(163, 15, 60, .07), transparent 26%),
    repeating-linear-gradient(0deg, rgba(70, 54, 35, .018) 0 1px, transparent 1px 5px),
    var(--asian-paper);
  color: var(--asian-ink);
  padding-bottom: clamp(70px, 8vw, 118px);
}
.hall-asian-body .hall-intro:after {
  content: "味";
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: -.18em;
  color: rgba(33, 27, 23, .04);
  font: 400 clamp(10rem, 23vw, 25rem)/1 Georgia, serif;
  pointer-events: none;
}
.hall-asian-body .hall-section-no { color: var(--asian-red); }
.hall-asian-body .hall-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(3.8rem, 7vw, 7.2rem);
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: none;
}
.hall-asian-body .hall-intro h2 span { color: var(--asian-red); font-style: italic; }
.hall-asian-body .hall-intro-copy p { color: #625645; }
.hall-asian-body .hall-intro-copy p:first-child { color: var(--asian-ink); }
.hall-asian-body .hall-specs { position: relative; z-index: 1; border-color: var(--asian-ink); }
.hall-asian-body .hall-specs>div { border-color: var(--asian-ink); }
.hall-asian-body .hall-specs dt { color: var(--asian-red); }

.asian-menu {
  position: relative;
  isolation: isolate;
  padding: clamp(88px, 10vw, 150px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 14% 8%, rgba(163, 15, 60, .08), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(76, 55, 30, .09), transparent 24%),
    repeating-linear-gradient(90deg, rgba(75, 57, 36, .012) 0 1px, transparent 1px 7px),
    #eee4cb;
  color: var(--asian-ink);
}
.asian-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 20px;
  border: 1px solid rgba(55, 44, 31, .15);
  pointer-events: none;
}
.asian-menu-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: 62px;
}
.asian-menu-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: var(--asian-red);
  font: 600 8px Unbounded, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.asian-menu-kicker:before { content: ""; width: 38px; height: 1px; background: currentColor; }
.asian-menu h2 {
  max-width: 11ch;
  margin: 0;
  font: 400 clamp(4.1rem, 8.1vw, 8.2rem)/.79 Georgia, "Times New Roman", serif;
  letter-spacing: -.075em;
}
.asian-menu h2 em { color: var(--asian-red); font-weight: 400; }
.asian-menu-lead { max-width: 47ch; margin: 0; font-size: 16px; line-height: 1.7; color: #625645; }
.asian-menu-lead strong { display: block; margin-bottom: 16px; color: var(--asian-ink); font: 600 10px Unbounded, sans-serif; text-transform: uppercase; }

.asian-menu-spread {
  position: relative;
  margin: 0 0 68px;
  padding: clamp(10px, 1.4vw, 22px);
  background: var(--asian-ink);
  box-shadow: 0 28px 70px rgba(47, 35, 21, .2);
}
.asian-menu-spread img { width: 100%; height: auto; aspect-ratio: 1.413 / 1; object-fit: cover; }
.asian-menu-spread figcaption {
  position: absolute;
  right: clamp(18px, 3vw, 46px);
  bottom: clamp(18px, 3vw, 46px);
  max-width: 310px;
  padding: 16px 18px;
  background: rgba(31, 24, 20, .9);
  color: #f4ead4;
  font-size: 12px;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}
.asian-menu-spread figcaption b { display: block; margin-bottom: 6px; font: 600 8px Unbounded, sans-serif; text-transform: uppercase; }

.asian-menu-nav {
  display: flex;
  margin-bottom: 70px;
  border-block: 1px solid rgba(33, 27, 23, .56);
  overflow-x: auto;
  scrollbar-width: none;
}
.asian-menu-nav::-webkit-scrollbar { display: none; }
.asian-menu-nav a {
  flex: 1;
  min-width: 190px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border-right: 1px solid rgba(33, 27, 23, .32);
  font: 600 9px Unbounded, sans-serif;
  text-transform: uppercase;
  transition: color .2s, background .2s;
}
.asian-menu-nav a:last-child { border-right: 0; }
.asian-menu-nav a span { color: var(--asian-red); }
.asian-menu-nav a:hover,
.asian-menu-nav a:focus-visible { color: #fff; background: var(--asian-red); }
.asian-menu-nav a:hover span,
.asian-menu-nav a:focus-visible span { color: #fff; }

.asian-menu-group {
  scroll-margin-top: calc(var(--header) + 84px);
  padding: 0 0 82px;
}
.asian-menu-group+.asian-menu-group { padding-top: 82px; border-top: 1px solid rgba(33, 27, 23, .3); }
.asian-menu-group-head {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 38px;
}
.asian-menu-index { color: var(--asian-red); font: 600 8px Unbounded, sans-serif; }
.asian-menu-group h3 {
  margin: 0;
  font: 400 clamp(2.8rem, 5.4vw, 5.6rem)/.9 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}
.asian-menu-group-head p { margin: 0 0 8px; color: var(--asian-red); font: italic 18px Georgia, serif; }
.asian-dish-list { columns: 2; column-gap: clamp(44px, 7vw, 112px); }
.asian-dish {
  break-inside: avoid;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  padding: 21px 0 22px;
  border-top: 1px solid rgba(33, 27, 23, .22);
}
.asian-dish:first-child { border-top-color: var(--asian-ink); }
.asian-dish h4 { margin: 0; font: 400 19px/1.22 Georgia, "Times New Roman", serif; letter-spacing: -.015em; }
.asian-dish p { margin: 6px 0 0; max-width: 46ch; color: #655846; font-size: 13px; line-height: 1.5; }
.asian-dish em { display: block; margin-top: 5px; color: var(--asian-red); font: italic 13px/1.4 Georgia, serif; }
.asian-dish-meta { min-width: 128px; text-align: right; font-variant-numeric: tabular-nums; }
.asian-dish-meta small { display: block; color: #574b3d; font: 600 11px/1.35 Manrope, sans-serif; letter-spacing: .01em; white-space: nowrap; }
.asian-dish-meta small:before { content: "выход, г"; display: block; margin-bottom: 4px; color: #6a1734; font: 600 8px/1.2 Unbounded, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.asian-dish-meta strong { display: block; margin-top: 9px; font: 600 12px Unbounded, sans-serif; white-space: nowrap; font-variant-numeric: tabular-nums; }
.asian-dish--note { display: block; padding: 18px 0; color: #574a38; font-size: 12px; line-height: 1.55; }
.asian-dish--note b { display: block; color: var(--asian-red); font: 600 8px Unbounded, sans-serif; text-transform: uppercase; }

.asian-menu-disclaimer {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(33, 27, 23, .48);
  background: rgba(255, 255, 255, .19);
}
.asian-menu-disclaimer>span { color: var(--asian-red); font: 600 10px Unbounded, sans-serif; text-transform: uppercase; }
.asian-menu-disclaimer p { max-width: 76ch; margin: 0; color: #5e5140; font-size: 12px; line-height: 1.65; }
.asian-menu-disclaimer small { color: #584c3e; font: 600 10px Unbounded, sans-serif; text-transform: uppercase; white-space: nowrap; }

.asian-story {
  padding: clamp(90px, 10vw, 150px) clamp(20px, 5vw, 76px);
  background: #171310;
  color: #f4ead4;
}
.asian-story-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 9vw;
  align-items: end;
  margin-bottom: 58px;
}
.asian-story-head h2 { margin: 0; max-width: 12ch; font: 400 clamp(3.8rem, 7vw, 7rem)/.82 Georgia, serif; letter-spacing: -.065em; }
.asian-story-head h2 em { color: #d59ba8; }
.asian-story-head p { max-width: 48ch; margin: 0; color: #cfc3ad; font-size: 15px; line-height: 1.7; }
.asian-story-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 360px 250px;
  gap: 12px;
}
.asian-story-grid:focus-visible { outline: 3px solid #d59ba8; outline-offset: 6px; }
.asian-story-grid figure { position: relative; margin: 0; overflow: hidden; }
.asian-story-grid figure:first-child { grid-row: 1 / 3; }
.asian-story-grid img { filter: saturate(.68) contrast(1.05); transition: transform .75s var(--ease-expo), filter .35s; }
.asian-story-grid figure:hover img { transform: scale(1.025); filter: saturate(.9) contrast(1.03); }
.asian-story-grid figcaption { position: absolute; left: 18px; bottom: 16px; color: #fff; font: 600 7px Unbounded, sans-serif; text-transform: uppercase; }

.hall-asian-body .hall-booking {
  position: relative;
  overflow: hidden;
  background: var(--asian-red);
}
.hall-asian-body .hall-booking:after {
  content: "R";
  position: absolute;
  right: -.08em;
  bottom: -.32em;
  color: rgba(255, 255, 255, .05);
  font: 700 clamp(15rem, 31vw, 34rem)/1 Unbounded, sans-serif;
  pointer-events: none;
}
.hall-asian-body .hall-booking>* { position: relative; z-index: 1; }
.hall-asian-body .hall-booking h2 { font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.065em; }
.hall-asian-body .hall-booking h2 span { color: #f0d9aa; font-style: italic; }
.hall-asian-body .hall-booking-copy p { color: #f1d9df; }
.hall-asian-body .hall-booking .action-light { background: var(--asian-paper); }
.hall-asian-body .hall-booking-phone { color: #fff; }

.hall-asian-body .other-halls { background: #171310; }
.hall-asian-body .other-halls-head h2,
.hall-asian-body .other-hall h3 { font-family: Georgia, serif; font-weight: 400; }
.hall-asian-body .other-hall span { color: #d59ba8; }
.hall-asian-body .site-footer { background: #8f1035; }

@media (max-width: 1100px) {
  .asian-hero .hall-title { font-size: clamp(5rem, 11vw, 8rem); }
  .asian-menu-head,
  .asian-story-head { grid-template-columns: 1fr; gap: 38px; }
  .asian-menu-lead { max-width: 60ch; }
  .asian-menu-group-head { grid-template-columns: 64px 1fr auto; }
  .asian-dish-list { column-gap: 46px; }
}

@media (max-width: 820px) {
  .asian-hero { min-height: 780px; padding: calc(var(--header) + 70px) 18px 26px; }
  .asian-hero .hall-hero-media img { object-position: 61% center; }
  .asian-hero:before { background: linear-gradient(0deg, rgba(22, 17, 14, .96) 0%, rgba(22, 17, 14, .54) 64%, rgba(22, 17, 14, .28) 100%); }
  .asian-hero .hall-title { max-width: none; font-size: clamp(3.6rem, 15vw, 6rem); line-height: .8; }
  .asian-hero .hall-title>span:nth-child(2) { margin-left: .42em; }
  .asian-hero-mark { top: calc(var(--header) + 82px); right: 18px; width: 92px; }
  .asian-hero-mark b { font-size: 30px; }
  .asian-hero-mark small { bottom: 13px; }
  .asian-hero-bottom { margin: 0; gap: 18px; }
  .asian-hero-actions .action { flex: 1; min-width: 0; }
  .hall-asian-body .hall-intro { padding-inline: 18px; }
  .hall-asian-body .hall-intro h2 { font-size: clamp(3.4rem, 14vw, 5.7rem); }
  .asian-menu { padding: 80px 18px; }
  .asian-menu:before { inset: 8px; }
  .asian-menu h2 { font-size: clamp(3.9rem, 15vw, 6.4rem); }
  .asian-menu-head { margin-bottom: 44px; }
  .asian-menu-spread { margin-bottom: 48px; padding: 7px; }
  .asian-menu-spread figcaption { position: static; max-width: none; background: var(--asian-ink); }
  .asian-menu-nav { margin-bottom: 58px; }
  .asian-menu-nav a { min-width: 170px; min-height: 56px; }
  .asian-menu-group { padding-bottom: 60px; }
  .asian-menu-group+.asian-menu-group { padding-top: 60px; }
  .asian-menu-group-head { grid-template-columns: 46px 1fr; gap: 14px; }
  .asian-menu-group-head p { grid-column: 2; }
  .asian-menu-group h3 { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .asian-dish-list { columns: 1; }
  .asian-dish:first-child { border-top-color: var(--asian-ink); }
  .asian-menu-disclaimer { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .asian-menu-disclaimer small { white-space: normal; }
  .asian-story { padding: 80px 18px; }
  .asian-story-head h2 { font-size: clamp(3.4rem, 14vw, 5.8rem); }
  .asian-story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 250px; }
  .asian-story-grid figure:first-child { grid-column: 1 / 3; grid-row: 1; }
}

@media (max-width: 520px) {
  .asian-hero { min-height: 720px; }
  .asian-hero .hall-title { font-size: 3.75rem; }
  .asian-hero .hall-eyebrow { font-size: 6px; }
  .asian-hero-actions { display: grid; grid-template-columns: 1fr; }
  .asian-hero-actions .action { width: 100%; }
  .asian-menu-spread img { aspect-ratio: 1.18 / 1; object-position: center; }
  .asian-menu-group-head { grid-template-columns: 34px 1fr; }
  .asian-menu-group-head p { font-size: 15px; }
  .asian-dish { grid-template-columns: minmax(0, 1fr) 104px; gap: 14px; }
  .asian-dish h4 { font-size: 18px; }
  .asian-dish-meta { min-width: 0; }
  .asian-dish-meta small { font-size: 10px; }
  .asian-story-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .asian-story-grid figure { flex: 0 0 84vw; height: 390px; scroll-snap-align: start; }
  .hall-asian-body .hall-booking h2 { font-size: 3.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .asian-story-grid img { transition: none; }
}
