:root {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --panel: rgba(17, 17, 17, 0.82);
  --panel-strong: rgba(14, 14, 14, 0.94);
  --line: rgba(216, 177, 93, 0.2);
  --line-strong: rgba(216, 177, 93, 0.42);
  --text: #f2efe9;
  --muted: rgba(242, 239, 233, 0.68);
  --gold: #d8b15d;
  --gold-soft: rgba(216, 177, 93, 0.1);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1240px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  scrollbar-gutter: stable;
  background: #050505;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  background-color: #050505;
  background:
    radial-gradient(circle at top left, rgba(216, 177, 93, 0.08), transparent 28%),
    linear-gradient(180deg, #050505 0%, #080808 54%, #060606 100%);
  color: var(--text);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

body.is-locked {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at top left, rgba(216, 177, 93, 0.08), transparent 28%),
    linear-gradient(180deg, #050505 0%, #080808 54%, #060606 100%);
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

.ambient {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(96px);
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}

.ambient-one {
  top: -80px;
  left: -100px;
  background: rgba(216, 177, 93, 0.3);
}

.ambient-two {
  right: -120px;
  bottom: -100px;
  background: rgba(216, 177, 93, 0.16);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

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

.button--gold {
  background: #d8b15d;
  color: #120f09;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(216, 177, 93, 0.16);
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.button--ghost:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.button--block {
  width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  padding: 16px 0;
  background: rgba(7, 7, 7, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 177, 93, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition:
    background-color 0.24s ease,
    backdrop-filter 0.24s ease,
    box-shadow 0.24s ease;
}

.site-header--scrolled,
.site-header--menu-open {
  background: rgba(7, 7, 7, 0.97);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 10px 14px;
  border-radius: 26px;
  border: 1px solid rgba(216, 177, 93, 0.24);
  background:
    linear-gradient(180deg, rgba(26, 21, 14, 0.94), rgba(12, 12, 12, 0.97)),
    rgba(14, 14, 14, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(216, 177, 93, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.73rem;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.header-nav::-webkit-scrollbar {
  display: none;
}

.header-nav a,
.mobile-menu__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(216, 177, 93, 0.16);
  background: rgba(216, 177, 93, 0.05);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

.header-nav a:hover,
.mobile-menu__nav a:hover {
  color: var(--text);
  border-color: rgba(216, 177, 93, 0.34);
  background: rgba(216, 177, 93, 0.12);
}

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

.header-schedule,
.mobile-menu__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(216, 177, 93, 0.08);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-schedule__icon,
.category-chip__icon,
.menu-category__icon,
.header-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-schedule__icon svg,
.category-chip__icon svg,
.menu-category__icon svg,
.header-pill__icon svg,
.review-card__rating svg {
  fill: currentColor;
}

.category-chip__icon img,
.menu-category__icon img,
.header-pill__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-schedule__icon {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

.header-schedule__text {
  color: var(--text);
}

.header-reviews {
  border-color: rgba(216, 177, 93, 0.22);
  background: rgba(216, 177, 93, 0.07);
  font-weight: 700;
}

.header-food {
  border-color: rgba(216, 177, 93, 0.26);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.12), rgba(216, 177, 93, 0.06));
  color: var(--gold);
  font-weight: 800;
}

.header-food:hover,
.header-reviews:hover {
  background: rgba(216, 177, 93, 0.12);
}

.header-cta {
  background: linear-gradient(135deg, #e8c56b 0%, #c99637 100%);
  color: #120f09;
  font-weight: 800;
}

.header-pill__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex: 0 0 auto;
}

.header-icon-image {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.burger {
  display: none;
  min-width: 220px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(216, 177, 93, 0.28);
  background: rgba(24, 18, 11, 0.96);
  color: #fff6df;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-left: auto;
}

.burger__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mobile-menu {
  display: none;
  padding-top: 12px;
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(216, 177, 93, 0.24);
  background:
    linear-gradient(180deg, rgba(24, 19, 12, 0.98), rgba(10, 10, 10, 0.98)),
    rgba(10, 10, 10, 0.98);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.34);
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-menu__nav a {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(216, 177, 93, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 1.14rem;
  font-weight: 700;
}

.mobile-menu__nav-link {
  justify-content: flex-start;
  gap: 12px;
  background: linear-gradient(180deg, var(--accent-soft, rgba(216, 177, 93, 0.08)), rgba(255, 255, 255, 0.02));
  border-color: var(--accent-border, rgba(216, 177, 93, 0.16));
}

.mobile-menu__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: var(--accent, var(--gold));
  flex: 0 0 auto;
}

.mobile-menu__nav-icon svg,
.mobile-menu__nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-menu__nav-icon svg {
  fill: currentColor;
}

.mobile-menu__meta {
  justify-content: center;
}

#mobileReviewsButton {
  border-color: rgba(216, 177, 93, 0.24);
  background: rgba(216, 177, 93, 0.1);
  color: var(--gold);
  font-weight: 800;
}

#mobileFoodButton {
  border-color: rgba(216, 177, 93, 0.26);
  background: rgba(216, 177, 93, 0.08);
  color: var(--gold);
  font-weight: 800;
}

#mobileBookingButton {
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 64px;
  overflow: clip;
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background-color: #080808;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  transform: scale(1.03);
  transition: background-image 0.6s ease;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.46) 0%, rgba(7, 7, 7, 0.76) 100%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.78) 48%, rgba(7, 7, 7, 0.72) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  max-width: none;
}

.hero-grid > *,
.about-layout > *,
.reviews-layout > *,
.about-slide > *,
.about-panel__top > *,
.reviews-panel__top > *,
.menu-category__header > *,
.menu-category__lead > *,
.contacts-copy > * {
  min-width: 0;
}

.hero-about {
  display: grid;
  gap: 18px;
}

.about-layout--hero {
  align-items: start;
}

.about-panel--hero {
  min-height: auto;
}

.hero-about__advantages .advantages-grid {
  margin-top: 0;
}

.about-layout--hero .about-slide {
  align-items: center;
}

.about-layout--hero .about-slide__media {
  min-height: 260px;
}

.about-layout--hero .about-slide__content h3 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.hero-about__advantages .advantage-card {
  padding: 18px;
}

.hero-copy h1,
.section-heading h2,
.about-copy h2,
.reviews-copy h2,
.contacts-copy h2 {
  margin: 18px 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(3rem, 5.3vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-copy p,
.section-heading p,
.about-copy p,
.reviews-copy p,
.contacts-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.hero-copy p {
  max-width: 1040px;
}

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

#heroPrimaryButton {
  background: linear-gradient(135deg, #ebc86d 0%, #d0a243 100%);
  box-shadow: 0 16px 34px rgba(216, 177, 93, 0.18);
}

#heroFoodButton {
  border-color: rgba(216, 177, 93, 0.28);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.11), rgba(216, 177, 93, 0.04));
  color: var(--gold);
  font-weight: 700;
}

#heroSecondaryButton {
  border-color: rgba(216, 177, 93, 0.32);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.09), rgba(216, 177, 93, 0.04));
  color: var(--gold);
  font-weight: 700;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-top: 30px;
}

.hero-fact {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(216, 177, 93, 0.05);
}

.hero-fact span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-fact strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-fact--accent {
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.12), rgba(216, 177, 93, 0.05));
  border-color: rgba(216, 177, 93, 0.34);
}

.hero-stage {
  --hero-accent: var(--gold);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.78fr);
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(216, 177, 93, 0.2);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 93, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(18, 16, 12, 0.96), rgba(12, 12, 12, 0.94));
  box-shadow: var(--shadow);
}

.hero-stage__media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-right: 1px solid rgba(216, 177, 93, 0.14);
}

.hero-stage__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 100%);
}

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

.hero-stage__controls {
  position: absolute;
  inset: 18px 18px auto auto;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.hero-stage__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(216, 177, 93, 0.28);
  background: rgba(12, 12, 12, 0.76);
  color: var(--text);
  backdrop-filter: blur(16px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.hero-stage__arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 177, 93, 0.4);
  background: rgba(20, 16, 10, 0.9);
}

.hero-stage__arrow span {
  display: block;
  width: 1em;
  line-height: 1;
  font-size: 1.32rem;
  font-weight: 700;
  text-align: center;
  transform: translateY(-1px);
}

.hero-stage__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
}

.hero-stage__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.hero-stage__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(216, 177, 93, 0.1);
  color: var(--hero-accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-stage__count {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.hero-stage__count-separator {
  opacity: 0.45;
}

.hero-stage h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.04;
}

.hero-stage p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.hero-stage__selectors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.hero-selector {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  min-height: 118px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(216, 177, 93, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(216, 177, 93, 0.05));
  color: inherit;
  text-align: left;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.hero-selector:hover,
.hero-selector.is-active {
  transform: translateY(-1px);
  border-color: rgba(216, 177, 93, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(216, 177, 93, 0.12));
}

.hero-selector__index {
  color: var(--hero-accent);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.hero-selector__copy {
  display: grid;
  gap: 10px;
}

.hero-selector__copy strong {
  display: block;
  margin: 0;
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
  line-height: 1.18;
}

.hero-selector__copy span {
  display: block;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.reviews-copy h2,
.contacts-copy h2 {
  font-size: clamp(2.7rem, 4vw, 4.2rem);
}

.section-heading h2 {
  max-width: 11.5ch;
  margin-inline: auto;
  text-wrap: balance;
}

.section-heading p {
  max-width: 900px;
  margin-inline: auto;
  text-wrap: balance;
}

.category-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--accent-border, var(--line));
  background: linear-gradient(180deg, var(--accent-soft, rgba(255, 255, 255, 0.02)), rgba(255, 255, 255, 0.02));
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.category-chip:hover {
  transform: translateY(-1px);
  border-color: var(--accent, var(--gold));
  background: linear-gradient(180deg, var(--accent-fill-strong, rgba(216, 177, 93, 0.16)), var(--accent-soft, rgba(216, 177, 93, 0.12)));
  color: #fffdf7;
}

.category-chip__icon {
  width: 18px;
  height: 18px;
  color: var(--accent, var(--gold));
}

.category-chip span:last-child {
  font-weight: 800;
}

.menu-groups {
  display: grid;
  gap: 22px;
}

.menu-category {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--accent-border, var(--line));
  background:
    radial-gradient(circle at top right, var(--accent-fill-strong, rgba(216, 177, 93, 0.08)), transparent 22%),
    linear-gradient(180deg, rgba(17, 15, 11, 0.86), rgba(11, 11, 11, 0.94));
  transition:
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background-color 0.32s ease;
}

.menu-category::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, var(--accent-fill-strong, rgba(216, 177, 93, 0.16)), transparent 28%),
    linear-gradient(120deg, transparent 0%, var(--accent-soft, rgba(216, 177, 93, 0.06)) 46%, transparent 100%);
  opacity: 0;
  transition:
    opacity 0.48s ease,
    transform 0.48s ease;
  transform: scale(1.03);
  pointer-events: none;
}

.menu-category:hover {
  border-color: var(--accent, var(--gold));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(216, 177, 93, 0.08);
}

.menu-category:hover::before {
  opacity: 1;
  transform: scale(1);
}

.menu-category__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.menu-category__lead {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.menu-category__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: 0;
  border-radius: 18px;
  border: 1px solid var(--accent-border, rgba(216, 177, 93, 0.18));
  background: linear-gradient(180deg, var(--accent-fill-strong, rgba(216, 177, 93, 0.16)), rgba(255, 255, 255, 0.02));
  color: var(--accent, var(--gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.14);
  transition:
    border-color 0.34s ease,
    background-color 0.34s ease,
    box-shadow 0.34s ease,
    transform 0.34s ease;
}

.menu-category__icon svg,
.menu-category__icon img {
  width: 26px;
  height: 26px;
}

.menu-category:hover .menu-category__icon {
  transform: translateY(-1px);
  border-color: var(--accent, var(--gold));
  background: linear-gradient(180deg, var(--accent-hover, rgba(216, 177, 93, 0.24)), var(--accent-soft, rgba(216, 177, 93, 0.12)));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 28px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(216, 177, 93, 0.1);
}

.menu-category__header h3,
.menu-category__title {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.02;
}

.menu-category__title {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid var(--accent-border, rgba(216, 177, 93, 0.18));
  background: linear-gradient(180deg, var(--accent-fill-strong, rgba(216, 177, 93, 0.16)), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.16);
  white-space: normal;
  transition:
    background-color 0.32s ease,
    border-color 0.32s ease,
    color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
}

.menu-category:hover .menu-category__title {
  color: #fffdf8;
  border-color: var(--accent, var(--gold));
  background: linear-gradient(180deg, var(--accent-hover, rgba(216, 177, 93, 0.24)), var(--accent-soft, rgba(216, 177, 93, 0.12)));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 28px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(216, 177, 93, 0.08);
}

.menu-category__header p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

.menu-category__count {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--accent-border, rgba(216, 177, 93, 0.18));
  background: var(--accent-soft, rgba(216, 177, 93, 0.08));
  color: var(--accent, var(--gold));
  font-size: 0.84rem;
  white-space: nowrap;
}

.menu-category__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border-radius: 26px;
  border: 1px solid rgba(216, 177, 93, 0.14);
  background: linear-gradient(180deg, rgba(18, 16, 12, 0.84), rgba(12, 12, 12, 0.94));
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s ease,
    box-shadow 0.42s ease;
  will-change: transform;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top right, var(--accent-hover, rgba(216, 177, 93, 0.22)), transparent 30%),
    linear-gradient(180deg, rgba(216, 177, 93, 0.08), rgba(255, 255, 255, 0.01) 38%, rgba(255, 255, 255, 0.02) 100%);
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  pointer-events: none;
}

.menu-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent, var(--gold));
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(216, 177, 93, 0.08);
}

.menu-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.menu-card__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  background: #0a0a0a;
}

.menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease,
    opacity 0.5s ease;
}

.menu-card:hover .menu-card__media img {
  transform: scale(1.035);
  filter: saturate(1.05) brightness(1.02);
}

.menu-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.menu-card__top h4 {
  margin: 0 0 8px;
  font-size: 1.16rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition:
    color 0.34s ease,
    transform 0.34s ease;
}

.menu-card__serving {
  margin: 0;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.45;
  transition:
    color 0.34s ease,
    transform 0.34s ease;
}

.menu-card__description {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
  font-size: 0.92rem;
  transition: color 0.34s ease;
}

.menu-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.menu-card__footer strong {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 0.34s ease,
    transform 0.34s ease;
}

.menu-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.menu-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--accent-border, rgba(216, 177, 93, 0.18));
  background: var(--accent-soft, rgba(216, 177, 93, 0.06));
  color: var(--accent, var(--gold));
  font-size: 0.79rem;
  transition:
    border-color 0.34s ease,
    background-color 0.34s ease,
    color 0.34s ease,
    transform 0.34s ease;
}

.menu-card:hover .menu-card__top h4,
.menu-card:hover .menu-card__serving,
.menu-card:hover .menu-card__footer strong {
  transform: translateY(-1px);
}

.menu-card:hover .menu-card__description {
  color: rgba(242, 239, 233, 0.82);
}

.menu-card:hover .menu-card__tags span {
  border-color: var(--accent, var(--gold));
  background: var(--accent-fill, rgba(216, 177, 93, 0.14));
}

.about-layout,
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}

.about-copy,
.reviews-copy {
  padding-top: 8px;
}

.about-copy blockquote {
  margin: 24px 0 0;
  padding: 20px 22px;
  border-left: 2px solid rgba(216, 177, 93, 0.4);
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

.about-panel,
.reviews-panel {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.8), rgba(11, 11, 11, 0.92));
  box-shadow: var(--shadow);
}

.about-panel__top,
.reviews-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.reviews-panel {
  overflow: hidden;
}

.about-panel__subtitle {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.slider-button:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.slider-button span {
  display: block;
  width: 1em;
  line-height: 1;
  font-size: 1.28rem;
  font-weight: 700;
  text-align: center;
  transform: translateY(-1px);
}

.slider-window {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.slider-dot.is-active {
  transform: scale(1.15);
  background: var(--gold);
}

.about-slide,
.review-card {
  flex: 0 0 100%;
}

.about-slide {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 0.88fr);
  gap: 20px;
  align-items: stretch;
}

.about-slide__media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
}

.about-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.about-slide__headline {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.about-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(216, 177, 93, 0.1);
  color: var(--gold);
}

.about-slide__eyebrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.about-slide__content h3 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.04;
}

.about-slide__content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.advantage-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(216, 177, 93, 0.14);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 93, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(16, 15, 13, 0.94), rgba(10, 10, 11, 0.98));
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    background-color 0.34s ease;
}

.advantage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(216, 177, 93, 0.16), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(216, 177, 93, 0.18), transparent 32%);
  opacity: 0.12;
  transition:
    opacity 0.46s ease,
    filter 0.46s ease;
  filter: saturate(0.9);
  pointer-events: none;
}

.advantage-card::after {
  content: "";
  position: absolute;
  inset: -35% auto auto 55%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 177, 93, 0.18) 0%, rgba(216, 177, 93, 0) 72%);
  opacity: 0;
  transition:
    opacity 0.46s ease,
    transform 0.46s ease;
  transform: scale(0.92);
  pointer-events: none;
}

.advantage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 177, 93, 0.34);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(216, 177, 93, 0.08);
}

.advantage-card:hover::before {
  opacity: 0.56;
  filter: saturate(1.08);
}

.advantage-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.advantage-card__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.advantage-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(216, 177, 93, 0.18);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.18), rgba(216, 177, 93, 0.08));
  color: var(--gold);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.advantage-card__index svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.advantage-card__copy {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.advantage-card__copy h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.18;
  transition:
    color 0.34s ease,
    transform 0.34s ease;
}

.advantage-card__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
  transition: color 0.34s ease;
}

.advantage-card:hover .advantage-card__copy h3 {
  color: #fff7e5;
  transform: translateY(-1px);
}

.advantage-card:hover .advantage-card__copy p {
  color: rgba(242, 239, 233, 0.88);
}

.advantage-card:hover .advantage-card__index {
  border-color: rgba(216, 177, 93, 0.34);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.26), rgba(216, 177, 93, 0.12));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(216, 177, 93, 0.12);
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 93, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.review-card__rating {
  display: flex;
  gap: 8px;
  color: var(--gold);
}

.review-card__rating span {
  width: 18px;
  height: 18px;
}

.review-card__text {
  margin: 28px 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.reviews-copy__actions {
  margin-top: 24px;
}

#reviewsAction {
  border-color: rgba(216, 177, 93, 0.28);
  box-shadow: 0 16px 30px rgba(216, 177, 93, 0.14);
}

.review-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.review-card__footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}

.review-card__footer span,
.review-card__footer small {
  font-size: 0.92rem;
}

.contacts-card {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(216, 177, 93, 0.16);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 93, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(15, 15, 15, 0.82), rgba(10, 10, 10, 0.96));
}

.contacts-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.96fr);
  align-items: stretch;
  gap: 24px;
}

.contacts-lead {
  display: grid;
  align-content: start;
  gap: 16px;
}

.contacts-lead h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.5vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.contacts-lead p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.contacts-surface {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(216, 177, 93, 0.14);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 93, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
}

.contacts-surface__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  border: 1px solid rgba(216, 177, 93, 0.2);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.16), rgba(216, 177, 93, 0.06));
  color: var(--gold);
}

.contacts-surface__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.contacts-location {
  display: grid;
  gap: 10px;
}

.contacts-location__label {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contacts-location strong {
  display: block;
  font-size: clamp(1.16rem, 1.6vw, 1.4rem);
  line-height: 1.45;
}

.contacts-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0;
}

#routeButton {
  border-color: rgba(216, 177, 93, 0.24);
  background: linear-gradient(180deg, rgba(216, 177, 93, 0.14), rgba(216, 177, 93, 0.06));
  color: var(--gold);
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(216, 177, 93, 0.1);
}

.site-footer {
  padding: 0 0 30px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-inner strong {
  letter-spacing: 0.16em;
}

.footer-inner p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-admin {
  color: var(--gold);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.age-gate[hidden] {
  display: none !important;
}

.age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 3, 0.82);
  backdrop-filter: blur(16px);
}

.age-gate__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(216, 177, 93, 0.24);
  background: rgba(10, 10, 10, 0.96);
  box-shadow: var(--shadow);
}

.age-gate__dialog h2 {
  margin: 18px 0 12px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  line-height: 1.08;
}

.age-gate__dialog p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.age-gate__denied {
  margin-top: 18px !important;
  color: #f0b493 !important;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1380px) {
  .hero-stage {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  }
}

@media (max-width: 1240px) {
  .brand-copy small {
    display: none;
  }

  .header-nav a {
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .header-actions {
    gap: 8px;
  }

  .menu-category__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .header-nav {
    display: none;
  }

  .burger,
  .mobile-menu {
    display: block;
  }

  .header-reviews,
  .header-food,
  .header-cta {
    display: none;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  .mobile-menu.is-open {
    max-height: 80vh;
  }

  .about-layout,
  .reviews-layout,
  .about-slide {
    grid-template-columns: 1fr;
  }

  .hero-about {
    gap: 22px;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-layout--hero .about-slide__media {
    min-height: 240px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-stage__media {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 177, 93, 0.14);
  }

  .hero-stage__selectors {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 82px 0;
  }

  .menu.section {
    padding-top: 30px;
  }

  .menu .section-heading {
    max-width: none;
    margin: 0 0 24px;
    text-align: left;
  }

  .menu .section-heading h2,
  .menu .section-heading p {
    margin-inline: 0;
  }

  .menu .section-heading h2 {
    max-width: 8.6ch;
    font-size: clamp(2.35rem, 8.4vw, 3.3rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .menu .section-heading p {
    max-width: 28ch;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-about {
    gap: 18px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .menu-category__header,
  .menu-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-card__tags {
    justify-content: flex-start;
  }

  .menu-category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-card {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    padding: 12px 0;
  }

  .container {
    width: min(100% - 24px, 1240px);
  }

  .brand {
    gap: 10px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.14rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .burger {
    min-width: 206px;
    padding-inline: 18px;
    font-size: 1.08rem;
  }

  .hero-copy h1,
  .about-copy h2,
  .reviews-copy h2,
  .contacts-copy h2 {
    font-size: clamp(2.24rem, 10.2vw, 3.45rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .section-heading h2 {
    max-width: 9.6ch;
    font-size: clamp(2rem, 9.2vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .section-heading p {
    max-width: 24ch;
    font-size: 0.98rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .age-gate__actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .age-gate__actions .button {
    width: 100%;
  }

  .hero-stage__body,
  .menu-category,
  .about-panel,
  .reviews-panel,
  .contacts-card,
  .age-gate__dialog {
    padding: 20px;
  }

  .menu.section {
    padding-top: 18px;
  }

  .menu .section-heading {
    max-width: none;
    margin: 0 0 22px;
    text-align: left;
    width: 100%;
  }

  .menu .section-heading h2 {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    font-size: clamp(1.74rem, 7.1vw, 2.18rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .menu .section-heading p {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    font-size: 0.9rem;
    line-height: 1.48;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .menu-card__media {
    aspect-ratio: 1 / 1.02;
  }

  .menu-card__body {
    gap: 10px;
    padding: 18px 18px 16px;
  }

  .menu-card__description {
    line-height: 1.52;
  }

  .menu-card__footer {
    margin-top: 8px;
    gap: 10px;
  }

  .menu-card__footer strong {
    font-size: 1.74rem;
  }

  .menu-card__tags {
    gap: 7px;
  }

  .menu-card__tags span {
    min-height: 28px;
    padding-inline: 11px;
    font-size: 0.76rem;
  }

  .hero-stage__media {
    min-height: 250px;
  }

  .hero-stage__controls {
    inset: auto 14px 14px auto;
  }

  .hero-stage__arrow {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .hero-stage__arrow span,
  .slider-button span {
    font-size: 1.16rem;
  }

  .hero-selector {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 104px;
    padding: 16px;
  }

  .hero-selector__index {
    font-size: 1.54rem;
  }

  .hero-selector__copy span {
    font-size: 0.92rem;
  }

  .about-slide__headline {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .about-slide__eyebrow {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .about-slide__eyebrow svg {
    width: 22px;
    height: 22px;
  }

  .about-slide__content h3 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .category-rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }

  .category-chip {
    width: 100%;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0 18px;
  }

  .menu-category__lead {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .menu-category__icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .menu-category__icon svg,
  .menu-category__icon img {
    width: 22px;
    height: 22px;
  }

  .menu-category__title {
    min-height: 44px;
    padding: 8px 14px;
    font-size: clamp(1.45rem, 6.4vw, 1.9rem);
    line-height: 1.06;
  }

  .menu-category__header p {
    font-size: 0.96rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .menu-category__count {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .about-panel__top,
  .review-card__footer,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-panel__top {
    flex-direction: row;
    align-items: center;
  }

  .reviews-layout {
    gap: 18px;
  }

  .reviews-panel {
    width: 100%;
    padding: 16px;
  }

  .review-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .review-card__text {
    margin: 18px 0;
    font-size: clamp(1.06rem, 5.4vw, 1.34rem);
    line-height: 1.38;
  }

  .review-card__rating span {
    width: 16px;
    height: 16px;
  }

  .review-card__footer strong {
    font-size: 0.94rem;
  }

  .review-card__footer span,
  .review-card__footer small {
    font-size: 0.84rem;
  }

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

  .advantage-card {
    padding: 18px;
  }

  .advantage-card__top {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .advantage-card__index {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .advantage-card__index svg {
    width: 21px;
    height: 21px;
  }

  .contacts-copy {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .contacts-actions {
    justify-content: stretch;
  }

  .contacts-surface {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 20px;
  }

  .contacts-surface__icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .contacts-surface__icon svg {
    width: 26px;
    height: 26px;
  }

  .contacts-location {
    width: 100%;
  }

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

  .is-android .hero {
    padding-top: 88px;
  }

  .is-android .hero-copy h1 {
    font-size: clamp(1.78rem, 8.4vw, 2.34rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-wrap: pretty;
  }

  .is-android .hero-copy p,
  .is-android .about-copy p,
  .is-android .about-copy blockquote,
  .is-android .about-panel__subtitle,
  .is-android .about-slide__content p,
  .is-android .menu .section-heading p,
  .is-android .menu-category__header p {
    font-size: 0.9rem;
    line-height: 1.52;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .is-android .menu-category__items {
    grid-template-columns: 1fr;
  }

  .is-android .menu-card__media {
    aspect-ratio: 1 / 0.8;
  }

  .is-android .menu-card__top h4 {
    font-size: 1.26rem;
  }

  .is-android .menu-card__description {
    font-size: 0.92rem;
    line-height: 1.52;
  }
}

@media (max-width: 480px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
  }

  .burger {
    min-width: 178px;
    padding-inline: 16px;
    font-size: 0.98rem;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 88px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.82rem, 8.7vw, 2.34rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .hero-copy p {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .menu.section {
    padding-top: 10px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2 {
    max-width: 10ch;
    font-size: clamp(1.78rem, 8.6vw, 2.24rem);
  }

  .section-heading p {
    max-width: 26ch;
    font-size: 0.92rem;
    line-height: 1.54;
  }

  .menu-category,
  .about-panel,
  .reviews-panel,
  .contacts-card {
    border-radius: 24px;
  }

  .menu .section-heading {
    max-width: none;
    margin: 0 0 18px;
    text-align: left;
    width: 100%;
  }

  .menu .section-heading h2 {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    font-size: clamp(1.48rem, 6.2vw, 1.74rem);
    line-height: 1.02;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .menu .section-heading p {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    font-size: 0.86rem;
    line-height: 1.44;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .menu-category__title {
    min-height: 42px;
    padding: 7px 12px;
    font-size: clamp(1.28rem, 6vw, 1.68rem);
  }

  .menu-category__items {
    grid-template-columns: 1fr;
  }

  .menu-card__media {
    aspect-ratio: 1 / 0.82;
  }

  .menu-card__body {
    padding: 16px 16px 14px;
  }

  .menu-card__footer {
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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