/* Floors and leisure pages 0.11 — premium continuation of the facade concept */

/* Floors */
body.inner-page--floors .floors-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(46px, 6vw, 88px);
}
body.inner-page--floors .floors-intro__copy { padding: 14px 0 24px; }
body.inner-page--floors .floors-intro__lead {
  max-width: 500px;
  margin: 27px 0 0;
  color: var(--inner-muted);
  font-size: 16px;
  line-height: 1.72;
}
body.inner-page--floors .floors-intro__actions,
body.inner-page--leisure .leisure-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
body.inner-page--floors .floors-intro__visual {
  position: relative;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 22px 2px 2px;
  background: #dbe3e0;
}
body.inner-page--floors .floors-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 43, 49, .03) 35%, rgba(16, 43, 49, .72));
  pointer-events: none;
}
body.inner-page--floors .floors-intro__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(.79) contrast(1.02);
}
body.inner-page--floors .floors-intro__visual figcaption {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 27px;
  display: grid;
  gap: 3px;
  color: #fff;
}
body.inner-page--floors .floors-intro__visual figcaption span {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
  opacity: .72;
}
body.inner-page--floors .floors-intro__visual figcaption strong { font-size: 17px; font-weight: 470; }
body.inner-page--floors .floors-intro__levels {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  grid-template-columns: repeat(2, 36px);
  gap: 5px;
}
body.inner-page--floors .floors-intro__levels b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  background: rgba(25, 56, 62, .65);
  color: #fff;
  font-size: 11px;
  font-weight: 570;
  backdrop-filter: blur(5px);
}
body.inner-page--floors .floors-intro__levels b:first-child { border-color: rgba(253, 116, 0, .8); }

body.inner-page--floors .floors-directory {
  padding: 92px 0 106px;
  background: var(--inner-surface);
}
body.inner-page--floors .floors-directory__heading,
body.inner-page--leisure .leisure-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: clamp(38px, 8vw, 112px);
  margin-bottom: 42px;
}
body.inner-page--floors .floors-directory__heading h2,
body.inner-page--floors .floors-next__heading h2,
body.inner-page--leisure .leisure-section__heading h2,
body.inner-page--leisure .leisure-party__copy h2,
body.inner-page--leisure .leisure-contact h2 {
  margin: 6px 0 0;
  color: var(--inner-ink);
  font-family: "Onest", "Segoe UI", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 350;
  line-height: 1.04;
  letter-spacing: -.045em;
}
body.inner-page--floors .floors-directory__heading > p,
body.inner-page--leisure .leisure-section__heading > div:last-child > p {
  max-width: 430px;
  margin: 0;
  color: var(--inner-muted);
  font-size: 13px;
  line-height: 1.68;
}
body.inner-page--floors .floor-browser--premium {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--inner-line);
  border-radius: 2px 22px 2px 2px;
  overflow: hidden;
  background: #fbfcfb;
}
body.inner-page--floors .floor-tabs { gap: 0; background: #f2f5f3; }
body.inner-page--floors .floor-tab {
  min-height: 76px;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 0 20px 0 0;
  border: 0;
  border-bottom: 1px solid var(--inner-line);
  border-radius: 0;
  background: transparent;
  color: var(--inner-ink);
  transition: background .18s ease, color .18s ease;
}
body.inner-page--floors .floor-tab:last-child { border-bottom: 0; }
body.inner-page--floors .floor-tab:hover { transform: none; background: rgba(255, 255, 255, .72); }
body.inner-page--floors .floor-tab strong {
  border-right: 1px solid var(--inner-line);
  color: var(--inner-teal);
  font-size: 19px;
  font-weight: 440;
}
body.inner-page--floors .floor-tab span {
  padding-left: 20px;
  color: var(--inner-muted);
  font-size: 11px;
  font-weight: 560;
}
body.inner-page--floors .floor-tab.is-active {
  position: relative;
  border-color: var(--inner-line);
  background: var(--inner-teal);
  color: #fff;
  box-shadow: none;
}
body.inner-page--floors .floor-tab.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, var(--premium-orange, #fe1f15) 0 28%, var(--inner-cyan) 28% 100%);
}
body.inner-page--floors .floor-tab.is-active strong { border-color: rgba(255, 255, 255, .18); color: #fff; }
body.inner-page--floors .floor-tab.is-active span { color: rgba(255, 255, 255, .8); }
body.inner-page--floors .floor-panel {
  position: relative;
  min-height: 456px;
  grid-template-columns: 156px minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 5vw, 70px);
  padding: 62px clamp(42px, 5vw, 76px);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
body.inner-page--floors .floor-panel::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -82px;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(60, 180, 200, .13);
  border-radius: 54% 46% 49% 51%;
  box-shadow: 0 0 0 22px rgba(253, 116, 0, .025), 0 0 0 46px rgba(60, 180, 200, .025);
  pointer-events: none;
}
body.inner-page--floors .floor-panel__number {
  width: 148px;
  height: 148px;
  border: 1px solid var(--inner-line);
  border-radius: 2px 24px 2px 2px;
  background: #eef4f2;
  color: var(--inner-teal);
  font-size: 70px;
  font-weight: 340;
  letter-spacing: -.07em;
  transform: none;
}
body.inner-page--floors .floor-panel__copy { position: relative; z-index: 1; min-width: 0; }
body.inner-page--floors .floor-panel__copy h2 {
  max-width: 660px;
  margin: 7px 0 0;
  color: var(--inner-ink);
  font-family: "Onest", "Segoe UI", sans-serif;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 360;
  line-height: 1.04;
  letter-spacing: -.045em;
}
body.inner-page--floors .floor-panel__copy > p:not(.eyebrow):not(.floor-count) {
  max-width: 610px;
  margin: 18px 0 8px;
  color: var(--inner-muted);
  font-size: 14px;
  line-height: 1.65;
}
body.inner-page--floors .floor-count {
  margin: 0 0 22px;
  color: var(--inner-orange);
  font-size: 10px;
  font-weight: 630;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.inner-page--floors .floor-places {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 28px;
}
body.inner-page--floors .floor-place-link {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid var(--inner-line);
  background: #fbfcfb;
  color: var(--inner-ink);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease;
}
body.inner-page--floors .floor-place-link:hover { border-color: #b9c9c5; background: #fff; }
body.inner-page--floors .floor-place-link__name {
  overflow: hidden;
  font-size: 12px;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.inner-page--floors .floor-place-link__meta {
  overflow: hidden;
  color: var(--inner-muted);
  font-size: 8px;
  font-weight: 540;
  letter-spacing: .05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
body.inner-page--floors .floor-place-link--food { border-top-color: rgba(253, 116, 0, .55); }
body.inner-page--floors .floor-place-link--fun { border-top-color: rgba(60, 180, 200, .72); }

body.inner-page--floors .floors-next { padding: 88px 0 100px; background: var(--inner-surface-soft); }
body.inner-page--floors .floors-next__heading { margin-bottom: 34px; }
body.inner-page--floors .floors-next__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--inner-line); border-left: 1px solid var(--inner-line); }
body.inner-page--floors .floors-next__grid a {
  position: relative;
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 5px;
  padding: 26px 64px 27px 27px;
  border-right: 1px solid var(--inner-line);
  border-bottom: 1px solid var(--inner-line);
  background: rgba(255, 255, 255, .45);
  color: var(--inner-ink);
  text-decoration: none;
}
body.inner-page--floors .floors-next__grid a:hover { background: #fff; }
body.inner-page--floors .floors-next__grid span { position: absolute; top: 22px; left: 26px; color: var(--inner-orange); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
body.inner-page--floors .floors-next__grid strong { font-size: 19px; font-weight: 480; }
body.inner-page--floors .floors-next__grid small { color: var(--inner-muted); font-size: 10px; line-height: 1.45; }
body.inner-page--floors .floors-next__grid i { position: absolute; right: 26px; bottom: 28px; color: var(--inner-teal); font-size: 20px; font-style: normal; }

/* Leisure */
body.inner-page--leisure .leisure-intro { padding-bottom: 76px; }
body.inner-page--leisure .leisure-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr);
  align-items: center;
  gap: clamp(44px, 6vw, 82px);
}
body.inner-page--leisure .leisure-intro__copy { padding: 10px 0 18px; }
body.inner-page--leisure .leisure-intro__lead {
  max-width: 510px;
  margin: 27px 0 0;
  color: var(--inner-muted);
  font-size: 16px;
  line-height: 1.7;
}
body.inner-page--leisure .leisure-intro__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 4px 14px;
  margin-top: 34px;
  padding: 18px 0 0;
  border-top: 1px solid var(--inner-line);
}
body.inner-page--leisure .leisure-intro__contact span,
body.inner-page--leisure .leisure-intro__contact small { color: var(--inner-muted); font-size: 9px; font-weight: 560; letter-spacing: .05em; text-transform: uppercase; }
body.inner-page--leisure .leisure-intro__contact a { color: var(--inner-teal); font-size: 16px; font-weight: 540; text-decoration: none; }
body.inner-page--leisure .leisure-intro__contact small { grid-column: 2; text-transform: none; }
body.inner-page--leisure .leisure-collage {
  min-height: 456px;
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 7px;
}
body.inner-page--leisure .leisure-collage figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dbe3e0;
}
body.inner-page--leisure .leisure-collage__main { grid-row: 1 / 3; border-radius: 2px 0 0 2px; }
body.inner-page--leisure .leisure-collage figure:nth-child(2) { border-radius: 0 18px 0 0; }
body.inner-page--leisure .leisure-collage figure:nth-child(3) { border-radius: 0 0 2px 0; }
body.inner-page--leisure .leisure-collage figure::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(15, 40, 46, .68)); }
body.inner-page--leisure .leisure-collage img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.84) contrast(.98); }
body.inner-page--leisure .leisure-collage figcaption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; color: #fff; font-size: 10px; font-weight: 560; letter-spacing: .04em; }

body.inner-page--leisure .leisure-jump { position: relative; z-index: 2; border-bottom: 1px solid var(--inner-line); background: #fff; }
body.inner-page--leisure .leisure-jump__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
body.inner-page--leisure .leisure-jump a {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 25px;
  border-right: 1px solid var(--inner-line);
  color: var(--inner-ink);
  text-decoration: none;
}
body.inner-page--leisure .leisure-jump a:first-child { border-left: 1px solid var(--inner-line); }
body.inner-page--leisure .leisure-jump a:hover { background: #f8faf9; }
body.inner-page--leisure .leisure-jump span { color: var(--inner-orange); font-size: 9px; font-weight: 650; }
body.inner-page--leisure .leisure-jump strong { font-size: 12px; font-weight: 560; }
body.inner-page--leisure .leisure-jump i { color: var(--inner-teal); font-size: 17px; font-style: normal; }

body.inner-page--leisure .leisure-section { padding: 96px 0 108px; background: var(--inner-surface); scroll-margin-top: 20px; }
body.inner-page--leisure .leisure-section--food { background: var(--inner-surface-soft); }
body.inner-page--leisure .leisure-section__heading > div:last-child > a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--inner-teal);
  font-size: 11px;
  font-weight: 590;
  text-decoration: none;
}
body.inner-page--leisure .leisure-grid { display: grid; gap: 14px; }
body.inner-page--leisure .leisure-grid--games { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.inner-page--leisure .leisure-grid--food { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.inner-page--leisure .leisure-grid .place-card {
  position: relative;
  min-height: 380px;
  border-radius: 2px 16px 2px 2px;
}
body.inner-page--leisure .leisure-grid .place-card::before,
body.inner-page--leisure .leisure-party__cards .place-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  width: 64px;
  height: 2px;
  background: var(--inner-cyan);
}
body.inner-page--leisure .leisure-grid--food .place-card::before { background: var(--premium-orange, #fe1f15); }
body.inner-page--leisure .leisure-grid--games .place-card:first-child { grid-column: span 2; }
body.inner-page--leisure .leisure-grid--games .place-card:first-child .place-card__media { height: 220px; flex-basis: 220px; }
body.inner-page--leisure .leisure-grid .place-card__media { height: 190px; flex-basis: 190px; }
body.inner-page--leisure .leisure-grid .place-card__title { font-size: 21px; }

body.inner-page--leisure .leisure-party { padding: 100px 0 106px; background: #fff; scroll-margin-top: 20px; }
body.inner-page--leisure .leisure-party__layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(48px, 7vw, 100px); }
body.inner-page--leisure .leisure-party__copy { position: sticky; top: 30px; }
body.inner-page--leisure .leisure-party__copy > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 31px; color: var(--inner-muted); font-size: 14px; line-height: 1.72; }
body.inner-page--leisure .leisure-party__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
body.inner-page--leisure .leisure-party__cards .place-card { position: relative; min-height: 330px; padding-right: 18px; padding-left: 18px; }
body.inner-page--leisure .leisure-party__cards .place-card__media { width: calc(100% + 36px); height: 145px; flex-basis: 145px; margin-right: -18px; margin-left: -18px; }
body.inner-page--leisure .leisure-party__cards .place-card__title { font-size: 17px; }
body.inner-page--leisure .leisure-party__cards .place-card__description { font-size: 10px; }

body.inner-page--leisure .leisure-contact {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: linear-gradient(105deg, rgba(20, 54, 61, .97), rgba(36, 81, 89, .92)), url("assets/agat-bowling.jpg") center 53% / cover;
  color: #fff;
}
body.inner-page--leisure .leisure-contact::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 34px rgba(60,180,200,.05), 0 0 0 70px rgba(253,116,0,.035); }
body.inner-page--leisure .leisure-contact__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; }
body.inner-page--leisure .leisure-contact .eyebrow { color: #ffaaa6; }
body.inner-page--leisure .leisure-contact h2 { color: #fff; }
body.inner-page--leisure .leisure-contact p:last-child { max-width: 600px; margin: 20px 0 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.65; }
body.inner-page--leisure .leisure-contact__actions { display: grid; gap: 15px; justify-items: start; }
body.inner-page--leisure .leisure-contact__actions .button--light { background: #fff; color: var(--inner-ink); }
body.inner-page--leisure .leisure-contact__actions > a:last-child { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 560; text-decoration: none; }

@media (max-width: 1160px) {
  body.inner-page--floors .floors-intro__grid { grid-template-columns: minmax(0, .82fr) minmax(450px, 1.18fr); gap: 44px; }
  body.inner-page--leisure .leisure-intro__grid { grid-template-columns: minmax(0, .86fr) minmax(470px, 1.14fr); gap: 40px; }
  body.inner-page--leisure .leisure-party__layout { grid-template-columns: minmax(290px, .65fr) minmax(0, 1.35fr); gap: 44px; }
}

@media (max-width: 960px) {
  body.inner-page--floors .floors-intro__grid,
  body.inner-page--leisure .leisure-intro__grid { grid-template-columns: 1fr; }
  body.inner-page--floors .floors-intro__copy,
  body.inner-page--leisure .leisure-intro__copy { max-width: 690px; }
  body.inner-page--floors .floors-intro__visual { min-height: 430px; }
  body.inner-page--leisure .leisure-collage { min-height: 500px; }
  body.inner-page--floors .floor-browser--premium { grid-template-columns: 240px minmax(0, 1fr); }
  body.inner-page--floors .floor-panel { grid-template-columns: 112px minmax(0, 1fr); gap: 30px; padding: 48px 36px; }
  body.inner-page--floors .floor-panel__number { width: 106px; height: 106px; font-size: 52px; }
  body.inner-page--leisure .leisure-grid--games,
  body.inner-page--leisure .leisure-grid--food { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.inner-page--leisure .leisure-grid--food .place-card:last-child { grid-column: span 2; }
  body.inner-page--leisure .leisure-party__layout { grid-template-columns: 1fr; }
  body.inner-page--leisure .leisure-party__copy { position: static; max-width: 690px; }
}

@media (max-width: 760px) {
  body.inner-page--floors .floors-intro__lead,
  body.inner-page--leisure .leisure-intro__lead { margin-top: 20px; font-size: 14px; line-height: 1.62; }
  body.inner-page--floors .floors-intro__actions,
  body.inner-page--leisure .leisure-intro__actions { margin-top: 26px; }
  body.inner-page--floors .floors-intro__visual { min-height: 330px; }
  body.inner-page--floors .floors-directory,
  body.inner-page--leisure .leisure-section,
  body.inner-page--leisure .leisure-party { padding: 64px 0 76px; }
  body.inner-page--floors .floors-directory__heading,
  body.inner-page--leisure .leisure-section__heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  body.inner-page--floors .floors-directory__heading h2,
  body.inner-page--floors .floors-next__heading h2,
  body.inner-page--leisure .leisure-section__heading h2,
  body.inner-page--leisure .leisure-party__copy h2,
  body.inner-page--leisure .leisure-contact h2 { font-size: clamp(32px, 9.2vw, 44px); }
  body.inner-page--floors .floor-browser--premium { display: block; overflow: visible; border: 0; background: transparent; }
  body.inner-page--floors .floor-tabs { flex-direction: row; gap: 5px; padding: 0 0 10px; overflow-x: auto; background: transparent; scrollbar-width: none; }
  body.inner-page--floors .floor-tabs::-webkit-scrollbar { display: none; }
  body.inner-page--floors .floor-tab {
    min-width: 118px;
    min-height: 72px;
    grid-template-columns: 38px 1fr;
    grid-template-rows: 1fr;
    padding: 0 10px 0 0;
    border: 1px solid var(--inner-line);
    background: #f4f6f5;
    text-align: left;
  }
  body.inner-page--floors .floor-tab:last-child { border-bottom: 1px solid var(--inner-line); }
  body.inner-page--floors .floor-tab strong { border-right: 1px solid var(--inner-line); font-size: 17px; }
  body.inner-page--floors .floor-tab span { padding-left: 10px; font-size: 9px; line-height: 1.2; }
  body.inner-page--floors .floor-panel { min-height: 0; grid-template-columns: 80px minmax(0, 1fr); gap: 21px; padding: 32px 24px 36px; border: 1px solid var(--inner-line); border-radius: 2px 14px 2px 2px; }
  body.inner-page--floors .floor-panel__number { width: 76px; height: 76px; border-radius: 2px 14px 2px 2px; font-size: 39px; }
  body.inner-page--floors .floor-panel__copy h2 { font-size: clamp(31px, 8.8vw, 42px); }
  body.inner-page--floors .floor-places { grid-template-columns: 1fr; }
  body.inner-page--floors .floor-place-link:nth-child(n+7) { display: none; }
  body.inner-page--floors .floors-next { padding: 64px 0 78px; }
  body.inner-page--floors .floors-next__grid { grid-template-columns: 1fr; }
  body.inner-page--floors .floors-next__grid a { min-height: 138px; }

  body.inner-page--leisure .leisure-intro { padding-bottom: 52px; }
  body.inner-page--leisure .leisure-intro__contact { grid-template-columns: 1fr; }
  body.inner-page--leisure .leisure-intro__contact small { grid-column: 1; }
  body.inner-page--leisure .leisure-collage { min-height: 400px; grid-template-columns: 1.15fr .85fr; }
  body.inner-page--leisure .leisure-jump { overflow-x: auto; }
  body.inner-page--leisure .leisure-jump { scrollbar-width: none; }
  body.inner-page--leisure .leisure-jump::-webkit-scrollbar { display: none; }
  body.inner-page--leisure .leisure-jump__inner { width: max-content; min-width: 100%; }
  body.inner-page--leisure .leisure-jump a { min-width: 220px; min-height: 70px; padding: 0 18px; }
  body.inner-page--leisure .leisure-grid--games,
  body.inner-page--leisure .leisure-grid--food { grid-template-columns: 1fr; }
  body.inner-page--leisure .leisure-grid--games .place-card:first-child,
  body.inner-page--leisure .leisure-grid--food .place-card:last-child { grid-column: auto; }
  body.inner-page--leisure .leisure-grid .place-card,
  body.inner-page--leisure .leisure-grid--games .place-card:first-child { min-height: 172px; display: grid; grid-template-columns: 124px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: 16px; padding: 0 45px 0 0; }
  body.inner-page--leisure .leisure-grid .place-card__media,
  body.inner-page--leisure .leisure-grid--games .place-card:first-child .place-card__media { width: 124px; height: 100%; min-height: 172px; grid-column: 1; grid-row: 1 / 5; margin: 0; border-right: 1px solid var(--inner-line); border-bottom: 0; }
  body.inner-page--leisure .leisure-grid .place-card__meta { grid-column: 2; grid-row: 1; margin-top: 18px; }
  body.inner-page--leisure .leisure-grid .place-card__title { grid-column: 2; grid-row: 2; margin: 9px 0 6px; font-size: 18px; }
  body.inner-page--leisure .leisure-grid .place-card__description { grid-column: 2; grid-row: 3; font-size: 10px; }
  body.inner-page--leisure .leisure-grid .place-card__action { grid-column: 2; grid-row: 4; margin: 0 0 17px; padding: 8px 0 0; }
  body.inner-page--leisure .leisure-party__cards { grid-template-columns: 1fr; }
  body.inner-page--leisure .leisure-party__cards .place-card { min-height: 162px; display: grid; grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: 14px; padding: 0 42px 0 0; }
  body.inner-page--leisure .leisure-party__cards .place-card__media { width: 112px; height: 100%; min-height: 162px; grid-column: 1; grid-row: 1 / 5; margin: 0; border-right: 1px solid var(--inner-line); border-bottom: 0; }
  body.inner-page--leisure .leisure-party__cards .place-card__meta { grid-column: 2; grid-row: 1; margin-top: 17px; }
  body.inner-page--leisure .leisure-party__cards .place-card__title { grid-column: 2; grid-row: 2; margin: 8px 0 5px; }
  body.inner-page--leisure .leisure-party__cards .place-card__description { grid-column: 2; grid-row: 3; }
  body.inner-page--leisure .leisure-party__cards .place-card__action { grid-column: 2; grid-row: 4; margin: 0 0 16px; padding: 7px 0 0; }
  body.inner-page--leisure .leisure-contact { padding: 64px 0; }
  body.inner-page--leisure .leisure-contact__inner { grid-template-columns: 1fr; align-items: start; gap: 30px; }
}

@media (max-width: 500px) {
  body.inner-page--floors .floors-intro__actions .button,
  body.inner-page--leisure .leisure-intro__actions .button { width: 100%; }
  body.inner-page--floors .floors-intro__visual { min-height: 270px; }
  body.inner-page--floors .floors-intro__visual figcaption { left: 19px; bottom: 19px; }
  body.inner-page--floors .floors-intro__levels { top: 10px; right: 10px; grid-template-columns: repeat(3, 30px); }
  body.inner-page--floors .floors-intro__levels b { width: 30px; height: 30px; }
  body.inner-page--floors .floor-panel { grid-template-columns: 1fr; gap: 18px; padding: 25px 19px 31px; }
  body.inner-page--floors .floor-panel__number { width: 65px; height: 65px; font-size: 34px; }
  body.inner-page--floors .floor-place-link { padding: 11px 12px; }
  body.inner-page--leisure .leisure-collage { min-height: 370px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  body.inner-page--leisure .leisure-collage__main { grid-column: 1 / 3; grid-row: 1; border-radius: 2px 14px 0 0; }
  body.inner-page--leisure .leisure-collage figure:nth-child(2) { border-radius: 0 0 0 2px; }
  body.inner-page--leisure .leisure-collage figure:nth-child(3) { border-radius: 0 0 2px 0; }
  body.inner-page--leisure .leisure-grid .place-card,
  body.inner-page--leisure .leisure-grid--games .place-card:first-child { grid-template-columns: 102px minmax(0, 1fr); column-gap: 13px; padding-right: 38px; }
  body.inner-page--leisure .leisure-grid .place-card__media,
  body.inner-page--leisure .leisure-grid--games .place-card:first-child .place-card__media { width: 102px; }
  body.inner-page--leisure .leisure-party__cards .place-card { grid-template-columns: 96px minmax(0, 1fr); column-gap: 12px; padding-right: 36px; }
  body.inner-page--leisure .leisure-party__cards .place-card__media { width: 96px; }
  body.inner-page--leisure .leisure-contact__actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  body.inner-page--floors .floor-place-link,
  body.inner-page--floors .floor-tab { transition: none; }
}
