
:root {
  --bg: #08070b;
  --bg-soft: #0f0d15;
  --card: rgba(255,255,255,.065);
  --card-strong: rgba(255,255,255,.105);
  --paper: #15121c;
  --paper-2: #1d1727;
  --ink: #f7f0e8;
  --muted: rgba(247,240,232,.68);
  --soft: rgba(247,240,232,.52);
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.20);
  --accent: #70e276;
  --accent-dark: #1f8f48;
  --blue: #68a8ff;
  --gold: #ffca72;
  --violet: #9c68ff;
  --danger: #ff647c;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 28px 80px rgba(0,0,0,.45);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0, rgba(112,226,118,.12), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(156,104,255,.22), transparent 28%),
    linear-gradient(180deg, #09070d 0%, #08070b 42%, #0d0a12 100%);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; background: #fff; color: #000; border-radius: 12px; padding: 10px 14px; }
.skip-link:focus { left: 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.host-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.host-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(8,7,11,.80);
  border-bottom: 1px solid var(--line);
}
.header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.logo img { width: 98px; height: auto; filter: drop-shadow(0 10px 24px rgba(0,0,0,.30)); }
.logo__caption { color: var(--soft); font-size: 12px; line-height: 1.25; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 8px; padding: 6px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; }
.nav a { color: var(--muted); font-size: 14px; padding: 9px 12px; border-radius: 999px; transition: .18s ease; }
.nav a:hover { color: var(--ink); background: rgba(255,255,255,.08); }
.header__actions { display: flex; align-items: center; gap: 8px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  min-height: 46px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: linear-gradient(135deg, #5ee36b, #2faa60); color: #051006; box-shadow: 0 14px 34px rgba(50, 198, 98, .28); }
.btn--ghost { background: rgba(255,255,255,.065); color: var(--ink); border-color: var(--line); }
.btn--soft { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.20); }
.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.055); padding: 0; cursor: pointer; }
.burger span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 999px; transition: .18s ease; }
.burger.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-active span:nth-child(2) { opacity: 0; }
.burger.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-panel { display: none; border-top: 1px solid var(--line); background: rgba(8,7,11,.96); padding: 12px 16px 18px; }
.mobile-panel a { display: block; padding: 14px 4px; color: var(--ink); border-bottom: 1px solid rgba(255,255,255,.06); }
.mobile-panel.is-open { display: block; }

.place-hero {
  min-height: clamp(560px, 72vh, 760px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #070609;
}
.hero-slider-layer { position: absolute; inset: 0; z-index: -3; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.04); transition: opacity .7s ease, transform 1.4s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04) contrast(1.04); }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(8,7,11,.28) 0%, rgba(8,7,11,.36) 34%, rgba(8,7,11,.96) 100%), radial-gradient(circle at 70% 35%, transparent 0, rgba(0,0,0,.55) 70%); }
.place-hero__content { min-height: clamp(560px, 72vh, 760px); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 110px 0 54px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #fff; background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); border-radius: 999px; padding: 9px 13px; margin-bottom: 18px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(112,226,118,.16); }
.place-hero h1 { font-size: clamp(46px, 7.7vw, 104px); line-height: .82; letter-spacing: -.08em; margin: 0 0 22px; text-shadow: 0 15px 42px rgba(0,0,0,.60); }
.hero-subtitle { width: min(720px, 100%); margin: 0 0 26px; color: rgba(255,255,255,.86); font-size: clamp(18px, 2.4vw, 27px); line-height: 1.25; }
.hero-actions-row, .profile-cta-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
}

.hero-dot {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  padding: 0;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.hero-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  transition: width .18s ease, height .18s ease, background .18s ease;
}

.hero-dot:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.18);
}

.hero-dot.is-active {
  border-color: rgba(112,226,118,.95);
  background: rgba(112,226,118,.18);
}

.hero-dot.is-active::before {
  width: 16px;
  height: 16px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(112,226,118,.16);
}

.hero-dot:focus-visible {
  outline: 3px solid rgba(112,226,118,.38);
  outline-offset: 3px;
}

.place-hero {
  position: relative;
  z-index: 1;
}

.hero-slider-layer,
.hero-vignette {
  pointer-events: none;
}

.place-panel {
  position: relative;
  z-index: 20;
  margin-top: 0;
  isolation: isolate;
}

.place-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 18px;
  align-items: start;
}

.place-main-card,
.hero-card,
.contacts-card,
.section .container > .menu-preview,
.description-card,
.host-card,
.advantages-grid article,
.event-card,
.scenario-card,
.card,
.menu-box,
.menu-category {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.092), rgba(255,255,255,.052));
  box-shadow: var(--shadow);
}

.place-main-card,
.hero-booking-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(21,18,28,.97), rgba(13,10,18,.96));
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.58);
  backdrop-filter: blur(18px);
}

.place-main-card { border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 34px); }
.title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.kicker { margin: 0 0 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 12px; }
.place-main-card h2, .section h2, .contacts-card h2 { margin: 0; font-size: clamp(30px, 4.2vw, 56px); line-height: .96; letter-spacing: -.04em; }
.verify-badge { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: #06111f; font-weight: 900; }
.place-meta { display: flex; flex-direction: column; gap: 10px; margin: 24px 0; color: var(--muted); }
.meta-item { display: flex; align-items: center; gap: 12px; }
.meta-item span { width: 28px; height: 28px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.07); }
.meta-item b { font-size: 15px; font-weight: 650; color: rgba(247,240,232,.82); }
.resto-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 15px; border-radius: 14px; font-weight: 800; }
.resto-btn--green { background: var(--accent); color: #061006; }
.resto-btn--blue { background: rgba(104,168,255,.16); color: #cfe2ff; border: 1px solid rgba(104,168,255,.22); }
.description-card { margin-top: 24px; border-radius: 22px; padding: 20px; box-shadow: none; }
.description-card p { color: var(--muted); margin: 0; }
.description-card p + p { margin-top: 14px; }
.host-card { display: flex; align-items: center; gap: 14px; margin-top: 18px; border-radius: 22px; padding: 16px; box-shadow: none; }
.host-card--inside { margin: 0 0 18px; background: rgba(255,255,255,.07); }
.host-card__avatar { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: linear-gradient(135deg, var(--gold), var(--violet)); color: #09070d; font-weight: 950; font-size: 24px; }
.host-card__body { min-width: 0; flex: 1; }
.host-card__name { font-weight: 850; }
.host-card__name span { display: inline-flex; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: rgba(112,226,118,.13); color: #9dffa5; font-size: 12px; }
.host-card__caption { color: var(--soft); font-size: 13px; }
.host-card__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }

.hero-booking-card { position: sticky; top: 94px; border-radius: var(--radius-lg); padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07)); }
.hero-card__title { margin: 0 0 8px; font-size: 26px; letter-spacing: -.03em; }
.hero-booking-note { margin: 0 0 16px; color: var(--muted); }
.form-card { display: grid; gap: 0px; }
.booking-short { display: grid; gap: 12px; }
.form-card label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.form-card input, .form-card textarea, .form-card select {
  width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 16px; background: rgba(3,3,5,.45); color: var(--ink); padding: 0 14px; outline: none;
}
.form-card input::placeholder { color: rgba(247,240,232,.34); }
.form-card input:focus { border-color: rgba(112,226,118,.58); box-shadow: 0 0 0 4px rgba(112,226,118,.09); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 2px; }
.consent-note { margin: 0; color: var(--soft); font-size: 12px; line-height: 1.45; }
.consent-note a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.status { min-height: 22px; color: var(--gold); font-size: 13px; }
.status.is-success { color: #9dffa5; }
.status.is-error { color: #ff92a2; }
.hero-form-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: var(--muted); font-size: 13px; }
.booking-details[hidden] { display: none; }
.picker-field { position: relative; display: block; }
.picker-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); opacity: .76; pointer-events: none; }
.native-picker-input { position: absolute; inset: 0; opacity: 0; pointer-events: none; }

.section { padding: 72px 0 0; }
.section--compact { padding-top: 56px; }
.section__head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.section__head p { margin: 0; width: min(480px, 100%); color: var(--muted); }
.offer-tags { display: flex; gap: 8px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; margin-bottom: 18px; scrollbar-width: none; }
.offer-tags::-webkit-scrollbar { display:none; }
.offer-tags span, .menu-tag { flex: 0 0 auto; min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.075); border: 1px solid var(--line); color: var(--muted); }
.scenario-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.scenario-card { min-height: 320px; position: relative; overflow: hidden; border-radius: 28px; padding: 18px; display: flex; align-items: flex-end; }
.scenario-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.scenario-card:before { content:""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.76)); }
.scenario-card div { position: relative; }
.scenario-card span, .event-card__body span, .advantages-grid span { color: var(--gold); font-weight: 900; font-size: 12px; letter-spacing: .12em; }
.scenario-card h3, .event-card h3, .advantages-grid h3 { margin: 7px 0 6px; font-size: 22px; line-height: 1.05; }
.scenario-card p, .event-card p, .advantages-grid p { margin: 0; color: rgba(255,255,255,.74); }

.gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.gallery-item { display: block; min-height: 0; border: 0; padding: 0; border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.07); aspect-ratio: 1/1; cursor: zoom-in; position: relative; box-shadow: 0 16px 44px rgba(0,0,0,.24); }
.gallery-item:nth-child(1), .gallery-item:nth-child(8), .gallery-item:nth-child(15) { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .25s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item.is-extra { display: none; }
.gallery-grid.is-expanded .gallery-item.is-extra { display: block; }
.gallery-actions { display: flex; justify-content: center; margin-top: 18px; }
.menu-category {
  scroll-margin-top: 96px;
}

.menu-category.is-menu-target {
  border-color: rgba(112,226,118,.72);
  box-shadow: 0 0 0 4px rgba(112,226,118,.10);
}
.menu-preview { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); gap: 16px; align-items: start; }
.menu-box, .menu-category { border-radius: 26px; padding: 20px; box-shadow: none; }
.menu-box h3, .menu-category h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
.menu-box p { color: var(--muted); margin: 0 0 18px; }
.menu-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.menu-actions { margin-top: 18px; }
.menu-catalog { display: grid; gap: 14px; max-height: none; overflow: visible; }
.menu-catalog-wrap.is-collapsed .menu-category:nth-child(n+5) { display: none; }
.menu-list { display: grid; gap: 0; }
.menu-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.menu-row:last-child { border-bottom: 0; }
.menu-row b { font-weight: 630; color: rgba(247,240,232,.86); }
.menu-category {
  scroll-margin-top: 96px;
}

.menu-category.is-menu-target {
  border-color: rgba(112,226,118,.72);
  box-shadow: 0 0 0 4px rgba(112,226,118,.10);
}
.price { color: var(--gold); white-space: nowrap; font-weight: 850; }
.menu-more-fade { display: none; }
.menu-show-more { margin-top: 14px; }

.event-rail { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.event-card { overflow: hidden; border-radius: 28px; }
.event-card img { width: 100%; height: 230px; object-fit: cover; }
.event-card__body { padding: 18px; }
.event-card__body .btn { margin-top: 16px; width: 100%; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.advantages-grid article { border-radius: 24px; padding: 20px; box-shadow: none; }
.contacts-card { border-radius: 28px; padding: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contacts-card p { margin: 8px 0 0; color: var(--muted); }
.text-link { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.contacts-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.footer { padding: 42px 0 92px; color: var(--soft); border-top: 1px solid var(--line); margin-top: 64px; }
.footer__grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; background: rgba(0,0,0,.88); padding: 34px; }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 18px; box-shadow: 0 22px 90px rgba(0,0,0,.65); object-fit: contain; }
.lightbox__close, .lightbox__nav { position: fixed; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.10); color: white; cursor: pointer; border-radius: 999px; backdrop-filter: blur(12px); }
.lightbox__close { top: 18px; right: 18px; width: 48px; height: 48px; font-size: 34px; line-height: 1; }
.lightbox__nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 42px; line-height: 1; }
.lightbox__nav--prev { left: 18px; }
.lightbox__nav--next { right: 18px; }
.map-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.contacts-card { padding: 30px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); }
.contacts-card h2 { margin: 0 0 14px; font-size: 42px; letter-spacing: -.04em; }
.contacts-list { display: grid; gap: 12px; margin: 20px 0 0; color: var(--muted); }
.map-frame { border: 0; width: 100%; min-height: 360px; border-radius: var(--radius); filter: grayscale(.1) contrast(1.05); }
.host-card--chat {
  width: 100%;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.host-card--chat:hover {
  border-color: rgba(112,226,118,.42);
  background: rgba(255,255,255,.095);
  transform: translateY(-1px);
}

.host-card--chat:focus-visible {
  outline: 3px solid rgba(112,226,118,.32);
  outline-offset: 3px;
}

.host-card--chat .host-card__caption {
  color: #9dffa5;
}

.host-card--chat {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.host-card--chat::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      transparent 32%,
      rgba(112,226,118,.10) 44%,
      rgba(112,226,118,.34) 50%,
      rgba(112,226,118,.10) 56%,
      transparent 68%,
      transparent 100%
    );
  transform: translateX(-120%);
  animation: managerShine 4.8s ease-in-out infinite;
}

.host-card--chat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(112,226,118,.10);
  opacity: .8;
}

.host-card--chat:hover {
  border-color: rgba(112,226,118,.50);
  background: rgba(255,255,255,.10);
  transform: translateY(-2px);
  box-shadow:
    0 18px 42px rgba(0,0,0,.32),
    0 0 0 4px rgba(112,226,118,.08);
}

.host-card--chat .host-card__avatar {
  position: relative;
  box-shadow: 0 0 0 0 rgba(112,226,118,.30);
  animation: managerAvatarPulse 2.8s ease-in-out infinite;
}

.host-card--chat .host-card__caption {
  color: #9dffa5;
}

.host-card--chat .host-card__caption::after {
  content: " →";
  opacity: .85;
}

@keyframes managerShine {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  38% {
    transform: translateX(120%);
    opacity: 0;
  }

  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes managerAvatarPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(112,226,118,.26);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(112,226,118,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .host-card--chat::before,
  .host-card--chat .host-card__avatar {
    animation: none;
  }
}

@media (max-width: 1040px) {
  .nav { display: none; }
  .burger { display: inline-block; }
  .place-layout { grid-template-columns: 1fr; }
  .hero-booking-card { position: static; }
  .menu-preview { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .advantages-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .map-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container { width: min(100% - 24px, var(--container)); }
  .header__inner { min-height: 64px; }
  .logo img { width: 76px; }
  .logo__caption { display: none; }
  .header__actions .btn { display: none; }
  .place-hero, .place-hero__content { min-height: 620px; }
  .place-hero__content { padding: 92px 0 38px; }
  .place-hero h1 { font-size: clamp(43px, 15.4vw, 67px); }
  .hero-subtitle { font-size: 18px; }
  .hero-actions-row .btn { flex: 1 1 auto; }
  .place-panel { margin-top: 0px; }
  .place-main-card, .hero-booking-card, .contacts-card { border-radius: 26px; padding: 18px; }
  .host-card { align-items: flex-start; flex-wrap: wrap; }
  .host-card__actions { width: 100%; justify-content: stretch; }
  .host-card__actions .btn { flex: 1 1 0; }
  .section { padding-top: 48px; }
  .section__head { display: grid; gap: 10px; }
  .scenario-cards, .event-rail { grid-template-columns: 1fr; }
  .scenario-card { min-height: 240px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .gallery-item { border-radius: 15px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(8), .gallery-item:nth-child(15) { grid-column: span 1; grid-row: span 1; }
  .menu-box, .menu-category { padding: 16px; border-radius: 22px; }
  .menu-row { grid-template-columns: 1fr; gap: 3px; }
  .advantages-grid { grid-template-columns: 1fr; }
  .contacts-card { display: grid; }
  .contacts-actions { justify-content: stretch; }
  .contacts-actions .btn { flex: 1 1 100%; }
  .footer__grid { display: grid; }
  .lightbox { padding: 18px; }
  .lightbox__nav { width: 44px; height: 44px; font-size: 34px; }
  .hero-dots {
    width: auto;
    max-width: 100%;
    min-width: 0;
    align-self: flex-start;
    gap: 6px;
    margin-top: 20px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero-dots::-webkit-scrollbar {
    display: none;
  }

  .hero-dot {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .hero-dot::before {
    width: 7px;
    height: 7px;
  }

  .hero-dot.is-active::before {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 0 4px rgba(112,226,118,.14);
  }

  .place-panel {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .hero-actions-row { width: 100%; }
  .hero-actions-row .btn { width: 100%; }
  .profile-cta-row .resto-btn { width: 100%; }
}
.menu-bottom-actions { display: flex; justify-content: center; margin-top: 16px; }
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.055); padding: 16px 18px; }
.faq summary { cursor: pointer; font-weight: 820; }
.faq p { margin: 10px 0 0; color: var(--muted); }

/* === Header + compact hero fixes === */
html {
  scroll-padding-top: 92px;
}

body {
  padding-top: 76px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.header-icon-btn {
  display: none;
}

.place-hero,
.place-hero__content {
  min-height: clamp(380px, 52vh, 560px);
}

.place-hero__content {
  padding-top: 78px;
  padding-bottom: 42px;
}

.place-panel {
  z-index: 20;
}

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

  body {
    padding-top: 64px;
  }

  .header__inner {
    gap: 12px;
  }

  .header__actions {
    gap: 6px;
  }

  .header-icon-btn {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.075);
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(0,0,0,.20);
    -webkit-tap-highlight-color: transparent;
  }

  .header-icon-btn--booking {
    background: linear-gradient(135deg, #5ee36b, #2faa60);
    color: #051006;
    border-color: transparent;
  }

  .header-icon-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  .burger {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .place-hero,
  .place-hero__content {
    min-height: clamp(360px, 46vh, 430px);
  }

  .place-hero__content {
    padding-top: 58px;
    padding-bottom: 30px;
  }
}
