:root {
  --white: #ffffff;
  --white-soft: #f4f7fb;
  --white-warm: #fff8f7;
  --white-rgb: 255, 255, 255;
  --white-soft-rgb: 244, 247, 251;
  --blue: #1b3c65;
  --blue-rgb: 27, 60, 101;
  --blue-soft: rgba(var(--blue-rgb), 0.88);
  --blue-strong: #143152;
  --blue-sky-rgb: 114, 161, 255;
  --blue-chart-1: #2f5f97;
  --blue-chart-2: #4675ad;
  --blue-chart-3: #5579a7;
  --blue-chart-4: #7093bd;
  --blue-chart-5: #6d88ab;
  --blue-chart-6: #86a1c1;
  --blue-chart-7: #8fa3bc;
  --blue-chart-8: #b2bfd0;
  --slate: #2d3854;
  --slate-rgb: 45, 56, 84;
  --slate-soft-rgb: 95, 107, 126;
  --navy: #1f2940;
  --navy-mid: #202d4f;
  --navy-deep: #101a35;
  --navy-strong: #0d1631;
  --navy-surface: #161f38;
  --navy-panel: #16213d;
  --red: #ff3b30;
  --red-rgb: 255, 59, 48;
  --red-deep: #a92d31;
  --red-line: #cb4145;
  --red-line-strong: #b13135;
  --red-fill-soft: #f3dfdb;
  --red-glow-rgb: 255, 75, 60;
  --red-glow-deep-rgb: 201, 39, 28;
  --red-border-rgb: 255, 100, 90;
  --red-shadow-rgb: 163, 34, 25;
  --red-alert-rgb: 200, 40, 40;
  --surface-soft: #eef2f7;
  --surface-soft-alt: #eef2f6;
  --surface-tint: #f3f6fa;
  --surface-tint-soft: #f4f6f9;
  --surface-tint-alt: #edf1f5;
  --surface-line-soft: #edf1f6;
  --surface-line-alt: #bbc4d2;
  --surface-panel: #c4ccda;
  --surface-panel-alt: #cfd6e1;
  --surface-panel-soft: #d6dde8;
  --surface-panel-faint: #d8dfeb;
  --surface-panel-muted: #e6eaf2;
  --line-light: #d5dce8;
  --line-light-strong: #d0d7e3;
  --line-light-soft: #d8dfeb;
  --status-success: #d8f0de;
  --status-danger-soft: #ffd7d2;
  --status-danger-faint: #f7c7bd;
  --status-danger-surface: #f9edeb;
  --status-danger-surface-soft: #fdf0ed;
  --status-danger-surface-alt: #fcf0ee;
  --status-danger-ink: #8f3839;
  --surface-panel-bright: #f6f8fb;
  --accent-neutral: #3b4257;
  --accent-coral: #e35b40;
  --ink-inverse: #1f1f1f;
  --menu-blue-deep: #122b4a;
  --ink-strong: #0d1520;
  --contrast-panel-start: #0f1420;
  --contrast-panel-end: #1b2436;
  --bg: #090b0d;
  --bg-deep: #050607;
  --black-rgb: 0, 0, 0;
  --overlay-blue-rgb: 10, 20, 40;
  --navy-shadow-rgb: 12, 23, 44;
  --navy-shadow-alt-rgb: 12, 24, 42;
  --navy-shadow-deep-rgb: 4, 7, 12;
  --navy-shadow-soft-rgb: 5, 8, 13;
  --mist-rgb: 196, 208, 226;
  --mist-bright-rgb: 219, 226, 238;
  --glass-blue-rgb: 150, 171, 202;
  --gray-light-rgb: 160, 171, 184;
  --surface-ice-rgb: 245, 248, 252;
  --surface-ice-soft-rgb: 241, 245, 250;
  --surface-ice-faint-rgb: 242, 246, 250;
  --surface-ice-blue-rgb: 240, 246, 255;
  --contrast-fog-rgb: 226, 230, 236;
  --panel-black-soft-rgb: 4, 6, 8;
  --panel-black-rgb: 10, 13, 16;
  --panel-black-alt-rgb: 8, 10, 13;
  --panel-navy-rgb: 6, 10, 16;
  --panel-dark-rgb: 17, 24, 35;
  --panel-dark-alt-rgb: 12, 18, 28;
  --panel-dark-strong-rgb: 13, 18, 28;
  --panel-dark-deeper-rgb: 5, 8, 14;
  --panel: rgba(9, 12, 15, 0.52);
  --panel-strong: rgba(8, 10, 12, 0.72);
  --line: rgba(var(--white-rgb), 0.16);
  --line-strong: rgba(var(--white-rgb), 0.26);
  --text: #f3f4f5;
  --muted: rgba(243, 244, 245, 0.72);
  --muted-soft: rgba(243, 244, 245, 0.55);
  --accent: #e2e6ec;
  --micro-ink: rgba(var(--blue-rgb), 0.102);
  --micro-ink-soft: rgba(var(--blue-rgb), 0.06);
  --micro-ink-faint: rgba(var(--blue-rgb), 0.038);
  --micro-accent: rgba(var(--red-rgb), 0.06);
  --header-offset: clamp(16px, 2vw, 30px);
  --shell-padding: clamp(18px, 3.1vw, 44px);
  --text-xs: clamp(11px, 0.72vw, 12px);
  --text-sm: clamp(13px, 0.86vw, 15px);
  --text-base: clamp(14px, 0.96vw, 16px);
  --section-heading-size: clamp(30px, 2.4vw, 42px);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --transition: 320ms cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 24px 80px rgba(var(--black-rgb), 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--text-base);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

body.callback-open {
  overflow: hidden;
}

a,
button {
  color: inherit;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 30;
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 10px clamp(18px, 2.8vw, 30px);
  border-bottom: 1px solid rgba(var(--blue-rgb), 0.12);
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.9), rgba(var(--surface-ice-rgb), 0.76)),
    rgba(var(--white-rgb), 0.78);
  box-shadow:
    0 10px 32px rgba(var(--navy-shadow-rgb), 0.08),
    inset 0 1px 0 rgba(var(--white-rgb), 0.94);
  backdrop-filter: blur(10px) saturate(118%);
  -webkit-backdrop-filter: blur(10px) saturate(118%);
  overflow: hidden;
}

.header-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--white-rgb), 0.8), rgba(var(--white-soft-rgb), 0.42) 42%, rgba(var(--white-rgb), 0.56));
  opacity: 0.88;
  pointer-events: none;
}

.header-shell > * {
  position: relative;
  z-index: 1;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  transition: transform var(--transition);
}

.brand-mark:hover {
  transform: translateY(-2px);
}

.brand-logo {
  width: clamp(150px, 18vw, 280px);
  height: auto;
  filter: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── Header favorites button ── */
.header-favorites {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition);
}

.header-favorites:hover,
.header-favorites:focus-visible {
  transform: translateY(-2px);
  opacity: 0.7;
}

.header-favorites__count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}

.header-favorites__count[hidden] {
  display: none;
}

.header-favorites.has-favorites {
  border-color: rgba(var(--blue-rgb), 0.5);
}

/* Filled heart in lot-detail when favorited */
.lot-detail__favorite.is-favorite {
  background: transparent;
  color: var(--blue);
  opacity: 1;
}

.header-phone {
  color: rgba(var(--blue-rgb), 0.88);
  font-size: var(--text-base);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition), transform var(--transition);
}

.header-phone:hover {
  color: var(--red);
  transform: translateY(-1px);
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 0;
  background: none;
  backdrop-filter: none;
  transition:
    transform var(--transition),
    background-color var(--transition),
    border-color var(--transition);
}

.telegram-button:hover {
  transform: translateY(-2px);
  background: rgba(var(--blue-rgb), 0.05);
}

.telegram-icon {
  width: 24px;
  height: 24px;
  filter: none;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  background: none;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--text-xs);
  font-weight: 600;
  backdrop-filter: none;
  transition:
    transform var(--transition),
    background-color var(--transition),
    border-color var(--transition);
}

.cta-button:hover {
  transform: translateY(-2px);
  background: rgba(var(--blue-rgb), 0.05);
}

.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  transform: translateY(-1px);
}

.burger-button {
  position: relative;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  background: none;
  backdrop-filter: none;
  transition:
    transform var(--transition),
    background-color var(--transition),
    border-color var(--transition);
}

.burger-button:hover {
  transform: translateY(-2px);
  background: rgba(var(--blue-rgb), 0.05);
}

.burger-button span {
  position: absolute;
  left: 14px;
  width: 24px;
  height: 1.5px;
  background: var(--blue);
  transform-origin: center;
  transition: transform var(--transition), opacity 180ms ease, top var(--transition);
}

.burger-button span:nth-child(1) {
  top: 18px;
}

.burger-button span:nth-child(2) {
  top: 26px;
}

.burger-button span:nth-child(3) {
  top: 34px;
}

body.menu-open .burger-button span:nth-child(1) {
  top: 26px;
  transform: rotate(45deg);
}

body.menu-open .burger-button span:nth-child(2) {
  opacity: 0;
}

body.menu-open .burger-button span:nth-child(3) {
  top: 26px;
  transform: rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(var(--panel-black-soft-rgb), 0.42);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
  z-index: 18;
}

.site-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(720px, 100%);
  background:
    linear-gradient(180deg, rgba(var(--panel-black-rgb), 0.98), rgba(var(--panel-black-alt-rgb), 0.98)),
    linear-gradient(90deg, rgba(var(--white-rgb), 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--white-rgb), 0.04) 1px, transparent 1px);
  background-size: auto, 120px 120px, 120px 120px;
  border-left: 1px solid rgba(var(--white-rgb), 0.12);
  transform: translateX(102%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    visibility 260ms ease;
  z-index: 22;
}

body.menu-open .site-menu,
body.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

body.menu-open .site-menu {
  transform: translateX(0);
}

.callback-backdrop {
  position: fixed;
  inset: 0;
  z-index: 34;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--red-rgb), 0.16), transparent 32%),
    radial-gradient(circle at 80% 12%, rgba(var(--blue-sky-rgb), 0.14), transparent 26%),
    rgba(var(--panel-navy-rgb), 0.66);
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 42px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.callback-modal[hidden],
.callback-backdrop[hidden] {
  display: none;
}

body.callback-open .callback-modal,
body.callback-open .callback-backdrop {
  opacity: 1;
  visibility: visible;
}

.callback-modal__shell {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(var(--white-rgb), 0.2);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.84), rgba(var(--panel-dark-alt-rgb), 0.76)),
    linear-gradient(135deg, rgba(var(--white-rgb), 0.12), rgba(var(--white-rgb), 0.04));
  box-shadow:
    0 30px 90px rgba(var(--navy-shadow-deep-rgb), 0.34),
    inset 0 1px 0 rgba(var(--white-rgb), 0.18),
    inset 0 -1px 0 rgba(var(--white-rgb), 0.05);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
  overflow: hidden;
}

.callback-modal__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(var(--white-rgb), 0.14), transparent 36%),
    linear-gradient(135deg, rgba(var(--red-rgb), 0.08), transparent 34%, rgba(var(--blue-sky-rgb), 0.08));
  pointer-events: none;
}

.callback-modal__shell > * {
  position: relative;
  z-index: 1;
}

.callback-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--white-rgb), 0.14);
  border-radius: 0;
  background: rgba(var(--white-rgb), 0.05);
  z-index: 3;
  transition:
    transform var(--transition),
    background-color var(--transition),
    border-color var(--transition);
}

.callback-modal__close:hover,
.callback-modal__close:focus-visible {
  transform: translateY(-1px);
  background: rgba(var(--white-rgb), 0.08);
  border-color: rgba(var(--white-rgb), 0.22);
}

.callback-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: rgba(var(--white-rgb), 0.84);
  pointer-events: none;
}

.callback-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.callback-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.callback-modal__eyebrow {
  margin: 0 0 10px;
  color: rgba(var(--white-rgb), 0.62);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.callback-modal__title {
  margin: 0 0 12px;
  max-width: 440px;
  color: var(--white-soft);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

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

.callback-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.callback-field--wide {
  grid-column: 1 / -1;
}

.callback-field__label {
  color: rgba(var(--white-rgb), 0.56);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.callback-field__input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(var(--white-rgb), 0.14);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.14), rgba(var(--white-rgb), 0.08)),
    rgba(var(--white-rgb), 0.06);
  color: var(--white-soft);
  font-size: 16px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(var(--white-rgb), 0.12),
    0 10px 30px rgba(var(--navy-shadow-soft-rgb), 0.16);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background-color var(--transition);
}

.callback-field__input::placeholder {
  color: rgba(var(--white-soft-rgb), 0.34);
}

.callback-field__input:focus {
  border-color: rgba(var(--red-rgb), 0.54);
  box-shadow:
    inset 0 1px 0 rgba(var(--white-rgb), 0.14),
    0 0 0 3px rgba(var(--red-rgb), 0.12),
    0 14px 36px rgba(var(--navy-shadow-soft-rgb), 0.22);
}

.callback-field__input--textarea {
  min-height: 128px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.callback-form__footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 8px;
}

.callback-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 228px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(var(--red-border-rgb), 0.4);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--red-glow-rgb), 0.96), rgba(var(--red-glow-deep-rgb), 0.92)),
    rgba(var(--red-rgb), 0.92);
  color: var(--white-warm);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow:
    0 16px 36px rgba(var(--red-shadow-rgb), 0.28),
    inset 0 1px 0 rgba(var(--white-rgb), 0.26);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
}

.callback-submit:hover,
.callback-submit:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 20px 42px rgba(var(--red-shadow-rgb), 0.34),
    inset 0 1px 0 rgba(var(--white-rgb), 0.28);
}

.callback-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  filter: none;
}

.callback-submit__arrow {
  font-size: 14px;
  transform: translateY(-1px);
}

.callback-form__status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 2px 0 0;
  color: rgba(var(--white-soft-rgb), 0.74);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.callback-form__status.is-success {
  color: var(--status-success);
}

.callback-form__status.is-error {
  color: var(--status-danger-soft);
}

@media (max-width: 767px) {
  .callback-modal {
    align-items: end;
    padding: 14px;
  }

  .callback-modal__shell {
    width: 100%;
    padding: 22px 18px 18px;
    border-radius: 0;
  }

  .callback-modal__close {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
  }

  .callback-modal__title {
    max-width: 300px;
    margin-bottom: 18px;
    font-size: 34px;
  }

  .callback-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .callback-field__input {
    min-height: 56px;
    padding-inline: 16px;
  }

  .callback-field__input--textarea {
    min-height: 116px;
  }

  .callback-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .callback-submit {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 479px) {
  .callback-modal__title {
    font-size: 30px;
  }

  .callback-modal__eyebrow,
  .callback-field__label {
    font-size: var(--text-xs);
  }
}

.site-menu__inner {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: clamp(108px, 10vw, 136px) clamp(24px, 5vw, 48px) clamp(32px, 5vw, 48px);
}

.site-menu__meta {
  padding-top: 6px;
}

.menu-kicker,
.hero-kicker,
.address-label,
.hero-topline,
.hero-footer-note,
.menu-index {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.menu-kicker,
.hero-kicker,
.address-label {
  margin: 0 0 14px;
  font-size: var(--text-xs);
  color: var(--muted-soft);
}

.menu-description {
  margin: 0;
  max-width: 180px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.site-menu__content {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 0;
}

.menu-link {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 18px 0;
  text-decoration: none;
  border-top: 1px solid rgba(var(--white-rgb), 0.1);
  overflow: hidden;
}

.menu-link:last-child {
  border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}

.menu-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(var(--white-rgb), 0.08), transparent 58%);
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity var(--transition), transform var(--transition);
}

.menu-link:hover::before,
.menu-link:focus-visible::before {
  opacity: 1;
  transform: translateX(0);
}

.menu-index {
  color: var(--muted-soft);
  font-size: var(--text-xs);
}

.menu-text {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.14;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(126px, 14vw, 168px) var(--shell-padding) clamp(38px, 4vw, 42px);
  background: url("assets/hero.jpg") center center / cover no-repeat;
  background-color: var(--surface-soft-alt);
  overflow-x: clip;
  overflow-y: visible;
}

.hero:has(.spaces-dropdown.is-open) {
  z-index: 80;
  overflow: visible;
}

.hero-overlay {
  display: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--blue-rgb), 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--blue-rgb), 0.05) 1px, transparent 1px);
  background-size: 100% 124px, 124px 100%;
  mask-image: linear-gradient(180deg, rgba(var(--black-rgb), 0.05), rgba(var(--black-rgb), 0.7));
}

.hero-inner,
.hero-footer-note {
  position: relative;
  z-index: 1;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100svh - clamp(164px, 18vw, 214px));
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(var(--white-rgb), 0.78);
  font-size: var(--text-xs);
}

.hero-topline span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-topline span::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(var(--white-rgb), 0.34);
}

.hero-main {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 800px);
  align-items: end;
  gap: clamp(28px, 5vw, 84px);
}

.hero-metrics {
  display: grid;
  gap: clamp(14px, 1.8vw, 22px);
  align-self: end;
  justify-items: start;
  max-width: 220px;
  padding-bottom: clamp(10px, 1.6vw, 20px);
}

.hero-metric {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.hero-metric-value {
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.hero-metric-label {
  margin: 0;
  max-width: 10ch;
  color: rgba(var(--white-rgb), 0.88);
  font-size: var(--text-xs);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-metric-label--wide {
  max-width: 13ch;
}

.hero-content {
  width: min(100%, 800px);
  padding: clamp(22px, 3vw, 34px);
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-heading-block {
  display: grid;
  gap: 12px;
}

.hero-kicker {
  margin-bottom: 0;
  color: rgba(var(--white-rgb), 0.9);
}

.hero h1 {
  margin: 0;
  max-width: 18ch;
  color: var(--red);
  font-size: clamp(29px, 5.1vw, 63px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.hero-divider {
  width: 100%;
  height: 1px;
  margin: clamp(20px, 4vw, 30px) 0;
  background: linear-gradient(90deg, rgba(var(--blue-rgb), 0.24), rgba(var(--blue-rgb), 0.06));
}

.hero-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.hero-description {
  display: grid;
  gap: 18px;
  align-content: start;
  max-width: 42rem;
}

.hero-lead {
  margin: 0;
  max-width: 34ch;
  color: var(--white);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  font-weight: 500;
}

.hero-note {
  margin: 0;
  max-width: 48ch;
  color: rgba(var(--white-rgb), 0.84);
  font-size: var(--text-base);
  line-height: 1.7;
}

.hero-inline-address {
  display: grid;
  gap: 10px;
}

.hero-inline-address .address-label {
  margin: 0;
  color: rgba(var(--white-rgb), 0.9);
}

.hero-inline-address p {
  margin: 0;
  max-width: 32ch;
  color: rgba(var(--white-rgb), 0.86);
  font-size: var(--text-base);
  line-height: 1.42;
}

.hero-mobile-actions {
  display: none !important;
}

.about {
  position: relative;
  padding: clamp(78px, 9vw, 124px) var(--shell-padding) clamp(54px, 7vw, 92px);
  color: var(--blue);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
  --scroll-progress: 1;
}

.about::before,
.about::after {
  display: none;
}

.about-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  gap: clamp(17px, 1.9vw, 25px);
}

.about-top {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(620px, 1.14fr);
  align-items: start;
  column-gap: clamp(30px, 2.7vw, 40px);
  row-gap: clamp(14px, 1.25vw, 20px);
}

.about-heading {
  display: grid;
  width: min(100%, 520px);
  align-content: start;
  gap: clamp(10px, 1.2vw, 16px);
}

.about-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.24);
}

.about-heading h2 {
  margin: 0;
  max-width: 17.6ch;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
}

.about-description {
  margin: 0;
  max-width: 48ch;
  color: rgba(var(--blue-rgb), 0.78);
  font-size: var(--text-base);
  line-height: 1.5;
  font-weight: 400;
  text-wrap: pretty;
}

.about-stat-grid {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  display: grid;
  width: min(100%, 520px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(13px, 1.05vw, 15px) clamp(14px, 1.25vw, 18px);
  margin-top: 0;
  align-items: start;
}

.about-stat-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-0.5px);
  background: rgba(var(--blue-rgb), 0.14);
}

.about-stat-card {
  position: relative;
  min-height: 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  background: none;
  box-shadow: none;
  opacity: 1;
}

.about-stat-card::before {
  display: none;
}

.about-stat-card:nth-child(odd) {
  transform: none;
}

.about-stat-card:nth-child(even) {
  transform: none;
}

.about-stat-card:nth-child(2)::before {
  display: none;
}

.about-stat-value {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 2.3vw, 38px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.about-stat-note {
  margin: 0;
  max-width: 13ch;
  color: rgba(var(--blue-rgb), 0.72);
  font-size: var(--text-sm);
  line-height: 1.18;
  font-weight: 500;
  text-wrap: balance;
}

.about-media-shell {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: clamp(8px, 0.85vw, 12px);
}

.about-media {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: clamp(420px, 33vw, 540px);
  align-self: stretch;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  opacity: 1;
  transform: none;
  filter: none;
  cursor: pointer;
  transition: transform 240ms ease, opacity 240ms ease;
}

.about-media:hover {
  transform: translateY(-1px);
}

.about-media:focus-visible {
  outline: 2px solid rgba(var(--blue-rgb), 0.34);
  outline-offset: 4px;
}

.about-media::before,
.about-media::after {
  display: none;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.97) contrast(1.02);
  transform: none;
  transform-origin: center;
  transition: opacity 240ms ease, transform 380ms ease;
}

.about-media img.is-switching {
  opacity: 0.18;
  transform: scale(1.018);
}

.about-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.about-carousel-index {
  margin: 0;
  color: rgba(var(--blue-rgb), 0.6);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-carousel-arrow {
  position: relative;
  width: 88px;
  height: 28px;
  padding: 0;
  color: var(--blue);
  transition: transform 220ms ease, opacity 220ms ease;
}

.about-carousel-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 72px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  opacity: 0.72;
}

.about-carousel-arrow::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.about-carousel-arrow:hover,
.about-carousel-arrow:focus-visible {
  transform: translateX(4px);
}

.about-carousel-arrow:focus-visible {
  outline: none;
}

.about-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 13px) clamp(20px, 1.7vw, 25px);
  padding: clamp(18px, 1.7vw, 24px) 0 0;
  margin-top: clamp(10px, 0.9vw, 14px);
  border-top: 1px solid rgba(var(--blue-rgb), 0.16);
  background: none;
  box-shadow: none;
  opacity: 1;
  transform: none;
  filter: none;
}

.about-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding-left: 0;
  opacity: 1;
}

.about-benefit:nth-child(odd) {
  transform: none;
}

.about-benefit:nth-child(even) {
  transform: none;
}

.about-benefit:nth-child(3n + 2),
.about-benefit:nth-child(3n + 3) {
  padding-left: 0;
  border-left: 0;
}

.about-benefit--logistics {
  grid-template-columns: 42px minmax(0, 1fr);
}

.about-benefit-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(38%) saturate(982%) hue-rotate(176deg) brightness(93%) contrast(92%);
  opacity: 1;
}

.about-benefit-icon--logistics {
  width: 34px;
  height: 28px;
  justify-self: center;
}

.about-benefit-text {
  margin: 0;
  color: var(--blue);
  max-width: 19ch;
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.12;
  letter-spacing: -0.016em;
  font-weight: 500;
  text-wrap: balance;
}

.specs {
  position: relative;
  padding: clamp(78px, 9vw, 124px) var(--shell-padding) clamp(54px, 7vw, 92px);
  --specs-text: var(--slate);
  --specs-muted: rgba(var(--slate-soft-rgb), 0.96);
  --specs-soft: rgba(var(--slate-soft-rgb), 0.82);
  --specs-line: var(--line-light);
  --specs-glass-border: var(--line-light-strong);
  --specs-glass-fill: var(--white);
  --specs-glass-shadow: 0 12px 28px rgba(var(--navy-shadow-rgb), 0.06);
  --specs-glass-highlight: rgba(var(--white-rgb), 0.92);
  color: var(--specs-text);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.specs-shell {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 2.2vw, 32px);
}

.specs-heading {
  display: grid;
  width: min(100%, 700px);
  gap: clamp(10px, 1.2vw, 16px);
}

.specs-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.specs-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.specs-heading h2 {
  margin: 0;
  max-width: 20ch;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
}

.specs-layout {
  --specs-right-width: 80%;
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr);
  grid-template-areas:
    "visual levels"
    "key levels-visual";
  gap: clamp(20px, 2vw, 30px);
  align-items: start;
}

.specs-visual,
.specs-level-visual {
  margin: 0;
  display: grid;
  align-content: start;
  align-self: start;
  height: auto;
}

.specs-visual {
  grid-area: visual;
}

.specs-visual img {
  width: 100%;
  height: clamp(422px, 34.3vw, 554px);
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.specs-level-visual {
  grid-area: levels-visual;
  width: var(--specs-right-width);
  justify-self: end;
}

.specs-level-visual img {
  width: 100%;
  height: clamp(220px, 18vw, 320px);
  min-height: 0;
  object-fit: cover;
}

.specs-visual figcaption {
  margin: 0;
  color: var(--specs-soft);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.specs-levels,
.specs-key {
  display: grid;
  align-content: start;
  gap: clamp(8px, 0.8vw, 12px);
}

.specs-levels {
  grid-area: levels;
  width: var(--specs-right-width);
  justify-self: end;
}

.specs-key {
  grid-area: key;
  gap: 12px;
  align-self: end;
}

.specs-key .specs-subtitle::after {
  display: none;
}

.specs-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--specs-soft);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.specs-subtitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--specs-line);
}

.specs-level-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.44fr) minmax(0, 0.56fr);
  gap: 12px 20px;
  min-height: 98px;
  padding: 12px 18px;
  border: 1px solid var(--specs-glass-border);
  border-radius: 0;
  background: linear-gradient(180deg, var(--white), var(--surface-tint));
  box-shadow:
    var(--specs-glass-shadow),
    inset 0 1px 0 var(--specs-glass-highlight);
  overflow: hidden;
}

.specs-level-row::before {
  display: none;
}

.specs-level-row > * {
  position: relative;
  z-index: 1;
}

.specs-level-main {
  display: grid;
  grid-template-columns: clamp(56px, 4vw, 72px) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.specs-level-icon {
  width: clamp(56px, 4vw, 72px);
  height: clamp(56px, 4vw, 72px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--surface-tint-soft), var(--surface-tint-alt));
}

.specs-level-icon img {
  width: 56%;
  height: 56%;
  object-fit: contain;
  display: block;
}

.specs-level-copy {
  display: grid;
  align-content: center;
  gap: 6px;
}

.specs-level-main h3 {
  margin: 0;
  color: var(--specs-text);
  font-size: clamp(21px, 1.62vw, 30px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.specs-level-area {
  margin: 0;
  color: var(--specs-muted);
  font-size: var(--text-sm);
  line-height: 1.18;
  font-weight: 500;
  text-wrap: balance;
}

.specs-level-facts {
  display: grid;
  align-self: stretch;
  align-content: center;
  gap: 8px 20px;
  padding-left: 20px;
  border-left: 1px solid var(--line-light);
}

.specs-level-facts--single {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
}

.specs-level-facts--single .specs-fact {
  max-width: 18ch;
}

.specs-level-facts--single .specs-fact-value {
  font-size: clamp(14px, 0.96vw, 18px);
  line-height: 1.06;
}

.specs-level-facts--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specs-fact {
  display: grid;
  align-content: center;
  gap: 4px;
}

.specs-fact-label {
  color: var(--specs-soft);
  font-size: var(--text-xs);
  line-height: 1.2;
  font-weight: 600;
}

.specs-fact-value {
  color: var(--specs-text);
  font-size: clamp(16px, 1.18vw, 22px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
}

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

.specs-key-item {
  position: relative;
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 92px;
  padding: 12px 16px 14px;
  border: 1px solid var(--specs-glass-border);
  border-radius: 0;
  background: linear-gradient(180deg, var(--white), var(--surface-tint));
  box-shadow:
    var(--specs-glass-shadow),
    inset 0 1px 0 var(--specs-glass-highlight);
  overflow: hidden;
}

.specs-key-item::before {
  display: none;
}

.specs-key-item > * {
  position: relative;
  z-index: 1;
}

.specs-key-value {
  margin: 0;
  color: var(--red);
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-wrap: balance;
}

.specs-key-label {
  margin: 0;
  color: var(--specs-muted);
  font-size: var(--text-sm);
  line-height: 1.16;
  font-weight: 500;
  max-width: 16ch;
  text-wrap: balance;
}

.composition {
  position: relative;
  padding: clamp(82px, 9vw, 126px) var(--shell-padding) clamp(56px, 7vw, 96px);
  --composition-ink: var(--blue);
  --composition-ink-strong: var(--blue-strong);
  --composition-muted: rgba(var(--blue-rgb), 0.74);
  --composition-soft: rgba(var(--blue-rgb), 0.48);
  --composition-line: rgba(var(--blue-rgb), 0.16);
  --composition-track: rgba(var(--blue-rgb), 0.14);
  color: var(--composition-ink-strong);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.composition-shell {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  gap: clamp(24px, 2.5vw, 36px);
}

.composition-heading {
  display: grid;
  width: min(100%, 760px);
  gap: clamp(10px, 1.2vw, 16px);
}

.composition-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--composition-ink);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.composition-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.composition-heading h2 {
  margin: 0;
  max-width: 18ch;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
}

.composition-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(34px, 3vw, 58px);
  align-items: start;
}

.composition-summary {
  display: grid;
  align-content: start;
  gap: clamp(28px, 2.3vw, 38px);
}

.composition-total {
  display: grid;
  gap: 10px;
  width: min(100%, 420px);
}

.composition-total-label {
  margin: 0;
  color: var(--composition-muted);
  font-size: var(--text-sm);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.composition-total-value {
  margin: 0;
  color: var(--composition-ink-strong);
  font-size: clamp(30px, 2.3vw, 38px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.composition-breakdown {
  display: grid;
  gap: clamp(18px, 1.6vw, 24px);
  padding-top: clamp(18px, 1.8vw, 26px);
  border-top: 1px solid var(--composition-line);
}

.composition-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--composition-soft);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.composition-subtitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--composition-line);
}

.composition-breakdown-list {
  display: grid;
  gap: clamp(18px, 1.45vw, 24px);
}

.composition-breakdown-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 92px;
  grid-template-areas:
    "area label percent"
    ". track track";
  gap: 10px 24px;
  align-items: center;
}

.composition-area,
.composition-label,
.composition-percent {
  margin: 0;
}

.composition-area {
  grid-area: area;
  color: var(--composition-muted);
  font-size: clamp(24px, 1.72vw, 32px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.composition-label {
  grid-area: label;
  color: var(--composition-ink-strong);
  font-size: clamp(22px, 1.78vw, 32px);
  line-height: 1.06;
  font-weight: 600;
  text-wrap: balance;
}

.composition-percent {
  grid-area: percent;
  color: var(--composition-ink-strong);
  font-size: clamp(24px, 1.72vw, 32px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.composition-track {
  grid-area: track;
  position: relative;
  height: 22px;
  background: var(--composition-track);
  overflow: hidden;
}

.composition-fill {
  display: block;
  width: var(--composition-fill);
  min-width: 6px;
  height: 100%;
}

.composition-fill--production {
  background: linear-gradient(90deg, var(--blue), var(--blue-strong));
}

.composition-fill--office {
  background: linear-gradient(90deg, var(--blue-chart-1), var(--blue-chart-2));
}

.composition-fill--vertical {
  background: linear-gradient(90deg, var(--blue-chart-3), var(--blue-chart-4));
}

.composition-fill--technical {
  background: linear-gradient(90deg, var(--blue-chart-5), var(--blue-chart-6));
}

.composition-fill--common {
  background: linear-gradient(90deg, var(--blue-chart-7), var(--blue-chart-8));
}

.composition-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 26px);
  align-content: start;
}

.composition-plan-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: 0;
  overflow: visible;
}

.composition-plan-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.composition-plan-card--basement img {
  max-height: 168px;
}

.composition-plan-card--level-one img,
.composition-plan-card--level-two img,
.composition-plan-card--mezzanine img {
  max-height: 288px;
}

.composition-plan-label {
  margin: 0;
  color: var(--composition-ink-strong);
  font-size: clamp(20px, 1.48vw, 28px);
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.location {
  position: relative;
  padding: clamp(82px, 9vw, 126px) var(--shell-padding) clamp(58px, 7vw, 96px);
  color: var(--navy);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.location::before {
  display: none;
}

.location-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  gap: clamp(26px, 2.6vw, 38px);
}

.location-heading {
  display: grid;
  width: min(100%, 760px);
  gap: clamp(10px, 1.2vw, 16px);
}

.location-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.location-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.location-heading h2 {
  margin: 0;
  max-width: 12ch;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-wrap: balance;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.28fr) minmax(300px, 0.72fr);
  grid-template-areas: "map copy";
  gap: clamp(28px, 3vw, 60px);
  align-items: start;
}

.location-copy {
  grid-area: copy;
  display: grid;
  align-content: start;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.location-copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(var(--slate-rgb), 0.88);
  font-size: var(--text-base);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: pretty;
}

.location-copy strong {
  color: var(--slate);
  font-weight: 700;
}

.location-map-card {
  grid-area: map;
  display: grid;
  gap: 14px;
  align-content: start;
  width: 100%;
  justify-self: stretch;
}

.location-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7 / 1;
  min-height: clamp(320px, 28vw, 420px);
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.9), rgba(var(--surface-ice-soft-rgb), 0.94)),
    linear-gradient(135deg, rgba(var(--blue-rgb), 0.05), rgba(var(--red-rgb), 0.035));
  box-shadow:
    0 22px 46px rgba(var(--navy-shadow-rgb), 0.08),
    inset 0 1px 0 rgba(var(--white-rgb), 0.9);
  overflow: hidden;
  isolation: isolate;
}

.location-map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.16), rgba(var(--surface-ice-faint-rgb), 0.06)),
    radial-gradient(circle at 14% 16%, rgba(var(--blue-rgb), 0.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(var(--red-rgb), 0.08), transparent 24%);
  pointer-events: none;
}

.location-map-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(var(--blue-rgb), 0.1);
  pointer-events: none;
}

.location-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  display: block;
  filter: grayscale(0.16) saturate(0.84) contrast(1.02) brightness(1.04);
}

.location-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.location-map-marker__pin {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 4px solid var(--red);
  border-radius: 50% 50% 50% 0;
  background: var(--white);
  box-shadow: 0 14px 28px rgba(var(--red-rgb), 0.18);
  transform: rotate(-45deg);
}

.location-map-marker__pin::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--red);
  transform: translate(-50%, -50%);
}

.location-map-marker__label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(var(--blue-rgb), 0.12);
  border-radius: 14px;
  background: rgba(var(--white-rgb), 0.94);
  box-shadow:
    0 16px 30px rgba(var(--navy-shadow-rgb), 0.12),
    inset 0 1px 0 rgba(var(--white-rgb), 0.9);
  color: var(--blue);
  font-size: clamp(16px, 1.08vw, 20px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.location-map-overlay {
  position: absolute;
  left: clamp(14px, 1.4vw, 22px);
  right: clamp(14px, 1.4vw, 22px);
  z-index: 3;
  display: flex;
  gap: 12px;
  pointer-events: none;
}

.location-map-overlay--top {
  top: clamp(14px, 1.4vw, 22px);
  align-items: flex-start;
  justify-content: space-between;
}

.location-map-overlay--bottom {
  bottom: clamp(14px, 1.4vw, 22px);
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.location-map-badge,
.location-map-chip {
  position: relative;
  border: 1px solid var(--line-light);
  background: linear-gradient(180deg, var(--white), var(--surface-tint));
  box-shadow:
    0 10px 22px rgba(var(--navy-shadow-rgb), 0.08),
    inset 0 1px 0 rgba(var(--white-rgb), 0.95);
  overflow: hidden;
}

.location-map-badge::before,
.location-map-chip::before {
  display: none;
}

.location-map-badge {
  display: grid;
  gap: 6px;
  max-width: min(320px, calc(100% - 190px));
  padding: 14px 16px;
}

.location-map-badge-label,
.location-map-chip span {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(var(--slate-soft-rgb), 0.86);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location-map-badge-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--slate);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.location-map-chip {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 152px;
  padding: 12px 14px;
}

.location-map-chip strong {
  position: relative;
  z-index: 1;
  color: var(--slate);
  font-size: clamp(14px, 0.96vw, 17px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.location-map-link {
  pointer-events: auto;
  justify-self: end;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition:
    transform var(--transition),
    opacity var(--transition),
    color var(--transition);
}

.location-map-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.location-map-address {
  margin: 0;
  max-width: 36ch;
  color: rgba(var(--slate-soft-rgb), 0.94);
  font-size: var(--text-sm);
  line-height: 1.36;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.location-map-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--red-deep);
  font-size: var(--text-sm);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform var(--transition),
    opacity var(--transition),
    color var(--transition);
}

.location-map-link::after {
  content: "↗";
  font-size: 14px;
  transform: translateY(-1px);
}

.location-map-link:hover,
.location-map-link:focus-visible {
  transform: translateY(-1px);
  opacity: 1;
  color: var(--red);
}

.location-map-point-link {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: clamp(72px, 7vw, 92px);
  height: clamp(72px, 7vw, 92px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.location-map-point-link:focus-visible {
  outline: 2px solid rgba(var(--red-rgb), 0.32);
  outline-offset: 2px;
}


.roadmap {
  position: relative;
  padding: clamp(82px, 9vw, 126px) var(--shell-padding) clamp(58px, 7vw, 96px);
  color: var(--navy);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.roadmap-shell {
  width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  gap: clamp(24px, 2.5vw, 36px);
}

.roadmap-heading {
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  width: min(100%, 760px);
}

.roadmap-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.roadmap-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.roadmap-heading h2 {
  margin: 0;
  max-width: 18ch;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
}

.roadmap-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding: 14px 18px 0;
}

.roadmap-timeline-track {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 71px;
  height: 2px;
  background: var(--surface-panel);
}

.roadmap-timeline-point {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
}

.roadmap-timeline-date,
.roadmap-timeline-note {
  margin: 0;
}

.roadmap-timeline-date {
  color: var(--navy);
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.roadmap-timeline-dot {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy-strong);
  box-shadow: 0 0 0 8px var(--white);
}

.roadmap-timeline-point--accent .roadmap-timeline-dot {
  background: var(--red);
}

.roadmap-timeline-note {
  color: rgba(var(--slate-soft-rgb), 0.94);
  font-size: var(--text-sm);
  line-height: 1.2;
  font-weight: 600;
}

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

.roadmap-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: clamp(28px, 2.2vw, 36px) clamp(20px, 1.8vw, 30px) clamp(24px, 2vw, 30px);
  border: 1px solid var(--line-light-strong);
  background: var(--white);
}

.roadmap-panel-header {
  display: grid;
  gap: 6px;
}

.roadmap-panel-header h3,
.roadmap-panel-header p {
  margin: 0;
}

.roadmap-panel-header h3 {
  color: var(--navy);
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.roadmap-panel-header p {
  color: rgba(var(--slate-soft-rgb), 0.92);
  font-size: clamp(17px, 1.16vw, 22px);
  line-height: 1.2;
  font-weight: 600;
}

.roadmap-chart {
  position: relative;
  padding-top: 6px;
}

.roadmap-grid {
  position: absolute;
  inset: 92px 0 74px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  pointer-events: none;
  overflow: hidden;
}

.roadmap-grid span {
  border-top: 1px solid var(--surface-line-soft);
}

.roadmap-grid span:first-child {
  border-top: 0;
}

.roadmap-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}

.roadmap-bar {
  display: grid;
  grid-template-rows: auto minmax(290px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.roadmap-bar-meta {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 58px;
}

.roadmap-bar-value,
.roadmap-bar-change,
.roadmap-bar-label {
  margin: 0;
}

.roadmap-bar-value {
  color: var(--navy);
  font-size: clamp(24px, 1.6vw, 34px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.roadmap-bar-change {
  color: var(--red);
  font-size: clamp(14px, 0.98vw, 18px);
  line-height: 1;
  font-weight: 700;
}

.roadmap-bar-change--base {
  color: rgba(var(--slate-soft-rgb), 0.94);
}

.roadmap-bar-visual {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  height: 290px;
  border-bottom: 2px solid var(--surface-line-alt);
  overflow: hidden;
}

.roadmap-bar-core,
.roadmap-bar-growth {
  display: block;
  width: 100%;
}

.roadmap-bar-core {
  height: 80%;
  background: var(--navy-strong);
}

.roadmap-bar-growth {
  height: calc(var(--bar-growth, 0%) * 0.5);
  background: var(--red-fill-soft);
}

.roadmap-bar-label {
  color: rgba(var(--slate-soft-rgb), 0.94);
  font-size: var(--text-sm);
  line-height: 1.16;
  font-weight: 600;
  text-align: center;
}

.roadmap-summary {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.45fr auto;
  gap: 20px;
  align-items: center;
  padding-top: 18px;
  border-top: 4px solid var(--navy-strong);
}

.roadmap-summary-item {
  margin: 0;
  color: var(--navy);
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.18;
  font-weight: 600;
}

.roadmap-summary-item--accent {
  color: var(--red);
}

.roadmap-summary-item--muted {
  color: rgba(var(--slate-soft-rgb), 0.94);
  text-align: right;
}

.rent {
  position: relative;
  padding: clamp(82px, 9vw, 126px) var(--shell-padding) clamp(58px, 7vw, 96px);
  color: var(--navy);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.rent-shell {
  width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  gap: clamp(26px, 2.5vw, 38px);
}

.rent-heading {
  display: grid;
  gap: clamp(10px, 1vw, 14px);
  width: min(100%, 640px);
}

.rent-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.rent-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.rent-heading h2 {
  margin: 0;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: uppercase;
}

.rent-top {
  display: grid;
  grid-template-columns: minmax(400px, 1.06fr) minmax(0, 1.24fr);
  gap: 22px;
  align-items: start;
}

.rent-primary-card {
  display: grid;
  gap: 18px;
  padding: 0 0 18px;
  border: 2px solid var(--red-line-strong);
  background: var(--status-danger-surface);
}

.rent-primary-head {
  padding: 9px 18px 0;
  border-top: 9px solid var(--red-deep);
}

.rent-primary-head h3,
.rent-primary-stat-label,
.rent-primary-main p,
.rent-primary-meta p {
  margin: 0;
}

.rent-primary-head h3 {
  color: var(--slate);
  font-size: clamp(24px, 1.7vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: uppercase;
}

.rent-primary-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  padding: 0 18px;
  border-top: 2px solid var(--line-light);
  padding-top: 18px;
}

.rent-primary-stat {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rent-primary-stat-label {
  color: rgba(var(--slate-soft-rgb), 0.96);
  font-size: var(--text-base);
  line-height: 1.08;
  font-weight: 600;
}

.rent-primary-area {
  color: var(--red);
  font-size: clamp(27px, 2.35vw, 39px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.rent-primary-rate {
  color: var(--slate);
  font-size: clamp(20px, 1.5vw, 29px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 700;
  white-space: nowrap;
}

.rent-primary-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 18px 0;
  border-top: 0;
}

.rent-primary-meta p {
  color: rgba(var(--slate-rgb), 0.7);
  font-size: var(--text-sm);
  line-height: 1.2;
  font-weight: 600;
}

.rent-primary-meta strong {
  color: var(--slate);
  font-weight: 700;
}

.rent-terms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
}

.rent-term-card {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 108px;
  padding: 16px 18px;
  background: var(--surface-soft);
}

.rent-term-label,
.rent-term-value {
  margin: 0;
}

.rent-term-label {
  color: rgba(var(--slate-soft-rgb), 0.96);
  font-size: var(--text-base);
  line-height: 1.1;
  font-weight: 600;
}

.rent-term-value {
  color: var(--slate);
  font-size: clamp(20px, 1.28vw, 28px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
}

.rent-floor-card {
  display: grid;
  gap: 18px;
  padding: 0 0 0;
  border: 1px solid var(--line-light-strong);
  background: var(--white);
}

.rent-floor-header {
  padding: 18px 28px 0;
  border-top: 14px solid var(--navy-mid);
}

.rent-floor-header h3 {
  margin: 0;
  color: var(--slate);
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: uppercase;
}

.rent-floor-table {
  display: grid;
  gap: 0;
  padding: 0 28px;
}

.rent-floor-head {
  border-bottom: 2px solid var(--line-light);
}

.rent-floor-row {
  display: grid;
  grid-template-columns: 1.18fr 0.76fr 0.64fr 0.94fr 1.18fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
}

.rent-floor-row--head {
  padding-top: 0;
  padding-bottom: 6px;
}

.rent-floor-row--head span {
  color: rgba(var(--slate-soft-rgb), 0.96);
  font-size: var(--text-sm);
  line-height: 1.1;
  font-weight: 600;
}

.rent-floor-body .rent-floor-row {
  min-height: 96px;
  border-bottom: 2px solid var(--line-light);
}

.rent-floor-body .rent-floor-row:last-child {
  border-bottom: 0;
}

.rent-floor-body .rent-floor-row > span {
  color: var(--slate);
  font-size: clamp(19px, 1.28vw, 28px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.rent-floor-name {
  font-size: clamp(24px, 1.62vw, 34px) !important;
  font-weight: 700 !important;
}

.rent-floor-rate {
  justify-self: start;
  padding: 8px 18px;
  white-space: nowrap;
}

.rent-floor-rate--accent {
  color: var(--red) !important;
  background: var(--status-danger-surface-soft);
}

.rent-floor-summary {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0 28px 10px;
  border-top: 2px solid var(--line-light);
}

.rent-floor-summary-item {
  margin: 0;
  color: rgba(var(--slate-soft-rgb), 0.96);
  font-size: var(--text-base);
  line-height: 1.18;
  font-weight: 600;
}

.rent-floor-summary-item--accent {
  color: var(--slate);
}

.sale {
  position: relative;
  padding: clamp(82px, 9vw, 126px) var(--shell-padding) clamp(58px, 7vw, 96px);
  color: var(--navy);
  background: var(--white);
  overflow: hidden;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.sale-shell {
  width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  gap: clamp(26px, 2.5vw, 38px);
}

.sale-heading {
  display: grid;
  gap: clamp(10px, 1vw, 14px);
  width: min(100%, 740px);
}

.sale-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--blue);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sale-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(var(--blue-rgb), 0.22);
}

.sale-heading h2 {
  margin: 0;
  color: var(--red);
  font-size: var(--section-heading-size);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: uppercase;
}

.sale-top {
  display: grid;
  grid-template-columns: minmax(400px, 1.04fr) minmax(360px, 0.96fr);
  gap: 22px;
  align-items: stretch;
}

.sale-overview-card,
.sale-scenario-card {
  min-height: 294px;
}

.sale-overview-card {
  display: grid;
  gap: 18px;
  padding: 16px 28px 22px;
  border: 1px solid var(--red-line);
  background: var(--status-danger-surface-alt);
}

.sale-overview-head {
  display: grid;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--surface-panel-soft);
}

.sale-overview-label,
.sale-overview-name,
.sale-overview-stat-label,
.sale-overview-stat-value,
.sale-scenario-label,
.sale-scenario-total,
.sale-scenario-title,
.sale-scenario-text,
.sale-schedule-header h3,
.sale-schedule-header p,
.sale-cell-value {
  margin: 0;
}

.sale-overview-label,
.sale-overview-stat-label,
.sale-scenario-label,
.sale-scenario-title,
.sale-schedule-header p,
.sale-schedule-row--head span {
  color: rgba(var(--slate-soft-rgb), 0.96);
  font-size: var(--text-base);
  line-height: 1.08;
  font-weight: 600;
}

.sale-overview-name {
  color: var(--slate);
  font-size: clamp(22px, 1.5vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.sale-overview-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.sale-overview-stat {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.sale-overview-stat-value {
  color: var(--navy-deep);
  font-size: clamp(25px, 2vw, 36px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 700;
  white-space: nowrap;
}

.sale-overview-stat-value--accent {
  color: var(--red);
}

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

.sale-overview-pill {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 16px 18px;
  color: var(--slate);
  font-size: clamp(18px, 1.16vw, 24px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  background: var(--surface-soft);
  border: 1px solid var(--line-light);
}

.sale-scenario-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--red-line);
  background: var(--surface-soft);
}

.sale-scenario-head {
  display: grid;
  gap: 14px;
  padding: 12px 28px 16px;
  border-top: 7px solid var(--red-deep);
  border-bottom: 2px solid var(--line-light);
}

.sale-scenario-total {
  color: var(--red);
  font-size: clamp(28px, 2.1vw, 39px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.sale-scenario-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px 28px 22px;
}

.sale-scenario-title {
  font-size: clamp(20px, 1.38vw, 26px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.sale-scenario-text {
  max-width: 52ch;
  color: var(--slate);
  font-size: var(--text-base);
  line-height: 1.16;
  font-weight: 700;
}

.sale-scenario-split {
  display: grid;
  grid-template-columns: 0.7fr 0.82fr 1.35fr;
  gap: 6px;
  margin-top: 2px;
}

.sale-scenario-part {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 10px 12px;
  color: var(--white);
  font-size: clamp(22px, 1.42vw, 30px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-align: center;
}

.sale-scenario-part--accent {
  background: var(--red-deep);
}

.sale-scenario-part--dark {
  background: var(--navy-surface);
}

.sale-schedule-card {
  display: grid;
  gap: 18px;
  padding: 0 0 16px;
  border: 1px solid var(--line-light-strong);
  background: var(--white);
}

.sale-schedule-download {
  display: none;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  padding: 0 22px;
  color: var(--white);
  font-size: var(--text-xs);
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: var(--navy-mid);
  transition: transform var(--transition), background-color var(--transition), opacity var(--transition);
}

.sale-schedule-download:hover,
.sale-schedule-download:focus-visible {
  transform: translateY(-1px);
  background: var(--navy-panel);
}

.sale-schedule-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px 28px 0;
  border-top: 14px solid var(--navy-mid);
}

.sale-schedule-header h3 {
  color: var(--slate);
  font-size: clamp(24px, 1.84vw, 36px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.sale-schedule-header p {
  color: rgba(var(--slate-soft-rgb), 0.96);
}

.sale-schedule-table {
  display: grid;
  gap: 0;
  padding: 0 28px;
}

.sale-schedule-head {
  border-bottom: 2px solid var(--line-light);
}

.sale-schedule-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.42fr) minmax(94px, 0.58fr) minmax(84px, 0.44fr) minmax(160px, 0.92fr) minmax(220px, 1.12fr) minmax(190px, 0.96fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}

.sale-schedule-row--head {
  padding-top: 0;
  padding-bottom: 10px;
}

.sale-schedule-row--head span {
  white-space: nowrap;
}

.sale-schedule-body .sale-schedule-row {
  min-height: 82px;
  border-bottom: 2px solid var(--line-light);
}

.sale-schedule-body .sale-schedule-row:last-child {
  border-bottom: 0;
}

.sale-schedule-row--muted {
  background: var(--surface-soft);
}

.sale-schedule-row--muted .sale-cell-value,
.sale-schedule-row--muted .sale-stage-name,
.sale-schedule-row--muted > span:not(.sale-share) {
  color: rgba(var(--slate-soft-rgb), 0.82);
}

.sale-stage {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sale-stage-marker {
  width: 8px;
  align-self: stretch;
  min-height: 36px;
  flex: 0 0 8px;
}

.sale-stage-marker--accent {
  background: var(--red-deep);
}

.sale-stage-marker--muted {
  background: var(--surface-panel-alt);
}

.sale-stage-marker--dark {
  background: var(--navy-surface);
}

.sale-stage-name,
.sale-schedule-body .sale-schedule-row > span {
  color: var(--slate);
  font-size: clamp(16px, 1.06vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.sale-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  color: rgba(var(--slate-soft-rgb), 0.72);
  font-size: clamp(15px, 0.96vw, 20px);
  line-height: 1;
  font-weight: 700;
}

.sale-share--filled {
  color: var(--status-danger-ink);
  background: var(--status-danger-faint);
}

.sale-cell-metric {
  display: grid;
  gap: 8px;
}

.sale-cell-value {
  color: var(--navy-deep);
  font-size: clamp(16px, 1.02vw, 22px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  white-space: nowrap;
}

.sale-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8px;
  background: var(--surface-panel-muted);
}

.sale-progress span {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
}

.sale-progress--payment span {
  background: var(--accent-neutral);
}

.sale-progress--paid span {
  background: var(--accent-coral);
}

.sale-progress--remaining span {
  background: var(--surface-panel-faint);
}

.contacts {
  position: relative;
  --contacts-micro: rgba(var(--mist-rgb), 0.1);
  --contacts-micro-soft: rgba(var(--mist-rgb), 0.055);
  --contacts-micro-faint: rgba(var(--mist-rgb), 0.032);
  color: var(--surface-tint);
  background: var(--ink-inverse);
  scroll-margin-top: clamp(92px, 12vw, 136px);
  overflow: hidden;
}

.contacts-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(34px, 4vw, 58px);
  min-height: clamp(680px, 48vw, 860px);
  padding: clamp(34px, 3.8vw, 56px) clamp(18px, 3vw, 40px) clamp(24px, 2.4vw, 34px);
}

.contacts::before,
.contacts::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.contacts-heading {
  display: grid;
  gap: 12px;
  width: fit-content;
}

.contacts-heading h2,
.contacts-section-label,
.contacts-lead-text,
.contacts-item-label,
.contacts-item-value,
.contacts-route-link,
.contacts-telegram-subtitle,
.contacts-telegram-handle,
.contacts-site,
.contacts-copy {
  margin: 0;
}

.contacts-heading h2 {
  color: var(--white-soft);
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.contacts-heading::after {
  content: "";
  width: clamp(116px, 10vw, 156px);
  height: 2px;
  background: transparent;
}

.contacts-header {
  position: relative;
  z-index: 1;
  display: block;
}

.contacts-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.98fr) minmax(0, 0.78fr) minmax(0, 0.92fr);
  gap: clamp(28px, 3vw, 54px);
  align-content: start;
  align-items: start;
}

.contacts-column {
  position: relative;
  display: grid;
  align-content: start;
  grid-template-columns: 1fr;
  gap: 24px;
  min-width: 0;
  padding-top: 18px;
}

.contacts-section-label {
  color: rgba(var(--mist-rgb), 0.7);
  font-size: var(--text-sm);
  line-height: 1.1;
  font-weight: 500;
}

.contacts-column--primary {
  max-width: min(100%, 420px);
}

.contacts-column--address {
  max-width: min(100%, 360px);
}

.contacts-column--route,
.contacts-column--telegram {
  max-width: min(100%, 290px);
  gap: 18px;
}

.contacts-grid::before,
.contacts-grid::after,
.contacts-column::before,
.contacts-column::after,
.contacts-column--primary::after,
.contacts-column--address::before,
.contacts-column--telegram::after,
.contacts-column--telegram::before,
.contacts-column--route::after,
.contacts-column--route::before {
  content: none;
  display: none;
}

.contacts-item,
.contacts-route,
.contacts-telegram-card,
.contacts-site {
  display: grid;
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

.contacts-item {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.contacts-item-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.contacts-item-icon--light {
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

.contacts-item-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contacts-item-label {
  color: rgba(var(--mist-rgb), 0.68);
  font-size: var(--text-sm);
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contacts-item-value {
  color: var(--white);
  font-size: clamp(16px, 1.22vw, 23px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-decoration: none;
}

.contacts-item-value--phone {
  font-size: clamp(16px, 1.22vw, 23px);
  white-space: normal;
}

.contacts-item-value--text {
  max-width: 22ch;
  font-size: clamp(15px, 1.02vw, 19px);
  line-height: 1.26;
}

.contacts-route {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.contacts-route-copy {
  display: grid;
  gap: 8px;
  align-content: start;
}

.contacts-route-link {
  color: var(--white);
  font-size: clamp(16px, 1.14vw, 22px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-decoration: none;
}

.contacts-side-icon {
  display: block;
  object-fit: contain;
}

.contacts-side-icon--globe {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

.contacts-telegram-card {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.contacts-telegram-copy {
  display: grid;
  gap: 8px;
}

.contacts-telegram-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contacts-telegram-inline-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(1);
  opacity: 0.9;
}

.contacts-telegram-subtitle {
  max-width: 14ch;
  color: var(--white);
  font-size: clamp(15px, 1.04vw, 20px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.contacts-telegram-handle,
.contacts-site {
  color: rgba(var(--mist-rgb), 0.82);
  text-decoration: none;
}

.contacts-telegram-handle {
  font-size: clamp(14px, 0.96vw, 17px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
}

.contacts-site {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  align-self: start;
  margin-top: 0;
  font-size: clamp(14px, 0.98vw, 18px);
  line-height: 1.1;
  font-weight: 500;
}

.contacts-bottomline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  border-top: 0;
}

.contacts-copy {
  color: rgba(var(--mist-rgb), 0.78);
  font-size: var(--text-sm);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.contacts-site--footer {
  justify-self: center;
  align-self: center;
  margin-inline: auto;
}

.contacts-legal,
.contacts-legal-name,
.contacts-legal-meta {
  margin: 0;
}

.contacts-legal {
  display: grid;
  justify-self: end;
  justify-items: end;
  gap: 6px;
  text-align: right;
}

.contacts-legal-name {
  color: rgba(var(--mist-bright-rgb), 0.9);
  font-size: var(--text-sm);
  line-height: 1.15;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.contacts-legal-meta {
  color: rgba(var(--mist-rgb), 0.72);
  font-size: var(--text-sm);
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.contacts-legal-meta span + span {
  margin-left: 0.55em;
}

.contacts-watermark {
  position: absolute;
  left: 50%;
  bottom: clamp(112px, 7.4vw, 168px);
  z-index: 0;
  transform: translateX(-50%);
  width: calc(100% + 64px);
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  opacity: 0.4;
}

.contacts-watermark-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(34px, 2.8vw, 56px);
  animation: contacts-marquee 34s linear infinite;
  will-change: transform;
}

.contacts-watermark-group {
  display: flex;
  align-items: center;
  gap: clamp(34px, 2.8vw, 56px);
  flex: 0 0 auto;
}

.contacts-watermark-logo {
  display: block;
  height: clamp(148px, 14.2vw, 250px);
  width: auto;
  flex: 0 0 auto;
  opacity: 1;
  filter: grayscale(1) brightness(1.28) contrast(0.88);
}

@media (min-width: 1025px) {
  .contacts-shell {
    padding-top: clamp(186px, 16.8vw, 264px);
    padding-bottom: 10px;
  }

  .contacts-grid {
    margin-top: clamp(42px, 3.5vw, 68px);
  }

  .contacts-watermark {
    top: clamp(12px, 1.6vw, 24px);
    bottom: auto;
  }

  .contacts-bottomline {
    align-self: end;
    padding-top: 0;
  }
}

/* Unified section heading system (excluding hero and footer) */
.about-heading,
.specs-heading,
.composition-heading,
.location-heading,
.roadmap-heading,
.rent-heading,
.sale-heading {
  display: grid;
  width: min(100%, 760px);
  gap: clamp(10px, 1.2vw, 16px);
}

.about-heading h2,
.specs-heading h2,
.composition-heading h2,
.location-heading h2,
.roadmap-heading h2,
.rent-heading h2,
.sale-heading h2 {
  max-width: 19ch;
  font-size: var(--section-heading-size);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: none;
  text-wrap: balance;
}

/* Section micro-graphics system (excluding hero and footer) */
.about,
.hero,
.about,
.specs,
.composition,
.location,
.roadmap,
.rent,
.sale,
.contacts {
  position: relative;
  isolation: isolate;
}

.hero,
.contacts {
  --section-deco-dot: rgba(var(--white-rgb), 0.18);
  --section-deco-stroke: rgba(var(--white-rgb), 0.22);
  --section-deco-stroke-soft: rgba(var(--white-rgb), 0.11);
  --section-deco-line: rgba(var(--white-rgb), 0.3);
  --section-deco-square: rgba(var(--white-rgb), 0.25);
  --section-deco-ghost: rgba(var(--white-rgb), 0.04);
}

.about,
.specs,
.composition,
.location,
.roadmap,
.rent,
.sale {
  --section-deco-dot: rgba(var(--blue-rgb), 0.18);
  --section-deco-stroke: rgba(var(--blue-rgb), 0.35);
  --section-deco-stroke-soft: rgba(var(--blue-rgb), 0.18);
  --section-deco-line: rgba(var(--blue-rgb), 0.3);
  --section-deco-square: rgba(var(--blue-rgb), 0.25);
  --section-deco-ghost: rgba(var(--blue-rgb), 0.07);
}

.rent,
.sale {
  --section-deco-accent: rgba(var(--red-rgb), 0.16);
  --section-deco-accent-soft: rgba(var(--red-rgb), 0.12);
  --section-deco-accent-square: rgba(var(--red-rgb), 0.18);
}

.about-shell,
.specs-shell,
.composition-shell,
.location-shell,
.roadmap-shell,
.rent-shell,
.sale-shell,
.contacts-shell {
  position: relative;
  z-index: 1;
}

.hero::before,
.hero::after,
.about::before,
.about::after,
.specs::before,
.specs::after,
.composition::before,
.composition::after,
.location::before,
.location::after,
.roadmap::before,
.roadmap::after,
.rent::before,
.rent::after,
.sale::before,
.sale::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  top: clamp(42px, 5vw, 78px);
  left: 0;
  width: min(360px, 34vw);
  height: min(240px, 24vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 1.5px 44px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top left / 28px 28px repeat;
  mask-image: radial-gradient(circle at top left, rgba(var(--black-rgb), 1) 0 54%, transparent 100%);
  opacity: 0.96;
}

.hero::after {
  right: var(--shell-padding);
  bottom: clamp(32px, 3vw, 48px);
  width: min(260px, 22vw);
  height: min(168px, 14vw);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 1.5px 22px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) calc(100% - 2px) calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.98;
}

.about::before {
  top: clamp(48px, 6vw, 78px);
  left: 0;
  width: min(340px, 34vw);
  height: min(220px, 24vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 60px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 1.5px 60px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 48px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 1.5px 48px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top left / 28px 28px repeat;
  mask-image: radial-gradient(circle at top left, rgba(var(--black-rgb), 1) 0 56%, transparent 100%);
  opacity: 1;
}

.about::after {
  content: "AB";
  right: var(--shell-padding);
  bottom: clamp(42px, 5vw, 72px);
  width: min(280px, 24vw);
  height: min(180px, 16vw);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 10px 4px 0;
  color: transparent;
  font-size: clamp(180px, 18vw, 280px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 700;
  -webkit-text-stroke: 1px var(--section-deco-ghost);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) calc(100% - 2px) calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 1.5px 44px no-repeat;
  opacity: 0.96;
}

.specs::before {
  top: clamp(56px, 6vw, 86px);
  right: var(--shell-padding);
  width: min(360px, 28vw);
  height: min(220px, 18vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 58px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 1.5px 58px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 46px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 1.5px 46px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top right / 28px 28px repeat;
  mask-image: radial-gradient(circle at top right, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 1;
}

.specs::after {
  left: var(--shell-padding);
  bottom: clamp(58px, 5vw, 78px);
  width: min(260px, 20vw);
  height: min(132px, 10vw);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) left calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.95;
}

.composition::before {
  top: clamp(72px, 7vw, 102px);
  right: var(--shell-padding);
  width: min(300px, 24vw);
  height: min(220px, 20vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 1.5px 44px no-repeat,
    linear-gradient(135deg, transparent 0 36%, rgba(var(--blue-rgb), 0.12) 36.8%, transparent 37.6%) center / 100% 100% no-repeat,
    linear-gradient(135deg, transparent 0 58%, rgba(var(--blue-rgb), 0.08) 58.8%, transparent 59.6%) center / 100% 100% no-repeat;
  mask-image: radial-gradient(circle at top right, rgba(var(--black-rgb), 1) 0 62%, transparent 100%);
  opacity: 0.92;
}

.composition::after {
  left: var(--shell-padding);
  bottom: clamp(44px, 4.5vw, 64px);
  width: min(220px, 18vw);
  height: min(132px, 10vw);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) left calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.96;
}

.location::before {
  top: clamp(62px, 6.5vw, 90px);
  left: 0;
  width: min(260px, 22vw);
  height: min(190px, 16vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 1.5px 44px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top left / 28px 28px repeat;
  mask-image: radial-gradient(circle at top left, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 0.94;
}

.location::after {
  right: var(--shell-padding);
  bottom: clamp(54px, 5vw, 72px);
  width: min(280px, 22vw);
  height: min(160px, 13vw);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) calc(100% - 2px) calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 52px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 1.5px 52px no-repeat,
    linear-gradient(135deg, transparent 0 42%, rgba(var(--blue-rgb), 0.12) 42.8%, transparent 43.6%) center / 100% 100% no-repeat,
    linear-gradient(135deg, transparent 0 66%, rgba(var(--blue-rgb), 0.08) 66.8%, transparent 67.6%) center / 100% 100% no-repeat;
  opacity: 0.9;
}

.roadmap::before {
  top: clamp(72px, 6.5vw, 92px);
  right: var(--shell-padding);
  width: min(320px, 24vw);
  height: min(200px, 15vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 58px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 1.5px 58px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 46px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 1.5px 46px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top right / 28px 28px repeat;
  mask-image: radial-gradient(circle at top right, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 0.94;
}

.roadmap::after {
  left: var(--shell-padding);
  bottom: clamp(54px, 5vw, 72px);
  width: min(220px, 16vw);
  height: min(120px, 9vw);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) left bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) left calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.95;
}

.rent::before {
  top: clamp(68px, 6vw, 92px);
  right: var(--shell-padding);
  width: min(340px, 26vw);
  height: min(180px, 14vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 58px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right top / 1.5px 58px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 46px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) 12px / 1.5px 46px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top right / 28px 28px repeat;
  mask-image: radial-gradient(circle at top right, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 0.95;
}

.rent::after {
  left: var(--shell-padding);
  bottom: clamp(48px, 4.4vw, 64px);
  width: min(240px, 18vw);
  height: min(110px, 9vw);
  background:
    linear-gradient(var(--section-deco-accent), var(--section-deco-accent)) left bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-accent), var(--section-deco-accent)) left bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-accent-square), var(--section-deco-accent-square)) left calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.98;
}

.sale::before {
  top: clamp(70px, 6vw, 94px);
  left: 0;
  width: min(320px, 25vw);
  height: min(190px, 15vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 60px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 1.5px 60px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 48px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 1.5px 48px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top left / 28px 28px repeat;
  mask-image: radial-gradient(circle at top left, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 0.96;
}

.sale::after {
  content: "SL";
  right: var(--shell-padding);
  bottom: clamp(48px, 4.5vw, 66px);
  width: min(260px, 20vw);
  height: min(120px, 10vw);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 8px 2px 0;
  color: transparent;
  font-size: clamp(180px, 18vw, 280px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 700;
  -webkit-text-stroke: 1px var(--section-deco-ghost);
  background:
    linear-gradient(var(--section-deco-accent), var(--section-deco-accent)) right bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-accent), var(--section-deco-accent)) right bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-accent-square), var(--section-deco-accent-square)) calc(100% - 2px) calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 1.5px 44px no-repeat;
  opacity: 0.97;
}

.contacts::before {
  top: clamp(34px, 4vw, 52px);
  left: 0;
  width: min(220px, 18vw);
  height: min(160px, 12vw);
  background:
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 56px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) left top / 1.5px 56px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 44px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) 12px 12px / 1.5px 44px no-repeat,
    radial-gradient(circle, var(--section-deco-dot) 1px, transparent 1.8px) top left / 28px 28px repeat;
  mask-image: radial-gradient(circle at top left, rgba(var(--black-rgb), 1) 0 58%, transparent 100%);
  opacity: 0.94;
}

.contacts::after {
  content: "CT";
  right: var(--shell-padding);
  bottom: clamp(34px, 3vw, 52px);
  width: min(230px, 18vw);
  height: min(130px, 10vw);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 6px 0 0;
  color: transparent;
  font-size: clamp(180px, 18vw, 280px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 700;
  -webkit-text-stroke: 1px var(--section-deco-ghost);
  background:
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 100px 1.5px no-repeat,
    linear-gradient(var(--section-deco-line), var(--section-deco-line)) right bottom / 1.5px 20px no-repeat,
    linear-gradient(var(--section-deco-square), var(--section-deco-square)) calc(100% - 2px) calc(100% - 2px) / 4px 4px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 54px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke), var(--section-deco-stroke)) right bottom / 1.5px 54px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 42px 1.5px no-repeat,
    linear-gradient(var(--section-deco-stroke-soft), var(--section-deco-stroke-soft)) calc(100% - 12px) calc(100% - 12px) / 1.5px 42px no-repeat;
  opacity: 0.96;
}

@media (max-width: 1023px) {
  .hero::before,
  .hero::after,
  .about::before,
  .about::after,
  .specs::before,
  .specs::after,
  .composition::before,
  .composition::after,
  .location::before,
  .location::after,
  .roadmap::before,
  .roadmap::after,
  .rent::before,
  .rent::after,
  .sale::before,
  .sale::after,
  .contacts::before,
  .contacts::after {
    opacity: 0.74;
  }
}

@media (max-width: 767px) {
  .hero::before,
  .about::before,
  .specs::before,
  .composition::before,
  .location::before,
  .roadmap::before,
  .rent::before,
  .sale::before,
  .contacts::before {
    width: min(180px, 48vw);
    height: min(120px, 32vw);
  }

  .hero::after,
  .about::after,
  .specs::after,
  .composition::after,
  .location::after,
  .roadmap::after,
  .rent::after,
  .sale::after,
  .contacts::after {
    width: min(180px, 46vw);
    height: min(120px, 30vw);
    opacity: 0.56;
  }
}

@keyframes contacts-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(17px, 1.4vw, 28px)));
  }
}

.contacts-item-value:hover,
.contacts-route-link:hover,
.contacts-telegram-handle:hover,
.contacts-site:hover {
  opacity: 0.82;
}

.hero-footer-note {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(var(--white-rgb), 0.54);
  font-size: var(--text-xs);
}

.anchor-placeholder {
  height: 0;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

@media (max-width: 1024px) {
  .about-heading,
  .specs-heading,
  .composition-heading,
  .location-heading,
  .roadmap-heading,
  .rent-heading,
  .sale-heading {
    width: 100%;
    gap: 12px;
  }

  .about-heading h2,
  .specs-heading h2,
  .composition-heading h2,
  .location-heading h2,
  .roadmap-heading h2,
  .rent-heading h2,
  .sale-heading h2 {
    max-width: 19ch;
    font-size: clamp(22px, 5vw, 30px);
  }

  .site-menu__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-menu__meta {
    max-width: 460px;
  }

  .menu-description {
    max-width: 100%;
  }

  .specs-layout {
    --specs-right-width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "key"
      "levels"
      "levels-visual";
    gap: 22px;
  }

  .specs-visual img {
    height: auto;
    min-height: clamp(240px, 34vw, 320px);
  }

  .specs-level-visual img {
    height: auto;
    min-height: clamp(260px, 36vw, 360px);
  }

  .specs-levels {
    gap: 14px;
  }

  .specs-levels,
  .specs-level-visual {
    width: 100%;
  }

  .specs-level-row {
    grid-template-columns: minmax(200px, 0.78fr) minmax(0, 1.22fr);
    gap: 16px 20px;
  }

  .specs-key {
    gap: 14px;
  }

  .specs-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .composition {
    padding: 72px 16px 46px;
  }

  .composition-shell {
    gap: 16px;
  }

  .composition-heading {
    width: 100%;
    gap: 12px;
  }

  .composition-heading h2 {
    max-width: 18ch;
  }

  .composition-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .composition-summary {
    gap: 24px;
  }

  .composition-total {
    width: min(100%, 520px);
  }

  .composition-breakdown-row {
    grid-template-columns: 150px minmax(0, 1fr) 76px;
    gap: 8px 18px;
  }

  .composition-track {
    height: 20px;
  }

  .composition-plans {
    width: 100%;
    gap: 18px;
  }

  .composition-plan-card--basement img {
    max-height: 156px;
  }

  .composition-plan-card--level-one img,
  .composition-plan-card--level-two img,
  .composition-plan-card--mezzanine img {
    max-height: 248px;
  }

  .location {
    padding: 72px 16px 46px;
  }

  .location-shell {
    gap: 16px;
  }

  .location-heading {
    width: 100%;
    gap: 12px;
  }

  .location-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "copy";
    gap: 24px;
  }

  .location-copy p {
    max-width: none;
    font-size: clamp(14px, 1.4vw, 16px);
  }

  .location-map-frame {
    aspect-ratio: 1.5 / 1;
    min-height: clamp(360px, 56vw, 520px);
  }

  .location-map-marker {
    top: 49%;
    left: 51.5%;
  }

  .location-map-marker__label {
    min-height: 34px;
    padding: 0 14px;
    font-size: 16px;
  }

  .location-map-badge {
    max-width: min(320px, calc(100% - 210px));
  }

  .roadmap {
    padding: 72px 16px 46px;
  }

  .roadmap-shell {
    gap: 20px;
  }

  .roadmap-heading {
    width: 100%;
  }

  .roadmap-timeline {
    gap: 18px;
    padding-inline: 10px;
  }

  .roadmap-timeline-track {
    left: 10px;
    right: 10px;
  }

  .roadmap-panels {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .roadmap-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .roadmap-summary-item--muted {
    display: none;
  }

  .rent {
    padding: 72px 16px 46px;
  }

  .rent-shell {
    gap: 20px;
  }

  .rent-heading {
    width: 100%;
  }

  .rent-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .rent-floor-row {
    grid-template-columns: 1.1fr 0.86fr 0.72fr 1fr 1.26fr;
    gap: 14px;
  }

  .rent-floor-summary {
    grid-template-columns: 1fr 1.6fr;
  }

  .sale {
    padding: 72px 16px 46px;
  }

  .sale-shell {
    gap: 20px;
  }

  .sale-heading {
    width: 100%;
  }

  .sale-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sale-overview-card,
  .sale-scenario-card {
    min-height: auto;
  }

  .sale-schedule-header {
    padding: 20px 22px 0;
  }

  .sale-schedule-table {
    padding: 0 22px;
  }

  .sale-schedule-row {
    grid-template-columns: minmax(200px, 1.5fr) minmax(110px, 0.68fr) minmax(96px, 0.5fr) minmax(180px, 1fr) minmax(260px, 1.24fr) minmax(220px, 1.06fr);
    gap: 14px;
  }

  .contacts-shell {
    min-height: auto;
    padding-bottom: 24px;
  }

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

  .contacts-column {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contacts-column--primary {
    max-width: none;
  }

  .contacts-column--address {
    max-width: none;
  }

  .contacts-column--route,
  .contacts-column--telegram {
    max-width: none;
    gap: 18px;
  }

  .contacts-bottomline {
    grid-template-columns: auto auto auto;
    align-items: end;
  }

  .contacts-site--footer {
    justify-self: center;
  }

  .contacts-watermark {
    left: 50%;
    bottom: 88px;
    width: calc(100% + 48px);
  }

  .contacts-watermark-logo {
    height: clamp(125px, 13.52vw, 213px);
  }

  .about-top {
    grid-template-columns: 1fr;
    row-gap: 17px;
  }

  .about-heading {
    width: min(100%, 720px);
  }

  .about-heading h2 {
    max-width: 18ch;
  }

  .about-description {
    max-width: 62ch;
  }

  .about-stat-grid {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 720px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 13px;
  }

  .about-media-shell {
    grid-column: auto;
    grid-row: auto;
    gap: 8px;
  }

  .about-media {
    min-height: clamp(340px, 48vw, 460px);
  }

  .about-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 16px;
  }

  .about-benefit:nth-child(3n + 2),
  .about-benefit:nth-child(3n + 3) {
    padding-left: 0;
    border-left: 0;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    max-width: none;
    padding-bottom: 0;
  }

  .hero-content {
    width: min(100%, 760px);
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .about-heading,
  .specs-heading,
  .composition-heading,
  .location-heading,
  .roadmap-heading,
  .rent-heading,
  .sale-heading {
    width: 100%;
    gap: 12px;
  }

  .about-kicker,
  .specs-kicker,
  .composition-kicker,
  .location-kicker,
  .roadmap-kicker,
  .rent-kicker,
  .sale-kicker {
    gap: 10px;
    font-size: var(--text-xs);
  }

  .about-kicker::after,
  .specs-kicker::after,
  .composition-kicker::after,
  .location-kicker::after,
  .roadmap-kicker::after,
  .rent-kicker::after,
  .sale-kicker::after {
    width: 26px;
  }

  .about-heading h2,
  .specs-heading h2,
  .composition-heading h2,
  .location-heading h2,
  .roadmap-heading h2,
  .rent-heading h2,
  .sale-heading h2 {
    max-width: 16ch;
    font-size: clamp(22px, 6vw, 30px);
  }

  .site-header {
    inset: 0 0 auto;
  }

  .header-shell {
    display: grid;
    grid-template-columns: minmax(96px, 128px) minmax(0, 1fr);
    align-items: center;
    gap: 8px 14px;
    min-height: auto;
    padding: 10px 14px 12px;
  }

  .brand-mark {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    padding: 0;
  }

  .brand-logo {
    width: 100%;
    max-width: 124px;
  }

  .header-actions {
    grid-column: 2;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px 40px;
    grid-template-areas: "telegram cta favorites burger";
    align-items: center;
    justify-content: end;
    justify-items: center;
    min-width: 0;
    gap: 8px;
    width: 100%;
  }

  .header-actions > * {
    min-width: 0;
  }

  .header-phone {
    display: none;
  }

  .telegram-button {
    grid-area: telegram;
    width: 44px;
    height: 44px;
  }

  .header-favorites {
    grid-area: favorites;
    width: 44px;
    height: 44px;
  }

  .telegram-icon {
    width: 20px;
    height: 20px;
  }

  .cta-button {
    grid-area: cta;
    min-width: 0;
    min-height: 44px;
    padding: 0 4px;
    justify-content: center;
    gap: 0;
    font-size: var(--text-xs);
    letter-spacing: 0.1em;
    overflow: hidden;
  }

  .cta-button span:first-child {
    display: block;
    max-width: 100%;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1;
  }

  .cta-arrow {
    display: none;
  }

  .burger-button {
    grid-area: burger;
    width: 44px;
    height: 44px;
  }

  .burger-button span {
    left: 10px;
    width: 22px;
  }

  .burger-button span:nth-child(1) {
    top: 14px;
  }

  .burger-button span:nth-child(2) {
    top: 20px;
  }

  .burger-button span:nth-child(3) {
    top: 26px;
  }

  body.menu-open .burger-button span:nth-child(1),
  body.menu-open .burger-button span:nth-child(3) {
    top: 20px;
  }

  .site-menu {
    width: 100%;
  }

  .site-menu__inner {
    padding: 92px 20px 28px;
  }

  .menu-link {
    grid-template-columns: 38px 1fr;
    min-height: 62px;
    gap: 12px;
  }

  .menu-text {
    font-size: 18px;
  }

  .specs {
    padding: 72px 16px 46px;
  }

  .specs-shell {
    gap: 16px;
  }

  .specs-heading {
    width: 100%;
    gap: 12px;
  }

  .specs-heading h2 {
    max-width: 18ch;
  }

  .specs-layout {
    --specs-right-width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "key"
      "levels"
      "levels-visual";
    gap: 18px;
  }

  .specs-visual img {
    height: auto;
    min-height: 220px;
  }

  .specs-level-visual img {
    height: auto;
    min-height: 220px;
  }

  .specs-levels,
  .specs-key {
    gap: 12px;
  }

  .specs-levels,
  .specs-level-visual {
    width: 100%;
  }

  .specs-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }

  .specs-level-row {
    grid-template-columns: minmax(116px, 0.78fr) minmax(0, 1.22fr);
    gap: 10px 12px;
    padding: 14px 12px;
    border-radius: 0;
  }

  .specs-level-main {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
  }

  .specs-level-icon {
    width: 44px;
    height: 44px;
  }

  .specs-level-main h3 {
    font-size: clamp(15px, 4.4vw, 20px);
    line-height: 1;
  }

  .specs-level-copy,
  .specs-level-facts,
  .specs-fact {
    min-width: 0;
  }

  .specs-level-area {
    font-size: var(--text-xs);
    line-height: 1.16;
  }

  .specs-level-facts {
    align-content: center;
    gap: 8px 10px;
    padding-left: 12px;
    padding-top: 0;
    border-left: 1px solid var(--line-light);
    border-top: 0;
  }

  .specs-level-facts--single .specs-fact,
  .specs-level-facts--double {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .specs-fact-label {
    font-size: var(--text-xs);
  }

  .specs-fact-value {
    font-size: clamp(12px, 3.8vw, 16px);
  }

  .specs-level-facts--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .specs-key-grid {
    gap: 12px 14px;
  }

  .specs-key-item {
    min-height: 124px;
    padding: 16px 16px 18px;
    border-radius: 0;
  }

  .specs-key-value {
    font-size: clamp(26px, 8vw, 34px);
  }

  .specs-key-label {
    font-size: var(--text-sm);
  }

  .composition {
    padding: 72px 16px 46px;
  }

  .composition-shell {
    gap: 16px;
  }

  .composition-heading {
    width: 100%;
    gap: 12px;
  }

  .composition-layout {
    gap: 22px;
  }

  .composition-summary {
    gap: 20px;
  }

  .composition-total {
    gap: 8px;
  }

  .composition-total-value {
    font-size: clamp(18px, 6vw, 24px);
    line-height: 0.92;
  }

  .composition-breakdown {
    gap: 14px;
    padding-top: 16px;
  }

  .composition-breakdown-list {
    gap: 16px;
  }

  .composition-breakdown-row {
    grid-template-columns: 110px minmax(0, 1fr) 64px;
    gap: 8px 14px;
  }

  .composition-area,
  .composition-percent {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .composition-label {
    font-size: clamp(16px, 5vw, 22px);
  }

  .composition-track {
    height: 18px;
  }

  .composition-plans {
    gap: 16px 14px;
  }

  .composition-plan-card {
    gap: 12px;
  }

  .composition-plan-label {
    font-size: clamp(18px, 4.8vw, 24px);
  }

  .composition-plan-card--basement img {
    max-height: 130px;
  }

  .composition-plan-card--level-one img,
  .composition-plan-card--level-two img,
  .composition-plan-card--mezzanine img {
    max-height: 208px;
  }

  .location {
    padding: 72px 16px 46px;
  }

  .location-shell {
    gap: 16px;
  }

  .location-heading {
    width: 100%;
    gap: 12px;
  }

  .location-layout {
    gap: 20px;
  }

  .location-copy p {
    font-size: var(--text-base);
    line-height: 1.48;
  }

  .location-map-frame {
    aspect-ratio: 1.35 / 1;
    min-height: 340px;
  }

  .location-map-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .location-map-overlay {
    display: none;
  }

  .location-map-link {
    min-height: 44px;
    padding-inline: 16px;
  }

  .location-map-address {
    display: none;
  }

  .roadmap-heading {
    width: 100%;
    gap: 12px;
  }

  .roadmap-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 4px 0;
  }

  .roadmap-timeline-track {
    display: block;
    left: 4px;
    right: 4px;
    top: 46px;
  }

  .roadmap-timeline-point {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }

  .roadmap-timeline-date {
    grid-column: auto;
    grid-row: auto;
    font-size: var(--text-sm);
  }

  .roadmap-timeline-dot {
    grid-column: auto;
    grid-row: auto;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 5px var(--white);
  }

  .roadmap-timeline-note {
    grid-column: auto;
    grid-row: auto;
    align-self: start;
    font-size: var(--text-xs);
    line-height: 1.14;
  }

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

  .roadmap-panel {
    gap: 14px;
    padding: 18px 10px 16px;
  }

  .roadmap-panel-header p {
    font-size: clamp(11px, 2vw, 14px);
  }

  .roadmap-panel-header h3 {
    font-size: clamp(18px, 3vw, 24px);
  }

  .roadmap-bars {
    gap: 12px;
    justify-items: center;
  }

  .roadmap-bar {
    grid-template-rows: auto minmax(140px, 1fr) auto;
    gap: 8px;
    justify-items: center;
  }

  .roadmap-bar-meta {
    min-height: 38px;
    width: 100%;
  }

  .roadmap-bar-visual {
    height: 140px;
    width: min(100%, 26px);
    margin-inline: auto;
  }

  .roadmap-bar-value {
    width: 100%;
    font-size: clamp(9px, 1.55vw, 12px);
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-align: center;
    white-space: nowrap;
  }

  .roadmap-bar-change {
    font-size: var(--text-xs);
  }

  .roadmap-bar-label {
    font-size: var(--text-xs);
    line-height: 1.12;
  }

  .roadmap-summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .roadmap-summary-item--muted {
    display: none;
  }

  .rent-heading {
    width: 100%;
    gap: 12px;
  }

  .rent-primary-card {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
  }

  .rent-primary-head {
    display: grid;
    gap: 6px;
    padding: 10px 16px 0;
  }

  .rent-primary-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 16px;
    padding-top: 14px;
  }

  .rent-primary-head h3 {
    grid-column: auto;
    align-self: start;
    padding-left: 0;
    color: var(--slate);
    font-size: clamp(20px, 6.4vw, 28px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .rent-primary-stat {
    gap: 8px;
  }

  .rent-primary-stat-label {
    color: rgba(var(--slate-soft-rgb), 0.96);
    font-size: clamp(11px, 3.4vw, 14px);
    line-height: 1.08;
    font-weight: var(--weight-medium);
  }

  .rent-primary-area {
    grid-column: auto;
    align-self: start;
    padding-right: 0;
    color: var(--red);
    font-size: clamp(22px, 7vw, 30px);
    line-height: 0.92;
    letter-spacing: -0.06em;
  }

  .rent-primary-rate {
    grid-column: auto;
    padding: 0;
    color: var(--navy-deep);
    font-size: clamp(22px, 7vw, 30px);
    line-height: 0.92;
    letter-spacing: -0.06em;
    white-space: normal;
  }

  .rent-primary-meta {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 4px 16px 0;
  }

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

  .rent-term-card {
    min-height: 108px;
    padding: 16px;
  }

  .rent-floor-card {
    gap: 18px;
  }

  .rent-floor-header {
    padding: 18px 16px 0;
    border-top-width: 14px;
  }

  .rent-floor-table {
    padding: 0 12px;
  }

  .rent-floor-row {
    grid-template-columns: 0.92fr 1fr 0.56fr 0.72fr 1.18fr;
    gap: 8px;
    padding: 14px 0;
    align-items: start;
  }

  .rent-floor-row--head {
    display: none;
  }

  .rent-floor-body .rent-floor-row > span {
    font-size: clamp(12px, 2vw, 15px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    min-width: 0;
  }

  .rent-floor-body .rent-floor-row > span::before {
    display: none;
    content: none;
  }

  .rent-floor-name {
    font-size: clamp(14px, 2.8vw, 18px) !important;
  }

  .rent-floor-rate {
    padding: 4px 6px;
    white-space: normal;
    line-height: 1.08;
  }

  .rent-floor-summary {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 16px 12px;
  }

  .sale-heading {
    width: 100%;
    gap: 12px;
  }

  .sale-overview-card {
    gap: 18px;
    padding: 16px;
  }

  .sale-overview-head {
    gap: 12px;
    padding-bottom: 18px;
  }

  .sale-overview-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sale-overview-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sale-overview-pill {
    min-height: 64px;
    padding: 12px 10px;
    text-align: center;
    font-size: clamp(12px, 3.6vw, 15px);
  }

  .sale-scenario-head {
    gap: 14px;
    padding: 12px 16px 16px;
  }

  .sale-scenario-body {
    gap: 12px;
    padding: 16px;
  }

  .sale-scenario-split {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .sale-scenario-part {
    min-height: 58px;
    padding: 10px 12px;
    font-size: clamp(18px, 4.6vw, 22px);
  }

  .sale-schedule-card {
    gap: 18px;
  }

  .sale-schedule-download {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .sale-schedule-card {
    display: none;
  }

  .sale-schedule-header {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 16px 0;
    border-top-width: 14px;
  }

  .sale-schedule-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    padding: 0 16px 16px;
  }

  .sale-schedule-head {
    display: none;
  }

  .sale-schedule-body {
    min-width: 0;
    display: grid;
    gap: 12px;
  }

  .sale-schedule-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sale-schedule-body .sale-schedule-row {
    min-height: 0;
    padding: 14px;
    border: 1px solid var(--line-light);
  }

  .sale-schedule-body .sale-schedule-row > [data-label],
  .sale-stage {
    min-width: 0;
  }

  .sale-schedule-body .sale-schedule-row > [data-label]::before,
  .sale-stage::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: rgba(var(--slate-soft-rgb), 0.96);
    font-size: var(--text-xs);
    line-height: 1.1;
    font-weight: var(--weight-medium);
    letter-spacing: 0.02em;
  }

  .sale-stage {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: center;
  }

  .sale-stage-marker {
    grid-row: 2;
    min-height: 28px;
  }

  .sale-stage-name {
    min-width: 0;
  }

  .sale-share {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    justify-self: start;
    min-height: 36px;
    padding: 0 12px;
  }

  .sale-cell-metric {
    gap: 6px;
  }

  .sale-cell-value {
    white-space: normal;
  }

  .contacts-shell {
    gap: 22px;
    padding: 118px 16px 40px;
  }

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

  .contacts-column {
    gap: 14px;
  }

  .contacts-column--primary,
  .contacts-column--address,
  .contacts-column--route,
  .contacts-column--telegram {
    max-width: none;
  }

  .contacts-column--route,
  .contacts-column--telegram {
    gap: 14px;
  }

  .contacts-item {
    gap: 0;
    padding-top: 0;
  }

  .contacts-item-icon {
    width: 28px;
    height: 28px;
  }

  .contacts-item-value {
    font-size: clamp(15px, 4.1vw, 18px);
  }

  .contacts-item-value--phone {
    font-size: clamp(15px, 4.1vw, 18px);
  }

  .contacts-item-value--text {
    max-width: none;
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .contacts-route {
    gap: 0;
  }

  .contacts-route-link {
    font-size: clamp(15px, 4.1vw, 18px);
  }

  .contacts-telegram-card {
    gap: 0;
  }

  .contacts-telegram-subtitle {
    font-size: clamp(14px, 4vw, 17px);
  }

  .contacts-telegram-handle,
  .contacts-site {
    font-size: clamp(12px, 3.4vw, 14px);
  }

  .contacts-bottomline {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px 16px;
    padding-top: 14px;
  }

  .contacts-copy {
    font-size: var(--text-sm);
  }

  .contacts-legal {
    justify-self: end;
    justify-items: end;
    text-align: right;
    gap: 5px;
  }

  .contacts-legal-name {
    font-size: var(--text-sm);
  }

  .contacts-legal-meta {
    font-size: var(--text-xs);
    line-height: 1.2;
  }

  .contacts-watermark {
    left: 50%;
    top: 10px;
    bottom: auto;
    width: calc(100% + 24px);
  }

  .contacts-watermark-track,
  .contacts-watermark-group {
    gap: 24px;
  }

  .contacts-watermark-logo {
    height: clamp(84px, 18vw, 120px);
  }

  .about {
    padding: 72px 16px 46px;
  }

  .about-shell {
    gap: 15px;
  }

  .about-top {
    row-gap: 15px;
  }

  .about-heading {
    width: 100%;
    gap: 12px;
  }

  .about-kicker {
    gap: 10px;
    font-size: var(--text-xs);
  }

  .about-kicker::after {
    width: 26px;
  }

  .about-heading h2 {
    max-width: 16ch;
    font-size: var(--section-heading-size);
  }

  .about-description {
    max-width: 100%;
    font-size: var(--text-base);
    line-height: 1.48;
  }

  .about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 13px 10px;
  }

  .about-stat-card {
    min-height: auto;
    gap: 6px;
  }

  .about-stat-card:nth-child(odd),
  .about-stat-card:nth-child(even) {
    transform: none;
  }

  .about-stat-card:nth-child(2)::before {
    display: none;
  }

  .about-stat-value {
    color: var(--blue);
    font-size: clamp(17px, 5.1vw, 24px);
    line-height: 0.96;
  }

  .about-stat-note {
    max-width: 12ch;
    color: rgba(var(--blue-rgb), 0.86);
    font-size: var(--text-xs);
    line-height: 1.12;
  }

  .about-stat-note--parking {
    max-width: 16ch;
  }


  .about-media {
    min-height: 260px;
  }

  .about-carousel-controls {
    gap: 7px;
  }

  .about-carousel-index {
    font-size: var(--text-xs);
    letter-spacing: 0.2em;
  }

  .about-carousel-arrow {
    width: 72px;
    height: 44px;
  }

  .about-carousel-arrow::before {
    width: 54px;
  }

  .about-carousel-arrow::after {
    width: 8px;
    height: 8px;
  }

  .about-benefits {
    grid-template-columns: 1fr;
    padding: 14px 0 0;
    gap: 11px;
    margin-top: 0;
  }

  .about-benefit {
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }

  .about-benefit:nth-child(odd),
  .about-benefit:nth-child(even) {
    transform: none;
  }

  .about-benefit-icon {
    width: 30px;
    height: 30px;
  }

  .about-benefit--logistics {
    grid-template-columns: 36px 1fr;
  }

  .about-benefit-icon--logistics {
    width: 34px;
    height: 30px;
  }

  .about-benefit-text {
    max-width: none;
    font-size: clamp(15px, 4.7vw, 18px);
  }

  .hero {
    padding: 88px 16px 12px;
    min-height: 60svh;
    background-position: 58% center;
  }

  .hero-inner {
    min-height: calc(60svh - 100px);
    gap: 12px;
  }

  .hero-topline {
    align-items: flex-start;
    gap: 0;
    font-size: var(--text-xs);
  }

  .hero-topline,
  .hero-kicker {
    display: none;
  }

  .hero-main {
    margin-top: 30px;
    gap: 16px;
    justify-items: center;
  }

  .hero-metrics {
    order: 2;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    padding-bottom: 0;
    justify-items: center;
  }

  .hero-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
    transform: none;
  }

  .hero-mobile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: var(--text-xs);
    font-weight: var(--weight-medium);
    border: 1px solid rgba(var(--white-rgb), 0.24);
    background: linear-gradient(180deg, rgba(var(--blue-rgb), 0.34), rgba(var(--navy-shadow-rgb), 0.42));
    backdrop-filter: blur(8px) saturate(112%);
    -webkit-backdrop-filter: blur(8px) saturate(112%);
    transition:
      transform var(--transition),
      border-color var(--transition),
      background-color var(--transition);
  }

  .hero-mobile-action:hover,
  .hero-mobile-action:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--white-rgb), 0.34);
    background: linear-gradient(180deg, rgba(var(--blue-rgb), 0.42), rgba(var(--navy-shadow-rgb), 0.52));
  }

  .hero-metric:last-child {
    grid-column: auto;
  }

  .hero-metric-value {
    font-size: clamp(19px, 5.6vw, 28px);
    white-space: nowrap;
  }

  .hero-metric:last-child .hero-metric-value {
    font-size: clamp(18px, 5.2vw, 26px);
  }

  .hero-metric-label {
    max-width: 11ch;
    font-size: var(--text-xs);
    text-align: center;
  }

  .hero-metric-label--wide {
    max-width: 14ch;
  }

  .hero-content {
    order: 1;
    width: 100%;
    padding: 18px 16px;
    text-align: center;
  }

  .hero-heading-block {
    gap: 0;
    justify-items: center;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(26px, 8.7vw, 38px);
  }

  .hero-divider {
    display: none;
  }

  .hero-description {
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.24;
    margin-inline: auto;
  }

  .hero-note {
    font-size: var(--text-sm);
    line-height: 1.5;
    margin-inline: auto;
  }

  .hero-inline-address {
    gap: 8px;
    justify-items: center;
    margin-top: 18px;
  }

  .hero-inline-address .address-label {
    margin-top: 6px;
  }

}

@media (max-width: 480px) {
  .header-shell {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 6px 10px;
    padding: 8px 10px 10px;
  }

  .header-actions {
    grid-template-columns: 38px minmax(0, 1fr) 38px 38px;
    gap: 6px;
  }

  .brand-logo {
    max-width: 92px;
  }

  .cta-button {
    min-height: 44px;
    padding: 0 2px;
    font-size: var(--text-xs);
    letter-spacing: 0.08em;
  }

  .telegram-button {
    width: 38px;
    height: 44px;
  }

  .header-favorites {
    width: 38px;
    height: 44px;
  }

  .telegram-icon {
    width: 18px;
    height: 18px;
  }

  .burger-button {
    width: 38px;
    height: 44px;
  }

  .burger-button span {
    left: 9px;
    width: 20px;
  }

  .burger-button span:nth-child(1) {
    top: 14px;
  }

  .burger-button span:nth-child(2) {
    top: 20px;
  }

  .burger-button span:nth-child(3) {
    top: 26px;
  }

  body.menu-open .burger-button span:nth-child(1),
  body.menu-open .burger-button span:nth-child(3) {
    top: 20px;
  }

  .hero {
    background-position: 60% center;
  }

  .specs-layout {
    gap: 16px;
  }

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

  .specs-level-row {
    grid-template-columns: minmax(108px, 0.76fr) minmax(0, 1.24fr);
    gap: 8px 10px;
    padding: 12px 10px;
  }

  .specs-level-main {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .specs-level-icon {
    width: 40px;
    height: 40px;
  }

  .specs-level-facts {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 6px 8px;
    padding-left: 10px;
    padding-top: 0;
    border-left: 1px solid var(--line-light);
    border-top: 0;
  }

  .specs-level-facts--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .specs-level-main h3 {
    font-size: clamp(14px, 5vw, 17px);
    line-height: 0.98;
  }

  .specs-level-area {
    font-size: var(--text-xs);
    line-height: 1.12;
  }

  .specs-level-facts--single .specs-fact,
  .specs-level-facts--double {
    max-width: none;
  }

  .specs-fact-label {
    font-size: var(--text-xs);
  }

  .specs-fact-value {
    font-size: clamp(11px, 4vw, 14px);
  }

  .specs-key-value {
    font-size: clamp(15px, 4.8vw, 20px);
  }

  .specs-key-label {
    font-size: var(--text-xs);
    line-height: 1.22;
  }

  .specs-key-item {
    min-height: 84px;
    padding: 12px 10px 12px;
  }

  .composition-layout {
    gap: 20px;
  }

  .composition-total-value {
    font-size: clamp(18px, 6vw, 24px);
    line-height: 0.92;
  }

  .composition-breakdown-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "label percent"
      "area area"
      "track track";
    gap: 6px 12px;
    align-items: start;
  }

  .composition-area {
    text-align: left;
    font-size: clamp(16px, 5vw, 20px);
  }

  .composition-label,
  .composition-percent {
    font-size: clamp(18px, 6vw, 22px);
  }

  .composition-track {
    height: 16px;
  }

  .composition-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .composition-plan-card {
    width: 100%;
    justify-self: stretch;
    gap: 10px;
  }

  .composition-plan-card--basement img {
    max-height: 66px;
  }

  .composition-plan-card--level-one img,
  .composition-plan-card--level-two img,
  .composition-plan-card--mezzanine img {
    max-height: 176px;
  }

  .composition-plan-label {
    font-size: clamp(14px, 4.8vw, 18px);
  }

  .location-layout {
    gap: 18px;
  }

  .location-copy p {
    font-size: var(--text-base);
  }

  .location-map-frame {
    aspect-ratio: 1.18 / 1;
    min-height: 280px;
  }

  .location-map-overlay {
    display: none;
  }

  .location-map-marker {
    top: 50%;
    left: 51%;
    gap: 8px;
  }

  .location-map-marker__pin {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }

  .location-map-marker__pin::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .location-map-marker__label {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
  }

  .location-map-address {
    display: none;
  }

  .roadmap-bars {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    justify-items: center;
  }

  .roadmap-bar {
    grid-template-rows: auto minmax(112px, 1fr) auto;
    gap: 6px;
    justify-items: center;
  }

  .roadmap-bar-visual {
    height: 112px;
    width: min(100%, 20px);
    margin-inline: auto;
  }

  .roadmap-bar-meta {
    min-height: 34px;
    width: 100%;
  }

  .roadmap-bar-value {
    width: 100%;
    font-size: var(--text-xs);
    line-height: 0.92;
    letter-spacing: -0.06em;
    text-align: center;
    white-space: nowrap;
  }

  .roadmap-bar-change {
    font-size: var(--text-xs);
  }

  .roadmap-bar-label {
    font-size: var(--text-xs);
    line-height: 1.12;
  }

  .roadmap-timeline {
    gap: 6px;
    padding: 6px 0 0;
  }

  .roadmap-timeline-track {
    left: 0;
    right: 0;
    top: 42px;
  }

  .roadmap-timeline-date {
    font-size: var(--text-xs);
  }

  .roadmap-timeline-dot {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 4px var(--white);
  }

  .roadmap-timeline-note {
    font-size: var(--text-xs);
  }

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

  .roadmap-panel {
    gap: 10px;
    padding: 14px 8px 12px;
  }

  .roadmap-panel-header h3 {
    font-size: 16px;
  }

  .roadmap-panel-header p {
    font-size: var(--text-xs);
    line-height: 1.14;
  }

  .roadmap-summary-item {
    font-size: 16px;
  }

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

  .rent-term-value {
    font-size: clamp(12px, 3.8vw, 16px);
  }

  .rent-term-card {
    min-height: 92px;
    padding: 14px 12px;
  }

  .rent-primary-area {
    font-size: clamp(18px, 6vw, 24px);
  }

  .rent-primary-rate {
    font-size: clamp(18px, 6vw, 24px);
    line-height: 0.92;
  }

  .rent-primary-head h3 {
    font-size: clamp(17px, 5.6vw, 22px);
  }

  .rent-primary-meta p {
    font-size: var(--text-xs);
    line-height: 1.18;
  }

  .rent-primary-head h3 {
    font-size: clamp(15px, 5vw, 20px);
  }

  .rent-floor-body .rent-floor-row > span {
    font-size: var(--text-xs);
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

  .rent-floor-rate {
    font-size: var(--text-xs);
    padding: 3px 5px;
  }

  .rent-floor-row {
    grid-template-columns: 0.86fr 0.96fr 0.48fr 0.6fr 1.1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .rent-floor-name {
    font-size: var(--text-xs) !important;
  }

  .sale-overview-stat-value {
    font-size: clamp(21px, 7vw, 28px);
    white-space: normal;
  }

  .sale-scenario-total {
    font-size: clamp(22px, 7.4vw, 29px);
  }

  .sale-scenario-split {
    grid-template-columns: 0.66fr 0.82fr 1.52fr;
    gap: 4px;
  }

  .sale-scenario-part {
    min-height: 44px;
    padding: 8px 6px;
    font-size: clamp(13px, 4.6vw, 18px);
  }

  .sale-overview-pill {
    font-size: clamp(10px, 3.2vw, 12px);
  }

  .sale-schedule-download {
    min-height: 46px;
    padding: 0 14px;
    font-size: var(--text-xs);
    letter-spacing: 0.12em;
  }

  .sale-schedule-header h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .sale-schedule-header p {
    font-size: var(--text-sm);
  }

  .sale-schedule-body {
    min-width: 0;
  }

  .contacts-shell {
    gap: 18px;
    padding-top: 102px;
    padding-bottom: 28px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .contacts-column {
    gap: 12px;
  }

  .contacts-heading h2 {
    font-size: clamp(15px, 5.2vw, 19px);
  }

  .contacts-heading::after {
    width: 112px;
    height: 2px;
  }

  .contacts-item {
    gap: 0;
  }

  .contacts-item-icon {
    width: 24px;
    height: 24px;
  }

  .contacts-item-value {
    font-size: clamp(11px, 4vw, 14px);
  }

  .contacts-item-value--phone {
    font-size: clamp(11px, 4vw, 14px);
  }

  .contacts-item-value--text {
    font-size: var(--text-xs);
    line-height: 1.3;
  }

  .contacts-route-link {
    font-size: clamp(11px, 3.8vw, 14px);
  }

  .contacts-telegram-subtitle,
  .contacts-telegram-handle,
  .contacts-site {
    font-size: var(--text-xs);
  }

  .contacts-copy {
    font-size: var(--text-xs);
  }

  .contacts-bottomline {
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 6px 10px;
  }

  .contacts-site--footer {
    grid-column: auto;
    justify-self: center;
    margin-inline: 0;
  }

  .contacts-legal {
    justify-self: end;
    justify-items: end;
    text-align: right;
    gap: 4px;
  }

  .contacts-legal-name {
    font-size: var(--text-xs);
  }

  .contacts-legal-meta {
    font-size: var(--text-xs);
    line-height: 1.15;
  }

  .contacts-legal-meta span {
    display: block;
  }

  .contacts-legal-meta span + span {
    margin-left: 0;
    margin-top: 2px;
  }

  .contacts-side-icon--globe {
    width: 15px;
    height: 15px;
  }

  .contacts-watermark {
    top: 8px;
    bottom: auto;
    width: calc(100% + 18px);
  }

  .contacts-watermark-track,
  .contacts-watermark-group {
    gap: 18px;
  }

  .contacts-watermark-logo {
    height: clamp(70px, 21vw, 96px);
  }

  .hero-metric-value {
    font-size: clamp(17px, 5.1vw, 24px);
  }

  .hero-metric:last-child .hero-metric-value {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .hero-mobile-actions {
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    transform: none;
  }

  .hero-mobile-action {
    min-height: 38px;
    padding: 0 10px;
    font-size: var(--text-xs);
    letter-spacing: 0.12em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .contacts-watermark-track {
    animation: none;
  }
}


/* === Search bar (iOS liquid glass) === */
.capsule-cut {
  --glass-bg: linear-gradient(180deg, rgba(var(--white-rgb), 0.82) 0%, rgba(var(--surface-ice-blue-rgb), 0.58) 100%);
  --glass-border: rgba(var(--white-rgb), 0.60);
  position: relative;
  border: 1px solid var(--glass-border);
  border-radius: 0;
  background: var(--glass-bg);
  box-shadow:
    inset 0 1px 0 rgba(var(--white-rgb), 0.9),
    inset 0 -1px 0 rgba(var(--glass-blue-rgb), 0.14),
    0 10px 28px rgba(var(--navy-shadow-alt-rgb), 0.10),
    0 2px 6px rgba(var(--navy-shadow-alt-rgb), 0.06);
  backdrop-filter: blur(28px) saturate(185%);
  -webkit-backdrop-filter: blur(28px) saturate(185%);
  clip-path: none;
}

.hero {
  padding-bottom: clamp(40px, 4.4vw, 52px);
}

.hero-search {
  --search-control-height: clamp(52px, 4.2vw, 60px);
  --search-text-main: var(--white-soft);
  --search-text-soft: rgba(var(--white-soft-rgb), 0.58);
  --search-text-muted: rgba(var(--white-soft-rgb), 0.38);
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 210px 268px;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 1180px;
  margin: clamp(24px, 3vw, 36px) auto 0;
  overflow: visible;
  border: 1px solid rgba(var(--white-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.88), rgba(var(--panel-dark-alt-rgb), 0.82)),
    linear-gradient(135deg, rgba(var(--white-rgb), 0.10), rgba(var(--white-rgb), 0.03));
  box-shadow:
    0 30px 90px rgba(var(--navy-shadow-deep-rgb), 0.34),
    inset 0 1px 0 rgba(var(--white-rgb), 0.18),
    inset 0 -1px 0 rgba(var(--white-rgb), 0.05);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
}

.hero-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top center, rgba(var(--white-rgb), 0.10), transparent 55%),
    linear-gradient(135deg, rgba(var(--blue-sky-rgb), 0.06), transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.hero-search > * {
  position: relative;
  z-index: 1;
}

.lot-catalog__filters {
  --search-control-height: clamp(52px, 4.2vw, 60px);
  --search-text-main: var(--white-soft);
  --search-text-soft: rgba(var(--white-soft-rgb), 0.58);
  --search-text-muted: rgba(var(--white-soft-rgb), 0.38);
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 210px;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  border: 1px solid rgba(var(--white-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.88), rgba(var(--panel-dark-alt-rgb), 0.82)),
    linear-gradient(135deg, rgba(var(--white-rgb), 0.10), rgba(var(--white-rgb), 0.03));
  box-shadow:
    0 30px 90px rgba(var(--navy-shadow-deep-rgb), 0.34),
    inset 0 1px 0 rgba(var(--white-rgb), 0.18),
    inset 0 -1px 0 rgba(var(--white-rgb), 0.05);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
}

.lot-catalog__filters::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top center, rgba(var(--white-rgb), 0.10), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.lot-catalog__filters > * {
  position: relative;
  z-index: 1;
}



.spaces-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: var(--search-control-height);
  padding: 4px;
  gap: 2px;
  overflow: hidden;
}

.spaces-toggle__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--search-control-height) - 8px);
  padding: 0 14px;
  border-radius: 0;
  color: var(--search-text-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color var(--transition),
    color var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.spaces-toggle__button.is-active {
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.12), rgba(var(--white-rgb), 0.06)),
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.92), rgba(var(--panel-dark-alt-rgb), 0.88));
  color: var(--search-text-main);
  box-shadow:
    inset 0 1px 0 rgba(var(--white-rgb), 0.14),
    0 12px 24px rgba(var(--navy-shadow-soft-rgb), 0.2);
}

.spaces-toggle__button:not(.is-active):hover,
.spaces-toggle__button:not(.is-active):focus-visible {
  color: var(--search-text-main);
  background: rgba(var(--white-rgb), 0.06);
}

.spaces-range {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--search-control-height);
  padding: 8px 22px 10px;
  overflow: visible;
}

.spaces-range__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.spaces-range__field {
  display: grid;
  grid-template-columns: auto minmax(0, auto) auto;
  align-items: baseline;
  column-gap: 6px;
  color: var(--search-text-main);
}

.spaces-range__caption,
.spaces-select__field,
.catalog-reset,
.view-pill,
.lot-detail__bottom-title,
.lot-catalog__eyebrow,
.lot-detail__price-label,
.lot-detail__fact-label,
.lot-catalog__result-copy {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spaces-range__caption {
  color: var(--search-text-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.spaces-range__input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--search-text-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  font-variant-numeric: tabular-nums;
}

.spaces-range__input::-webkit-outer-spin-button,
.spaces-range__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spaces-range__input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.spaces-range__unit {
  color: var(--search-text-muted);
  font-size: var(--text-xs);
  font-weight: 700;
}

.spaces-range__divider {
  width: 1px;
  height: 20px;
  background: rgba(var(--white-rgb), 0.12);
}

.spaces-range__slider {
  position: relative;
  margin-top: 8px;
  height: 20px;
  overflow: visible;
  display: flex;
  align-items: center;
}

.spaces-range__track,
.spaces-range__fill {
  position: absolute;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  clip-path: none;
  transform: translateY(-50%);
}

.spaces-range__track {
  left: 0;
  right: 0;
  background: rgba(var(--white-rgb), 0.16);
}

.spaces-range__fill {
  left: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(var(--white-rgb), 0.78), rgba(var(--white-rgb), 0.42));
  box-shadow: 0 0 12px rgba(var(--white-rgb), 0.08);
}

.spaces-range__native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  accent-color: transparent;
  z-index: 2;
}

.spaces-range__native::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.spaces-range__native::-moz-range-track {
  height: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.spaces-range__native::-moz-range-progress {
  background: transparent;
}

.spaces-range__native::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(var(--white-rgb), 0.72);
  box-shadow:
    0 2px 8px rgba(var(--white-rgb), 0.18),
    0 8px 20px rgba(var(--navy-shadow-soft-rgb), 0.3);
  cursor: pointer;
  margin-top: -8px;
  pointer-events: auto;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.spaces-range__native::-webkit-slider-thumb:hover {
  transform: scale(1.12);
  box-shadow:
    0 4px 14px rgba(var(--white-rgb), 0.16),
    0 10px 24px rgba(var(--navy-shadow-soft-rgb), 0.34);
}

.spaces-range__native:active::-webkit-slider-thumb {
  transform: scale(0.95);
}

.spaces-range__native::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(var(--white-rgb), 0.72);
  box-shadow:
    0 2px 8px rgba(var(--white-rgb), 0.18),
    0 8px 20px rgba(var(--navy-shadow-soft-rgb), 0.3);
  cursor: pointer;
  pointer-events: auto;
}

.spaces-select {
  display: flex;
  align-items: center;
  min-height: var(--search-control-height);
  padding: 0 18px;
  overflow: visible;
}

.spaces-dropdown {
  position: relative;
}

.spaces-dropdown.is-open {
  z-index: 140;
}

.spaces-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: calc(var(--search-control-height) - 2px);
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--search-text-main);
  text-align: left;
  cursor: pointer;
}

.spaces-dropdown__trigger::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-right: 1.6px solid rgba(var(--white-soft-rgb), 0.72);
  border-bottom: 1.6px solid rgba(var(--white-soft-rgb), 0.72);
  transform: translateY(-20%) rotate(45deg);
  transition: transform var(--transition), border-color var(--transition);
}

.spaces-dropdown.is-open .spaces-dropdown__trigger::after {
  transform: translateY(8%) rotate(-135deg);
}

.spaces-dropdown__value {
  width: 100%;
  color: var(--search-text-main);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spaces-dropdown__value.is-placeholder {
  color: var(--search-text-main);
}

.spaces-dropdown__menu[hidden] {
  display: none !important;
}

.spaces-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 160;
  display: grid;
  gap: 4px;
  padding: 6px;
  max-height: min(320px, 52vh);
  border: 1px solid rgba(var(--white-rgb), 0.18);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.92), rgba(var(--panel-dark-alt-rgb), 0.88)),
    linear-gradient(135deg, rgba(var(--white-rgb), 0.08), rgba(var(--white-rgb), 0.03));
  box-shadow:
    0 24px 50px rgba(var(--navy-shadow-deep-rgb), 0.34),
    inset 0 1px 0 rgba(var(--white-rgb), 0.12);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.spaces-dropdown__option {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 0;
  color: var(--search-text-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
  cursor: pointer;
}

.spaces-dropdown__option::before {
  content: "✓";
  width: 14px;
  margin-right: 8px;
  opacity: 0;
  font-size: 11px;
  transform: translateY(-1px);
  transition: opacity var(--transition);
}

.spaces-dropdown__option.is-selected {
  background:
    linear-gradient(180deg, rgba(var(--red-glow-rgb), 0.96), rgba(var(--red-glow-deep-rgb), 0.92)),
    rgba(var(--red-rgb), 0.92);
  color: var(--white-warm);
  box-shadow:
    inset 0 1px 0 rgba(var(--white-rgb), 0.2),
    0 10px 24px rgba(var(--red-shadow-rgb), 0.24);
}

.spaces-dropdown__option.is-selected::before {
  opacity: 1;
}

.spaces-dropdown__option:not(.is-selected):hover,
.spaces-dropdown__option:not(.is-selected):focus-visible {
  background: rgba(var(--white-rgb), 0.06);
  color: var(--search-text-main);
}

.spaces-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--search-control-height);
  padding: 0 22px;
  border: 1px solid rgba(var(--red-border-rgb), 0.4);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--red-glow-rgb), 0.96), rgba(var(--red-glow-deep-rgb), 0.92)),
    rgba(var(--red-rgb), 0.92);
  color: var(--white-warm);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 16px 36px rgba(var(--red-shadow-rgb), 0.28),
    inset 0 1px 0 rgba(var(--white-rgb), 0.26);
  transition:
    transform var(--transition),
    opacity var(--transition),
    background-color var(--transition),
    box-shadow var(--transition);
}

.spaces-submit::after {
  content: "→";
  margin-left: 10px;
  font-size: 17px;
  line-height: 1;
}

.spaces-submit:hover,
.spaces-submit:focus-visible,
.view-pill:hover,
.view-pill:focus-visible,
.catalog-reset:hover,
.catalog-reset:focus-visible,
.lot-table__row:hover,
.lot-table__row:focus-visible,
.lot-detail__cta:hover,
.lot-detail__cta:focus-visible,
.lot-detail__plan-tab:hover,
.lot-detail__plan-tab:focus-visible {
  transform: translateY(-2px);
}

.spaces-submit.is-empty {
  opacity: 0.7;
}

/* Tablet: collapse to two rows */
@media (max-width: 1023px) {
  .hero-search,
  .lot-catalog__filters {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .hero-search .spaces-range,
  .lot-catalog__filters .spaces-range {
    grid-column: 1 / -1;
  }
  .hero-search .spaces-submit,
  .lot-catalog__filters .spaces-submit {
    grid-column: 1 / -1;
  }
}

/* Phone: single column with consistent tap targets */
@media (max-width: 767px) {
  .hero-search,
  .lot-catalog__filters {
    --search-control-height: 52px;
    max-width: 100%;
  }
  .hero-search,
  .lot-catalog__filters {
    grid-template-columns: 1fr;
  }
  .hero-search > *,
  .lot-catalog__filters > * {
    grid-column: 1 / -1;
  }
  .spaces-toggle {
    padding: 3px;
  }
  .spaces-toggle__button {
    font-size: var(--text-xs);
    letter-spacing: 0.12em;
  }
  .spaces-range {
    padding: 10px 18px 12px;
  }
  .spaces-range__fields {
    gap: 10px;
  }
  .spaces-range__input {
    font-size: 16px; /* prevents iOS zoom */
  }
  .spaces-select {
    padding: 0 16px;
  }
  .spaces-dropdown__value {
    font-size: var(--text-xs);
  }
  .spaces-submit {
    font-size: var(--text-sm);
  }
  .spaces-dropdown__menu {
    top: calc(100% + 6px);
  }
}

@media (max-width: 479px) {
  .hero-search,
  .lot-catalog__filters {
    --search-control-height: 50px;
  }
}

/* ==========================================================================
   LOT CATALOG + LOT DETAIL — unified with main landing styling
   Light sections on var(--white) with navy ink (var(--blue) / var(--navy)) + glass panels.
   Fully responsive across 320px — 1440px+.
   ========================================================================== */

.site-view-block {
  display: none;
}

.site-view-block[hidden] {
  display: none !important;
}

body.is-catalog-view .lot-catalog,
body.is-lot-view .lot-detail {
  display: block;
}

body.is-catalog-view .hero,
body.is-catalog-view main > section:not(.lot-catalog),
body.is-catalog-view footer,
body.is-lot-view .hero,
body.is-lot-view main > section:not(.lot-detail),
body.is-lot-view footer {
  display: none;
}

.lot-catalog,
.lot-detail {
  --view-ink: var(--blue);
  --view-ink-strong: var(--blue-strong);
  --view-muted: rgba(var(--blue-rgb), 0.72);
  --view-soft: rgba(var(--blue-rgb), 0.48);
  --view-line: rgba(var(--blue-rgb), 0.16);
  --view-line-strong: rgba(var(--blue-rgb), 0.24);
  --view-panel-bg: var(--white);
  --view-panel-surface: var(--surface-panel-bright);
  --view-panel-contrast: linear-gradient(180deg, var(--contrast-panel-start) 0%, var(--contrast-panel-end) 100%);

  position: relative;
  padding: clamp(104px, 10vw, 148px) var(--shell-padding) clamp(56px, 6vw, 96px);
  background: var(--white);
  color: var(--view-ink-strong);
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  scroll-margin-top: clamp(92px, 12vw, 136px);
}

.lot-catalog::before,
.lot-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top left, rgba(var(--blue-rgb), 0.04), transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(var(--blue-rgb), 0.035), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.lot-catalog__shell,
.lot-detail__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1640px);
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 3vw, 44px);
}

/* -------- Catalog section header (matches .about-kicker + h2 pattern) -------- */
.lot-catalog__header {
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  max-width: 1000px;
}

.lot-catalog__kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--view-ink);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lot-catalog__kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--view-line-strong);
}

.lot-catalog__title {
  margin: 0;
  max-width: 22ch;
  color: var(--red);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
}

.lot-catalog__subtitle {
  margin: 0;
  max-width: 60ch;
  color: var(--view-muted);
  font-size: var(--text-base);
  line-height: 1.6;
}

/* -------- Catalog hero card (image + map) -------- */
.lot-catalog__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(14px, 1.4vw, 22px);
  min-height: clamp(340px, 34vw, 460px);
  background: transparent;
  overflow: hidden;
}

.lot-catalog__intro {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: clamp(22px, 2.4vw, 36px);
  background: var(--view-panel-contrast);
  color: var(--white);
  overflow: hidden;
  border-radius: 0;
}

.hero-search:has(.spaces-dropdown.is-open),
.lot-catalog__filters:has(.spaces-dropdown.is-open) {
  z-index: 120;
}

.lot-catalog__hero:has(.spaces-dropdown.is-open),
.lot-catalog__intro:has(.spaces-dropdown.is-open) {
  overflow: visible;
  z-index: 40;
}

.lot-catalog__intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(var(--contrast-fog-rgb), 0.16), transparent 55%),
    linear-gradient(180deg, rgba(var(--panel-dark-strong-rgb), 0.0), rgba(var(--panel-dark-deeper-rgb), 0.4));
  pointer-events: none;
}

.lot-catalog__hero-actions,
.lot-detail__toolbar,
.lot-detail__summary-top,
.lot-detail__plan-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lot-catalog__title-block {
  position: relative;
  z-index: 1;
  min-height: clamp(180px, 22vw, 280px);
  align-self: end;
  overflow: hidden;
  background: rgba(var(--white-rgb), 0.04);
  border: 1px solid rgba(var(--white-rgb), 0.08);
}

.lot-catalog__hero-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.lot-catalog__eyebrow {
  margin: 0;
  color: rgba(var(--white-rgb), 0.7);
  font-size: var(--text-xs);
  font-weight: 700;
}

.lot-catalog__map-card,
.lot-detail__map-card {
  position: relative;
  min-height: clamp(260px, 30vw, 400px);
  overflow: hidden;
  background: var(--view-panel-surface);
  border: 1px solid var(--view-line);
}

.lot-catalog__map-card iframe,
.lot-detail__map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(0.98);
}

/* -------- Filters row -------- */
.lot-catalog__filters {
  --search-control-height: clamp(68px, 5vw, 88px);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.4fr) minmax(200px, 1fr) auto;
  gap: 12px;
}

.lot-catalog__filters.has-reset {
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.4fr) minmax(200px, 1fr) 72px;
}

.catalog-reset {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: var(--search-control-height);
  border-color: rgba(var(--white-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.84), rgba(var(--panel-dark-alt-rgb), 0.76)),
    linear-gradient(135deg, rgba(var(--white-rgb), 0.08), rgba(var(--white-rgb), 0.03));
  box-shadow:
    0 18px 36px rgba(var(--navy-shadow-deep-rgb), 0.22),
    inset 0 1px 0 rgba(var(--white-rgb), 0.12);
  transition: transform var(--transition), opacity var(--transition), border-color var(--transition);
}

.catalog-reset[hidden] {
  display: none;
}

.catalog-reset span {
  position: absolute;
  width: 20px;
  height: 1.5px;
  background: rgba(var(--white-soft-rgb), 0.84);
}

.catalog-reset span:first-child {
  transform: rotate(45deg);
}

.catalog-reset span:last-child {
  transform: rotate(-45deg);
}

.catalog-reset::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  padding: 10px 18px;
  background: rgba(var(--gray-light-rgb), 0.96);
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.catalog-reset::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  width: 12px;
  height: 12px;
  background: rgba(var(--gray-light-rgb), 0.96);
  transform: translateX(-50%) rotate(45deg) scale(0.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.catalog-reset:hover::after,
.catalog-reset:hover::before,
.catalog-reset:focus-visible::after,
.catalog-reset:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

.catalog-reset:hover::before,
.catalog-reset:focus-visible::before {
  transform: translateX(-50%) rotate(45deg) scale(1);
}

/* -------- View pill (Proloz marshut, About, Back-to-catalog) -------- */
.view-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: 700;
  text-decoration: none;
  background: rgba(var(--white-rgb), 0.08);
  border: 1px solid rgba(var(--white-rgb), 0.28);
  transition: transform var(--transition), background-color var(--transition), color var(--transition);
}

.view-pill:hover,
.view-pill:focus-visible {
  background: rgba(var(--white-rgb), 0.18);
  transform: translateY(-2px);
}

.view-pill--dark {
  color: var(--view-ink-strong);
  background: rgba(var(--white-rgb), 0.92);
  border-color: rgba(var(--white-rgb), 0.92);
}

.view-pill--dark:hover,
.view-pill--dark:focus-visible {
  background: var(--white);
}

/* On the detail toolbar (light surface), pills should use navy ink */
.lot-detail__toolbar .view-pill {
  color: var(--view-ink-strong);
  background: var(--view-panel-surface);
  border-color: var(--view-line);
}

.lot-detail__toolbar .view-pill:hover,
.lot-detail__toolbar .view-pill:focus-visible {
  background: var(--white);
  border-color: var(--view-line-strong);
}

/* -------- Results/table -------- */
.lot-catalog__table-shell {
  padding: 0;
}

.lot-catalog__table-meta {
  margin-bottom: 14px;
}

.lot-catalog__result-copy {
  margin: 0;
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-table {
  border-top: 1px solid var(--view-line);
}

.lot-table__head,
.lot-table__row {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.2fr 1.35fr 1fr 1.35fr;
  align-items: center;
  column-gap: 18px;
}

.lot-table__head {
  padding: 18px 2px;
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-table__body {
  display: grid;
}

.lot-table__row {
  width: 100%;
  padding: 0 4px;
  border-top: 1px solid var(--view-line);
  background: transparent;
  color: var(--view-ink-strong);
  text-align: left;
  cursor: pointer;
  transition: background-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.lot-table__row:last-child {
  border-bottom: 1px solid var(--view-line);
}

.lot-table__row:hover,
.lot-table__row:focus-visible {
  background: var(--view-panel-surface);
  box-shadow: 0 10px 28px rgba(var(--navy-shadow-alt-rgb), 0.08);
  transform: translateY(-1px);
  outline: none;
}

.lot-table__cell {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 12px 0;
}

.lot-table__cell--status {
  justify-content: flex-start;
}

.lot-table__label {
  display: none;
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-table__value,
.lot-table__price {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lot-table__value {
  line-height: 1.35;
}

.lot-table__price {
  justify-self: end;
  white-space: nowrap;
  color: var(--view-ink-strong);
}

.lot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  background: var(--view-panel-contrast);
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
}

.lot-table__empty {
  padding: 48px 20px;
  border-top: 1px solid var(--view-line);
  border-bottom: 1px solid var(--view-line);
  background: var(--view-panel-surface);
  text-align: center;
}

.lot-table__empty-title,
.lot-table__empty-note {
  margin: 0;
}

.lot-table__empty-title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--view-ink-strong);
}

.lot-table__empty-note {
  margin-top: 10px;
  color: var(--view-muted);
  font-size: var(--text-base);
  line-height: 1.6;
}

/* -------- Detail layout -------- */
.lot-detail__header {
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  max-width: 1000px;
}

.lot-detail__kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--view-ink);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lot-detail__kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--view-line-strong);
}

.lot-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.88fr);
  background: var(--view-panel-surface);
  border: 1px solid var(--view-line);
}

.lot-detail__media-column {
  position: relative;
  padding: clamp(20px, 2vw, 36px);
  border-right: 1px solid var(--view-line);
  min-width: 0;
}

.lot-detail__plan-stage {
  display: grid;
  align-content: space-between;
  gap: 20px;
  min-height: clamp(420px, 48vw, 720px);
}

.lot-detail__plan-image-wrap {
  display: grid;
  place-items: center;
  min-height: clamp(300px, 36vw, 560px);
  padding: clamp(16px, 2vw, 28px);
  background: var(--white);
  border: 1px solid var(--view-line);
}

.lot-detail__plan-image {
  width: min(100%, 820px);
  max-height: clamp(260px, 34vw, 540px);
  object-fit: contain;
}

.lot-detail__plan-tabs {
  margin-top: 4px;
}

.lot-detail__plan-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: var(--white);
  color: var(--view-ink-strong);
  border: 1px solid var(--view-line);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
}

.lot-detail__plan-tab:hover,
.lot-detail__plan-tab:focus-visible {
  transform: translateY(-2px);
  background: var(--view-panel-surface);
}

.lot-detail__plan-tab.is-active {
  background: var(--view-panel-contrast);
  color: var(--white);
  border-color: transparent;
}

.lot-detail__summary {
  position: relative;
  display: grid;
  align-content: start;
  gap: clamp(24px, 2.2vw, 34px);
  padding: clamp(26px, 2.4vw, 44px);
  background: var(--white);
}

.lot-detail__summary-top {
  justify-content: space-between;
  align-items: flex-start;
}

.lot-detail__mode-toggle {
  width: min(100%, 240px);
  min-width: 0;
}

.lot-detail__mode-toggle .spaces-toggle__button.is-active {
  color: var(--white);
}

.lot-detail__favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  background: transparent;
  border: none;
  color: var(--view-ink-strong);
  font-size: 22px;
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition);
}

.lot-detail__favorite:hover,
.lot-detail__favorite:focus-visible {
  transform: translateY(-2px);
  opacity: 0.65;
}

.lot-detail__headline {
  display: grid;
  gap: 12px;
}

.lot-detail__format {
  margin: 0;
  max-width: 9ch;
  color: var(--view-ink-strong);
  font-size: clamp(38px, 4.6vw, 78px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.lot-detail__area {
  margin: 0;
  color: var(--view-soft);
  font-size: clamp(28px, 3.4vw, 56px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.lot-detail__price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.lot-detail__price-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.lot-detail__price-label {
  margin: 0;
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-detail__price-value {
  margin: 0;
  color: var(--view-ink-strong);
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.lot-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 24px;
  background: var(--view-panel-contrast);
  color: var(--white);
  border: 0;
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.lot-detail__cta:hover,
.lot-detail__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(var(--panel-dark-strong-rgb), 0.3);
}

.lot-detail__facts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--view-line);
}

.lot-detail__fact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--view-line);
}

.lot-detail__fact-label {
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-detail__fact-value {
  text-align: right;
  color: var(--view-ink-strong);
  font-size: var(--text-base);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lot-detail__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 20px;
}

.lot-detail__visual-card,
.lot-detail__map-card-wrap {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--view-line);
}

.lot-detail__bottom-title {
  margin: 0 0 14px;
  color: var(--view-soft);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lot-detail__visual-image {
  width: 100%;
  height: clamp(260px, 30vw, 480px);
  object-fit: cover;
}

.lot-detail__map-card {
  min-height: clamp(260px, 30vw, 480px);
}

/* =================  TYPOGRAPHY WEIGHT HIERARCHY  ================= */

.hero h1 {
  font-weight: var(--weight-bold);
}

.about-heading h2,
.specs-heading h2,
.composition-heading h2,
.location-heading h2,
.roadmap-heading h2,
.rent-heading h2,
.sale-heading h2,
.hero-metric-value,
.about-stat-value,
.specs-level-main h3,
.specs-fact-value,
.specs-key-value,
.composition-total-value,
.composition-area,
.composition-percent,
.roadmap-timeline-date,
.roadmap-panel-header h3,
.roadmap-bar-value,
.roadmap-bar-change,
.roadmap-summary-item,
.rent-primary-head h3,
.rent-primary-area,
.rent-primary-rate,
.rent-term-value,
.rent-floor-header h3,
.rent-floor-body .rent-floor-row > span,
.rent-floor-name,
.sale-overview-name,
.sale-overview-stat-value,
.sale-scenario-total,
.sale-scenario-part,
.sale-schedule-header h3,
.sale-schedule-body .sale-schedule-row > span,
.sale-share,
.sale-cell-value,
.lot-table__value,
.lot-table__price,
.lot-table__empty-title,
.lot-detail__format,
.lot-detail__area,
.lot-detail__price-value,
.lot-detail__fact-value,
.favpanel__title,
.header-favorites__count,
.spaces-range__input {
  font-weight: var(--weight-semibold);
}

.cta-button,
.callback-modal__eyebrow,
.callback-field__label,
.callback-submit,
.menu-kicker,
.hero-kicker,
.address-label,
.hero-topline,
.hero-footer-note,
.menu-index,
.hero-metric-label,
.hero-lead,
.about-kicker,
.about-stat-note,
.about-carousel-index,
.specs-kicker,
.specs-visual figcaption,
.specs-subtitle,
.specs-level-area,
.specs-fact-label,
.specs-key-label,
.composition-kicker,
.composition-total-label,
.composition-subtitle,
.composition-label,
.composition-plan-label,
.location-kicker,
.location-map-badge-label,
.location-map-chip span,
.location-map-badge-title,
.location-map-chip strong,
.location-map-address,
.location-map-link,
.roadmap-kicker,
.roadmap-timeline-note,
.roadmap-panel-header p,
.roadmap-bar-label,
.rent-kicker,
.rent-primary-stat-label,
.rent-primary-meta p,
.rent-term-label,
.rent-floor-row--head span,
.rent-floor-summary-item,
.sale-kicker,
.sale-overview-label,
.sale-overview-stat-label,
.sale-scenario-label,
.sale-scenario-title,
.sale-overview-pill,
.sale-schedule-header p,
.sale-schedule-row--head span,
.sale-schedule-download,
.contacts-section-label,
.contacts-item-label,
.contacts-item-value,
.contacts-route-link,
.contacts-telegram-subtitle,
.contacts-telegram-handle,
.contacts-site,
.contacts-copy,
.contacts-legal-name,
.contacts-legal-meta,
.spaces-toggle__button,
.spaces-range__caption,
.spaces-range__unit,
.spaces-dropdown__value,
.spaces-dropdown__option,
.spaces-submit,
.lot-catalog__kicker,
.lot-catalog__eyebrow,
.catalog-reset::after,
.view-pill,
.lot-catalog__result-copy,
.lot-table__head,
.lot-table__label,
.lot-badge,
.lot-detail__kicker,
.lot-detail__plan-tab,
.lot-detail__price-label,
.lot-detail__cta,
.lot-detail__fact-label,
.lot-detail__bottom-title,
.favpanel__item-format,
.favpanel__item-tag,
.favpanel__contact-link,
.favpanel__cta {
  font-weight: var(--weight-medium);
}

.menu-description,
.callback-form__status,
.about-description,
.hero-note,
.hero-inline-address p,
.location-copy p,
.sale-scenario-text,
.lot-catalog__subtitle,
.lot-table__empty-note {
  font-weight: var(--weight-regular);
}

/* =================  RESPONSIVE  ================= */

/* 1280px: lot-catalog__filters grid — see below */

@media (min-width: 1280px) {
  .lot-catalog__filters.has-reset {
    grid-template-columns: minmax(180px, 1fr) minmax(0, 1.4fr) minmax(180px, 1fr) 64px;
  }

  .lot-table__head,
  .lot-table__row {
    grid-template-columns: 1.2fr 0.95fr 1.05fr 1.2fr 0.9fr 1.15fr;
    column-gap: 14px;
  }
}

@media (max-width: 1023px) {
  .lot-catalog__hero,
  .lot-detail__layout,
  .lot-detail__bottom {
    grid-template-columns: 1fr;
  }

  .lot-catalog__intro {
    min-height: 280px;
  }

  .lot-catalog__map-card {
    min-height: 300px;
  }

  .lot-detail__media-column {
    border-right: 0;
    border-bottom: 1px solid var(--view-line);
  }

  .lot-detail__plan-stage {
    min-height: 0;
  }

  .lot-detail__plan-image-wrap {
    min-height: clamp(280px, 40vw, 440px);
  }

  .lot-catalog__filters,
  .lot-catalog__filters.has-reset {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-reset {
    grid-column: span 2;
    width: 100%;
  }

  .lot-catalog__table-shell {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .lot-table {
    min-width: 760px;
  }

  .lot-table__head,
  .lot-table__row {
    grid-template-columns: minmax(120px, 1.2fr) minmax(92px, 0.9fr) minmax(118px, 1fr) minmax(128px, 1.15fr) minmax(94px, 0.82fr) minmax(132px, 1.08fr);
    column-gap: 14px;
  }

  .lot-table__head {
    display: grid;
    padding: 14px 2px;
  }

  .lot-table__row {
    gap: 0;
    padding: 0 2px;
  }

  .lot-table__cell {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 10px 0;
    gap: 0;
    min-width: 0;
  }

  .lot-table__label {
    display: none;
  }

  .lot-table__value,
  .lot-table__price {
    font-size: 14px;
    line-height: 1.25;
  }

  .lot-table__value {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .lot-table__price {
    justify-self: end;
    white-space: nowrap;
  }

  .lot-detail__price-row {
    grid-template-columns: 1fr;
  }

  .lot-detail__cta {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lot-catalog,
  .lot-detail {
    padding-top: clamp(90px, 18vw, 120px);
    padding-bottom: 48px;
  }

  .lot-catalog__shell,
  .lot-detail__shell {
    gap: 24px;
  }

  .lot-catalog__title {
    font-size: clamp(22px, 6.6vw, 32px);
  }

  .lot-catalog__hero-actions,
  .lot-detail__toolbar,
  .lot-detail__summary-top,
  .lot-detail__plan-tabs {
    gap: 8px;
  }

  .view-pill,
  .lot-detail__plan-tab {
    min-height: 44px;
    padding-inline: 14px;
    font-size: var(--text-xs);
    letter-spacing: 0.06em;
  }

  .lot-catalog__intro {
    padding: 22px;
    gap: 18px;
  }

  .lot-catalog__title-block {
    min-height: 200px;
  }

  .lot-catalog__filters,
  .lot-catalog__filters.has-reset {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalog-reset {
    grid-column: auto;
  }

  .lot-catalog__table-shell {
    margin-right: -4px;
    padding-bottom: 4px;
  }

  .lot-table {
    min-width: 720px;
  }

  .lot-table__head,
  .lot-table__row {
    grid-template-columns: minmax(112px, 1.14fr) minmax(86px, 0.86fr) minmax(108px, 0.98fr) minmax(122px, 1.08fr) minmax(90px, 0.78fr) minmax(124px, 1fr);
    column-gap: 12px;
  }

  .lot-table__head {
    padding: 12px 2px;
  }

  .lot-table__row {
    padding: 0 2px;
  }

  .lot-table__cell {
    min-height: 58px;
    padding: 9px 0;
  }

  .lot-table__value,
  .lot-table__price {
    font-size: 13px;
  }

  .lot-detail__layout {
    border: 1px solid var(--view-line);
  }

  .lot-detail__media-column,
  .lot-detail__summary,
  .lot-detail__visual-card,
  .lot-detail__map-card-wrap {
    padding: 20px;
  }

  .lot-detail__plan-image-wrap {
    min-height: 260px;
    padding: 14px;
  }

  .lot-detail__summary {
    gap: 22px;
  }

  .lot-detail__format {
    max-width: none;
  }

  .lot-detail__fact {
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
  }

  .lot-detail__fact-value {
    text-align: left;
  }

  .lot-detail__visual-image,
  .lot-detail__map-card {
    height: clamp(220px, 42vw, 360px);
    min-height: auto;
  }
}

@media (max-width: 479px) {
  .lot-catalog,
  .lot-detail {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lot-catalog__title {
    font-size: clamp(22px, 7.2vw, 28px);
  }

  .lot-catalog__subtitle {
    font-size: var(--text-sm);
  }

  .lot-catalog__table-shell {
    margin-right: -6px;
  }

  .lot-table {
    min-width: 680px;
  }

  .lot-table__head,
  .lot-table__row {
    grid-template-columns: minmax(106px, 1.1fr) minmax(82px, 0.84fr) minmax(102px, 0.94fr) minmax(116px, 1.04fr) minmax(86px, 0.76fr) minmax(118px, 0.96fr);
    column-gap: 10px;
  }

  .lot-table__head {
    padding: 10px 2px;
    font-size: 10px;
  }

  .lot-table__cell {
    min-height: 54px;
    padding: 8px 0;
  }

  .lot-table__value,
  .lot-table__price {
    font-size: 12px;
  }

  .lot-detail__headline {
    gap: 8px;
  }

  .lot-detail__format {
    font-size: clamp(34px, 10vw, 44px);
  }

  .lot-detail__area {
    font-size: clamp(26px, 8vw, 36px);
  }

  .lot-detail__price-value {
    font-size: clamp(22px, 6.4vw, 30px);
  }
}

/* Touch target safety — CTA pill in hero row full-width on small screens */
@media (hover: none) {
  .lot-table__row {
    transition: none;
  }
}


/* ==========================================================================
   GLOBAL MOBILE & A11Y SAFETY NETS
   ========================================================================== */

/* Prevent accidental horizontal overflow anywhere */
html,
body {
  max-width: 100%;
}

/* All iframes, images, tables adapt to container width */
iframe,
video,
img {
  max-width: 100%;
}

/* Prevent form inputs from creating tiny font-size zoom on iOS (<16px triggers zoom).
   Apply on mobile viewport only, matching AGENTS.md guidance. */
@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: max(16px, 1rem);
  }

  .spaces-range__input,
  .callback-field__input {
    font-size: 16px;
  }

  /* Ensure all interactive buttons have 44px touch target */
  .cta-button,
  .telegram-button,
  .burger-button,
  .callback-submit,
  .spaces-submit,
  .spaces-toggle__button,
  .spaces-dropdown__trigger,
  .spaces-dropdown__option,
  .view-pill,
  .lot-detail__plan-tab,
  .lot-detail__cta,
  .lot-detail__favorite,
  .catalog-reset,
  .menu-link {
    min-height: 44px;
  }

  .hero-mobile-actions {
    gap: 10px;
  }

  .hero-mobile-action {
    min-height: 48px;
  }

  /* Catalog intro/title stacks cleanly */
  .lot-catalog__hero-actions .view-pill {
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 479px) {
  .header-shell {
    padding: 8px 12px;
  }

  .hero-mobile-actions {
    grid-template-columns: 1fr;
  }

  /* Stretch CTA controls */
  .lot-catalog__hero-actions .view-pill {
    flex: 1 1 100%;
  }

  .lot-detail__toolbar .view-pill {
    width: 100%;
    justify-content: center;
  }

  .lot-detail__plan-tabs {
    width: 100%;
  }

  .lot-detail__plan-tab {
    flex: 1 1 calc(50% - 4px);
  }

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

  .callback-modal__shell {
    padding: 22px 18px;
  }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus visibility — never remove, only improve */
:focus-visible {
  outline: 2px solid rgba(var(--blue-rgb), 0.6);
  outline-offset: 2px;
}

/* In dark catalog intro, use light focus ring */
.lot-catalog__intro :focus-visible,
.lot-detail__cta:focus-visible,
.callback-submit:focus-visible,
.cta-button:focus-visible {
  outline-color: rgba(var(--white-rgb), 0.8);
}


/* ════════════════════════════════════════════════════════════
   FAVORITES PANEL
════════════════════════════════════════════════════════════ */

.favpanel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(var(--overlay-blue-rgb), 0.45);
  backdrop-filter: blur(4px);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.favpanel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.favpanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(560px, 100vw);
  background: var(--white);
  z-index: 901;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(var(--overlay-blue-rgb), 0.14);
}

.favpanel.is-open {
  transform: translateX(0);
}

/* Head */
.favpanel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 40px 24px;
  border-bottom: 1px solid rgba(var(--blue-rgb), 0.1);
  flex-shrink: 0;
}

.favpanel__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  color: var(--blue);
  text-transform: uppercase;
}

.favpanel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(var(--blue-rgb), 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.favpanel__close:hover {
  background: rgba(var(--blue-rgb), 0.06);
  border-color: rgba(var(--blue-rgb), 0.4);
  transform: rotate(90deg);
}

/* Body */
.favpanel__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 40px;
}

/* Empty state */
.favpanel__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  min-height: 200px;
  color: rgba(var(--blue-rgb), 0.35);
  text-align: center;
}

.favpanel__empty-icon {
  font-size: 40px;
  opacity: 0.4;
}

.favpanel__empty-text {
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Lot row */
.favpanel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.favpanel__item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--blue-rgb), 0.08);
  cursor: pointer;
  transition: background var(--transition);
}

.favpanel__item:hover {
  background: rgba(var(--blue-rgb), 0.02);
}

.favpanel__item:first-child {
  border-top: 1px solid rgba(var(--blue-rgb), 0.08);
  margin-top: 8px;
}

.favpanel__item-info {
  display: grid;
  gap: 6px;
}

.favpanel__item-format {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
}

.favpanel__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.favpanel__item-tag {
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--blue-rgb), 0.55);
}

.favpanel__item-price {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--blue);
  margin-top: 4px;
}

.favpanel__item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(var(--blue-rgb), 0.15);
  border-radius: 50%;
  background: transparent;
  color: rgba(var(--blue-rgb), 0.4);
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.favpanel__item-remove:hover {
  border-color: rgba(var(--red-alert-rgb), 0.4);
  color: rgba(var(--red-alert-rgb), 0.8);
  background: rgba(var(--red-alert-rgb), 0.05);
}

/* Footer */
.favpanel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 40px 28px;
  border-top: 1px solid rgba(var(--blue-rgb), 0.1);
  flex-shrink: 0;
}

.favpanel__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.favpanel__contact-link {
  font-size: var(--text-sm);
  color: rgba(var(--blue-rgb), 0.7);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color var(--transition);
}

.favpanel__contact-link:hover {
  color: var(--blue);
}

.favpanel__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  height: 48px;
  background: var(--blue);
  color: var(--white);
  border: none;
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition), transform var(--transition);
}

.favpanel__cta:hover {
  background: var(--menu-blue-deep);
  transform: translateY(-1px);
}

/* lot-detail favorite filled state */
.lot-detail__favorite.is-favorite {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

@media (max-width: 600px) {
  .favpanel__head,
  .favpanel__body,
  .favpanel__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}




/* ── Элементы поискового блока (hero-search и lot-catalog__filters) ── */
.hero-search .spaces-toggle,
.lot-catalog__filters .spaces-toggle {
  background: transparent;
  border: none;
  border-right: 1px solid rgba(var(--white-rgb), 0.10);
  padding: 6px;
  gap: 3px;
}

.hero-search .spaces-toggle__button,
.lot-catalog__filters .spaces-toggle__button {
  color: rgba(var(--white-soft-rgb), 0.55);
}

.hero-search .spaces-toggle__button.is-active,
.lot-catalog__filters .spaces-toggle__button.is-active {
  background: linear-gradient(180deg, rgba(var(--white-rgb), 0.14), rgba(var(--white-rgb), 0.07));
  color: var(--white-soft);
  box-shadow: inset 0 1px 0 rgba(var(--white-rgb), 0.18), 0 4px 12px rgba(var(--black-rgb), 0.25);
}

.hero-search .spaces-toggle__button:not(.is-active):hover,
.lot-catalog__filters .spaces-toggle__button:not(.is-active):hover {
  background: rgba(var(--white-rgb), 0.06);
  color: rgba(var(--white-soft-rgb), 0.8);
}

.hero-search .spaces-range,
.lot-catalog__filters .spaces-range {
  background: transparent;
  border: none;
  border-right: 1px solid rgba(var(--white-rgb), 0.10);
}

.hero-search .spaces-range__caption,
.lot-catalog__filters .spaces-range__caption {
  color: rgba(var(--white-soft-rgb), 0.45);
}

.hero-search .spaces-range__input,
.lot-catalog__filters .spaces-range__input {
  color: var(--white-soft);
}

.hero-search .spaces-range__unit,
.lot-catalog__filters .spaces-range__unit {
  color: rgba(var(--white-soft-rgb), 0.35);
}

.hero-search .spaces-range__divider,
.lot-catalog__filters .spaces-range__divider {
  background: rgba(var(--white-rgb), 0.14);
}

.hero-search .spaces-range__track,
.lot-catalog__filters .spaces-range__track {
  background: rgba(var(--white-rgb), 0.16);
}

.hero-search .spaces-range__fill,
.lot-catalog__filters .spaces-range__fill {
  background: rgba(var(--white-rgb), 0.85);
}

.hero-search .spaces-range__native::-webkit-slider-thumb,
.lot-catalog__filters .spaces-range__native::-webkit-slider-thumb {
  background: var(--white);
  border: 2px solid rgba(var(--white-rgb), 0.9);
  box-shadow: 0 2px 10px rgba(var(--black-rgb), 0.35);
}

.hero-search .spaces-range__native::-moz-range-thumb,
.lot-catalog__filters .spaces-range__native::-moz-range-thumb {
  background: var(--white);
  border: 2px solid rgba(var(--white-rgb), 0.9);
  box-shadow: 0 2px 10px rgba(var(--black-rgb), 0.35);
}

.hero-search .spaces-dropdown,
.lot-catalog__filters .spaces-dropdown {
  background: transparent;
  border: none;
  border-right: 1px solid rgba(var(--white-rgb), 0.10);
}

.hero-search .spaces-dropdown__trigger,
.lot-catalog__filters .spaces-dropdown__trigger {
  color: rgba(var(--white-soft-rgb), 0.65);
}

.hero-search .spaces-dropdown__menu,
.lot-catalog__filters .spaces-dropdown__menu {
  background: linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.96), rgba(var(--panel-dark-alt-rgb), 0.92));
  border: 1px solid rgba(var(--white-rgb), 0.16);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-search .spaces-submit,
.lot-catalog__filters .spaces-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: none;
  background: rgba(var(--white-rgb), 0.96);
  color: var(--ink-strong);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition);
  position: relative;
  z-index: 1;
}

.hero-search .spaces-submit:hover,
.lot-catalog__filters .spaces-submit:hover {
  background: var(--white);
}

/* Media queries */
@media (max-width: 1280px) {
  .lot-catalog__filters {
    grid-template-columns: minmax(180px, 200px) minmax(0, 1fr) minmax(180px, 210px);
  }
}

@media (max-width: 1023px) {
  .hero-search {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .lot-catalog__filters {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .hero-search .spaces-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .hero-search,
  .lot-catalog__filters {
    --search-control-height: 52px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
