
  /* STUDIO club site — generated pages /ru/ /ro/. Source: build/club.css.
     One committed world: Studio at night. Black like Stas's mock, #D600FE logo, cyan actions.
     Contrast: text ≥ 7:1 on its ground; buttons ≥ 7:1 (black on cyan). */
  :root {
    --black: #000000;
    --ground: #07050a;
    --surface: #120e18;
    --raised: #1b1524;
    --ink: #ffffff;
    --dim: #c9c1d4;
    --faint: #aaa1b8;
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.28);
    --brand: #d600fe;
    --brand-text: #ec6bff;
    --cyan: #19c3dc;
    --cyan-text: #5fdcef;
    --gold: #e8c48a;
    --tg: #2aabee;
    --display: 'Unbounded', 'Arial Black', Impact, sans-serif;
    --pixel: 'VT323', ui-monospace, Menlo, monospace;
    --body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --gutter: 16px;
    --tap: 44px;
    --head: 64px;
    color-scheme: dark;
  }
  @media (min-width: 900px) { :root { --gutter: 28px; --head: 72px; } }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--head) + 8px); }
  body { margin: 0; background: var(--black); color: var(--ink); font: 400 16px/1.6 var(--body); padding-inline: var(--gutter); padding-block: 0 110px; }
  body.locked, html.sc-locked { overflow: hidden; }
  body > .sc-head, body > .sc-foot { margin-inline: calc(var(--gutter) * -1); }
  img, video { max-width: 100%; display: block; }
  a { color: var(--cyan-text); }
  button { font: inherit; color: inherit; }
  :focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }
  .wrap { max-width: 1160px; margin: 0 auto; }
  .bleed { margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
  .num { font-family: var(--pixel); font-weight: 400; letter-spacing: .02em; }
  .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .skip { position: absolute; left: -9999px; top: 8px; z-index: 200; background: var(--cyan); color: #000; padding: 10px 14px; border-radius: 8px; font-weight: 800; }
  .skip:focus { left: 8px; }
  .tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; background: rgba(255,255,255,.1); color: var(--dim); }

  /* Buttons */
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding-inline: 26px; border-radius: 999px; font-family: var(--body); font-weight: 800; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; border: 0; cursor: pointer; white-space: nowrap; touch-action: manipulation; }
  .btn-cyan { background: var(--cyan); color: #000; box-shadow: 0 0 0 0 rgba(25,195,220,0); transition: box-shadow .25s, transform .15s; }
  @media (hover: hover) { .btn-cyan:hover { box-shadow: 0 0 28px rgba(25,195,220,.55); } }
  .btn-cyan:active { transform: scale(.98); }
  .btn-line { color: var(--ink); border: 1.5px solid var(--line-strong); background: rgba(0,0,0,.35); }
  .btn-sm { min-height: var(--tap); padding-inline: 18px; font-size: 13px; }

  /* ================= PART 1 ================= */
  /* Hero with club video */
  .hero { position: relative; overflow: hidden; isolation: isolate; }
  .hero-bg { position: absolute; inset: 0; z-index: -3; }
  .hero-bg video, .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
  .hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,.7) 75%, #000 100%); }
  .hero-scan { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.22) 0 1px, transparent 1px 3px); }
  .hero-in { min-height: calc(100svh - var(--head)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-block: 40px 76px; gap: 0; }
  .hero p.hero-kick { color: var(--ink); text-shadow: 0 1px 12px rgba(0,0,0,.8); max-width: none; }
  .hero-kick { font-family: var(--body); font-weight: 500; font-size: clamp(32px, 9vw, 52px); line-height: 1.05; margin: 0; }
  .hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(40px, 12vw, 84px); line-height: 1; margin: 6px 0 22px; letter-spacing: .01em; text-shadow: 0 0 30px rgba(214,0,254,.55); }
  .hero p { margin: 0 auto 16px; max-width: 34ch; font-size: clamp(17px, 4.6vw, 21px); line-height: 1.45; color: var(--ink); text-shadow: 0 1px 12px rgba(0,0,0,.8); text-wrap: balance; }
  .hero p.two { font-size: clamp(15px, 4vw, 18px); color: var(--dim); max-width: 36ch; }
  .hero p.two b { font-family: var(--display); color: var(--ink); font-size: .95em; letter-spacing: .02em; }
  .hero .btn { margin-top: 18px; min-height: 58px; padding-inline: 34px; font-size: 16px; }
  .chev { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); width: 48px; height: 48px; display: grid; place-items: center; }
  .chev svg { width: 34px; height: 20px; stroke: var(--ink); fill: none; stroke-width: 2; }
  .moving .chev svg { animation: nudge 2.4s ease-in-out infinite; }
  @keyframes nudge { 0%, 70%, 100% { transform: translateY(0); } 85% { transform: translateY(6px); } }
  .vid-ctl { position: absolute; right: 12px; bottom: 16px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.6); border: 1px solid var(--line-strong); display: grid; place-items: center; cursor: pointer; padding: 0; }
  .vid-ctl svg { width: 14px; height: 14px; fill: #fff; }
  .hero-card { display: none; }
  @media (min-width: 900px) {
    .hero-bg video { display: none; }
    .hero-bg img { filter: blur(28px) saturate(1.3) brightness(.55); transform: scale(1.15); }
    .hero-in { flex-direction: row; justify-content: space-between; text-align: left; align-items: center; gap: 56px; min-height: 0; padding-block: 64px; }
    .hero-text { flex: 1; }
    .hero p, .hero p.two { margin-left: 0; }
    .hero-card { display: block; position: relative; flex: none; width: 340px; aspect-ratio: 9 / 16; border-radius: 26px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 0 60px rgba(214,0,254,.35); }
    .hero-card video { width: 100%; height: 100%; object-fit: cover; }
    .chev { display: none; }
  }

  /* Schedule ticker */
  .ticker { overflow: hidden; white-space: nowrap; background: var(--brand); color: #000; }
  .ticker-track { display: inline-flex; gap: 32px; padding: 9px 0; font-family: var(--display); font-weight: 900; font-size: 14px; text-transform: uppercase; }
  .moving .ticker-track { animation: marquee 40s linear infinite; }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  .ticker-track span::after { content: "✦"; margin-left: 32px; }
  @keyframes marquee { to { transform: translateX(-50%); } }

  /* Sections */
  .blk { padding-block: 64px 0; }
  .blk-head { display: flex; justify-content: space-between; align-items: end; gap: 8px 16px; flex-wrap: wrap; margin-bottom: 20px; }
  .blk-head h2 { font-family: var(--display); font-weight: 900; font-size: clamp(28px, 7vw, 46px); line-height: 1; text-transform: uppercase; margin: 0; }
  .blk-head p { margin: 0; color: var(--dim); max-width: 48ch; font-size: 15px; }

  .rail { display: grid; grid-auto-flow: column; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; margin-inline: calc(var(--gutter) * -1); padding: 0 var(--gutter) 8px; scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .rail::-webkit-scrollbar { display: none; }
  .rail > * { scroll-snap-align: start; }

  /* Event card (party + concert share it) */
  .event { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  @media (min-width: 760px) { .event { grid-template-columns: minmax(0, 360px) minmax(0, 1fr); } }
  .event-media { position: relative; background: #000; }
  .event-media img, .event-media video { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 4; }
  .event-media video { aspect-ratio: 9 / 16; max-height: 640px; }
  .event-body { padding: 20px 18px 22px; display: flex; flex-direction: column; gap: 12px; }
  @media (min-width: 760px) { .event-body { padding: 32px; justify-content: center; } }
  .event-date { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
  .event-date .num { font-size: 44px; line-height: .9; color: var(--cyan-text); }
  .event-date span { font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
  .event h3 { font-family: var(--display); font-weight: 900; font-size: clamp(22px, 5.6vw, 32px); line-height: 1.05; text-transform: uppercase; margin: 0; text-wrap: balance; }
  .event p { margin: 0; color: var(--dim); max-width: 60ch; }
  .facts { display: flex; flex-wrap: wrap; gap: 8px; }
  .facts span { font-size: 14px; font-weight: 700; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-strong); }
  .facts span b { color: var(--cyan-text); }
  .event .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
  .muted-note { font-size: 13px; color: var(--faint); }

  /* Concert detail dialog */
  .sheet { width: min(720px, 100%); max-height: 100%; margin: auto auto 0; border: 0; border-radius: 20px 20px 0 0; padding: 0; background: var(--ground); }
  @media (min-width: 760px) { .sheet { margin: auto; border-radius: 20px; max-height: 92vh; } }
  .sheet[open] { display: flex; flex-direction: column; }
  @media (prefers-reduced-motion: no-preference) { .sheet[open] { animation: up .28s cubic-bezier(.2,.8,.2,1); } }
  @keyframes up { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
  .sheet-head { display: flex; justify-content: space-between; align-items: center; padding: 8px 8px 8px 18px; border-bottom: 1px solid var(--line); }
  .sheet-head b { font-family: var(--display); font-size: 15px; text-transform: uppercase; }
  .sheet-scroll { overflow-y: auto; padding: 18px; display: grid; gap: 16px; }
  .sheet-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
  @media (min-width: 640px) { .sheet-grid { grid-template-columns: 240px minmax(0, 1fr); } }
  .sheet-grid img { border-radius: 12px; width: 100%; height: auto; }
  .sheet h4 { font-family: var(--display); font-weight: 900; font-size: 22px; line-height: 1.1; text-transform: uppercase; margin: 0 0 8px; }
  .sheet p { margin: 0 0 10px; color: var(--dim); }
  .sheet dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 14px; margin: 0; font-size: 15px; }
  .sheet dt { color: var(--faint); }
  .sheet dd { margin: 0; }
  .sheet-foot { padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); display: grid; gap: 8px; }
  .sheet-foot .btn { width: 100%; }
  .translated { font-size: 12px; color: var(--faint); }

  /* Menu */
  .menu-cats { grid-auto-columns: 42%; }
  @media (min-width: 760px) { .menu-cats { grid-auto-flow: row; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: visible; margin-inline: 0; padding: 0; } }
  .cat { position: relative; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 3 / 4; border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--ink); background: radial-gradient(ellipse at 50% 30%, rgba(214,0,254,.28), transparent 70%), var(--surface); border: 1px solid var(--line); padding: 12px; }
  .cat img { position: absolute; left: 50%; top: 8%; height: 62%; width: auto; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.6)); }
  .cat img.round { width: 88%; height: auto; top: 10%; border-radius: 50%; }
  .cat b { position: relative; font-family: var(--display); font-weight: 700; font-size: 13px; text-transform: uppercase; line-height: 1.15; }
  .cat span { position: relative; font-size: 13px; color: var(--dim); }
  @media (hover: hover) { .cat:hover { border-color: var(--cyan); } }
  .menu-open { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
  .menu-open p { margin: 0; font-size: 14px; color: var(--dim); }
  .menu-open p b { color: var(--ink); }

  /* Offers */
  .offers { grid-auto-columns: 86%; }
  @media (min-width: 900px) { .offers { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; margin-inline: 0; padding: 0; gap: 18px; } }
  .offer { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  .offer-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
  .offer-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
  .ball { position: absolute; right: 12px; bottom: -8px; width: 104px; height: 104px; border-radius: 50%; display: grid; place-items: center; text-align: center; line-height: 1; color: #fff;
    background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.95) 0 4%, transparent 12%), repeating-conic-gradient(from 8deg, #b21fd6 0 9deg, #e25cff 9deg 18deg, #6a0f8a 18deg 27deg), #7d18a0;
    box-shadow: 0 0 26px rgba(214,0,254,.7), inset -10px -12px 24px rgba(0,0,0,.55); }
  .ball div { background: rgba(0,0,0,.55); border-radius: 50%; width: 82px; height: 82px; display: grid; place-content: center; }
  .ball small { font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .ball b { font-family: var(--display); font-weight: 900; font-size: 22px; }
  .ball i { font-style: normal; font-size: 11px; font-weight: 800; }
  .offer-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .offer h3 { font-family: var(--display); font-weight: 900; font-size: 19px; line-height: 1.1; text-transform: uppercase; margin: 0; padding-right: 96px; }
  .offer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 14.5px; color: var(--dim); }
  .offer li { position: relative; padding-left: 20px; }
  .offer li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
  .offer .btn { margin-top: auto; width: 100%; }

  /* Gallery */
  .vips { display: grid; gap: 16px; }
  @media (min-width: 860px) { .vips { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .vip { position: relative; min-width: 0; border-radius: 18px; overflow: hidden; background: var(--surface); border: 2px solid #bfe6f5; }
  .vip.vip-open { border-color: var(--brand); }
  .vip-photos { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; aspect-ratio: 4 / 3; background: #000; -webkit-user-select: none; user-select: none; }
  .vip-photos::-webkit-scrollbar { display: none; }
  .vip-photos img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; -webkit-touch-callout: none; }
  .vip-count { position: absolute; top: 10px; right: 10px; margin: 0; padding: 4px 10px; border-radius: 999px; background: rgba(0,0,0,.7); font-size: 13px; font-variant-numeric: tabular-nums; }
  .vip-body { padding: 16px 18px 20px; }
  .vip-body h3 { margin: 0 0 8px; font-family: var(--display); font-size: 24px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
  .vip-body h3 i { width: 16px; height: 16px; border-radius: 4px; background: rgba(150,200,230,.16); border: 2px solid #bfe6f5; flex: none; }
  .vip-open .vip-body h3 i { background: #2a1030; border-color: var(--brand); }
  .vip-body p { margin: 0 0 12px; color: var(--dim); }
  .vip-tables { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
  .vip-tables b { padding: 3px 9px; border-radius: 999px; border: 1px solid var(--line, rgba(255,255,255,.2)); color: #fff; font-size: 13px; }
  .gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  @media (min-width: 760px) { .gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .shot { position: relative; display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 12px; overflow: hidden; aspect-ratio: 9 / 16; background: var(--surface); cursor: zoom-in; }
  .shot img { width: 100%; height: 100%; object-fit: cover; }
  @media (hover: hover) and (prefers-reduced-motion: no-preference) { .shot img { transition: transform .5s; } .shot:hover img { transform: scale(1.04); } }
  .lb { margin: 0; padding: 0; border: 0; width: 100%; height: 100%; max-width: none; max-height: none; background: rgba(0,0,0,.96); }
  .lb::backdrop { background: #000; }
  .lb[open] { display: grid; place-items: center; }
  .lb img { max-width: min(100vw, 100%); max-height: calc(100dvh - 64px); width: auto; height: auto; object-fit: contain; user-select: none; -webkit-user-drag: none; touch-action: pan-y; }
  .lb-count { position: absolute; left: 0; right: 0; bottom: calc(14px + env(safe-area-inset-bottom)); margin: 0; text-align: center; font-size: 14px; font-weight: 700; color: var(--dim); }
  .lb-btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-strong); background: rgba(0,0,0,.6); cursor: pointer; }
  .lb-btn::before, .lb-btn::after { content: ""; position: absolute; left: 50%; top: 50%; background: #fff; border-radius: 2px; }
  .lb-close { top: calc(12px + env(safe-area-inset-top)); right: 12px; }
  .lb-close::before, .lb-close::after { width: 22px; height: 3px; margin: -1.5px 0 0 -11px; transform: rotate(45deg); }
  .lb-close::after { transform: rotate(-45deg); }
  .lb-prev { left: 10px; top: 50%; margin-top: -26px; }
  .lb-next { right: 10px; top: 50%; margin-top: -26px; }
  .lb-prev::before, .lb-next::before { width: 14px; height: 14px; background: none; border: solid #fff; border-width: 0 0 3px 3px; margin: -7px 0 0 -4px; transform: rotate(45deg); }
  .lb-next::before { transform: rotate(-135deg); margin-left: -10px; }
  .lb-prev::after, .lb-next::after { display: none; }

  /* Floor plan + booking */
  .booking { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
  @media (min-width: 1000px) { .booking { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 20px; align-items: start; } }
  .panel { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
  .panel h3 { margin: 0; font-size: 17px; }
  .panel .sub { margin: 2px 0 12px; font-size: 13px; color: var(--dim); }
  .plan { border-radius: 12px; border: 1px solid var(--line); background: radial-gradient(ellipse at 50% 20%, rgba(232,196,138,.08), transparent 60%), #050407; padding: 6px; }
  @media (max-width: 699px) { #plan .booking > .panel:first-child { padding-inline: 8px; } #plan .booking > .panel:first-child > h3, #plan .booking > .panel:first-child > .sub, #plan .plan-hint, #plan .choice { padding-inline: 8px; } }
  .plan-svg { display: block; width: 100%; height: auto; }
  .plan-land { display: none; }
  @media (min-width: 700px) { .plan-land { display: block; } .plan-phone { display: none; } }
  .plan-mini { display: block; width: 100%; height: auto; opacity: .85; }
  .plan-mini .tb { pointer-events: none; }
  .plan-mini text { font-size: 0 !important; }
  .plan-mini .lbl-stage, .plan-mini .lbl-bar { font-size: 90px !important; }
  .plan-mini .lbl-floor, .plan-mini .lbl-door { display: none; }
  .zone-hit { fill: rgba(25,195,220,.06); stroke: rgba(25,195,220,.35); stroke-width: 6; stroke-dasharray: 18 14; cursor: pointer; }
  .zone-hit.on { fill: rgba(25,195,220,.18); stroke: var(--cyan); stroke-dasharray: none; stroke-width: 10; }
  .zone-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 10px 0; }
  .zone-tab { min-height: var(--tap); padding: 6px 4px; border-radius: 10px; border: 1px solid var(--line-strong); background: #000; color: var(--dim); font: inherit; font-size: 13px; font-weight: 800; line-height: 1.15; cursor: pointer; }
  .zone-tab[aria-pressed="true"] { background: var(--cyan); border-color: var(--cyan); color: #000; }
  .plan-detail { border-radius: 8px; background: #050407; }
  @media (prefers-reduced-motion: no-preference) { .plan-detail { transition: opacity .15s; } }
  .plan-svg text { font-family: var(--display); font-weight: 700; fill: #fff; text-anchor: middle; dominant-baseline: central; pointer-events: none; }
  .plan-svg .wall { fill: none; stroke: rgba(232,196,138,.55); stroke-width: 6; }
  .plan-svg .stage { fill: rgba(232,196,138,.1); stroke: rgba(232,196,138,.75); stroke-width: 4; }
  .plan-svg .bar { fill: rgba(232,196,138,.08); stroke: rgba(232,196,138,.6); stroke-width: 4; }
  .plan-svg .lbl-stage { font-size: 60px; fill: #e8c48a; }
  .plan-svg .lbl-floor { font-size: 58px; fill: rgba(255,255,255,.4); font-weight: 400; }
  .plan-svg .lbl-bar { font-size: 48px; fill: #e8c48a; }
  .plan-svg .lbl-door { font-size: 30px; fill: rgba(232,196,138,.8); font-family: var(--body); font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
  .tb { cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; }
  .tb .hit { fill: transparent; }
  .tb .shape { fill: #16121c; stroke: rgba(232,196,138,.7); stroke-width: 4; transition: fill .15s, stroke .15s; }
  @media (hover: hover) { .tb:hover .shape { stroke: var(--cyan); fill: #0f2a30; } }
  .tb:focus-visible .shape { stroke: var(--cyan); stroke-width: 10; }
  .tb[aria-pressed="true"] .shape { fill: var(--cyan); stroke: #fff; stroke-width: 6; }
  .tb[aria-pressed="true"] text { fill: #000; }
  .plan-hint { display: flex; gap: 8px 14px; flex-wrap: wrap; margin-top: 10px; font-size: 13px; color: var(--dim); }
  .tb.vip-closed .shape { fill: rgba(150,200,230,.16); stroke: #bfe6f5; stroke-width: 5; }
  .tb.vip-open .shape { fill: #2a1030; stroke: var(--brand, #d600fe); stroke-width: 5; }
  .legend { display: grid; gap: 6px; }
  .legend i { display: inline-block; width: 14px; height: 14px; border-radius: 3px; margin-right: 6px; vertical-align: -2px; }
  .legend i.lg-closed { background: rgba(150,200,230,.16); border: 2px solid #bfe6f5; }
  .legend i.lg-open { background: #2a1030; border: 2px solid #d600fe; }
  .legend i.lg-sel { display: inline-block; width: 14px; height: 14px; border-radius: 3px; margin-right: 6px; vertical-align: -2px; background: var(--cyan); }
  .choice { margin: 10px 0 0; font-size: 15px; min-height: 24px; }
  .choice b { color: var(--cyan-text); }

  .field { display: grid; gap: 5px; margin-bottom: 12px; }
  .field label { font-size: 13px; font-weight: 700; color: var(--dim); }
  .field input, .field select { font: inherit; font-size: 16px; color: var(--ink); background: #000; border: 1px solid var(--line-strong); border-radius: 10px; padding: 11px 12px; width: 100%; min-height: 50px; color-scheme: dark; }
  .field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--dim) 50%), linear-gradient(135deg, var(--dim) 50%, transparent 50%); background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
  .field input:focus, .field select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(25,195,220,.3); }
  .field .err { font-size: 13px; color: #ff9fb0; }
  .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--dim); margin: 4px 0 14px; cursor: pointer; }
  .consent input { width: 22px; height: 22px; margin: 0; accent-color: var(--cyan); flex: none; }
  .send { width: 100%; min-height: 56px; }
  .ok { margin-top: 14px; border: 1px solid rgba(25,195,220,.55); background: rgba(25,195,220,.1); border-radius: 12px; padding: 14px; font-size: 15px; }
  .ok b { display: block; color: var(--cyan-text); font-size: 17px; }
  .free { font-size: 13px; color: var(--faint); margin: 10px 0 0; }

  /* Schedule */
  .week { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  @media (min-width: 760px) { .week { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .day { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
  .day .dn { font-family: var(--display); font-weight: 900; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); }
  .day h3 { font-family: var(--display); font-weight: 900; font-size: 16px; line-height: 1.15; text-transform: uppercase; margin: 10px 0 8px; }
  .day h3.manele { color: var(--brand-text); }
  .day .hrs { font-size: 26px; line-height: 1; color: var(--cyan-text); }
  .day.today { border-color: var(--cyan); box-shadow: 0 0 0 1px var(--cyan) inset; }
  .day .now { position: absolute; top: 12px; right: 12px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: var(--cyan); color: #000; border-radius: 4px; padding: 2px 6px; }
  .week-note { margin: 14px 0 0; font-size: 16px; font-weight: 600; }
  .closed-note { margin: 6px 0 0; font-size: 14px; color: var(--dim); }

  /* FAQ */
  .faq { display: grid; gap: 8px; max-width: 860px; }
  .faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
  .faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 56px; padding: 12px 16px; font-weight: 700; font-size: 16px; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: ""; flex: none; width: 12px; height: 12px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
  .faq details[open] summary::after { transform: rotate(-135deg) translateY(-3px); }
  .faq details p { margin: 0; padding: 0 16px 16px; color: var(--dim); }

  /* Reviews */
  .reviews { position: relative; overflow: hidden; border-radius: 18px; padding: 32px 20px; text-align: center; background: radial-gradient(ellipse at 50% 0%, rgba(214,0,254,.35), transparent 70%), var(--surface); border: 1px solid var(--line); }
  .reviews h2 { font-family: var(--display); font-weight: 900; font-size: clamp(22px, 5.6vw, 34px); line-height: 1.1; text-transform: uppercase; margin: 0 auto 14px; max-width: 22ch; text-wrap: balance; }
  .reviews p { margin: 0 auto 20px; max-width: 58ch; color: var(--dim); }

  /* Contacts */
  .contacts { display: grid; grid-template-columns: minmax(0, 1fr); border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
  @media (min-width: 760px) { .contacts { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
  .map { position: relative; min-height: 300px; background:
      linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
      repeating-linear-gradient(0deg, rgba(95,220,239,.08) 0 1px, transparent 1px 36px),
      repeating-linear-gradient(90deg, rgba(95,220,239,.08) 0 1px, transparent 1px 36px),
      linear-gradient(115deg, transparent 46%, rgba(214,0,254,.35) 46.4%, transparent 47%),
      linear-gradient(28deg, transparent 58%, rgba(95,220,239,.3) 58.3%, transparent 58.8%), #0b0a10; }
  .map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: invert(.9) hue-rotate(180deg) saturate(.8); }
  .map-cover { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 20px; text-align: center; }
  .map-cover svg { width: 44px; height: 44px; fill: var(--brand-text); filter: drop-shadow(0 0 12px rgba(214,0,254,.7)); }
  .map-cover b { font-size: 17px; }
  .map-cover small { color: var(--faint); font-size: 12px; max-width: 30ch; }
  .route svg { width: 18px; height: 18px; fill: currentColor; }
  .contacts .route { align-self: flex-start; justify-self: start; }
  .contacts .info { padding: 22px 18px; display: grid; gap: 14px; align-content: center; }
  .contacts .addr { font-family: var(--display); font-weight: 900; font-size: 22px; line-height: 1.1; text-transform: uppercase; }
  .contacts .phone { font-family: var(--pixel); font-size: 38px; line-height: 1; color: var(--cyan-text); text-decoration: none; min-height: var(--tap); display: inline-flex; align-items: center; }
  .contacts dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 14px; margin: 0; font-size: 15px; }
  .contacts dt { color: var(--faint); }
  .contacts dd { margin: 0; }
  .contacts dd .num, .event-page dd .num { font-size: 21px; line-height: 1; }
  .contacts .socials { justify-content: flex-start; }

  /* Thumb bar — appears after the hero */
  .thumbbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(0,0,0,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .25s ease; }
  .thumbbar.show { transform: none; }
  .thumbbar a { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
  .thumbbar .m { color: var(--ink); border: 1.5px solid var(--line-strong); }
  .thumbbar .b { background: var(--cyan); color: #000; }
  .thumbbar .c { width: 50px; border: 1.5px solid var(--cyan); }
  .thumbbar .c svg { width: 20px; height: 20px; fill: var(--cyan-text); }
  @media (min-width: 1100px) { .thumbbar { display: none; } }


  /* Event page */
  .crumb { padding-block: 18px 0; }
  .crumb a { display: inline-flex; align-items: center; min-height: var(--tap); color: var(--dim); text-decoration: none; font-weight: 700; }
  .event-page { padding-block: 16px 0; }
  .event-page .event-media img { aspect-ratio: auto; height: auto; }
  .event-page .event-body p b { color: var(--ink); }
  .event-page dl { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 14px; margin: 4px 0 0; font-size: 15px; }
  .event-page dt { color: var(--faint); }
  .event-page dd { margin: 0; }
  .event-video { margin-top: 20px; max-width: 420px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
  .event-video video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }

  /* Weekly nights fallback when no upcoming party */
  .nights { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
  @media (min-width: 760px) { .nights { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .night { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; isolation: isolate; background: #000 center / cover no-repeat; }
  .night::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.9) 80%); }
  .night small { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan-text); font-size: 13px; }
  .night h3 { font-family: var(--display); font-weight: 900; font-size: clamp(22px, 5.4vw, 30px); line-height: 1.05; text-transform: uppercase; margin: 6px 0 8px; }
  .night .hrs { font-size: 26px; line-height: 1; }
  .night .btn { margin-top: 14px; align-self: flex-start; }
  [hidden] { display: none !important; }
  .form-msg { margin: 0 0 12px; font-size: 14px; color: #ffb4c1; }
  .form-msg a { color: #ffd0d8; font-weight: 800; }
  .hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
  .consent a { color: var(--cyan-text); }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
  }

  /* Phone fit fixes */
  .week .day { min-width: 0; }
  .day .dn { overflow-wrap: anywhere; }
  @media (max-width: 374px) { .day .dn { font-size: 12px; letter-spacing: 0; } .day h3 { font-size: 14px; } }
  .event-page dd a { display: inline-flex; align-items: center; min-height: 44px; }
  @media (min-width: 700px) { .lb img { max-width: calc(100vw - 140px); } }
