:root {
  color-scheme: dark;
  --rail: clamp(68px, 6.9vw, 104px);
  --ink: #f7f7fb;
  --muted: #9ca2b5;
  --blue: #168cff;
  --cyan: #37d9ff;
  --violet: #7555ff;
  --magenta: #d719ff;
  --surface: #090b14;
  --surface-soft: #101426;
  --stroke: rgba(173, 184, 255, 0.2);
  --page-pad: clamp(34px, 4.5vw, 86px);
  --heading-font: Bahnschrift, "Arial Narrow", "Arial Black", sans-serif;
  --body-font: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #020306;
  scroll-behavior: smooth;
  scrollbar-color: #5a45db #07080e;
}

body {
  min-width: 1024px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(37, 82, 255, 0.1), transparent 24%),
    #030408;
  color: var(--ink);
  font-family: var(--body-font);
  font-size: clamp(13px, 0.9vw, 17px);
  line-height: 1.5;
}

button,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

svg {
  display: block;
}

::selection {
  background: rgba(109, 73, 255, 0.75);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: calc(var(--rail) + 18px);
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 4px;
  background: #fff;
  color: #05060a;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.brand-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  display: flex;
  width: var(--rail);
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(130, 143, 184, 0.2);
  background:
    linear-gradient(180deg, rgba(8, 10, 17, 0.98), rgba(2, 3, 8, 0.98)),
    #05060a;
  box-shadow: 20px 0 80px rgba(0, 0, 0, 0.3);
}

.brand-rail::after {
  position: absolute;
  right: -1px;
  top: 6%;
  width: 1px;
  height: 34%;
  background: linear-gradient(transparent, rgba(49, 178, 255, 0.8), transparent);
  content: "";
}

.brand-rail__mark {
  display: grid;
  width: 100%;
  height: clamp(78px, 7.5vw, 112px);
  place-items: center;
  border-bottom: 1px solid rgba(130, 143, 184, 0.16);
}

.brand-rail__mark svg {
  width: 42%;
  max-width: 48px;
  fill: none;
  filter: drop-shadow(0 0 7px rgba(70, 154, 255, 0.9));
  stroke: url("#logo-gradient");
  stroke: #4a91ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.brand-rail__name,
.brand-rail__city,
.brand-rail__coords {
  writing-mode: vertical-rl;
}

.brand-rail__name {
  margin-top: clamp(22px, 3vh, 42px);
  font-family: var(--heading-font);
  font-size: clamp(11px, 0.85vw, 15px);
  font-weight: 700;
  letter-spacing: 0.52em;
}

.brand-rail__city {
  margin-top: clamp(22px, 3vh, 42px);
  color: #a94eff;
  font-size: clamp(9px, 0.7vw, 12px);
  font-weight: 700;
  letter-spacing: 0.38em;
}

.brand-rail__line {
  width: 1px;
  height: clamp(55px, 8vh, 100px);
  margin: clamp(20px, 3vh, 40px) 0;
  background: linear-gradient(transparent, #40465a, transparent);
}

.brand-rail__coords {
  color: #72788d;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(7px, 0.55vw, 10px);
  letter-spacing: 0.2em;
}

.brand-rail__pulse {
  width: 5px;
  height: 5px;
  margin-top: 20px;
  border-radius: 50%;
  background: #8f3dff;
  box-shadow: 0 0 16px 3px rgba(142, 61, 255, 0.8);
  animation: rail-pulse 2.2s ease-in-out infinite;
}

.page {
  width: calc(100% - var(--rail));
  margin-left: var(--rail);
  overflow: clip;
  background: #030408;
}

.hero {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  min-height: clamp(560px, 53vw, 870px);
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(136, 150, 196, 0.25);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -10%;
  bottom: -46%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(67, 115, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(74, 42, 235, 0.12) inset;
  content: "";
}

.hero__media {
  position: absolute;
  z-index: -5;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(2, 3, 7, 0.99) 0%, rgba(2, 3, 7, 0.88) 28%, rgba(3, 4, 10, 0.25) 58%, rgba(2, 3, 8, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 58%, #030408 100%),
    url("./assets/hero.png"),
    url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
  background-position: center, center, center, 78% 8%;
  background-repeat: no-repeat;
  background-size: cover, cover, cover, 165% auto;
  filter: contrast(1.05) saturate(1.08);
  transform: scale(1.025) translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero__media::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 77% 34%, rgba(24, 124, 255, 0.17), transparent 27%),
    linear-gradient(105deg, transparent 58%, rgba(106, 32, 230, 0.16));
  content: "";
  mix-blend-mode: screen;
}

.hero__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(89, 116, 176, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 116, 176, 0.35) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000, transparent 56%);
}

.hero__beam {
  position: absolute;
  z-index: -1;
  height: 1px;
  transform-origin: left center;
  pointer-events: none;
}

.hero__beam--one {
  top: 17%;
  right: -8%;
  width: 52%;
  background: linear-gradient(90deg, transparent, #4bdcff, transparent);
  box-shadow: 0 0 17px #219bff;
  transform: rotate(-17deg);
}

.hero__beam--two {
  top: 31%;
  right: -5%;
  width: 44%;
  background: linear-gradient(90deg, transparent, #df51ff, transparent);
  box-shadow: 0 0 17px #b324ff;
  transform: rotate(-17deg);
}

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: clamp(66px, 6vw, 94px);
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 42px);
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(181, 192, 227, 0.1);
  background: linear-gradient(180deg, rgba(2, 3, 8, 0.76), transparent);
}

.topbar__menu {
  position: relative;
}

.topbar__menu-toggle {
  display: none;
}

.topbar__menu > .topbar__nav {
  display: flex;
}

.topbar__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 38px);
}

.topbar__link {
  position: relative;
  padding: 12px 0;
  color: #c4c8d4;
  font-size: clamp(10px, 0.72vw, 14px);
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.topbar__link::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--magenta));
  box-shadow: 0 0 12px var(--blue);
  content: "";
  transition: width 220ms ease;
}

.topbar__link:hover,
.topbar__link.is-active {
  color: #fff;
}

.topbar__link.is-active::after {
  width: 24px;
}

.button {
  display: inline-flex;
  min-height: clamp(42px, 3.6vw, 58px);
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 clamp(18px, 2.2vw, 34px);
  border: 1px solid transparent;
  border-radius: 3px;
  background: none;
  color: #fff;
  cursor: pointer;
  font-family: var(--heading-font);
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--primary {
  border-color: rgba(70, 181, 255, 0.8);
  background: linear-gradient(112deg, #2bbfff 0%, #2572ff 42%, #7b13ff 100%);
  box-shadow: 0 10px 40px rgba(50, 72, 255, 0.34), 0 0 18px rgba(65, 203, 255, 0.22) inset;
}

.button--primary:hover {
  box-shadow: 0 14px 50px rgba(65, 60, 255, 0.48), 0 0 22px rgba(65, 203, 255, 0.28) inset;
}

.button--outline,
.button--ghost,
.button--card {
  border-color: rgba(185, 198, 231, 0.42);
  background: rgba(4, 6, 14, 0.38);
  backdrop-filter: blur(12px);
}

.button--outline:hover,
.button--ghost:hover,
.button--card:hover {
  border-color: rgba(89, 180, 255, 0.9);
  box-shadow: 0 0 24px rgba(56, 122, 255, 0.18);
}

.topbar__booking {
  min-height: 38px;
  padding-inline: clamp(14px, 1.5vw, 24px);
}

.hero__content {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: var(--page-pad);
  width: min(52%, 770px);
  transform: translateY(-43%);
}

.eyebrow {
  margin: 0;
  color: #d6d8e1;
  font-size: clamp(9px, 0.66vw, 13px);
  font-weight: 650;
  letter-spacing: 0.38em;
  line-height: 1.75;
  text-transform: uppercase;
}

.eyebrow span {
  color: #a44cff;
}

.hero__title,
.booking-copy h2 {
  margin: clamp(14px, 1.7vw, 28px) 0;
  font-family: var(--heading-font);
  font-size: clamp(64px, 7.1vw, 132px);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero__title > span {
  display: block;
}

.gradient-text {
  background: linear-gradient(100deg, #8d28ff 5%, #3468ff 54%, #42d5ff 110%);
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(77, 72, 255, 0.22));
}

.hero__lead {
  margin: clamp(18px, 2vw, 34px) 0 0;
  color: #aeb3c1;
  font-size: clamp(12px, 0.95vw, 18px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  gap: 14px;
  margin-top: clamp(22px, 2.8vw, 46px);
}

.hero__sign {
  position: absolute;
  z-index: 4;
  top: 24%;
  right: clamp(4%, 8vw, 12%);
  display: flex;
  flex-direction: column;
  color: transparent;
  font-family: var(--heading-font);
  font-size: clamp(42px, 5vw, 94px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 0.84;
  -webkit-text-stroke: 2px #55cfff;
  text-shadow: 0 0 5px #3dc8ff, 0 0 18px #177cff, 0 0 34px rgba(32, 93, 255, 0.7);
  transform: translate3d(calc(var(--parallax-x) * -0.6), calc(var(--parallax-y) * -0.6), 0) rotate(-1deg);
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero__sign span:last-child {
  -webkit-text-stroke-color: #fa57ff;
  text-shadow: 0 0 5px #fa57ff, 0 0 18px #d21cff, 0 0 34px rgba(181, 20, 255, 0.7);
}

.location-card {
  position: absolute;
  z-index: 8;
  right: var(--page-pad);
  bottom: clamp(42px, 5vw, 78px);
  display: flex;
  min-width: clamp(180px, 18vw, 280px);
  align-items: center;
  gap: 14px;
  padding: clamp(13px, 1.4vw, 22px);
  border: 1px solid rgba(199, 210, 236, 0.46);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(10, 13, 25, 0.88), rgba(5, 7, 13, 0.72));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(15px);
  transform: rotate(2deg);
}

.location-card svg,
.contact-item svg {
  width: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.location-card span,
.contact-item span {
  display: flex;
  flex-direction: column;
  color: #aeb3c1;
  font-size: clamp(9px, 0.68vw, 13px);
}

.location-card b,
.contact-item b {
  margin-bottom: 2px;
  color: #fff;
  font-size: 1.05em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-zone {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: clamp(600px, 56vw, 900px);
  grid-template-columns: 1.07fr 1fr;
  gap: clamp(20px, 2.4vw, 46px);
  margin-top: -1px;
  padding: clamp(52px, 5.6vw, 100px) var(--page-pad) clamp(42px, 5vw, 84px);
  background:
    radial-gradient(circle at 7% 67%, rgba(53, 50, 255, 0.12), transparent 26%),
    radial-gradient(circle at 81% 22%, rgba(119, 25, 255, 0.09), transparent 28%),
    #030408;
}

.offer-zone::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(115deg, transparent 47%, rgba(83, 129, 255, 0.28) 47.1%, transparent 47.3%);
  content: "";
  pointer-events: none;
}

.panel-cut {
  position: relative;
  padding: clamp(34px, 3.7vw, 64px) clamp(32px, 4vw, 70px);
  border: 1px solid rgba(75, 112, 229, 0.36);
  background:
    linear-gradient(140deg, rgba(10, 18, 44, 0.96), rgba(7, 9, 20, 0.94) 62%, rgba(31, 12, 68, 0.9)),
    #0b1022;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.36), 0 -1px 30px rgba(20, 86, 255, 0.08) inset;
  clip-path: polygon(8% 0, 100% 0, 91% 100%, 0 93%);
}

.panel-cut::before,
.panel-cut::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.panel-cut::before {
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(83, 115, 187, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 115, 187, 0.28) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(135deg, #000, transparent 68%);
}

.panel-cut::after {
  right: 0;
  bottom: 0;
  width: 70%;
  height: 44%;
  background: linear-gradient(140deg, transparent, rgba(117, 33, 255, 0.32));
  filter: blur(28px);
}

.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-heading h2,
.atmosphere__heading h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(23px, 2.2vw, 43px);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading__line {
  display: block;
  width: clamp(28px, 4vw, 70px);
  height: 1px;
  background: linear-gradient(90deg, #41bfff, transparent);
  box-shadow: 0 0 9px #2797ff;
}

.benefits__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 70px) clamp(24px, 3.2vw, 56px);
  margin-top: clamp(38px, 4vw, 68px);
}

.benefit-card {
  min-width: 0;
  scroll-margin-top: 120px;
}

.line-icon {
  width: clamp(35px, 3vw, 53px);
  height: clamp(35px, 3vw, 53px);
  margin-bottom: clamp(14px, 1.5vw, 24px);
  fill: none;
  filter: drop-shadow(0 0 8px rgba(65, 121, 255, 0.5));
  stroke: url("#icon-gradient");
  stroke: #596eff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefit-card h2 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: clamp(14px, 1.15vw, 22px);
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
}

.benefit-card p {
  max-width: 24ch;
  margin: 0;
  color: #a1a7b8;
  font-size: clamp(10px, 0.76vw, 15px);
  line-height: 1.55;
}

.pricing {
  align-self: center;
  min-width: 0;
}

.pricing__fan {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 0.6vw, 12px);
  margin: clamp(46px, 5vw, 90px) -2% 0;
  perspective: 1000px;
}

.price-card {
  position: relative;
  display: flex;
  width: 32.5%;
  min-height: clamp(335px, 31vw, 510px);
  flex-direction: column;
  padding: clamp(22px, 2.3vw, 39px) clamp(15px, 1.6vw, 27px);
  border: 1px solid rgba(172, 184, 222, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(22, 26, 48, 0.96), rgba(7, 9, 17, 0.98)),
    #0b0d17;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.42);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.price-card--basic {
  transform: translateY(11px) rotate(-5deg);
}

.price-card--popular {
  z-index: 3;
  border-color: rgba(69, 120, 255, 0.95);
  background: linear-gradient(160deg, rgba(19, 26, 65, 0.98), rgba(8, 12, 27, 0.98) 66%, rgba(32, 12, 59, 0.96));
  box-shadow: 0 0 0 5px rgba(73, 54, 255, 0.12), 0 0 38px rgba(50, 95, 255, 0.4), 0 34px 55px rgba(0, 0, 0, 0.48);
  transform: translateY(-12px) rotate(3deg) scale(1.055);
}

.price-card--popular::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(153, 60, 255, 0.35);
  border-radius: 5px;
  content: "";
  pointer-events: none;
}

.price-card--team {
  transform: translateY(18px) rotate(6deg);
}

.price-card:hover {
  z-index: 6;
  border-color: rgba(92, 174, 255, 0.86);
  box-shadow: 0 0 34px rgba(52, 95, 255, 0.34), 0 34px 64px rgba(0, 0, 0, 0.52);
  transform: translateY(-21px) rotate(0) scale(1.045);
}

.price-card h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(16px, 1.35vw, 26px);
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.price-card__caption {
  min-height: 3em;
  margin: 10px 0 18px;
  color: #8f96a9;
  font-size: clamp(9px, 0.66vw, 13px);
  line-height: 1.45;
  text-align: center;
}

.price-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0 0 clamp(18px, 2vw, 30px);
}

.price-card__price strong {
  font-family: var(--heading-font);
  font-size: clamp(25px, 2.6vw, 48px);
  letter-spacing: -0.04em;
}

.price-card--popular .price-card__price strong {
  color: #4498ff;
  text-shadow: 0 0 17px rgba(57, 108, 255, 0.38);
}

.price-card__price span {
  color: #687087;
  font-size: clamp(8px, 0.55vw, 11px);
}

.price-card ul {
  display: grid;
  gap: clamp(7px, 0.7vw, 12px);
  margin: 0 0 22px;
  padding: 0;
  color: #c0c5d2;
  font-size: clamp(8px, 0.62vw, 12px);
  list-style: none;
}

.price-card li::before {
  margin-right: 7px;
  color: #67a6ff;
  content: "•";
}

.button--card {
  width: 100%;
  min-height: clamp(35px, 3vw, 46px);
  margin-top: auto;
  padding-inline: 8px;
  font-size: clamp(8px, 0.58vw, 11px);
}

.price-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  padding: 5px 12px;
  border: 1px solid rgba(94, 106, 255, 0.68);
  border-radius: 2px;
  background: #14173e;
  color: #7789ff;
  font-size: clamp(7px, 0.52vw, 10px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.pricing__note {
  margin: clamp(28px, 3vw, 54px) 0 0;
  color: #656b7d;
  font-size: clamp(8px, 0.62vw, 12px);
  text-align: center;
}

.atmosphere {
  position: relative;
  z-index: 3;
  min-height: clamp(360px, 35vw, 600px);
  padding: clamp(22px, 2.5vw, 44px) var(--page-pad) clamp(64px, 6vw, 105px);
  border-top: 1px solid rgba(107, 125, 179, 0.16);
  background:
    radial-gradient(circle at 50% 100%, rgba(58, 37, 219, 0.12), transparent 45%),
    #030408;
}

.atmosphere__heading {
  margin-bottom: clamp(24px, 2.5vw, 43px);
}

.gallery-wrap {
  position: relative;
}

.gallery {
  display: flex;
  align-items: center;
  gap: clamp(9px, 1vw, 18px);
}

.gallery.is-shifting {
  animation: gallery-shift 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-card {
  position: relative;
  width: calc(25% - 14px);
  aspect-ratio: 1.42;
  flex: 1 1 0;
  overflow: hidden;
  border: 1px solid rgba(184, 197, 231, 0.42);
  background: #090b13;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.42);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease;
}

.gallery-card[data-slot="0"] {
  transform: translateY(13px) rotate(-3deg);
}

.gallery-card[data-slot="1"] {
  transform: translateY(-4px) rotate(2deg);
}

.gallery-card[data-slot="2"] {
  transform: translateY(8px) rotate(-2deg);
}

.gallery-card[data-slot="3"] {
  transform: translateY(-11px) rotate(3deg);
}

.gallery-card:hover {
  z-index: 6;
  border-color: rgba(72, 174, 255, 0.9);
  transform: translateY(-12px) rotate(0) scale(1.035);
}

.gallery-card__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: cover, cover, 440% auto;
  filter: saturate(1.18) contrast(1.05);
  transition: filter 220ms ease, transform 500ms ease;
}

.gallery-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(2, 3, 8, 0.42));
  content: "";
}

.gallery-card:hover .gallery-card__image {
  filter: saturate(1.3) contrast(1.06) brightness(1.08);
  transform: scale(1.035);
}

.gallery-card__image--lounge {
  background-image:
    linear-gradient(135deg, rgba(77, 22, 192, 0.14), rgba(1, 3, 8, 0.08)),
    url("./assets/gallery-lounge.png"),
    url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
  background-position: center, center, 3% 88%;
}

.gallery-card__image--pcs {
  background-image:
    linear-gradient(135deg, rgba(18, 99, 255, 0.12), rgba(1, 3, 8, 0.08)),
    url("./assets/gallery-pcs.png"),
    url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
  background-position: center, center, 35% 87%;
}

.gallery-card__image--bar {
  background-image:
    linear-gradient(135deg, rgba(113, 22, 169, 0.12), rgba(1, 3, 8, 0.08)),
    url("./assets/gallery-bar.png"),
    url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
  background-position: center, center, 68% 87%;
}

.gallery-card__image--vip {
  background-image:
    linear-gradient(135deg, rgba(38, 75, 201, 0.1), rgba(1, 3, 8, 0.1)),
    url("./assets/gallery-vip.png"),
    url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
  background-position: center, center, 98% 87%;
}

.gallery-card__neon,
.gallery-card__nb {
  position: absolute;
  z-index: 2;
  color: #6ce5ff;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 0.82;
  text-shadow: 0 0 5px #57d8ff, 0 0 15px #4a3fff, 0 0 28px #ae24ff;
}

.gallery-card__neon {
  top: 21%;
  left: 34%;
  font-size: clamp(10px, 1vw, 19px);
  text-align: center;
}

.gallery-card__nb {
  top: 26%;
  left: 43%;
  font-size: clamp(22px, 2.4vw, 46px);
  letter-spacing: -0.12em;
}

.gallery-control {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: grid;
  width: clamp(40px, 3.7vw, 60px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(205, 213, 236, 0.56);
  border-radius: 50%;
  background: rgba(4, 6, 13, 0.86);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  font-size: clamp(16px, 1.4vw, 25px);
  transform: translateY(-50%);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gallery-control:hover {
  border-color: var(--cyan);
  background: rgba(19, 27, 54, 0.95);
  box-shadow: 0 0 24px rgba(52, 146, 255, 0.28);
  transform: translateY(-50%) scale(1.08);
}

.gallery-control--prev {
  left: calc(clamp(40px, 3.7vw, 60px) * -0.55);
}

.gallery-control--next {
  right: calc(clamp(40px, 3.7vw, 60px) * -0.55);
}

.gallery-dots {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: clamp(30px, 3vw, 50px);
}

.gallery-dots span {
  width: clamp(22px, 2.5vw, 44px);
  height: 2px;
  background: #444a5a;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gallery-dots span.is-active,
.gallery-dots span[aria-current="true"] {
  background: #fff;
  box-shadow: 0 0 10px rgba(92, 165, 255, 0.66);
  transform: scaleX(1.15);
}

.booking-footer {
  position: relative;
  display: grid;
  min-height: clamp(430px, 41vw, 700px);
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr) auto;
  align-items: center;
  gap: clamp(34px, 5vw, 90px);
  margin-top: -35px;
  padding: clamp(105px, 10vw, 165px) var(--page-pad) clamp(45px, 5vw, 85px);
  overflow: hidden;
  background:
    linear-gradient(137deg, rgba(6, 10, 28, 0.99), rgba(6, 7, 16, 0.98) 51%, rgba(16, 13, 48, 0.98)),
    #070914;
  clip-path: polygon(0 11%, 43% 0, 100% 6%, 100% 100%, 0 100%);
}

.booking-footer::before {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    repeating-linear-gradient(130deg, transparent 0 82px, rgba(50, 97, 237, 0.12) 83px, transparent 84px),
    radial-gradient(ellipse at 95% 85%, rgba(102, 25, 255, 0.27), transparent 46%);
  content: "";
  pointer-events: none;
}

.booking-footer__glow {
  position: absolute;
  right: -10%;
  bottom: -50%;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(46, 25, 171, 0.28);
  filter: blur(90px);
  pointer-events: none;
}

.booking-copy,
.booking-panel,
.socials {
  position: relative;
  z-index: 2;
}

.booking-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 94px);
  line-height: 0.87;
}

.booking-copy > p {
  margin: clamp(18px, 2vw, 34px) 0 clamp(28px, 3vw, 52px);
  color: #a2a8b8;
}

.contacts {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.9fr;
  gap: clamp(16px, 2vw, 34px);
}

.contact-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: #d9dde8;
}

a.contact-item:hover {
  color: var(--cyan);
}

.booking-panel {
  padding: clamp(27px, 3vw, 50px);
  border: 1px solid rgba(138, 153, 213, 0.32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 22, 43, 0.91), rgba(8, 10, 21, 0.88));
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.38), 0 0 42px rgba(74, 49, 255, 0.1) inset;
  backdrop-filter: blur(20px);
}

.booking-panel h2 {
  margin: 0 0 clamp(22px, 2.4vw, 39px);
  font-family: var(--heading-font);
  font-size: clamp(16px, 1.5vw, 27px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.booking-form label {
  position: relative;
  display: block;
}

.booking-form label:nth-child(3) {
  grid-column: 1;
}

.booking-form label span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #a8adbd;
  font-size: clamp(8px, 0.58vw, 11px);
  pointer-events: none;
  transform: translateY(-50%);
}

.booking-form input {
  width: 100%;
  min-height: clamp(45px, 3.8vw, 59px);
  padding: 7px 12px 7px clamp(58px, 5vw, 90px);
  border: 1px solid rgba(160, 171, 207, 0.32);
  border-radius: 3px;
  outline: none;
  background: rgba(4, 6, 13, 0.46);
  font-size: clamp(9px, 0.66vw, 13px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.booking-form input[name="guests"] {
  padding-left: clamp(104px, 8.5vw, 145px);
}

.booking-form input:focus {
  border-color: rgba(62, 161, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(57, 100, 255, 0.13);
}

.booking-form__submit {
  grid-column: 2;
  grid-row: 2;
  min-height: clamp(45px, 3.8vw, 59px);
  padding-inline: 10px;
}

.booking-panel__note {
  margin: clamp(18px, 2vw, 30px) 0 0;
  color: #73798c;
  font-size: clamp(8px, 0.6vw, 12px);
}

.booking-status {
  min-height: 1.5em;
  margin: 10px 0 0;
  color: #9ca2b5;
  font-size: clamp(8px, 0.62vw, 12px);
}

.booking-status.is-success {
  color: #6cf7ce;
}

.booking-status.is-error {
  color: #ff7994;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.socials button {
  display: grid;
  width: clamp(42px, 3.7vw, 58px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(192, 201, 228, 0.46);
  border-radius: 9px;
  background: rgba(8, 11, 24, 0.74);
  color: #d9deec;
  cursor: not-allowed;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.socials button:hover {
  border-color: rgba(86, 151, 255, 0.8);
  color: #64cfff;
  box-shadow: 0 0 20px rgba(62, 101, 255, 0.2);
}

.socials svg {
  width: 46%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.js [data-reveal] {
  opacity: 0;
  translate: 0 38px;
  transition: opacity 720ms ease, translate 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes rail-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes gallery-shift {
  0% {
    opacity: 0.62;
    transform: translateX(12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1180px) {
  :root {
    --page-pad: 32px;
  }

  .topbar {
    gap: 16px;
  }

  .topbar__nav {
    gap: 16px;
  }

  .hero__content {
    width: 57%;
  }

  .hero__sign {
    right: 5%;
  }

  .offer-zone {
    gap: 18px;
  }

  .panel-cut {
    padding-inline: 34px;
  }

  .price-card {
    padding-inline: 14px;
  }

  .booking-footer {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr) 44px;
    gap: 28px;
  }

  .contacts {
    gap: 12px;
  }
}

@media (max-width: 1023px) {
  :root {
    --rail: 0px;
    --page-pad: clamp(24px, 5vw, 42px);
  }

  html,
  body {
    max-width: 100%;
  }

  body {
    min-width: 0;
    font-size: 15px;
  }

  .skip-link {
    left: max(16px, env(safe-area-inset-left));
  }

  .brand-rail {
    position: absolute;
    inset: 0 0 auto;
    z-index: 80;
    width: 100%;
    height: 72px;
    flex-direction: row;
    padding-left: max(10px, env(safe-area-inset-left));
    border-right: 0;
    border-bottom: 1px solid rgba(130, 143, 184, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
    pointer-events: none;
  }

  .brand-rail::after {
    top: auto;
    right: 10%;
    bottom: -1px;
    width: 34%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(49, 178, 255, 0.8), transparent);
  }

  .brand-rail__mark {
    width: 54px;
    height: 72px;
    border: 0;
    pointer-events: auto;
  }

  .brand-rail__mark svg {
    width: 36px;
  }

  .brand-rail__name {
    margin: 0 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.28em;
    writing-mode: horizontal-tb;
  }

  .brand-rail__city,
  .brand-rail__line,
  .brand-rail__coords,
  .brand-rail__pulse {
    display: none;
  }

  .page {
    width: 100%;
    margin-left: 0;
  }

  .topbar {
    z-index: 90;
    min-height: 72px;
    gap: 12px;
    padding-right: max(var(--page-pad), env(safe-area-inset-right));
    padding-left: 190px;
    background: none;
  }

  .topbar__menu-toggle {
    display: grid;
    width: 44px;
    min-height: 44px;
    padding: 11px 9px;
    border: 1px solid rgba(174, 193, 235, 0.4);
    border-radius: 5px;
    background: rgba(5, 7, 15, 0.9);
    cursor: pointer;
    list-style: none;
  }

  .topbar__menu-toggle::-webkit-details-marker {
    display: none;
  }

  .topbar__menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    align-self: center;
    background: #eef4ff;
    box-shadow: 0 0 8px rgba(53, 157, 255, 0.55);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .topbar__menu[open] .topbar__menu-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .topbar__menu[open] .topbar__menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .topbar__menu[open] .topbar__menu-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .topbar__menu > .topbar__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    width: min(300px, calc(100vw - var(--page-pad) - var(--page-pad)));
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 10px;
    border: 1px solid rgba(136, 157, 216, 0.42);
    border-radius: 7px;
    background: rgba(5, 7, 16, 0.97);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.58), 0 0 28px rgba(68, 65, 255, 0.14) inset;
    backdrop-filter: blur(18px);
  }

  .topbar__menu[open] > .topbar__nav {
    display: flex;
  }

  .topbar__link {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .topbar__link::after {
    bottom: 8px;
    left: 14px;
  }

  .topbar__booking {
    min-height: 44px;
  }

  .hero {
    min-height: 760px;
  }

  .hero__media {
    background-image:
      linear-gradient(90deg, rgba(2, 3, 7, 0.98) 0%, rgba(2, 3, 7, 0.79) 46%, rgba(2, 3, 8, 0.32) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 48%, #030408 100%),
      url("./assets/hero.png"),
      url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
    background-position: center, center, 61% center, 78% 8%;
  }

  .hero__content {
    left: max(var(--page-pad), env(safe-area-inset-left));
    width: 61%;
  }

  .hero__title,
  .booking-copy h2 {
    font-size: clamp(60px, 9vw, 84px);
  }

  .hero__sign {
    top: 29%;
    right: max(4%, env(safe-area-inset-right));
    font-size: clamp(42px, 7vw, 64px);
  }

  .location-card {
    right: max(var(--page-pad), env(safe-area-inset-right));
    bottom: 42px;
  }

  .offer-zone {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
    padding-right: max(var(--page-pad), env(safe-area-inset-right));
    padding-left: max(var(--page-pad), env(safe-area-inset-left));
  }

  .panel-cut {
    min-height: 0;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 96%);
  }

  .pricing__fan {
    justify-content: flex-start;
    gap: 18px;
    margin: 42px calc(var(--page-pad) * -1) 0;
    padding: 24px var(--page-pad) 34px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    perspective: none;
    scroll-padding-inline: var(--page-pad);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pricing__fan::-webkit-scrollbar,
  .gallery::-webkit-scrollbar {
    display: none;
  }

  .price-card,
  .price-card--basic,
  .price-card--popular,
  .price-card--team,
  .price-card:hover {
    width: auto;
    min-height: 410px;
    flex: 0 0 min(42vw, 350px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: none;
  }

  .price-card--popular {
    z-index: auto;
  }

  .atmosphere {
    padding-right: max(var(--page-pad), env(safe-area-inset-right));
    padding-left: max(var(--page-pad), env(safe-area-inset-left));
  }

  .gallery {
    justify-content: flex-start;
    gap: 18px;
    margin-inline: calc(var(--page-pad) * -1);
    padding: 18px var(--page-pad) 30px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--page-pad);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gallery.is-shifting {
    animation: none;
  }

  .gallery-card,
  .gallery-card[data-slot],
  .gallery-card:hover {
    order: initial !important;
    width: auto;
    flex: 0 0 min(48vw, 430px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: none;
  }

  .gallery-card:hover .gallery-card__image {
    filter: saturate(1.18) contrast(1.05);
    transform: none;
  }

  .gallery-control {
    width: 46px;
    min-height: 46px;
  }

  .gallery-control--prev {
    left: -12px;
  }

  .gallery-control--next {
    right: -12px;
  }

  .booking-footer {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-right: max(var(--page-pad), env(safe-area-inset-right));
    padding-bottom: max(56px, env(safe-area-inset-bottom));
    padding-left: max(var(--page-pad), env(safe-area-inset-left));
    clip-path: polygon(0 6%, 42% 0, 100% 4%, 100% 100%, 0 100%);
  }

  .booking-panel {
    width: min(100%, 700px);
  }

  .socials {
    flex-direction: row;
  }

  .socials button {
    width: 48px;
    min-height: 48px;
  }

  .button:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  :root {
    --page-pad: clamp(16px, 5vw, 24px);
  }

  .brand-rail,
  .brand-rail__mark {
    height: 64px;
  }

  .brand-rail__mark {
    width: 46px;
  }

  .brand-rail__mark svg {
    width: 31px;
  }

  .brand-rail__name {
    margin-left: 7px;
    font-size: 10px;
    letter-spacing: 0.21em;
  }

  .topbar {
    min-height: 64px;
    padding-right: max(var(--page-pad), env(safe-area-inset-right));
    padding-left: 145px;
  }

  .topbar__booking {
    display: none;
  }

  .topbar__menu > .topbar__nav {
    width: min(280px, calc(100vw - var(--page-pad) - var(--page-pad)));
  }

  .hero {
    min-height: 830px;
  }

  .hero::after,
  .hero__beam {
    display: none;
  }

  .hero__media {
    background-image:
      linear-gradient(90deg, rgba(2, 3, 7, 0.97), rgba(2, 3, 7, 0.66)),
      linear-gradient(180deg, rgba(2, 3, 8, 0.2) 36%, rgba(3, 4, 8, 0.98) 83%, #030408 100%),
      url("./assets/hero.png"),
      url("./f89509b4-1c99-44b7-bc86-db96c2e98809.png");
    background-position: center, center, 60% center, 78% 8%;
    transform: scale(1.02);
  }

  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 130px max(var(--page-pad), env(safe-area-inset-right)) 310px max(var(--page-pad), env(safe-area-inset-left));
    transform: none;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .hero__title,
  .booking-copy h2 {
    font-size: clamp(50px, 16.5vw, 72px);
    line-height: 0.92;
  }

  .hero__lead {
    max-width: 34ch;
    font-size: 14px;
  }

  .hero__lead br {
    display: none;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 50px;
  }

  .hero__sign {
    top: auto;
    right: max(var(--page-pad), env(safe-area-inset-right));
    bottom: 150px;
    font-size: clamp(34px, 11vw, 48px);
    -webkit-text-stroke-width: 1px;
    transform: rotate(-1deg);
  }

  .location-card {
    right: max(var(--page-pad), env(safe-area-inset-right));
    bottom: 28px;
    left: max(var(--page-pad), env(safe-area-inset-left));
    min-width: 0;
    padding: 14px;
    transform: none;
  }

  .location-card span,
  .contact-item span {
    font-size: 12px;
  }

  .offer-zone {
    gap: 54px;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .panel-cut {
    padding: 34px 24px 48px;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 98%);
  }

  .benefits__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    margin-top: 34px;
  }

  .benefit-card h2 {
    font-size: 18px;
  }

  .benefit-card p {
    max-width: 38ch;
    font-size: 13px;
  }

  .price-card,
  .price-card--basic,
  .price-card--popular,
  .price-card--team,
  .price-card:hover {
    min-height: 400px;
    flex-basis: min(84vw, 340px);
    padding: 30px 24px;
  }

  .price-card h3 {
    font-size: 21px;
  }

  .price-card__caption,
  .price-card ul {
    font-size: 13px;
  }

  .price-card__price strong {
    font-size: 38px;
  }

  .button--card {
    min-height: 46px;
    font-size: 11px;
  }

  .pricing__note {
    font-size: 12px;
    text-align: left;
  }

  .atmosphere {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .gallery-card,
  .gallery-card[data-slot],
  .gallery-card:hover {
    flex-basis: min(84vw, 360px);
    aspect-ratio: 1.3;
  }

  .gallery-control--prev {
    left: -4px;
  }

  .gallery-control--next {
    right: -4px;
  }

  .gallery-dots {
    justify-content: center;
    margin-top: 22px;
  }

  .booking-footer {
    margin-top: 0;
    gap: 34px;
    padding-top: 82px;
    clip-path: polygon(0 3%, 40% 0, 100% 2%, 100% 100%, 0 100%);
  }

  .booking-copy > p {
    margin-bottom: 30px;
  }

  .contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .contact-item {
    min-height: 44px;
  }

  .booking-panel {
    padding: 24px 18px;
  }

  .booking-panel h2 {
    font-size: 17px;
    line-height: 1.3;
  }

  .booking-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-form label:nth-child(3),
  .booking-form__submit {
    grid-column: auto;
    grid-row: auto;
  }

  .booking-form label span {
    top: 8px;
    left: 16px;
    font-size: 10px;
    transform: none;
  }

  .booking-form input,
  .booking-form input[name="guests"] {
    min-width: 0;
    min-height: 58px;
    padding: 23px 40px 6px 16px;
    font-size: 16px;
  }

  .booking-form__submit {
    min-height: 48px;
  }

  .booking-panel__note,
  .booking-status {
    font-size: 12px;
  }

  .socials {
    flex-wrap: wrap;
  }
}

@media (min-width: 1600px) {
  .page {
    border-right: 1px solid rgba(121, 137, 179, 0.16);
  }

  .hero__content {
    max-width: 850px;
  }

  .benefits__grid {
    align-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .hero__media,
  .hero__sign,
  .price-card,
  .gallery-card {
    transform: none !important;
  }
}
