@font-face {
  font-family: "Golos UI";
  src: url("/assets/Golos-UI_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Golos UI";
  src: url("/assets/Golos-UI_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Golos UI";
  src: url("/assets/Golos-UI_Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "RF Takt";
  src: url("/assets/RF-Takt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

:root {
  color-scheme: dark;
  --ink: #070707;
  --paper: #f4f2ed;
  --black: #070707;
  --panel: #101010;
  --panel-2: #171717;
  --white: #f4f2ed;
  --muted: rgba(244, 242, 237, 0.72);
  --line: rgba(244, 242, 237, 0.18);
  --dark-line: rgba(7, 7, 7, 0.16);
  --lime: #d7e037;
  --coral: #ff5b40;
  --light: #efefed;
  --max: 1500px;
  --button-radius: 8px;
  --photo-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--white);
  font-family: "Golos UI", Inter, Arial, sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

html.is-navigating {
  scroll-behavior: auto;
}

html.is-navigating .site-header,
html.is-navigating .site-header *,
html.is-navigating .site-menu::before,
html.is-navigating .site-menu-panel {
  transition: none !important;
  animation: none !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
}

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

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

button,
a,
summary {
  touch-action: manipulation;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none;
}

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

:where(
  .home-hall-card img,
  .event-row img,
  .hall-list-img img,
  .hall-main-image,
  .hall-thumbs img,
  .photo-lightbox-stage img,
  .lounge-hero-image,
  .lounge-photo-image,
  .equipment-photo-image,
  .photographer-card img,
  .photographers-gallery-image,
  .press-card img,
  .booking-page aside img
) {
  border-radius: var(--photo-radius);
}

body.is-lightbox-open,
body.is-cue-open {
  overflow: hidden;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "RF Takt", Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-12 strong,
.booking-12 {
  font-family: "RF Takt", Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 104px;
  padding: 16px 48px;
  background: rgba(7, 7, 7, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  color: var(--white);
  pointer-events: none;
}

.page-index .site-header {
  min-height: 104px;
  padding: 16px 48px;
  background: rgba(7, 7, 7, var(--home-header-bg, 0));
  border-bottom: 1px solid rgba(244, 242, 237, var(--home-header-border, 0));
  box-shadow: 0 18px 48px rgba(0, 0, 0, var(--home-header-shadow, 0));
  backdrop-filter: blur(var(--home-header-blur, 0px));
  transition: background-color 90ms linear, border-color 90ms linear, box-shadow 90ms linear, backdrop-filter 90ms linear;
}

.page-index.is-home-scrolled .site-header {
  min-height: 104px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.site-header > * {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: clamp(150px, 12vw, 188px);
  color: var(--white);
}

.page-index .brand {
  width: clamp(150px, 12vw, 188px);
}

.brand img {
  width: 100%;
  filter: invert(1) brightness(1.85);
}

.brand small {
  align-self: flex-start;
  display: block;
  width: max-content;
  margin-top: 6px;
  margin-left: 0;
  padding-left: 0;
  transform: translateX(4px);
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: left;
}

.page-index .brand small {
  margin-top: 6px;
  transform: translateX(4px);
  font-size: 11px;
  letter-spacing: 0.22em;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 36px);
  min-width: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a,
.booking-link,
.site-menu summary,
.bracket-link,
.footer-links a,
.footer-halls a {
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.55);
}

.nav a,
.booking-link,
.site-menu summary {
  border-radius: var(--button-radius);
}

.nav a:hover,
.booking-link:hover,
.site-menu summary:hover,
.footer-links a:hover,
.footer-halls a:hover {
  color: var(--lime);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 0;
  gap: 16px;
  padding-top: 0;
}

.booking-link,
.site-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: var(--button-radius);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-menu {
  position: relative;
  z-index: 2;
}

.site-menu summary {
  list-style: none;
  cursor: pointer;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.booking-link::after {
  content: "\2192";
  font-size: 18px;
  line-height: 0.8;
}

.site-menu summary::after {
  content: "";
  width: 18px;
  height: 12px;
  background:
    linear-gradient(currentColor 0 0) top / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) center / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) bottom / 100% 2px no-repeat;
}

.site-menu[open] summary::after {
  content: "×";
  width: auto;
  height: auto;
  background: none;
  font-size: 20px;
  line-height: 0.8;
}

.site-menu[open]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.62)),
    rgba(7, 7, 7, 0.44);
  backdrop-filter: blur(6px);
}

.site-menu-panel {
  position: fixed;
  top: 116px;
  left: 50%;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.25fr;
  gap: 18px;
  width: min(var(--max), calc(100vw - 96px));
  max-height: calc(100vh - 134px);
  overflow: auto;
  padding: 24px;
  transform: translateX(-50%);
  background: rgba(7, 7, 7, 0.96);
  border: 1px solid var(--line);
  border-top: 5px solid var(--lime);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(18px);
  contain: layout paint;
}

.site-menu:not([open]) .site-menu-panel {
  display: none;
}

.site-menu[open] .site-menu-panel {
  display: grid;
}

.site-menu-panel section {
  display: grid;
  gap: 10px;
}

.site-menu-panel h3 {
  font-family: "Golos UI", Inter, Arial, sans-serif;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

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

.site-menu-panel a {
  min-height: 42px;
  padding: 13px 12px;
  border-radius: var(--button-radius);
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-menu-panel a:hover {
  background: var(--lime);
  color: var(--ink);
}

.menu-cta {
  grid-column: 1 / -1;
  justify-content: center;
  background: var(--lime) !important;
  color: var(--ink);
  font-size: 18px !important;
  text-align: center;
}

.bracket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  justify-self: start;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px 0 22px;
  border-radius: var(--button-radius);
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.bracket-link span {
  display: inline;
}

.bracket-link::before {
  content: none;
}

.bracket-link::after {
  content: "\2192";
  margin-left: 14px;
  font-size: 20px;
  line-height: 0.9;
}

.bracket-link:hover {
  background: var(--lime);
  color: var(--ink);
  text-shadow: none;
}

.btn-lime-solid {
  justify-content: center;
  min-width: 260px;
  min-height: 74px;
  padding: 0 34px;
  background: var(--lime);
  color: var(--ink);
  text-shadow: none;
}

.btn-lime-solid:hover {
  background: var(--white);
  color: var(--black);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 1080px;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) brightness(0.56) saturate(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 60% 48%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.76));
}

.home-hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 230px 56px 120px;
}

.home-hero h1 {
  max-width: 840px;
  color: var(--white);
  font-size: clamp(112px, 12vw, 216px);
  line-height: 0.92;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 255, 255, 0.1);
}

.home-hero p {
  margin-top: 54px;
  max-width: 620px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.45;
}

.home-hero .bracket-link {
  margin-top: 42px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 42px;
}

.home-hero .hero-actions .bracket-link {
  margin-top: 0;
}

.hero-12 {
  position: absolute;
  right: 72px;
  bottom: 104px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(240px, 340px);
  align-items: end;
  column-gap: clamp(24px, 3.5vw, 52px);
  color: var(--lime);
}

.hero-12 strong {
  font-size: clamp(210px, 20vw, 330px);
  line-height: 0.78;
}

.hero-12 span {
  max-width: none;
  margin-bottom: 0.04em;
  font-size: clamp(28px, 2.6vw, 48px);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker {
  display: flex;
  align-items: center;
  gap: 34px;
  max-width: var(--max);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 34px;
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--line);
  border-top: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  color: inherit;
  text-decoration: none;
}

.ticker-item:hover strong {
  color: var(--coral);
}

.ticker b {
  padding: 9px 20px;
  border-radius: var(--button-radius);
  background: var(--coral);
  color: var(--ink);
}

.studio-answer-block {
  max-width: var(--max);
  margin: 0 auto;
  padding: 66px 44px 72px;
  background: var(--black);
  color: var(--white);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-answer-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.studio-answer-head span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.studio-answer-head h2 {
  max-width: 12ch;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.92;
}

.studio-answer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.studio-answer-grid article {
  min-width: 0;
  padding: 20px;
  background: var(--black);
}

.studio-answer-grid h3 {
  font-family: "Golos UI", Inter, Arial, sans-serif;
  color: var(--lime);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.16;
  text-transform: uppercase;
}

.studio-answer-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.32;
}

.section-light {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 44px 108px;
  background: var(--light);
  color: var(--black);
}

.section-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.section-title-row h2,
.events-head h2,
.listing-intro h1,
.listing-intro h2,
.dark-page-head h1,
.booking-page h1 {
  font-size: clamp(54px, 7vw, 112px);
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.section-light .bracket-link {
  color: var(--ink);
  text-shadow: none;
}

.section-light .bracket-link:hover {
  background: var(--ink);
  color: var(--paper);
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.home-hall-card img {
  width: 100%;
  aspect-ratio: 1.74;
  object-fit: cover;
  border: 1px solid rgba(7, 7, 7, 0.22);
}

.home-hall-card h3 {
  margin-top: 18px;
  font-family: Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 0.9;
}

.home-hall-card p {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-hall-card span {
  display: block;
  margin-top: 18px;
  color: rgba(7, 7, 7, 0.7);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.press-section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 44px 92px;
  overflow: hidden;
  background: #070707;
  color: #f4f2ed;
  border-top: 1px solid rgba(244, 242, 237, 0.18);
  border-bottom: 1px solid rgba(244, 242, 237, 0.18);
}

.press-section::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 43%;
  height: 34%;
  background: #d7e037;
}

.press-head,
.press-track {
  position: relative;
  z-index: 1;
}

.press-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.press-head span {
  display: block;
  margin-bottom: 12px;
  color: #d7e037;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.press-head h2 {
  font-size: clamp(54px, 6.4vw, 104px);
  line-height: 0.9;
}

.press-head p {
  max-width: 460px;
  color: rgba(244, 242, 237, 0.72);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
}

.press-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.press-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.press-card:nth-child(even) {
  padding-top: 68px;
}

.press-card:nth-child(3) {
  padding-top: 22px;
}

.press-card img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  border: 1px solid rgba(244, 242, 237, 0.22);
}

.press-meta {
  display: grid;
  justify-items: start;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 14px;
  border-radius: var(--button-radius);
  background: #070707;
  color: #f4f2ed;
  border: 1px solid rgba(244, 242, 237, 0.18);
}

.press-meta span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: var(--button-radius);
  background: #ff5b40;
  color: #070707;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.press-meta strong {
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.press-meta em {
  color: rgba(244, 242, 237, 0.72);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.press-meta small {
  color: rgba(244, 242, 237, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.events-section {
  display: grid;
  grid-template-columns: 0.72fr 1.7fr;
  gap: 44px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 28px;
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line);
}

.events-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 38px;
}

.events-head-subdued h2 {
  max-width: 10.5ch;
  color: var(--lime);
  font-size: clamp(42px, 5vw, 72px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.events-list {
  display: grid;
}

.event-row {
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.72fr) 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.event-row:last-child {
  border-bottom: 1px solid var(--line);
}

.event-date strong {
  display: block;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 0.9;
}

.event-date-text strong {
  color: var(--coral);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

.event-date span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-row img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  border-radius: var(--photo-radius);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.event-copy h3 {
  max-width: 420px;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 0.94;
}

.event-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-copy .bracket-link {
  margin-top: 18px;
}

.listing-page,
.single-hall,
.booking-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 160px 28px 48px;
  background: var(--black);
  color: var(--white);
}

.dark-page-head,
.faq-block,
.text-grid,
.equipment-grid,
.contact-route-grid,
.rules-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 160px 28px 48px;
  background: var(--black);
  color: var(--white);
}

.listing-intro {
  margin-bottom: 34px;
}

.listing-intro p,
.dark-page-head p,
.booking-page > div > p {
  max-width: 100%;
  margin-top: 28px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.dark-page-head p + p {
  margin-top: 10px;
}

.filter-panel {
  margin-bottom: 18px;
  padding: 14px 0 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.filter-panel-head > span {
  font-family: Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-size: 28px;
  line-height: 0.9;
  text-transform: uppercase;
}

.filter-reset,
.filter-more summary,
.filter-quick a,
.filter-quick button,
.filters button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.filter-reset:hover,
.filter-reset.is-active {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.filter-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.filter-quick a,
.filter-quick button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.filter-quick a {
  text-decoration: none;
}

.filter-quick a::after {
  content: none;
}

.filter-more {
  display: grid;
  gap: 10px;
}

.filter-more summary {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  list-style: none;
}

.filter-more summary::-webkit-details-marker {
  display: none;
}

.filter-more summary::after {
  content: "+";
  margin-left: 10px;
}

.filter-more[open] summary::after {
  content: "-";
}

.filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 10px 0 0;
}

.filter-panel .filters {
  margin-bottom: 0;
}

.filter-group {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 8px 10px;
  min-width: 0;
}

.filter-group-title {
  display: block;
  padding-top: 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filters button {
  color: var(--white);
}

.filter-collections {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.filter-collections a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(244, 242, 237, 0.18);
  border-radius: var(--button-radius);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.filter-quick a:hover,
.filter-quick button:hover,
.filter-quick button.is-active,
.filter-more summary:hover,
.filters button:hover,
.filters button.is-active,
.filter-collections a:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.seo-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 30px;
}

.seo-tags span {
  margin-right: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-tags a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(244, 242, 237, 0.18);
  border-radius: var(--button-radius);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-tags a:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.filter-empty {
  margin: -12px 0 28px;
  max-width: 520px;
  color: var(--coral);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.hall-list-row[hidden],
.hall-list-row.is-hidden {
  display: none;
}

.hall-list-row {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(244, 242, 237, 0.11);
}

.hall-list-row:last-child {
  border-bottom: 1px solid rgba(244, 242, 237, 0.11);
}

.hall-list-img img {
  width: 260px;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 1px solid var(--line);
}

.hall-list-row h2 {
  font-family: Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-size: 42px;
  line-height: 0.92;
}

.hall-list-row p {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.hall-list-row span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hall-list-actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.hall-list-row .bracket-link {
  font-size: 14px;
  justify-self: end;
  min-width: max-content;
}

.back-link {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-hall h1 {
  display: grid;
  gap: 14px;
}

.hall-title-mark {
  display: block;
  font-family: Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-size: clamp(86px, 15vw, 148px);
  line-height: 0.82;
}

.hall-title-seo {
  display: block;
  max-width: 980px;
  color: var(--muted);
  font-family: "Golos UI", Arial, sans-serif;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  text-transform: none;
}

.hall-subtitle {
  margin-top: 8px;
  font-family: "RF Takt", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 8vw, 70px);
  line-height: 0.95;
  text-transform: uppercase;
}

.hall-meta-line {
  margin: 26px 0 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hall-main-trigger,
.hall-thumb-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.hall-main-trigger:focus-visible,
.hall-thumb-trigger:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.hall-main-image {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  border: 1px solid var(--line);
  transition: border-color 160ms ease, filter 160ms ease;
}

.hall-main-trigger:hover .hall-main-image,
.hall-thumb-trigger:hover img,
.hall-thumb-trigger:hover.hall-thumb-label {
  border-color: var(--lime);
}

.hall-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.hall-thumbs img,
.hall-thumb-label {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  border: 1px solid var(--line);
}

.hall-thumb-label {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  grid-template-rows: 72px minmax(0, 1fr) 54px;
  gap: 0;
  padding: 20px;
  background: rgba(7, 7, 7, 0.96);
  color: var(--paper);
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox-close,
.photo-lightbox-nav {
  border: 1px solid rgba(244, 242, 237, 0.24);
  border-radius: var(--button-radius);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.photo-lightbox-close:hover,
.photo-lightbox-nav:hover {
  background: var(--lime);
  color: var(--ink);
}

.photo-lightbox-close {
  grid-column: 3;
  justify-self: end;
  width: 144px;
  height: 46px;
}

.photo-lightbox-stage {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

.photo-lightbox-stage img {
  max-width: 100%;
  max-height: calc(100vh - 170px);
  object-fit: contain;
}

.photo-lightbox-stage figcaption {
  margin-top: 14px;
  color: rgba(244, 242, 237, 0.72);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.photo-lightbox-nav {
  grid-row: 2;
  align-self: center;
  width: 56px;
  height: 78px;
  font-size: 30px;
  line-height: 1;
}

.photo-lightbox-prev {
  grid-column: 1;
}

.photo-lightbox-next {
  grid-column: 3;
  justify-self: end;
}

.hall-video-block {
  margin: 24px 0 14px;
}

.hall-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--photo-radius);
  background: var(--panel);
}

.hall-video-kicker {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: var(--button-radius);
  background: var(--coral);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hall-video-block video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--panel);
  border: 0;
}

.lounge-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 28px 76px;
  background: var(--black);
  color: var(--white);
}

.lounge-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}

.lounge-hero-trigger,
.lounge-photo-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.lounge-hero-image {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
}

.lounge-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 18px 22px 14px;
  background: var(--coral);
  color: var(--ink);
  font-family: "RF Takt", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.82;
  text-transform: uppercase;
}

.lounge-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: 18px 48px;
  padding: 34px 0 42px;
}

.lounge-copy span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lounge-copy h2 {
  max-width: 620px;
  font-size: clamp(44px, 4.6vw, 74px);
  line-height: 0.92;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.lounge-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.lounge-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.lounge-feature-grid article {
  min-height: 190px;
  padding: 22px;
  background: var(--panel);
}

.lounge-feature-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lounge-feature-grid h3 {
  max-width: 310px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 0.95;
}

.lounge-feature-grid p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.lounge-photo-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 8px;
}

.lounge-photo-trigger:first-child {
  grid-row: span 2;
}

.lounge-photo-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border: 1px solid var(--line);
  transition: border-color 160ms ease;
}

.lounge-photo-trigger:first-child .lounge-photo-image {
  aspect-ratio: 0.9;
}

.lounge-hero-trigger:focus-visible,
.lounge-photo-trigger:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.lounge-hero-trigger:hover .lounge-hero-image,
.lounge-photo-trigger:hover .lounge-photo-image {
  border-color: var(--lime);
}

.makeup-cafe-card {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.84fr);
  gap: 28px;
  align-items: stretch;
  margin: 8px 0 34px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.makeup-cafe-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.makeup-cafe-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.makeup-cafe-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.makeup-cafe-card span {
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.makeup-cafe-card h2 {
  max-width: 520px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.9;
}

.makeup-cafe-card p {
  max-width: 620px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.makeup-cafe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
}

.bumazhny-zone-page .lounge-copy p,
.bumazhny-zone-actions {
  grid-column: 2;
}

.bumazhny-zone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-self: start;
}

.lounge-page .listing-page {
  max-width: none;
  padding: 62px 0 0;
}

.lounge-page .listing-intro {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.lounge-page .listing-intro h2 {
  font-size: clamp(46px, 5vw, 86px);
}

.lounge-page .listing-intro p {
  max-width: 560px;
  margin-top: 0;
}

.single-hall-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 34px;
}

.single-hall-bottom p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.single-hall-bottom ul,
.text-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-hall-bottom li,
.text-grid li {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-hall-bottom li::before,
.text-grid li::before {
  content: "✥";
  margin-right: 8px;
  color: var(--lime);
}

.single-hall-bottom .btn-lime-solid {
  grid-column: 2;
  justify-self: end;
  margin-top: 14px;
}

.hall-details {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.hall-neighbor-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 42px;
  border: 0;
}

.hall-support-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--line);
  border-top: 0;
}

.hall-neighbor-nav a,
.hall-support-nav a {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: var(--button-radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.hall-neighbor-nav a:hover,
.hall-support-nav a:hover {
  background: var(--lime);
  color: var(--ink);
}

.hall-details h2 {
  margin-bottom: 20px;
  font-size: 42px;
}

.hall-details p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.dark-page-head {
  padding-bottom: 22px;
}

.dark-page-head + .listing-page,
.dark-page-head + .events-section,
.dark-page-head + .photographers-page,
.dark-page-head + .speaker-page,
.dark-page-head + .legacy-cta {
  padding-top: 14px;
}

.faq-block,
.text-grid,
.equipment-grid,
.contact-route-grid,
.rules-list {
  padding-top: 28px;
}

.faq-block details {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.faq-block details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-block summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-block p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.text-grid,
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.contact-route-grid,
.rules-list {
  display: grid;
  gap: 1px;
}

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

.rules-list {
  grid-template-columns: 1fr;
}

.text-grid > *,
.equipment-grid article,
.contact-route-card,
.rules-card {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.contact-route-card.is-wide {
  grid-column: 1 / -1;
}

.text-grid h2,
.equipment-grid h2,
.contact-route-card h2,
.rules-card h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 0.95;
}

.text-grid p,
.equipment-grid p,
.rich-text p,
.rich-text li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.rich-text {
  display: grid;
  gap: 12px;
}

.rich-text h3 {
  margin-top: 12px;
  color: var(--lime);
  font-family: "Golos UI", Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.rich-text h3:first-child {
  margin-top: 0;
}

.rich-text ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rich-text li {
  position: relative;
  padding-left: 18px;
}

.rich-text li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--coral);
}

.map-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.map-links a {
  min-height: 46px;
  padding: 14px 16px;
  border-radius: var(--button-radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.map-links a:hover {
  background: var(--lime);
  color: var(--ink);
}

.legacy-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 56px;
  background: var(--black);
  color: var(--white);
}

.speaker-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 64px;
  background: var(--black);
  color: var(--white);
}

.speaker-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
}

.speaker-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
}

.speaker-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: var(--photo-radius);
  object-fit: cover;
}

.speaker-mark {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--button-radius);
  background: var(--coral);
  color: var(--ink);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.9;
  text-transform: uppercase;
}

.speaker-copy {
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--photo-radius);
  background: var(--panel);
}

.speaker-copy span {
  color: var(--coral);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.speaker-copy h2 {
  max-width: 780px;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.94;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.speaker-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.speaker-copy .bracket-link {
  width: fit-content;
  margin-top: auto;
}

.speaker-points {
  grid-column: 1 / -1;
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.speaker-points article {
  min-height: 210px;
  padding: 22px;
  background: var(--black);
}

.speaker-points h2 {
  margin-bottom: 14px;
  color: var(--lime);
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 0.94;
}

.speaker-points p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.photographers-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 64px;
  background: var(--black);
  color: var(--white);
}

.photographers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.photographer-card {
  display: grid;
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  overflow: hidden;
}

.photographer-card-photo {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 0;
  text-align: left;
}

.photographer-card-photo img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}

.photographer-card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.photographer-card-body span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: var(--button-radius);
  background: var(--coral);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.photographer-card h2 {
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 0.94;
}

.photographer-card p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.photographer-work-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.photographer-work-trigger {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: var(--button-radius);
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}

.photographer-work-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.photographer-work-trigger:hover .photographer-work-image {
  transform: scale(1.04);
}

.photographer-hidden-work {
  display: none;
}

.photographer-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}

.photographer-card-actions a,
.photographer-card-actions button {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: var(--button-radius);
  color: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.photographer-card-actions a:hover,
.photographer-card-actions button:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.photographers-note {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: 18px 34px;
  margin-top: 34px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: var(--panel);
}

.photographers-note h2 {
  grid-row: span 3;
  max-width: 360px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.9;
}

.photographers-note p {
  color: var(--muted);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.photographers-note em {
  color: var(--white);
  font-style: normal;
}

.photographers-note .bracket-link {
  width: fit-content;
}

.photographers-studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 28px;
  align-items: end;
  margin-top: 52px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.photographers-studio h2 {
  font-size: clamp(56px, 7vw, 112px);
  line-height: 0.9;
}

.photographers-studio p {
  color: var(--coral);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.photographers-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.photographers-gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.photographers-gallery-image {
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
  border: 1px solid var(--line);
}

.equipment-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.equipment-catalog {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 70px;
  background: var(--black);
  color: var(--white);
}

.equipment-catalog-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.equipment-catalog-head h2 {
  max-width: 9ch;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: 0.9;
}

.equipment-catalog-head p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.equipment-category {
  display: grid;
  grid-template-columns: 0.64fr 1.36fr;
  gap: 34px;
  padding: 30px 0;
  border-top: 1px solid rgba(244, 242, 237, 0.12);
}

.equipment-category:last-child {
  border-bottom: 1px solid rgba(244, 242, 237, 0.12);
}

.equipment-category span {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.equipment-category h2 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.92;
}

.equipment-category p {
  max-width: 360px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.equipment-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.equipment-item {
  min-height: 78px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.equipment-item.has-image {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 132px;
  padding: 10px;
  overflow: hidden;
  border-radius: var(--button-radius);
}

.equipment-item-media {
  min-width: 0;
}

.equipment-photo-trigger {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 112px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--button-radius);
  background: rgba(245, 243, 236, 0.08);
  cursor: zoom-in;
}

.equipment-photo-image {
  width: 100%;
  height: 100%;
  min-height: 112px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.equipment-item-copy {
  align-self: center;
  min-width: 0;
  padding: 4px 2px;
}

.equipment-item strong,
.equipment-item small {
  display: block;
}

.equipment-item strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.equipment-item small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.booking-page {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 56px;
}

.booking-page form {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}

.booking-page input,
.booking-page select,
.booking-page textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  outline: none;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-page textarea {
  min-height: 110px;
  resize: vertical;
}

.booking-consent {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.booking-consent a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.booking-legal-links a {
  min-height: 38px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.booking-legal-links a:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.booking-page aside {
  position: relative;
  padding-top: 200px;
}

.booking-page aside img {
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
  filter: brightness(0.82) saturate(1.04);
}

.booking-12 {
  position: absolute;
  right: 18px;
  top: 55%;
  color: var(--lime);
  font-size: 96px;
  line-height: 0.8;
}

.booking-page aside p {
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.cue-hall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.cue-hall-card {
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: rgba(255, 255, 255, 0.045);
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cue-hall-card strong {
  font-family: "RF Takt", Impact, "Arial Narrow", "Golos UI", sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.cue-hall-card span,
.cue-hall-card small {
  font-family: "Golos UI", Inter, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.cue-hall-card span {
  color: var(--lime);
  font-size: 15px;
}

.cue-hall-card small {
  color: var(--muted);
  font-size: 12px;
}

.cue-hall-card:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
  transform: translateY(-2px);
}

.cue-hall-card:hover span,
.cue-hall-card:hover small {
  color: var(--ink);
}

.cue-widget[hidden] {
  display: none;
}

.cue-widget {
  position: fixed;
  inset: 0;
  z-index: 170;
  color: #101010;
}

.cue-widget-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 7, 7, 0.72);
  cursor: pointer;
}

.cue-widget-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(720px, 54vw);
  height: 100%;
  background: #f5f3ec;
  border-left: 1px solid rgba(7, 7, 7, 0.16);
  border-radius: 16px 0 0 16px;
  box-shadow: -26px 0 80px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cue-widget-tab {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 10px 18px 10px 22px;
  background: var(--lime);
  color: #070707;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.cue-widget-tab::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #070707;
}

.cue-widget-tab span {
  min-width: 0;
}

.cue-widget-close {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: var(--button-radius);
  background: #070707;
  color: #f5f3ec;
  cursor: pointer;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.cue-widget-body {
  position: relative;
  min-height: 0;
  background: #fff;
}

.cue-widget-body iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.cue-widget-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 28px;
  background: #f5f3ec;
  text-align: center;
}

.cue-widget-loader[hidden] {
  display: none;
}

.cue-loader-mark {
  display: inline-grid;
  grid-template-columns: repeat(3, 18px);
  gap: 8px;
  justify-self: center;
  align-items: end;
  height: 36px;
  margin-bottom: 2px;
}

.cue-loader-mark span {
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background: var(--coral);
  animation: cue-loader-step 0.86s ease-in-out infinite;
}

.cue-loader-mark span:nth-child(2) {
  animation-delay: 0.12s;
}

.cue-loader-mark span:nth-child(3) {
  animation-delay: 0.24s;
}

.cue-widget-loader strong {
  font-family: "RF Takt", Impact, "Arial Narrow", "Golos UI", sans-serif;
  color: #070707;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.88;
  text-transform: uppercase;
}

.cue-widget-loader > span {
  max-width: 420px;
  color: rgba(7, 7, 7, 0.62);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

@keyframes cue-loader-step {
  0%,
  100% {
    transform: translateY(0);
    background: var(--coral);
  }

  50% {
    transform: translateY(-12px);
    background: var(--lime);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cue-loader-mark span {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .cue-widget-panel {
    width: min(820px, 82vw);
  }
}

.footer {
  display: grid;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 48px;
  background: var(--black);
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(220px, 1fr) minmax(250px, 1.18fr) minmax(250px, 1.12fr);
  gap: clamp(22px, 2.4vw, 48px);
  align-items: start;
}

.footer-main > section {
  min-width: 0;
}

.brand-footer img {
  filter: invert(1) brightness(1.85);
}

.footer h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

.footer p {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.footer-brand > p {
  margin-left: 4px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr);
  align-items: center;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-bottom > span {
  color: var(--lime);
  font-family: "Golos UI", Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer-docs a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-docs a:hover {
  color: var(--lime);
}

.footer-halls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.footer-halls h3 {
  margin: 0 0 8px;
  color: var(--lime);
  font-family: "Golos UI", Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-halls a {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.mobile-booking {
  display: none;
}

@media (max-width: 1320px) {
  .site-header {
    min-height: 104px;
    padding: 16px 24px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
    gap: 16px;
    padding-top: 0;
  }

  .site-menu-panel {
    top: 116px;
    right: 24px;
    left: 24px;
    width: auto;
    max-height: calc(100vh - 134px);
    transform: none;
  }
}

@media (max-width: 1100px) {
  .site-header {
    min-height: 104px;
    padding: 16px 24px;
    grid-template-columns: auto 1fr auto;
  }

  .nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
    gap: 16px;
    padding-top: 0;
  }

  .site-menu-panel {
    top: 116px;
    right: 24px;
    left: 24px;
    width: auto;
    max-height: calc(100vh - 134px);
    transform: none;
  }

  .page-index .site-header {
    min-height: 104px;
    padding: 16px 24px;
  }

  .page-index .brand {
    width: clamp(150px, 12vw, 188px);
  }

  .page-index .brand small {
    margin-top: 6px;
    transform: translateX(4px);
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .home-hero {
    display: block;
    min-height: 860px;
  }

  .home-hero-content {
    padding: 152px 24px 56px;
  }

  .home-hero h1 {
    max-width: 7ch;
    font-size: clamp(76px, 10.8vw, 118px);
    line-height: 0.9;
  }

  .home-hero p {
    max-width: 620px;
    margin-top: 34px;
    font-size: clamp(20px, 3vw, 27px);
    line-height: 1.38;
  }

  .hero-12 {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0 24px 72px;
    grid-template-columns: auto max-content;
    justify-content: start;
    column-gap: clamp(18px, 3vw, 34px);
  }

  .hero-12 strong {
    font-size: clamp(170px, 27vw, 260px);
  }

  .hero-12 span {
    font-size: clamp(24px, 4.8vw, 42px);
    line-height: 1.15;
  }

  .home-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .press-card:nth-child(even),
  .press-card:nth-child(3) {
    padding-top: 0;
  }

  .events-section,
  .booking-page,
  .single-hall-bottom,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-docs {
    justify-content: flex-start;
  }

  .equipment-catalog-head,
  .equipment-category {
    grid-template-columns: 1fr;
  }

  .single-hall-bottom .btn-lime-solid {
    grid-column: auto;
    justify-self: start;
  }

  .lounge-copy,
  .lounge-page .listing-intro {
    grid-template-columns: 1fr;
  }

  .bumazhny-zone-page .lounge-copy p,
  .bumazhny-zone-actions {
    grid-column: auto;
  }

  .lounge-copy h2 {
    max-width: 680px;
  }

  .lounge-feature-grid {
    grid-template-columns: 1fr;
  }

  .lounge-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    min-height: 88px;
    padding: 15px 18px 12px;
  }

  .brand {
    width: clamp(124px, 36vw, 140px);
    min-width: 0;
  }

  .page-index .brand {
    width: clamp(124px, 36vw, 140px);
  }

  .brand small {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 0;
    transform: translateX(2px);
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .page-index .brand small {
    margin-top: 6px;
    transform: translateX(2px);
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .page-index .site-header {
    min-height: 88px;
    padding: 15px 18px 12px;
    align-items: start;
    background: rgba(7, 7, 7, 0.94);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
  }

  .page-index.is-home-scrolled .site-header {
    min-height: 88px;
    padding: 15px 18px 12px;
  }

  .header-actions {
    gap: 8px;
    padding-top: 3px;
    justify-self: end;
    min-width: 0;
  }

  .booking-link {
    display: none;
  }

  .booking-link,
  .site-menu summary {
    gap: 4px;
    min-height: 32px;
    padding: 8px 6px;
    font-size: 12px;
  }

  .site-menu[open]::before {
    top: 88px;
  }

  .site-menu-panel {
    inset: 88px 0 0 0;
    grid-template-columns: 1fr;
    width: auto;
    height: calc(100vh - 88px);
    height: calc(100dvh - 88px);
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    padding: 14px 18px 24px;
    transform: none;
    background: rgba(7, 7, 7, 0.99);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }

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

  .site-menu-panel a {
    min-height: 44px;
    padding: 13px 10px;
    font-size: 12px;
  }

  .home-hero {
    min-height: 720px;
    border-radius: 0 0 34px 34px;
  }

  .home-hero-content {
    padding: 118px 18px 30px;
  }

  .home-hero h1 {
    max-width: 7ch;
    font-size: clamp(48px, 15vw, 70px);
    line-height: 0.92;
  }

  .home-hero p {
    max-width: 330px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.35;
  }

  .home-hero .bracket-link {
    margin-top: 26px;
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin-top: 22px;
  }

  .home-hero .hero-actions .bracket-link {
    width: fit-content;
    min-width: 0;
    min-height: 50px;
    justify-self: start;
    justify-content: flex-start;
    margin-top: 0;
    padding-right: 4px;
    padding-left: 0;
    text-align: center;
  }

  .home-hero .hero-actions .bracket-link::after {
    margin-left: 10px;
    font-size: 22px;
  }

  .hero-12 {
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 24px 18px 0;
    padding: 0 0 48px;
    grid-template-columns: auto minmax(0, max-content);
    column-gap: 12px;
  }

  .hero-12 strong {
    font-size: clamp(96px, 30vw, 132px);
  }

  .hero-12 span {
    margin-bottom: 0.04em;
    font-size: clamp(13px, 4.1vw, 18px);
    line-height: 1.15;
  }

  .ticker {
    display: grid;
    min-height: 0;
    padding: 14px 18px;
    font-size: 13px;
    white-space: normal;
  }

  .ticker-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  .ticker-item:nth-child(n+2) {
    display: none;
  }

  .ticker-item span {
    display: none;
  }

  .ticker b {
    justify-self: start;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1;
  }

  .ticker strong {
    min-width: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .studio-answer-block {
    padding: 34px 18px 42px;
    border-right: 0;
    border-left: 0;
  }

  .studio-answer-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .studio-answer-head h2 {
    max-width: 10ch;
    font-size: clamp(42px, 12vw, 54px);
  }

  .studio-answer-grid {
    grid-template-columns: 1fr;
  }

  .studio-answer-grid article {
    padding: 17px 16px;
  }

  .studio-answer-grid h3 {
    font-size: 13px;
  }

  .studio-answer-grid p {
    margin-top: 10px;
    font-size: 14px;
  }

  .section-light {
    padding: 38px 18px 50px;
  }

  .halls-home.section-light {
    padding-top: 44px;
    scroll-margin-top: 88px;
  }

  .section-title-row {
    display: grid;
    align-items: start;
    justify-content: start;
    gap: 18px;
    margin-bottom: 28px;
  }

  .section-title-row h2,
  .events-head h2,
  .listing-intro h1,
  .listing-intro h2,
  .dark-page-head h1,
  .booking-page h1 {
    font-size: clamp(40px, 12vw, 48px);
  }

  .halls-home .section-title-row h2 {
    font-size: clamp(34px, 9.4vw, 42px);
    white-space: nowrap;
  }

  .section-title-row .bracket-link {
    justify-self: start;
    min-height: 42px;
    padding: 0;
    font-size: 16px;
  }

  .section-title-row .bracket-link::before {
    margin-right: 12px;
  }

  .section-title-row .bracket-link::after {
    margin-left: 12px;
  }

  .home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .home-hall-card img {
    aspect-ratio: 1.12;
  }

  .home-hall-card h3 {
    margin-top: 12px;
    font-size: 30px;
  }

  .home-hall-card p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.12;
  }

  .home-hall-card span {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .press-section {
    padding: 34px 18px 44px;
  }

  .press-section::before {
    top: 260px;
    height: 270px;
  }

  .press-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .press-head span {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .press-head h2 {
    font-size: 48px;
  }

  .press-head p {
    max-width: 32ch;
    font-size: 17px;
    line-height: 1.3;
  }

  .press-track {
    display: flex;
    gap: 14px;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .press-track::-webkit-scrollbar {
    display: none;
  }

  .press-card {
    flex: 0 0 min(72vw, 310px);
    scroll-snap-align: start;
  }

  .press-card img {
    aspect-ratio: 0.78;
  }

  .press-meta {
    padding: 10px 11px;
  }

  .press-meta span {
    padding: 5px 8px;
    font-size: 10px;
  }

  .press-meta strong {
    font-size: 24px;
  }

  .press-meta em {
    font-size: 13px;
  }

  .press-meta small {
    font-size: 11px;
  }

  .events-section {
    gap: 20px;
    padding: 32px 18px 40px;
  }

  .events-head {
    justify-content: start;
    gap: 20px;
  }

  .events-head-subdued h2 {
    max-width: 100%;
    width: min(100%, 420px);
    font-size: clamp(52px, 14vw, 66px);
    line-height: 0.9;
  }

  .events-head .bracket-link {
    width: fit-content;
    min-height: 42px;
    padding: 0;
    font-size: 14px;
  }

  .event-row {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
    padding: 18px 0;
  }

  .event-date {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px 12px;
  }

  .event-date strong {
    font-size: 48px;
  }

  .event-date-text {
    align-items: center;
  }

  .event-date-text strong {
    font-size: 23px;
    line-height: 1;
  }

  .event-date span {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.1;
  }

  .event-row img {
    grid-column: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.28;
  }

  .event-copy {
    grid-column: auto;
  }

  .event-copy h3 {
    max-width: none;
    font-size: 31px;
    line-height: 0.96;
  }

  .event-copy p {
    margin-top: 10px;
    font-size: 13px;
  }

  .event-copy .bracket-link {
    width: fit-content;
    min-height: 42px;
    margin-top: 16px;
    padding: 0;
    justify-content: flex-start;
  }

  .listing-page,
  .single-hall,
  .dark-page-head,
  .photographers-page,
  .speaker-page,
  .faq-block,
  .text-grid,
  .equipment-grid,
  .contact-route-grid,
  .rules-list,
  .booking-page {
    max-width: none;
    padding: 112px 18px 34px;
    border: 0;
  }

  .faq-block,
  .text-grid,
  .equipment-grid,
  .contact-route-grid,
  .rules-list {
    padding-top: 18px;
  }

  .listing-intro {
    margin-bottom: 34px;
  }

  .listing-intro p,
  .dark-page-head p,
  .booking-page > div > p {
    max-width: none;
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.38;
  }

  .dark-page-head + .listing-page,
  .dark-page-head + .events-section,
  .dark-page-head + .photographers-page,
  .dark-page-head + .speaker-page,
  .dark-page-head + .legacy-cta {
    padding-top: 10px;
  }

  .speaker-page {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .speaker-visual,
  .speaker-copy {
    min-height: 0;
  }

  .speaker-visual img {
    min-height: 280px;
    aspect-ratio: 0.9;
  }

  .speaker-copy {
    padding: 18px;
  }

  .speaker-copy h2 {
    font-size: clamp(34px, 9.5vw, 40px);
    line-height: 0.96;
  }

  .speaker-copy p {
    font-size: 16px;
  }

  .speaker-copy .bracket-link {
    width: 100%;
  }

  .speaker-points {
    grid-template-columns: 1fr;
  }

  .speaker-points article {
    min-height: 0;
    padding: 18px;
  }

  .booking-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .booking-actions .bracket-link {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }

  .photographers-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .photographer-card {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
  }

  .photographer-card-photo img {
    height: 100%;
    min-height: 184px;
    aspect-ratio: auto;
  }

  .photographer-card-body {
    gap: 9px;
    padding: 12px;
  }

  .photographer-card h2 {
    font-size: 27px;
  }

  .photographer-card p {
    font-size: 12px;
    line-height: 1.22;
  }

  .photographer-card-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .photographer-card-actions a,
  .photographer-card-actions button {
    min-height: 34px;
    font-size: 10px;
  }

  .photographers-note {
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding: 16px;
  }

  .photographers-note h2 {
    grid-row: auto;
    font-size: 42px;
  }

  .photographers-note p {
    font-size: 16px;
    line-height: 1.32;
  }

  .photographers-note .bracket-link {
    width: 100%;
    justify-content: center;
  }

  .photographers-studio {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
    padding-top: 24px;
  }

  .photographers-studio h2 {
    font-size: 46px;
  }

  .photographers-studio p {
    font-size: 17px;
  }

  .photographers-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .cue-hall-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .cue-hall-card {
    min-height: 104px;
    padding: 14px;
  }

  .cue-hall-card strong {
    font-size: 30px;
  }

  .cue-hall-card span {
    font-size: 13px;
  }

  .cue-widget-panel {
    width: 100vw;
    height: 100dvh;
    border-left: 0;
    border-radius: 0;
  }

  .cue-widget-tab {
    min-height: 68px;
    padding: 10px 12px 10px 18px;
    gap: 10px;
  }

  .cue-widget-close {
    width: 46px;
    height: 46px;
  }

  .filter-panel {
    padding: 12px 0 14px;
    margin-bottom: 14px;
  }

  .filter-panel-head {
    margin-bottom: 10px;
  }

  .filter-panel-head > span {
    font-size: 22px;
  }

  .filter-reset {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .filter-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
  }

  .filter-more summary {
    min-height: 32px;
    font-size: 10px;
  }

  .filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 8px 0 0;
  }

  .filter-group {
    display: block;
  }

  .filter-group-title {
    margin-bottom: 6px;
    padding-top: 0;
    font-size: 10px;
  }

  .filter-panel .filters {
    margin-bottom: 0;
  }

  .filter-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .filter-quick a,
  .filter-quick button,
  .filters button,
  .filter-collections a {
    min-height: 36px;
    padding: 0 8px;
    font-size: 10px;
    line-height: 1.05;
  }

  .filter-collections {
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .seo-tags {
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .seo-tags::-webkit-scrollbar {
    display: none;
  }

  .seo-tags span {
    flex: 0 0 auto;
    font-size: 10px;
  }

  .seo-tags a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 8px;
    font-size: 10px;
  }

  .filter-empty {
    margin: -8px 0 24px;
    font-size: 14px;
  }

  .hall-list-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    overflow: hidden;
  }

  .hall-list-row > div {
    min-width: 0;
  }

  .hall-list-img img {
    width: 132px;
    aspect-ratio: 1;
  }

  .hall-list-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    justify-items: stretch;
  }

  .hall-list-row .bracket-link {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 0 8px;
    font-size: 13px;
    white-space: normal;
  }

  .hall-list-row .bracket-link::before {
    margin-right: 7px;
    font-size: 20px;
  }

  .hall-list-row .bracket-link::after {
    margin-left: 7px;
    font-size: 20px;
  }

  .hall-list-row h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .hall-list-row p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.14;
  }

  .hall-list-row span {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hall-list-row .btn-lime-solid {
    min-width: 0;
    min-height: 50px;
  }

  .single-hall h1 {
    gap: 10px;
  }

  .hall-title-mark {
    font-size: 86px;
  }

  .hall-title-seo {
    font-size: 18px;
    line-height: 1.2;
  }

  .hall-subtitle {
    font-size: 42px;
  }

  .hall-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 58px minmax(0, 1fr) 56px;
    padding: 12px;
  }

  .photo-lightbox-close {
    grid-column: 2;
    width: 116px;
    height: 42px;
  }

  .photo-lightbox-stage {
    grid-column: 1 / -1;
  }

  .photo-lightbox-stage img {
    max-height: calc(100vh - 158px);
  }

  .photo-lightbox-prev,
  .photo-lightbox-next {
    grid-row: 3;
    width: 100%;
    height: 48px;
  }

  .photo-lightbox-prev {
    grid-column: 1;
  }

  .photo-lightbox-next {
    grid-column: 2;
  }

  .hall-video-block {
    margin: 20px 0 12px;
  }

  .hall-video-kicker {
    top: 10px;
    left: 10px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .lounge-page {
    padding: 0 18px 48px;
  }

  .lounge-hero-image {
    aspect-ratio: 1.1;
  }

  .lounge-mark {
    padding: 12px 14px 10px;
    font-size: 42px;
  }

  .lounge-copy {
    display: block;
    padding: 22px 0 28px;
  }

  .bumazhny-zone-page .lounge-copy p,
  .bumazhny-zone-actions {
    grid-column: auto;
  }

  .lounge-copy h2 {
    margin-top: 12px;
    font-size: clamp(36px, 10vw, 42px);
  }

  .lounge-copy p {
    margin-top: 16px;
    font-size: 16px;
  }

  .lounge-feature-grid {
    margin-bottom: 22px;
  }

  .lounge-feature-grid article {
    min-height: 0;
    padding: 18px;
  }

  .lounge-photo-grid {
    grid-template-columns: 1fr;
  }

  .lounge-photo-trigger:first-child {
    grid-row: auto;
  }

  .lounge-photo-trigger:first-child .lounge-photo-image,
  .lounge-photo-image {
    aspect-ratio: 1.25;
  }

  .makeup-cafe-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    margin-bottom: 24px;
  }

  .makeup-cafe-image {
    min-height: 260px;
    aspect-ratio: 1.2;
  }

  .makeup-cafe-card h2 {
    font-size: 38px;
  }

  .makeup-cafe-card p {
    margin-top: 16px;
    font-size: 16px;
  }

  .makeup-cafe-actions {
    display: grid;
    margin-top: 20px;
  }

  .lounge-page .listing-page {
    padding-top: 36px;
  }

  .lounge-page .listing-intro {
    gap: 16px;
    margin-bottom: 18px;
  }

  .hall-neighbor-nav {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 6px;
    margin-top: 24px;
  }

  .hall-neighbor-nav a {
    min-height: 42px;
    padding: 10px 6px;
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1;
  }

  .hall-support-nav {
    grid-template-columns: 1fr;
  }

  .single-hall-bottom ul,
  .text-grid,
  .equipment-grid,
  .contact-route-grid,
  .map-links {
    grid-template-columns: 1fr;
  }

  .text-grid ul {
    grid-template-columns: 1fr;
  }

  .equipment-catalog {
    padding: 18px 18px 48px;
  }

  .equipment-items {
    grid-template-columns: 1fr;
  }

  .equipment-item.has-image {
    grid-template-columns: minmax(94px, 34vw) minmax(0, 1fr);
    gap: 12px;
    min-height: 116px;
    padding: 8px;
  }

  .equipment-photo-trigger,
  .equipment-photo-image {
    min-height: 98px;
  }

  .booking-page aside {
    padding-top: 12px;
  }

  .footer {
    gap: 18px;
    padding: 22px 18px 68px;
    border: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-footer {
    width: 142px;
  }

  .footer h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .footer p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.32;
  }

  .footer-brand > p {
    margin-left: 2px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    font-size: 12px;
  }

  .footer-bottom {
    gap: 10px;
    padding-top: 14px;
  }

  .footer-halls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }

  .footer-halls h3 {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .footer-halls a {
    margin-top: 6px;
    font-size: 12px;
  }

  .footer-docs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-docs a {
    font-size: 11px;
  }

  .mobile-booking {
    display: none;
  }
}

@media (max-width: 680px) {

}

@media (hover: none), (pointer: coarse) {
  .nav a:hover,
  .booking-link:hover,
  .site-menu summary:hover {
    color: var(--white);
  }

  .footer-links a:hover,
  .footer-halls a:hover,
  .footer-docs a:hover,
  .filter-reset:hover:not(.is-active),
  .filter-more summary:hover,
  .filter-collections a:hover,
  .seo-tags a:hover {
    color: var(--muted);
  }

  .site-menu-panel a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
  }

  .bracket-link:hover {
    background: transparent;
    color: var(--white);
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.55);
  }

  .section-light .bracket-link:hover {
    background: transparent;
    color: var(--ink);
    text-shadow: none;
  }

  .btn-lime-solid:hover {
    background: var(--lime);
    color: var(--ink);
    text-shadow: none;
  }

  .filter-reset:hover:not(.is-active),
  .filter-more summary:hover {
    border-color: var(--line);
    background: transparent;
  }

  .filter-quick a:hover,
  .filter-quick button:hover:not(.is-active),
  .filters button:hover:not(.is-active) {
    border-color: var(--line);
    background: transparent;
    color: var(--white);
  }

  .filter-collections a:hover,
  .seo-tags a:hover {
    border-color: rgba(244, 242, 237, 0.18);
    background: transparent;
  }

  .cue-hall-card:hover {
    border-color: var(--line);
    background: transparent;
    color: var(--white);
    transform: none;
  }

  .cue-hall-card:hover span,
  .cue-hall-card:hover small {
    color: var(--muted);
  }
}
