:root {
      --bg: #0F0F0F;
      --bg-elevated: #161616;
      --bg-card: #1A1A1A;
      --red: #E60000;
      --red-bright: #FF1A1A;
      --red-dim: #B30000;
      --red-glow: rgba(230, 0, 0, 0.55);
      --red-glow-soft: rgba(230, 0, 0, 0.2);
      --white: #FFFFFF;
      --muted: #E2E2E2;
      --border: rgba(230, 0, 0, 0.35);
      --header-top-h: 56px;
      --header-nav-h: 40px;
      --header-h: calc(var(--header-top-h) + var(--header-nav-h));
      --content-max: 1300px;
      --font-display: "Unbounded", "Arial", sans-serif;
      --font-body: "Onest", "Arial", sans-serif;
      --neon:
        0 0 4px rgba(255, 80, 80, 0.95),
        0 0 14px rgba(230, 0, 0, 0.95),
        0 0 28px rgba(230, 0, 0, 0.75),
        0 0 56px rgba(230, 0, 0, 0.45),
        0 0 90px rgba(180, 0, 0, 0.3);
    }

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

    html {
      scroll-behavior: smooth;
      touch-action: manipulation;
      -ms-touch-action: manipulation;
    }

    body {
      font-family: var(--font-body);
      font-weight: 500;
      background: var(--bg);
      color: var(--white);
      line-height: 1.55;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      touch-action: manipulation;
      -ms-touch-action: manipulation;
    }

    a, button, input, select, label, .btn, .burger, .menu-filter, .map-wrap__shield {
      touch-action: manipulation;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    picture { display: contents; }
    button, input, select { font: inherit; }
    ul { list-style: none; }

    .container {
      width: min(var(--content-max), calc(100% - 2.5rem));
      margin-inline: auto;
    }

    /* —— Header —— */
    .header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 100;
      height: calc(var(--header-h) + env(safe-area-inset-top, 0px));
      padding-top: env(safe-area-inset-top, 0px);
      display: flex;
      align-items: stretch;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border-bottom: none;
      box-shadow: none;
      transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
    }

    .header::before {
      display: none;
    }

    .header.is-scrolled {
      background: rgba(15, 15, 15, 0.72);
      backdrop-filter: blur(18px) saturate(1.2);
      -webkit-backdrop-filter: blur(18px) saturate(1.2);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
      border-bottom: 1px solid rgba(230, 0, 0, 0.18);
    }

    .header__shell {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-width: 0;
    }

    .header__top,
    .header__bottom {
      width: 100%;
    }

    .header__bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .header.is-scrolled .header__bottom {
      border-top-color: rgba(230, 0, 0, 0.14);
    }

    .header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: min(var(--content-max), calc(100% - 2rem));
      margin-inline: auto;
      position: relative;
      z-index: 1;
      min-width: 0;
    }

    .header__inner--top {
      height: var(--header-top-h);
      gap: 1.25rem;
    }

    .header__inner--nav {
      height: var(--header-nav-h);
      justify-content: center;
    }

    .header__contacts {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.35rem;
      flex: 1 1 auto;
      min-width: 0;
    }

    .header .nav {
      flex: 0 1 auto;
      justify-content: center;
      min-width: 0;
      flex-wrap: nowrap;
      gap: 1.6rem;
    }

    .header .nav a {
      white-space: nowrap;
      font-size: 0.84rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .header .nav a,
    .header .header__phone {
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
    }

    .header .socials {
      flex-shrink: 0;
    }

    .header .socials a {
      background: rgba(15, 15, 15, 0.35);
      border-color: rgba(255, 255, 255, 0.2);
      flex-shrink: 0;
    }

    .header.is-scrolled .socials a {
      background: transparent;
    }

    .header__actions {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-shrink: 0;
      min-width: 0;
    }

    .header__actions .btn {
      white-space: nowrap;
      flex-shrink: 0;
    }

    /* —— Brand mark (вывеска заведения) —— */
    .brand {
      display: inline-flex;
      align-items: center;
      line-height: 1;
      flex-shrink: 0;
    }

    .brand__name {
      font-family: var(--font-display);
      font-weight: 700;
      color: #0a0a0a;
      letter-spacing: 0.18em;
      padding-left: 0.18em;
      text-transform: uppercase;
      text-shadow:
        0 0 2px rgba(255, 40, 40, 1),
        0 0 6px rgba(230, 0, 0, 1),
        0 0 14px rgba(230, 0, 0, 1),
        0 0 28px rgba(230, 0, 0, 0.95),
        0 0 48px rgba(200, 0, 0, 0.7),
        0 0 72px rgba(180, 0, 0, 0.45);
      filter: drop-shadow(0 0 16px rgba(230, 0, 0, 0.7));
    }

    .brand--sm .brand__name { font-size: 1.35rem; letter-spacing: 0.16em; padding-left: 0.16em; }

    .brand--hero {
      align-self: center;
      text-align: center;
      animation: titleReveal 1.1s ease-out both;
    }

    .brand--hero .brand__name {
      font-size: clamp(3.6rem, 10vw, 6.4rem);
      letter-spacing: 0.2em;
      padding-left: 0.2em;
      color: #050505;
      text-shadow:
        0 0 3px rgba(255, 50, 50, 1),
        0 0 10px rgba(255, 0, 0, 1),
        0 0 22px rgba(230, 0, 0, 1),
        0 0 44px rgba(230, 0, 0, 1),
        0 0 80px rgba(200, 0, 0, 0.75),
        0 0 120px rgba(160, 0, 0, 0.45);
      filter: drop-shadow(0 0 28px rgba(255, 0, 0, 0.8));
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 1.25rem;
    }

    .nav a {
      color: var(--muted);
      font-size: 0.92rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      transition: color 0.2s;
    }

    .nav a:hover { color: var(--white); }

    .header__meta {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.12rem;
      min-width: 0;
      text-align: left;
      line-height: 1.25;
    }

    .header__address,
    .header__hours {
      margin: 0;
      color: #F2F2F2;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 22rem;
    }

    .header__hours {
      color: rgba(255, 120, 100, 0.95);
      font-weight: 600;
    }

    .header__phone {
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
      white-space: nowrap;
      transition: color 0.2s;
      letter-spacing: 0.02em;
    }

    .header__phone:hover { color: var(--red); }

    .socials {
      display: flex;
      align-items: center;
      gap: 0.55rem;
    }

    .socials a {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      color: #F5F5F5;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 999px;
      transition: color 0.25s, border-color 0.25s, background 0.25s, box-shadow 0.25s, transform 0.25s;
    }

    .socials a:hover {
      color: #fff;
      background: rgba(230, 0, 0, 0.18);
      border-color: rgba(230, 0, 0, 0.75);
      box-shadow: 0 0 18px var(--red-glow-soft);
      transform: translateY(-1px);
    }

    .socials svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      display: block;
      overflow: visible;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.9rem 1.7rem;
      background: var(--red);
      color: #fff;
      -webkit-text-fill-color: #fff;
      font-weight: 700;
      font-size: 0.88rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      border: 1px solid transparent;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.25s, box-shadow 0.25s, transform 0.2s, border-color 0.25s;
      box-shadow: 0 0 0 transparent;
    }

    .btn:hover {
      background: #ff1a1a;
      box-shadow: 0 0 28px var(--red-glow), 0 0 56px rgba(230, 0, 0, 0.25);
      transform: translateY(-1px);
    }

    .btn--outline {
      background: transparent;
      border-color: var(--red);
      color: #fff;
      -webkit-text-fill-color: #fff;
      box-shadow: inset 0 0 0 1px rgba(230, 0, 0, 0.2);
    }

    .btn--outline:hover {
      background: rgba(230, 0, 0, 0.15);
    }

    .btn--sm { padding: 0.68rem 1.25rem; font-size: 0.78rem; }

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

    .burger {
      display: none;
      position: relative;
      width: 44px;
      height: 44px;
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      cursor: pointer;
      place-items: center;
      -webkit-tap-highlight-color: transparent;
    }

    .burger span {
      position: absolute;
      left: 50%;
      display: block;
      width: 22px;
      height: 2px;
      margin-left: -11px;
      background: #fff;
      border-radius: 1px;
      box-shadow: 0 0 8px rgba(230, 0, 0, 0.35);
      transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease, background 0.2s ease;
    }

    .burger span:nth-child(1) { top: calc(50% - 7px); }
    .burger span:nth-child(2) { top: 50%; margin-top: -1px; }
    .burger span:nth-child(3) { top: calc(50% + 5px); }

    .burger.is-open span {
      background: #ff4a4a;
      box-shadow: 0 0 10px rgba(230, 0, 0, 0.55);
    }

    .burger.is-open span:nth-child(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(45deg);
    }

    .burger.is-open span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }

    .burger.is-open span:nth-child(3) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(-45deg);
    }

    .mobile-nav {
      display: none;
      position: fixed;
      top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
      left: 0;
      right: 0;
      z-index: 99;
      max-height: calc(100dvh - var(--header-h) - env(safe-area-inset-top, 0px));
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: rgba(12, 12, 12, 0.98);
      backdrop-filter: blur(18px) saturate(1.15);
      -webkit-backdrop-filter: blur(18px) saturate(1.15);
      border-bottom: 1px solid var(--border);
      padding: 1.1rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
      flex-direction: column;
      gap: 0.15rem;
      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.65);
    }

    .mobile-nav.is-open { display: flex; }

    .mobile-nav a {
      color: var(--muted);
      font-size: 1.08rem;
      font-weight: 600;
      padding: 0.85rem 0.15rem;
      min-height: 44px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      transition: color 0.2s;
    }

    .mobile-nav a:hover,
    .mobile-nav a:active { color: var(--white); }

    .mobile-nav a[href^="tel:"] {
      color: var(--white);
      font-size: 1.12rem;
      letter-spacing: 0.02em;
      border-bottom: none;
      margin-top: 0.35rem;
    }

    .mobile-nav .btn {
      width: 100%;
      margin-top: 0.85rem;
      min-height: 48px;
      border-bottom: none;
      display: inline-flex;
      justify-content: center;
    }

    .mobile-nav__meta {
      color: var(--muted);
      font-size: 0.88rem;
      line-height: 1.4;
      margin: 0.85rem 0 0;
      padding-top: 0.85rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-nav__meta--hours {
      color: rgba(255, 120, 100, 0.95);
      font-weight: 600;
      margin: 0.25rem 0 0;
      padding-top: 0;
      border-top: none;
    }

    .mobile-nav__socials {
      margin: 0.65rem 0 0.35rem;
    }

    body.nav-open {
      overflow: hidden;
      touch-action: none;
    }

    .mobile-nav-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 98;
      background: rgba(0, 0, 0, 0.55);
    }

    .mobile-nav-backdrop.is-open { display: block; }

    /* —— Hero —— */
    .hero {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh;
      display: flex;
      align-items: center;
      padding: calc(var(--header-h) + 1.25rem) 0 0;
      overflow: hidden;
      background: var(--bg);
    }

    .hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }

    .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 40% center;
      filter: brightness(0.78) contrast(1.08) saturate(1.1);
      transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.06);
      will-change: transform;
    }

    .hero__smoke {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
      mix-blend-mode: screen;
      opacity: 0.55;
    }

    .hero__smoke span {
      position: absolute;
      border-radius: 50%;
      filter: blur(64px);
      opacity: 0.35;
      background: radial-gradient(circle, rgba(255, 120, 90, 0.4) 0%, rgba(230, 0, 0, 0.14) 42%, transparent 72%);
      animation: smokeDrift ease-in-out infinite;
    }

    .hero__smoke span:nth-child(1) {
      width: 48vw; height: 48vw; max-width: 560px; max-height: 560px;
      left: -6%; top: 8%;
      animation-duration: 18s;
    }
    .hero__smoke span:nth-child(2) {
      width: 40vw; height: 36vw; max-width: 480px; max-height: 420px;
      right: 8%; top: 18%;
      opacity: 0.28;
      animation-duration: 22s;
      animation-delay: -6s;
      animation-name: smokeDriftAlt;
      background: radial-gradient(circle, rgba(255, 200, 170, 0.28) 0%, rgba(230, 40, 40, 0.1) 45%, transparent 70%);
    }
    .hero__smoke span:nth-child(3) {
      width: 52vw; height: 30vw; max-width: 640px; max-height: 320px;
      left: 28%; bottom: 8%;
      opacity: 0.25;
      animation-duration: 20s;
      animation-delay: -9s;
    }

    @keyframes smokeDrift {
      0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.22; }
      50% { transform: translate(18px, -22px) scale(1.08); opacity: 0.38; }
    }

    @keyframes smokeDriftAlt {
      0%, 100% { transform: translate(0, 0) scale(1.03); opacity: 0.18; }
      50% { transform: translate(-20px, 14px) scale(1); opacity: 0.32; }
    }

    .hero__glow {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(15, 15, 15, 0.72) 0%, rgba(15, 15, 15, 0.42) 34%, rgba(15, 15, 15, 0.12) 58%, transparent 72%),
        linear-gradient(180deg, rgba(15, 15, 15, 0.5) 0%, transparent 22%, transparent 68%, rgba(15, 15, 15, 0.65) 88%, #0F0F0F 100%),
        radial-gradient(ellipse 45% 55% at 72% 45%, rgba(230, 0, 0, 0.12), transparent 65%);
    }

    .hero::after {
      content: none;
    }

    .hero__veil {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: min(320px, 42vh);
      z-index: 5;
      pointer-events: none;
      overflow: hidden;
    }

    .hero__veil::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          180deg,
          transparent 0%,
          rgba(15, 15, 15, 0.08) 18%,
          rgba(15, 15, 15, 0.42) 48%,
          rgba(15, 15, 15, 0.82) 76%,
          #0F0F0F 100%
        ),
        radial-gradient(ellipse 55% 70% at 78% 85%, rgba(230, 0, 0, 0.2), transparent 70%),
        radial-gradient(ellipse 40% 50% at 62% 100%, rgba(120, 20, 20, 0.32), transparent 65%);
    }

    .hero__veil::after {
      content: "";
      position: absolute;
      left: 45%;
      right: -5%;
      bottom: -10%;
      height: 85%;
      background:
        radial-gradient(ellipse 90% 70% at 50% 80%, rgba(15, 15, 15, 0.75) 0%, transparent 70%),
        radial-gradient(ellipse 50% 45% at 30% 60%, rgba(40, 10, 10, 0.45), transparent 70%);
      filter: blur(28px);
      opacity: 0.95;
    }

    .hero__veil-fog {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      mix-blend-mode: normal;
    }

    .hero__veil-fog--1 {
      width: min(420px, 48vw);
      height: min(180px, 22vh);
      right: 2%;
      bottom: -8%;
      background: radial-gradient(ellipse at center, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.5) 45%, transparent 72%);
      filter: blur(22px);
    }

    .hero__veil-fog--2 {
      width: min(280px, 34vw);
      height: min(140px, 18vh);
      right: 18%;
      bottom: 6%;
      background: radial-gradient(ellipse at 40% 50%, rgba(230, 40, 40, 0.28) 0%, rgba(15, 15, 15, 0.55) 40%, transparent 72%);
      filter: blur(36px);
      opacity: 0.85;
    }

    .hero__veil-fog--3 {
      width: min(360px, 42vw);
      height: min(120px, 16vh);
      right: -4%;
      bottom: 12%;
      background: radial-gradient(ellipse at center, rgba(25, 25, 25, 0.7) 0%, transparent 68%);
      filter: blur(48px);
      opacity: 0.9;
    }

    .hero__veil-fog--4 {
      width: min(200px, 26vw);
      height: min(90px, 12vh);
      right: 28%;
      bottom: 2%;
      background: radial-gradient(circle, rgba(255, 80, 50, 0.18) 0%, transparent 70%);
      filter: blur(18px);
    }

    .hero__shell {
      position: relative;
      z-index: 6;
      width: min(var(--content-max), calc(100% - 2.5rem));
      margin-inline: auto;
      display: flex;
      align-items: center;
      min-height: calc(100dvh - var(--header-h) - 1.25rem);
      padding-bottom: 0;
    }

    .hero__content {
      position: relative;
      z-index: 4;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.15rem;
      width: 60%;
      max-width: 720px;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: -2vh;
    }

    /* Desktop: brand → lounge → tag → lead → actions */
    .hero__content > .brand--hero { order: 0; }
    .hero__content > .hero__lounge { order: 1; }
    .hero__content > .hero__tag { order: 2; }
    .hero__content > .hero__lead { order: 3; }
    .hero__content > .hero__actions { order: 4; }

    @keyframes titleReveal {
      from { opacity: 0; transform: translateY(16px) scale(0.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .hero__lounge {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      align-self: center;
      width: 100%;
      max-width: 22rem;
      margin: 0;
      color: #ff6a4a;
      font-family: var(--font-body);
      font-weight: 600;
      font-size: clamp(0.88rem, 1.6vw, 1.05rem);
      letter-spacing: 0.46em;
      text-transform: uppercase;
      padding-left: 0.46em;
      text-shadow: 0 0 12px rgba(230, 0, 0, 0.55);
      animation: fadeUp 1s 0.15s ease-out both;
    }

    .hero__lounge::before,
    .hero__lounge::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, #ff5a3a, transparent);
      box-shadow: 0 0 10px rgba(230, 0, 0, 0.45);
    }

    .hero__tag {
      color: #FFFFFF;
      font-size: clamp(1.15rem, 2.1vw, 1.45rem);
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.01em;
      max-width: 34em;
      animation: fadeUp 1s 0.25s ease-out both;
    }

    .hero__lead {
      color: #EEEEEE;
      font-size: clamp(0.98rem, 1.35vw, 1.12rem);
      line-height: 1.65;
      width: 100%;
      max-width: none;
      text-align: justify;
      text-align-last: left;
      hyphens: auto;
      animation: fadeUp 1s 0.35s ease-out both;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.85rem 1rem;
      margin-top: 0.5rem;
      animation: fadeUp 1s 0.45s ease-out both;
    }

    .hero__actions .btn {
      padding: 1.05rem 1.9rem;
      font-size: 0.9rem;
    }

    .hero__hookah {
      position: absolute;
      right: -5%;
      bottom: -20%;
      z-index: 2;
      width: min(46vw, 700px);
      margin: 0;
      padding: 0;
      pointer-events: none;
      animation: fadeUp 1.1s 0.2s ease-out both;
    }

    .hero__hookah::before {
      content: "";
      position: absolute;
      left: 48%;
      top: -2%;
      width: 50%;
      height: 26%;
      transform: translateX(-50%);
      background: radial-gradient(ellipse at center, rgba(255, 110, 50, 0.5) 0%, rgba(230, 0, 0, 0.22) 42%, transparent 70%);
      filter: blur(16px);
      pointer-events: none;
      z-index: 0;
    }

    .hero__hookah::after {
      content: "";
      position: absolute;
      left: 5%;
      right: 5%;
      bottom: 0;
      height: 42%;
      z-index: 2;
      pointer-events: none;
      background:
        linear-gradient(180deg, transparent 0%, rgba(15, 15, 15, 0.2) 35%, rgba(15, 15, 15, 0.75) 78%, #0F0F0F 100%),
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(230, 0, 0, 0.25), transparent 70%);
      filter: blur(14px);
      opacity: 0.95;
      -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
      mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
    }

    .hero__hookah img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      object-position: center top;
      filter:
        brightness(1.14)
        contrast(1.1)
        drop-shadow(0 0 34px rgba(230, 0, 0, 0.5))
        drop-shadow(0 28px 55px rgba(0, 0, 0, 0.7));
      transform: translate3d(0, var(--hookah-shift, 0px), 0);
      will-change: transform;
    }

    .hero__embers {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      overflow: hidden;
    }


    .hero__sparks {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 1;
      pointer-events: none;
    }

    .hero__sparks i {
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #ffb24a;
      box-shadow: 0 0 8px 2px rgba(255, 120, 40, 0.9);
      animation: sparkPulse var(--spark-dur, 3.2s) ease-in-out infinite;
      animation-delay: var(--spark-delay, 0s);
      opacity: 0.8;
    }

    .hero__sparks i:nth-child(1)  { left: 5%; top: 22%; }
    .hero__sparks i:nth-child(2)  { left: 12%; top: 48%; width: 3px; height: 3px; --spark-dur: 4s; --spark-delay: -0.8s; }
    .hero__sparks i:nth-child(3)  { left: 20%; top: 16%; --spark-dur: 3.6s; --spark-delay: -1.4s; }
    .hero__sparks i:nth-child(4)  { left: 28%; top: 58%; width: 3px; height: 3px; --spark-delay: -2s; }
    .hero__sparks i:nth-child(5)  { left: 34%; top: 30%; --spark-dur: 4.4s; --spark-delay: -0.4s; }
    .hero__sparks i:nth-child(6)  { left: 42%; top: 12%; width: 3px; height: 3px; --spark-delay: -1.8s; }
    .hero__sparks i:nth-child(7)  { left: 48%; top: 44%; --spark-dur: 3.8s; --spark-delay: -2.6s; }
    .hero__sparks i:nth-child(8)  { left: 56%; top: 68%; width: 3px; height: 3px; --spark-delay: -0.6s; }
    .hero__sparks i:nth-child(9)  { left: 62%; top: 24%; --spark-dur: 4.2s; --spark-delay: -1.1s; }
    .hero__sparks i:nth-child(10) { left: 68%; top: 52%; width: 3px; height: 3px; --spark-delay: -2.2s; }
    .hero__sparks i:nth-child(11) { left: 74%; top: 14%; --spark-dur: 3.4s; --spark-delay: -1.6s; }
    .hero__sparks i:nth-child(12) { left: 80%; top: 38%; width: 3px; height: 3px; --spark-delay: -0.3s; }

    @keyframes sparkPulse {
      0%, 100% { opacity: 0.25; transform: scale(0.8); }
      50% { opacity: 0.9; transform: scale(1.15); }
    }

    /* —— Sections common —— */
    section { padding: 5.75rem 0; position: relative; }

    main > section:not(.hero) {
      background-color: var(--bg);
    }

    .section-title {
      font-family: var(--font-display);
      font-size: clamp(1.8rem, 4vw, 2.45rem);
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 0.7rem;
      padding-left: 0.1em;
      color: #fff;
      text-shadow:
        0 0 8px rgba(230, 0, 0, 0.65),
        0 0 24px rgba(230, 0, 0, 0.35),
        0 0 48px rgba(230, 0, 0, 0.15);
    }

    .section-title--ornate {
      position: relative;
      display: block;
      width: fit-content;
      max-width: 100%;
      margin: 0 auto 1.65rem;
      padding: 1.25rem 0.4em;
      font-size: clamp(1.65rem, 3.4vw, 2.25rem);
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #050505;
      padding-left: 0.14em;
      -webkit-text-fill-color: #050505;
      background: none;
      -webkit-background-clip: unset;
      background-clip: unset;
      filter: drop-shadow(0 0 18px rgba(230, 0, 0, 0.55));
      text-shadow:
        0 0 2px rgba(255, 70, 70, 1),
        0 0 6px rgba(255, 40, 40, 1),
        0 0 14px rgba(230, 0, 0, 1),
        0 0 28px rgba(230, 0, 0, 0.95),
        0 0 48px rgba(200, 0, 0, 0.7),
        0 0 72px rgba(180, 0, 0, 0.4);
    }

    .section-title--ornate::before,
    .section-title--ornate::after {
      content: "";
      position: absolute;
      left: 50%;
      width: min(20rem, 78vw);
      height: 1px;
      transform: translateX(-50%);
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(230, 0, 0, 0.2) 12%,
        rgba(255, 80, 80, 1) 42%,
        rgba(255, 80, 80, 1) 58%,
        rgba(230, 0, 0, 0.2) 88%,
        transparent 100%
      );
      box-shadow: 0 0 10px rgba(230, 0, 0, 0.7);
      pointer-events: none;
    }

    .section-title--ornate::before { top: 0; }
    .section-title--ornate::after { bottom: 0; }

    .gallery-title-mark {
      position: absolute;
      left: 50%;
      width: 8px;
      height: 8px;
      border: 1.5px solid #ff6a6a;
      background: #0F0F0F;
      transform: translateX(-50%) rotate(45deg);
      box-shadow:
        0 0 8px rgba(230, 0, 0, 0.95),
        0 0 18px rgba(230, 0, 0, 0.45);
      pointer-events: none;
      z-index: 1;
    }

    .gallery-title-mark--top { top: -3.5px; }
    .gallery-title-mark--bottom { bottom: -3.5px; }

    .section-lead {
      text-align: center;
      color: var(--muted);
      max-width: 40ch;
      margin: 0.35rem auto 3.5rem;
      font-size: 1rem;
      line-height: 1.55;
    }

    .gallery .section-lead,
    .gallery-lead {
      margin-top: 0.35rem;
      margin-bottom: 3.25rem;
      max-width: min(720px, 100%);
      line-height: 1.65;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
    }

    .gallery-lead {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.2em;
    }

    .gallery-lead__line {
      display: block;
      text-align: center;
    }

    @media (min-width: 820px) {
      .gallery-lead__line {
        white-space: nowrap;
      }
    }

    /* —— Gallery grid —— */
    .gallery {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse 60% 40% at 20% 30%, rgba(230, 0, 0, 0.1), transparent 65%),
        radial-gradient(ellipse 50% 35% at 85% 70%, rgba(230, 40, 20, 0.09), transparent 70%),
        radial-gradient(ellipse 50% 35% at 50% 70%, rgba(230, 0, 0, 0.08), transparent 70%),
        var(--bg);
    }

    .gallery__embers {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
    }


    .gallery .container {
      position: relative;
      z-index: 1;
      width: min(var(--content-max), calc(100% - 2.5rem));
    }


    .gallery__embers .hero__sparks {
      opacity: 0.9;
    }

    /* —— Section embers (hookahs, menu, reviews, promos, contacts) —— */
    .hookahs,
    .menu,
    .reviews,
    .promos,
    .contacts {
      position: relative;
      overflow: hidden;
    }

    .hookahs .container,
    .menu .container,
    .reviews .container,
    .promos .container,
    .contacts .container {
      position: relative;
      z-index: 1;
    }

    .hookahs .section-lead {
      max-width: min(640px, 100%);
      margin: 0 auto 3rem;
      text-align: center;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
      line-height: 1.65;
    }

    .hookahs__list {
      display: flex;
      flex-direction: column;
      gap: clamp(2.5rem, 5vw, 4rem);
      width: 100%;
    }

    .hookah-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: clamp(1.5rem, 3vw, 2.75rem);
      align-items: stretch;
      min-height: clamp(300px, 28vw, 400px);
    }

    .hookah-row--reverse {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }

    .hookah-row--reverse .hookah-row__content {
      order: 2;
    }

    .hookah-row--reverse .hookah-row__media {
      order: 1;
    }

    .hookah-row__content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: stretch;
      min-height: 100%;
      padding: 2rem 0.35rem 1.75rem;
      border-top: 1px solid rgba(230, 0, 0, 0.5);
      box-sizing: border-box;
    }

    .hookah-row__label {
      font-size: 0.75rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--red);
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .hookah-row__content h3 {
      font-family: var(--font-display);
      font-size: clamp(1.45rem, 2.5vw, 1.95rem);
      letter-spacing: 0.04em;
      margin-bottom: 0.75rem;
      line-height: 1.25;
      max-width: 18ch;
    }

    .hookah-row__price {
      display: block;
      margin-bottom: 1rem;
      font-family: var(--font-display);
      color: var(--red);
      font-weight: 700;
      font-size: clamp(1.15rem, 2vw, 1.45rem);
      letter-spacing: 0.06em;
    }

    .hookah-row__content p {
      color: #EEEEEE;
      font-size: clamp(0.98rem, 1.2vw, 1.08rem);
      line-height: 1.65;
      max-width: 40ch;
      margin: 0;
    }

    .hookah-row__media {
      position: relative;
      align-self: stretch;
      min-height: 100%;
      overflow: hidden;
      background: #0a0a0a;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .hookah-row__media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      filter: brightness(0.84) saturate(0.92);
      transition: transform 0.5s ease, filter 0.4s ease;
    }

    .hookah-row:hover .hookah-row__media img {
      transform: scale(1.03);
      filter: brightness(0.94) saturate(1);
    }

    .hookah-row__media::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(135deg, rgba(15, 15, 15, 0.2), transparent 45%);
      pointer-events: none;
    }

    .section__embers {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
    }

    .section__embers .hero__sparks,
    .footer__embers .hero__sparks {
      opacity: 0.85;
    }


    /* Mosaic:
       1 1 2 3
       1 1 4 5
       6 7 0 0
       8 9 0 0
    */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-rows: repeat(4, minmax(110px, 13.5vw));
      grid-auto-rows: minmax(110px, 13.5vw);
      gap: 1.15rem;
      width: 100%;
      max-width: 1180px;
      margin-inline: auto;
    }

    .gallery-item {
      position: relative;
      margin: 0;
      padding: 0;
      border-radius: 4px;
      overflow: hidden;
      background: #0a0a0a;
      border: none;
      min-width: 0;
      min-height: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      transition: box-shadow 0.35s ease;
      isolation: isolate;
    }

    .gallery-item:nth-child(1) {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }

    .gallery-item:nth-child(2) { grid-column: 3; grid-row: 1; }
    .gallery-item:nth-child(3) { grid-column: 4; grid-row: 1; }
    .gallery-item:nth-child(4) { grid-column: 3; grid-row: 2; }
    .gallery-item:nth-child(5) { grid-column: 4; grid-row: 2; }
    .gallery-item:nth-child(6) { grid-column: 1; grid-row: 3; }
    .gallery-item:nth-child(7) { grid-column: 2; grid-row: 3; }
    .gallery-item:nth-child(8) { grid-column: 1; grid-row: 4; }
    .gallery-item:nth-child(9) { grid-column: 2; grid-row: 4; }

    .gallery-item:nth-child(10) {
      grid-column: 3 / 5;
      grid-row: 3 / 5;
    }

    .gallery-item:nth-child(n + 11) {
      display: none;
    }

    .gallery-grid.is-expanded .gallery-item:nth-child(n + 11) {
      display: block;
      grid-column: auto;
      grid-row: auto;
    }

    .gallery-item:hover {
      box-shadow: 0 0 0 1px rgba(230, 0, 0, 0.45), 0 0 32px var(--red-glow-soft);
    }

    .gallery-item img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(0.84) saturate(0.95) contrast(1.05);
      transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
      filter: brightness(0.95) saturate(1.08) contrast(1.06);
    }

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, transparent 42%, rgba(15, 15, 15, 0.35) 100%),
        radial-gradient(ellipse 80% 60% at 50% 120%, rgba(230, 0, 0, 0.12), transparent 60%);
      pointer-events: none;
      opacity: 0.85;
      transition: opacity 0.35s ease;
    }

    .gallery-item:hover::after {
      opacity: 0.45;
    }

    .gallery-more {
      display: flex;
      justify-content: center;
      margin-top: 1.85rem;
    }

    .gallery-more .btn {
      min-width: 200px;
    }

    /* —— Menu —— */
    .menu {
      background:
        radial-gradient(ellipse 55% 40% at 15% 20%, rgba(230, 0, 0, 0.08), transparent 65%),
        radial-gradient(ellipse 45% 35% at 90% 75%, rgba(230, 40, 20, 0.07), transparent 70%),
        var(--bg);
    }

    .menu .container {
      width: min(var(--content-max), calc(100% - 2.5rem));
    }

    .menu .section-lead {
      max-width: min(640px, 100%);
      margin-bottom: 2.85rem;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
      line-height: 1.65;
    }

    .menu-filters {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.35rem 0.2rem;
      margin-bottom: 2.5rem;
      padding-bottom: 0.1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .menu-filter {
      padding: 0.7rem 1.2rem;
      background: transparent;
      border: none;
      border-bottom: 2px solid transparent;
      color: var(--muted);
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-size: 0.78rem;
      margin-bottom: -1px;
      transition: color 0.2s ease, border-color 0.25s ease;
    }

    .menu-filter:hover {
      color: var(--white);
    }

    .menu-filter.is-active {
      color: var(--white);
      border-bottom-color: var(--red);
    }

    .menu-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.75rem 1.35rem;
      width: 100%;
    }

    .menu-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      background: transparent;
      border: none;
      color: inherit;
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
    }

    .menu-card:hover,
    .menu-card:focus-visible {
      color: inherit;
    }

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

    .menu-card__media {
      position: relative;
      aspect-ratio: 3 / 4;
      overflow: hidden;
      background: #141414;
      /* Мягкий край вместо рамки: тонкая линия только у фото */
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .menu-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.84) saturate(0.92);
      transition: filter 0.35s ease, transform 0.45s ease;
    }

    .menu-card:hover .menu-card__media img {
      filter: brightness(0.96) saturate(1);
      transform: scale(1.03);
    }

    .menu-card__media::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 36%;
      background: linear-gradient(180deg, transparent, rgba(15, 15, 15, 0.55));
      pointer-events: none;
    }

    .menu-card__body {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
      flex: 1;
      padding: 0.85rem 0 0;
      border-top: 1px solid rgba(230, 0, 0, 0.28);
      margin-top: 0.85rem;
    }

    .menu-card__top {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 0.75rem;
    }

    .menu-card__name {
      margin: 0;
      min-width: 0;
      font-weight: 600;
      font-size: 0.92rem;
      letter-spacing: 0.02em;
      line-height: 1.3;
      color: var(--white);
    }

    .menu-card__price {
      flex-shrink: 0;
      margin: 0;
      font-family: var(--font-display);
      color: var(--red);
      font-weight: 700;
      font-size: 0.95rem;
      letter-spacing: 0.04em;
      white-space: nowrap;
    }

    .menu-card__tag {
      display: inline-block;
      margin: 0 0 0.15rem;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 120, 100, 0.95);
    }

    .menu-card__desc {
      margin: 0;
      color: var(--muted);
      font-size: 0.76rem;
      line-height: 1.4;
    }

    .menu-more {
      display: flex;
      justify-content: center;
      margin-top: 2rem;
    }

    .menu-more .btn {
      min-width: 220px;
    }

    @media (max-width: 1100px) {
      .menu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.35rem 0.95rem;
      }

      .menu-filter {
        padding: 0.65rem 0.85rem;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
      }
    }

    @media (max-width: 420px) {
      .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem 0.7rem;
      }
    }

    /* —— Reviews —— */
    .reviews {
      background:
        radial-gradient(ellipse 40% 35% at 80% 60%, rgba(230, 40, 20, 0.06), transparent 70%),
        var(--bg);
    }

    .reviews .container {
      width: min(var(--content-max), calc(100% - 2.5rem));
    }

    .reviews .section-lead {
      max-width: min(640px, 100%);
      margin-bottom: 3.25rem;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
      line-height: 1.65;
    }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2.5rem 3rem;
      width: 100%;
    }

    .review {
      position: relative;
      padding: 2rem 0.35rem 0.75rem;
      border-top: 1px solid rgba(230, 0, 0, 0.45);
      background: transparent;
    }

    .review::before {
      content: "“";
      position: absolute;
      top: 1.05rem;
      right: 0.15rem;
      font-family: var(--font-display);
      font-size: 2.75rem;
      line-height: 1;
      color: rgba(230, 0, 0, 0.35);
      pointer-events: none;
    }

    .review__stars {
      color: var(--red);
      letter-spacing: 0.14em;
      font-size: 0.9rem;
      margin: 0;
    }

    .review__top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.55rem 0.85rem;
      margin: 0.55rem 0 1.25rem;
    }

    .review__text {
      color: #dcdcdc;
      font-size: clamp(1rem, 1.2vw, 1.1rem);
      line-height: 1.7;
      margin: 0;
      max-width: none;
    }

    .review__author {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.1rem, 1.5vw, 1.25rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--white);
      padding-right: 2.5rem;
    }

    .review__meta {
      font-size: 0.78rem;
      color: #9a9a9a;
      font-weight: 400;
      letter-spacing: 0.02em;
    }

    .reviews-actions {
      display: flex;
      justify-content: flex-start;
      margin: -1.25rem 0 2.5rem;
    }

    .reviews-note {
      margin: -0.5rem 0 1.5rem;
      padding: 0.85rem 1rem;
      border-radius: 10px;
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .reviews-note--ok {
      border: 1px solid rgba(80, 200, 120, 0.35);
      background: rgba(80, 200, 120, 0.1);
      color: #c8f5d4;
    }

    .reviews-note--error {
      border: 1px solid rgba(230, 0, 0, 0.4);
      background: rgba(230, 0, 0, 0.12);
      color: #ffb0b0;
    }

    .reviews-empty {
      grid-column: 1 / -1;
      margin: 0;
      color: #9a9a9a;
      font-size: 1rem;
    }

    .review-modal[hidden] {
      display: none !important;
    }

    .review-modal {
      position: fixed;
      inset: 0;
      z-index: 90;
      display: grid;
      place-items: center;
      padding: 1rem;
    }

    .review-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(6px);
    }

    .review-modal__dialog {
      position: relative;
      z-index: 1;
      width: min(460px, 100%);
      max-height: min(90dvh, 860px);
      overflow: auto;
      padding: 1.4rem 1.35rem 1.45rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      background: #141414;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    }

    .review-modal__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.15rem;
    }

    .review-modal__head h3 {
      margin: 0;
      font-family: var(--font-display);
      font-size: 1.2rem;
      letter-spacing: 0.04em;
    }

    .review-modal__close {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 8px;
      background: transparent;
      color: #fff;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
    }

    .review-form {
      display: grid;
      gap: 1rem;
    }

    .review-form__field {
      display: grid;
      gap: 0.4rem;
    }

    .review-form__field span,
    .review-form__rating legend {
      color: #9a9a9a;
      font-size: 0.85rem;
    }

    .review-form__field input,
    .review-form__field textarea {
      width: 100%;
      padding: 0.85rem 0.95rem;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 10px;
      background: #101010;
      color: #fff;
      font: inherit;
      resize: vertical;
    }

    .review-form__field input:focus,
    .review-form__field textarea:focus {
      outline: none;
      border-color: rgba(230, 0, 0, 0.55);
    }

    .review-form__rating {
      margin: 0;
      padding: 0;
      border: 0;
    }

    .review-stars-input {
      display: inline-flex;
      flex-direction: row-reverse;
      gap: 0.15rem;
      margin-top: 0.35rem;
    }

    .review-stars-input input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .review-stars-input label {
      color: rgba(255, 255, 255, 0.22);
      font-size: 1.65rem;
      line-height: 1;
      cursor: pointer;
      transition: color 0.15s ease, transform 0.15s ease;
    }

    .review-stars-input label:hover,
    .review-stars-input label:hover ~ label,
    .review-stars-input input:checked ~ label {
      color: var(--red);
    }

    .review-stars-input label:hover {
      transform: translateY(-1px);
    }

    .review-form__hint {
      margin: 0;
      color: #9a9a9a;
      font-size: 0.82rem;
      line-height: 1.4;
    }

    .review-form__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin-top: 0.25rem;
    }

    .review-form__actions .btn {
      flex: 1 1 auto;
      min-width: 7.5rem;
    }

    body.review-modal-open {
      overflow: hidden;
    }

    .reviews-grid .review:nth-child(1).reveal { transition-delay: 0s; }
    .reviews-grid .review:nth-child(2).reveal { transition-delay: 0.08s; }
    .reviews-grid .review:nth-child(3).reveal { transition-delay: 0.16s; }

    /* —— Promos —— */
    .promos {
      background:
        radial-gradient(ellipse 45% 35% at 20% 70%, rgba(230, 40, 20, 0.06), transparent 70%),
        var(--bg);
    }

    .promos .container {
      width: min(var(--content-max), calc(100% - 2.5rem));
    }

    .promos .section-lead {
      max-width: min(640px, 100%);
      margin-bottom: 3.25rem;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
      line-height: 1.65;
    }

    .promos__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1.75rem, 3vw, 2.75rem) clamp(2rem, 4vw, 3.5rem);
      width: 100%;
    }

    .promos__grid:has(> .promo:only-of-type) {
      grid-template-columns: minmax(0, 34rem);
    }

    .promo {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      min-width: 0;
      padding: 1.65rem 0.15rem 0.35rem;
      border-top: 1px solid rgba(230, 0, 0, 0.5);
    }

    .promo.reveal {
      transition-delay: calc(var(--promo-i, 0) * 0.08s);
    }

    .promo__label {
      margin: 0;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--red);
      font-weight: 700;
      line-height: 1.3;
    }

    .promo__title {
      margin: 0;
      font-family: var(--font-display);
      font-size: clamp(1.35rem, 2.3vw, 1.85rem);
      letter-spacing: 0.04em;
      line-height: 1.22;
      color: #fff;
      max-width: 18ch;
    }

    .promo__text {
      margin: 0;
      color: #c4c4c4;
      font-size: clamp(0.95rem, 1.15vw, 1.05rem);
      line-height: 1.65;
      max-width: 38ch;
    }

    .promos__empty {
      grid-column: 1 / -1;
      margin: 0;
      padding: 1.25rem 0;
      color: #9a9a9a;
      font-size: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    @media (max-width: 780px) {
      .promos__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

      .promo {
        padding-top: 1.35rem;
        gap: 0.7rem;
      }

      .promo__title {
        max-width: none;
        font-size: clamp(1.2rem, 5vw, 1.45rem);
      }

      .promo__text {
        max-width: none;
      }
    }

    /* —— Contacts —— */
    .contacts {
      background: var(--bg);
      padding-bottom: 5.5rem;
    }

    .contacts .container {
      width: min(var(--content-max), calc(100% - 2.5rem));
    }

    .contacts .section-lead {
      max-width: min(640px, 100%);
      margin-bottom: 3rem;
      color: #F5F5F5;
      font-size: clamp(0.95rem, 1.35vw, 1.05rem);
      line-height: 1.65;
    }

    .contacts__layout {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 1.5rem;
      align-items: stretch;
      width: 100%;
    }

    .map-wrap {
      position: relative;
      min-height: 420px;
      border: 1px solid var(--border);
      border-radius: 28px;
      box-shadow: 0 0 30px var(--red-glow-soft);
      overflow: hidden;
      background: #0a0a0a;
    }

    .map-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      /* Тёмная схема: у iframe-виджета Яндекса нет theme=dark */
      filter: invert(0.92) hue-rotate(180deg) brightness(0.88) contrast(0.95) saturate(0.4);
      pointer-events: none;
    }

    .map-wrap.is-active iframe {
      pointer-events: auto;
    }

    .map-wrap__shield {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: grid;
      place-items: center;
      padding: 1.25rem;
      border: none;
      cursor: pointer;
      background: transparent;
      color: var(--white);
      font: inherit;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease, background 0.25s ease;
    }

    .map-wrap:hover:not(.is-active) .map-wrap__shield,
    .map-wrap:focus-within:not(.is-active) .map-wrap__shield {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      background: linear-gradient(180deg, rgba(15, 15, 15, 0.12), rgba(15, 15, 15, 0.42));
    }

    .map-wrap.is-active .map-wrap__shield {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .map-wrap__hint {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      max-width: 18rem;
      padding: 0.85rem 1.15rem;
      background: rgba(15, 15, 15, 0.82);
      border: 1px solid rgba(230, 0, 0, 0.45);
      box-shadow: 0 0 24px rgba(230, 0, 0, 0.18);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      line-height: 1.35;
      opacity: 0;
      transform: translateY(6px);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .map-wrap:hover:not(.is-active) .map-wrap__hint,
    .map-wrap:focus-within:not(.is-active) .map-wrap__hint {
      opacity: 1;
      transform: translateY(0);
    }

    @media (hover: none) {
      .map-wrap:not(.is-active) .map-wrap__shield {
        pointer-events: auto;
      }
    }

    .contacts__side {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .info-block {
      padding: 1.5rem 1.4rem;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 22px;
    }

    .info-block h3 {
      font-family: var(--font-display);
      font-size: 0.95rem;
      letter-spacing: 0.14em;
      margin-bottom: 1rem;
      color: var(--red);
    }

    .info-block p,
    .info-block a {
      color: var(--muted);
      font-size: 0.95rem;
      margin-bottom: 0.45rem;
    }

    .info-block a:hover { color: var(--white); }

    .booking {
      padding: 1.75rem 1.4rem;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 24px;
      box-shadow: 0 0 28px var(--red-glow-soft);
      flex: 1;
    }

    .booking--cta {
      display: flex;
      flex-direction: column;
    }

    .booking h3 {
      font-family: var(--font-display);
      font-size: 1.1rem;
      letter-spacing: 0.14em;
      margin: 0 0 0.85rem;
    }

    .booking__text {
      margin: 0 0 1.15rem;
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.55;
      flex: 1;
    }

    .booking .btn {
      margin-top: auto;
      padding: 1.05rem 1.5rem;
      font-size: 0.95rem;
    }

    .booking-modal[hidden] {
      display: none !important;
    }

    .booking-modal {
      position: fixed;
      inset: 0;
      z-index: 90;
      display: grid;
      place-items: center;
      padding: 1rem;
    }

    .booking-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(6px);
    }

    .booking-modal__dialog {
      position: relative;
      z-index: 1;
      width: min(440px, 100%);
      max-height: min(90dvh, 860px);
      overflow: auto;
      padding: 1.4rem 1.35rem 1.45rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      background: #141414;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    }

    .booking-modal__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.15rem;
    }

    .booking-modal__head h3 {
      margin: 0;
      font-family: var(--font-display);
      font-size: 1.2rem;
      letter-spacing: 0.04em;
    }

    .booking-modal__close {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 8px;
      background: transparent;
      color: #fff;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
    }

    .booking-modal__note {
      margin: 0 0 1rem;
      padding: 0.8rem 0.9rem;
      border-radius: 10px;
      font-size: 0.92rem;
      line-height: 1.4;
    }

    .booking-modal__note--ok {
      border: 1px solid rgba(80, 200, 120, 0.35);
      background: rgba(80, 200, 120, 0.1);
      color: #c8f5d4;
    }

    .booking-modal__note--error {
      border: 1px solid rgba(230, 0, 0, 0.4);
      background: rgba(230, 0, 0, 0.12);
      color: #ffb0b0;
    }

    .booking-form {
      display: grid;
      gap: 1rem;
    }

    .booking-form__field {
      display: grid;
      gap: 0.4rem;
    }

    .booking-form__field span {
      color: #9a9a9a;
      font-size: 0.85rem;
    }

    .booking-form__field input {
      width: 100%;
      padding: 0.85rem 0.95rem;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 10px;
      background: #101010;
      color: #fff;
      font: inherit;
    }

    .booking-form__field input:focus {
      outline: none;
      border-color: rgba(230, 0, 0, 0.55);
    }

    .booking-form__hint {
      margin: 0;
      color: #9a9a9a;
      font-size: 0.82rem;
      line-height: 1.4;
    }

    .booking-form__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin-top: 0.25rem;
    }

    .booking-form__actions .btn {
      flex: 1 1 auto;
      min-width: 7.5rem;
    }

    body.booking-modal-open {
      overflow: hidden;
    }

    /* —— Footer —— */
    .footer {
      position: relative;
      overflow: hidden;
      border-top: none;
      margin-top: 0;
      padding: 4.5rem 0 0;
      background:
        radial-gradient(ellipse 100% 70% at 50% 0%, rgba(230, 0, 0, 0.06), transparent 72%),
        radial-gradient(ellipse 55% 45% at 15% 25%, rgba(180, 20, 20, 0.03), transparent 75%),
        radial-gradient(ellipse 50% 45% at 85% 20%, rgba(180, 20, 20, 0.025), transparent 75%),
        linear-gradient(180deg, var(--bg) 0%, #0c0c0c 55%, #060606 100%);
    }

    .footer__embers {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
    }


    .footer .container {
      position: relative;
      z-index: 1;
      width: min(var(--content-max), calc(100% - 2.5rem));
    }

    .footer__grid {
      display: grid;
      grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
      gap: 2.5rem 2rem;
      padding-bottom: 2.75rem;
    }

    .footer__brand-col {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding-right: 1rem;
    }

    .footer__tag {
      color: #EAEAEA;
      font-size: 0.92rem;
      line-height: 1.55;
      max-width: 26ch;
    }

    .footer__brand-col .socials {
      margin-top: 0.35rem;
    }

    .footer__heading {
      font-family: var(--font-display);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 1.15rem;
      text-shadow: 0 0 14px rgba(230, 0, 0, 0.35);
    }

    .footer__nav {
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }

    .footer__nav a,
    .footer__contact-list a,
    .footer__contact-list p {
      color: #E8E8E8;
      font-size: 0.9rem;
      line-height: 1.45;
      transition: color 0.2s ease;
    }

    .footer__nav a:hover,
    .footer__contact-list a:hover {
      color: var(--white);
    }

    .footer__contact-list {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .footer__contact-list a[href^="tel"] {
      font-weight: 600;
      font-size: 1rem;
      color: var(--white);
    }

    .footer__contact-list a[href^="tel"]:hover {
      color: var(--red);
    }

    .footer__cta {
      margin-top: 1.1rem;
    }

    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      padding: 1.35rem 0 2rem;
      border-top: 1px solid rgba(230, 0, 0, 0.22);
    }

    .footer__copy {
      color: rgba(160, 160, 160, 0.85);
      font-size: 0.82rem;
    }

    .footer__legal {
      color: rgba(160, 160, 160, 0.85);
      font-size: 0.82rem;
      transition: color 0.2s ease;
    }

    .footer__legal:hover {
      color: var(--red);
    }

    /* —— Reveal on scroll —— */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

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

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

      .brand--hero,
      .hero__lounge,
      .hero__tag,
      .hero__lead,
      .hero__actions,
      .hero__hookah,
      .hero__smoke span,

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

      .gallery-item img,
      .menu-card,
      .menu-card__media img,
      .promo-row__media img,
      .hookah-row__media img,
      .hero__bg img,
      .hero__hookah img {
        transition: none;
        transform: none !important;
      }

      .promo-row:hover .promo-row__media img,
      .hookah-row:hover .hookah-row__media img { transform: none; }
    }

    @media (max-width: 1200px) {
      .header .nav { gap: 1.15rem; }
      .header .nav a { font-size: 0.8rem; }
      .header__contacts { gap: 1rem; }
      .header__address,
      .header__hours { max-width: 16rem; font-size: 0.72rem; }
      .header__phone { font-size: 0.88rem; }
      .header__actions { gap: 0.65rem; }
      .header__actions .btn.btn--sm {
        padding: 0.58rem 1rem;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
      }
      .header .socials a {
        width: 34px;
        height: 34px;
      }
    }

    @media (max-width: 1100px) {
      .header .socials { display: none; }
      .header .nav { gap: 1rem; }
      .header .nav a { font-size: 0.78rem; }
      .header__address,
      .header__hours { max-width: 14rem; }
    }

    /* Планшеты: бургер вместо нижней навигации */
    @media (max-width: 1024px) {
      :root {
        --header-h: var(--header-top-h);
      }

      .header__bottom,
      .header__contacts,
      .header__actions { display: none; }

      .burger { display: grid; }

      .header__inner {
        width: min(var(--content-max), calc(100% - 1.5rem));
      }

      .header__inner--top {
        height: var(--header-top-h);
      }
    }

    /* —— Responsive —— */
    @media (max-width: 980px) {
      .container,
      .gallery .container,
      .menu .container,
      .reviews .container,
      .footer .container,
      .header__inner {
        width: min(var(--content-max), calc(100% - 2rem));
      }

      .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1.5rem;
      }

      .footer__brand-col {
        grid-column: 1 / -1;
        padding-right: 0;
      }

      .promos__list { gap: 2.25rem; }

      /* Акции: компактный ряд фото | текст */
      .promo-row,
      .promo-row--reverse {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 1rem;
        min-height: 200px;
        align-items: stretch;
      }

      .promo-row--reverse .promo-row__content,
      .promo-row--reverse .promo-row__media {
        order: initial;
      }

      .promo-row__media {
        order: -1;
        min-height: 100%;
        height: auto;
        aspect-ratio: auto;
      }

      .promo-row__content {
        order: 1;
        min-height: 0;
        justify-content: center;
        padding: 0.85rem 0.15rem 0.85rem 0;
        border-top: none;
        border-left: 1px solid rgba(230, 0, 0, 0.45);
        padding-left: 0.9rem;
      }

      .promo-row__label {
        margin-bottom: 0.55rem;
      }

      .promo-row__content h3 {
        max-width: none;
        font-size: clamp(1.15rem, 2.2vw, 1.45rem);
        margin-bottom: 0.45rem;
      }

      .promo-row__content p {
        max-width: none;
        font-size: 0.92rem;
        line-height: 1.5;
      }

      /* Кальяны: компактный ряд фото | текст */
      .hookah-row,
      .hookah-row--reverse {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 1rem;
        min-height: 200px;
        align-items: stretch;
      }

      .hookah-row--reverse .hookah-row__content,
      .hookah-row--reverse .hookah-row__media {
        order: initial;
      }

      .hookah-row__media {
        order: -1;
        min-height: 100%;
        height: auto;
        aspect-ratio: auto;
      }

      .hookah-row__content {
        order: 1;
        min-height: 0;
        justify-content: center;
        padding: 0.85rem 0.15rem 0.85rem 0;
        border-top: none;
        border-left: 1px solid rgba(230, 0, 0, 0.45);
        padding-left: 0.9rem;
      }

      .hookah-row__label {
        margin-bottom: 0.55rem;
      }

      .hookah-row__content h3 {
        max-width: none;
        font-size: clamp(1.15rem, 2.2vw, 1.45rem);
        margin-bottom: 0.4rem;
      }

      .hookah-row__price {
        margin-bottom: 0.55rem;
        font-size: 1.1rem;
      }

      .hookah-row__content p {
        max-width: none;
        font-size: 0.92rem;
        line-height: 1.5;
      }

      .reviews-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
      .contacts__layout { grid-template-columns: 1fr; }
      .map-wrap { min-height: 300px; order: 1; }
      .contacts__side { order: -1; }

      .gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(96px, 12.5vw));
        grid-auto-rows: minmax(96px, 12.5vw);
        gap: 0.9rem;
        width: 100%;
        max-width: 100%;
      }

      .hero__content {
        width: min(62%, 640px);
      }

      .hero__hookah {
        width: min(38vw, 400px);
        right: -3%;
        bottom: -24%;
      }

      .section-lead,
      .gallery .section-lead,
      .hookahs .section-lead,
      .menu .section-lead,
      .reviews .section-lead {
        margin-bottom: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      :root {
        --header-top-h: 60px;
        --header-h: var(--header-top-h);
      }

      /* Меньше DOM-анимаций → ниже TBT на throttled CPU Lighthouse */
      .hero__sparks,
      .hero__embers,
      .section__embers,
      .gallery__embers,
      .footer__embers,
      .hero__smoke,
      .hero__veil {
        display: none !important;
      }

      .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }

      .hero__bg img {
        filter: brightness(0.8) contrast(1.05);
        transform: none !important;
        will-change: auto;
      }

      .container,
      .gallery .container,
      .menu .container,
      .reviews .container,
      .footer .container {
        width: min(var(--content-max), calc(100% - 1.5rem));
      }

      .header__inner {
        width: min(var(--content-max), calc(100% - 1.25rem));
      }

      .brand--sm .brand__name {
        font-size: 1.2rem;
        letter-spacing: 0.14em;
      }

      section { padding: 3.75rem 0; }

      .section-title--ornate {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
        letter-spacing: 0.1em;
        padding: 1rem 0.2em;
        margin-bottom: 1.15rem;
      }

      .section-title--ornate::before,
      .section-title--ornate::after {
        width: min(16rem, 88vw);
      }

      .section-lead,
      .gallery .section-lead,
      .hookahs .section-lead,
      .menu .section-lead,
      .reviews .section-lead {
        margin-bottom: 2rem;
        font-size: 0.95rem;
        line-height: 1.55;
        padding-inline: 0.15rem;
      }

      /* —— Hero —— */
      .hero {
        align-items: stretch;
        min-height: 0;
        padding: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 1.25rem) 0 2.75rem;
      }

      .hero__shell {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        min-height: 0;
        width: min(var(--content-max), calc(100% - 1.5rem));
        padding-bottom: 0;
        gap: 1.15rem;
      }

      .hero__content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        width: 100%;
        max-width: none;
        gap: 0.95rem;
        margin-top: 0;
        padding: 0;
      }

      .hero__content > .brand--hero { order: 0; }
      .hero__content > .hero__lounge { order: 1; }
      .hero__content > .hero__tag { order: 2; }
      .hero__content > .hero__lead { order: 3; }
      .hero__content > .hero__actions { order: 4; }

      .hero__hookah,
      .hero__veil {
        display: none;
      }

      .brand--hero {
        align-self: center;
        text-align: center;
      }

      .brand--hero .brand__name {
        font-size: clamp(2.9rem, 14vw, 3.8rem);
        letter-spacing: 0.16em;
        padding-left: 0.16em;
      }

      .hero__lounge {
        align-self: center;
        width: min(18rem, 100%);
        max-width: 100%;
        font-size: 0.78rem;
        letter-spacing: 0.34em;
        padding-left: 0.34em;
        margin: 0;
        gap: 0.75rem;
        flex-wrap: nowrap;
      }

      .hero__lounge::before,
      .hero__lounge::after {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 1.5rem;
      }

      .hero__tag {
        margin: 0;
        width: 100%;
        max-width: none;
        padding: 0;
        font-size: clamp(1.05rem, 3.6vw, 1.2rem);
        font-weight: 600;
        line-height: 1.5;
        color: #fff;
        text-align: left;
      }

      .hero__lead {
        margin: 0;
        padding: 0.9rem 0 0;
        border-top: 1px solid rgba(230, 0, 0, 0.28);
        width: 100%;
        max-width: none;
        text-align: left;
        text-align-last: auto;
        hyphens: manual;
        font-size: 0.95rem;
        font-weight: 400;
        line-height: 1.7;
        color: #c8c8c8;
      }

      .hero__actions {
        width: 100%;
        max-width: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-top: 0.35rem;
        position: relative;
        z-index: 2;
      }

      .hero__actions .btn {
        width: 100%;
        min-height: 50px;
        padding: 0.95rem 1.25rem;
        font-size: 0.82rem;
        letter-spacing: 0.05em;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        opacity: 1 !important;
        position: relative;
        z-index: 2;
      }

      .hero__actions .btn--outline {
        background: rgba(15, 15, 15, 0.55);
        border: 1.5px solid #e60000;
        box-shadow: 0 0 16px rgba(230, 0, 0, 0.25);
      }

      .hero__glow {
        background:
          linear-gradient(180deg, rgba(15, 15, 15, 0.2) 0%, transparent 30%, transparent 70%, rgba(15, 15, 15, 0.55) 100%);
      }

      .hero .btn,
      .booking .btn,
      .mobile-nav .btn { width: 100%; }

      /* —— Gallery —— */
      /* minmax max must be auto: featured tiles use min-height 42–48vw,
         a 36vw cap made them overflow onto «Показать все». */
      .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        grid-auto-rows: minmax(max(120px, 36vw), auto);
        gap: 0.65rem;
        width: 100%;
        max-width: 100%;
      }

      .gallery-item:nth-child(1) {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 48vw;
      }

      .gallery-item:nth-child(2),
      .gallery-item:nth-child(3),
      .gallery-item:nth-child(4),
      .gallery-item:nth-child(5),
      .gallery-item:nth-child(6),
      .gallery-item:nth-child(7),
      .gallery-item:nth-child(8),
      .gallery-item:nth-child(9) {
        grid-column: auto;
        grid-row: auto;
      }

      .gallery-item:nth-child(10) {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 42vw;
      }

      /* На телефоне по умолчанию меньше фото — остальное через «Показать все» */
      .gallery-item:nth-child(n + 7) {
        display: none;
      }

      .gallery-grid:not(.is-expanded) .gallery-item:nth-child(6) {
        grid-column: 1 / -1;
        min-height: 42vw;
      }

      .gallery-grid.is-expanded .gallery-item:nth-child(n + 7) {
        display: block;
        grid-column: auto;
        grid-row: auto;
      }

      .gallery-grid.is-expanded .gallery-item:nth-child(10) {
        grid-column: 1 / -1;
        min-height: 42vw;
      }

      .gallery-more {
        margin-top: 1.35rem;
      }

      .gallery-more .btn {
        width: 100%;
        min-height: 48px;
      }

      .menu-more {
        margin-top: 1.75rem;
      }

      .menu-more .btn {
        width: 100%;
        min-height: 48px;
      }

      /* —— Hookahs / Promos —— */
      .hookahs__list,
      .promos__list { gap: 1.75rem; }

      .promo-row,
      .promo-row--reverse {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 0.75rem;
        min-height: 168px;
      }

      .promo-row__media {
        border-radius: 4px;
        min-height: 100%;
        aspect-ratio: auto;
      }

      .promo-row__content {
        padding: 0.55rem 0 0.55rem 0.75rem;
      }

      .promo-row__content h3 {
        font-size: clamp(1.05rem, 4.2vw, 1.28rem);
        margin-bottom: 0.35rem;
        line-height: 1.2;
      }

      .hookah-row,
      .hookah-row--reverse {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 0.75rem;
        min-height: 168px;
      }

      .hookah-row__media {
        border-radius: 4px;
        min-height: 100%;
        aspect-ratio: auto;
      }

      .hookah-row__content {
        padding: 0.55rem 0 0.55rem 0.75rem;
      }

      .hookah-row__label,
      .promo-row__label {
        margin-bottom: 0.45rem;
        font-size: 0.68rem;
      }

      .hookah-row__content h3 {
        font-size: clamp(1.05rem, 4.2vw, 1.28rem);
        margin-bottom: 0.35rem;
        line-height: 1.2;
      }

      .hookah-row__price {
        margin-bottom: 0.45rem;
        font-size: 1.05rem;
      }

      .hookah-row__content p,
      .promo-row__content p {
        font-size: 0.82rem;
        line-height: 1.45;
      }

      /* —— Menu filters: horizontal scroll —— */
      .menu-filters {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-inline: -0.75rem;
        margin-bottom: 1.75rem;
        padding-inline: 0.75rem;
        padding-bottom: 0;
        overscroll-behavior-x: contain;
      }

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

      .menu-filter {
        flex: 0 0 auto;
        padding: 0.85rem 0.95rem;
        font-size: 0.7rem;
        letter-spacing: 0.06em;
        min-height: 44px;
        white-space: nowrap;
      }

      .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 0.85rem;
      }

      .menu-card__body {
        padding-top: 0.7rem;
        margin-top: 0.7rem;
      }

      .menu-card__body h3 {
        font-size: 0.92rem;
      }

      .menu-card__desc {
        font-size: 0.72rem;
      }

      /* —— Reviews —— */
      .reviews-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .review {
        padding: 1.35rem 0.1rem 1.25rem;
        border-top: 1px solid rgba(230, 0, 0, 0.35);
      }

      .review:first-child { border-top-color: rgba(230, 0, 0, 0.45); }
      .review__text { max-width: none; font-size: 0.95rem; }

      /* —— Contacts —— */
      .map-wrap {
        min-height: 260px;
        border-radius: 18px;
        order: 1;
      }

      .contacts__side { order: -1; gap: 1.15rem; }

      .info-block {
        padding: 1.25rem 1.15rem;
        border-radius: 18px;
      }

      .form-grid { grid-template-columns: 1fr; }
      .field--full { grid-column: auto; }

      .field input,
      .field select {
        padding: 0.95rem 1rem;
        font-size: 16px; /* no iOS zoom */
        border-radius: 12px;
        min-height: 48px;
      }

      .booking .btn {
        min-height: 50px;
        margin-top: 0.85rem;
      }

      .form-note { font-size: 0.78rem; line-height: 1.45; }

      /* —— Footer —— */
      .footer {
        padding-top: 3.25rem;
      }

      .footer__grid {
        grid-template-columns: 1fr;
        gap: 1.65rem;
        padding-bottom: 2rem;
      }

      .footer__tag { max-width: none; }

      .footer__nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem 1rem;
      }

      .footer__nav a,
      .footer__contact-list a,
      .footer__contact-list p {
        font-size: 0.92rem;
      }

      .footer__cta {
        width: 100%;
        min-height: 46px;
        margin-top: 0.75rem;
      }

      .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
      }

      .btn {
        -webkit-tap-highlight-color: transparent;
      }

      .btn:active {
        transform: scale(0.98);
      }
    }

    @media (max-width: 480px) {
      .brand--hero .brand__name {
        font-size: 2.65rem;
      }

      .hero__tag {
        font-size: 1.02rem;
      }

      .hero__lead {
        font-size: 0.9rem;
        line-height: 1.68;
        padding-top: 0.8rem;
      }

      .hero {
        padding-bottom: 2.25rem;
      }

      .menu-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.15rem 0.7rem;
      }

      .menu-card__media {
        aspect-ratio: 3 / 4;
      }

      .gallery-grid {
        grid-auto-rows: minmax(max(108px, 40vw), auto);
        gap: 0.55rem;
      }

      .map-wrap { min-height: 230px; }

      .section-title--ornate {
        letter-spacing: 0.08em;
      }
    }

    @media (max-width: 380px) {
      .menu-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
      }

      .menu-card__media {
        aspect-ratio: 3 / 4;
      }

      .brand--hero .brand__name {
        font-size: 2.45rem;
      }

      .hookah-row,
      .hookah-row--reverse {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 0.6rem;
        min-height: 152px;
      }

      .hookah-row__content {
        padding-left: 0.6rem;
      }

      .hookah-row__content h3 {
        font-size: 0.98rem;
      }

      .hookah-row__price {
        font-size: 0.98rem;
      }

      .hookah-row__content p {
        font-size: 0.75rem;
        line-height: 1.4;
      }

      .promo-row,
      .promo-row--reverse {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 0.6rem;
        min-height: 152px;
      }

      .promo-row__content {
        padding-left: 0.6rem;
      }

      .promo-row__content h3 {
        font-size: 0.98rem;
      }

      .promo-row__content p {
        font-size: 0.75rem;
        line-height: 1.4;
      }
    }

    /* Touch devices: без «залипшего» hover */
    @media (hover: none) and (pointer: coarse) {
      .btn:hover {
        transform: none;
        box-shadow: none;
      }

      .btn--outline:hover {
        background: transparent;
      }

      .menu-card:hover .menu-card__media img,
      .promo-row:hover .promo-row__media img,
      .hookah-row:hover .hookah-row__media img {
        transform: none;
        filter: brightness(0.84) saturate(0.92);
      }

      .socials a:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: none;
      }

      .map-wrap:not(.is-active) .map-wrap__hint {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Короткие экраны (landscape phones) */
    @media (max-width: 900px) and (max-height: 480px) and (orientation: landscape) {
      .hero {
        min-height: auto;
        padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 0.85rem);
        padding-bottom: 1.5rem;
      }

      .hero__shell {
        min-height: auto;
        width: min(var(--content-max), calc(100% - 2rem));
      }

      .hero__content {
        align-items: flex-start;
        text-align: left;
        gap: 0.75rem;
      }

      .brand--hero { align-self: flex-start; text-align: left; }

      .hero__lounge {
        align-self: flex-start;
        justify-content: flex-start;
        max-width: none;
      }

      .hero__lounge::before { display: none; }

      .hero__tag {
        text-align: left;
        max-width: 36em;
        font-size: 0.98rem;
      }

      .hero__lead {
        display: none;
      }

      .hero__actions {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
      }

      .hero__actions .btn {
        width: auto;
        min-height: 42px;
        padding: 0.7rem 1.1rem;
      }

      .hero__hookah,
      .hero__veil {
        display: none;
      }

      .mobile-nav {
        max-height: calc(100dvh - var(--header-h) - env(safe-area-inset-top, 0px));
      }
    }

    /* —— Age gate 18+ —— */
    html:not(.age-ok) body {
      overflow: hidden;
    }

    html:not(.age-ok) .age-gate {
      display: flex;
    }

    .age-gate {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 999;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      background:
        radial-gradient(120% 80% at 50% 0%, rgba(230, 0, 0, 0.18) 0%, transparent 60%),
        #0b0b0b;
      overflow-y: auto;
    }

    .age-gate__card {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.85rem;
      width: min(480px, 100%);
      padding: 2.4rem 1.9rem 2rem;
      background: var(--bg-card);
      border: 1px solid rgba(230, 0, 0, 0.28);
      border-radius: 20px;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(230, 0, 0, 0.12);
      text-align: center;
    }

    .age-gate__card[data-age-step='denied'] {
      display: none;
    }

    html.age-denied .age-gate__card[data-age-step='ask'] {
      display: none;
    }

    html.age-denied .age-gate__card[data-age-step='denied'] {
      display: flex;
    }

    .age-gate__brand {
      margin: 0;
      font-family: var(--font-display);
      font-size: 0.82rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .age-gate__mark {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 84px;
      height: 84px;
      margin: 0.2rem 0 0.3rem;
      border: 2px solid var(--red);
      border-radius: 50%;
      font-family: var(--font-display);
      font-size: 1.5rem;
      color: #fff;
      box-shadow: 0 0 26px var(--red-glow-soft), inset 0 0 22px rgba(230, 0, 0, 0.15);
    }

    .age-gate__title {
      margin: 0;
      font-family: var(--font-display);
      font-size: clamp(1.25rem, 4vw, 1.6rem);
      line-height: 1.25;
    }

    .age-gate__text {
      margin: 0;
      font-size: 0.94rem;
      line-height: 1.6;
      color: var(--muted);
    }

    .age-gate__actions {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      width: 100%;
      margin-top: 0.6rem;
    }

    .age-gate__btn {
      width: 100%;
    }

    .age-gate__note {
      margin: 0.3rem 0 0;
      font-size: 0.78rem;
      line-height: 1.5;
      color: rgba(226, 226, 226, 0.65);
    }

    .age-gate__note a {
      color: var(--muted);
      text-decoration: underline;
    }

    .age-gate__note a:hover {
      color: #fff;
    }

    /* —— Back to top —— */
    .to-top {
      --to-top-offset: 1.15rem;
      position: fixed;
      right: calc(var(--to-top-offset) + env(safe-area-inset-right, 0px));
      bottom: calc(var(--to-top-offset) + env(safe-area-inset-bottom, 0px));
      z-index: 120;
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      padding: 0;
      border: 1px solid rgba(255, 70, 70, 0.75);
      border-radius: 50%;
      background: rgba(230, 0, 0, 0.92);
      color: #fff;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(12px) scale(0.92);
      transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 0 20px rgba(230, 0, 0, 0.4);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }

    .to-top.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .to-top:hover,
    .to-top:focus-visible {
      background: #ff1a1a;
      box-shadow: 0 0 28px rgba(230, 0, 0, 0.55);
      outline: none;
    }

    .to-top:active {
      transform: scale(0.94);
    }

    .to-top svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
      display: block;
    }

    @media (max-width: 760px) {
      .to-top {
        --to-top-offset: 1rem;
        width: 46px;
        height: 46px;
      }
    }

    /* —— Lightbox —— */
    .lightbox[hidden] {
      display: none !important;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: grid;
      place-items: center;
    }

    .lightbox__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(5, 5, 5, 0.92);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .lightbox__dialog {
      position: relative;
      z-index: 1;
      width: min(1100px, calc(100% - 2rem));
      height: min(860px, calc(100% - 2rem));
      display: grid;
      grid-template-rows: 1fr auto;
      align-items: center;
      justify-items: center;
    }

    .lightbox__stage {
      position: relative;
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      touch-action: pan-y;
      user-select: none;
      -webkit-user-select: none;
    }

    .lightbox__image {
      max-width: 100%;
      max-height: calc(100dvh - 7.5rem);
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 4px;
      box-shadow: 0 0 0 1px rgba(230, 0, 0, 0.25), 0 20px 60px rgba(0, 0, 0, 0.65);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .lightbox__image.is-switching {
      opacity: 0;
      transform: scale(0.98);
    }

    .lightbox__close,
    .lightbox__nav {
      position: absolute;
      display: grid;
      place-items: center;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(15, 15, 15, 0.72);
      color: #fff;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .lightbox__close:hover,
    .lightbox__nav:hover,
    .lightbox__close:focus-visible,
    .lightbox__nav:focus-visible {
      background: rgba(230, 0, 0, 0.9);
      border-color: rgba(255, 80, 80, 0.9);
      box-shadow: 0 0 20px rgba(230, 0, 0, 0.4);
      outline: none;
    }

    .lightbox__close {
      position: fixed;
      top: max(0.75rem, env(safe-area-inset-top, 0px));
      right: max(0.75rem, env(safe-area-inset-right, 0px));
      width: 46px;
      height: 46px;
      border-radius: 50%;
      z-index: 3;
    }

    .lightbox__nav {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      z-index: 3;
    }

    .lightbox__nav--prev { left: max(0.5rem, env(safe-area-inset-left, 0px)); }
    .lightbox__nav--next { right: max(0.5rem, env(safe-area-inset-right, 0px)); }

    .lightbox__close svg,
    .lightbox__nav svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
      display: block;
    }

    .lightbox__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: 100%;
      max-width: 900px;
      padding: 0.85rem 0.25rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    }

    .lightbox__caption,
    .lightbox__counter {
      margin: 0;
      color: #e8e8e8;
      font-size: 0.92rem;
      line-height: 1.4;
    }

    .lightbox__counter {
      color: rgba(255, 255, 255, 0.55);
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
    }

    body.lightbox-open {
      overflow: hidden;
      touch-action: none;
    }

    @media (max-width: 768px) {
      .lightbox__dialog {
        width: 100%;
        height: 100%;
        max-height: 100dvh;
        padding: 0;
      }

      .lightbox__stage {
        width: 100%;
        padding: 0 0.25rem;
      }

      .lightbox__image {
        max-height: calc(100dvh - 8rem);
        border-radius: 0;
      }

      .lightbox__nav {
        width: 42px;
        height: 42px;
        background: rgba(15, 15, 15, 0.55);
      }

      .lightbox__nav--prev { left: 0.35rem; }
      .lightbox__nav--next { right: 0.35rem; }

      .lightbox__close {
        top: max(0.65rem, env(safe-area-inset-top, 0px));
        right: max(0.65rem, env(safe-area-inset-right, 0px));
        width: 42px;
        height: 42px;
      }

      .lightbox__meta {
        padding-inline: 1rem;
      }

      .lightbox__caption {
        font-size: 0.85rem;
      }
    }
