:root {
  color-scheme: dark;
  --bg: #070707;
  --surface: #0d0d0f;
  --surface-2: #141416;
  --text: #f7f4f6;
  --muted: #aaa5aa;
  --line: rgba(255, 255, 255, .15);
  --pink: #ff2dbb;
  --pink-rgb: 255, 45, 187;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
  --pad: clamp(22px, 4.5vw, 72px);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--pink); color: #070707; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-180%); background: var(--pink); color: #050505; font-size: 12px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); background: linear-gradient(180deg, rgba(0,0,0,.62), transparent); }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 50px); }
.site-nav a, .header-cta { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; text-shadow: 0 1px 16px rgba(0,0,0,.7); }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--pink); transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.header-cta span { margin-left: 9px; color: var(--pink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.18); }
.menu-button span { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease; }

.hero { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; }
.hero-photo, .hero-shade, .hero-noise { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { z-index: -3; object-fit: cover; object-position: center; animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(34,0,25,.08) 35%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.88)), radial-gradient(circle at 52% 48%, rgba(var(--pink-rgb), .2), rgba(0,0,0,.38) 78%); mix-blend-mode: normal; }
.hero-noise { z-index: -1; opacity: .2; background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(var(--pink-rgb), .08) 80px); }
@keyframes hero-breathe { to { transform: scale(1.035); } }
.hero-content { width: min(1120px, calc(100% - (2 * var(--pad)))); padding-top: 50px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-kicker { margin-bottom: clamp(34px, 5vh, 62px); display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 18px var(--pink); }
.hero-wordmark { color: transparent; font-family: var(--display); font-size: clamp(70px, 12vw, 190px); font-weight: 600; line-height: .82; letter-spacing: -.085em; text-transform: uppercase; -webkit-text-stroke: 2px var(--pink); filter: drop-shadow(0 14px 38px rgba(0,0,0,.72)); text-shadow: 0 0 80px rgba(var(--pink-rgb), .12); }
.hero-schedule { margin-top: clamp(36px, 6vh, 72px); display: flex; flex-direction: column; align-items: center; }
.hero-schedule span { margin-bottom: 8px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-schedule strong { color: var(--pink); font-family: var(--display); font-size: clamp(34px, 4.4vw, 68px); font-weight: 500; line-height: 1; letter-spacing: -.055em; text-shadow: 0 0 46px rgba(var(--pink-rgb), .2); }
.hero-schedule small { margin-top: 15px; font-size: 9px; font-weight: 700; letter-spacing: .25em; }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.36); border-radius: 50%; transition: background .22s ease, color .22s ease, border-color .22s ease; }
.hero-scroll:hover { border-color: var(--pink); background: var(--pink); color: #080808; }

.ticker { overflow: hidden; border-block: 1px solid rgba(var(--pink-rgb), .5); color: var(--pink); }
.ticker-track { width: max-content; padding: 13px 0; display: flex; align-items: center; gap: 28px; animation: ticker 24s linear infinite; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .08em; }
.ticker-track i { font-size: 9px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(88px, 9vw, 138px) var(--pad); }
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: 1fr minmax(260px, 430px); align-items: end; gap: 42px; }
.eyebrow { color: var(--pink); font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.section-head h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(60px, 7.6vw, 112px); font-weight: 600; line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.section-head > p { margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.promotions { background: var(--bg); }
.promotion-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.promotion-card { aspect-ratio: 9 / 14; min-width: 0; padding: 14px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, border-color .25s ease; }
.promotion-card:hover { transform: translateY(-6px); border-color: rgba(var(--pink-rgb), .62); }
.promotion-card > img, .promotion-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; transition: transform .7s ease; }
.promotion-card:hover > img { transform: scale(1.025); }
.promotion-shade { z-index: -1; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.16) 58%, rgba(0,0,0,.9)); }
.promotion-number { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.18); font-size: 9px; backdrop-filter: blur(8px); }
.promotion-copy { margin: 0 0 14px; }
.promotion-copy:empty { display: none; }
.promotion-copy h3 { max-width: 540px; margin: 0 0 10px; font-family: var(--display); font-size: clamp(19px, 1.55vw, 27px); font-weight: 500; line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.promotion-copy p { max-width: 420px; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.6; }
.promotion-action { width: 100%; min-height: 46px; padding: 6px 6px 6px 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 14px; background: rgba(9,9,9,.64); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(10px); transition: background .22s ease, color .22s ease, border-color .22s ease; }
.promotion-action b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; transition: transform .22s ease; }
.promotion-action:hover { border-color: var(--pink); background: var(--pink); color: #070707; }
.promotion-action:hover b { transform: rotate(45deg); }

.gallery { background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 10px; }
.gallery-item { min-width: 0; min-height: 0; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 12px; background: #161616; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05); transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); filter: saturate(1.06) contrast(1.02); }
.gallery-item span { position: absolute; right: 12px; bottom: 12px; left: 12px; opacity: 0; transform: translateY(6px); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-align: left; text-transform: uppercase; text-shadow: 0 2px 10px #000; transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: translateY(0); }

.booking { min-height: 520px; margin: 0 var(--pad) clamp(72px, 8vw, 112px); padding: clamp(58px, 7vw, 88px) 24px; position: relative; overflow: hidden; isolation: isolate; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 28px; text-align: center; }
.booking-photo, .booking-shade, .booking-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.booking-photo { z-index: -3; object-fit: cover; object-position: center; }
.booking-shade { z-index: -2; background: rgba(0,0,0,.72); }
.booking-grid { z-index: -1; opacity: .14; background: linear-gradient(rgba(var(--pink-rgb), .5) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--pink-rgb), .5) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(circle, #000 15%, transparent 68%); }
.booking-content { display: flex; flex-direction: column; align-items: center; }
.booking h2 { margin: 20px 0 22px; font-family: var(--display); font-size: clamp(46px, 6vw, 86px); font-weight: 600; line-height: .9; letter-spacing: -.075em; text-transform: uppercase; }
.booking h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--pink); }
.booking-content > p { max-width: 570px; margin: 0 0 38px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.booking-button { min-width: 310px; padding: 12px 12px 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 10px; background: var(--pink); color: #070707; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 0 50px rgba(var(--pink-rgb), .18); transition: transform .22s ease, box-shadow .22s ease; }
.booking-button:hover { transform: translateY(-3px); box-shadow: 0 0 60px rgba(var(--pink-rgb), .3); }
.booking-button b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; transition: transform .22s ease; }
.booking-button:hover b { transform: rotate(45deg); }

.footer { padding: 72px var(--pad) 30px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; background: var(--surface-2); border-top: 1px solid var(--line); }
.footer-brand { max-width: 260px; align-self: center; }
.footer-brand img { width: 100%; height: 118px; object-fit: contain; }
.footer > div > span, .footer-bottom span { display: block; margin-bottom: 14px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer p { margin: 0; font-size: 12px; line-height: 1.7; }
.footer-bottom { grid-column: 1 / -1; margin-top: 28px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.footer-bottom span { margin: 0; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 30px; border: 0; background: rgba(3,3,3,.94); color: var(--text); }
.lightbox[open] { display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.88); }
.lightbox figure { min-width: 0; height: calc(100vh - 60px); margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lightbox button { border: 0; background: transparent; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; top: 20px; right: 24px; width: 44px; height: 44px; font-size: 30px; font-weight: 300; }
.lightbox-arrow { width: 52px; height: 52px; justify-self: center; border: 1px solid var(--line) !important; border-radius: 50% !important; font-size: 18px; transition: border-color .2s ease, color .2s ease; }
.lightbox-arrow:hover { border-color: var(--pink) !important; color: var(--pink); }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 360px; padding: 14px 18px; transform: translateY(140%); opacity: 0; border: 1px solid rgba(var(--pink-rgb), .52); border-radius: 10px; background: #151316; color: var(--text); font-size: 12px; line-height: 1.5; box-shadow: 0 18px 60px rgba(0,0,0,.45); transition: transform .28s ease, opacity .28s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 980px) {
  .promotion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 0; z-index: -1; padding: 118px var(--pad) 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; transform: translateX(100%); background: rgba(7,7,7,.985); transition: transform .28s ease; }
  .site-nav a { font-family: var(--display); font-size: 28px; letter-spacing: -.04em; }
  body.nav-open .site-nav { transform: translateX(0); }
  .header-cta { margin-right: 58px; font-size: 9px; }
  .menu-button { position: absolute; right: var(--pad); display: block; }
  body.nav-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  body.nav-open .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-wordmark { font-size: clamp(66px, 15vw, 130px); }
  .hero-schedule strong { font-size: clamp(32px, 8.4vw, 58px); }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head > p { max-width: 520px; }
  .promotion-card { aspect-ratio: 9 / 14; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .lightbox[open] { grid-template-columns: 54px minmax(0, 1fr) 54px; padding: 18px; }
  .lightbox figure { height: calc(100vh - 36px); }
}

@media (max-width: 540px) {
  .header-cta { font-size: 0; }
  .header-cta::before { content: "Бронь ↗"; font-size: 9px; }
  .hero-content { width: calc(100% - 36px); }
  .hero-kicker { font-size: 7px; line-height: 1.5; }
  .hero-wordmark { font-size: 18vw; -webkit-text-stroke-width: 1.25px; }
  .hero-schedule span { font-size: 8px; }
  .hero-schedule strong { font-size: 8.7vw; }
  .hero-schedule small { font-size: 8px; }
  .section { padding-block: 78px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: 18vw; }
  .promotion-grid { margin-right: calc(var(--pad) * -1); padding-right: var(--pad); display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(210px, 72vw); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .promotion-grid::-webkit-scrollbar { display: none; }
  .promotion-card { aspect-ratio: 9 / 14; scroll-snap-align: start; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 7px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 2; }
  .gallery-item:nth-child(4) { grid-row: span 1; }
  .booking { min-height: 470px; margin-right: 14px; margin-left: 14px; padding: 54px 20px; border-radius: 22px; }
  .booking h2 { font-size: 12vw; }
  .booking-content > p { font-size: 12px; }
  .booking-button { min-width: min(100%, 310px); }
  .footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .lightbox { padding: 14px; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox-arrow { position: absolute; z-index: 2; bottom: 24px; }
  .lightbox-prev { left: 20px; }
  .lightbox-next { right: 20px; }
  .toast { right: 14px; bottom: 14px; left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .hero-photo { animation: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
