@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Variable.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Steelfish';
  src: url('../fonts/Steelfish-rg-ultra.woff2') format('woff2'),
       url('../fonts/Steelfish-rg.woff') format('woff'),
       url('../fonts/Steelfish-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT W1G';
  src: url('../fonts/HelveticaNeueLTW1GTh-ultra.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT W1G';
  src: url('../fonts/HelveticaNeueLTW1GRoman-ultra.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unifix SP';
  src: url('fonts/UnifixSP-2.woff2') format('woff2'),
       url('fonts/UnifixSP-2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-white: #FFFFFF;
  --brand-beige: #FFC692;
  --brand-purple: #2E2160;

  --bg: #2E2160;
  --bg-soft: #261B52;
  --panel: rgba(46, 33, 96, 0.74);
  --panel-strong: rgba(32, 23, 68, 0.92);
  --text: #FFFFFF;
  --muted: rgba(255, 255, 255, 0.82);
  --line: rgba(255, 198, 146, 0.34);
  --accent: #FFC692;
  --accent-deep: #E9AE77;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --container: 1320px;
  --site-min-width: 320px;
  --font-ui: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Montserrat', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-brand: 'Unifix SP', 'Montserrat', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-width: var(--site-min-width);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: var(--site-min-width);
  font-family: var(--font-ui);
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 198, 146, 0.18), transparent 36%),
    linear-gradient(180deg, #2E2160 0%, #291D58 55%, #22194A 100%);
  overflow-x: clip;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

body.modal-open {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  --bs-gutter-x: 2.5rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: min(100vw, 100%);
  z-index: 30;
  padding: 22px 0;
  transition: background-color .3s ease, backdrop-filter .3s ease, border-color .3s ease, padding .3s ease;
}

.site-header.is-scrolled {
  padding: 14px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 198, 146, 0.18), transparent 24%),
    radial-gradient(circle at 14% -10%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(120deg, rgba(40, 28, 84, 0.94) 0%, rgba(54, 39, 108, 0.96) 52%, rgba(32, 22, 70, 0.96) 100%);
  backdrop-filter: blur(18px) saturate(120%);
  border-bottom: 1px solid rgba(255, 198, 146, 0.22);
  box-shadow: 0 16px 36px rgba(18, 10, 41, 0.18);
}

body.cms-page--home:not(.header-scrolled) .site-header {
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-logo {
  flex: 0 0 auto;
  width: 176px;
}

.site-logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}

body.cms-page--home:not(.header-scrolled) .site-logo img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(1968%) hue-rotate(226deg) brightness(91%) contrast(93%);
}

.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.15vw, 22px);
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 26px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(36, 27, 74, 0.56) 0%, rgba(26, 19, 56, 0.44) 100%);
  backdrop-filter: blur(12px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 28px rgba(14, 9, 36, 0.24);
  white-space: nowrap;
}

body.cms-page--home:not(.header-scrolled) .site-nav {
  border-color: rgba(46, 33, 96, 0.34);
  background: linear-gradient(180deg, rgba(46, 33, 96, 0.94) 0%, rgba(34, 24, 73, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 32px rgba(34, 24, 73, 0.34);
}

body.cms-page--home:not(.header-scrolled) .site-nav::after {
  box-shadow:
    0 0 0 1px rgba(255, 198, 146, 0.18),
    0 0 20px rgba(46, 33, 96, 0.26);
  opacity: 0.8;
}

.site-nav::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    0 0 0 1px rgba(255, 198, 146, 0.16),
    0 0 20px rgba(145, 102, 247, 0.22);
  opacity: 0.6;
}

.site-nav a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.site-nav a.is-active {
  font-weight: 800;
  color: #fff;
  border-bottom-color: #ffc692;
}

.site-nav a.site-nav__promo,
.site-nav a.site-nav__promo.is-active {
  font-weight: 800;
  color: #ffc692;
}

.site-nav a#profitbase_click {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-bottom: 0;
  border: 1px solid rgba(255, 198, 146, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: var(--brand-purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(255, 198, 146, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.site-nav a#profitbase_click::before,
.site-nav a#profitbase_click::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.site-nav a#profitbase_click::before {
  inset: -46%;
  background: conic-gradient(#FFE4C8 0%, #FFC692 14%, #E9AE77 58%, #FFD8B3 82%, #FFE4C8 100%);
  animation: apartment-toggle-spin 2s linear infinite;
  z-index: 0;
}

.site-nav a#profitbase_click::after {
  inset: 3px;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  z-index: 1;
}

.site-nav a#profitbase_click:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 14px 34px rgba(255, 198, 146, 0.28);
}

.site-nav a#profitbase_click:focus-visible {
  outline: 2px solid rgba(255, 198, 146, 0.95);
  outline-offset: 3px;
}

.site-header.is-scrolled .site-nav {
  border-color: rgba(255, 198, 146, 0.28);
  background: linear-gradient(180deg, rgba(45, 33, 90, 0.78) 0%, rgba(32, 23, 67, 0.74) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 30px rgba(14, 9, 36, 0.3);
}

.site-header__right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.site-phone-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.site-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  white-space: nowrap;
}

.site-phone__number {
  font-size: 18px;
  font-weight: 800;
}

.site-phone__note {
  font-size: 12px;
  color: var(--muted);
}

.site-phone__callback {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 198, 146, 0.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color .2s ease, opacity .2s ease;
}

body.cms-page--home:not(.header-scrolled) .site-phone__number {
  color: var(--brand-purple);
}

body.cms-page--home:not(.header-scrolled) .site-phone__callback {
  color: var(--brand-purple);
}

.site-phone__callback:hover {
  color: #ffd8b3;
}

body.cms-page--home:not(.header-scrolled) .site-phone__callback:hover {
  color: #4a367f;
}

.site-phone__callback:focus-visible {
  outline: 2px solid rgba(255, 198, 146, 0.92);
  outline-offset: 3px;
  border-radius: 4px;
}

.phone-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 198, 146, 0.78);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
}

.phone-toggle__icon {
  width: 24px;
  height: 24px;
}

.floating-callback-button {
  position: fixed;
  z-index: 32;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(22px, 3vw, 42px);
  display: inline-flex;
  width: clamp(43px, 3.2vw, 53px);
  height: clamp(43px, 3.2vw, 53px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-purple, #2E2160);
  color: #fff;
  box-shadow:
    0 18px 40px rgba(46, 33, 96, 0.34),
    0 0 0 6px rgba(46, 33, 96, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.floating-callback-button::before,
.floating-callback-button::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(46, 33, 96, 0.22);
  pointer-events: none;
  animation: floating-callback-pulse 2.2s ease-out infinite;
}

.floating-callback-button::after {
  animation-delay: 1.1s;
}

.floating-callback-button:hover,
.floating-callback-button:focus-visible {
  color: #fff;
  background: #3b2a77;
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 22px 48px rgba(46, 33, 96, 0.42),
    0 0 0 7px rgba(46, 33, 96, 0.1);
}

.floating-callback-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.floating-callback-button__icon {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  color: #fff;
  fill: #fff;
}

@keyframes floating-callback-pulse {
  0% {
    opacity: .68;
    transform: scale(.86);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.34);
  }
}

@media (max-width: 700px) {
  .floating-callback-button {
    right: 14px;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 41px;
    height: 41px;
    box-shadow:
      0 14px 30px rgba(46, 33, 96, 0.32),
      0 0 0 4px rgba(46, 33, 96, 0.08);
  }

  .floating-callback-button__icon {
    width: 20px;
    height: 20px;
  }
}

body.cms-page--home:not(.header-scrolled) #phoneToggle {
  border-color: rgba(255, 198, 146, 0.82);
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: var(--brand-purple);
  box-shadow: 0 12px 28px rgba(255, 198, 146, 0.28);
}

body.cms-page--home:not(.header-scrolled) #phoneToggle .phone-toggle__icon {
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(1968%) hue-rotate(226deg) brightness(91%) contrast(93%);
}

.phone-toggle.apartment-toggle {
  width: auto;
  min-width: 0;
  padding: 0 clamp(12px, 2.8vw, 18px);
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: var(--brand-purple);
  font-size: clamp(11px, 1.55vw, 14px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  animation: apartment-toggle-glow 2s linear infinite;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(68, 0, 153, 0.24);
}

.phone-toggle.apartment-toggle::before,
.phone-toggle.apartment-toggle::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.phone-toggle.apartment-toggle::before {
  inset: -46%;
  background: conic-gradient(#FFE4C8 0%, #FFC692 14%, #E9AE77 58%, #FFD8B3 82%, #FFE4C8 100%);
  animation: apartment-toggle-spin 2s linear infinite;
  z-index: 0;
}

.phone-toggle.apartment-toggle::after {
  inset: 3px;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.site-header.is-scrolled .phone-toggle.apartment-toggle {
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
}

.site-header.is-scrolled .phone-toggle.apartment-toggle::after {
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
}

.site-header.is-scrolled .phone-toggle.apartment-toggle::before {
  background: conic-gradient(#FFE4C8 0%, #FFC692 14%, #E9AE77 58%, #FFD8B3 82%, #FFE4C8 100%);
}

.apartment-toggle__label {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.site-nav a#profitbase_click {
  z-index: 0;
}

.site-nav a#profitbase_click {
  animation: apartment-toggle-glow 2s linear infinite;
}

.site-nav a#profitbase_click > span {
  position: relative;
  z-index: 2;
}

@keyframes apartment-toggle-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes apartment-toggle-glow {
  0%,
  100% {
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.24),
      0 0 0 0 rgba(255, 198, 146, 0);
  }

  25% {
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.24),
      0 0 0 7px rgba(255, 198, 146, 0.22);
  }

  50% {
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.24),
      0 0 0 14px rgba(255, 198, 146, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a#profitbase_click::before {
    animation: none;
  }

  .phone-toggle.apartment-toggle::before {
    animation: none;
  }

  .phone-toggle.apartment-toggle,
  .site-nav a#profitbase_click {
    animation: none;
  }
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 198, 146, 0.78);
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: var(--brand-purple);
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(255, 198, 146, 0.26);
}

.menu-toggle__icon {
  width: 24px;
  height: 24px;
}

body.beeline-widget-custom-trigger:not(.beeline-widget-anchored) iframe[class*="cmn-frame"],
body.beeline-widget-custom-trigger iframe.cmn-frame-closed {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.beeline-widget-anchored iframe.cmn-frame-opened {
  top: var(--beeline-anchor-top, 16px) !important;
  left: var(--beeline-anchor-left, 12px) !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--beeline-anchor-width, 320px) !important;
  max-width: calc(100vw - 24px) !important;
  max-height: calc(100vh - var(--beeline-anchor-top, 16px) - 16px) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 46px rgba(11, 8, 28, 0.48) !important;
  overflow: hidden !important;
}

.side-menu-overlay {
  position: fixed;
  inset: 0;
  width: min(100vw, 100%);
  z-index: 36;
  background: rgba(18, 13, 38, 0.64);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.side-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.side-menu {
  position: fixed;
  inset: 0;
  width: min(100vw, 100%);
  z-index: 37;
  display: grid;
  grid-template-columns: minmax(280px, 48vw) minmax(320px, 52vw);
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  pointer-events: none;
  transition: clip-path .32s ease, opacity .24s ease;
}

.side-menu.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  pointer-events: auto;
}

.side-menu__media {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.side-menu__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(26, 20, 56, 0.22), rgba(26, 20, 56, 0.22)),
    url('../img/menu/sky.png') center/cover no-repeat;
  transform: scale(1.03) translateY(2%);
  transition: transform .8s ease;
}

.side-menu.active .side-menu__media::before {
  animation: side-menu-sky-drift 8.8s ease-in-out infinite alternate;
}

@keyframes side-menu-sky-drift {
  from {
    transform: scale(1.03) translateY(2%);
  }

  to {
    transform: scale(1.12) translateY(-4%);
  }
}

.side-menu__media-logo {
  width: min(58%, 420px);
  filter: drop-shadow(0 12px 36px rgba(38, 27, 82, 0.28));
  position: relative;
  z-index: 1;
}

.side-menu__panel {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 28px 54px 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 198, 146, 0.16), transparent 18%),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.04), transparent 22%),
    radial-gradient(circle at 16% 100%, rgba(255, 255, 255, 0.035), transparent 26%),
    linear-gradient(145deg, #34256d 0%, #2d215f 42%, #241a4e 100%);
  border-left: 1px solid rgba(255, 198, 146, 0.24);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 198, 146, 0.45) rgba(255, 255, 255, 0.08);
}

.side-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border: 1px solid rgba(255, 198, 146, 0.78);
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: var(--brand-purple);
  margin-left: auto;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 12px 30px rgba(255, 198, 146, 0.26);
}

.side-menu__close-icon {
  width: 20px;
  height: 20px;
}

.side-menu__nav {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.side-menu__placeholder {
  flex: 1 1 auto;
}

.side-menu--contacts .side-menu__panel {
  justify-content: flex-start;
  gap: 28px;
}

.contact-menu-content {
  width: 100%;
  display: grid;
  gap: 24px;
  max-width: 440px;
  margin-inline: auto;
}

.side-menu--contacts .contact-menu-content__head {
  margin-top: var(--contact-label-shift, 0px);
}

.contact-menu-content__head h3 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -.01em;
}

.contact-menu-content__head p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 34ch;
}

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

.contact-action-tile {
  --tile-bg: linear-gradient(135deg, #3d73f6 0%, #2b59c9 100%);
  --tile-color: #fff;
  --tile-icon-bg: rgba(255, 255, 255, 0.18);
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 88px;
  padding: 14px 14px;
  border: 0;
  border-radius: 20px;
  background: var(--tile-bg);
  color: var(--tile-color);
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(15, 8, 40, 0.26);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.contact-action-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(15, 8, 40, 0.3);
  filter: saturate(1.04);
}

.contact-action-tile:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}

.contact-action-tile--wide {
  grid-column: 1 / -1;
  min-height: 86px;
}

.contact-action-tile__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--tile-icon-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.contact-action-tile__icon svg {
  width: 22px;
  height: 22px;
}

.contact-action-tile__text {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.contact-action-tile__title {
  display: block;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.01em;
}

.contact-action-tile__meta {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.28;
}

.contact-action-tile--wide .contact-action-tile__title {
  font-size: clamp(24px, 2.3vw, 34px);
}

.contact-action-tile--call {
  --tile-bg: linear-gradient(135deg, #ff9e1c 0%, #ff6d2c 100%);
}

.contact-action-tile--callback {
  --tile-bg: linear-gradient(135deg, #ffd68e 0%, #f6b86c 100%);
  --tile-color: #2f2161;
  --tile-icon-bg: rgba(255, 255, 255, 0.36);
}

.contact-action-tile--callback .contact-action-tile__meta {
  color: rgba(47, 33, 97, 0.86);
}

.contact-action-tile--max {
  --tile-bg: linear-gradient(135deg, #8a6cff 0%, #4c34eb 100%);
}

.contact-action-tile--telegram {
  --tile-bg: linear-gradient(135deg, #4bb7ff 0%, #2d89d9 100%);
}

.contact-action-tile--vk {
  --tile-bg: linear-gradient(135deg, #4d8dff 0%, #246bdb 100%);
}

.contact-menu-content__hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .contact-menu-content__actions-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-action-tile {
    min-height: 88px;
    border-radius: 18px;
    padding: 14px;
  }

  .contact-action-tile--wide {
    grid-column: auto;
  }

  .contact-action-tile__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
  }

  .contact-action-tile__icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-action-tile__title {
    font-size: clamp(17px, 4.8vw, 24px);
  }

  .contact-action-tile__meta {
    font-size: 13px;
  }

  .contact-action-tile--wide .contact-action-tile__title {
    font-size: clamp(20px, 5.8vw, 28px);
  }
}

@media (max-width: 390px) {
  .contact-menu-content__actions-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-action-tile {
    min-height: 82px;
    padding: 12px;
  }

  .contact-action-tile--wide {
    grid-column: auto;
  }

  .contact-menu-content__hint {
    font-size: 12px;
  }
}

.side-menu__nav a {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-areas:
    "index title"
    "index hint";
  gap: 4px 16px;
  padding: 14px 0 16px;
  border-bottom: 1px solid rgba(255, 198, 146, 0.18);
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

.side-menu__nav a:first-child {
  border-top: 1px solid rgba(255, 198, 146, 0.18);
}

.side-menu__index {
  grid-area: index;
  align-self: start;
  font-family: 'Montserrat', var(--font-ui);
  font-size: 14px;
  letter-spacing: .08em;
  color: rgba(255, 198, 146, 0.72);
  margin-top: 2px;
  font-weight: 600;
}

.side-menu__title {
  grid-area: title;
  font-family: 'Montserrat', var(--font-ui);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: .98;
  letter-spacing: -.01em;
  font-weight: 600;
  color: var(--brand-white);
}

.side-menu__hint {
  grid-area: hint;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: .01em;
}

.side-menu__nav a:hover {
  transform: translateX(8px);
  border-color: rgba(255, 198, 146, 0.5);
}

.side-menu__nav a:hover .side-menu__title {
  color: var(--accent);
}

.side-menu__nav a:hover .side-menu__hint {
  color: rgba(255, 255, 255, 0.88);
}

.side-menu__nav a.is-active {
  border-color: rgba(255, 198, 146, 0.5);
}

.side-menu__nav a.is-active .side-menu__title {
  color: var(--accent) !important;
}

.side-menu__nav a.is-active .side-menu__hint {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hero-slider {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: #22194A;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .8s ease;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center center;
  transform: scale(1.03);
  transition: transform 4s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide.is-active::before {
  transform: scale(1);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(28, 20, 58, 0.14) 0%, rgba(32, 23, 68, 0.42) 62%, rgba(24, 18, 52, 0.62) 100%),
    linear-gradient(90deg, rgba(28, 20, 58, 0.46) 0%, rgba(28, 20, 58, 0.14) 55%, rgba(28, 20, 58, 0.3) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  padding: clamp(240px, 24vh, 300px) clamp(24px, 3.5vw, 56px) 76px;
}

.hero-slide__eyebrow,
.docs-modal__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-slide__eyebrow::before,
.docs-modal__label::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.hero-slider .hero-slide__eyebrow {
  display: none;
}

.hero-slide__title,
.info-card--lead h2,
.feature-band h2,
.location-section h2,
.contact-strip h2 {
  margin: 18px 0 18px;
  max-width: 1100px;
  font-family: 'Steelfish', var(--font-display);
  font-size: clamp(48px, 5.4vw, 88px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: .018em;
}

.hero-slide__title {
  max-width: 980px;
  font-family: var(--font-brand);
  font-size: clamp(40px, 4.35vw, 68px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: .035em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-slide__title-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(2px);
  will-change: transform, opacity, filter;
}

.is-word-sequence.is-word-animating .hero-slide__title-word {
  animation: hero-title-word-in 1.12s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: calc(var(--word-index, 0) * .17s);
}

@keyframes hero-title-word-in {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide__title-word {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
}

.hero-slide__title.is-long {
  font-size: clamp(36px, 3.75vw, 58px);
  line-height: 1;
}

.hero-slide__title.is-xlong {
  font-size: clamp(31px, 3.15vw, 50px);
  line-height: 1.02;
}

.hero-slide__text {
  max-width: 760px;
  margin: 0;
  font-family: 'Helvetica Neue LT W1G', var(--font-ui);
  font-size: clamp(20px, 1.95vw, 28px);
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.88);
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.hero-slide__meta {
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-slider-cards {
  padding: clamp(28px, 3.4vw, 54px) 0 clamp(34px, 4vw, 64px);
  background:
    radial-gradient(circle at 18% 6%, rgba(255, 198, 146, 0.16), transparent 30%),
    linear-gradient(135deg, #1b123c 0%, #2e2160 52%, #1b123c 100%);
}

.home-slider-cards__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: clamp(14px, 1.2vw, 20px);
  align-items: stretch;
}

.home-slider-cards__featured {
  position: relative;
  min-height: clamp(390px, 30vw, 520px);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #3a2a72 0%, #24184d 100%);
  color: #fff;
  box-shadow: none;
}

.home-slider-cards__track {
  position: absolute;
  inset: 0;
  background: inherit;
}

.home-slider-cards__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(340px, 0.48fr) minmax(0, 0.52fr);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.home-slider-cards__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-slider-cards__featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider-cards__featured-content {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  padding: clamp(32px, 3vw, 50px) clamp(30px, 3vw, 50px) 116px clamp(24px, 2.25vw, 38px);
  background: transparent;
}

.home-slider-cards__featured-media {
  min-width: 0;
  overflow: hidden;
  margin: 0 0 0 clamp(12px, 1vw, 18px);
  border-radius: 8px;
  background: #2e2160;
}

.home-slider-cards__title {
  max-width: 470px;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(28px, 2.05vw, 38px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.home-slider-cards__text {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 0.98vw, 19px);
  line-height: 1.45;
}

.home-slider-cards__button {
  width: min(100%, 280px);
  min-height: 62px;
  background: #f5f6fa;
  color: #2e2160;
  box-shadow: none;
  white-space: nowrap;
}

.home-slider-cards__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: min(48%, 560px);
  padding: 0 clamp(30px, 3vw, 52px) clamp(24px, 2.6vw, 38px) clamp(24px, 2.25vw, 38px);
  background: transparent;
}

.home-slider-cards__media-nav {
  position: static;
  z-index: 5;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  pointer-events: auto;
}

.home-slider-cards__media-nav button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  pointer-events: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 12px 30px rgba(16, 10, 42, 0.09);
  opacity: .54;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-slider-cards__media-nav button:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  opacity: .78;
  transform: translateY(-1px);
}

.home-slider-cards__dots {
  position: absolute;
  z-index: 5;
  right: clamp(28px, 3vw, 48px);
  bottom: clamp(18px, 1.8vw, 28px);
  left: calc(48% + clamp(28px, 3vw, 48px));
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-slider-cards__dots button {
  width: 24px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: width .2s ease, background-color .2s ease;
}

.home-slider-cards__dots button.is-active {
  width: 38px;
  background: #ffc692;
}

.home-slider-cards__side {
  display: grid;
  grid-template-rows: minmax(clamp(200px, 13vw, 250px), 0.62fr) minmax(clamp(110px, 8vw, 150px), 0.38fr);
  gap: clamp(14px, 1.4vw, 20px);
  min-height: 0;
}

.home-slider-cards__promo {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(246, 245, 250, .94)),
    #f4f2f7;
  color: #101820;
  text-decoration: none;
  isolation: isolate;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.home-slider-cards__promo:hover {
  color: #101820;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(46, 33, 96, .16);
}

.home-slider-cards__promo-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: inherit;
  background: transparent;
}

.home-slider-cards__promo-bg::before,
.home-slider-cards__promo-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  transform: skewX(-42deg);
  display: none;
}

.home-slider-cards__promo-bg::before {
  top: -18%;
  left: -22%;
  width: 78%;
  height: 132%;
  background: rgba(255, 255, 255, 0.72);
}

.home-slider-cards__promo-bg::after {
  right: -34%;
  bottom: -22%;
  width: 76%;
  height: 74%;
  background: rgba(255, 255, 255, 0.58);
}

.home-slider-cards__promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 28px;
}

.home-slider-cards__promo-title {
  display: grid;
  gap: 4px;
  width: 100%;
  max-width: calc(100% - 64px);
  color: inherit;
  font-family: var(--font-ui);
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

.home-slider-cards__promo-title-main {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(19px, 1.3vw, 24px);
}

.home-slider-cards__promo-rate-group {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18em;
  white-space: nowrap;
}

.home-slider-cards__promo-small {
  display: inline-flex;
  font-size: 0.58em;
  font-weight: 700;
  line-height: 1;
  opacity: .62;
}

.home-slider-cards__promo-rate {
  display: inline-flex;
  font-size: clamp(32px, 2.55vw, 48px);
  font-weight: 1000;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.home-slider-cards__promo-payment {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  max-width: 100%;
  white-space: nowrap;
}

.home-slider-cards__promo-text {
  display: block;
  max-width: 270px;
  margin-top: 16px;
  color: currentColor;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  opacity: .74;
}

.home-slider-cards__promo-value {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.22em;
  color: currentColor;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.home-slider-cards__promo-prefix {
  flex: 0 0 auto;
  font-size: clamp(12px, 0.72vw, 14px);
  font-weight: 700;
  line-height: 1;
  opacity: .62;
}

.home-slider-cards__promo-unit {
  flex: 0 0 auto;
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 800;
  line-height: 1;
}

.home-slider-cards__promo-value strong {
  flex: 0 0 auto;
  font-size: clamp(32px, 2.55vw, 48px);
  font-weight: 1000;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.home-slider-cards__promo-arrow {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #101820;
  transition: color .22s ease, transform .22s ease;
}

.home-slider-cards__promo-arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.home-slider-cards__promo:hover .home-slider-cards__promo-arrow {
  color: var(--brand-purple, #2E2160);
  transform: scale(1.06);
}

.home-slider-cards__promo-mark {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2vw, 32px);
  color: #2e2160;
  font-family: var(--font-ui);
  font-size: clamp(62px, 7.2vw, 120px);
  font-weight: 1000;
  letter-spacing: -0.08em;
  line-height: 0.82;
  text-shadow:
    0 8px 0 rgba(255, 198, 146, 0.62),
    0 22px 30px rgba(46, 33, 96, 0.22);
  transform: rotate(-7deg);
}

.home-slider-cards__promo--sale {
  min-height: 0;
}

.home-slider-cards__promo--sale .home-slider-cards__promo-mark {
  right: clamp(12px, 1.5vw, 24px);
  bottom: clamp(38px, 4vw, 72px);
  font-size: clamp(58px, 6.1vw, 102px);
}

.home-slider-cards__promo--mortgage {
  min-height: 0;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-content {
  justify-content: flex-start;
  gap: 0;
  padding: 26px 24px 18px;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-title {
  max-width: calc(100% - 58px);
  font-size: clamp(20px, 1.48vw, 25px);
  gap: 18px;
  line-height: 1.06;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-title-main {
  max-width: 8.4ch;
  white-space: normal;
  font-size: clamp(20px, 1.48vw, 25px);
  line-height: 1.06;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-rate-group {
  align-self: center;
  gap: 9px;
  margin-top: 6px;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-small {
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 800;
  transform: translateY(9px);
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-rate {
  font-size: clamp(54px, 4.2vw, 72px);
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-text {
  align-self: auto;
  margin-top: 0;
  color: currentColor;
  font-size: clamp(11px, 0.76vw, 13px);
  font-weight: 700;
  line-height: 1;
  opacity: .74;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-payment {
  margin-top: auto;
  padding-top: 14px;
  align-self: center;
  justify-content: center;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-value {
  justify-self: start;
  margin-top: 0;
  gap: 5px;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-prefix {
  font-size: clamp(10px, 0.7vw, 12px);
  font-weight: 800;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-value strong {
  font-size: clamp(19px, 1.45vw, 25px);
  letter-spacing: -0.025em;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-unit {
  font-size: clamp(10px, 0.72vw, 12px);
  font-weight: 800;
}

.home-slider-cards__promo--sale .home-slider-cards__promo-content {
  justify-content: flex-start;
  gap: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-slider-cards__promo--sale .home-slider-cards__promo-title {
  font-size: clamp(20px, 1.55vw, 26px);
}

.home-slider-cards__promo--sale .home-slider-cards__promo-title-main {
  font-size: inherit;
}

.home-slider-cards__promo--sale .home-slider-cards__promo-value {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  max-width: 100%;
  margin-top: 18px;
}

.home-slider-cards__promo--sale .home-slider-cards__promo-value strong {
  font-size: clamp(34px, 2.7vw, 52px);
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-mark {
  right: -6px;
  bottom: -22px;
  font-size: clamp(72px, 5.8vw, 104px);
}

.home-slider-cards__promo--mortgage .home-slider-cards__promo-bg {
  background: transparent;
}

@media (max-width: 1100px) {
  .home-slider-cards__grid {
    grid-template-columns: 1fr;
  }

  .home-slider-cards__featured {
    min-height: 0;
    border-width: 0;
    border-radius: 8px;
  }

  .home-slider-cards__track {
    position: relative;
  }

  .home-slider-cards__slide {
    position: static;
    display: none;
    grid-template-columns: 1fr;
  }

  .home-slider-cards__slide.is-active {
    display: grid;
  }

  .home-slider-cards__featured-media {
    position: relative;
    height: clamp(280px, 42vw, 420px);
    min-height: 0;
    margin: 10px 10px 0;
    border-radius: 8px;
    order: -1;
  }

  .home-slider-cards__featured-content {
    min-height: 220px;
    padding: 28px 28px 112px;
  }

  .home-slider-cards__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 28px 28px;
  }

  .home-slider-cards__dots {
    top: calc(10px + clamp(280px, 42vw, 420px) - 30px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    max-width: calc(100% - 64px);
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(24, 17, 54, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    gap: 6px;
    pointer-events: auto;
  }

  .home-slider-cards__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .home-slider-cards__promo--sale,
  .home-slider-cards__promo--mortgage {
    min-height: 240px;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-title {
    max-width: calc(100% - 72px);
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-title-main {
    max-width: 8.4ch;
    white-space: normal;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-payment {
    padding-top: 14px;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-value {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .home-slider-cards {
    padding: 18px 0 34px;
  }

  .home-slider-cards__featured {
    min-height: 0;
    border-width: 0;
    border-radius: 8px;
  }

  .home-slider-cards__slide {
    position: static;
    display: none;
    grid-template-columns: 1fr;
  }

  .home-slider-cards__track {
    position: relative;
  }

  .home-slider-cards__slide.is-active {
    display: grid;
  }

  .home-slider-cards__side {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .home-slider-cards__featured-media {
    position: relative;
    height: clamp(250px, 68vw, 300px);
    min-height: 0;
    margin: 10px 10px 0;
    border-radius: 8px;
    order: -1;
  }

  .home-slider-cards__featured-content {
    padding: 24px;
  }

  .home-slider-cards__button {
    width: min(100%, 210px);
    min-height: 54px;
  }

  .home-slider-cards__footer {
    position: static;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 24px 24px;
    background: transparent;
  }

  .home-slider-cards__media-nav {
    display: none;
  }

  .home-slider-cards__dots {
    top: calc(10px + clamp(250px, 68vw, 300px) - 30px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    max-width: calc(100% - 64px);
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(24, 17, 54, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    gap: 6px;
    pointer-events: auto;
  }

  .home-slider-cards__dots button {
    width: 12px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
  }

  .home-slider-cards__dots button.is-active {
    width: 30px;
    background: #ffc692;
  }

  .home-slider-cards__promo {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    clip-path: inset(0 round 8px);
    box-shadow: none;
  }

  .home-slider-cards__promo-bg,
  .home-slider-cards__promo--mortgage .home-slider-cards__promo-bg {
    background: transparent;
  }

  .home-slider-cards__promo-bg::before,
  .home-slider-cards__promo-bg::after {
    display: none;
  }

  .home-slider-cards__promo--mortgage {
    min-height: 214px;
  }

  .home-slider-cards__promo--sale {
    min-height: 132px;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-title-main {
    max-width: 8.4ch;
    white-space: normal;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-payment {
    align-self: flex-start;
    justify-content: flex-start;
    padding-top: 14px;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-value {
    margin-top: 0;
  }

  .home-slider-cards__promo-content {
    padding: 22px;
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-content {
    padding: 22px;
  }

  .home-slider-cards__promo-value {
    gap: 0.2em;
  }

  .home-slider-cards__promo-value strong {
    font-size: clamp(30px, 8vw, 42px);
  }

  .home-slider-cards__promo-rate {
    font-size: clamp(30px, 8vw, 42px);
  }

  .home-slider-cards__promo-mark,
  .home-slider-cards__promo--sale .home-slider-cards__promo-mark,
  .home-slider-cards__promo--mortgage .home-slider-cards__promo-mark {
    right: 18px;
    bottom: 14px;
    font-size: clamp(52px, 15vw, 72px);
  }

  .home-slider-cards__promo--mortgage .home-slider-cards__promo-mark {
    right: 34px;
    bottom: 18px;
    font-size: clamp(38px, 10vw, 46px);
    letter-spacing: 0;
    transform: none;
    text-shadow: 0 5px 0 rgba(255, 198, 146, 0.62);
  }

  .home-slider-cards__promo--sale .home-slider-cards__promo-mark {
    font-size: clamp(68px, 20vw, 92px);
  }

  .home-slider-cards__promo--sale .home-slider-cards__promo-value {
    gap: 0.2em;
  }

  .home-slider-cards__promo--sale .home-slider-cards__promo-value strong {
    font-size: clamp(30px, 8vw, 42px);
    white-space: nowrap;
  }

  .home-slider-cards__promo-arrow {
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--accent {
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: #2E2160;
  box-shadow: 0 18px 50px rgba(255, 198, 146, 0.28);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn--full {
  width: 100%;
}

.hero-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0;
  pointer-events: none;
}

.hero-dots {
  position: absolute;
  right: calc((var(--bs-gutter-x) / 2) + env(safe-area-inset-right));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
  pointer-events: auto;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease, opacity .25s ease;
  opacity: .55;
}

.hero-dot.is-active {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.42);
  opacity: .85;
}

.hero-arrows {
  position: absolute;
  right: calc((var(--bs-gutter-x) / 2) + env(safe-area-inset-right));
  top: auto;
  bottom: 122px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 3;
  pointer-events: auto;
}

.hero-arrow {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.pdf-page-block {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pdf-page-block--concept {
  background: #efeff2;
}

.pdf-page-block--concept .pdf-page-block__frame {
  width: 100%;
  min-height: clamp(560px, 48vw, 760px);
  padding: 34px 38px;
  background: #efeff2;
}

.pdf-concept {
  min-height: clamp(492px, 43vw, 692px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 28px;
  color: #342e74;
}

.pdf-concept__left {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pdf-concept__eyebrow {
  margin: 4px 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: .12em;
  font-weight: 700;
}

.pdf-concept__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(44px, 4.2vw, 62px);
  line-height: .95;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #342e74;
}

.pdf-concept__lead {
  max-width: 610px;
  margin: 20px 0 0;
  font-size: clamp(18px, 1.36vw, 23px);
  line-height: 1.26;
  font-weight: 700;
  color: #342e74;
}

.pdf-concept__accent-box {
  margin-top: auto;
  padding: 26px 30px 24px;
  border-top-right-radius: 92px;
  background: #efc08f;
  font-family: var(--font-brand);
  font-size: clamp(34px, 2.95vw, 44px);
  line-height: .96;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #342e74;
}

.pdf-concept__right {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 42px 48px 34px;
  border-top-left-radius: 110px;
  background: #362f80;
  color: #efc08f;
}

.pdf-concept__mark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 56px;
  height: auto;
  color: #f0bf8d;
}

.pdf-concept__right-title {
  margin: 52px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(40px, 3.2vw, 52px);
  line-height: .94;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #efc08f;
}

.pdf-concept__items {
  margin-top: 64px;
  display: grid;
  gap: 14px;
}

.pdf-concept__items p {
  margin: 0;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.22;
  color: #f2f1f8;
}

.pdf-concept__items strong {
  color: #efc08f;
  font-weight: 800;
}

.pdf-concept__smile {
  width: min(46%, 210px);
  height: auto;
  margin: auto auto 0;
  color: #f0bf8d;
}

.pdf-page-block--design .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.42) 100%),
    url('../img/pdf-block/page-04-design.png') center/cover no-repeat;
  box-shadow: none;
}

.pdf-page-block--choice .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(23, 15, 54, 0.14) 0%, rgba(23, 15, 54, 0.42) 56%, rgba(23, 15, 54, 0.6) 100%),
    url('../img/pdf-block/page-03-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--community .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background: url('../img/pdf-block/page-05-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--location-map .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 13, 33, 0.2) 0%, rgba(18, 13, 33, 0.34) 100%),
    url('../img/pdf-block/page-06-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--community .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(18, 12, 42, 0.08) 0%, rgba(18, 12, 42, 0.2) 100%);
}

.pdf-page-block--location-map .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(14, 10, 31, 0.06) 0%, rgba(14, 10, 31, 0.24) 100%);
}

.pdf-page-block__workspace--community {
  justify-content: center;
  align-items: flex-start;
  padding-top: clamp(24px, 3.2vw, 52px);
  padding-bottom: clamp(24px, 3.2vw, 52px);
}

.pdf-page-block__workspace--location-map {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: clamp(24px, 3vw, 44px);
  padding-bottom: clamp(22px, 3vw, 44px);
}

.pdf-location-card {
  position: relative;
  z-index: 2;
  width: min(100%, 342px);
  min-height: 520px;
  padding: 28px 28px 96px;
  border-top-left-radius: 84px;
  background: #372f7a;
  color: #fff;
  box-shadow: 0 22px 56px rgba(7, 6, 20, 0.22);
}

.pdf-location-card__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(42px, 4.4vw, 60px);
  line-height: .92;
  letter-spacing: -0.01em;
  text-transform: lowercase;
}

.pdf-location-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
  margin-top: 30px;
}

.pdf-location-card__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pdf-location-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 30px;
  height: 30px;
  color: #fff;
}

.pdf-location-card__icon svg {
  width: 30px;
  height: 30px;
}

.pdf-location-card__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.pdf-location-card__item h3 {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 1.06;
  font-weight: 700;
}

.pdf-location-card__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.94);
}

.pdf-location-card__item p + p {
  margin-top: 2px;
}

.pdf-location-card__mark {
  position: absolute;
  right: 26px;
  bottom: 22px;
  width: 58px;
  height: auto;
}

.pdf-location-map__project {
  position: absolute;
  left: 56%;
  top: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  color: #f8c68d;
  text-align: center;
  pointer-events: none;
}

.pdf-location-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pdf-location-map__marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.36));
}

.pdf-location-map__marker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdf-location-map__marker::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  min-width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(36, 27, 74, 0.9);
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity .18s ease, transform .18s ease;
  white-space: nowrap;
}

.pdf-location-map__marker:hover::after,
.pdf-location-map__marker:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.pdf-location-map__project img {
  width: 84px;
  height: auto;
}

.pdf-location-map__project span {
  font-family: var(--font-brand);
  font-size: 26px;
  line-height: .94;
  text-transform: lowercase;
}

.pdf-location-map__project small {
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdf-page-block--improvement .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 12, 38, 0.08) 0%, rgba(18, 12, 38, 0.14) 46%, rgba(18, 12, 38, 0.28) 100%),
    url('../img/pdf-block/page-07-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--improvement .pdf-page-block__overlay {
  background:
    linear-gradient(180deg, rgba(16, 10, 33, 0.02) 0%, rgba(16, 10, 33, 0.06) 58%, rgba(16, 10, 33, 0.12) 100%);
}

.pdf-page-block__workspace--improvement {
  justify-content: center;
  align-items: flex-start;
  padding-top: clamp(28px, 3.6vw, 52px);
  padding-bottom: clamp(28px, 3.6vw, 52px);
}

.pdf-improvement-card {
  position: relative;
  width: min(100%, 452px);
  min-height: clamp(480px, 41vw, 642px);
  padding: 34px 34px 38px;
  border-top-left-radius: 92px;
  background: rgba(54, 46, 125, 0.84);
  color: #fff;
  box-shadow: 0 26px 68px rgba(8, 6, 24, 0.28);
  backdrop-filter: blur(10px);
}

.pdf-improvement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 100%),
    radial-gradient(circle at 22% 84%, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.pdf-improvement-card > * {
  position: relative;
  z-index: 1;
}

.pdf-improvement-card__mark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 58px;
  height: auto;
}

.pdf-improvement-card__title {
  margin: 78px 0 0;
  display: block;
  width: min(100%, 300px);
  max-width: min(100%, 300px);
  font-family: var(--font-brand);
  font-size: clamp(29px, 2.45vw, 38px);
  line-height: .9;
  letter-spacing: -0.018em;
  text-transform: lowercase;
  color: #fff;
}

.pdf-improvement-card__body {
  display: grid;
  gap: 22px;
  margin-top: 42px;
  max-width: 340px;
}

.pdf-improvement-card__body p {
  margin: 0;
  font-size: clamp(19px, 1.52vw, 26px);
  line-height: 1.28;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.98);
}

.pdf-improvement-card__body strong {
  font-weight: 800;
  color: #fff;
}

@media (max-width: 1180px) {
  .pdf-page-block--improvement .pdf-page-block__frame,
  .pdf-page-block__workspace--improvement {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-improvement-card {
    width: min(100%, 424px);
    min-height: clamp(440px, 42vw, 590px);
    padding: 30px 30px 32px;
  }

  .pdf-improvement-card__title {
    margin-top: 66px;
    font-size: clamp(38px, 4vw, 52px);
  }

  .pdf-improvement-card__body {
    margin-top: 34px;
    max-width: 314px;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--improvement .pdf-page-block__frame {
    min-height: 720px;
    background-position: 60% center;
  }

  .pdf-page-block__workspace--improvement {
    min-height: 720px;
    padding: 28px 18px 24px;
  }

  .pdf-improvement-card {
    width: min(100%, 388px);
    min-height: auto;
    padding: 28px 26px 30px;
    border-top-left-radius: 74px;
  }

  .pdf-improvement-card__mark {
    top: 16px;
    right: 16px;
    width: 52px;
  }

  .pdf-improvement-card__title {
    margin-top: 60px;
    width: min(100%, 288px);
    max-width: min(100%, 288px);
    font-size: clamp(27px, 3.3vw, 34px);
  }

  .pdf-improvement-card__body {
    gap: 18px;
    margin-top: 28px;
    max-width: 100%;
  }

  .pdf-improvement-card__body p {
    font-size: clamp(17px, 2.3vw, 22px);
  }
}

@media (max-width: 640px) {
  .pdf-page-block--improvement .pdf-page-block__frame {
    min-height: 760px;
    background-position: 63% center;
  }

  .pdf-page-block__workspace--improvement {
    min-height: 760px;
    justify-content: flex-start;
    padding: 18px 14px 22px;
  }

  .pdf-improvement-card {
    width: min(100%, 348px);
    padding: 24px 20px 22px;
    border-top-left-radius: 60px;
    background: rgba(54, 46, 125, 0.88);
  }

  .pdf-improvement-card__mark {
    width: 46px;
  }

  .pdf-improvement-card__title {
    margin-top: 50px;
    width: min(100%, 252px);
    max-width: min(100%, 252px);
    font-size: clamp(24px, 6.3vw, 29px);
  }

  .pdf-improvement-card__body {
    gap: 16px;
    margin-top: 22px;
  }

  .pdf-improvement-card__body p {
    font-size: 15px;
    line-height: 1.32;
  }
}

@media (max-width: 420px) {
  .pdf-page-block--improvement .pdf-page-block__frame {
    min-height: 692px;
    background-position: 64% center;
  }

  .pdf-page-block__workspace--improvement {
    min-height: 692px;
    padding: 14px 10px 18px;
  }

  .pdf-improvement-card {
    width: min(100%, 320px);
    padding: 22px 18px 20px;
    border-top-left-radius: 52px;
  }

  .pdf-improvement-card__mark {
    top: 14px;
    right: 14px;
    width: 40px;
  }

  .pdf-improvement-card__title {
    margin-top: 42px;
    width: min(100%, 224px);
    max-width: min(100%, 224px);
    font-size: clamp(20px, 6.8vw, 25px);
    line-height: .94;
  }

  .pdf-improvement-card__body {
    gap: 14px;
    margin-top: 18px;
  }

  .pdf-improvement-card__body p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.pdf-page-block--sport .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 12, 38, 0.04) 0%, rgba(18, 12, 38, 0.08) 100%),
    url('../img/pdf-block/page-08-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--sport .pdf-page-block__overlay {
  background:
    linear-gradient(180deg, rgba(18, 12, 38, 0.02) 0%, rgba(18, 12, 38, 0.05) 100%);
}

.pdf-page-block__workspace--sport {
  justify-content: center;
  align-items: flex-end;
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(24px, 3vw, 42px);
}

.pdf-sport-card {
  position: relative;
  width: min(100%, 624px);
  min-height: clamp(520px, 44vw, 760px);
  padding: 34px 34px 40px 74px;
  border-top-left-radius: 96px;
  background: rgba(56, 47, 124, 0.9);
  color: #fff;
  box-shadow: 0 26px 68px rgba(8, 6, 24, 0.28);
  backdrop-filter: blur(10px);
}

.pdf-sport-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.012) 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.06), transparent 34%);
  pointer-events: none;
}

.pdf-sport-card > * {
  position: relative;
  z-index: 1;
}

.pdf-sport-card__mark {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  height: auto;
}

.pdf-sport-card__title {
  width: min(100%, 420px);
  margin: 72px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(38px, 3.1vw, 54px);
  line-height: .94;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  color: #efc08f;
}

.pdf-sport-card__body {
  display: grid;
  gap: 24px;
  margin-top: 54px;
  max-width: 410px;
}

.pdf-sport-card__section h3 {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.2;
  font-weight: 800;
  color: #efc08f;
}

.pdf-sport-card__section p,
.pdf-sport-card__list {
  margin: 0;
  font-size: clamp(17px, 1.32vw, 25px);
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.97);
}

.pdf-sport-card__list {
  padding-left: 26px;
}

.pdf-sport-card__list li + li {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .pdf-page-block--sport .pdf-page-block__frame,
  .pdf-page-block__workspace--sport {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-sport-card {
    width: min(100%, 560px);
    min-height: clamp(470px, 44vw, 680px);
    padding: 30px 30px 34px 58px;
  }

  .pdf-sport-card__title {
    width: min(100%, 370px);
    font-size: clamp(34px, 3vw, 46px);
  }

  .pdf-sport-card__body {
    margin-top: 42px;
    max-width: 370px;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--sport .pdf-page-block__frame {
    min-height: 720px;
    background-position: 34% center;
  }

  .pdf-page-block__workspace--sport {
    min-height: 720px;
    padding: 28px 18px 24px;
  }

  .pdf-sport-card {
    width: min(100%, 472px);
    min-height: auto;
    padding: 28px 26px 30px 42px;
    border-top-left-radius: 74px;
  }

  .pdf-sport-card__mark {
    width: 52px;
  }

  .pdf-sport-card__title {
    width: min(100%, 326px);
    margin-top: 62px;
    font-size: clamp(30px, 4.2vw, 40px);
  }

  .pdf-sport-card__body {
    gap: 20px;
    margin-top: 32px;
    max-width: 332px;
  }

  .pdf-sport-card__section h3 {
    font-size: clamp(17px, 2.2vw, 22px);
  }

  .pdf-sport-card__section p,
  .pdf-sport-card__list {
    font-size: clamp(15px, 2vw, 19px);
  }
}

@media (max-width: 640px) {
  .pdf-page-block--sport .pdf-page-block__frame {
    min-height: 760px;
    background-position: 28% center;
  }

  .pdf-page-block__workspace--sport {
    min-height: 760px;
    align-items: stretch;
    padding: 18px 14px 22px;
  }

  .pdf-sport-card {
    width: min(100%, 360px);
    margin-left: auto;
    padding: 24px 18px 22px 24px;
    border-top-left-radius: 58px;
    background: rgba(56, 47, 124, 0.92);
  }

  .pdf-sport-card__mark {
    top: 14px;
    right: 14px;
    width: 46px;
  }

  .pdf-sport-card__title {
    width: min(100%, 248px);
    margin-top: 48px;
    font-size: clamp(24px, 8vw, 31px);
  }

  .pdf-sport-card__body {
    gap: 16px;
    margin-top: 22px;
    max-width: 250px;
  }

  .pdf-sport-card__section h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .pdf-sport-card__section p,
  .pdf-sport-card__list {
    font-size: 14px;
    line-height: 1.38;
  }
}

@media (max-width: 420px) {
  .pdf-page-block--sport .pdf-page-block__frame {
    min-height: 692px;
    background-position: 26% center;
  }

  .pdf-page-block__workspace--sport {
    min-height: 692px;
    padding: 14px 10px 18px;
  }

  .pdf-sport-card {
    width: min(100%, 306px);
    padding: 22px 16px 20px 18px;
    border-top-left-radius: 50px;
  }

  .pdf-sport-card__mark {
    width: 40px;
  }

  .pdf-sport-card__title {
    width: min(100%, 210px);
    margin-top: 40px;
    font-size: clamp(20px, 7.3vw, 25px);
  }

  .pdf-sport-card__body {
    gap: 14px;
    margin-top: 18px;
    max-width: 214px;
  }

  .pdf-sport-card__section h3 {
    font-size: 14px;
  }

  .pdf-sport-card__section p,
  .pdf-sport-card__list {
    font-size: 13px;
    line-height: 1.34;
  }

  .pdf-sport-card__list {
    padding-left: 20px;
  }
}

.pdf-page-block--atmosphere .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 12, 38, 0.03) 0%, rgba(18, 12, 38, 0.07) 100%),
    url('../img/pdf-block/page-10-bg.jpg') 58% center/cover no-repeat;
}

.pdf-page-block--atmosphere .pdf-page-block__frame::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(30px, 7vw, 146px);
  background: #302a66;
  pointer-events: none;
}

.pdf-page-block--atmosphere .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(18, 12, 38, 0.02) 0%, rgba(18, 12, 38, 0.05) 100%);
}

.pdf-page-block__workspace--atmosphere {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(24px, 3vw, 42px);
}

.pdf-atmosphere-card {
  position: relative;
  width: min(100%, 570px);
  min-height: clamp(560px, 46vw, 800px);
  padding: 34px 30px 40px 64px;
  border-top-left-radius: 96px;
  background: rgba(56, 47, 124, 0.9);
  color: #fff;
  box-shadow: 0 26px 68px rgba(8, 6, 24, 0.28);
  backdrop-filter: blur(10px);
}

.pdf-atmosphere-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.012) 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.06), transparent 34%);
  pointer-events: none;
}

.pdf-atmosphere-card > * {
  position: relative;
  z-index: 1;
}

.pdf-atmosphere-card__mark {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  height: auto;
}

.pdf-atmosphere-card__title {
  width: min(100%, 430px);
  margin: 72px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(36px, 3vw, 56px);
  line-height: .92;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  color: #efc08f;
}

.pdf-atmosphere-card__title span {
  display: block;
}

.pdf-atmosphere-card__title span:last-child {
  white-space: nowrap;
}

.pdf-atmosphere-card__lead {
  margin: 42px 0 0;
  font-family: var(--font-ui);
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.2;
  font-weight: 700;
  color: #efc08f;
}

.pdf-atmosphere-card__body {
  display: grid;
  gap: 24px;
  margin-top: 38px;
  max-width: 420px;
}

.pdf-atmosphere-card__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.pdf-atmosphere-card__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #efc08f;
  color: inherit;
  overflow: hidden;
  flex: 0 0 76px;
}

.pdf-atmosphere-card__icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.pdf-atmosphere-card__item h3 {
  margin: 2px 0 4px;
  font-family: var(--font-ui);
  font-size: clamp(22px, 1.45vw, 29px);
  line-height: 1.16;
  font-weight: 800;
  color: #efc08f;
}

.pdf-atmosphere-card__item p {
  margin: 0;
  font-size: clamp(18px, 1.3vw, 26px);
  line-height: 1.38;
  font-weight: 500;
  color: rgba(239, 192, 143, 0.98);
}

@media (max-width: 1180px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame,
  .pdf-page-block__workspace--atmosphere {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-atmosphere-card {
    width: min(100%, 540px);
    min-height: clamp(500px, 44vw, 720px);
    padding: 30px 28px 34px 56px;
  }

  .pdf-atmosphere-card__title {
    width: min(100%, 400px);
    font-size: clamp(34px, 3.4vw, 50px);
  }

  .pdf-atmosphere-card__lead {
    margin-top: 34px;
  }

  .pdf-atmosphere-card__body {
    margin-top: 30px;
    max-width: 420px;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame {
    min-height: 720px;
    background-position: 60% center;
  }

  .pdf-page-block--atmosphere .pdf-page-block__frame::before {
    width: 84px;
  }

  .pdf-page-block__workspace--atmosphere {
    min-height: 720px;
    padding: 28px 18px 24px;
  }

  .pdf-atmosphere-card {
    width: min(100%, 500px);
    min-height: auto;
    padding: 28px 26px 30px 42px;
    border-top-left-radius: 74px;
  }

  .pdf-atmosphere-card__mark {
    width: 52px;
  }

  .pdf-atmosphere-card__title {
    width: min(100%, 330px);
    margin-top: 62px;
    font-size: clamp(30px, 4.2vw, 40px);
  }

  .pdf-atmosphere-card__lead {
    margin-top: 26px;
    font-size: clamp(18px, 3.2vw, 28px);
  }

  .pdf-atmosphere-card__body {
    gap: 20px;
    margin-top: 28px;
    max-width: 342px;
  }

  .pdf-atmosphere-card__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .pdf-atmosphere-card__icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .pdf-atmosphere-card__icon img {
    width: 38px;
    height: 38px;
  }

  .pdf-atmosphere-card__item h3 {
    font-size: clamp(18px, 2.3vw, 24px);
  }

  .pdf-atmosphere-card__item p {
    font-size: clamp(15px, 2vw, 19px);
  }
}

@media (max-width: 640px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame {
    min-height: 760px;
    background-position: 56% center;
  }

  .pdf-page-block--atmosphere .pdf-page-block__frame::before {
    width: 58px;
  }

  .pdf-page-block__workspace--atmosphere {
    min-height: 760px;
    align-items: stretch;
    padding: 18px 14px 22px;
  }

  .pdf-atmosphere-card {
    width: min(100%, 364px);
    margin-left: auto;
    padding: 24px 18px 22px 24px;
    border-top-left-radius: 58px;
    background: rgba(56, 47, 124, 0.92);
  }

  .pdf-atmosphere-card__mark {
    top: 14px;
    right: 14px;
    width: 46px;
  }

  .pdf-atmosphere-card__title {
    width: min(100%, 280px);
    margin-top: 48px;
    font-size: clamp(26px, 8vw, 34px);
  }

  .pdf-atmosphere-card__lead {
    margin-top: 20px;
    font-size: clamp(15px, 4vw, 20px);
  }

  .pdf-atmosphere-card__body {
    gap: 16px;
    margin-top: 20px;
    max-width: 252px;
  }

  .pdf-atmosphere-card__item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .pdf-atmosphere-card__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .pdf-atmosphere-card__icon img {
    width: 30px;
    height: 30px;
  }

  .pdf-atmosphere-card__item h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .pdf-atmosphere-card__item p {
    font-size: 14px;
    line-height: 1.36;
  }
}

@media (max-width: 420px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame {
    min-height: 692px;
    background-position: 58% center;
  }

  .pdf-page-block--atmosphere .pdf-page-block__frame::before {
    width: 42px;
  }

  .pdf-page-block__workspace--atmosphere {
    min-height: 692px;
    padding: 14px 10px 18px;
  }

  .pdf-atmosphere-card {
    width: min(100%, 308px);
    padding: 22px 16px 20px 18px;
    border-top-left-radius: 50px;
  }

  .pdf-atmosphere-card__mark {
    width: 40px;
  }

  .pdf-atmosphere-card__title {
    width: min(100%, 232px);
    margin-top: 40px;
    font-size: clamp(21px, 7vw, 26px);
  }

  .pdf-atmosphere-card__lead {
    margin-top: 16px;
    font-size: 14px;
  }

  .pdf-atmosphere-card__body {
    gap: 14px;
    margin-top: 16px;
    max-width: 220px;
  }

  .pdf-atmosphere-card__item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
  }

  .pdf-atmosphere-card__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .pdf-atmosphere-card__icon img {
    width: 24px;
    height: 24px;
  }

  .pdf-atmosphere-card__item h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .pdf-atmosphere-card__item p {
    font-size: 13px;
    line-height: 1.34;
  }
}

.pdf-community-card {
  position: relative;
  width: min(100%, 510px);
  min-height: 760px;
  padding: 28px 26px 30px;
  border-top-left-radius: 78px;
  background: rgba(247, 247, 250, 0.88);
  color: #342e74;
  backdrop-filter: blur(3px);
}

.pdf-community-card__mark {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 54px;
  height: auto;
}

.pdf-community-card__title {
  margin: 54px 0 0;
  font-family: var(--font-brand);
  max-width: 400px;
  font-size: clamp(31px, 2.55vw, 40px);
  line-height: .98;
  letter-spacing: -0.006em;
  text-transform: lowercase;
}

.pdf-community-card__lead {
  margin: 28px 0 0;
  max-width: 420px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.34;
  font-weight: 700;
}

.pdf-community-card__text {
  margin: 28px 0 0;
  max-width: 430px;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.34;
  font-weight: 700;
}

.pdf-community-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.pdf-community-list__item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: start;
}

.pdf-community-list__item img {
  width: 64px;
  height: 64px;
}

.pdf-community-list__item h3 {
  margin: 2px 0 6px;
  font-family: var(--font-ui);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.1;
  font-weight: 800;
}

.pdf-community-list__item p {
  margin: 0;
  max-width: 320px;
  font-size: clamp(12px, .96vw, 16px);
  line-height: 1.28;
  color: rgba(52, 46, 116, 0.96);
}

.pdf-page-block__workspace--choice {
  justify-content: flex-start;
  padding-top: clamp(38px, 4.6vw, 84px);
  padding-bottom: clamp(28px, 3.8vw, 56px);
}

.pdf-choice__title {
  margin: 0;
  max-width: 840px;
  font-family: var(--font-brand);
  font-size: clamp(34px, 3.1vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.005em;
  color: #fff;
  text-transform: none;
}

.pdf-page-block__workspace {
  position: relative;
  z-index: 1;
  min-height: calc(100vw * 0.7085);
  display: flex;
  flex-direction: column;
  padding: 54px 46px 30px;
}

.pdf-page-block__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}

.pdf-page-block__top,
.pdf-page-block__features {
  position: relative;
  z-index: 1;
}

.pdf-page-block__top {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(260px, .8fr);
  gap: 32px;
  align-items: start;
}

.pdf-page-block__eyebrow {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.pdf-page-block__title {
  margin: 0;
  max-width: 560px;
  font-family: var(--font-brand);
  font-size: clamp(56px, 7vw, 96px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  color: #fff;
}

.pdf-page-block__quote {
  justify-self: end;
  max-width: 420px;
  margin: 18px 0 0;
  font-size: clamp(18px, 1.8vw, 29px);
  line-height: 1.22;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
}

.pdf-page-block__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: auto;
  padding-top: 22px;
  align-items: start;
}

.pdf-page-block__feature {
  max-width: 280px;
  display: grid;
  grid-template-rows: 56px 42px auto;
  align-content: start;
  color: #fff;
}

.pdf-page-block__icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 54px;
  height: 54px;
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
}

.pdf-page-block__icon svg {
  width: 100%;
  height: 100%;
}

.pdf-page-block__feature h3 {
  margin: 0;
  min-height: 42px;
  display: flex;
  align-items: flex-end;
  font-family: var(--font-brand);
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.pdf-page-block__feature p {
  margin: 10px 0 0;
  max-width: 220px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.info-section,
.feature-band,
.location-section,
.contact-strip {
  position: relative;
  z-index: 1;
}

.info-section {
  padding: 96px 0 32px;
}

.info-card {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.info-card--lead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card--lead h2,
.feature-band h2,
.location-section h2,
.contact-strip h2 {
  font-size: clamp(42px, 4.2vw, 74px);
  max-width: 720px;
}

.info-card p,
.feature-band p,
.location-section p,
.contact-strip p,
.location-point p,
.lead-form input,
.docs-modal__item a,
.docs-modal__meta {
  font-family: 'Helvetica Neue LT W1G', var(--font-ui);
  color: var(--muted);
  line-height: 1.7;
}

.info-card strong,
.location-point span {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.feature-band {
  padding: 32px 0;
}

.feature-band__content,
.feature-band__visual,
.location-points,
.contact-strip__inner {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.feature-band__content {
  min-width: 0;
  padding: 38px;
}

.feature-band__visual {
  min-width: 0;
  min-height: 540px;
  background:
    linear-gradient(180deg, rgba(28, 20, 58, 0.08), rgba(28, 20, 58, 0.32)),
    url('../img/slider/feature.jpg') center/cover no-repeat;
}

.feature-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 1px;
  background: var(--accent);
}

.location-section {
  padding: 32px 0 96px;
}

.location-points {
  min-width: 0;
  padding: 24px;
  display: grid;
  gap: 16px;
}

.location-point {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.location-point span {
  font-size: 34px;
  font-family: var(--font-display);
  color: var(--accent);
}

.locations-showcase {
  padding: 0 0 96px;
}

.locations-showcase__fullwidth {
  width: min(1680px, calc(100vw - 48px));
  margin: 0 auto;
}

.locations-showcase--standalone {
  padding: 0;
}

.locations-showcase--standalone .locations-showcase__fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}

.locations-showcase--standalone .locations-showcase__map-shell {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.locations-showcase--standalone .locations-showcase__map {
  height: min(78vh, 860px);
  min-height: 620px;
  border-radius: 0;
}

.locations-showcase--standalone .locations-showcase__filters {
  left: max(20px, calc((100vw - var(--container)) / 2));
}

.locations-showcase--embedded {
  padding: 0;
}

.locations-showcase__embed {
  width: 100%;
}

.locations-showcase__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.locations-showcase__card {
  min-height: 146px;
  padding: 26px 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(14, 11, 34, 0.48);
  backdrop-filter: blur(8px);
}

.locations-showcase__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  line-height: 1.22;
  font-family: var(--font-display);
}

.locations-showcase__map-shell {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 64% 20%, rgba(103, 137, 255, 0.12), transparent 30%),
    radial-gradient(circle at 35% 72%, rgba(163, 107, 244, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(14, 13, 28, 0.95), rgba(10, 9, 20, 0.96));
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.locations-showcase__filters {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 3;
  width: min(300px, calc(100% - 48px));
  max-height: calc(100% - 52px);
  overflow: auto;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 198, 146, 0.24);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 198, 146, 0.28) 0%, rgba(255, 198, 146, 0.06) 24%, rgba(255, 198, 146, 0) 52%),
    linear-gradient(160deg, rgba(36, 24, 86, 0.94) 0%, rgba(49, 34, 103, 0.92) 58%, rgba(76, 56, 136, 0.9) 100%);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(18, 12, 44, 0.34);
}

.locations-showcase__filters::after {
  display: none;
}

.locations-showcase__filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.locations-showcase__filter:last-child {
  margin-bottom: 0;
}

.locations-showcase__filter span {
  text-align: left;
  font-size: 14px;
  line-height: 1.15;
}

.locations-showcase__filter-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.locations-showcase__filter-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  display: inline-block;
  filter: drop-shadow(0 2px 6px rgba(10, 6, 24, 0.24));
}

.locations-showcase__filter small {
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .9;
  color: rgba(255, 198, 146, 0.92);
}

.locations-showcase__filter.is-active {
  border-color: rgba(255, 198, 146, 0.78);
  background: linear-gradient(135deg, rgba(255, 198, 146, 0.24), rgba(255, 198, 146, 0.12));
}

.locations-showcase__map {
  position: relative;
  height: min(72vh, 640px);
  min-height: 540px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0/62px 62px,
    linear-gradient(32deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0/44px 44px,
    radial-gradient(circle at 65% 46%, rgba(54, 61, 96, 0.6) 0%, rgba(13, 12, 27, 0.96) 72%);
}

.locations-showcase__map::before,
.locations-showcase__map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.locations-showcase__map--yandex {
  background: transparent;
}

.locations-showcase__map--yandex::before,
.locations-showcase__map--yandex::after {
  display: none;
}

.locations-showcase__map--yandex [class*="ymaps-2"][class*="-ground-pane"] {
  filter: none;
}

.locations-showcase__map--yandex [class*="ymaps-2"][class*="-labels-pane"] {
  filter: none;
}

.locations-showcase__map--yandex [class*="ymaps-2"][class*="-events-pane"],
.locations-showcase__map--yandex [class*="ymaps-2"][class*="-places-pane"] {
  filter: none;
}

.locations-showcase__toolbar {
  position: absolute;
  top: 18px;
  right: 86px;
  z-index: 6;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}

.locations-showcase__toolbar-group {
  position: relative;
}

.locations-showcase__tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 198, 146, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(67, 44, 131, 0.88), rgba(41, 28, 87, 0.9)),
    rgba(30, 19, 66, 0.88);
  color: rgba(255, 244, 224, 0.98);
  box-shadow: 0 24px 44px rgba(16, 10, 38, 0.26);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.locations-showcase__tool:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.locations-showcase__tool--icon {
  width: 52px;
  padding: 0;
}

.locations-showcase__tool-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.locations-showcase__tool--layers {
  background: rgba(39, 27, 84, 0.72);
  box-shadow: 0 18px 34px rgba(16, 10, 38, 0.22);
}

.locations-showcase__layers-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  width: 18px;
  height: 18px;
}

.locations-showcase__layers-icon span {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.92);
}

.locations-showcase__layers-icon span:nth-child(1) {
  opacity: 1;
}

.locations-showcase__layers-icon span:nth-child(2) {
  opacity: .9;
}

.locations-showcase__layers-icon span:nth-child(3) {
  opacity: .82;
}

.locations-showcase__layers-icon span:nth-child(4) {
  opacity: .72;
}

.locations-showcase__layers-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  gap: 8px;
  min-width: 176px;
  padding: 10px;
  border: 1px solid rgba(255, 198, 146, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(67, 44, 131, 0.94), rgba(41, 28, 87, 0.96)),
    rgba(30, 19, 66, 0.96);
  box-shadow: 0 24px 44px rgba(16, 10, 38, 0.34);
  backdrop-filter: blur(14px);
}

.locations-showcase__layers-option {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 198, 146, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 244, 224, 0.98);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.locations-showcase__layers-option:hover,
.locations-showcase__layers-option.is-active {
  border-color: rgba(255, 198, 146, 0.26);
  background: linear-gradient(135deg, rgba(255, 198, 146, 0.18), rgba(181, 143, 255, 0.18));
}

.locations-showcase__layers-option-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
}

.locations-showcase__layers-option-icon::before,
.locations-showcase__layers-option-icon::after {
  content: "";
  position: absolute;
}

.locations-showcase__layers-option-icon--map::before {
  inset: 3px 2px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.locations-showcase__layers-option-icon--map::after {
  left: 9px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #fff;
  transform: skew(-12deg);
  box-shadow: -6px 0 0 #fff, 6px 0 0 #fff;
}

.locations-showcase__layers-option-icon--satellite::before {
  inset: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.locations-showcase__layers-option-icon--satellite::after {
  left: 9px;
  top: 3px;
  width: 2px;
  height: 16px;
  background: #fff;
  border-radius: 999px;
  box-shadow:
    -5px 3px 0 -1px rgba(255, 255, 255, 0.95),
    5px 3px 0 -1px rgba(255, 255, 255, 0.95);
}

.locations-showcase__layers-option-icon--hybrid::before {
  inset: 3px 2px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.locations-showcase__layers-option-icon--hybrid::after {
  left: 10px;
  top: 2px;
  width: 2px;
  height: 18px;
  background: #fff;
  transform: rotate(28deg);
  box-shadow: -4px 0 0 rgba(255, 255, 255, 0.95);
}

.locations-showcase__layers-option-icon--fullscreen::before {
  inset: 2px;
  background:
    linear-gradient(#fff 0 0) left top / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) left top / 2px 8px no-repeat,
    linear-gradient(#fff 0 0) right top / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) right top / 2px 8px no-repeat,
    linear-gradient(#fff 0 0) left bottom / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) left bottom / 2px 8px no-repeat,
    linear-gradient(#fff 0 0) right bottom / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) right bottom / 2px 8px no-repeat;
}

.locations-showcase__layers-option[data-map-action="fullscreen"].is-active .locations-showcase__layers-option-icon--fullscreen::before {
  inset: 2px;
  background:
    linear-gradient(#fff 0 0) left 4px top 4px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) left 4px top 4px / 2px 6px no-repeat,
    linear-gradient(#fff 0 0) right 4px top 4px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) right 4px top 4px / 2px 6px no-repeat,
    linear-gradient(#fff 0 0) left 4px bottom 4px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) left 4px bottom 4px / 2px 6px no-repeat,
    linear-gradient(#fff 0 0) right 4px bottom 4px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) right 4px bottom 4px / 2px 6px no-repeat;
}

.locations-showcase__layers-option-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.locations-showcase__main-pin {
  position: relative;
  width: 72px;
  height: 72px;
  pointer-events: auto;
  isolation: isolate;
  --pin-purple-1: #7a59e8;
  --pin-purple-2: #4f34b6;
  --pin-purple-3: #2a1b63;
  --pin-purple-glow: rgba(111, 78, 230, 0.76);
  --pin-purple-glow-soft: rgba(111, 78, 230, 0.34);
}

.locations-showcase__main-pin-wave,
.locations-showcase__main-pin-shell {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.locations-showcase__main-pin-wave {
  z-index: 0;
  border: 2px solid rgba(137, 106, 255, 0.86);
  background:
    radial-gradient(circle at 28% 22%, rgba(171, 139, 255, 0.36) 0%, rgba(171, 139, 255, 0.14) 24%, rgba(171, 139, 255, 0) 58%),
    radial-gradient(circle at 50% 50%, rgba(111, 78, 230, 0.3) 0%, rgba(79, 52, 182, 0.24) 52%, rgba(42, 27, 99, 0) 100%);
  box-shadow:
    0 0 0 1px rgba(200, 185, 255, 0.18) inset,
    0 0 18px var(--pin-purple-glow-soft),
    0 0 28px rgba(91, 61, 201, 0.38);
  opacity: .98;
  animation: locations-showcase-pin-wave 2.2s ease-out infinite;
  pointer-events: none;
}

.locations-showcase__main-pin-wave--two {
  animation-delay: 1.1s;
}

.locations-showcase__main-pin-shell {
  z-index: 1;
  inset: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.locations-showcase__main-pin-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.locations-showcase__main-pin-inline {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.locations-showcase__poi-pulse {
  position: relative;
  width: 28px;
  height: 28px;
  overflow: visible;
  pointer-events: none;
}

.locations-showcase__poi-pulse-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--poi-tone, #7a59e8);
  background: radial-gradient(circle, var(--poi-tone-soft, rgba(122, 89, 232, 0.24)) 0%, transparent 70%);
  box-shadow: 0 0 14px var(--poi-tone-glow, rgba(122, 89, 232, 0.34));
  opacity: .52;
  transform: translate(-50%, -50%) scale(.64);
  animation: locations-showcase-poi-wave 3.1s ease-out infinite;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

.locations-showcase__poi-pulse-wave--two {
  animation-delay: 1.55s;
}

.locations-showcase__poi-badge {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.locations-showcase__poi-badge-shell,
.locations-showcase__poi-badge-core {
  position: absolute;
  border-radius: 50%;
}

.locations-showcase__poi-badge-shell {
  inset: 0;
  border: 1px solid var(--poi-badge-ring, rgba(184, 167, 255, 0.44));
  background: var(--poi-badge-shell-bg, rgba(53, 38, 109, 0.18));
  box-shadow:
    0 14px 28px var(--poi-badge-drop-shadow, rgba(21, 13, 48, 0.28)),
    0 0 0 1px var(--poi-badge-inner-ring, rgba(214, 201, 255, 0.12)) inset;
  backdrop-filter: var(--poi-badge-backdrop, blur(5px));
}

.locations-showcase__poi-badge-core {
  inset: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 24%, var(--poi-badge-highlight, rgba(128, 108, 219, 0.96)), var(--poi-badge-tone, #2e2160) 72%);
  box-shadow:
    inset 0 1px 0 var(--poi-badge-core-inset, rgba(255, 255, 255, 0.14)),
    0 10px 18px var(--poi-badge-core-shadow, rgba(21, 13, 48, 0.16));
}

.locations-showcase__poi-badge-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 1px 4px rgba(12, 7, 30, 0.34));
}

@keyframes locations-showcase-pin-wave {
  0% {
    transform: scale(.35);
    opacity: .96;
  }
  60% {
    opacity: .36;
  }
  100% {
    transform: scale(2.05);
    opacity: 0;
  }
}

@keyframes locations-showcase-poi-wave {
  0% {
    transform: translate(-50%, -50%) scale(.64);
    opacity: .52;
  }
  70% {
    opacity: .18;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.65);
    opacity: 0;
  }
}

.locations-showcase__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 56px;
  padding: 14px 10px;
  border: 1px solid rgba(255, 198, 146, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(67, 44, 131, 0.88), rgba(41, 28, 87, 0.9)),
    rgba(30, 19, 66, 0.88);
  box-shadow: 0 24px 44px rgba(16, 10, 38, 0.34);
  backdrop-filter: blur(12px);
}

.locations-showcase__zoom--buttons-only {
  bottom: auto;
  gap: 10px;
  padding: 10px;
}

.locations-showcase__zoom-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 198, 146, 0.35);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.98), rgba(255, 171, 96, 0.94));
  color: #2d1b5f;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(255, 171, 96, 0.28);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.locations-showcase__zoom-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 14px 24px rgba(255, 171, 96, 0.34);
}

.locations-showcase__zoom-btn:active {
  transform: translateY(1px);
}

.locations-showcase__zoom-slider {
  flex: 1 1 auto;
  width: 34px;
  min-height: 0;
  margin: 0;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  appearance: slider-vertical;
  cursor: pointer;
  background: transparent;
}

.locations-showcase__zoom-slider::-webkit-slider-runnable-track {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.95), rgba(155, 118, 255, 0.95));
}

.locations-showcase__zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-left: -7px;
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background: #fff0d4;
  box-shadow: 0 8px 18px rgba(17, 10, 40, 0.32);
}

.locations-showcase__zoom-slider::-moz-range-track {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.95), rgba(155, 118, 255, 0.95));
}

.locations-showcase__zoom-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background: #fff0d4;
  box-shadow: 0 8px 18px rgba(17, 10, 40, 0.32);
}

.locations-showcase__map::before {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 45%);
}

.locations-showcase__map::after {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.05), transparent 22%),
    radial-gradient(circle at 72% 80%, rgba(255, 255, 255, 0.04), transparent 20%);
}

.locations-showcase__halo {
  position: absolute;
  left: 49%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.locations-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
  transition: transform .2s ease, opacity .2s ease;
}

.locations-marker:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.locations-marker.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.locations-marker--white { background: #FFFFFF; color: #1f1847; }
.locations-marker--violet { background: #A66DF4; }
.locations-marker--pink { background: #E990D1; }
.locations-marker--mint { background: #64D5A3; }
.locations-marker--sky { background: #71BFF2; }
.locations-marker--orange { background: #F5A64A; }
.locations-marker--rose { background: #EB7DA9; }
.locations-marker--green { background: #7DD48B; }
.locations-marker--amber { background: #F2BC5E; }

.contact-strip {
  padding: 0 0 96px;
}

.contact-strip__inner {
  min-width: 0;
  padding: 38px;
}

.contact-strip__actions-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-strip__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-link {
  font-size: 26px;
  font-weight: 800;
  white-space: nowrap;
}

.site-footer {
  margin-top: 0;
  padding: 0 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 86% 14%, rgba(201, 160, 255, 0.18), transparent 22%),
    radial-gradient(circle at 12% 100%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(150deg, #4b2a8d 0%, #3c2379 42%, #26154f 100%);
  color: #fff;
}

.site-footer .container {
  display: grid;
  gap: 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(360px, 1.35fr);
  gap: clamp(24px, 2.6vw, 42px);
  padding: 58px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__column {
  min-width: 0;
}

.site-footer__title {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.site-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 15px;
}

.site-footer__nav-item {
  margin: 0;
  padding: 0;
}

.site-footer__link {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.2s linear, opacity 0.2s linear, transform 0.2s linear;
}

.site-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1.5px;
  border-radius: 999px;
  background: #d9b7ff;
  transition: width 0.2s linear;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: #fff;
  text-decoration: none;
}

.site-footer__link:hover::after,
.site-footer__link:focus-visible::after {
  width: 100%;
}

.site-footer__column--contact {
  justify-self: end;
  width: 100%;
  max-width: 430px;
  display: grid;
  align-content: start;
  justify-items: end;
  text-align: right;
  gap: 8px;
}

.site-footer__socials--contact {
  margin-top: 0;
  margin-bottom: 4px;
  justify-content: flex-end;
}

.site-footer__phone {
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: clamp(24px, 2.15vw, 38px);
  line-height: 1.02;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-footer__phone:hover,
.site-footer__phone:focus-visible {
  color: #fff;
  text-decoration: none;
}

.site-footer__text {
  margin: 0;
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer__text--compact {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer__emails {
  display: grid;
  gap: 4px;
  justify-items: end;
  margin-top: 2px;
}

.site-footer__email-row {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: baseline;
  justify-content: end;
  gap: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.site-footer__email-row--single {
  grid-template-columns: max-content;
  gap: 0;
}

.site-footer__email-label {
  color: rgba(255, 198, 146, 0.9);
  font-weight: 700;
  text-transform: lowercase;
  white-space: nowrap;
}

.site-footer__email {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
}

.site-footer__email:hover,
.site-footer__email:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.site-footer__email--action {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}

.site-footer__socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.site-footer__socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.site-footer__socials .b-icon--telegram,
.site-footer__socials .b-icon--vk,
.site-footer__socials .b-icon--max,
.site-footer__socials .b-icon--avito {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.site-footer__socials .b-icon--telegram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.5 3.1c.3-.1.6.2.5.5l-3.6 16.9c-.1.5-.7.7-1.1.4l-5-3.7-2.6 2.5c-.3.3-.8.1-.8-.3l.1-4.6 9.3-8.4c.2-.2 0-.5-.3-.3l-11.4 7-4.6-1.5c-.5-.2-.5-.9 0-1.1L22.5 3.1z'/%3E%3C/svg%3E");
}

.site-footer__socials .b-icon--vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4.8 7.2c.14 6.74 3.6 10.8 9.67 10.8h.35v-3.86c2.23.22 3.92 1.86 4.59 3.86h3.15a8.6 8.6 0 0 0-4.61-5.55 8.36 8.36 0 0 0 3.94-5.25h-2.86c-.62 2.08-2.47 3.94-4.21 4.12V7.2h-2.86v7.22c-1.78-.45-4.03-2.46-4.13-7.22H4.8Z'/%3E%3C/svg%3E");
}

.site-footer__socials .b-icon--max {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cpath fill='white' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7c2.2,22.2-4.2,49.6,21.4,59.3c31.5,11.9,79.8-8.1,106.2-26.4c9-6.1,17.6-13.2,24.2-22c27.3,18.1,53.2,35.6,85.7,43.4c143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7c-18.1,9.7-23.7-.4-30.5-16.4c-21.4-50.9-24-137.6-11.5-190.9c16.8-72.5,72.9-136.3,150-143.1c78-6.9,150.4,32.7,183.1,104.2c72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E");
}

.site-footer__socials .b-icon--avito {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.357 4.092a3.108 3.108 0 11-6.216 0 3.108 3.108 0 016.216 0zm4.001 2.435a2.434 2.434 0 100-4.869 2.434 2.434 0 000 4.869zm3.783 4.675a3.782 3.782 0 11-7.565 0 3.782 3.782 0 017.565 0zm-9.132 0a1.76 1.76 0 11-3.52 0 1.76 1.76 0 013.52 0z' fill='white'/%3E%3C/svg%3E");
}

.site-footer__meta {
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 28px;
  align-items: center;
}

.site-footer__meta-item {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer__meta-item--company {
  justify-self: start;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.01em;
}

.site-footer__meta-item--right {
  justify-self: end;
}

.site-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.site-footer__legal-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.site-footer__legal-link:hover,
.site-footer__legal-link:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.site-footer__legal-link:focus-visible {
  outline: 2px solid rgba(217, 183, 255, 0.92);
  outline-offset: 3px;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__column--contact {
    justify-self: stretch;
    max-width: none;
    justify-items: start;
    text-align: left;
  }

  .site-footer__socials--contact {
    justify-content: flex-start;
  }

  .site-footer__emails {
    justify-items: start;
  }

  .site-footer__email-row {
    justify-content: start;
  }

  .site-footer__socials {
    justify-content: flex-start;
  }

  .site-footer__meta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer__meta-item--company,
  .site-footer__meta-item--right {
    justify-self: start;
  }

  .site-footer__legal-list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0 28px;
  }

  .site-footer__title {
    margin-bottom: 14px;
  }

  .site-footer__meta {
    padding-top: 16px;
  }
}

.map-marker-pin {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.map-marker-pin svg {
  font-size: 22px;
  line-height: 1;
}

.map-marker-pin--violet {
  background: #A66DF4;
  color: #fff;
}

.map-marker-pin--pink {
  background: #E990D1;
  color: #fff;
}

.map-marker-pin--mint {
  background: #64D5A3;
  color: #fff;
}

.map-marker-pin--sky {
  background: #71BFF2;
  color: #fff;
}

.popup-overlay,
.docs-modal-overlay {
  position: fixed;
  inset: 0;
  width: min(100vw, 100%);
  background: rgba(18, 13, 38, 0.64);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 120;
}

.popup-overlay.active,
.docs-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.side-popup {
  position: fixed;
  top: 0;
  left: calc(100vw - min(100vw, 460px));
  right: auto;
  width: min(100vw, 460px);
  height: 100vh;
  height: 100dvh;
  padding: 22px;
  border-radius: 0;
  background: var(--panel-strong);
  backdrop-filter: blur(22px);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.28);
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transition: clip-path .3s ease, opacity .22s ease;
  z-index: 125;
}

.side-popup.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  pointer-events: auto;
}

.side-popup__close,
.docs-modal__close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  flex: 0 0 42px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}

.side-popup__close {
  margin-left: auto;
  display: block;
}

.side-popup__content {
  padding-top: 16px;
  padding-bottom: max(18px, env(safe-area-inset-bottom));
  overflow: auto;
  min-height: 0;
  scrollbar-gutter: stable;
}

#directorPopup .side-popup__content {
  padding-top: 12px;
  padding-right: 56px;
  padding-bottom: max(24px, env(safe-area-inset-bottom));
}

#directorPopup .side-popup__content h3 {
  margin-top: 0;
}

#directorPopup .side-popup__close {
  position: absolute;
  top: 18px;
  right: 22px;
  margin-left: 0;
  z-index: 2;
}

#directorPopup .btn.btn--accent.btn--full {
  box-shadow: none;
}

.side-popup__content h3,
.docs-modal h3 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.1vw, 40px);
  line-height: 1.02;
  font-weight: 400;
  width: 100%;
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
}

.side-popup__text {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.lead-form input:not([type="checkbox"]):not([type="hidden"]) {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  box-sizing: border-box;
}

.lead-form input:not([type="checkbox"]):not([type="hidden"])::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.lead-form textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  resize: vertical;
  box-sizing: border-box;
}

.lead-form input:not([type="checkbox"]):not([type="hidden"]):focus,
.lead-form textarea:focus {
  outline: none;
  border-color: rgba(117, 189, 255, 0.85);
  box-shadow: 0 0 0 2px rgba(117, 189, 255, 0.24);
}

.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 2px 0 0;
  padding: 12px 14px 10px;
  border: 1px solid rgba(255, 198, 146, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.48;
  cursor: pointer;
}

.side-popup .btn.btn--accent {
  box-shadow: none;
}

.lead-form__consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border: 1px solid rgba(255, 198, 146, 0.42);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  accent-color: #ffc692;
  cursor: pointer;
}

.lead-form__consent p {
  min-width: 0;
  margin: 0;
  text-align: left;
  line-height: 1.45;
}

.lead-form__consent-link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.lead-form__consent-link:hover {
  color: #fff;
  opacity: .88;
}

.form-status {
  min-height: 0;
  margin-top: -2px;
  font-size: 14px;
  color: var(--accent);
}

.form-status:not(:empty) {
  min-height: 1.2em;
}

.lead-form.is-success > :not(.form-status):not(input[type="hidden"]) {
  display: none !important;
}

.lead-form.is-success .form-status {
  min-height: 0;
  margin-top: 0;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(78, 228, 156, 0.44);
  background: rgba(78, 228, 156, 0.12);
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.lead-form.is-success .form-status:not(:empty) {
  min-height: 0;
}

.docs-modal {
  position: fixed;
  top: 50%;
  left: calc(100vw / 2);
  z-index: 126;
  display: flex;
  flex-direction: column;
  width: min(calc(100vw - 16px), 760px);
  max-height: min(80vh, 900px);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(32, 23, 68, 0.96);
  backdrop-filter: blur(22px);
  transform: translate(-50%, -44%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  overflow: hidden;
}

.docs-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.docs-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

.docs-modal__header > div {
  min-width: 0;
  flex: 1 1 auto;
}

.docs-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  scrollbar-gutter: stable;
  padding-right: 16px;
}

.docs-modal__state {
  padding: 16px 0;
  color: var(--muted);
}

.docs-modal__list {
  display: grid;
  gap: 14px;
}

.docs-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.docs-modal__item-main {
  min-width: 0;
  flex: 1 1 auto;
}

.docs-modal__item-main h4 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.35vw, 26px);
  line-height: 1.2;
  letter-spacing: -.01em;
}

.docs-modal__item-date {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 700;
}

.docs-modal__item-side {
  flex: 0 0 auto;
}

.docs-modal__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 198, 146, 0.45);
  background: #2E2160;
  color: #fff;
  text-decoration: none;
  appearance: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.docs-modal__item-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 198, 146, 0.75);
  background: #37286f;
}

.docs-modal__legal {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 16px;
}

.docs-modal__legal h1,
.docs-modal__legal h2,
.docs-modal__legal h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--font-display);
  line-height: 1.08;
}

.docs-modal__legal h1 {
  font-size: clamp(28px, 3vw, 42px);
}

.docs-modal__legal h2 {
  margin-top: 26px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.docs-modal__legal p,
.docs-modal__legal ul,
.docs-modal__legal ol {
  margin: 0 0 16px;
}

.docs-modal__legal ul,
.docs-modal__legal ol {
  padding-left: 22px;
}

.docs-modal__legal li + li {
  margin-top: 8px;
}

.docs-modal__legal strong {
  color: #fff;
}



@media (max-width: 1180px) {
  .pdf-page-block--concept .pdf-page-block__frame {
    padding: 28px 30px;
  }

  .pdf-concept {
    min-height: clamp(450px, 40vw, 620px);
    gap: 24px;
  }

  .pdf-concept__right {
    padding: 34px 34px 28px;
  }

  .pdf-concept__items {
    margin-top: 54px;
  }

  .pdf-page-block__workspace {
    padding: 42px 34px 24px;
  }

  .pdf-page-block--choice .pdf-page-block__frame,
  .pdf-page-block__workspace--choice {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-page-block--community .pdf-page-block__frame,
  .pdf-page-block__workspace--community {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-page-block--location-map .pdf-page-block__frame,
  .pdf-page-block__workspace--location-map {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-location-card {
    width: min(100%, 314px);
    min-height: 474px;
    padding: 24px 22px 82px;
    border-top-left-radius: 66px;
  }

  .pdf-location-card__title {
    font-size: clamp(34px, 3.4vw, 48px);
  }

  .pdf-location-card__grid {
    gap: 24px 18px;
    margin-top: 22px;
  }

  .pdf-location-card__item h3 {
    font-size: 15px;
  }

  .pdf-location-card__item p {
    font-size: 12.5px;
  }

  .pdf-location-card__mark {
    right: 22px;
    bottom: 18px;
    width: 52px;
  }

  .pdf-location-map__project {
    left: 58%;
    top: 66%;
  }

  .pdf-location-map__project img {
    width: 70px;
  }

  .pdf-location-map__project span {
    font-size: 22px;
  }

  .pdf-location-map__project small {
    font-size: 10px;
  }

  .pdf-community-card {
    width: min(100%, 470px);
    min-height: 660px;
    padding: 24px 20px 22px;
    border-top-left-radius: 60px;
  }

  .pdf-community-card__title {
    margin-top: 46px;
    max-width: 360px;
    font-size: clamp(28px, 2.55vw, 36px);
  }

  .pdf-community-card__lead {
    margin-top: 20px;
    font-size: clamp(13px, 1vw, 16px);
  }

  .pdf-community-card__text {
    margin-top: 18px;
    font-size: clamp(12px, .92vw, 14px);
  }

  .pdf-community-list__item {
    grid-template-columns: 66px 1fr;
    gap: 14px;
  }

  .pdf-community-list__item img {
    width: 54px;
    height: 54px;
  }

  .pdf-page-block__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding-top: 18px;
  }

  .pdf-page-block__feature p {
    max-width: 280px;
    font-size: 18px;
  }

  .site-header__inner {
    justify-content: space-between;
  }

  .site-nav {
    gap: clamp(10px, 0.95vw, 16px);
    padding: 7px 22px 7px 7px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .site-nav a#profitbase_click {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .site-header__right {
    margin-left: auto;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--concept .pdf-page-block__frame {
    min-height: auto;
    padding: 18px 12px 14px;
  }

  .pdf-concept {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdf-concept__title {
    font-size: clamp(36px, 9.1vw, 54px);
  }

  .pdf-concept__lead {
    margin-top: 16px;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: 1.28;
  }

  .pdf-concept__accent-box {
    margin-top: 20px;
    border-top-right-radius: 56px;
    padding: 20px 20px 18px;
    font-size: clamp(30px, 6.8vw, 42px);
    line-height: 1;
  }

  .pdf-concept__right {
    border-top-left-radius: 56px;
    padding: 24px 20px 16px;
  }

  .pdf-concept__mark {
    top: 14px;
    right: 14px;
    width: 44px;
  }

  .pdf-concept__right-title {
    margin-top: 24px;
    font-size: clamp(31px, 7vw, 44px);
    line-height: .96;
  }

  .pdf-concept__items {
    margin-top: 20px;
    gap: 12px;
  }

  .pdf-concept__items p {
    font-size: clamp(15px, 3vw, 20px);
    line-height: 1.26;
  }

  .pdf-concept__smile {
    width: min(44vw, 176px);
    margin-top: 22px;
  }

  .pdf-page-block {
    padding: 0;
  }

  .pdf-page-block--design .pdf-page-block__frame {
    min-height: calc(100vw * 0.86);
    border-radius: 0;
    background-position: center center;
  }

  .pdf-page-block__workspace {
    min-height: calc(100vw * 0.86);
    padding: 32px 20px 18px;
  }

  .pdf-page-block--choice .pdf-page-block__frame,
  .pdf-page-block__workspace--choice {
    min-height: calc(100vw * 0.86);
  }

  .pdf-page-block--community .pdf-page-block__frame,
  .pdf-page-block__workspace--community {
    min-height: calc(100vw * 0.94);
  }

  .pdf-page-block--location-map .pdf-page-block__frame,
  .pdf-page-block__workspace--location-map {
    min-height: calc(100vw * 0.94);
  }

  .pdf-location-card {
    width: min(100%, 282px);
    min-height: 0;
    padding: 20px 18px 72px;
    border-top-left-radius: 48px;
  }

  .pdf-location-card__title {
    font-size: clamp(30px, 5vw, 40px);
  }

  .pdf-location-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    margin-top: 18px;
  }

  .pdf-location-card__icon,
  .pdf-location-card__icon svg,
  .pdf-location-card__icon img {
    width: 26px;
    height: 26px;
  }

  .pdf-location-card__item {
    gap: 8px;
  }

  .pdf-location-card__item h3 {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .pdf-location-card__item p {
    font-size: 11px;
    line-height: 1.2;
  }

  .pdf-location-card__mark {
    right: 18px;
    bottom: 16px;
    width: 42px;
  }

  .pdf-location-map__project {
    left: 62%;
    top: 68%;
  }

  .pdf-location-map__project img {
    width: 58px;
  }

  .pdf-location-map__project span {
    font-size: 18px;
  }

  .pdf-location-map__project small {
    font-size: 9px;
  }

  .pdf-community-card {
    width: min(100%, 440px);
    min-height: 0;
    padding: 22px 18px 20px;
    border-top-left-radius: 44px;
  }

  .pdf-community-card__mark {
    top: 12px;
    right: 12px;
    width: 40px;
  }

  .pdf-community-card__title {
    margin-top: 42px;
    max-width: 320px;
    font-size: clamp(26px, 5.1vw, 33px);
  }

  .pdf-community-card__lead {
    margin-top: 14px;
    font-size: clamp(13px, 2vw, 15px);
  }

  .pdf-community-card__text {
    margin-top: 12px;
    font-size: clamp(12px, 1.7vw, 14px);
  }

  .pdf-community-list {
    margin-top: 18px;
    gap: 14px;
  }

  .pdf-community-list__item {
    grid-template-columns: 56px 1fr;
    gap: 10px;
  }

  .pdf-community-list__item img {
    width: 44px;
    height: 44px;
  }

  .pdf-community-list__item h3 {
    font-size: clamp(14px, 1.9vw, 16px);
  }

  .pdf-community-list__item p {
    font-size: clamp(12px, 1.45vw, 13px);
  }

  .pdf-choice__title {
    max-width: 560px;
    font-size: clamp(29px, 6.1vw, 44px);
    line-height: 1.03;
  }

  .pdf-page-block__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pdf-page-block__quote {
    justify-self: start;
    max-width: 520px;
    margin-top: 0;
  }

  .pdf-page-block__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding-top: 20px;
    gap: 18px 14px;
  }

  .pdf-page-block__feature {
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }

  .pdf-page-block__feature h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .pdf-page-block__feature p {
    max-width: none;
    font-size: 16px;
    line-height: 1.32;
  }

  .pdf-page-block__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .site-logo {
    width: 144px;
  }

  .site-nav {
    display: none;
  }

  .site-phone-block {
    display: none;
  }

  .phone-toggle {
    display: inline-flex;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(8px, 2vw, 14px);
  }

  .site-header__right {
    display: contents;
    margin-left: 0;
  }

  .site-header__inner > .apartment-toggle {
    grid-column: 2;
    justify-self: center;
  }

  #phoneToggle {
    grid-column: 3;
    justify-self: end;
  }

  #menuToggle {
    grid-column: 4;
    justify-self: end;
  }

  .hero-slide__content {
    padding-top: 190px;
    padding-bottom: 124px;
  }

  .hero-controls {
    inset: auto 0 24px;
    left: 0;
    right: 0;
    transform: none;
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .hero-dots {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    flex-direction: row;
  }

  .hero-arrows {
    position: static;
    right: auto;
    top: auto;
    transform: none;
  }

  .feature-band__visual {
    min-height: 380px;
  }

  .locations-showcase {
    padding-bottom: 72px;
  }

  .locations-showcase__fullwidth {
    width: calc(100vw - 24px);
  }

  .locations-showcase--standalone {
    padding: 0;
  }

  .locations-showcase--standalone .locations-showcase__fullwidth {
    width: 100vw;
  }

  .locations-showcase__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }

  .locations-showcase__card {
    min-height: 0;
    padding: 20px 22px;
    border-radius: 22px;
  }

  .locations-showcase__card p {
    font-size: clamp(22px, 4.2vw, 30px);
  }

  .locations-showcase__map-shell {
    border-radius: 24px;
    padding: 12px;
  }

  .locations-showcase__filters {
    position: static;
    width: 100%;
    max-height: none;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(var(--locations-filter-count, 9), minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 8% 10%, rgba(255, 198, 146, 0.24) 0%, rgba(255, 198, 146, 0.05) 24%, rgba(255, 198, 146, 0) 52%),
      linear-gradient(160deg, rgba(36, 24, 86, 0.94) 0%, rgba(49, 34, 103, 0.92) 58%, rgba(76, 56, 136, 0.9) 100%);
  }

  .locations-showcase__filters::after {
    display: none;
  }

  .locations-showcase__filter {
    margin: 0;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
    gap: 0;
  }

  .locations-showcase__filter-main {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .locations-showcase__filter:not(.locations-showcase__filter--all) .locations-showcase__filter-main > span:last-child {
    display: none;
  }

  .locations-showcase__filter-icon {
    width: clamp(16px, 4vw, 20px);
    height: clamp(16px, 4vw, 20px);
    flex-basis: clamp(16px, 4vw, 20px);
  }

  .locations-showcase__map {
    overflow: hidden;
    border-radius: 18px;
  }

  .locations-showcase__map > ymaps,
  .locations-showcase__map > div,
  .locations-showcase__map [class*="ymaps-2"] {
    border-radius: 18px;
  }

  .locations-showcase__map--yandex {
    min-height: 460px;
    height: min(62vh, 520px);
  }

  .locations-showcase__toolbar {
    top: 14px;
    right: 80px;
  }

  .locations-showcase__zoom {
    top: 14px;
    right: 14px;
    bottom: 14px;
    width: 52px;
    padding: 12px 9px;
    border-radius: 18px;
  }

  .locations-showcase--standalone .locations-showcase__map {
    min-height: 520px;
    height: min(72vh, 640px);
  }

  .contact-strip__actions-col {
    justify-content: flex-start;
  }

  .ab-footer-main {
    padding: 14px 0 10px;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 14px;
  }

  .ab-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 16px;
  }

  .ab-footer-nav a {
    font-size: 12px;
  }

  .ab-footer-contacts {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  .ab-footer-socials {
    margin-top: 0;
  }

  .ab-footer-legal {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .pdf-page-block--concept .pdf-page-block__frame {
    padding: 14px 10px 12px;
  }

  .pdf-concept {
    gap: 10px;
  }

  .pdf-concept__eyebrow {
    margin: 0 0 12px;
    font-size: 11px;
    letter-spacing: .14em;
  }

  .pdf-concept__title {
    font-size: clamp(28px, 9.8vw, 40px);
    line-height: .96;
  }

  .pdf-concept__lead {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.3;
  }

  .pdf-concept__accent-box {
    margin-top: 14px;
    border-top-right-radius: 44px;
    padding: 14px 14px 13px;
    font-size: clamp(24px, 7.3vw, 32px);
    line-height: 1.02;
  }

  .pdf-concept__right {
    border-top-left-radius: 42px;
    padding: 18px 14px 12px;
  }

  .pdf-concept__mark {
    width: 36px;
  }

  .pdf-concept__right-title {
    margin-top: 18px;
    font-size: clamp(24px, 8vw, 32px);
  }

  .pdf-concept__items {
    margin-top: 14px;
    gap: 10px;
  }

  .pdf-concept__items p {
    font-size: 12.5px;
    line-height: 1.24;
  }

  .pdf-concept__smile {
    width: 124px;
    margin-top: 16px;
  }

  .pdf-page-block--design .pdf-page-block__frame {
    min-height: auto;
    border-radius: 0;
    background-position: center top;
  }

  .pdf-page-block__workspace {
    min-height: auto;
    padding: 26px 14px 14px;
  }

  .pdf-page-block--choice .pdf-page-block__frame,
  .pdf-page-block__workspace--choice {
    min-height: calc(100vw * 1.08);
  }

  .pdf-page-block--community .pdf-page-block__frame,
  .pdf-page-block__workspace--community {
    min-height: auto;
  }

  .pdf-page-block--location-map .pdf-page-block__frame,
  .pdf-page-block__workspace--location-map {
    min-height: auto;
  }

  .pdf-page-block__workspace--location-map {
    padding: 12px 10px;
  }

  .pdf-location-card {
    width: min(76vw, 284px);
    padding: 18px 14px 58px;
    border-top-left-radius: 34px;
  }

  .pdf-location-card__title {
    font-size: clamp(24px, 7vw, 34px);
  }

  .pdf-location-card__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .pdf-location-card__icon,
  .pdf-location-card__icon svg,
  .pdf-location-card__icon img {
    width: 24px;
    height: 24px;
  }

  .pdf-location-card__item {
    gap: 6px;
  }

  .pdf-location-card__item h3 {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .pdf-location-card__item p {
    font-size: 10.5px;
    line-height: 1.18;
  }

  .pdf-location-card__mark {
    right: 14px;
    bottom: 12px;
    width: 36px;
  }

  .pdf-location-map__project {
    display: none;
  }

  .pdf-page-block__workspace--community {
    padding: 12px 10px;
  }

  .pdf-community-card {
    width: min(75vw, 290px);
    padding: 18px 14px 16px;
    border-top-left-radius: 32px;
    background: rgba(242, 243, 248, 0.94);
  }

  .pdf-community-card__mark {
    top: 10px;
    right: 10px;
    width: 34px;
  }

  .pdf-community-card__title {
    margin-top: 34px;
    max-width: 260px;
    font-size: clamp(22px, 6.8vw, 28px);
    line-height: .96;
  }

  .pdf-community-card__lead {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.3;
  }

  .pdf-community-card__text {
    margin-top: 10px;
    font-size: 11.5px;
    line-height: 1.28;
  }

  .pdf-community-list {
    margin-top: 14px;
    gap: 10px;
  }

  .pdf-community-list__item {
    grid-template-columns: 48px 1fr;
    gap: 8px;
  }

  .pdf-community-list__item img {
    width: 38px;
    height: 38px;
  }

  .pdf-community-list__item h3 {
    font-size: 13px;
  }

  .pdf-community-list__item p {
    font-size: 10.5px;
    line-height: 1.24;
  }

  .pdf-choice__title {
    max-width: 340px;
    font-size: clamp(24px, 8.6vw, 34px);
    line-height: 1.02;
  }

  .pdf-page-block__title {
    font-size: clamp(34px, 11.2vw, 52px);
    line-height: .94;
  }

  .pdf-page-block__quote {
    max-width: 92%;
    font-size: 16px;
    line-height: 1.26;
  }

  .pdf-page-block__features {
    grid-template-columns: 1fr;
    margin-top: 200px;
    padding-top: 18px;
    gap: 22px;
  }

  .pdf-page-block__feature {
    padding: 0;
  }

  .pdf-page-block__feature:last-child {
    padding-bottom: 25px;
  }

  .pdf-page-block__eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .14em;
  }

  .pdf-page-block__feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pdf-page-block__feature p {
    font-size: 14px;
    line-height: 1.34;
  }

  .pdf-page-block__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }

  .container {
    --bs-gutter-x: 2.25rem;
  }

  .site-header {
    padding: 14px 0;
  }

  .site-logo {
    width: 116px;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
  }

  .phone-toggle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .phone-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .side-menu__close {
    position: fixed;
    top: var(--menu-close-top, calc(14px + env(safe-area-inset-top)));
    right: var(--menu-close-right, calc((var(--bs-gutter-x, 2.25rem) / 2) + env(safe-area-inset-right)));
    left: auto;
    margin-left: 0;
    z-index: 80;
    width: var(--menu-close-size, 50px);
    height: var(--menu-close-size, 50px);
    min-width: var(--menu-close-size, 50px);
    min-height: var(--menu-close-size, 50px);
    font-size: 30px;
  }

  .side-menu {
    grid-template-columns: 1fr;
  }

  .side-menu__media {
    display: none;
  }

  .side-menu__panel {
    padding: calc(14px + 50px + 16px) 18px 26px;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__panel {
    position: relative;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(44px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(40, 28, 84, 0) 0%, rgba(40, 28, 84, 0.74) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav {
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav a:last-child {
    padding-bottom: 25px;
  }

  .side-menu__nav a {
    grid-template-columns: 36px 1fr;
    padding: 12px 0 14px;
    gap: 2px 10px;
  }

  .side-menu__title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .side-menu__hint {
    font-size: 12px;
  }

  .side-menu__index {
    font-size: 12px;
  }

  .contact-menu-content {
    gap: 22px;
  }

  .contact-menu-content__head h3 {
    font-size: clamp(28px, 8.4vw, 38px);
  }

  .contact-menu-content__hero {
    padding: 16px;
    border-radius: 22px;
  }

  .contact-menu-content__phone {
    font-size: clamp(28px, 9vw, 34px);
  }

  .contact-menu-content__grid {
    gap: 10px;
  }

  .contact-menu-card {
    padding: 14px;
    border-radius: 18px;
  }

  .contact-menu-card__icon {
    width: 40px;
    height: 40px;
  }

  .contact-menu-card__icon svg {
    width: 19px;
    height: 19px;
  }

  .contact-menu-card__value {
    font-size: 14px;
  }

  .locations-showcase {
    padding-bottom: 60px;
  }

  .locations-showcase__card {
    padding: 18px;
  }

  .locations-showcase__card p {
    font-size: clamp(19px, 6.2vw, 24px);
  }

  .locations-showcase__filters {
    grid-template-columns: 1fr;
    max-height: 200px;
  }

  .locations-showcase__filter {
    min-height: 40px;
    padding: 9px 12px;
  }

  .locations-showcase__filter span {
    font-size: 13px;
  }

  .locations-showcase__map {
    min-height: 390px;
    height: min(56vh, 430px);
  }

  .locations-showcase__halo {
    width: 190px;
    height: 190px;
  }

  .locations-marker {
    width: 40px;
    height: 40px;
    font-size: 9px;
  }

  .hero-slide__content {
    padding: 172px clamp(18px, 5.8vw, 26px) 112px;
  }

  .hero-slide__title {
    font-size: clamp(34px, 7.2vw, 52px);
    line-height: .98;
    letter-spacing: .03em;
  }

  .hero-slide__title.is-long {
    font-size: clamp(31px, 6.25vw, 46px);
    line-height: 1;
  }

  .hero-slide__title.is-xlong {
    font-size: clamp(28px, 5.35vw, 40px);
    line-height: 1.02;
  }

  .hero-slide__text {
    font-size: 18px;
    line-height: 1.5;
  }

  .btn {
    width: 100%;
    min-height: 60px;
  }

  .hero-arrows {
    display: none;
  }

  .docs-modal__item {
    flex-direction: column;
    align-items: stretch;
  }

  .docs-modal__item-main h4 {
    font-size: clamp(16px, 5.4vw, 22px);
  }

  .docs-modal__item-link {
    width: 100%;
  }

  .docs-modal {
    width: calc(100vw - 16px);
    padding: 20px 14px 16px;
    border-radius: 22px;
  }

  .docs-modal h3 {
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.05;
  }

  .docs-modal__label {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .docs-modal__header {
    gap: 10px;
    margin-bottom: 14px;
  }

  .docs-modal__close {
    margin-left: auto;
  }

  .docs-modal__body {
    max-height: calc(80vh - 118px);
  }

  .info-card,
  .feature-band__content,
  .location-points,
  .locations-showcase__map-shell,
  .contact-strip__inner,
  .side-popup,
  .docs-modal {
    border-radius: 22px;
  }

  .side-popup {
    border-radius: 0;
  }

  .info-section {
    padding-top: 72px;
  }

  .contact-strip {
    padding: 0 0 64px;
  }

  .contact-strip__inner {
    padding: 24px 18px;
    gap: 20px;
  }

  .contact-strip__actions-col {
    justify-content: flex-start;
  }

  .contact-strip h2 {
    margin-top: 14px;
    font-size: clamp(26px, 9vw, 42px);
    line-height: 1.08;
  }

  .contact-strip p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  .contact-strip__actions {
    width: 100%;
    gap: 12px;
  }

  .contact-link {
    font-size: 20px;
  }

  .site-footer {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .ab-footer-main {
    padding: 16px 0 12px;
    --bs-gutter-x: 18px;
    --bs-gutter-y: 6px;
    gap: 12px;
  }

  .ab-footer-brand img {
    width: min(100%, 56px);
  }

  .ab-footer-brand {
    display: none;
  }

  .ab-footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .ab-footer-nav a {
    display: block;
    font-size: 11px;
    line-height: 1.32;
    padding: 2px 0;
  }

  .ab-footer-contacts {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ab-footer-socials {
    gap: 10px;
    margin: 1px 0 !important;
    padding: 0;
  }

  .ab-footer-socials a {
    width: 32px;
    height: 32px;
  }

  .ab-footer-socials svg {
    width: 14px;
    height: 14px;
  }

  .ab-footer-legal {
    margin: 0;
    font-size: 9.5px;
    line-height: 1.5;
  }

}

@media (max-width: 420px) {
  .container {
    --mobile-step: 10px;
    --bs-gutter-x: calc(var(--mobile-step) * 2);
  }

  body {
    --mobile-scrolled-extra: 5px;
  }

  body.header-scrolled {
    --mobile-scrolled-extra: 5px;
  }

  .site-header {
    padding: 0;
    background: linear-gradient(180deg, rgba(61, 46, 104, 0.96) 0%, rgba(70, 53, 115, 0.94) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(20, 12, 45, 0.16);
  }

  .site-header.is-scrolled {
    padding: 0;
    background: linear-gradient(180deg, rgba(56, 42, 99, 0.98) 0%, rgba(63, 47, 109, 0.96) 100%);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(20, 12, 45, 0.18);
  }

  .site-header > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header__inner {
    --mobile-header-gap: 8px;
    position: relative;
    min-height: 42px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: var(--mobile-header-gap);
    padding:
      calc(6px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top))
      env(safe-area-inset-right)
      6px
      0;
  }

  .site-logo {
    width: 88px;
    margin-left: calc(var(--mobile-header-gap) + env(safe-area-inset-left));
  }

  .site-header__right {
    display: contents;
    margin: 0;
  }

  #menuToggle {
    margin-right: var(--mobile-header-gap);
  }

  .menu-toggle,
  .phone-toggle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .side-menu__close {
    top: var(--menu-close-top, calc(10px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top)));
    right: var(--menu-close-right, calc(10px + env(safe-area-inset-right)));
    left: auto;
    width: var(--menu-close-size, 46px);
    height: var(--menu-close-size, 46px);
    min-width: var(--menu-close-size, 46px);
    min-height: var(--menu-close-size, 46px);
    font-size: 28px;
  }

  .side-menu__panel {
    padding: calc(60px + var(--mobile-scrolled-extra, 0px)) 10px 20px;
  }

  .side-menu--contacts .side-menu__panel {
    padding:
      calc(14px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top))
      calc(16px + env(safe-area-inset-right))
      28px
      calc(16px + env(safe-area-inset-left));
    gap: 30px;
  }

  .phone-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .menu-toggle__icon {
    width: 22px;
    height: 22px;
  }

  .locations-showcase {
    padding-bottom: 52px;
  }

  .locations-showcase--standalone {
    padding-bottom: 0;
  }

  .locations-showcase--standalone .locations-showcase__map-shell {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .locations-showcase__card {
    padding: 16px;
    border-radius: 18px;
  }

  .locations-showcase__card p {
    font-size: clamp(17px, 5.9vw, 21px);
    line-height: 1.24;
  }

  .locations-showcase__map-shell {
    border-radius: 18px;
    padding: 8px;
  }

  .locations-showcase--standalone .locations-showcase__map-shell {
    padding: 8px 8px 10px;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .locations-showcase__filters {
    padding: 8px;
    max-height: 186px;
  }

  .locations-showcase__filter {
    min-height: 38px;
    padding: 8px 10px;
  }

  .locations-showcase__filter span {
    font-size: 12px;
  }

  .locations-showcase__filter small {
    font-size: 10px;
  }

  .locations-showcase__map {
    min-height: 340px;
    height: min(52vh, 380px);
  }

  .locations-showcase--standalone .locations-showcase__map {
    min-height: 340px;
    height: min(52vh, 380px);
  }

  .cms-page--location .site-footer {
    margin-top: 0;
    border-top-width: 0;
  }

  .cms-page--location .site-footer__grid {
    padding-top: 44px;
  }

  .cms-page--location .site-footer__socials {
    margin: 1px 0 0;
  }

  .locations-showcase__toolbar {
    gap: 10px;
    top: 12px;
    right: 70px;
  }

  .locations-showcase__tool {
    min-height: 46px;
    padding: 0 14px;
    border-radius: 16px;
  }

  .locations-showcase__tool--icon {
    width: 46px;
  }

  .locations-showcase__tool-label {
    font-size: 16px;
  }

  .locations-showcase__zoom {
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 48px;
    padding: 10px 8px;
    gap: 10px;
    border-radius: 16px;
  }

  .locations-showcase__zoom-btn {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    font-size: 22px;
  }

  .locations-showcase__zoom-slider {
    width: 30px;
  }

  .locations-marker {
    width: 34px;
    height: 34px;
    font-size: 8px;
  }

  .hero-slide__content {
    padding: 116px clamp(18px, 6.2vw, 24px) 78px;
  }

  .hero-slide__eyebrow {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .hero-slide__title {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: clamp(30px, 8vw, 42px);
    line-height: .99;
    letter-spacing: .028em;
  }

  .hero-slide__title.is-long {
    font-size: clamp(27px, 7.1vw, 36px);
    line-height: 1.01;
  }

  .hero-slide__title.is-xlong {
    font-size: clamp(24px, 6.3vw, 32px);
    line-height: 1.04;
  }

  .hero-slide__text {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.48;
  }

  .hero-slide__actions {
    margin-top: 18px;
    gap: 10px;
  }

  .hero-slide__meta {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: .05em;
  }

  .btn {
    min-height: 54px;
    font-size: 13px;
  }

  .contact-strip__inner {
    padding: 22px 16px;
    gap: 18px;
  }

  .contact-strip h2 {
    font-size: clamp(24px, 10.2vw, 36px);
  }

  .contact-strip p {
    font-size: 14px;
  }

  .contact-link {
    font-size: 18px;
  }

}

@media (max-width: 375px) {
  .container {
    --mobile-step: 10px;
    --bs-gutter-x: calc(var(--mobile-step) * 2);
  }

  .site-header__inner {
    min-height: 40px;
  }

  .site-logo {
    width: 84px;
  }

  .menu-toggle,
  .phone-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .side-menu__close {
    top: var(--menu-close-top, calc(10px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top)));
    right: var(--menu-close-right, calc(10px + env(safe-area-inset-right)));
    width: var(--menu-close-size, 44px);
    height: var(--menu-close-size, 44px);
    min-width: var(--menu-close-size, 44px);
    min-height: var(--menu-close-size, 44px);
    font-size: 26px;
  }

  .side-menu__panel {
    padding-top: calc(68px + var(--mobile-scrolled-extra, 0px));
  }

  .side-menu--contacts .side-menu__panel {
    padding:
      calc(14px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top))
      calc(14px + env(safe-area-inset-right))
      24px
      calc(14px + env(safe-area-inset-left));
  }

  .phone-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .hero-slide__content {
    padding-top: 122px;
  }
}

@media (max-width: 360px) {
  .container {
    --mobile-step: 10px;
    --bs-gutter-x: calc(var(--mobile-step) * 2);
  }

  .site-header__inner {
    min-height: 38px;
  }

  .site-logo {
    width: 78px;
  }

  .menu-toggle,
  .phone-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .side-menu__close {
    top: var(--menu-close-top, calc(10px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top)));
    right: var(--menu-close-right, calc(10px + env(safe-area-inset-right)));
    width: var(--menu-close-size, 42px);
    height: var(--menu-close-size, 42px);
    min-width: var(--menu-close-size, 42px);
    min-height: var(--menu-close-size, 42px);
    font-size: 24px;
  }

  .phone-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .menu-toggle__icon {
    width: 20px;
    height: 20px;
  }

  .side-menu__close-icon {
    width: 18px;
    height: 18px;
  }

  .hero-slide__content {
    padding: 106px clamp(16px, 6vw, 20px) 68px;
  }

  .hero-slide__eyebrow {
    gap: 8px;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .hero-slide__eyebrow::before {
    width: 30px;
  }

  .hero-slide__title {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: clamp(24px, 9.2vw, 34px);
    line-height: 1.01;
    letter-spacing: .024em;
  }

  .hero-slide__title.is-long {
    font-size: clamp(22px, 8.1vw, 30px);
    line-height: 1.03;
  }

  .hero-slide__title.is-xlong {
    font-size: clamp(20px, 7.15vw, 26px);
    line-height: 1.05;
  }

  .hero-slide__text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.44;
  }

  .hero-slide__actions {
    margin-top: 14px;
    gap: 8px;
  }

  .hero-slide__meta {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: .04em;
  }

  .btn {
    min-height: 50px;
    padding: 0 16px;
    font-size: 12px;
  }

  .side-menu__panel {
    padding: calc(60px + var(--mobile-scrolled-extra, 0px)) 10px 10px;
  }

  .side-menu--contacts .side-menu__panel {
    padding:
      calc(12px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top))
      calc(12px + env(safe-area-inset-right))
      18px
      calc(12px + env(safe-area-inset-left));
  }

  .side-menu__nav {
    margin-top: 8px;
    padding-bottom: max(4px, env(safe-area-inset-bottom));
  }

  .side-menu:not(.side-menu--contacts) .side-menu__panel::after {
    display: none;
  }

  .side-menu__nav a {
    grid-template-columns: 24px 1fr;
    padding: 7px 0 8px;
    gap: 1px 6px;
  }

  .side-menu__index {
    font-size: 11px;
  }

  .side-menu__title {
    font-size: clamp(18px, 6.8vw, 22px);
    line-height: 1.06;
  }

  .side-menu__hint {
    font-size: 9px;
    line-height: 1.2;
  }

  .contact-menu-content {
    gap: 18px;
  }

  .contact-menu-content__head h3 {
    font-size: clamp(24px, 9vw, 30px);
  }

  .contact-menu-content__head p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .contact-menu-content__hero {
    padding: 14px;
  }

  .contact-menu-content__eyebrow {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .contact-menu-content__phone {
    font-size: clamp(19px, 8.2vw, 28px);
  }

  .contact-menu-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .contact-menu-card__label {
    font-size: 10px;
  }

  .contact-menu-card__value {
    font-size: 13px;
    line-height: 1.4;
  }

  .side-popup {
    padding: 16px 12px;
    border-radius: 0;
  }

  .side-popup__close,
  .docs-modal__close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 26px;
  }

  .side-popup__content {
    padding-top: 12px;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }

  #directorPopup .side-popup__content {
    padding-top: 10px;
    padding-right: 48px;
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .side-popup__content h3 {
    font-size: clamp(24px, 9vw, 31px);
    line-height: 1;
    max-width: 11ch;
  }

  .side-popup__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .lead-form {
    margin-top: 16px;
    gap: 10px;
  }

  .lead-form input:not([type="checkbox"]):not([type="hidden"]) {
    min-height: 50px;
    border-radius: 14px;
  }

  .lead-form textarea {
    min-height: 104px;
    border-radius: 14px;
  }

  .lead-form__consent {
    width: 100%;
    padding: 10px 12px 9px;
    font-size: 12px;
    line-height: 1.42;
  }

  .docs-modal {
    width: calc(100vw - 12px);
    padding: 16px 10px 12px;
  }

  .docs-modal h3 {
    margin-top: 10px;
    font-size: clamp(26px, 9vw, 30px);
  }

  .docs-modal__body {
    max-height: calc(78vh - 102px);
    padding-right: 14px;
  }

  .docs-modal__item {
    padding: 14px 12px;
    border-radius: 16px;
    gap: 12px;
  }

  .docs-modal__item-date {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .docs-modal__item-main h4 {
    font-size: clamp(14px, 5.4vw, 20px);
    line-height: 1.15;
  }

  .docs-modal__item-link {
    min-height: 42px;
    padding: 0 18px;
    font-size: 16px;
  }

}

.cms-page {
  --page-intro-top-space: clamp(132px, 12vw, 176px);
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(234, 212, 149, 0.16), transparent 30%),
    linear-gradient(180deg, #25194e 0%, #1d143e 100%);
}

.cms-page--home {
  background: #fff;
}

.cms-page__main {
  padding-top: 118px;
  padding-bottom: clamp(20px, 2.8vw, 36px);
}

.cms-page--home .home-page__main {
  padding-top: clamp(138px, 10vw, 170px);
  background: #fff;
}

.cms-page--home .home-feature-stack {
  background: #fff;
}

.cms-page--home .home-slider-cards {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 28px);
  background: transparent;
}

.cms-page--home .layouts-page--home-filter .layouts-catalog,
.cms-page--home .home-history-gallery {
  background: #fff;
}

.cms-page--home .layouts-page--home-filter .layouts-catalog {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 28px);
}

.cms-page--home .layouts-page--home-filter .layouts-filter-panel {
  margin-bottom: 0;
}

.cms-page--home .home-history-gallery {
  padding-top: clamp(24px, 2.8vw, 44px);
  padding-bottom: clamp(52px, 5vw, 84px);
}

@media (max-width: 700px) {
  .cms-page--home .home-page__main {
    padding-top: calc(clamp(138px, 10vw, 170px) - 25px);
  }

  .cms-page--home .home-slider-cards,
  .cms-page--home .layouts-page--home-filter .layouts-catalog,
  .cms-page--home .home-history-gallery {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cms-page--home .home-history-gallery__container {
    max-width: 100%;
  }

  .cms-page--home .home-history-gallery__frame {
    min-height: 590px;
    border-radius: 24px;
  }

  .cms-page--home .home-history-gallery__card {
    left: 14px;
    right: 14px;
    bottom: 50px;
    min-height: 330px;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .cms-page--home .home-history-gallery__dots {
    bottom: 24px;
  }

  .cms-page--home .home-history-gallery__controls {
    display: none;
  }
}

.cms-page__hero {
  padding: 46px 0 24px;
}

.cms-page__hero-inner {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 54px rgba(8, 4, 22, 0.18);
}

.cms-page__hero h1 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
}

.cms-page__hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.cms-page__content {
  padding-top: 18px;
}

.cms-page--has-page-intro .cms-page__main {
  padding-top: 0;
}

.cms-page--has-page-intro .cms-page__content {
  padding-top: 0;
}

.cms-page--intro .cms-page__main {
  padding-top: 0;
}

.cms-page--intro .cms-page__content {
  padding-top: 0;
}

.cms-page--developer .cms-page__main {
  padding-top: 0;
}

.cms-page--developer {
  --page-intro-top-space: clamp(132px, 12vw, 176px);
}

.cms-page--developer .cms-page__content {
  padding-top: 0;
}

.cms-page--location .cms-page__main {
  padding-top: 0;
  padding-bottom: 0;
}

.cms-page--location .cms-page__content {
  padding-top: 0;
}

.cms-page--layouts .cms-page__main {
  padding-top: 0;
}

.cms-page--layouts .cms-page__content {
  padding-top: 0;
}

.cms-page--layouts .layouts-page {
  margin-top: 0;
}

.cms-page--layouts .layouts-catalog {
  padding-top: 0;
}

.cms-page--promotions .cms-page__main {
  padding-top: 0;
}

.cms-page--promotions .cms-page__content {
  padding-top: 0;
}

.cms-page--location .site-footer {
  margin-top: 0;
}

.location-potential {
  padding: 44px 0 40px;
  background:
    linear-gradient(180deg, #f7f1ea 0%, #fffaf4 100%);
  color: #302a66;
}

.location-potential > .container {
  width: min(100% - 48px, var(--container));
  max-width: var(--container);
  padding-left: 0;
  padding-right: 0;
}

.location-potential__inner {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: start;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(48, 42, 102, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 235, 0.94));
  box-shadow: 0 22px 60px rgba(40, 29, 86, 0.09);
}

.location-potential__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 198, 146, 0.18) 0 1px, transparent 1px 100%) 0 0 / 76px 76px,
    linear-gradient(0deg, rgba(48, 42, 102, 0.05) 0 1px, transparent 1px 100%) 0 0 / 76px 76px;
  opacity: .55;
  pointer-events: none;
}

.location-potential__intro,
.location-potential__dashboard {
  position: relative;
  z-index: 2;
}

.location-potential__intro {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 0;
  animation: locationPotentialRise .7s ease both;
}

.location-potential__eyebrow {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 198, 146, 0.3);
  color: #302a66;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-potential__title {
  margin: 0;
  color: #302a66;
  font-family: var(--font-ui);
  font-size: 44px;
  line-height: 1.02;
  font-weight: 700;
}

.location-potential__copy,
.location-potential__summary {
  display: grid;
  gap: 12px;
}

.location-potential__copy p,
.location-potential__summary p {
  margin: 0;
  color: rgba(48, 42, 102, 0.9);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 600;
}

.location-potential__summary {
  padding: 18px 20px;
  border-left: 4px solid #ffc692;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0 18px 18px 0;
}

.location-potential__summary p {
  font-size: 18px;
  line-height: 1.38;
}

.location-potential__note {
  margin: 0;
  color: rgba(48, 42, 102, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.location-potential__dashboard {
  display: grid;
  gap: 14px;
  animation: locationPotentialRise .7s ease .08s both;
}

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

.location-potential__stat {
  min-height: 96px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(48, 42, 102, 0.94);
  color: #fff;
  box-shadow: 0 16px 34px rgba(48, 42, 102, 0.16);
}

.location-potential__stat strong {
  display: block;
  color: #ffc692;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.location-potential__stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.location-potential__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(250px, .96fr);
  gap: 14px;
  align-items: stretch;
}

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

.location-potential__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(48, 42, 102, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: #302a66;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  animation: locationPotentialRise .55s ease both;
}

.location-potential__item:nth-child(2) { animation-delay: .04s; }
.location-potential__item:nth-child(3) { animation-delay: .08s; }
.location-potential__item:nth-child(4) { animation-delay: .12s; }
.location-potential__item:nth-child(5) { animation-delay: .16s; }
.location-potential__item:nth-child(6) { animation-delay: .2s; }

.location-potential__item:hover,
.location-potential__item:focus-visible,
.location-potential__item.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 198, 146, 0.85);
  background: #fff;
  box-shadow: 0 14px 26px rgba(48, 42, 102, 0.12);
}

.location-potential__item strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #302a66;
  color: #ffc692;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  transition: background .18s ease, color .18s ease;
}

.location-potential__item.is-active strong {
  background: #ffc692;
  color: #302a66;
}

.location-potential__item span {
  color: #302a66;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.location-potential__detail {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 250px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 198, 146, 0.35), transparent 34%),
    linear-gradient(160deg, #35266d 0%, #251852 100%);
  color: #fff;
  overflow: hidden;
}

.location-potential__detail::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 198, 146, 0.28);
  border-radius: 50%;
  animation: locationPotentialPulse 3s ease-in-out infinite;
}

.location-potential__detail-main {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.location-potential__detail-main strong {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #ffc692;
  color: #302a66;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.location-potential__detail h3 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
}

.location-potential__detail p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.location-potential__progress {
  position: relative;
  z-index: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.location-potential__progress span {
  display: block;
  width: var(--location-potential-progress, 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffc692, #fff1de);
  transition: width .28s ease;
}

@keyframes locationPotentialRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes locationPotentialPulse {
  0%, 100% {
    transform: scale(1);
    opacity: .65;
  }
  50% {
    transform: scale(1.08);
    opacity: .95;
  }
}

@media (max-width: 1180px) {
  .location-potential__inner {
    grid-template-columns: 1fr;
  }

  .location-potential__workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .location-potential {
    padding: 34px 0 52px;
  }

  .location-potential > .container {
    width: calc(100% - 24px);
  }

  .location-potential__inner {
    padding: 22px;
  }

  .location-potential__title {
    font-size: 38px;
  }

  .location-potential__stats {
    grid-template-columns: 1fr;
  }

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

  .location-potential__item {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 9px;
    min-height: 98px;
    padding: 11px;
  }

  .location-potential__item span {
    font-size: 12px;
    line-height: 1.28;
  }

}

@media (max-width: 640px) {
  .location-potential {
    padding: 24px 0 42px;
  }

  .location-potential__intro {
    gap: 18px;
  }

  .location-potential__eyebrow {
    font-size: 10px;
  }

  .location-potential__title {
    font-size: 32px;
  }

  .location-potential__copy p,
  .location-potential__summary p {
    font-size: 16px;
  }

  .location-potential__item {
    min-height: 0;
    padding: 10px;
    border-radius: 16px;
  }

  .location-potential__item strong {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .location-potential__item span {
    font-size: 11px;
    line-height: 1.24;
  }

  .location-potential__detail-main {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .location-potential__detail-main strong {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 30px;
  }

  .location-potential__detail h3 {
    font-size: 22px;
  }

  .location-potential__summary {
    padding: 16px 18px;
  }

}

.cms-page--contacts .cms-page__main {
  padding-top: 0;
}

.cms-page--contacts .cms-page__content {
  padding-top: 0;
}

.page-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding-top: var(--page-intro-top-space, clamp(132px, 12vw, 176px));
  margin-bottom: clamp(24px, 3vw, 34px);
}

.page-intro__main {
  display: grid;
  gap: 18px;
  max-width: 1120px;
}

.page-intro__title {
  margin: 0;
  max-width: 1120px;
  font-family: var(--font-brand);
  font-size: clamp(40px, 3.9vw, 66px);
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}

.page-intro__lead {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.home-marketing-intro {
  padding: clamp(18px, 3vw, 36px) 0 clamp(18px, 3vw, 36px);
}

.home-marketing-intro__main {
  max-width: 1120px;
}

.home-marketing-intro__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: 0.92;
  letter-spacing: 0.008em;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}

.home-section-intro {
  display: grid;
  gap: 16px;
  max-width: 1120px;
  margin: 0 0 clamp(24px, 3vw, 40px);
}

.home-section-intro__title {
  margin: 0;
  max-width: 1120px;
  font-family: var(--font-brand);
  font-size: clamp(40px, 3.9vw, 66px);
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}

.home-section-intro__lead {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.home-section-intro--light .home-section-intro__title {
  color: #151027;
}

.home-section-intro--light .home-section-intro__lead {
  color: rgba(21, 16, 39, 0.62);
}

@media (min-width: 1025px) {
  .side-menu:not(.side-menu--contacts) .side-menu__nav {
    margin-top: 14px;
    min-height: calc(95dvh - 120px);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 0;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav a {
    flex: 1 1 auto;
    align-content: center;
    min-height: 68px;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .side-menu:not(.side-menu--contacts) .side-menu__panel {
    padding: 20px 48px 20px;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav a {
    flex: 0 0 auto;
    min-height: 0;
    grid-template-columns: 46px 1fr;
    gap: 2px 14px;
    padding: 10px 0 11px;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__index {
    font-size: 13px;
    margin-top: 1px;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__title {
    font-size: clamp(21px, 1.85vw, 30px);
    line-height: 0.96;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__hint {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 640px) and (min-height: 560px) {
  .side-menu:not(.side-menu--contacts) .side-menu__panel::after {
    display: none;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav {
    min-height: calc(100dvh - 124px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding-bottom: max(4px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav a {
    flex: 1 1 auto;
    align-content: center;
    min-height: 56px;
  }

  .side-menu:not(.side-menu--contacts) .side-menu__nav a:last-child {
    padding-bottom: 0;
  }
}

.architecture-page {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  padding-top: 8px;
}

.architecture-page--home-embed {
  padding-bottom: clamp(16px, 2.4vw, 30px);
}

.architecture-page--home-embed .architecture-story-section__number {
  display: none;
}

.architecture-story--no-nav .architecture-story-section__number {
  display: none;
}

.architecture-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
  align-items: stretch;
}

.architecture-stage__intro,
.architecture-stage__facts,
.architecture-principles__card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 198, 146, 0.2), rgba(255, 198, 146, 0) 44%),
    linear-gradient(180deg, rgba(49, 36, 101, 0.9), rgba(31, 22, 66, 0.9));
  box-shadow: 0 24px 54px rgba(8, 4, 22, 0.2);
}

.architecture-stage__intro {
  padding: clamp(24px, 3vw, 38px);
}

.architecture-stage__intro h2 {
  margin: 16px 0 14px;
  max-width: 900px;
  font-family: var(--font-brand);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  letter-spacing: .012em;
  text-transform: uppercase;
}

.architecture-stage__intro p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
}

.architecture-stage__actions {
  margin-top: clamp(18px, 2vw, 26px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.architecture-stage__link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.architecture-stage__link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 198, 146, 0.58);
  background: rgba(255, 198, 146, 0.14);
}

.architecture-stage__facts {
  padding: clamp(18px, 2.2vw, 24px);
  display: grid;
  gap: 12px;
  align-content: start;
}

.architecture-fact {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.architecture-fact strong {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-brand);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}

.architecture-fact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.architecture-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(152px, auto);
  gap: 16px;
}

.architecture-tile {
  position: relative;
  grid-column: span 6;
  min-height: 230px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(8, 4, 22, 0.22);
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease;
}

.architecture-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(30, 22, 66, 0.14), rgba(16, 11, 39, 0.4)),
    var(--architecture-image) center/cover no-repeat;
  transform: scale(1.01);
  transition: transform .44s ease;
}

.architecture-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 198, 146, 0.28), rgba(255, 198, 146, 0) 46%),
    linear-gradient(180deg, rgba(16, 11, 39, 0.06) 22%, rgba(16, 11, 39, 0.72) 100%);
}

.architecture-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 62px rgba(8, 4, 22, 0.28);
}

.architecture-tile:hover::before {
  transform: scale(1.06);
}

.architecture-tile--wide {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 336px;
}

.architecture-tile--tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 336px;
}

.architecture-tile__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: clamp(18px, 2.1vw, 28px);
}

.architecture-tile__content h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.05;
  color: #fff;
}

.architecture-tile__content p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}

.architecture-principles {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
}

.architecture-principles__card {
  padding: clamp(22px, 2.4vw, 32px);
}

.architecture-principles__card h3 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.08;
}

.architecture-principles__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.65;
}

.architecture-principles__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.architecture-principles__list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.architecture-principles__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 1px;
  background: rgba(255, 198, 146, 0.86);
}

.architecture-principles__card--accent {
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 198, 146, 0.28), rgba(255, 198, 146, 0) 46%),
    linear-gradient(160deg, rgba(72, 50, 134, 0.9), rgba(42, 29, 88, 0.92));
}

.architecture-story-mobile {
  display: none;
}

.architecture-story {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.architecture-story--no-nav {
  grid-template-columns: minmax(0, 1fr);
}

.architecture-story-nav {
  position: sticky;
  top: calc(var(--header-height, 104px) + 24px);
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 198, 146, 0.2), rgba(255, 198, 146, 0) 40%),
    linear-gradient(180deg, rgba(42, 29, 88, 0.92), rgba(30, 21, 64, 0.92));
  box-shadow: 0 24px 46px rgba(8, 4, 22, 0.2);
}

.architecture-story-nav__label,
.architecture-story-mobile__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.architecture-story-nav__list {
  display: grid;
  gap: 8px;
  max-height: min(70vh, 760px);
  overflow: auto;
  padding-right: 2px;
}

.architecture-story-nav__link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.architecture-story-nav__link:hover,
.architecture-story-nav__link.is-active {
  transform: translateY(-1px);
  border-color: rgba(255, 198, 146, 0.36);
  background: linear-gradient(135deg, rgba(255, 198, 146, 0.18), rgba(255, 255, 255, 0.08));
}

.architecture-story-nav__index {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.architecture-story-nav__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.32;
}

.architecture-story-feed {
  display: grid;
  gap: 16px;
}

.architecture-story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.architecture-story-section.is-reverse .architecture-story-section__copy {
  order: 2;
}

.architecture-story-section.is-reverse .architecture-story-section__media {
  order: 1;
}

.architecture-story-section__copy {
  min-width: 0;
  padding: clamp(20px, 2.3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 198, 146, 0.18), rgba(255, 198, 146, 0) 44%),
    linear-gradient(180deg, rgba(47, 34, 98, 0.9), rgba(32, 23, 68, 0.92));
  box-shadow: 0 22px 46px rgba(8, 4, 22, 0.18);
}

.architecture-story-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.architecture-story-section__eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.architecture-story-section__copy h3 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.02;
  overflow-wrap: anywhere;
  word-break: normal;
}

.architecture-story-section__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.architecture-story-section__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.architecture-story-section__list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.architecture-story-section__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 1px;
  background: rgba(255, 198, 146, 0.88);
}

.architecture-story-section__media {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate;
  touch-action: pan-y;
  background: rgba(24, 17, 52, 0.7);
  box-shadow: 0 22px 44px rgba(8, 4, 22, 0.18);
}

.architecture-story-section__live-map {
  position: absolute;
  inset: 0;
}

.architecture-story-section__live-map .locations-showcase,
.architecture-story-section__live-map .locations-showcase__embed,
.architecture-story-section__live-map .locations-showcase__map-shell,
.architecture-story-section__live-map .locations-showcase__map {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
}

.architecture-story-section__live-map .locations-showcase {
  padding: 0;
}

.architecture-story-section__live-map .locations-showcase__map-shell {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.architecture-story-section__live-map .locations-showcase__map {
  border-radius: 0;
}

.architecture-story-section__live-map .locations-showcase__toolbar,
.architecture-story-section__live-map .locations-showcase__zoom,
.architecture-story-section__live-map .locations-showcase__filters {
  display: none !important;
}

.architecture-story-section__live-map .locations-showcase__map > ymaps,
.architecture-story-section__live-map .locations-showcase__map > div,
.architecture-story-section__live-map .locations-showcase__map [class*="ymaps-2"][class*="-map"],
.architecture-story-section__live-map .locations-showcase__map [class*="ymaps-2"][class*="-inner-panes"],
.architecture-story-section__live-map .locations-showcase__map [class*="ymaps-2"][class*="-panes"] {
  width: 100% !important;
  height: 100% !important;
}

.architecture-story-section__slide {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(13, 9, 30, 0.08), rgba(13, 9, 30, 0.48)),
    var(--architecture-story-image) var(--architecture-story-image-position, center 80%)/cover no-repeat;
  cursor: default;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s ease, filter 0.28s ease, background 0.28s ease;
  filter: brightness(0.94);
}

.architecture-story-section__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 6, 26, 0.04), rgba(10, 6, 26, 0.48));
  transition: opacity 0.28s ease;
}

.architecture-story-section__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.architecture-story-section__media.is-centered-view .architecture-story-section__slide.is-active,
.architecture-story-section__slide.is-active:hover {
  background:
    linear-gradient(180deg, rgba(13, 9, 30, 0.02), rgba(13, 9, 30, 0.14)),
    var(--architecture-story-image) var(--architecture-story-image-position, center 80%)/cover no-repeat;
  filter: brightness(1.08);
}

.architecture-story-section__media.is-centered-view .architecture-story-section__slide.is-active::after,
.architecture-story-section__slide.is-active:hover::after {
  opacity: 0;
}

.architecture-story-section__media-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(19, 13, 42, 0.62);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.architecture-story-section__media-nav:hover {
  border-color: rgba(255, 198, 146, 0.58);
  background: rgba(32, 22, 70, 0.78);
}

.architecture-story-section__media-nav:focus-visible {
  outline: 2px solid rgba(255, 198, 146, 0.9);
  outline-offset: 2px;
}

.architecture-story-section__media-nav--prev {
  left: 14px;
}

.architecture-story-section__media-nav--next {
  right: 14px;
}

.architecture-story-section__counter {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-width: 62px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(30, 21, 64, 0.76);
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
}

.architecture-story-section__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 20px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(20, 14, 43, 0.62);
}

.architecture-story-section__dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.architecture-story-section__dot:hover,
.architecture-story-section__dot.is-active {
  transform: scale(1.05);
  background: rgba(255, 198, 146, 0.94);
}

.architecture-story-section__dot:focus-visible {
  outline: 2px solid rgba(255, 198, 146, 0.9);
  outline-offset: 1px;
}

.architecture-story-section__number {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  min-width: 54px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(30, 21, 64, 0.72);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.architecture-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1420;
}

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

.architecture-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 7, 22, 0.88);
  backdrop-filter: blur(8px);
}

.architecture-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(1320px, calc(100vw - 40px));
  height: min(92vh, 980px);
  margin: 4vh auto;
}

.architecture-lightbox__figure {
  margin: 0;
  display: grid;
  gap: 16px;
  touch-action: pan-y;
}

.architecture-lightbox__figure img {
  width: 100%;
  max-height: calc(92vh - 120px);
  object-fit: contain;
  border-radius: 28px;
}

.architecture-lightbox__caption {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.architecture-lightbox__caption strong {
  color: #fff;
  font-size: clamp(22px, 2.3vw, 32px);
}

.architecture-lightbox__caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.architecture-lightbox__close,
.architecture-lightbox__nav {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.architecture-lightbox__close:hover,
.architecture-lightbox__nav:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

.architecture-lightbox__close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 34px;
  line-height: 1;
}

.architecture-lightbox__nav {
  font-size: 36px;
  line-height: 1;
}

.architecture-lightbox__nav:disabled {
  opacity: 0.36;
  cursor: default;
}

.architecture-lightbox__nav:disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.14);
}


.architecture-story-mobile__control {
  position: relative;
}

.architecture-story-mobile__control::after {
  content: "▾";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.architecture-story-mobile__select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.architecture-story-mobile__select option {
  color: #22194a;
  background: #ffffff;
}

.architecture-story-mobile__select option:checked {
  color: #22194a;
  background: #f1edf9;
}

@media (max-width: 1180px) {
  .architecture-stage {
    grid-template-columns: 1fr;
  }

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

  .architecture-story {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }

  .architecture-story-section {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.85fr);
  }
}

@media (max-width: 991.98px) {
  .architecture-stage__actions .btn,
  .architecture-stage__link {
    width: 100%;
  }

  .architecture-stage__facts {
    grid-template-columns: 1fr;
  }

  .architecture-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(180px, auto);
  }

  .architecture-tile,
  .architecture-tile--wide,
  .architecture-tile--tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }

  .architecture-tile--wide {
    grid-column: span 2;
  }

  .architecture-principles {
    grid-template-columns: 1fr;
  }

  .architecture-story-mobile {
    display: none;
  }

  .architecture-story {
    grid-template-columns: 1fr;
  }

  .architecture-story-nav {
    display: none;
  }

  .architecture-story-feed {
    gap: 14px;
  }

  .architecture-story-section,
  .architecture-story-section.is-reverse {
    grid-template-columns: 1fr;
  }

  .architecture-story-section.is-reverse .architecture-story-section__copy,
  .architecture-story-section.is-reverse .architecture-story-section__media {
    order: initial;
  }

  .architecture-story-section__media {
    min-height: 220px;
  }
}

@media (max-width: 980px) {
  .architecture-lightbox__dialog {
    width: min(100vw - 24px, 960px);
    height: min(88vh, 860px);
    margin: 6vh auto;
  }

  .architecture-lightbox__figure img {
    max-height: calc(88vh - 118px);
  }
}

@media (max-width: 640px) {
  .architecture-page {
    gap: 14px;
  }

  .architecture-stage__intro,
  .architecture-stage__facts,
  .architecture-principles__card {
    border-radius: 24px;
  }

  .architecture-stage__intro h2 {
    font-size: clamp(26px, 8.8vw, 34px);
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .architecture-stage__intro p {
    font-size: 16px;
    line-height: 1.6;
  }

  .architecture-stage__actions > * {
    min-width: 0;
  }

  .architecture-stage__actions .btn {
    min-height: 54px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .02em;
    white-space: normal;
    text-wrap: balance;
  }

  .architecture-stage__link {
    min-height: 52px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  .architecture-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .architecture-tile,
  .architecture-tile--wide,
  .architecture-tile--tall {
    grid-column: span 1;
    min-height: 240px;
    border-radius: 24px;
  }

  .architecture-tile__content h3 {
    font-size: clamp(22px, 8vw, 32px);
  }

  .architecture-tile__content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .architecture-principles__card h3 {
    font-size: clamp(24px, 9vw, 34px);
  }

  .architecture-principles__card p,
  .architecture-principles__list li {
    font-size: 15px;
    line-height: 1.5;
  }

  .architecture-fact strong {
    font-size: clamp(18px, 7vw, 28px);
    overflow-wrap: anywhere;
  }

  .architecture-story-mobile {
    border-radius: 20px;
    padding: 12px;
  }

  .architecture-story-mobile__select {
    min-height: 50px;
    font-size: 15px;
  }

  .architecture-story-section__copy,
  .architecture-story-section__media {
    border-radius: 22px;
  }

  .architecture-story-section__copy {
    padding: 16px 14px;
  }

  .architecture-story-section__copy h3 {
    font-size: clamp(22px, 7.2vw, 28px);
    line-height: 1.04;
  }

  .architecture-story-section__copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .architecture-story-section__list li {
    font-size: 14px;
    line-height: 1.45;
  }

  .architecture-story-section__media {
    min-height: 198px;
  }

  .architecture-page--home-embed .architecture-story-section__media--live-map {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .architecture-story-section__media-nav {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .architecture-story-section__media-nav--prev {
    left: 10px;
  }

  .architecture-story-section__media-nav--next {
    right: 10px;
  }

  .architecture-story-section__counter {
    top: 10px;
    right: 10px;
    min-width: 54px;
    min-height: 26px;
    font-size: 11px;
  }

  .architecture-story-section__number {
    left: 10px;
    bottom: 10px;
    min-width: 46px;
    min-height: 30px;
    font-size: 11px;
  }

  .architecture-story-section__dots {
    bottom: 10px;
    min-height: 18px;
    padding: 3px 7px;
  }

  .architecture-story-section__dot {
    min-width: 8px;
    min-height: 8px;
    width: 8px;
    height: 8px;
  }

  .architecture-lightbox__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 12px 8px 14px;
  }

  .architecture-lightbox__figure {
    gap: 10px;
    min-height: 0;
    align-content: center;
  }

  .architecture-lightbox__figure img {
    max-height: calc(100dvh - 148px);
    border-radius: 18px;
  }

  .architecture-lightbox__caption strong {
    font-size: clamp(18px, 6.2vw, 24px);
  }

  .architecture-lightbox__caption span {
    font-size: 13px;
  }

  .architecture-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 30px;
    background: rgba(20, 14, 42, 0.62);
  }

  .architecture-lightbox__nav--prev {
    left: 8px;
  }

  .architecture-lightbox__nav--next {
    right: 8px;
  }

  .architecture-lightbox__close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    font-size: 28px;
    background: rgba(20, 14, 42, 0.62);
  }

  .architecture-lightbox__close:hover {
    transform: none;
  }

  .architecture-lightbox__nav:hover {
    transform: translateY(-50%);
  }
}

@media (max-width: 420px) {
  .architecture-page,
  .architecture-page > section,
  .architecture-stage,
  .architecture-stage__intro,
  .architecture-stage__facts,
  .architecture-fact,
  .architecture-mosaic,
  .architecture-tile,
  .architecture-tile--wide,
  .architecture-tile--tall,
  .architecture-principles,
  .architecture-principles__card,
  .architecture-story,
  .architecture-story-feed,
  .architecture-story-section,
  .architecture-story-section__copy,
  .architecture-story-section__media,
  .architecture-story-mobile {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .architecture-page {
    overflow-x: clip;
    gap: 12px;
  }

  .architecture-stage,
  .architecture-mosaic,
  .architecture-principles,
  .architecture-story,
  .architecture-story-feed {
    gap: 12px;
  }

  .architecture-stage__intro {
    padding: 16px 14px;
  }

  .architecture-stage__facts {
    padding: 12px;
  }

  .architecture-fact {
    padding: 12px;
  }

  .architecture-principles__card {
    padding: 16px 14px;
  }

  .architecture-tile__content {
    padding: 14px;
  }

  .architecture-story-mobile {
    padding: 10px;
  }

  .architecture-story-mobile__label {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .architecture-story-mobile__select {
    min-height: 48px;
    padding-left: 12px;
    padding-right: 38px;
    font-size: 14px;
  }

  .architecture-story-section__copy {
    padding: 14px 12px;
  }

  .architecture-story-section__copy h3 {
    margin-top: 12px;
    font-size: clamp(20px, 7vw, 26px);
  }

  .architecture-story-section__copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .architecture-story-section__list {
    margin-top: 12px;
    gap: 8px;
  }

  .architecture-story-section__list li {
    padding-left: 18px;
    font-size: 13px;
  }

  .architecture-story-section__media {
    min-height: 176px;
  }

  .architecture-stage__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .architecture-stage__actions .btn,
  .architecture-stage__link {
    width: 100%;
    min-width: 0;
  }

  .architecture-stage__intro h2,
  .architecture-fact strong,
  .architecture-tile__content h3,
  .architecture-principles__card h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .architecture-stage__intro p,
  .architecture-fact p,
  .architecture-tile__content p,
  .architecture-principles__card p,
  .architecture-principles__list li {
    overflow-wrap: anywhere;
  }
}

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

.cms-block {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
}

.cms-block h2 {
  margin: 0 0 14px;
  color: #24184b;
  font-size: 30px;
}

.cms-block p {
  margin: 0;
  color: #655e78;
  font-size: 17px;
  line-height: 1.75;
}

.documents-page {
  display: grid;
  gap: 24px;
}

.documents-page--static {
  padding-top: 8px;
}

.documents-page__panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(32, 23, 68, 0.88);
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
  overflow: hidden;
}

.documents-page__header {
  margin-bottom: 0;
  padding: 24px 24px 0;
}

.documents-page__body {
  overflow: visible;
  max-height: none;
  padding: 20px 24px 24px;
}

.documents-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(210px, 0.6fr);
  gap: 24px;
}

.documents-page__hero-main,
.documents-page__hero-aside {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
}

.documents-page__hero-main {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 146, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.08);
}

.documents-page__hero-main h2 {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.documents-page__hero-main p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.documents-page__hero-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  background: rgba(32, 23, 68, 0.82);
}

.documents-page__hero-aside strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.documents-page__hero-aside span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.documents-page__list {
  display: grid;
  gap: 14px;
}

.documents-page__item {
  align-items: flex-start;
}

.documents-page__item .docs-modal__item-main {
  display: grid;
  gap: 2px;
}

.documents-page__description {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.documents-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.documents-page__empty {
  padding: 18px 0;
}

.documents-page__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
}

.documents-page__intro-main,
.documents-page__intro-aside,
.documents-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
}

.documents-page__intro-main {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 146, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.08);
}

.documents-page__intro-main h2 {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.documents-page__intro-main p,
.documents-page__intro-aside p,
.documents-card__title-wrap p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.construction-page {
  display: grid;
  gap: 26px;
  padding-bottom: clamp(18px, 3vw, 30px);
}

.construction-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 24px;
}

.construction-overview__main,
.construction-stat-card,
.construction-month,
.construction-archive,
.construction-empty {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
}

.construction-overview__main {
  display: grid;
  gap: 18px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 146, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.08);
}

.construction-overview__main h2 {
  margin: 0;
  max-width: 880px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
}

.construction-overview__main p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.construction-overview__preview {
  position: relative;
  min-height: 280px;
  border-radius: 26px;
  overflow: hidden;
}

.construction-overview__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.construction-overview__preview-copy {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 4px;
  min-width: min(360px, calc(100% - 40px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(32, 23, 68, 0.74);
  backdrop-filter: blur(14px);
}

.construction-overview__preview-copy strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.construction-overview__preview-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.construction-overview__stats {
  display: grid;
  gap: 18px;
}

.construction-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 142px;
  padding: 28px;
  background: rgba(32, 23, 68, 0.82);
}

.construction-stat-card strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
}

.construction-stat-card span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.construction-page__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.construction-archive-mobile {
  display: none;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 146, 0.12), transparent 48%),
    rgba(32, 23, 68, 0.82);
  box-shadow: 0 22px 40px rgba(14, 8, 31, 0.12);
}

.construction-archive-mobile__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.construction-archive-mobile__control {
  position: relative;
}

.construction-archive-mobile__control::after {
  content: "▾";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.construction-archive-mobile__select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.construction-archive-mobile__select option {
  color: #22194a;
  background: #ffffff;
}

.construction-archive-mobile__select option:checked {
  color: #22194a;
  background: #f1edf9;
}

.construction-archive {
  position: sticky;
  top: calc(var(--header-height, 104px) + 24px);
  display: grid;
  gap: 18px;
  padding: 24px;
  background: rgba(32, 23, 68, 0.82);
}

body.header-scrolled .construction-archive {
  margin-left: 12px;
}

@media (min-width: 1101px) {
  .construction-archive {
    top: calc(var(--header-height, 104px) + 40px);
  }

  body.header-scrolled .construction-archive {
    top: calc(var(--header-height, 104px) + 60px);
  }
}

.construction-archive__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.construction-archive__list {
  display: grid;
  gap: 10px;
}

.construction-archive__link {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.construction-archive__link:hover,
.construction-archive__link.is-active {
  transform: translateY(-1px);
  border-color: rgba(230, 209, 154, 0.36);
  background: linear-gradient(135deg, rgba(230, 209, 154, 0.18), rgba(255, 255, 255, 0.08));
}

.construction-archive__link span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.construction-archive__link small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.construction-feed {
  display: grid;
  gap: 24px;
}

.construction-month {
  display: grid;
  gap: 20px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 146, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.08);
}

.construction-month__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.construction-month__head-copy {
  display: grid;
  gap: 10px;
}

.construction-month__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.construction-month__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.02;
}

.construction-month__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.construction-month__badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
}

.construction-month__summary {
  margin: 0;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.construction-month__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: 16px;
}

.construction-photo {
  position: relative;
  grid-column: span 4;
  min-height: 220px;
  padding: 0;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(14, 8, 31, 0.18);
}

.construction-photo--full {
  grid-column: span 12;
  min-height: 420px;
}

.construction-photo--lead {
  grid-column: span 8;
  min-height: 420px;
}

.construction-photo--aside {
  grid-column: span 4;
  min-height: 420px;
}

.construction-photo--tile-half {
  grid-column: span 6;
}

.construction-photo--tile-wide {
  grid-column: span 12;
}

.construction-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.construction-photo:hover img {
  transform: scale(1.04);
}

.construction-photo__overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(14, 8, 31, 0) 0%, rgba(14, 8, 31, 0.76) 72%);
}

.construction-photo__overlay strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}

.construction-photo__overlay small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  text-align: left;
}

.construction-empty {
  display: grid;
  gap: 12px;
  padding: 34px;
  background: rgba(32, 23, 68, 0.82);
}

.construction-empty h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.construction-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.8;
}

.construction-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

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

.construction-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 7, 22, 0.86);
  backdrop-filter: blur(8px);
}

.construction-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(1320px, calc(100vw - 40px));
  height: min(92vh, 980px);
  margin: 4vh auto;
}

.construction-lightbox__figure {
  margin: 0;
  display: grid;
  gap: 18px;
}

.construction-lightbox__figure img {
  width: 100%;
  max-height: calc(92vh - 120px);
  object-fit: contain;
  border-radius: 28px;
}

.construction-lightbox__caption {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.construction-lightbox__caption strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 32px);
}

.construction-lightbox__caption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.construction-lightbox__close,
.construction-lightbox__nav {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.construction-lightbox__close:hover,
.construction-lightbox__nav:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}

.construction-lightbox__nav:disabled {
  opacity: 0.36;
  cursor: default;
}

.construction-lightbox__nav:disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.12);
}

.construction-lightbox__close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 34px;
  line-height: 1;
}

.construction-lightbox__nav {
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .construction-page__layout {
    grid-template-columns: 1fr;
  }

  .construction-archive {
    margin-left: 0;
    position: static;
  }
}

@media (max-width: 980px) {
  .construction-page {
    gap: 18px;
  }

  .construction-archive-mobile {
    display: grid;
  }

  .construction-archive {
    display: none;
  }

  .construction-page__layout {
    gap: 16px;
  }

  .construction-month {
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
  }

  .construction-month__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .construction-month__badges {
    justify-content: flex-start;
  }

  .construction-month__summary {
    margin-top: -2px;
    font-size: 15px;
    line-height: 1.6;
  }

  .construction-month__gallery {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .construction-month__gallery .construction-photo {
    display: none;
  }

  .construction-month__gallery .construction-photo:first-child {
    display: block;
    grid-column: 1 / -1;
    min-height: clamp(220px, 62vw, 360px);
    border-radius: 22px;
  }

  .construction-lightbox__dialog {
    width: min(100vw - 24px, 960px);
    height: min(88vh, 860px);
    margin: 6vh auto;
  }

  .construction-lightbox__figure img {
    max-height: calc(88vh - 118px);
  }
}

@media (max-width: 640px) {
  .construction-page {
    gap: 14px;
    padding-bottom: clamp(8px, 2.6vw, 14px);
  }

  .construction-archive-mobile,
  .construction-month,
  .construction-empty {
    border-radius: 22px;
  }

  .construction-archive-mobile {
    padding: 14px;
  }

  .construction-archive-mobile__select {
    min-height: 50px;
    font-size: 16px;
  }

  .construction-feed {
    gap: 14px;
  }

  .construction-month {
    padding: 16px;
  }

  .construction-month__eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .construction-month__head h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .construction-month__badges {
    display: none;
  }

  .construction-month__summary {
    display: none;
  }

  .construction-month__gallery .construction-photo:first-child {
    min-height: clamp(210px, 70vw, 300px);
  }

  .construction-photo__overlay {
    gap: 2px;
    padding: 14px;
  }

  .construction-photo__overlay strong {
    font-size: 16px;
  }

  .construction-photo__overlay small {
    font-size: 11px;
  }

  .construction-lightbox__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 12px 8px 14px;
  }

  .construction-lightbox__figure {
    gap: 10px;
    min-height: 0;
    align-content: center;
  }

  .construction-lightbox__figure img {
    max-height: calc(100dvh - 148px);
    border-radius: 18px;
  }

  .construction-lightbox__caption strong {
    font-size: clamp(18px, 6.2vw, 24px);
  }

  .construction-lightbox__caption span {
    font-size: 13px;
  }

  .construction-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 30px;
    background: rgba(20, 14, 42, 0.62);
  }

  .construction-lightbox__nav--prev {
    left: 8px;
  }

  .construction-lightbox__nav--next {
    right: 8px;
  }

  .construction-lightbox__close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    font-size: 28px;
    background: rgba(20, 14, 42, 0.62);
  }

  .construction-lightbox__close:hover {
    transform: none;
  }

  .construction-lightbox__nav:hover {
    transform: translateY(-50%);
  }
}

@media (max-width: 380px) {
  .construction-archive-mobile__select {
    font-size: 15px;
  }

  .construction-month {
    padding: 14px;
  }
}

.documents-page__intro-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 30px;
  background: rgba(32, 23, 68, 0.82);
}

.documents-page__intro-aside strong {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

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

.documents-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
}

.documents-card__head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.documents-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2e2160, #4a357d);
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
}

.documents-card__title-wrap {
  min-width: 0;
}

.documents-card__title-wrap h3 {
  margin: 0 0 8px;
  color: #24184b;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.08;
}

.documents-card__title-wrap p {
  color: #655e78;
}

.documents-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.documents-card__meta div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(46, 33, 96, 0.06);
}

.documents-card__meta dt {
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a7fa4;
}

.documents-card__meta dd {
  margin: 0;
  color: #24184b;
  font-size: 16px;
  font-weight: 700;
}

.documents-card__actions {
  margin-top: auto;
}

.contacts-page {
  position: relative;
}

.contacts-scene {
  display: grid;
  gap: 28px;
}

.contacts-scene__board {
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  min-height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(47, 34, 101, 0.92), rgba(26, 18, 57, 0.96));
  box-shadow: 0 28px 74px rgba(7, 3, 20, 0.3);
}

.contacts-scene__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  min-width: 0;
  padding: 38px 36px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f7f3ec 0%, #f0eae1 100%);
  color: #2e2160;
}

.contacts-scene__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.contacts-scene__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #2e2160;
  font-size: 15px;
  font-weight: 700;
  background: rgba(255, 198, 146, 0.1);
}

.contacts-scene__tab--icon {
  width: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #5e44be;
  color: #fff;
  box-shadow: 0 12px 22px rgba(94, 68, 190, 0.26);
}

.contacts-scene__tab--icon svg {
  width: 18px;
  height: 18px;
}

.contacts-scene__tab--active {
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: #2e2160;
  box-shadow: 0 12px 24px rgba(255, 198, 146, 0.22);
}

.contacts-scene__kicker {
  margin: 0;
  color: rgba(46, 33, 96, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.contacts-scene__address {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-ui);
  font-size: clamp(28px, 2.05vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
  color: #2e2160;
}

.contacts-scene__facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.contacts-scene__fact {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid rgba(46, 33, 96, 0.1);
}

.contacts-scene__fact:first-child {
  margin-top: 0;
}

.contacts-scene__fact dt {
  color: rgba(46, 33, 96, 0.44);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contacts-scene__fact dd,
.contacts-scene__fact a {
  margin: 0;
  color: #2e2160;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.contacts-scene__socials {
  justify-content: flex-start;
  margin: 2px 0 8px;
}

.contacts-scene__socials a {
  background: #2e2160;
  border-color: #2e2160;
}

.contacts-scene__socials a:hover,
.contacts-scene__socials a:focus-visible {
  background: #403176;
  border-color: #403176;
}

.contacts-scene__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.contacts-scene__actions .btn {
  width: 100%;
}

.contacts-scene__actions .btn--ghost {
  border-color: rgba(46, 33, 96, 0.18);
  background: rgba(46, 33, 96, 0.04);
  color: #2e2160;
  backdrop-filter: none;
}

.contacts-scene__map-wrap {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: transparent;
  border-left: 1px solid rgba(46, 33, 96, 0.08);
}

.contacts-scene__map-widget,
.contacts-scene__map-widget .locations-showcase__embed,
.contacts-scene__map-widget .locations-showcase__map-shell {
  height: 100%;
}

.contacts-scene__map-widget {
  padding: 0;
}

.contacts-scene__map-widget .locations-showcase__toolbar,
.contacts-scene__map-widget .locations-showcase__tool--layers,
.contacts-scene__map-widget .locations-showcase__toolbar-group {
  display: none !important;
}

.contacts-scene__map-widget .locations-showcase__map-shell {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contacts-scene__map {
  min-height: 640px;
  height: 100%;
  background: transparent;
}

.contacts-scene__map > ymaps {
  width: 100%;
  height: 100%;
}

.contacts-scene__map-widget .locations-showcase__toolbar {
  top: 18px;
  right: 88px;
}

.contacts-scene__map-widget .locations-showcase__zoom {
  top: 18px;
  right: 18px;
}

.contacts-scene__balloon-card {
  display: grid;
  gap: 6px;
  min-width: 220px;
  color: #2e2160;
  font-family: var(--font-ui);
}

.contacts-scene__balloon-card strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.contacts-scene__balloon-card span {
  color: rgba(46, 33, 96, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.contacts-scene__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .contacts-scene__board {
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .cms-page--contacts .cms-page__content {
    padding-top: 0;
  }

  .contacts-scene__board {
    grid-template-columns: 1fr;
  }

  .contacts-scene__details {
    padding: 28px 24px;
    gap: 16px;
  }

  .contacts-scene__map-wrap {
    min-height: 480px;
  }

  .contacts-scene__map {
    min-height: 480px;
  }

  .contacts-scene__map-widget .locations-showcase__toolbar {
    right: 80px;
  }
}

@media (max-width: 1024px) {
  .cms-page {
    --page-intro-top-space: calc(108px + env(safe-area-inset-top));
  }

  .architecture-page--home-embed {
    padding-bottom: 14px;
  }

  .page-intro {
    padding-top: var(--page-intro-top-space, calc(78px + env(safe-area-inset-top)));
  }

  .page-intro__title {
    max-width: none;
    font-size: clamp(30px, 10.6vw, 40px);
    line-height: .98;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .home-marketing-intro {
    padding: 20px 0 20px;
  }

  .home-marketing-intro__title {
    font-size: clamp(34px, 12.6vw, 44px);
    line-height: 0.95;
    letter-spacing: 0;
  }

  .contacts-scene {
    gap: 20px;
  }

  .contacts-scene__board {
    border-radius: 24px;
  }

  .contacts-scene__details {
    padding: 22px 18px;
    gap: 14px;
  }

  .contacts-scene__address {
    font-size: clamp(26px, 8vw, 34px);
  }

  .contacts-scene__fact dd,
  .contacts-scene__fact a {
    font-size: 16px;
  }

  .contacts-scene__actions .btn {
    width: 100%;
  }

  .contacts-scene__map-wrap,
  .contacts-scene__map {
    min-height: 360px;
  }

  .contacts-scene__map-wrap {
    width: calc(100% + 36px);
    max-width: none;
    min-width: 0;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: -18px;
    border-left: 0;
    border-radius: 0 0 24px 24px;
  }

  .contacts-scene__map-widget,
  .contacts-scene__map-widget .locations-showcase__embed,
  .contacts-scene__map-widget .locations-showcase__map-shell,
  .contacts-scene__map {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 0 0 24px 24px;
  }

  .contacts-scene__map-widget .locations-showcase__map-shell {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .contacts-scene__map,
  .contacts-scene__map > ymaps,
  .contacts-scene__map > div,
  .contacts-scene__map [class*="ymaps-2"] {
    border-radius: 0 0 24px 24px !important;
  }

  .contacts-scene__map-widget .locations-showcase__toolbar {
    top: 14px;
    right: 74px;
  }

  .contacts-scene__map-widget .locations-showcase__zoom {
    top: 14px;
    right: 14px;
  }

  .contacts-scene__note {
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .cms-page {
    --page-intro-top-space: calc(128px + env(safe-area-inset-top));
  }
}

@media (max-width: 640px) {
  .cms-page {
    --page-intro-top-space: calc(102px + env(safe-area-inset-top));
  }
}

@media (max-width: 420px) {
  .cms-page {
    --page-intro-top-space: calc(84px + var(--mobile-scrolled-extra, 0px) + env(safe-area-inset-top));
  }
}

.developer-page {
  display: grid;
  gap: 24px;
  padding-top: 0;
}

.developer-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 380px);
  gap: 24px;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.developer-stage__content,
.developer-trust,
.developer-director-card {
  min-width: 0;
  border-radius: 30px;
}

.developer-stage__content {
  min-width: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.developer-stage__content .section-label {
  color: #ffc692;
}

.developer-stage__content .section-label::before {
  background: rgba(255, 198, 146, 0.56);
}

.developer-stage__headline {
  margin-top: 0;
}

.developer-stage__headline p {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(26px, 2.15vw, 40px);
  line-height: 1.16;
  letter-spacing: -.02em;
  font-weight: 700;
  text-wrap: balance;
  color: #fff;
}

.developer-story {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.developer-story p,
.developer-principle p,
.developer-message p {
  margin: 0;
  font-size: clamp(17px, 1.16vw, 21px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.developer-principles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}

.developer-principle {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  transform-origin: 50% 100%;
  transition:
    opacity .9s cubic-bezier(.22, .61, .36, 1),
    transform .9s cubic-bezier(.22, .61, .36, 1),
    filter .9s cubic-bezier(.22, .61, .36, 1),
    box-shadow .35s ease,
    border-color .35s ease;
}

.developer-principle::before {
  content: none;
}

.developer-principles.is-motion-pending .developer-principle {
  opacity: 0;
  transform: translateY(42px) scale(.96) rotateX(10deg);
  filter: blur(10px);
}

.developer-principles.is-motion-pending .developer-principle:nth-child(1) {
  transition-delay: .02s;
}

.developer-principles.is-motion-pending .developer-principle:nth-child(2) {
  transition-delay: .12s;
}

.developer-principles.is-motion-pending .developer-principle:nth-child(3) {
  transition-delay: .22s;
}

.developer-principles.is-motion-pending .developer-principle:nth-child(4) {
  transition-delay: .32s;
}

.developer-principles.is-inview .developer-principle {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0);
  filter: blur(0);
}

.developer-principles.is-inview .developer-principle:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.developer-principle h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.12;
}

.developer-message {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 24px;
  align-items: stretch;
  margin: 0;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 30px;
  border-top-right-radius: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 234, 0.98));
  color: #302a66;
  box-shadow: 0 20px 44px rgba(8, 4, 22, 0.12);
}

.developer-message--aside {
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(260px, 340px);
  gap: 18px;
  margin: 0;
  min-height: clamp(720px, 62vw, 920px);
  height: auto;
  padding: clamp(28px, 2.8vw, 40px);
}

.developer-message p {
  color: rgba(48, 42, 102, 0.84);
}

.developer-message__body {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
}

.developer-message strong {
  font-family: var(--font-brand);
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: .96;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #302a66;
}

.developer-stage__aside {
  min-width: 0;
  display: flex;
}

.developer-director-card {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.developer-portrait {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 18px;
  background: transparent;
  border: 0;
}

.developer-portrait picture {
  display: block;
}

.developer-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 18px;
}

.developer-message__signature {
  margin: 0;
  color: rgba(48, 42, 102, 0.68) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-transform: none;
}

.developer-message__portrait {
  margin: 0;
  align-self: stretch;
  margin-top: auto;
}

.developer-message__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(48, 42, 102, 0.12);
}

.developer-trust-panel__head {
  display: grid;
  gap: 10px;
}

.developer-trust-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(48, 42, 102, 0.08);
  color: rgba(48, 42, 102, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.developer-trust-panel {
  display: grid;
  gap: 22px;
  min-width: 0;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 28px;
}

.developer-banks {
  position: relative;
  margin-top: 28px;
  display: grid;
  gap: 22px;
}

.developer-banks--bottom {
  grid-column: 1 / -1;
  margin-top: 0;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 30px;
  border-top-right-radius: 96px;
  background: linear-gradient(180deg, rgba(52, 38, 108, 0.98), rgba(39, 28, 83, 0.98));
  box-shadow: 0 20px 44px rgba(8, 4, 22, 0.12);
}

.developer-banks__featured,
.developer-banks__group {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.developer-banks__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(52, 181, 118, 0.12);
  color: #228758;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.developer-banks__label--muted {
  background: rgba(48, 42, 102, 0.08);
  color: rgba(48, 42, 102, 0.68);
}

.developer-banks::before {
  content: none;
}

.developer-banks .developer-trust-panel__eyebrow {
  background: rgba(48, 42, 102, 0.08);
  color: rgba(48, 42, 102, 0.72);
}

.developer-trust-panel__head h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 1.8vw, 34px);
  margin: 0;
  line-height: 1.08;
}

.developer-banks--bottom .developer-trust-panel__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.02vw, 18px);
  line-height: 1.65;
}

.developer-banks--bottom .developer-trust-panel__head h3 {
  color: #fff;
}

.developer-logo-grid {
  display: grid;
  gap: 14px;
}

.developer-logo-grid--banks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.developer-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(48, 42, 102, 0.08);
}

.developer-logo-tile img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
}

.developer-logo-tile--bank {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 42, 102, 0.1);
  box-shadow:
    0 10px 24px rgba(48, 42, 102, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    opacity .85s cubic-bezier(.22, .61, .36, 1),
    transform .85s cubic-bezier(.22, .61, .36, 1),
    filter .85s cubic-bezier(.22, .61, .36, 1),
    box-shadow .3s ease,
    border-color .3s ease;
}

.developer-logo-tile--bank img {
  max-height: 42px;
}

.developer-banks.is-motion-pending .developer-trust-panel__head,
.developer-banks.is-motion-pending .developer-logo-tile--bank {
  opacity: 0;
  transform: translateY(32px) scale(.96);
  filter: blur(10px);
}

.developer-banks.is-motion-pending .developer-trust-panel__head {
  transition:
    opacity .75s cubic-bezier(.22, .61, .36, 1),
    transform .75s cubic-bezier(.22, .61, .36, 1),
    filter .75s cubic-bezier(.22, .61, .36, 1);
}

.developer-banks.is-motion-pending .developer-logo-tile--bank {
  transition-delay: calc(var(--bank-index, 0) * .08s);
}

.developer-banks.is-inview .developer-trust-panel__head,
.developer-banks.is-inview .developer-logo-tile--bank {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.developer-banks.is-inview .developer-logo-tile--bank:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(48, 42, 102, 0.18);
  box-shadow:
    0 18px 34px rgba(48, 42, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.developer-logo-tile--featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 251, 247, 0.98));
  width: 100%;
  justify-self: stretch;
}

.cms-page--about .cms-page__main {
  padding-top: 0;
}

.cms-page--about .cms-page__content {
  padding-top: 0;
}

.about-page {
  display: grid;
  gap: 34px;
}

.buy-page {
  display: grid;
  margin-top: clamp(8px, 1.4vw, 18px);
}

.buy-finance {
  display: grid;
  padding: 0;
}

.buy-finance__panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.2vw, 28px);
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 198, 146, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(83, 66, 126, 0.96), rgba(61, 47, 116, 0.98));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 56px rgba(16, 9, 48, 0.18);
}

.buy-finance__head {
  display: grid;
  gap: 8px;
}

.buy-finance__eyebrow {
  margin: 0 0 8px;
  color: #ffc692;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.buy-finance h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.buy-option {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(138px, auto);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(33, 24, 70, 0.68);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
  transition:
    background-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease,
    filter .24s ease;
  animation: buy-option-in .52s ease both;
  cursor: pointer;
  outline: none;
}

.buy-option:nth-child(2) {
  animation-delay: .06s;
}

.buy-option:nth-child(3) {
  animation-delay: .12s;
}

.buy-option:nth-child(4) {
  animation-delay: .18s;
}

.buy-option:nth-child(5) {
  animation-delay: .24s;
}

.buy-option.is-selected {
  background: rgba(33, 24, 70, 0.82);
  box-shadow: inset 4px 0 0 #ffc692;
}

.buy-option:hover,
.buy-option:focus-visible {
  transform: translateY(-2px);
  background: rgba(33, 24, 70, 0.9);
  box-shadow:
    inset 4px 0 0 #ffc692,
    0 14px 30px rgba(12, 7, 32, 0.2);
}

.buy-options:has(.buy-option:hover) .buy-option.is-selected:not(:hover),
.buy-options:has(.buy-option:focus-visible) .buy-option.is-selected:not(:focus-visible) {
  background: rgba(33, 24, 70, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
}

.buy-option__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.buy-option__copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.buy-option__copy h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 800;
  line-height: 1.15;
}

.buy-option__details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.buy-option__details li {
  min-width: 0;
}

.buy-option__details li:not(:last-child)::after {
  content: "·";
  margin-left: 10px;
  color: rgba(255, 198, 146, 0.82);
}

.buy-option__payment {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  justify-items: end;
  gap: 0;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.buy-option__payment strong {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 0.18em;
  font-family: var(--font-ui);
  font-size: clamp(21px, 1.7vw, 29px);
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.buy-option__payment strong small {
  grid-column: 2;
  color: inherit;
  font-size: 0.42em;
  font-weight: 800;
  line-height: 1;
  margin-top: 0.24em;
  text-align: right;
}

.buy-option__payment strong > span:first-child {
  grid-column: 1;
  color: inherit;
  font-size: 0.52em;
  font-weight: 800;
  line-height: 1;
}

.buy-option__payment [data-buy-count] {
  grid-column: 2;
  display: inline-block;
  font: inherit;
  min-width: 4.8ch;
}

.buy-option__payment-label {
  display: block;
  max-width: 150px;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.12;
  white-space: normal;
}

@supports selector(:has(*)) {
  .buy-options:has(.buy-option:hover) .buy-option:not(:hover),
  .buy-options:has(.buy-option:focus-visible) .buy-option:not(:focus-visible) {
    filter: saturate(0.9) brightness(0.96);
  }
}

@keyframes buy-option-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .buy-option {
    animation: none;
    transition: none;
  }

  .buy-option:hover,
  .buy-option:focus-visible {
    transform: none;
  }
}

.buy-note {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.buy-note strong,
.buy-note p {
  margin: 0;
}

.buy-note strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
}

.buy-note p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.buy-finance__button {
  width: min(100%, 360px);
  min-height: 58px;
  justify-content: center;
  box-shadow: none;
}

.buy-finance__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.about-panel {
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 54px rgba(8, 4, 22, 0.14);
}

.about-panel--growth {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 243, 236, 0.98));
  color: #302a66;
}

.about-panel__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.about-panel__heading {
  display: grid;
  gap: 8px;
}

.about-panel__heading h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(34px, 3.6vw, 62px);
  line-height: .96;
  color: #302a66;
}

.about-panel__heading p {
  margin: 0;
  color: #302a66;
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 1.16;
  font-weight: 700;
}

.about-growth-note {
  justify-self: end;
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 0 0 0 52px;
  background: linear-gradient(180deg, rgba(52, 38, 108, 0.98), rgba(43, 31, 94, 0.98));
  color: #fff;
}

.about-growth-note p,
.about-growth-note strong {
  margin: 0;
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.25;
}

.about-growth-note strong {
  color: #ffc692;
  font-weight: 800;
}

.about-panel__subheading {
  margin-top: clamp(22px, 2.8vw, 34px);
  color: #302a66;
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1.16;
  font-weight: 800;
}

.about-growth-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(28px, 3vw, 38px);
}

.about-growth-item {
  display: grid;
  gap: 18px;
  align-content: start;
}

.about-growth-chart.is-growth-enhanced .about-growth-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .58s ease,
    transform .82s cubic-bezier(.22, 1, .36, 1);
}

.about-growth-chart.is-growth-enhanced .about-growth-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.about-growth-item__delta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  color: #302a66;
}

.about-growth-item__delta strong {
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.24;
  font-weight: 800;
}

.about-growth-item__arrow {
  width: 86px;
  height: 54px;
  position: relative;
  display: block;
}

.about-growth-item__arrow::before,
.about-growth-item__arrow::after {
  content: "";
  position: absolute;
  inset: 0;
}

.about-growth-item__arrow::before {
  clip-path: polygon(0 76%, 30% 34%, 56% 58%, 100% 0, 100% 20%, 60% 74%, 30% 50%, 6% 88%);
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.95), rgba(233, 174, 119, 0.96));
}

.about-growth-item__arrow::after {
  width: 18px;
  height: 18px;
  top: 2px;
  right: -2px;
  left: auto;
  border-top: 5px solid #f0b57f;
  border-right: 5px solid #f0b57f;
  transform: rotate(12deg);
}

.about-growth-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  min-height: 276px;
}

.about-growth-bars__group {
  display: grid;
  gap: 8px;
  align-items: end;
}

.about-growth-bars__label {
  color: #3f3975;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  font-variant-numeric: tabular-nums lining-nums;
}

.about-growth-bars__bar {
  display: flex;
  align-items: end;
  justify-content: center;
  height: var(--bar-height);
  min-height: 0;
  padding: 18px 14px;
  border-radius: 0;
  overflow: hidden;
  will-change: height;
}

.about-growth-bars__bar span {
  font-size: clamp(20px, 1.65vw, 30px);
  line-height: 1.06;
  font-weight: 800;
  text-align: center;
  font-variant-numeric: tabular-nums lining-nums;
}

.about-growth-bars__bar--start {
  background: linear-gradient(180deg, rgba(211, 210, 230, 0.9), rgba(93, 84, 142, 0.98));
  color: #fff;
}

.about-growth-bars__bar--final {
  background: linear-gradient(180deg, rgba(255, 230, 202, 0.92), rgba(255, 207, 157, 0.98));
  color: #302a66;
}

.about-growth-item h3 {
  margin: 0;
  color: #302a66;
  font-size: clamp(24px, 1.7vw, 34px);
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.about-growth-caption {
  margin: clamp(22px, 2.6vw, 28px) 0 0;
  color: rgba(48, 42, 102, 0.8);
  font-size: 15px;
  line-height: 1.45;
  text-align: right;
}

.about-panel--potential {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 243, 236, 0.98));
  color: #302a66;
}

.cms-page--about .about-panel--potential {
  padding-bottom: clamp(28px, 3vw, 40px);
  margin-bottom: 0;
}

.cms-page--about .site-footer {
  margin-top: 0;
}

.about-potential {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}

.about-potential__content {
  display: grid;
  gap: 24px;
  align-content: start;
}

.about-potential__copy {
  display: grid;
  gap: 20px;
}

.about-potential__copy p {
  margin: 0;
  color: #302a66;
  font-size: clamp(19px, 1.45vw, 27px);
  line-height: 1.42;
}

.about-potential__list {
  margin: 0;
  padding-left: 24px;
  display: grid;
  gap: 8px;
  color: #302a66;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.4;
  font-weight: 700;
}

.about-potential__map {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 640px;
  border-radius: 28px;
  overflow: hidden;
  background: #f2e4dc;
}

.about-potential__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-potential__map--live {
  background: transparent;
  border: 1px solid rgba(48, 42, 102, 0.08);
}

.about-potential__map--live .locations-showcase,
.about-potential__map--live .locations-showcase__embed,
.about-potential__map--live .locations-showcase__map-shell,
.about-potential__map--live .locations-showcase__map {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
}

.about-potential__map--live .locations-showcase__map-shell {
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}

.about-potential__map--live .locations-showcase__map {
  height: 100%;
  min-height: 100%;
  border-radius: 28px;
}

.about-potential__map--live .locations-showcase__map > ymaps,
.about-potential__map--live .locations-showcase__map > div,
.about-potential__map--live .locations-showcase__map [class*="ymaps-2"][class*="-map"],
.about-potential__map--live .locations-showcase__map [class*="ymaps-2"][class*="-inner-panes"],
.about-potential__map--live .locations-showcase__map [class*="ymaps-2"][class*="-panes"] {
  width: 100% !important;
  height: 100% !important;
}

.about-potential__map--live .locations-showcase__toolbar,
.about-potential__map--live .locations-showcase__zoom,
.about-potential__map--live .locations-showcase__filters {
  display: none !important;
}

.about-potential__map--live .locations-showcase__main-pin {
  width: 108px;
  height: 108px;
}

.about-potential__map--live .locations-showcase__main-pin-wave {
  border-width: 3px;
  box-shadow:
    0 0 0 1px rgba(200, 185, 255, 0.18) inset,
    0 0 26px var(--pin-purple-glow-soft),
    0 0 42px rgba(91, 61, 201, 0.42);
}

.about-potential__map--live .locations-showcase__main-pin-shell {
  inset: 18px;
}

.about-potential__map--live .locations-showcase__poi-badge {
  width: 62px !important;
  height: 62px !important;
}

.about-potential__map--live .locations-showcase__poi-badge-core {
  inset: 7px !important;
}

.about-potential__map--live .locations-showcase__poi-badge-icon {
  width: 30px !important;
  height: 30px !important;
}

.about-potential__map--live .locations-showcase__main-pin-wave--two {
  animation-delay: .9s;
}

.about-potential__map--live .locations-showcase__map [class*="ymaps-2"][class*="-inner-panes"] {
  filter: saturate(108%);
}

.about-potential__map--live .locations-showcase__basic-balloon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, calc(-100% - 14px));
  box-sizing: border-box;
  display: block;
  min-width: 160px;
  max-width: 220px;
  padding: 14px 44px 14px 16px;
  border: 1px solid rgba(43, 33, 90, 0.14);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(28, 18, 67, 0.2);
  color: #1f183f;
  overflow: visible;
  pointer-events: none;
}

.about-potential__map--live .locations-showcase__basic-balloon-inner {
  display: block;
}

.about-potential__map--live .locations-showcase__basic-balloon-title {
  margin: 0;
  color: #1f183f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  word-break: break-word;
}

.about-potential__map--live .locations-showcase__basic-balloon-close {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}

.about-potential__map--live .locations-showcase__basic-balloon-close::before,
.about-potential__map--live .locations-showcase__basic-balloon-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  width: 2px;
  height: 16px;
  border-radius: 0;
  background: rgba(31, 24, 63, 0.48);
}

.about-potential__map--live .locations-showcase__basic-balloon-close::before {
  transform: rotate(45deg);
}

.about-potential__map--live .locations-showcase__basic-balloon-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .developer-stage {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .developer-stage__aside {
    max-width: 420px;
  }

  .developer-director-card {
    position: static;
  }

  .developer-message--aside {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .cms-page__main {
    padding-top: 100px;
    padding-bottom: clamp(12px, 3.8vw, 22px);
  }

  .cms-page__hero-inner,
  .cms-block {
    padding: 24px;
    border-radius: 24px;
  }

  .cms-block-grid {
    grid-template-columns: 1fr;
  }

  .documents-page__hero,
  .documents-page__intro,
  .documents-page__grid {
    grid-template-columns: 1fr;
  }

  .documents-page__hero-main,
  .documents-page__hero-aside,
  .documents-page__intro-main,
  .documents-page__intro-aside,
  .documents-card {
    border-radius: 24px;
  }

  .documents-page__panel {
    border-radius: 24px;
  }

  .buy-finance {
    grid-template-columns: 1fr;
  }

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

  .buy-option {
    min-height: 0;
  }

  .buy-option__payment strong {
    font-size: clamp(24px, 4vw, 34px);
  }

  .about-panel__top,
  .about-growth-chart,
  .about-potential {
    grid-template-columns: 1fr;
  }

  .about-growth-note {
    justify-self: start;
    max-width: none;
    border-radius: 0 24px 24px 24px;
  }

  .about-potential__map {
    min-height: 460px;
  }

  .about-potential__map--live .locations-showcase__map {
    min-height: 460px;
  }

  .documents-page__list {
    gap: 12px;
  }

  .documents-page__item {
    gap: 12px;
  }

  .documents-page__meta {
    gap: 8px 12px;
  }

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

  .developer-message {
    border-top-right-radius: 42px;
  }
}

@media (max-width: 640px) {
  .developer-page {
    padding-top: 0;
  }

  .developer-stage,
  .developer-stage__content,
  .developer-director-card {
    border-radius: 24px;
  }

  .developer-stage {
    gap: 14px;
    padding: 14px;
  }

  .developer-principles,
  .developer-logo-grid--banks {
    grid-template-columns: 1fr;
  }


  .developer-stage__content,
  .developer-trust-panel {
    padding: 22px 18px;
  }

  .developer-signature {
    padding: 0 4px;
  }

  .developer-stage__headline {
    margin-top: 18px;
  }

  .developer-story,
  .developer-principles,
  .developer-message,
  .developer-trust__grid {
    margin-top: 20px;
  }

  .developer-principle {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .developer-message {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    border-top-right-radius: 32px;
  }

  .developer-banks--bottom {
    padding: 22px 18px;
    border-top-right-radius: 32px;
  }

  .developer-message__portrait {
    order: -1;
    max-width: none;
  }

  .developer-stage__aside {
    max-width: none;
  }

  .developer-portrait img {
    border-radius: 16px;
  }

  .developer-logo-tile {
    min-height: 92px;
    padding: 18px;
    border-radius: 20px;
  }

  .developer-logo-tile img {
    max-height: 44px;
  }

  .developer-logo-tile--featured {
    width: 100%;
  }

  .developer-logo-tile--text span {
    font-size: clamp(22px, 7vw, 30px);
  }

  .about-panel {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .buy-finance,
  .buy-finance__panel,
  .buy-option {
    border-radius: 24px;
  }

  .buy-finance {
    padding: 0;
  }

  .buy-finance__panel {
    padding: 20px 18px;
  }

  .buy-finance h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .buy-option {
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .buy-option__tag {
    margin-bottom: 4px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .buy-option__copy h3 {
    font-size: 19px;
    line-height: 1.12;
  }

  .buy-option__payment {
    justify-content: flex-end;
    text-align: right;
    white-space: normal;
  }

  .buy-option__payment strong {
    font-size: 26px;
  }

  .buy-finance__bottom {
    grid-template-columns: 1fr;
  }

  .buy-finance__button {
    width: 100%;
  }

  .about-growth-bars {
    min-height: 230px;
  }

  .about-potential__copy p {
    font-size: 18px;
  }

  .about-potential__list {
    padding-left: 20px;
    font-size: 16px;
  }

  .about-potential__map {
    min-height: 320px;
  }

  .about-potential__map--live .locations-showcase__map {
    min-height: 320px;
  }

  .about-potential__map--live .locations-showcase__main-pin {
    width: 92px;
    height: 92px;
  }

  .cms-page--about .about-panel--potential {
    padding-bottom: 0;
    overflow: hidden;
  }

  .cms-page--about .about-potential__map,
  .cms-page--about .about-potential__map--live,
  .cms-page--about .about-potential__map--live .locations-showcase,
  .cms-page--about .about-potential__map--live .locations-showcase__embed,
  .cms-page--about .about-potential__map--live .locations-showcase__map-shell,
  .cms-page--about .about-potential__map--live .locations-showcase__map {
    width: calc(100% + 36px);
    max-width: none;
    min-width: 0;
    margin-left: -18px;
    margin-right: -18px;
    border-radius: 0 0 24px 24px;
  }

  .cms-page--about .about-potential__map--live {
    border: 0;
  }

  .cms-page--about .about-potential__map--live .locations-showcase {
    padding-bottom: 0;
  }

  .cms-page--about .about-potential__map--live .locations-showcase__map-shell {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .cms-page--about .about-potential__map--live .locations-showcase__map,
  .cms-page--about .about-potential__map--live .locations-showcase__map > ymaps,
  .cms-page--about .about-potential__map--live .locations-showcase__map > div,
  .cms-page--about .about-potential__map--live .locations-showcase__map [class*="ymaps-2"] {
    border-radius: 0 0 24px 24px !important;
  }

  .cms-page--about .site-footer {
    margin-top: 0;
  }

  .documents-page__hero-main,
  .documents-page__hero-aside,
  .documents-page__intro-main,
  .documents-page__intro-aside,
  .documents-card {
    padding: 20px;
  }

  .documents-page__header {
    padding: 20px 20px 0;
  }

  .documents-page__body {
    padding: 16px 20px 20px;
  }

  .documents-page__hero-main h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .documents-page__hero-aside strong {
    font-size: clamp(34px, 10vw, 54px);
  }

  .documents-card__head {
    gap: 14px;
  }

  .documents-card__index {
    min-width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 18px;
  }

  .documents-card__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .buy-option {
    grid-template-columns: 1fr;
    gap: 10px 12px;
  }

  .buy-option__payment {
    justify-content: flex-start;
    text-align: left;
  }

  .buy-option__payment strong {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .locations-showcase__map-shell {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .locations-showcase__filters {
    position: static;
    z-index: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(var(--locations-filter-cols, 5), minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    overflow: visible;
    gap: 6px;
    padding: 8px;
    border-radius: 16px;
  }

  .locations-showcase__filters::after,
  .locations-showcase__filter small,
  .locations-showcase__filter-main > span:last-child {
    display: none !important;
  }

  .locations-showcase__filter {
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    justify-content: center;
    gap: 0;
  }

  .locations-showcase__filter-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    gap: 0;
  }

  .locations-showcase__filter-icon {
    width: clamp(24px, 7vw, 30px);
    height: clamp(24px, 7vw, 30px);
    flex: 0 0 clamp(24px, 7vw, 30px);
  }

  .locations-showcase__toolbar {
    top: 12px;
    right: 12px;
  }

  .locations-showcase__zoom {
    display: none;
  }
}

@media (max-width: 360px) {
  .locations-showcase__filters {
    grid-template-columns: repeat(var(--locations-filter-cols, 5), minmax(0, 1fr));
    gap: 6px;
  }

  .locations-showcase__filter {
    width: 100%;
  }

  .locations-showcase__zoom {
    display: none;
  }
}

/* Page 10 tuning: full-screen background + card stays in content workspace */
.pdf-page-block--atmosphere .pdf-page-block__frame {
  min-height: 100svh;
  background-position: 62% center;
}

.pdf-page-block__workspace--atmosphere {
  min-height: 100svh;
  justify-content: center;
  align-items: flex-start;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(16px, 3vw, 46px);
}

.pdf-page-block--atmosphere .pdf-page-block__frame::before {
  display: none;
}

.pdf-atmosphere-card {
  margin-left: 0;
}

@supports not (height: 100svh) {
  .pdf-page-block--atmosphere .pdf-page-block__frame,
  .pdf-page-block__workspace--atmosphere {
    min-height: 100vh;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame,
  .pdf-page-block__workspace--atmosphere {
    min-height: max(680px, 100svh);
  }
}

@media (max-width: 640px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame,
  .pdf-page-block__workspace--atmosphere {
    min-height: max(740px, 100svh);
  }

  .pdf-page-block--atmosphere .pdf-page-block__frame {
    background-position: 68% center;
  }

  .pdf-page-block__workspace--atmosphere {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pdf-atmosphere-card {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 420px) {
  .pdf-page-block--atmosphere .pdf-page-block__frame,
  .pdf-page-block__workspace--atmosphere {
    min-height: max(700px, 100svh);
  }

  .pdf-page-block--atmosphere .pdf-page-block__frame {
    background-position: 70% center;
  }
}

.pdf-page-block--ergonomics .pdf-page-block__frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(25, 18, 54, 0.04) 0%, rgba(25, 18, 54, 0.08) 100%),
    url('../img/pdf-block/page-09-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--ergonomics .pdf-page-block__frame::after {
  display: none;
}

.pdf-page-block--ergonomics .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(255, 240, 221, 0.03) 0%, rgba(40, 28, 84, 0.05) 100%);
}

.pdf-page-block__workspace--ergonomics {
  min-height: calc(100vw * 0.7085);
  justify-content: center;
  align-items: flex-end;
  padding-top: clamp(26px, 3vw, 40px);
  padding-bottom: clamp(26px, 3vw, 40px);
}

.pdf-ergonomics-card {
  position: relative;
  width: min(100%, 700px);
  min-height: clamp(560px, 45vw, 770px);
  margin-left: auto;
  margin-right: 0;
  padding: 34px 42px 38px 58px;
  border-top-left-radius: 102px;
  background: rgba(241, 193, 144, 0.93);
  color: #302a66;
  box-shadow: 0 26px 68px rgba(23, 15, 48, 0.2);
  backdrop-filter: blur(10px);
}

.pdf-ergonomics-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.2), transparent 38%);
  pointer-events: none;
}

.pdf-ergonomics-card > * {
  position: relative;
  z-index: 1;
}

.pdf-ergonomics-card__mark {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 58px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(17%) sepia(17%) saturate(2356%) hue-rotate(216deg) brightness(95%) contrast(97%);
}

.pdf-ergonomics-card__title {
  width: min(100%, 560px);
  margin: 72px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(34px, 3vw, 52px);
  line-height: .92;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  color: #302a66;
}

.pdf-ergonomics-card__title span {
  display: block;
}

.pdf-ergonomics-card__title span:last-child {
  white-space: nowrap;
}

.pdf-ergonomics-card__lead {
  max-width: 470px;
  margin: 34px 0 0;
  font-size: clamp(18px, 1.45vw, 31px);
  line-height: 1.24;
  font-weight: 700;
  color: #302a66;
}

.pdf-ergonomics-card__body {
  display: grid;
  gap: 24px;
  margin-top: 44px;
  max-width: 510px;
}

.pdf-ergonomics-card__item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.pdf-ergonomics-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 50%;
  background: #302a66;
}

.pdf-ergonomics-card__icon img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

.pdf-ergonomics-card__item h3 {
  margin: 2px 0 4px;
  font-family: var(--font-ui);
  font-size: clamp(22px, 1.52vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  color: #302a66;
}

.pdf-ergonomics-card__item p {
  margin: 0;
  font-size: clamp(18px, 1.28vw, 24px);
  line-height: 1.32;
  font-weight: 500;
  color: rgba(48, 42, 102, 0.98);
}

@media (max-width: 1180px) {
  .pdf-page-block--ergonomics .pdf-page-block__frame,
  .pdf-page-block__workspace--ergonomics {
    min-height: calc(100vw * 0.7085);
  }

  .pdf-ergonomics-card {
    width: min(100%, 650px);
    min-height: clamp(520px, 44vw, 710px);
    margin-right: 0;
    padding: 30px 34px 34px 48px;
  }

  .pdf-ergonomics-card__title {
    width: min(100%, 510px);
    font-size: clamp(32px, 2.8vw, 46px);
  }

  .pdf-ergonomics-card__lead {
    max-width: 430px;
  }

  .pdf-ergonomics-card__body {
    max-width: 470px;
  }
}

@media (max-width: 980px) {
  .pdf-page-block--ergonomics .pdf-page-block__frame {
    min-height: 760px;
    background-position: 32% center;
  }

  .pdf-page-block__workspace--ergonomics {
    min-height: 760px;
    padding: 24px 18px;
  }

  .pdf-ergonomics-card {
    width: min(100%, 560px);
    min-height: auto;
    margin-right: 0;
    padding: 28px 28px 30px 38px;
    border-top-left-radius: 78px;
  }

  .pdf-ergonomics-card__mark {
    width: 52px;
  }

  .pdf-ergonomics-card__title {
    width: min(100%, 430px);
    margin-top: 58px;
    font-size: clamp(28px, 4vw, 38px);
  }

  .pdf-ergonomics-card__lead {
    max-width: 350px;
    margin-top: 28px;
    font-size: clamp(17px, 2.4vw, 22px);
  }

  .pdf-ergonomics-card__body {
    gap: 18px;
    margin-top: 32px;
    max-width: 390px;
  }

  .pdf-ergonomics-card__item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
  }

  .pdf-ergonomics-card__icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .pdf-ergonomics-card__icon img {
    width: 54px;
    height: 54px;
  }

  .pdf-ergonomics-card__item h3 {
    font-size: clamp(18px, 2.3vw, 24px);
  }

  .pdf-ergonomics-card__item p {
    font-size: clamp(15px, 1.95vw, 18px);
  }
}

@media (max-width: 640px) {
  .pdf-page-block--ergonomics .pdf-page-block__frame {
    min-height: 820px;
    background-position: 22% center;
  }

  .pdf-page-block--ergonomics .pdf-page-block__frame::after {
    display: none;
  }

  .pdf-page-block__workspace--ergonomics {
    min-height: 820px;
    align-items: stretch;
    padding: 18px 14px 22px;
  }

  .pdf-ergonomics-card {
    width: min(100%, 374px);
    min-height: auto;
    margin-right: 0;
    margin-left: auto;
    padding: 24px 20px 24px 22px;
    border-top-left-radius: 58px;
  }

  .pdf-ergonomics-card__mark {
    top: 14px;
    right: 14px;
    width: 44px;
  }

  .pdf-ergonomics-card__title {
    width: min(100%, 248px);
    margin-top: 42px;
    font-size: clamp(24px, 7.6vw, 32px);
  }

  .pdf-ergonomics-card__title span:last-child {
    white-space: normal;
  }

  .pdf-ergonomics-card__lead {
    max-width: 258px;
    margin-top: 18px;
    font-size: clamp(14px, 4vw, 18px);
  }

  .pdf-ergonomics-card__body {
    gap: 16px;
    margin-top: 22px;
    max-width: 286px;
  }

  .pdf-ergonomics-card__item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .pdf-ergonomics-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .pdf-ergonomics-card__icon img {
    width: 46px;
    height: 46px;
  }

  .pdf-ergonomics-card__item h3 {
    font-size: 16px;
  }

  .pdf-ergonomics-card__item p {
    font-size: 13px;
    line-height: 1.34;
  }
}

@media (max-width: 420px) {
  .pdf-page-block--ergonomics .pdf-page-block__frame {
    min-height: 760px;
    background-position: 18% center;
  }

  .pdf-page-block__workspace--ergonomics {
    min-height: 760px;
    padding: 14px 10px 18px;
  }

  .pdf-ergonomics-card {
    width: min(100%, 320px);
    margin-right: 0;
    padding: 20px 16px 20px 18px;
    border-top-left-radius: 46px;
  }

  .pdf-ergonomics-card__title {
    width: min(100%, 208px);
    margin-top: 36px;
    font-size: clamp(20px, 6.8vw, 25px);
  }

  .pdf-ergonomics-card__lead {
    max-width: 214px;
    margin-top: 14px;
    font-size: 13px;
  }

  .pdf-ergonomics-card__body {
    gap: 14px;
    margin-top: 18px;
    max-width: 246px;
  }

  .pdf-ergonomics-card__item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .pdf-ergonomics-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .pdf-ergonomics-card__icon img {
    width: 38px;
    height: 38px;
  }

  .pdf-ergonomics-card__item h3 {
    font-size: 14px;
  }

  .pdf-ergonomics-card__item p {
    font-size: 12px;
    line-height: 1.32;
  }
}

/* Pages 11-20 */
.pdf-page-block--manifest .pdf-page-block__frame,
.pdf-page-block--architecture-quote .pdf-page-block__frame,
.pdf-page-block--lobby-intro .pdf-page-block__frame,
.pdf-page-block--apartments .pdf-page-block__frame,
.pdf-page-block--engineering .pdf-page-block__frame,
.pdf-page-block--architecture-detail .pdf-page-block__frame,
.pdf-page-block--interior-split .pdf-page-block__frame {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.pdf-page-block--manifest .pdf-page-block__frame {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(30, 20, 64, 0.04) 0%, rgba(30, 20, 64, 0.1) 100%),
    url('../img/pdf-block/page-11-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--manifest .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(18, 12, 38, 0.02) 0%, rgba(18, 12, 38, 0.08) 100%);
}

.pdf-page-block__workspace--manifest {
  min-height: 100svh;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pdf-manifest-card {
  width: min(100%, 640px);
  margin-left: auto;
  padding: 26px 30px 28px;
  background: rgba(48, 42, 102, 0.96);
  color: #efc08f;
  box-shadow: 0 26px 60px rgba(20, 12, 48, 0.22);
}

.pdf-manifest-card__title {
  margin: 0;
  max-width: 560px;
  font-family: var(--font-brand);
  font-size: clamp(24px, 2.5vw, 46px);
  line-height: .96;
  letter-spacing: -0.012em;
  text-transform: lowercase;
}

.pdf-page-block--architecture-detail .pdf-page-block__frame,
.pdf-page-block--engineering .pdf-page-block__frame {
  background: #f6f5f3;
}

.pdf-architecture-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  min-height: calc(100vw * 0.7085);
  padding: clamp(46px, 5vw, 78px) clamp(24px, 4vw, 54px);
  color: #302a66;
}

.pdf-architecture-detail__eyebrow {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdf-architecture-detail__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(38px, 4vw, 66px);
  line-height: .95;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.pdf-architecture-detail__lead {
  max-width: 700px;
  margin: 30px 0 0;
  font-size: clamp(22px, 1.75vw, 34px);
  line-height: 1.22;
  font-weight: 700;
}

.pdf-architecture-detail__lead strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18em;
}

.pdf-architecture-detail__text {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: 42px;
}

.pdf-architecture-detail__text p {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.34;
  font-weight: 500;
}

.pdf-architecture-detail__card {
  position: relative;
  min-height: 620px;
  padding: 38px 38px 110px;
  border-top-left-radius: 96px;
  background: #302a66;
  color: #efc08f;
}

.pdf-architecture-detail__mark {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 58px;
  height: auto;
}

.pdf-architecture-detail__card h3 {
  margin: 112px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: .95;
  letter-spacing: -0.015em;
  text-transform: lowercase;
}

.pdf-architecture-detail__card-text {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.pdf-architecture-detail__card-text p {
  margin: 0;
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.32;
}

.pdf-architecture-detail__card-text strong {
  display: inline-block;
  margin-bottom: 4px;
}

.pdf-architecture-detail__card-text span {
  display: inline-block;
  margin-top: 4px;
  font-weight: 800;
}

.pdf-architecture-detail__smile {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 170px;
  transform: translateX(-50%);
}

.pdf-page-block--architecture-quote .pdf-page-block__frame {
  min-height: calc(100vw * 0.7085);
  background: url('../img/pdf-block/page-13-bg.jpg') center/cover no-repeat;
}

.pdf-page-block__workspace--architecture-quote {
  min-height: calc(100vw * 0.7085);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.pdf-architecture-quote {
  width: min(100%, 620px);
  padding: 28px 34px 34px;
  border-bottom-right-radius: 88px;
  background: rgba(48, 42, 102, 0.98);
  color: #efc08f;
}

.pdf-architecture-quote h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(26px, 2.55vw, 46px);
  line-height: .98;
  letter-spacing: -0.016em;
  text-transform: lowercase;
}

.pdf-page-block--lobby-intro .pdf-page-block__frame {
  position: relative;
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 12, 28, 0.08) 0%, rgba(17, 12, 28, 0.16) 100%),
    url('../img/pdf-block/page-14-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--lobby-intro .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(10, 10, 20, 0.02) 0%, rgba(10, 10, 20, 0.16) 100%);
}

.pdf-page-block__workspace--lobby-intro {
  min-height: calc(100vw * 0.7085);
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(260px, .9fr);
  grid-template-rows: auto 1fr auto;
  gap: 28px 40px;
  align-items: start;
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(36px, 4vw, 60px);
}

.pdf-lobby-intro__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(72px, 6.8vw, 128px);
  line-height: .88;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #fff;
}

.pdf-lobby-intro__text {
  grid-column: 2;
  margin: 10px 0 0;
  max-width: 520px;
  justify-self: end;
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: 1.38;
  font-weight: 700;
  color: #fff;
}

.pdf-lobby-intro__badge {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  width: min(100%, 390px);
  padding: 30px 32px 34px;
  background: rgba(42, 38, 54, 0.74);
  color: #fff;
  backdrop-filter: blur(6px);
}

.pdf-lobby-intro__badge h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(28px, 2.35vw, 44px);
  line-height: .98;
  letter-spacing: -0.014em;
  text-transform: lowercase;
}

.pdf-interior-split {
  display: grid;
  grid-template-columns: minmax(320px, 43%) minmax(0, 57%);
  min-height: calc(100vw * 0.7085);
}

.pdf-interior-split__content {
  background: #b0a291;
  color: #fff;
  padding: clamp(44px, 5vw, 80px) clamp(28px, 4vw, 62px);
}

.pdf-interior-split__title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(38px, 3.45vw, 60px);
  line-height: .95;
  letter-spacing: -0.018em;
  text-transform: lowercase;
}

.pdf-interior-split__sections {
  display: grid;
  gap: 28px;
  max-width: 460px;
  margin-top: 44px;
}

.pdf-interior-split__sections section {
  display: grid;
  gap: 8px;
}

.pdf-interior-split__sections h3,
.pdf-apartments-card__body h3,
.pdf-engineering-card__body strong {
  margin: 0;
  font-size: clamp(24px, 1.6vw, 32px);
  line-height: 1.18;
  font-weight: 800;
}

.pdf-interior-split__sections p,
.pdf-apartments-card__body p,
.pdf-engineering-card__body p {
  margin: 0;
  font-size: clamp(20px, 1.35vw, 28px);
  line-height: 1.35;
  font-weight: 500;
}

.pdf-interior-split__media {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pdf-interior-split--warmth .pdf-interior-split__media {
  background-image: url('../img/pdf-block/page-15-bg.jpg');
}

.pdf-interior-split--service .pdf-interior-split__media {
  background-image: url('../img/pdf-block/page-16-bg.jpg');
}

.pdf-interior-split--logistics .pdf-interior-split__media {
  background-image: url('../img/pdf-block/page-17-bg.jpg');
}

.pdf-interior-split--pet .pdf-interior-split__media {
  background-image: url('../img/pdf-block/page-18-bg.jpg');
}

.pdf-page-block--apartments .pdf-page-block__frame {
  position: relative;
  min-height: calc(100vw * 0.7085);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 14, 38, 0.04) 0%, rgba(20, 14, 38, 0.1) 100%),
    url('../img/pdf-block/page-19-bg.jpg') center/cover no-repeat;
}

.pdf-page-block--apartments .pdf-page-block__overlay {
  background: linear-gradient(180deg, rgba(18, 12, 38, 0.02) 0%, rgba(18, 12, 38, 0.08) 100%);
}

.pdf-page-block__workspace--apartments {
  min-height: calc(100vw * 0.7085);
  justify-content: center;
  align-items: flex-start;
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.pdf-apartments-card {
  position: relative;
  width: min(100%, 560px);
  margin-right: auto;
  padding: 30px 34px 34px;
  border-top-left-radius: 88px;
  background: rgba(48, 42, 102, 0.95);
  color: #efc08f;
  box-shadow: 0 26px 60px rgba(20, 12, 48, 0.22);
}

.pdf-apartments-card__mark,
.pdf-engineering-card__mark {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 54px;
  height: auto;
}

.pdf-apartments-card__eyebrow {
  margin: 0;
  padding-right: 72px;
  font-family: var(--font-brand);
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1;
  text-transform: lowercase;
}

.pdf-apartments-card__title {
  margin: 44px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(32px, 2.7vw, 48px);
  line-height: .94;
  letter-spacing: -0.016em;
  text-transform: lowercase;
}

.pdf-apartments-card__lead,
.pdf-engineering-card__lead {
  margin: 28px 0 0;
  font-size: clamp(24px, 1.7vw, 34px);
  line-height: 1.18;
  font-weight: 800;
}

.pdf-apartments-card__body,
.pdf-engineering-card__body {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.pdf-engineering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  min-height: calc(100vw * 0.7085);
  padding: clamp(42px, 5vw, 72px) clamp(24px, 4vw, 54px);
}

.pdf-engineering-card {
  position: relative;
  min-height: 620px;
  padding: 34px 34px 38px;
  border-top-left-radius: 92px;
  background: #302a66;
  color: #efc08f;
}

.pdf-engineering-card h2 {
  margin: 94px 0 0;
  padding-right: 64px;
  font-family: var(--font-brand);
  font-size: clamp(30px, 2.5vw, 44px);
  line-height: .96;
  letter-spacing: -0.016em;
  text-transform: lowercase;
}

@supports not (height: 100svh) {
  .pdf-page-block--manifest .pdf-page-block__frame,
  .pdf-page-block__workspace--manifest {
    min-height: 100vh;
  }
}

@media (max-width: 1180px) {
  .pdf-architecture-detail {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  }

  .pdf-architecture-detail__card {
    min-height: 560px;
    padding-bottom: 94px;
  }

  .pdf-interior-split {
    grid-template-columns: 42% 58%;
  }

  .pdf-engineering-card {
    min-height: 560px;
  }
}

@media (max-width: 980px) {
  .pdf-manifest-card {
    width: min(100%, 520px);
    padding: 22px 24px 24px;
  }

  .pdf-architecture-detail {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }

  .pdf-architecture-detail__main,
  .pdf-architecture-detail__card {
    max-width: 720px;
  }

  .pdf-architecture-detail__card {
    min-height: auto;
  }

  .pdf-page-block--architecture-quote .pdf-page-block__frame,
  .pdf-page-block__workspace--architecture-quote,
  .pdf-page-block--lobby-intro .pdf-page-block__frame,
  .pdf-page-block__workspace--lobby-intro,
  .pdf-page-block--apartments .pdf-page-block__frame,
  .pdf-page-block__workspace--apartments,
  .pdf-interior-split {
    min-height: 760px;
  }

  .pdf-lobby-intro__title {
    font-size: clamp(56px, 10vw, 92px);
  }

  .pdf-page-block__workspace--lobby-intro {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }

  .pdf-lobby-intro__text,
  .pdf-lobby-intro__badge {
    grid-column: 1;
    justify-self: start;
  }

  .pdf-interior-split {
    grid-template-columns: 1fr;
  }

  .pdf-interior-split__media {
    min-height: 360px;
  }

  .pdf-apartments-card {
    width: min(100%, 500px);
  }

  .pdf-engineering-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pdf-engineering-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .pdf-page-block__workspace--manifest {
    padding: 18px 14px 22px;
  }

  .pdf-manifest-card {
    width: min(100%, 340px);
    padding: 18px 18px 20px;
  }

  .pdf-architecture-detail {
    padding: 20px 14px 24px;
  }

  .pdf-architecture-detail__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .pdf-architecture-detail__title {
    font-size: clamp(24px, 7.2vw, 34px);
  }

  .pdf-architecture-detail__lead,
  .pdf-architecture-detail__text p,
  .pdf-architecture-detail__card-text p,
  .pdf-interior-split__sections p,
  .pdf-apartments-card__body p,
  .pdf-engineering-card__body p,
  .pdf-lobby-intro__text {
    font-size: 15px;
    line-height: 1.34;
  }

  .pdf-architecture-detail__card {
    padding: 22px 18px 72px;
    border-top-left-radius: 56px;
  }

  .pdf-architecture-detail__mark,
  .pdf-apartments-card__mark,
  .pdf-engineering-card__mark {
    top: 14px;
    right: 14px;
    width: 42px;
  }

  .pdf-architecture-detail__card h3,
  .pdf-engineering-card h2 {
    margin-top: 56px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .pdf-architecture-detail__smile {
    width: 108px;
    bottom: 18px;
  }

  .pdf-architecture-quote {
    width: min(100%, 360px);
    padding: 18px 18px 22px;
    border-bottom-right-radius: 48px;
  }

  .pdf-lobby-intro__badge {
    width: min(100%, 300px);
    padding: 18px 18px 20px;
  }

  .pdf-lobby-intro__badge h3,
  .pdf-apartments-card__title {
    font-size: clamp(22px, 6.2vw, 30px);
  }

  .pdf-page-block__workspace--lobby-intro {
    padding: 20px 14px 22px;
  }

  .pdf-interior-split__content {
    padding: 24px 18px;
  }

  .pdf-interior-split__title {
    font-size: clamp(24px, 6.8vw, 34px);
  }

  .pdf-interior-split__sections {
    gap: 18px;
    margin-top: 22px;
  }

  .pdf-interior-split__sections h3,
  .pdf-apartments-card__body h3,
  .pdf-engineering-card__body strong {
    font-size: 17px;
  }

  .pdf-interior-split__media {
    min-height: 280px;
  }

  .pdf-page-block__workspace--apartments {
    padding: 18px 14px 22px;
  }

  .pdf-apartments-card {
    width: min(100%, 360px);
    padding: 22px 18px 24px;
    border-top-left-radius: 56px;
  }

  .pdf-apartments-card__eyebrow {
    font-size: 18px;
  }

  .pdf-apartments-card__title {
    margin-top: 28px;
  }

  .pdf-apartments-card__lead,
  .pdf-engineering-card__lead {
    margin-top: 18px;
    font-size: 18px;
  }

  .pdf-apartments-card__body,
  .pdf-engineering-card__body {
    gap: 16px;
    margin-top: 22px;
  }

  .pdf-engineering-grid {
    padding: 20px 14px 24px;
    gap: 14px;
  }

  .pdf-engineering-card {
    padding: 22px 18px 24px;
    border-top-left-radius: 56px;
  }
}

/* Layouts page */
.layouts-page {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  margin-top: 8px;
}

.layouts-fullbleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.layouts-hero,
.layouts-floor-browser,
.layouts-catalog {
  overflow: hidden;
}

.layouts-hero {
  padding: clamp(42px, 6vw, 74px) 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 198, 146, 0.24), transparent 20%),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #312269 0%, #2b1f5f 52%, #20174a 100%);
  border-radius: 0 0 40px 40px;
}

.layouts-hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -24% auto;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 198, 146, 0.18) 0%, rgba(255, 198, 146, 0.02) 62%, transparent 76%);
  pointer-events: none;
}

.layouts-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
}

.layouts-hero__copy h2,
.layouts-section-head h2 {
  margin: 18px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(34px, 4.25vw, 64px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.layouts-hero__copy p,
.layouts-section-head p {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
}

.layouts-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.layouts-stat-card,
.layouts-summary-card {
  border: 1px solid rgba(255, 198, 146, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(16, 8, 38, 0.2);
}

.layouts-stat-card {
  display: grid;
  gap: 8px;
  min-height: 136px;
  padding: 22px 22px 24px;
  border-radius: 28px;
}

.layouts-stat-card strong {
  font-family: var(--font-brand);
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: .9;
  letter-spacing: .02em;
  color: var(--accent);
}

.layouts-stat-card span {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.layouts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.layouts-summary-card {
  display: grid;
  gap: 22px;
  padding: 28px;
  border-radius: 34px;
}

.layouts-summary-card__header,
.layouts-summary-card__footer {
  display: grid;
  gap: 12px;
}

.layouts-summary-card__header p,
.layouts-summary-card__footer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.78);
}

.layouts-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 198, 146, 0.14);
  border: 1px solid rgba(255, 198, 146, 0.26);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.layouts-summary-card__list {
  display: grid;
  gap: 12px;
}

.layouts-summary-card__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.layouts-summary-card__item-main {
  display: grid;
  gap: 2px;
}

.layouts-summary-card__item-main strong {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.layouts-summary-card__item-main span {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.layouts-summary-card__item-count {
  font-family: var(--font-brand);
  font-size: 32px;
  line-height: .92;
  color: var(--accent);
}

.layouts-floor-browser {
  padding: clamp(40px, 5.4vw, 70px) 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(48, 42, 102, 0.08), transparent 18%),
    linear-gradient(180deg, #f4efe7 0%, #efe7dd 100%);
  color: #302a66;
  border-radius: 40px;
}

.layouts-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 34px);
}

.layouts-section-head p {
  margin: 0;
  color: rgba(48, 42, 102, 0.78);
}

.layouts-section-head--light p {
  color: rgba(255, 255, 255, 0.78);
}

.layouts-section-head--light {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.layouts-floor-browser__shell {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 32px);
  align-items: start;
}

.layouts-floor-browser__controls {
  display: grid;
  gap: 12px;
}

.layouts-floor-tab {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(48, 42, 102, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  color: #302a66;
  text-align: left;
  box-shadow: 0 16px 36px rgba(48, 42, 102, 0.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.layouts-floor-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 42, 102, 0.24);
}

.layouts-floor-tab.is-active {
  background: linear-gradient(135deg, #302a66 0%, #3c2e7d 100%);
  color: #fff;
  border-color: rgba(48, 42, 102, 0.4);
  box-shadow: 0 22px 44px rgba(48, 42, 102, 0.18);
}

.layouts-floor-tab__label {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.layouts-floor-tab__meta {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(48, 42, 102, 0.64);
}

.layouts-floor-tab.is-active .layouts-floor-tab__meta {
  color: rgba(255, 255, 255, 0.72);
}

.layouts-floor-browser__stage {
  min-width: 0;
}

.layouts-floor-panel {
  display: none;
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
}

.layouts-floor-panel.is-active {
  display: grid;
}

.layouts-floor-card,
.layouts-floor-figure {
  min-width: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 54px rgba(48, 42, 102, 0.1);
}

.layouts-floor-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 2.8vw, 34px);
}

.layouts-floor-card h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.layouts-floor-card__lead,
.layouts-floor-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
  color: rgba(48, 42, 102, 0.84);
}

.layouts-floor-card__lead {
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: #302a66;
}

.layouts-floor-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.layouts-floor-card__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(48, 42, 102, 0.08);
  color: #302a66;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.layouts-floor-card__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.layouts-floor-card__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(48, 42, 102, 0.82);
  line-height: 1.56;
}

.layouts-floor-card__list li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dca469;
  transform: translateY(-50%);
}

.layouts-floor-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.layouts-btn--ghost {
  border-color: rgba(48, 42, 102, 0.18);
  background: rgba(48, 42, 102, 0.06);
  color: #302a66;
}

.layouts-floor-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2vw, 26px);
}

.layouts-floor-figure img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.layouts-catalog {
  padding: clamp(42px, 5.4vw, 72px) 0 clamp(22px, 3vw, 38px);
  background: transparent;
  border-radius: 0;
}

.layouts-filter-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  padding: clamp(18px, 2vw, 24px) clamp(22px, 2.4vw, 36px) clamp(20px, 2.2vw, 26px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 199, 145, 0.14), transparent 22%),
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(135deg, rgba(64, 46, 124, 0.92) 0%, rgba(46, 33, 99, 0.96) 52%, rgba(31, 22, 71, 0.98) 100%);
  border: 1px solid rgba(255, 199, 145, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 56px rgba(10, 6, 24, 0.22);
}

.layouts-filter-panel__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: start;
}

.layouts-filter-panel__summary {
  display: grid;
  gap: 6px;
}

.layouts-filter-panel__eyebrow {
  margin: 0;
  color: #ffc692;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.layouts-filter-panel__summary strong {
  font-family: var(--font-brand);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: .92;
  color: #fff;
}

.layouts-filter-panel__summary span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.layouts-filter-panel__headline {
  display: grid;
  gap: 2px;
}

.layouts-filter-panel__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(24px, 3.1vw, 44px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  overflow: visible;
}

.layouts-filter-panel__title-text {
  display: inline-block;
}

.layouts-filter-panel__title-select {
  display: inline-flex;
  align-items: center;
  color: #ffc791;
}

.layouts-filter-panel__title-select::after {
  display: none;
}

.layouts-filter-panel__groups {
  display: grid;
  gap: 14px;
}

.layouts-filter-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 18px;
  align-items: start;
  justify-content: stretch;
  margin-top: 12px;
}

.layouts-filter-card {
  --filter-card-x: 16px;
  position: relative;
  display: grid;
  grid-template-rows: auto 56px;
  gap: 9px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  align-items: start;
  overflow: visible;
}

.layouts-filter-card--rooms {
  align-content: stretch;
}

.layouts-filter-card--range {
  padding: 0;
}

.layouts-filter-card__head {
  display: contents;
}

.layouts-filter-range-values {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  height: 56px;
  padding: 0 var(--filter-card-x);
  border-radius: 6px;
  border: 1px solid rgba(255, 199, 145, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.layouts-filter-input {
  flex: 1 1 0;
  min-width: 0;
}

.layouts-filter-input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  text-align: center;
}

.layouts-filter-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.layouts-filter-range-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, 0.18);
}

.layouts-filter-range {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -2px;
  height: 14px;
  --range-start: 0%;
  --range-end: 100%;
}

.layouts-filter-range::before,
.layouts-filter-range::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  transform: none;
  pointer-events: none;
  z-index: 1;
}

.layouts-filter-range::before {
  background: rgba(255, 255, 255, 0.16);
}

.layouts-filter-range::after {
  left: var(--range-start);
  right: calc(100% - var(--range-end));
  background: linear-gradient(90deg, #ffc791 0%, #f7b46f 100%);
}

.layouts-filter-range input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  margin: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  z-index: 2;
}

.layouts-filter-range input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
  border: 0;
}

.layouts-filter-range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 3;
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ffc791;
  box-shadow: 0 8px 18px rgba(255, 199, 145, 0.22);
  pointer-events: auto;
  cursor: pointer;
}

.layouts-filter-range input[type="range"]::-moz-range-track {
  height: 3px;
  background: transparent;
  border: 0;
}

.layouts-filter-range input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ffc791;
  box-shadow: 0 8px 18px rgba(255, 199, 145, 0.22);
  pointer-events: auto;
  cursor: pointer;
}

.layouts-filter-range input[type="range"]:focus {
  outline: none;
}

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

.layouts-filter-group__label {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
}

.layouts-filter-group__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
  min-height: 100%;
  padding: 10px 20px;
}

.layouts-filter-button {
  box-sizing: border-box;
  min-width: 30px;
  min-height: 30px;
  padding: 4px 11px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transition: transform .2s ease, color .2s ease;
}

.layouts-filter-button:hover {
  transform: none;
  background: transparent;
  color: #fff;
}

.layouts-filter-button.is-active {
  border-color: #ffc791;
  color: #fff;
}

.layouts-filter-card--rooms .layouts-filter-group__buttons {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
}

.layouts-filter-card--rooms .layouts-filter-button {
  width: 56px;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.84);
}

.layouts-filter-card--rooms .layouts-filter-button.is-active {
  border-color: #ffc791;
  background: rgba(255, 199, 145, 0.11);
  color: #fff;
}

.layouts-filter-panel__result {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .03em;
  padding-top: 18px;
}

.layouts-filter-submit-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  height: 56px;
  width: 100%;
  padding: 0 22px;
  border: 1px solid rgba(255, 199, 145, 0.18);
  border-radius: 6px;
  background: linear-gradient(135deg, #FFC692 0%, #E9AE77 100%);
  color: #2e2160;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: filter .2s ease, transform .2s ease;
}

.layouts-filter-submit-control:hover {
  color: #2e2160;
  filter: brightness(1.03);
}

.layouts-page--home-filter .layouts-catalog {
  padding-bottom: clamp(36px, 5vw, 70px);
}

.layouts-page--home-filter .layouts-filter-panel {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(46, 33, 96, .08);
}

.layouts-page--home-filter .layouts-filter-panel__top {
  grid-column: 1 / -1;
}

.layouts-page--home-filter .layouts-filter-group__label,
.layouts-page--home-filter .layouts-filter-panel__result {
  color: rgba(46, 33, 96, .68);
}

.layouts-page--home-filter .layouts-filter-panel__title-select {
  color: #2e2160;
}

.layouts-page--home-filter .layouts-filter-panel__lead {
  max-width: 640px;
  margin: 8px 0 0;
  color: rgba(46, 33, 96, .68);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  line-height: 1.45;
}

.layouts-page--home-filter .layouts-filter-range-values {
  border-color: rgba(46, 33, 96, .18);
  background: rgba(46, 33, 96, .04);
}

.layouts-page--home-filter .layouts-filter-input input {
  color: #2e2160;
}

.layouts-page--home-filter .layouts-filter-input input::placeholder {
  color: rgba(46, 33, 96, .42);
}

.layouts-page--home-filter .layouts-filter-range-divider {
  background: rgba(46, 33, 96, .16);
}

.layouts-page--home-filter .layouts-filter-range::before {
  background: rgba(46, 33, 96, .14);
}

.layouts-page--home-filter .layouts-filter-range::after {
  background: linear-gradient(90deg, #2e2160 0%, #4b3991 100%);
}

.layouts-page--home-filter .layouts-filter-range input[type="range"]::-webkit-slider-thumb {
  border-color: #fff;
  background: #2e2160;
  box-shadow: 0 8px 18px rgba(46, 33, 96, .18);
}

.layouts-page--home-filter .layouts-filter-range input[type="range"]::-moz-range-thumb {
  border-color: #fff;
  background: #2e2160;
  box-shadow: 0 8px 18px rgba(46, 33, 96, .18);
}

.layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-button {
  border-color: rgba(46, 33, 96, .18);
  background: rgba(46, 33, 96, .04);
  color: rgba(46, 33, 96, .72);
}

.layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-button:hover {
  color: #2e2160;
}

.layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-button.is-active {
  border-color: #2e2160;
  background: rgba(46, 33, 96, .1);
  color: #2e2160;
}

.layouts-page--home-filter .layouts-filter-submit-control {
  border-color: #2e2160;
  background: #2e2160;
  color: #fff;
}

.layouts-page--home-filter .layouts-filter-body {
  grid-column: 1;
  grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr) minmax(220px, 272px);
  align-items: start;
}

.layouts-page--home-filter .layouts-filter-panel__result {
  grid-column: 1;
  padding-top: 0;
}

.layouts-page--home-filter .layouts-empty-state {
  display: none !important;
}

.layouts-page--home-filter .layouts-filter-submit-control {
  align-self: end;
  justify-self: stretch;
  margin: 0;
}

.layouts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.layouts-grid[hidden] {
  display: none !important;
}

.layout-card[hidden] {
  display: none !important;
}

.layout-card {
  align-self: start;
}

.layout-card__button {
  display: grid;
  gap: 16px;
  width: 100%;
  height: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: left;
  align-content: start;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 36px rgba(17, 10, 40, 0.22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.layout-card__button:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 198, 146, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 44px rgba(17, 10, 40, 0.28);
}

.layout-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
}

.layout-card__top-right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.layout-card__floor {
  min-width: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.layout-card__format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #2f2464;
  background: #ffc692;
}

.layout-card__tour3d-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 198, 146, 0.55);
  background: rgba(255, 198, 146, 0.12);
  color: #ffd8b2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.layout-card--three .layout-card__format {
  background: linear-gradient(135deg, #f5e7b7 0%, #e0c989 100%);
}

.layout-card--two .layout-card__format {
  background: linear-gradient(135deg, #efc6ce 0%, #deaab4 100%);
}

.layout-card--studio .layout-card__format {
  background: linear-gradient(135deg, #c5e2f1 0%, #b2d5e9 100%);
}

.layout-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px 16px;
  background: #ffffff;
  aspect-ratio: 1 / 1;
}

.layout-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.layout-card__meta {
  display: grid;
  gap: 4px;
  min-height: 50px;
  align-content: start;
}

.layout-card__meta strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.layout-card__meta span {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.layouts-empty-state {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-top: 22px;
  padding: 28px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.layouts-empty-state strong {
  font-size: 20px;
  color: #fff;
}

.layouts-empty-state span {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.layouts-tail {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.layouts-tail__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px 28px;
  align-items: end;
}

.layouts-tail__intro h3,
.layouts-tail__cta h4 {
  margin: 16px 0 0;
  font-family: var(--font-brand);
  font-size: clamp(24px, 2.7vw, 42px);
  line-height: .96;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}

.layouts-tail__intro p,
.layouts-tail__cta p,
.layouts-floor-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.66;
}

.layouts-tail__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.layouts-floor-mini-card,
.layouts-tail__cta {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 36px rgba(17, 10, 40, 0.18);
}

.layouts-floor-mini-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.layouts-floor-mini-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.layouts-floor-mini-card__top strong {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.layouts-floor-mini-card h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
  color: #fff;
}

.layouts-floor-mini-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent);
}

.layouts-floor-mini-card__link::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.layouts-tail__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  padding: 24px;
}

.layouts-tail__cta-copy {
  display: grid;
  gap: 12px;
}

.layouts-tail__cta-copy h4 {
  margin-top: 0;
}

.layouts-tail__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.layouts-modal {
  position: fixed;
  inset: 0;
  z-index: 52;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.layouts-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.layouts-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 31, 0.76);
  backdrop-filter: blur(14px);
}

.layouts-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  width: min(1280px, 100%);
  height: min(92vh, 980px);
  padding: 20px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 198, 146, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(48, 34, 101, 0.98), rgba(34, 24, 76, 0.98));
  box-shadow: 0 32px 90px rgba(12, 7, 28, 0.42);
}

.layouts-modal__close {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 198, 146, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.layouts-modal__head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 340px) minmax(0, 1fr);
  align-items: end;
  gap: 16px;
  padding-right: 64px;
}

.layouts-modal__head-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.layouts-modal__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.layouts-modal__meta .layouts-chip {
  min-height: 36px;
  padding: 0 16px;
  background: linear-gradient(135deg, rgba(255, 198, 146, 0.3), rgba(233, 174, 119, 0.18));
  border-color: rgba(255, 198, 146, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(233, 174, 119, 0.12);
  color: #ffc692;
  font-size: 13px;
  letter-spacing: .1em;
}

.layouts-modal__head h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.02;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.layouts-modal__subtitle {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.layouts-modal__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.layouts-modal__tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px 10px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(248, 245, 238, 0.98), rgba(255, 255, 255, 0.96));
  border: 0;
  border-bottom: 1px solid rgba(47, 36, 100, 0.08);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.75);
}

.layouts-modal__tab {
  min-height: 40px;
  width: 100%;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(47, 36, 100, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.layouts-modal__tab:hover {
  transform: translateY(-1px);
}

.layouts-modal__tab.is-active {
  background:
    linear-gradient(135deg, #ffc692 0%, #e9ae77 100%);
  color: #2e2160;
  box-shadow:
    0 10px 22px rgba(233, 174, 119, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.layouts-modal__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 340px) minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
}

.layouts-modal__pane {
  display: none;
  width: 100%;
  height: 100%;
}

.layouts-modal__pane.is-active {
  display: block;
}

.layouts-modal__sidebar,
.layouts-modal__viewer {
  min-width: 0;
  min-height: 0;
}

.layouts-modal__viewer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(13, 8, 34, 0.12);
}

.layouts-modal__details-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 10px;
  height: 100%;
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

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

.layouts-modal__summary-item {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.layouts-modal__summary-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.layouts-modal__summary-value {
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
}

.layouts-modal__facts {
  display: grid;
  gap: 4px;
  margin: 0;
  align-content: start;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.layouts-modal__facts dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.layouts-modal__facts dd {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.layouts-modal__rooms {
  display: grid;
  gap: 6px;
  min-height: 0;
  align-content: start;
}

.layouts-modal__rooms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: min-content;
  align-content: start;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 2px;
}

.layouts-modal__rooms-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 10px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(15, 9, 38, 0.12);
}

.layouts-modal__rooms-item-name {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .01em;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.layouts-modal__rooms-item-value {
  color: #fff;
  display: block;
  width: auto;
  padding-top: 0;
  border-top: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  text-align: right;
}

.layouts-modal__reserve-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
}

.layouts-modal__tour3d-btn {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  color: #fff;
}

.layouts-modal__tour3d-btn:hover,
.layouts-modal__tour3d-btn:focus-visible,
.layouts-modal__tour3d-btn:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
  transform: none;
}

.layouts-modal__tour3d-btn + .layouts-modal__reserve-btn {
  margin-top: 10px;
}

.layouts-modal__canvas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease;
}

.layouts-modal__viewer > .layouts-modal__pane {
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
}

.layouts-modal__canvas:hover {
  transform: none;
  box-shadow: none;
}

.layouts-modal__canvas img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  background: #ffffff;
}

.layouts-modal__pane--tour3d {
  min-height: 540px;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 0;
  clip-path: none;
}

.layouts-modal__tour3d-wrap {
  display: grid;
  gap: 12px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: -12px;
}

.layouts-modal__tour3d-wrap iframe {
  display: block;
  width: 100%;
  min-height: 480px;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: #fff;
}

@media (max-width: 900px) {
  .layouts-modal__pane--tour3d {
    min-height: 420px;
  }

  .layouts-modal__tour3d-wrap iframe {
    min-height: 360px;
  }
}

.layouts-modal__zoom-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(46, 33, 96, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.layouts-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.layouts-lightbox {
  position: fixed;
  inset: 0;
  z-index: 56;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.layouts-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

.layouts-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 5, 18, 0.88);
  backdrop-filter: blur(10px);
}

.layouts-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  padding: 26px;
  pointer-events: none;
}

.layouts-lightbox__toolbar {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.layouts-lightbox__tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 198, 146, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(73, 56, 125, 0.96), rgba(46, 33, 96, 0.96));
  color: #ffc692;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(18, 10, 41, 0.24);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.layouts-lightbox__tool:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 198, 146, 0.4);
  background:
    linear-gradient(180deg, rgba(82, 63, 139, 0.98), rgba(52, 38, 108, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 28px rgba(18, 10, 41, 0.3);
}

.layouts-lightbox__tool--icon {
  font-size: 0;
}

.layouts-lightbox__tool svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.layouts-lightbox__tool--ratio span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
}

.layouts-lightbox__viewport {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  touch-action: none;
  cursor: grab;
  pointer-events: auto;
}

.layouts-lightbox__viewport.is-dragging {
  cursor: grabbing;
}

.layouts-lightbox__viewport img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  will-change: transform;
}

.layouts-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 198, 146, 0.28);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(73, 56, 125, 0.96), rgba(46, 33, 96, 0.96));
  color: #ffc692;
  font-size: 30px;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(18, 10, 41, 0.28);
  pointer-events: auto;
}

@media (max-width: 1180px) {
  .layouts-hero__inner,
  .layouts-section-head,
  .layouts-tail__intro,
  .layouts-tail__cta {
    grid-template-columns: 1fr;
  }

  .layouts-summary-card {
    max-width: 620px;
  }

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

  .layouts-filter-panel__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .layouts-filter-panel__top {
    grid-template-columns: 1fr;
  }

  .layouts-filter-panel__headline {
    gap: 6px;
  }

  .layouts-filter-panel__title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .layouts-filter-panel__title-select {
    min-width: 0;
    width: auto;
  }

  .layouts-filter-body {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .layouts-filter-card {
    --filter-card-x: 14px;
  }

  .layouts-filter-range-values {
    gap: 8px;
  }

  .layouts-filter-input input {
    font-size: 16px;
    height: 100%;
  }

  .layouts-filter-group__label {
    font-size: 16px;
  }

  .layouts-filter-group__buttons {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .layouts-filter-button {
    font-size: 16px;
  }

  .layouts-filter-card--rooms .layouts-filter-group__buttons {
    justify-content: flex-start;
    gap: 7px;
    padding: 0;
  }

  .layouts-filter-card--rooms .layouts-filter-button {
    width: 56px;
    font-size: 21px;
  }

  .layouts-modal__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .layouts-page--home-filter .layouts-filter-panel {
    grid-template-columns: 1fr;
  }

  .layouts-page--home-filter .layouts-filter-body,
  .layouts-page--home-filter .layouts-filter-panel__result,
  .layouts-page--home-filter .layouts-filter-submit-control {
    grid-column: 1;
  }

  .layouts-page--home-filter .layouts-filter-body {
    grid-template-columns: 1fr;
  }

  .layouts-hero,
  .layouts-floor-browser {
    border-radius: 28px;
  }

  .layouts-stat-row {
    grid-template-columns: 1fr;
  }

  .layouts-floor-browser__shell {
    grid-template-columns: 1fr;
  }

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

  .layouts-tail__cta-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 640px) {
  .layouts-page {
    gap: 0;
    margin-top: 0;
  }

  .layouts-hero {
    padding: 34px 0;
    border-radius: 0 0 24px 24px;
  }

  .layouts-hero__copy h2,
  .layouts-section-head h2 {
    font-size: clamp(26px, 8.2vw, 36px);
  }

  .layouts-hero__copy p,
  .layouts-section-head p,
  .layouts-floor-card__lead,
  .layouts-floor-card__text {
    font-size: 15px;
    line-height: 1.56;
  }

  .layouts-summary-card,
  .layouts-floor-card,
  .layouts-floor-figure,
  .layouts-filter-panel,
  .layout-card__button,
  .layouts-empty-state {
    border-radius: 24px;
  }

  .layouts-floor-browser,
  .layouts-catalog {
    padding: 12px 0 14px;
    background: transparent;
  }

  .cms-page--layouts .layouts-catalog {
    padding-top: 0;
  }

  .layouts-floor-browser__controls {
    grid-template-columns: 1fr;
  }

  .layouts-filter-card {
    --filter-card-x: 12px;
    grid-template-rows: auto 54px;
  }

  .layouts-filter-range-values,
  .layouts-filter-card--rooms .layouts-filter-group__buttons {
    height: 54px;
  }

  .layouts-filter-group__label {
    font-size: 15px;
  }

  .layouts-filter-card--rooms .layouts-filter-group__buttons {
    gap: 6px;
    padding: 0;
  }

  .layouts-filter-card--rooms .layouts-filter-button {
    width: 54px;
    font-size: 20px;
  }

  .layouts-floor-tab {
    padding: 14px 16px;
    border-radius: 20px;
  }

  .layouts-tail__grid,
  .layouts-grid {
    grid-template-columns: 1fr;
  }

  .layout-card__button {
    padding: 16px;
  }

  .layout-card__meta strong {
    font-size: 16px;
  }

  .layouts-modal {
    padding: 0;
  }

  .layouts-modal__dialog {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
    padding: 10px 8px 12px;
    gap: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .layouts-modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .layouts-modal__head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-right: 46px;
  }

  .layouts-modal__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    overflow: visible;
    min-height: 0;
    margin-top: 0;
  }

  .layouts-modal__actions .btn {
    width: 100%;
  }

  .layouts-modal__actions [data-layout-modal-close] {
    display: none;
  }

  .layouts-modal__actions [data-layout-modal-pdf] {
    display: none;
  }

  .layouts-modal__meta {
    padding-right: 42px;
  }

  .layouts-modal__tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    border-radius: 0;
    padding: 8px;
    background:
      linear-gradient(180deg, rgba(248, 245, 238, 0.98), rgba(255, 255, 255, 0.96));
    border: 0;
    border-bottom: 1px solid rgba(47, 36, 100, 0.08);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.75);
  }

  .layouts-modal__tab {
    min-width: 0;
    min-height: 40px;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: .04em;
    white-space: nowrap;
    text-wrap: nowrap;
    border-radius: 12px;
    background: transparent;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
  }

  .layouts-modal__tab:not(.is-active) {
    color: rgba(47, 36, 100, 0.62);
    background: rgba(47, 36, 100, 0.035);
  }

  .layouts-modal__tab.is-active {
    box-shadow:
      0 8px 18px rgba(233, 174, 119, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .layouts-modal__viewer {
    order: 1;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
  }

  .layouts-modal__sidebar {
    order: 2;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 0;
  }

  .layouts-modal__details-card {
    padding: 8px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    height: auto;
    overflow: visible;
    grid-template-rows: auto auto auto;
  }

  .layouts-modal__summary {
    display: none;
  }

  .layouts-modal__facts {
    gap: 4px;
    padding: 0 0 2px;
    border: 0;
    background: transparent;
  }

  .layouts-modal__facts dt {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .layouts-modal__facts dd {
    font-size: 17px;
  }

  .layouts-modal__rooms-list {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    max-height: none;
    padding-right: 0;
  }

  .layouts-modal__rooms-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-height: 0;
    padding: 9px 10px;
    border-radius: 12px;
    background:
      radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 58%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 8px 18px rgba(15, 9, 38, 0.12);
  }

  .layouts-modal__rooms-item-name {
    font-size: 10px;
    line-height: 1.12;
    letter-spacing: .01em;
  }

  .layouts-modal__rooms-item-value {
    padding-top: 0;
    font-size: 14px;
  }

  .layouts-modal__reserve-btn {
    min-height: 48px;
    margin-top: 12px;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, #ffc893 0%, #f2b57c 52%, #e2a268 100%);
    box-shadow:
      0 10px 22px rgba(233, 174, 119, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }

  .layouts-modal__canvas {
    padding: 8px;
    border-radius: 14px;
    min-height: 42vh;
    background: #ffffff;
  }

  .layouts-modal__zoom-note {
    right: 8px;
    bottom: 8px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .layouts-tail {
    margin-top: 28px;
  }

  .layouts-tail__cta {
    padding: 18px;
  }

  .layouts-tail__cta-actions .btn {
    width: 100%;
  }

  .layouts-lightbox__dialog {
    padding: 16px;
  }

  .layouts-lightbox__toolbar {
    top: 16px;
    left: 16px;
    gap: 6px;
    max-width: calc(100% - 80px);
  }

  .layouts-lightbox__tool {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 12px;
  }

  .layouts-lightbox__tool svg {
    width: 16px;
    height: 16px;
  }

  .layouts-lightbox__tool--ratio span {
    font-size: 10px;
  }

  .layouts-lightbox__viewport {
    border-radius: 20px;
  }
}

@media (max-width: 380px) {
  .layouts-modal__head {
    gap: 8px;
    padding-right: 46px;
  }

  .layouts-modal__meta .layouts-chip {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .layouts-modal__head h3 {
    font-size: 22px;
    line-height: 1;
  }

  .layouts-modal__subtitle {
    font-size: 11px;
    line-height: 1.35;
  }

  .layouts-modal__canvas {
    min-height: 38vh;
  }
}

/* Developer Page — Editorial Redesign */
.developer-page--editorial {
  display: block;
  padding-top: 0;
}

.developer-page--editorial .developer-editorial {
  display: grid;
  gap: clamp(28px, 3vw, 40px);
}

.developer-page--editorial .developer-editorial__frame,
.developer-page--editorial .developer-trustboard,
.developer-page--editorial .developer-letter {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.developer-page--editorial .developer-editorial__frame {
  padding: clamp(28px, 3.2vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 198, 146, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(41, 31, 86, 0.94), rgba(28, 20, 61, 0.96));
  box-shadow: 0 28px 64px rgba(6, 3, 18, 0.24);
}

.developer-page--editorial .developer-editorial__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.developer-page--editorial .developer-editorial__headline p {
  margin: 0;
  max-width: 14ch;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.developer-page--editorial .developer-editorial__lede {
  min-height: auto;
  display: grid;
  align-content: start;
  justify-self: end;
  max-width: 420px;
  padding: clamp(22px, 2.2vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(255, 198, 146, 0.2);
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.14), rgba(255, 255, 255, 0.03));
}

.developer-page--editorial .developer-editorial__lede p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.6;
}

.developer-page--editorial .developer-editorial__principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
  margin-top: clamp(24px, 2.6vw, 36px);
}

.developer-page--editorial .developer-editorial__principle {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: clamp(22px, 2vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.developer-page--editorial .developer-editorial__principle-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 198, 146, 0.16);
  color: var(--accent);
  font-family: var(--font-brand);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.developer-page--editorial .developer-editorial__principle h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 1.7vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.developer-page--editorial .developer-editorial__principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.02vw, 19px);
  line-height: 1.7;
}

.developer-page--editorial .developer-trustboard {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.62fr) minmax(0, 0.95fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 6% 10%, rgba(66, 180, 115, 0.16), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 198, 146, 0.12), transparent 28%),
    linear-gradient(155deg, rgba(24, 50, 38, 0.92), rgba(30, 25, 72, 0.96) 45%, rgba(22, 17, 54, 0.98) 100%);
  box-shadow: 0 28px 64px rgba(6, 3, 18, 0.24);
}

.developer-page--editorial .developer-trustboard__copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.developer-page--editorial .developer-trustboard__eyebrow,
.developer-page--editorial .developer-trustboard__feature-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(111, 214, 146, 0.16);
  color: #8fe0a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.developer-page--editorial .developer-trustboard__feature-label--muted {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.developer-page--editorial .developer-trustboard__copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.developer-page--editorial .developer-trustboard__copy p {
  margin: 0;
  max-width: 50ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.02vw, 19px);
  line-height: 1.7;
}

.developer-page--editorial .developer-trustboard__feature,
.developer-page--editorial .developer-trustboard__banks {
  display: grid;
  gap: 14px;
  align-content: start;
}

.developer-page--editorial .developer-trustboard__sber-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 251, 247, 0.98));
  box-shadow:
    0 18px 34px rgba(8, 4, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.developer-page--editorial .developer-trustboard__sber-card img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
}

.developer-page--editorial .developer-trustboard__logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.developer-page--editorial .developer-trustboard__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 42, 102, 0.1);
  box-shadow:
    0 10px 24px rgba(8, 4, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.developer-page--editorial .developer-trustboard__logo-card img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
}

.developer-page--editorial .developer-letter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
  padding: clamp(30px, 3.2vw, 44px);
  border: 1px solid rgba(48, 42, 102, 0.08);
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 198, 146, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 235, 0.98));
  box-shadow: 0 28px 64px rgba(6, 3, 18, 0.18);
}

.developer-page--editorial .developer-letter__copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.developer-page--editorial .developer-letter__copy p {
  margin: 0;
  color: rgba(48, 42, 102, 0.84);
  font-size: clamp(18px, 1.08vw, 20px);
  line-height: 1.72;
}

.developer-page--editorial .developer-letter__copy strong {
  display: block;
  margin-top: 6px;
  color: #302a66;
  font-family: var(--font-brand);
  font-size: clamp(34px, 3.1vw, 58px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 10ch;
}

.developer-page--editorial .developer-letter__signature {
  margin: 0;
  color: rgba(48, 42, 102, 0.66) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.developer-page--editorial .developer-letter__meta-row {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: center;
}

.developer-page--editorial .developer-letter__cta {
  margin-top: 0;
  justify-self: start;
  margin-left: 8px;
  width: fit-content;
  min-width: min(100%, 230px);
  min-height: 56px;
  padding-inline: clamp(14px, 1.3vw, 20px);
  font-size: 14px;
}

.developer-page--editorial .developer-letter__signature-line {
  display: block;
}

.developer-page--editorial .developer-letter__signature-line:first-child {
  white-space: nowrap;
}

.developer-page--editorial .developer-letter__portrait {
  margin: 0;
  min-height: 100%;
}

.developer-page--editorial .developer-letter__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 28px 28px 132px 28px;
  box-shadow: 0 18px 38px rgba(48, 42, 102, 0.14);
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__headline p {
    max-width: 13ch;
  }

  .developer-page--editorial .developer-editorial__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-page--editorial .developer-trustboard {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  }

  .developer-page--editorial .developer-trustboard__banks {
    grid-column: 1 / -1;
  }

  .developer-page--editorial .developer-letter {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  }
}

@media (max-width: 991.98px) {
  .developer-page--editorial .developer-editorial,
  .developer-page--editorial .developer-trustboard,
  .developer-page--editorial .developer-letter {
    gap: 22px;
  }

  .developer-page--editorial .developer-editorial__frame,
  .developer-page--editorial .developer-trustboard,
  .developer-page--editorial .developer-letter {
    padding: 24px;
    border-radius: 26px;
  }

  .developer-page--editorial .developer-editorial__principles,
  .developer-page--editorial .developer-trustboard,
  .developer-page--editorial .developer-letter {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-letter__copy strong {
    max-width: none;
  }

  .developer-page--editorial .developer-letter__portrait {
    min-height: 320px;
  }

  .developer-page--editorial .developer-letter__portrait img {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial {
    gap: 20px;
  }

  .developer-page--editorial .developer-editorial__frame,
  .developer-page--editorial .developer-trustboard,
  .developer-page--editorial .developer-letter {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: none;
    font-size: clamp(34px, 11vw, 50px);
  }

  .developer-page--editorial .developer-letter__cta {
    justify-self: stretch;
    margin-left: 0;
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }

  .developer-page--editorial .developer-letter__meta-row {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-letter__signature-line:first-child {
    white-space: normal;
  }

  .developer-page--editorial .developer-editorial__lede {
    justify-self: stretch;
    max-width: none;
  }

  .developer-page--editorial .developer-editorial__principles {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__principle,
  .developer-page--editorial .developer-editorial__lede {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .developer-page--editorial .developer-trustboard__logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .developer-page--editorial .developer-trustboard__logo-card {
    min-height: 88px;
    padding: 16px;
    border-radius: 18px;
  }

  .developer-page--editorial .developer-trustboard__sber-card {
    min-height: 128px;
    padding: 20px;
    border-radius: 22px;
  }

  .developer-page--editorial .developer-letter__copy {
    gap: 16px;
  }

  .developer-page--editorial .developer-letter__portrait {
    min-height: 240px;
  }
}

/* Developer Editorial Frame — V2 */
.developer-page--editorial .developer-editorial__frame {
  padding: clamp(30px, 3.2vw, 44px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 198, 146, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(39, 28, 83, 0.94), rgba(31, 22, 67, 0.98));
}

.developer-page--editorial .developer-editorial__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.62fr);
  gap: clamp(20px, 2.5vw, 34px);
  align-items: end;
}

.developer-page--editorial .developer-editorial__headline p {
  max-width: 13.5ch;
  font-size: clamp(36px, 3.8vw, 62px);
  line-height: 0.93;
}

.developer-page--editorial .developer-editorial__lede {
  justify-self: stretch;
  max-width: none;
  min-height: 220px;
  align-content: end;
  padding: clamp(22px, 2.2vw, 30px);
  border-radius: 28px 28px 28px 96px;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.developer-page--editorial .developer-editorial__lede-mark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 198, 146, 0.16);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.developer-page--editorial .developer-editorial__storyline {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: auto auto;
  gap: clamp(16px, 1.8vw, 22px);
  margin-top: clamp(24px, 2.6vw, 34px);
}

.developer-page--editorial .developer-editorial__principle {
  gap: 16px;
  padding: clamp(22px, 2vw, 28px);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.developer-page--editorial .developer-editorial__principle--primary {
  grid-row: 1 / span 2;
  align-content: start;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.15), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 198, 146, 0.16);
}

.developer-page--editorial .developer-editorial__principle--primary h2 {
  font-size: clamp(28px, 2vw, 36px);
}

.developer-page--editorial .developer-editorial__principle--primary p {
  max-width: 34ch;
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .developer-page--editorial .developer-editorial__lede {
    justify-self: start;
    max-width: 420px;
    min-height: auto;
    border-radius: 24px;
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .developer-page--editorial .developer-editorial__principle--primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__masthead,
  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__lede {
    justify-self: stretch;
    max-width: none;
    min-height: auto;
    padding: 20px 18px;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: 11ch;
    font-size: clamp(34px, 10vw, 48px);
  }
}

/* Developer Editorial Frame — V3 */
.developer-page--editorial .developer-editorial__frame {
  padding: clamp(34px, 3.4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 198, 146, 0.12), transparent 22%),
    linear-gradient(145deg, rgba(38, 27, 83, 0.92), rgba(27, 19, 61, 0.98));
  box-shadow: 0 34px 72px rgba(7, 4, 20, 0.24);
}

.developer-page--editorial .developer-editorial__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: end;
  padding-bottom: clamp(24px, 2.4vw, 34px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.developer-page--editorial .developer-editorial__headline p {
  max-width: 10.6ch;
  font-size: clamp(50px, 5vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.developer-page--editorial .developer-editorial__lede {
  justify-self: end;
  align-self: end;
  max-width: 320px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.developer-page--editorial .developer-editorial__lede::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(255, 198, 146, 0.5);
}

.developer-page--editorial .developer-editorial__lede-mark {
  margin-bottom: 12px;
  background: transparent;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: rgba(255, 198, 146, 0.86);
  letter-spacing: 0.18em;
}

.developer-page--editorial .developer-editorial__lede p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1vw, 18px);
  line-height: 1.75;
}

.developer-page--editorial .developer-editorial__storyline {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
  margin-top: clamp(28px, 2.8vw, 38px);
}

.developer-page--editorial .developer-editorial__principle {
  gap: 16px;
  padding: clamp(24px, 2vw, 28px);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.developer-page--editorial .developer-editorial__principle--primary {
  grid-column: span 5;
  min-height: 320px;
  align-content: start;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 198, 146, 0.16);
}

.developer-page--editorial .developer-editorial__principle--secondary {
  grid-column: span 4;
  margin-top: 34px;
}

.developer-page--editorial .developer-editorial__principle--tertiary {
  grid-column: span 3;
  margin-top: 72px;
}

.developer-page--editorial .developer-editorial__principle h2 {
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: 1.06;
}

.developer-page--editorial .developer-editorial__principle--primary h2 {
  font-size: clamp(30px, 2vw, 38px);
}

.developer-page--editorial .developer-editorial__principle p {
  font-size: clamp(16px, 0.98vw, 18px);
  line-height: 1.72;
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: 11.5ch;
    font-size: clamp(42px, 5vw, 66px);
  }

  .developer-page--editorial .developer-editorial__lede {
    justify-self: start;
    max-width: 420px;
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-page--editorial .developer-editorial__principle--primary,
  .developer-page--editorial .developer-editorial__principle--secondary,
  .developer-page--editorial .developer-editorial__principle--tertiary {
    grid-column: auto;
    margin-top: 0;
    min-height: auto;
  }

  .developer-page--editorial .developer-editorial__principle--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__frame {
    padding: 24px 18px;
  }

  .developer-page--editorial .developer-editorial__masthead,
  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: none;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 0.94;
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: none;
  }

  .developer-page--editorial .developer-editorial__principle {
    padding: 20px 18px;
  }

  .developer-page--editorial .developer-editorial__principle--primary,
  .developer-page--editorial .developer-editorial__principle--secondary,
  .developer-page--editorial .developer-editorial__principle--tertiary {
    grid-column: auto;
    margin-top: 0;
  }
}

/* Developer Editorial Frame — V4 Awwwards-inspired cleanup */
.developer-page--editorial .developer-editorial__frame {
  padding: clamp(34px, 3.4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 198, 146, 0.1), transparent 20%),
    linear-gradient(145deg, rgba(37, 27, 80, 0.9), rgba(25, 18, 57, 0.98));
  box-shadow: 0 28px 64px rgba(7, 4, 20, 0.22);
}

.developer-page--editorial .developer-editorial__masthead {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 3.2vw, 44px);
  align-items: center;
  padding-bottom: clamp(24px, 2.6vw, 36px);
}

.developer-page--editorial .developer-editorial__headline p {
  max-width: 11.8ch;
  font-size: clamp(44px, 4.3vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.developer-page--editorial .developer-editorial__lede {
  justify-self: stretch;
  align-self: center;
  max-width: none;
  padding: 0 0 0 24px;
  border-left: 1px solid rgba(255, 198, 146, 0.22);
  background: transparent;
}

.developer-page--editorial .developer-editorial__lede::before {
  display: none;
}

.developer-page--editorial .developer-editorial__lede-mark {
  margin-bottom: 10px;
  color: rgba(255, 198, 146, 0.82);
  letter-spacing: 0.16em;
}

.developer-page--editorial .developer-editorial__lede p {
  font-size: clamp(16px, 0.95vw, 18px);
  line-height: 1.72;
}

.developer-page--editorial .developer-editorial__storyline {
  grid-template-columns: minmax(0, 1.14fr) repeat(2, minmax(0, 0.93fr));
  gap: clamp(16px, 1.8vw, 22px);
  margin-top: clamp(26px, 2.8vw, 38px);
}

.developer-page--editorial .developer-editorial__principle,
.developer-page--editorial .developer-editorial__principle--primary,
.developer-page--editorial .developer-editorial__principle--secondary,
.developer-page--editorial .developer-editorial__principle--tertiary {
  grid-column: auto;
  min-height: 100%;
  margin-top: 0;
}

.developer-page--editorial .developer-editorial__principle {
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2vw, 28px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
}

.developer-page--editorial .developer-editorial__principle--primary {
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.13), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 198, 146, 0.16);
}

.developer-page--editorial .developer-editorial__principle h2 {
  font-size: clamp(24px, 1.65vw, 30px);
  line-height: 1.08;
}

.developer-page--editorial .developer-editorial__principle--primary h2 {
  font-size: clamp(28px, 1.9vw, 34px);
}

.developer-page--editorial .developer-editorial__principle p {
  font-size: clamp(16px, 0.98vw, 18px);
  line-height: 1.68;
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: 12.4ch;
    font-size: clamp(40px, 5vw, 60px);
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: 440px;
    padding-left: 20px;
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-page--editorial .developer-editorial__principle--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__masthead,
  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: none;
    font-size: clamp(34px, 10.8vw, 48px);
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: none;
    padding-left: 16px;
  }

  .developer-page--editorial .developer-editorial__principle {
    padding: 20px 18px;
  }
}

/* Developer Editorial Frame — V5 Bold Editorial */
.developer-page--editorial .developer-editorial__frame {
  position: relative;
  padding: clamp(32px, 3.2vw, 46px);
  border: 1px solid rgba(255, 198, 146, 0.14);
  background:
    linear-gradient(112deg, rgba(255, 198, 146, 0.18) 0 8%, transparent 8% 100%),
    radial-gradient(circle at 84% 22%, rgba(255, 198, 146, 0.16), transparent 26%),
    linear-gradient(148deg, rgba(48, 33, 106, 0.96), rgba(26, 18, 60, 0.99));
  box-shadow:
    0 34px 72px rgba(7, 4, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.developer-page--editorial .developer-editorial__frame::after {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255, 198, 146, 0.18);
  pointer-events: none;
}

.developer-page--editorial .developer-editorial__masthead {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  align-items: end;
  gap: clamp(20px, 2.8vw, 34px);
  padding-bottom: clamp(22px, 2.3vw, 34px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-page--editorial .developer-editorial__headline p {
  max-width: 10.2ch;
  font-size: clamp(48px, 4.8vw, 78px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.developer-page--editorial .developer-editorial__lede {
  padding: 18px 0 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 198, 146, 0.22);
  align-self: end;
}

.developer-page--editorial .developer-editorial__lede-mark {
  margin-bottom: 8px;
  color: rgba(255, 198, 146, 0.92);
  font-size: 10px;
  letter-spacing: 0.22em;
}

.developer-page--editorial .developer-editorial__lede p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 0.95vw, 17px);
  line-height: 1.68;
}

.developer-page--editorial .developer-editorial__storyline {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
  margin-top: clamp(24px, 2.6vw, 34px);
}

.developer-page--editorial .developer-editorial__principle {
  position: relative;
  padding: clamp(20px, 1.9vw, 26px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.developer-page--editorial .developer-editorial__principle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.7), rgba(255, 198, 146, 0.06));
  border-radius: 2px;
}

.developer-page--editorial .developer-editorial__principle-index {
  min-height: 28px;
  padding: 0 10px;
  font-size: 16px;
  background: rgba(255, 198, 146, 0.2);
}

.developer-page--editorial .developer-editorial__principle--primary {
  grid-column: span 6;
  min-height: 320px;
  background: linear-gradient(180deg, rgba(255, 198, 146, 0.2), rgba(255, 255, 255, 0.05));
}

.developer-page--editorial .developer-editorial__principle--secondary {
  grid-column: span 3;
  margin-top: 22px;
}

.developer-page--editorial .developer-editorial__principle--tertiary {
  grid-column: span 3;
  margin-top: 68px;
}

.developer-page--editorial .developer-editorial__principle h2 {
  font-size: clamp(25px, 1.7vw, 32px);
  line-height: 1.02;
}

.developer-page--editorial .developer-editorial__principle p {
  font-size: clamp(15px, 0.92vw, 17px);
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__frame {
    padding: clamp(28px, 3vw, 36px);
  }

  .developer-page--editorial .developer-editorial__frame::after {
    width: 72px;
    height: 72px;
  }

  .developer-page--editorial .developer-editorial__masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: 11.6ch;
    font-size: clamp(42px, 4.8vw, 62px);
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: 420px;
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-page--editorial .developer-editorial__principle--primary,
  .developer-page--editorial .developer-editorial__principle--secondary,
  .developer-page--editorial .developer-editorial__principle--tertiary {
    grid-column: auto;
    margin-top: 0;
    min-height: auto;
  }

  .developer-page--editorial .developer-editorial__principle--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__frame {
    padding: 22px 16px;
  }

  .developer-page--editorial .developer-editorial__frame::after {
    display: none;
  }

  .developer-page--editorial .developer-editorial__masthead,
  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__headline p {
    max-width: none;
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 0.92;
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: none;
    padding-top: 14px;
  }

  .developer-page--editorial .developer-editorial__principle {
    padding: 18px 16px;
  }
}

/* Developer Editorial Frame — V6 requested: full-width heading + architecture-style cards */
.developer-page--editorial .developer-editorial__masthead {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-page--editorial .developer-editorial__headline p {
  max-width: none;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.developer-page--editorial .developer-editorial__lede {
  max-width: 540px;
  padding: 14px 0 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 198, 146, 0.2);
}

.developer-page--editorial .developer-editorial__storyline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.developer-page--editorial .developer-editorial__principle,
.developer-page--editorial .developer-editorial__principle--primary,
.developer-page--editorial .developer-editorial__principle--secondary,
.developer-page--editorial .developer-editorial__principle--tertiary {
  grid-column: auto;
  margin-top: 0;
  min-height: 100%;
  padding: clamp(20px, 2.1vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 198, 146, 0.14), rgba(255, 198, 146, 0) 44%),
    linear-gradient(180deg, rgba(47, 34, 98, 0.9), rgba(32, 23, 68, 0.92));
  box-shadow: 0 22px 46px rgba(8, 4, 22, 0.18);
}

.developer-page--editorial .developer-editorial__principle::before {
  content: none;
}

.developer-page--editorial .developer-editorial__principle-index {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 198, 146, 0.16);
  color: rgba(255, 198, 146, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.developer-page--editorial .developer-editorial__principle h2 {
  margin: 0;
  font-size: clamp(24px, 1.65vw, 32px);
  line-height: 1.02;
  color: #fff;
}

.developer-page--editorial .developer-editorial__principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 0.98vw, 18px);
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .developer-page--editorial .developer-editorial__headline p {
    font-size: clamp(34px, 4.6vw, 50px);
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-page--editorial .developer-editorial__principle--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__headline p {
    font-size: clamp(30px, 9.2vw, 42px);
    line-height: 0.98;
  }

  .developer-page--editorial .developer-editorial__lede {
    max-width: none;
  }

  .developer-page--editorial .developer-editorial__storyline {
    grid-template-columns: 1fr;
  }

  .developer-page--editorial .developer-editorial__principle {
    padding: 20px 18px;
  }
}

/* Developer Editorial Frame — blend with page background */
.developer-page--editorial .developer-editorial__frame {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.developer-page--editorial .developer-editorial__frame::after {
  display: none;
}

.developer-page--editorial .developer-editorial__principle-index {
  display: none !important;
}

.developer-page--editorial .developer-editorial__storyline {
  align-items: stretch;
}

.developer-page--editorial .developer-editorial__principle,
.developer-page--editorial .developer-editorial__principle--primary,
.developer-page--editorial .developer-editorial__principle--secondary,
.developer-page--editorial .developer-editorial__principle--tertiary {
  height: 100%;
  align-self: stretch;
}

.developer-page--editorial .developer-editorial__card-face--front {
  display: none;
}

.developer-page--editorial .developer-editorial__card-face--back {
  display: grid;
  gap: 14px;
}

.developer-page--editorial .developer-editorial__card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(14, 12, 38, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle,
.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--primary,
.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--secondary,
.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--tertiary {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: clamp(250px, 22vw, 320px);
  perspective: 1300px;
  transform-style: preserve-3d;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-3d {
  position: relative;
  height: 100%;
  min-height: inherit;
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-face {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  backface-visibility: hidden;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-face--front {
  display: flex;
  align-items: flex-end;
  padding: clamp(16px, 1.5vw, 20px);
  background:
    linear-gradient(180deg, rgba(9, 6, 26, 0.05), rgba(9, 6, 26, 0.68)),
    var(--developer-card-image) center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-face--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 198, 146, 0.28), transparent 38%),
    linear-gradient(180deg, rgba(18, 12, 44, 0) 38%, rgba(18, 12, 44, 0.72) 100%);
  pointer-events: none;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-kicker {
  position: relative;
  z-index: 1;
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__card-face--back {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(20px, 2.1vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 198, 146, 0.14), rgba(255, 198, 146, 0) 44%),
    linear-gradient(180deg, rgba(47, 34, 98, 0.9), rgba(32, 23, 68, 0.92));
  box-shadow: 0 22px 46px rgba(8, 4, 22, 0.18);
  transform: rotateY(180deg);
}

.developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle.is-flipped .developer-editorial__card-3d {
  transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle.is-flipped:hover .developer-editorial__card-3d {
    transform: rotateY(0deg);
  }
}

@media (max-width: 640px) {
  .developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle,
  .developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--primary,
  .developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--secondary,
  .developer-page--editorial .developer-editorial__storyline.has-flip-animation .developer-editorial__principle--tertiary {
    min-height: 220px;
  }
}

.developer-page--editorial .developer-editorial__masthead {
  border-bottom: 0;
  padding-bottom: 0;
}

.developer-page--editorial .developer-editorial__lede {
  border-top: 0;
  padding-top: 0;
}

.developer-page--editorial .developer-editorial__card-kicker {
  display: none !important;
}

.developer-page--editorial .developer-editorial__headline p {
  white-space: pre-line;
  text-wrap: normal;
  font-size: clamp(27px, 2.7vw, 42px);
  line-height: 1.1;
}

.developer-page--editorial .developer-editorial__headline.is-pending-reveal,
.developer-page--editorial .developer-editorial__lede.is-pending-reveal,
.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle.is-pending-reveal,
.developer-page--editorial .developer-trustboard.is-pending-reveal,
.developer-page--editorial .developer-letter.is-pending-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(2px);
  pointer-events: none;
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease;
}

.developer-page--editorial .developer-editorial__headline.is-pending-reveal.is-revealed,
.developer-page--editorial .developer-editorial__lede.is-pending-reveal.is-revealed,
.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle.is-pending-reveal.is-revealed,
.developer-page--editorial .developer-trustboard.is-pending-reveal.is-revealed,
.developer-page--editorial .developer-letter.is-pending-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

/* Disable flip/images: keep cards open with text side */
.developer-page--editorial .developer-editorial__storyline .developer-editorial__card-face--front {
  display: none !important;
}

.developer-page--editorial .developer-editorial__storyline .developer-editorial__card-3d {
  position: static;
  transform: none !important;
  transition: none;
}

.developer-page--editorial .developer-editorial__storyline .developer-editorial__card-face {
  position: static;
  transform: none !important;
  backface-visibility: visible;
}

.developer-page--editorial .developer-editorial__storyline .developer-editorial__card-face--back {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 24px 28px 18px;
  box-shadow: none;
}

.developer-page--editorial .developer-trustboard {
  margin-top: -12px;
}

.developer-page--editorial .developer-editorial__storyline {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle,
.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--primary,
.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--secondary,
.developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--tertiary {
  display: flex;
  align-self: stretch;
  min-height: auto !important;
}

.developer-page--editorial .developer-editorial__storyline .developer-editorial__card-3d {
  display: flex;
  width: 100%;
  height: auto !important;
}

@media (max-width: 640px) {
  .cms-page--developer .page-intro__title {
    font-size: clamp(26px, 9.4vw, 34px);
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .developer-page--editorial .developer-editorial__storyline {
    align-items: start;
    grid-auto-rows: auto;
  }

  .developer-page--editorial .developer-editorial__storyline .developer-editorial__principle,
  .developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--primary,
  .developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--secondary,
  .developer-page--editorial .developer-editorial__storyline .developer-editorial__principle--tertiary {
    display: block;
    align-self: auto;
    min-height: 0 !important;
    height: auto !important;
  }

  .developer-page--editorial .developer-editorial__storyline .developer-editorial__card-3d {
    display: block;
    height: auto !important;
  }

  .developer-page--editorial .developer-editorial__storyline .developer-editorial__card-face--back {
    min-height: 0;
    padding: 14px 16px 12px;
  }

  .developer-page--editorial .developer-trustboard {
    margin-top: 14px;
  }
}

/* Developer Editorial spacing rhythm: keep section gaps uniform */
.developer-page--editorial {
  --developer-rhythm-gap: 12px;
}

.developer-page--editorial .developer-editorial {
  gap: var(--developer-rhythm-gap);
}

.developer-page--editorial .developer-editorial__storyline {
  row-gap: var(--developer-rhythm-gap);
  column-gap: calc(var(--developer-rhythm-gap) * 2);
}

.developer-page--editorial .developer-trustboard,
.developer-page--editorial .developer-letter {
  margin-top: 0;
}

.developer-page--editorial .developer-letter {
  margin-top: var(--developer-rhythm-gap);
}

@media (max-width: 640px) {
  .developer-page--editorial {
    --developer-rhythm-gap: 10px;
  }

  .developer-page--editorial .developer-trustboard {
    margin-top: 0;
  }

  .developer-page--editorial .developer-letter {
    margin-top: 0;
  }

  .developer-page--editorial .developer-editorial__storyline {
    row-gap: var(--developer-rhythm-gap);
    column-gap: var(--developer-rhythm-gap);
  }

  .developer-page--editorial .developer-letter {
    grid-template-columns: 1fr;
    grid-template-areas:
      "portrait"
      "copy";
  }

  .developer-page--editorial .developer-letter__portrait {
    grid-area: portrait;
  }

  .developer-page--editorial .developer-letter__copy {
    grid-area: copy;
  }
}

.developer-page--editorial .developer-editorial__lede p {
  font-size: clamp(18px, 1.08vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.003em;
  text-shadow: none;
}

.developer-page--editorial .developer-editorial__lede {
  max-width: 760px;
  margin-top: clamp(12px, 1.2vw, 18px);
}

@media (max-width: 700px) {
  .cms-page--home .home-feature-stack,
  .cms-page--home .layouts-page--home-filter,
  .cms-page--home .layouts-page--home-filter .layouts-catalog {
    max-width: 100%;
    overflow-x: hidden;
  }

  .cms-page--home .home-slider-cards,
  .cms-page--home .home-slider-cards__grid,
  .cms-page--home .home-slider-cards__side,
  .cms-page--home .home-slider-cards__promo {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .cms-page--home .home-slider-cards__promo {
    overflow: hidden;
    clip-path: inset(0 round 8px);
  }

  .cms-page--home .home-slider-cards__title,
  .cms-page--home .home-slider-cards__promo-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cms-page--home .home-slider-cards__footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 8px;
    background: transparent;
  }

  .cms-page--home .home-slider-cards__button.btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .cms-page--home .home-slider-cards__media-nav {
    display: none;
  }

  .cms-page--home .layouts-page--home-filter .layouts-catalog {
    padding: 14px 0 16px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 24px 14px 22px;
    border-radius: 22px;
    overflow: hidden;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__top,
  .cms-page--home .layouts-page--home-filter .layouts-filter-body,
  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__result {
    grid-column: 1;
    min-width: 0;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__headline {
    min-width: 0;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__title {
    display: block;
    max-width: 100%;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.03;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__title-text,
  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__title-select {
    display: block;
    max-width: 100%;
    white-space: normal;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card {
    --filter-card-x: 12px;
    grid-template-rows: auto 54px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-group__label {
    min-width: 0;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-range-values {
    width: 100%;
    height: 54px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-group__buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100%;
    height: 54px;
    min-width: 0;
    max-width: 100%;
    gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-button {
    width: auto !important;
    min-width: 0;
    height: 54px;
    aspect-ratio: auto !important;
    font-size: 20px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-submit-control {
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    height: 54px;
    min-height: 54px;
    margin: 0;
    border-radius: 6px;
    font-size: 13px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__result {
    padding-top: 0;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .cms-page--home .layouts-page--home-filter .layouts-filter-panel {
    width: 100%;
    max-width: 100%;
    padding: 22px 10px 18px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-panel__title {
    font-size: 22px;
    line-height: 1.03;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-body {
    gap: 13px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card {
    grid-template-rows: auto 52px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-range-values {
    height: 52px;
    padding-inline: 10px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-input input {
    font-size: 15px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-group__buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    height: 52px;
    gap: 7px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-card--rooms .layouts-filter-button {
    width: auto !important;
    height: 52px;
    aspect-ratio: auto !important;
    font-size: 17px;
  }

  .cms-page--home .layouts-page--home-filter .layouts-filter-submit-control {
    height: 52px;
    min-height: 52px;
  }
}
