@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/manrope/manrope-cyrillic-400-normal.7d1637a696b6.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/manrope/manrope-latin-400-normal.1589a53d0b0e.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("fonts/manrope/manrope-cyrillic-500-normal.50c16b5d8d7b.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("fonts/manrope/manrope-latin-500-normal.f95b8f975304.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/manrope/manrope-cyrillic-700-normal.b3aed8e4cd3a.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/manrope/manrope-latin-700-normal.ed9e261b92db.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("fonts/manrope/manrope-cyrillic-800-normal.09d1a8dc818d.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("fonts/manrope/manrope-latin-800-normal.63c74bc8894a.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("fonts/manrope/manrope-cyrillic-800-normal.09d1a8dc818d.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("fonts/manrope/manrope-latin-800-normal.63c74bc8894a.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f4f0e8;
  --bg-strong: #ebe4d8;
  --surface: #fffdf8;
  --surface-muted: #f7f1e8;
  --surface-deep: #14251f;
  --surface-deep-2: #0d1a16;
  --line: #ded4c4;
  --line-strong: #c9bba7;
  --text: #17231f;
  --text-soft: #48564d;
  --muted: #6f776f;
  --accent: #a7773f;
  --accent-dark: #7a5228;
  --accent-soft: #efe2d2;
  --success: #496a57;
  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 10px 28px rgba(24, 31, 26, 0.08);
  --shadow: 0 24px 80px rgba(24, 31, 26, 0.13);
  --container: 1200px;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.96), rgba(244, 240, 232, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(167, 119, 63, 0.14), transparent 26%),
    radial-gradient(circle at 100% 12%, rgba(20, 37, 31, 0.10), transparent 28%),
    var(--bg);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(23, 35, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 35, 31, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
input,
textarea {
  outline-color: var(--accent);
}

:focus-visible {
  outline: 3px solid rgba(167, 119, 63, 0.35);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.86);
  border-bottom: 1px solid rgba(201, 187, 167, 0.62);
  backdrop-filter: blur(18px);
}

.header-wrap {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 10px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.logo img {
  width: 214px;
  height: 56px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 1;
  margin-left: 0;
}

.nav a {
  position: relative;
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nav a:not(.btn) {
  flex: 0 0 auto;
  padding: 11px 12px;
  border-radius: 999px;
  text-align: center;
  white-space: nowrap;
}

.nav a:not(.btn):hover,
.nav a.active:not(.btn) {
  color: var(--text);
  background: rgba(167, 119, 63, 0.10);
}

.nav a.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
  padding: 10px 12px 10px 11px;
  color: var(--text);
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(201, 187, 167, 0.7);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  box-shadow: 0 10px 24px rgba(24, 31, 26, 0.06);
}

.nav a.nav-phone:hover {
  color: var(--text);
  background: var(--accent-soft);
  border-color: rgba(167, 119, 63, 0.46);
}

.nav-phone svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.nav .btn {
  margin-left: 4px;
  flex: 0 0 auto;
}

.nav .btn-primary {
  color: #fffaf2;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  color: #fffaf2;
  background: var(--surface-deep);
  border-color: var(--surface-deep);
  box-shadow: 0 16px 34px rgba(20, 37, 31, 0.18);
}

.btn-primary:hover {
  background: var(--surface-deep-2);
  border-color: var(--surface-deep-2);
}

.btn-outline {
  color: var(--text);
  background: rgba(255, 253, 248, 0.78);
  border-color: rgba(167, 119, 63, 0.36);
}

.btn-outline:hover {
  background: var(--accent-soft);
  border-color: rgba(167, 119, 63, 0.62);
}

.btn-light {
  color: var(--surface-deep);
  background: #fffdf8;
  border-color: #fffdf8;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.btn-text {
  min-height: auto;
  padding: 0;
  color: var(--accent-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.btn-text:hover {
  transform: none;
  color: var(--text);
}

.eyebrow,
.section-kicker,
.card-kicker {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
}

h3 {
  font-size: clamp(1.22rem, 1.7vw, 1.65rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
}

p,
li {
  font-size: 1rem;
}

p {
  margin: 0;
}

.lead {
  color: var(--text-soft);
  font-size: clamp(1.04rem, 1.45vw, 1.24rem);
  line-height: 1.72;
  max-width: 66ch;
}

.muted {
  color: var(--muted);
}

.tiny {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero {
  position: relative;
  padding: 0;
}

.hero-shell {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: stretch;
  overflow: hidden;
  color: #fff8eb;
  background: var(--surface-deep);
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 24, 20, 0.88) 0%, rgba(12, 24, 20, 0.76) 36%, rgba(12, 24, 20, 0.28) 68%, rgba(12, 24, 20, 0.54) 100%),
    linear-gradient(0deg, rgba(12, 24, 20, 0.66), rgba(12, 24, 20, 0.08) 48%);
}

.hero-shell .hero-carousel {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: var(--surface-deep);
}

.hero-shell .hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
}

.hero-shell .carousel-controls {
  right: 34px;
  bottom: 34px;
  z-index: 4;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: clamp(28px, 6vw, 84px);
  padding: clamp(72px, 10vw, 136px) 0 clamp(48px, 7vw, 88px);
}

.hero-copy {
  max-width: 820px;
}

.hero-title {
  margin: 0;
  color: #fff8eb;
  max-width: 900px;
  text-wrap: balance;
}

.hero-copy .lead {
  margin-top: 22px;
  color: rgba(255, 248, 235, 0.78);
  max-width: 710px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-actions .btn-outline {
  color: #fff8eb;
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.28);
}

.hero-actions .btn-outline:hover {
  background: rgba(255, 253, 248, 0.18);
}

.hero-facts {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: rgba(255, 253, 248, 0.14);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
}

.hero-fact {
  padding: 22px;
  background: rgba(13, 26, 22, 0.48);
}

.hero-fact strong {
  display: block;
  color: #fff8eb;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero-fact span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 248, 235, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-card {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  display: block;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 187, 167, 0.8);
  border-radius: var(--radius);
  background: var(--surface-muted);
  aspect-ratio: 4 / 3;
  min-height: 420px;
  height: 100%;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.hero-slide.active {
  display: block;
}

.carousel-controls {
  position: absolute;
  inset: auto 14px 14px auto;
  display: flex;
  gap: 8px;
  z-index: 5;
}

.carousel-btn,
.cards-arrow,
.gallery-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  color: #fff8eb;
  border: 1px solid rgba(255, 253, 248, 0.38);
  background: rgba(13, 26, 22, 0.72);
}

.carousel-btn:hover,
.cards-arrow:hover,
.gallery-nav:hover {
  transform: translateY(-1px);
}

.section {
  padding: clamp(58px, 8vw, 112px) 0;
}

.section-tight {
  padding: clamp(38px, 6vw, 74px) 0;
}

.section-deep {
  background: var(--surface-deep);
  color: #fff8eb;
}

.section-deep h2,
.section-deep h3 {
  color: #fff8eb;
}

.section-deep .lead,
.section-deep .muted {
  color: rgba(255, 248, 235, 0.72);
}

.section-deep .property-card h3 {
  color: var(--text);
}

.section-deep .property-card p,
.section-deep .property-card dd {
  color: var(--text-soft);
}

.section-deep .property-card dt {
  color: var(--muted);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 26px;
  margin-bottom: clamp(22px, 4vw, 46px);
}

.section-head p {
  max-width: 720px;
  color: var(--text-soft);
}

.section-title {
  display: grid;
  gap: 14px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.card,
.property-card,
.metric-card,
.info-panel,
.form-panel,
.detail-panel {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(201, 187, 167, 0.7);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 22px;
}

.card-body > p {
  color: var(--text-soft);
}

.card-body .btn {
  margin-top: auto;
  align-self: flex-start;
}

.card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: var(--surface-muted);
}

.gallery-trigger {
  cursor: zoom-in;
}

.property-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 100%;
  background: var(--surface);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.property-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 119, 63, 0.62);
  box-shadow: var(--shadow);
}

.property-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--surface-deep);
}

.property-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.property-card:hover .property-media img {
  transform: scale(1.04);
  filter: saturate(0.95) contrast(1.04);
}

.property-badge,
.status-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--surface-deep);
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(255, 253, 248, 0.5);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-media .property-badge {
  position: absolute;
  left: 16px;
  top: 16px;
}

.property-body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.property-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.property-title-row h3 {
  max-width: 16ch;
}

.property-body p {
  color: var(--text-soft);
}

.property-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--line);
}

.property-meta div {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 13px 14px;
  background: rgba(247, 241, 232, 0.76);
}

.property-meta dt,
.card-meta dt,
.fact-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.property-meta dd,
.card-meta dd {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 900;
}

.property-actions,
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.property-actions .btn,
.btn-row .btn {
  padding: 11px 15px;
  font-size: 0.88rem;
}

.cards-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.cards-window {
  overflow: hidden;
}

.cards-track {
  display: flex;
  gap: 22px;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.card-slide {
  flex: 0 0 calc((100% - 44px) / 3);
}

.cards-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(167, 119, 63, 0.38);
  color: var(--text);
  background: rgba(255, 253, 248, 0.86);
  font-size: 1.35rem;
}

.cards-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

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

.kpi,
.metric-card {
  min-height: 172px;
  padding: 24px;
}

.kpi strong,
.metric-card strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.metric-card strong {
  font-size: clamp(2.05rem, 3.1vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 1;
  max-width: 100%;
}

.kpi span,
.metric-card span {
  display: block;
  margin-top: 12px;
  color: var(--text-soft);
  font-weight: 800;
}

.metric-card.dark {
  color: #fff8eb;
  background: var(--surface-deep);
  border-color: rgba(255, 253, 248, 0.12);
}

.metric-card.dark strong {
  color: #fff8eb;
}

.metric-card.dark span {
  color: rgba(255, 248, 235, 0.72);
}

.list-clean {
  margin: 0;
  padding-left: 18px;
}

.list-clean li + li {
  margin-top: 8px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-soft);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(167, 119, 63, 0.12);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(201, 187, 167, 0.86);
  border-radius: 999px;
  background: rgba(247, 241, 232, 0.76);
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

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

.card-meta dt,
.card-meta dd {
  display: block;
}

.card-meta dd + dt {
  margin-top: 0;
}

.catalog-hero,
.page-hero,
.detail-hero {
  padding: clamp(56px, 8vw, 104px) 0 clamp(42px, 6vw, 74px);
  background:
    linear-gradient(135deg, rgba(20, 37, 31, 0.96), rgba(20, 37, 31, 0.78)),
    var(--surface-deep);
  color: #fff8eb;
}

.catalog-hero h1,
.page-hero h1,
.detail-hero h1,
.catalog-hero h2,
.page-hero h2,
.detail-hero h2 {
  color: #fff8eb;
}

.catalog-hero .lead,
.page-hero .lead,
.detail-hero .lead {
  color: rgba(255, 248, 235, 0.74);
}

.hero-grid,
.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
}

.catalog-tools {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.08);
}

.catalog-tools strong {
  color: #fff8eb;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.catalog-tools span {
  color: rgba(255, 248, 235, 0.72);
  font-weight: 800;
}

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

.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.62fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.detail-gallery {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.detail-gallery .hero-carousel {
  min-height: 520px;
  border-radius: var(--radius-lg);
  border: 0;
}

.detail-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 36px);
}

.detail-panel.sticky {
  position: sticky;
  top: calc(var(--header-height) + 20px);
}

.detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.detail-stat {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  background: var(--surface);
}

.detail-stat strong {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-stat strong a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-stat-grid {
  grid-template-columns: minmax(250px, 0.88fr) minmax(320px, 1.12fr);
}

.contact-stat-grid .detail-stat strong {
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  letter-spacing: -0.035em;
}

.map-card {
  overflow: hidden;
  margin-top: 0;
  border: 1px solid rgba(201, 187, 167, 0.8);
  border-radius: var(--radius);
  background: var(--surface);
}

.map-card iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
  filter: saturate(0.82);
}

.map-meta {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.leasing-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(20, 37, 31, 0.96), rgba(20, 37, 31, 0.86)),
    var(--surface-deep);
  color: #fff8eb;
}

.leasing-band h2,
.leasing-band h3 {
  color: #fff8eb;
}

.leasing-band p,
.leasing-band li {
  color: rgba(255, 248, 235, 0.74);
}

.leasing-band .btn-outline {
  color: #fff8eb;
  background: transparent;
  border-color: rgba(255, 253, 248, 0.28);
}

.content-block {
  display: grid;
  gap: 24px;
}

.info-panel,
.form-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(201, 187, 167, 0.92);
  border-radius: var(--radius-sm);
  padding: 14px 15px;
  color: var(--text);
  background: rgba(255, 253, 248, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(167, 119, 63, 0.82);
  box-shadow: 0 0 0 4px rgba(167, 119, 63, 0.14);
  background: #fff;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-note,
.form-status {
  color: var(--muted);
  font-size: 0.88rem;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border: 1px solid rgba(73, 106, 87, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(73, 106, 87, 0.10);
  color: var(--success);
  font-weight: 900;
}

.form-status.visible {
  display: block;
}

.site-footer {
  margin-top: 0;
  padding: clamp(44px, 6vw, 72px) 0 38px;
  color: rgba(255, 248, 235, 0.76);
  background: var(--surface-deep-2);
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  font-size: 0.95rem;
}

.footer-shell {
  display: grid;
  gap: clamp(26px, 4vw, 44px);
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding-bottom: clamp(26px, 4vw, 42px);
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
}

.footer-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff8eb;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(240px, 0.85fr) minmax(190px, 0.65fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: start;
}

.footer-brand {
  display: grid;
  max-width: 440px;
  gap: 18px;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
  padding: 10px 14px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 18px;
  text-decoration: none;
}

.footer-logo img {
  width: 190px;
  height: 56px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 248, 235, 0.68);
  line-height: 1.7;
}

.footer-group {
  display: grid;
  min-width: 0;
  gap: 11px;
}

.footer-label {
  color: rgba(255, 248, 235, 0.46);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-contact {
  color: #fff8eb;
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.footer-nav a,
.footer-contact {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  text-decoration: none;
}

.footer-nav a {
  color: rgba(255, 248, 235, 0.72);
  font-weight: 800;
}

.footer-nav a:hover,
.footer-contact:hover {
  color: #fff8eb;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 248, 0.10);
  color: rgba(255, 248, 235, 0.48);
  font-size: 0.84rem;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(8, 17, 14, 0.86);
}

.gallery-modal.open {
  display: flex;
}

.gallery-box {
  width: min(1100px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: var(--radius);
  background: var(--surface-deep-2);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.gallery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  color: #fff8eb;
}

.gallery-stage {
  position: relative;
  background: #07110f;
}

.gallery-stage img {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  display: block;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 253, 248, 0.38);
  background: rgba(8, 17, 14, 0.72);
  color: #fff8eb;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.gallery-close {
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  background: transparent;
  color: #fff8eb;
  padding: 8px 12px;
  cursor: pointer;
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  :root {
    --header-height: 78px;
  }

  .logo img {
    width: 180px;
    height: 50px;
  }

  .nav {
    gap: 4px;
  }

  .nav a:not(.btn) {
    padding-inline: 9px;
  }

  .nav a.nav-phone {
    gap: 6px;
    padding-inline: 9px;
    font-size: 0.82rem;
  }

  .nav-phone svg {
    width: 17px;
    height: 17px;
  }

  .nav .btn {
    padding-inline: 14px;
  }

  .hero-content,
  .hero-grid,
  .detail-hero-grid,
  .detail-shell,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: end;
  }

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

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

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

  .detail-panel.sticky {
    position: static;
  }

  .card-slide {
    flex-basis: calc((100% - 22px) / 2);
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.78fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media (max-width: 980px) {
  .header-wrap {
    min-height: var(--header-height);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(201, 187, 167, 0.82);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a:not(.btn) {
    text-align: left;
    white-space: normal;
  }

  .nav a.nav-phone {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    margin-left: 0;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 1rem;
  }

  .nav .btn {
    margin-left: 0;
  }

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

  .section-actions {
    justify-content: flex-start;
  }

  .cards-carousel {
    grid-template-columns: 1fr;
  }

  .cards-arrow {
    display: none;
  }

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

@media (max-width: 680px) {
  :root {
    --header-height: 72px;
  }

  .container,
  .hero-content {
    width: min(var(--container), calc(100% - 28px));
  }

  .logo img {
    width: 154px;
    height: 44px;
  }

  .hero-shell {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-content {
    padding: 64px 0 34px;
    gap: 30px;
  }

  .hero-shell::after {
    background:
      linear-gradient(0deg, rgba(12, 24, 20, 0.88), rgba(12, 24, 20, 0.38)),
      linear-gradient(90deg, rgba(12, 24, 20, 0.78), rgba(12, 24, 20, 0.30));
  }

  .hero-facts,
  .property-meta,
  .detail-stat-grid,
  .card-meta,
  .grid-2,
  .grid-3,
  .portfolio-grid,
  .kpis,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .hero-fact {
    padding: 17px 18px;
  }

  .section {
    padding: 52px 0;
  }

  .property-body,
  .card-body,
  .info-panel,
  .form-panel,
  .detail-panel {
    padding: 18px;
  }

  .detail-gallery .hero-carousel,
  .hero-carousel {
    min-height: 320px;
    border-radius: var(--radius);
  }

  .card-slide {
    flex-basis: 100%;
  }

  .property-title-row,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    padding: 34px 0 26px;
  }

  .footer-shell {
    gap: 22px;
  }

  .footer-cta {
    gap: 16px;
    padding-bottom: 22px;
  }

  .footer-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

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

  .footer-brand {
    grid-column: auto;
    gap: 14px;
  }

  .footer-logo {
    padding: 8px 12px;
    border-radius: 16px;
  }

  .footer-logo img {
    width: 150px;
    height: 44px;
  }

  .footer-brand p {
    line-height: 1.55;
  }

  .footer-cta h2 {
    font-size: clamp(1.7rem, 7vw, 2.05rem);
    line-height: 1.02;
  }

  .footer-group {
    gap: 8px;
  }

  .footer-cta .btn {
    width: 100%;
  }

  .footer-contact,
  .footer-nav a {
    width: 100%;
    min-height: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
  }

  .hero-actions,
  .property-actions,
  .btn-row {
    width: 100%;
  }

  .hero-actions .btn,
  .property-actions .btn,
  .btn-row .btn,
  .form .btn {
    width: 100%;
  }

  .gallery-modal {
    padding: 10px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }
}
