﻿@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("fonts/philosopher-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("fonts/philosopher-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #13233b;
  --navy-deep: #0b1728;
  --cream: #e9e3cc;
  --gold: #bea575;
  --green: #0b392c;
  --gray: #e7e9eb;
  --paper: #f7f7f4;
  --ink: #13233b;
  --muted: rgba(19, 35, 59, .62);
  --white: #fff;
  --font-body: "Gilroy", "Segoe UI", Arial, sans-serif;
  --font-display: "Philosopher", Georgia, "Times New Roman", serif;
  --side: max(24px, calc((100vw - 1740px) / 2));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--gray);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.catalog-page h2 {
  letter-spacing: 0;
}

.catalog-page {
  overflow: clip;
  background: var(--gray);
}

.figma-backend-wrap.catalog-page {
  background: var(--navy);
}

/* Backend catalog header: keep the shared component visually aligned with the homepage header. */
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .site-header.figma-header {
  position: relative;
  z-index: 120;
  width: 100%;
  max-width: 1750px;
  height: 95px;
  min-height: 0;
  background: transparent;
  color: var(--cream);
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .brand-logo::after {
  opacity: 0;
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .brand-emblem,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .brand-lockup {
  opacity: 1;
  filter: none;
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .header-nav a,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .header-nav a[data-sale-trigger],
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .favorite-link,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .social-links a {
  color: rgba(255, 255, 255, .94);
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .favorite-link img,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .social-links img {
  filter: none;
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .icon-link,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .phone-link {
  background: #3b485c;
  color: #fff;
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .menu-toggle {
  color: var(--cream);
}

.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .menu-toggle span,
.figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .menu-toggle::before {
  background: var(--cream);
}

@media (max-width: 760px) {
  .figma-backend-wrap.catalog-page.backend-menu-page .figma-header-shell .site-header.figma-header {
    width: auto;
    height: 60px;
    align-items: flex-start;
  }
}


.catalog-hero {
  position: relative;
  z-index: 2;
  min-height: 1135px;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background: url("/figma-home/assets/images/hero-side-pattern.svg") right top / auto 100% no-repeat;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 111px;
  margin: 0 var(--side);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  min-width: max-content;
  color: var(--cream);
}

.brand-logo {
  width: 240px;
  height: 79px;
  gap: 13px;
}

.brand-emblem {
  width: 54px;
  height: 79px;
  flex: 0 0 54px;
  object-fit: contain;
}

.brand-lockup {
  display: grid;
  gap: 5px;
  padding-top: 7px;
}

.brand-wordmark {
  width: 173px;
  height: 52px;
  object-fit: contain;
}

.brand-tagline {
  width: 120px;
  height: 7px;
  object-fit: contain;
}

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

.header-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.header-nav a.has-chevron::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .85;
}

.quick-tags a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 14px;
  border: 1px solid rgba(233, 227, 204, .08);
  border-radius: 999px;
  background: rgba(233, 227, 204, .10);
  color: white;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.quick-tags a.tag-exclusive {
  background: var(--gold);
  border-color: var(--gold);
}

.quick-tags a.tag-discount {
  background: #8f4820;
  border-color: #8f4820;
}

.quick-tags a.tag-built {
  background: #cca544;
  border-color: #cca544;
}

.header-nav a:hover {
  background: rgba(233, 227, 204, .08);
  border-color: rgba(233, 227, 204, .08);
}

.quick-tags a:hover {
  background: rgba(190, 165, 117, .34);
  border-color: rgba(190, 165, 117, .38);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-left: auto;
}

.icon-link,
.menu-toggle {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #3b485c;
  color: var(--cream);
  font-size: 0;
}

.icon-link img,
.favorite-link img,
.social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.favorite-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.favorite-link img {
  width: 46px;
  height: 46px;
  padding: 12px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 46px;
}

.social-links a {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
}

.phone-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #3b485c;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--cream);
  transition: transform .2s ease;
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  bottom: 17px;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 1025px;
  margin: 0 var(--side);
  padding-top: 119px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(233, 227, 204, .30);
  font-size: 18px;
  line-height: 1;
}

.breadcrumbs a {
  color: rgba(233, 227, 204, .30);
}

.breadcrumbs span:last-child {
  color: var(--cream);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(716px, 48vw);
  padding-top: 52px;
}

.hero-copy h1 {
  width: 676px;
  max-width: 100%;
  margin: 0;
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 400;
  line-height: .9;
letter-spacing: 0;
}

.hero-copy p {
  width: 716px;
  max-width: 100%;
  margin: 57px 0 0;
  color: var(--cream);
  font-size: 35px;
  font-weight: 300;
  line-height: .9;
}

.map-card {
  position: absolute;
  top: 94px;
  right: 0;
  z-index: 4;
  width: min(860px, 50vw);
  height: 405px;
  overflow: hidden;
  border-radius: 20px;
  background: #dae0df;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
  transition: width .3s ease, height .3s ease, left .3s ease, right .3s ease;
}

.map-card > img {
  width: 969px;
  height: 654px;
  max-width: none;
  object-fit: cover;
  transform: translate(-45px, -85px);
}

.map-card > ymaps,
.map-card .ymaps-2-1-79-map {
  position: relative;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
}

.map-card .ymaps-2-1-79-ground-pane,
.map-card .ymaps-2-1-79-areas-pane {
  opacity: .74;
  filter: grayscale(1) saturate(0) contrast(.92) brightness(1.02);
}

.map-card .ymaps-2-1-79-places-pane {
  opacity: 1 !important;
  filter: none !important;
  z-index: 3000 !important;
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-placemark-overlay {
  z-index: 3001 !important;
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-placemark-overlay-pane,
.map-card .ymaps-2-1-79-cluster-overlay-pane,
.map-card .ymaps-2-1-79-balloon-pane,
.map-card .ymaps-2-1-79-hint-pane,
.map-card .ymaps-2-1-79-image,
.map-card .ymaps-2-1-79-default-cluster,
.map-card .ymaps-2-1-79-balloon,
.map-card .ymaps-2-1-79-balloon *,
.map-card .ymaps-2-1-79-hint,
.map-card .ymaps-2-1-79-hint * {
  opacity: 1 !important;
  filter: none !important;
}

.map-card .ymaps-2-1-79-placemark-overlay-pane,
.map-card .ymaps-2-1-79-cluster-overlay-pane {
  z-index: 3000 !important;
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-placemark-overlay-pane *,
.map-card .ymaps-2-1-79-cluster-overlay-pane *,
.map-card .ymaps-2-1-79-image,
.map-card .ymaps-2-1-79-default-cluster {
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-balloon-pane,
.map-card .ymaps-2-1-79-hint-pane {
  z-index: 7000 !important;
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-balloon,
.map-card .ymaps-2-1-79-balloon__layout,
.map-card .ymaps-2-1-79-balloon__content,
.map-card .ymaps-2-1-79-balloon__content > ymaps {
  pointer-events: auto !important;
}

.map-card .ymaps-2-1-79-balloon__content,
.map-card .ymaps-2-1-79-balloon__content > ymaps {
  overflow: auto !important;
}

.map-card [class*="balloon__layout"],
.map-card [class*="balloon__content"],
.map-card [class*="balloon__content"] > ymaps {
  background: var(--navy, #13233b) !important;
  color: #fff !important;
}

.map-card [class*="balloon__layout"] {
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 26px 70px rgba(11, 23, 40, .35) !important;
}

.map-card [class*="balloon__content"] {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-body, Arial, sans-serif) !important;
}

.map-card [class*="balloon__content"] > ymaps {
  padding: 0 !important;
}

.map-card [class*="balloon__tail"] {
  background: var(--navy, #13233b) !important;
  box-shadow: 8px 8px 28px rgba(11, 23, 40, .22) !important;
}

.map-card [class*="balloon__close"] {
  top: 10px !important;
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
}

.map-card [class*="balloon__close-button"] {
  position: relative !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .10) !important;
  opacity: 1 !important;
}

.map-card [class*="balloon__close-button"]::before,
.map-card [class*="balloon__close-button"]::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.map-card [class*="balloon__close-button"]::before {
  transform: rotate(45deg);
}

.map-card [class*="balloon__close-button"]::after {
  transform: rotate(-45deg);
}

.catalog-map-balloon {
  width: min(330px, calc(100vw - 48px));
  padding: 18px;
  background: var(--navy, #13233b);
  color: #fff;
  font-family: var(--font-body, Arial, sans-serif);
}

.catalog-map-balloon__title {
  padding-right: 36px;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 700;
  color: #fff;
}

.catalog-map-balloon__image {
  margin-top: 14px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.catalog-map-balloon__image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 170px !important;
  object-fit: cover;
  color: transparent;
  font-size: 0;
}

.catalog-map-balloon__image br {
  display: none;
}

.catalog-map-balloon__meta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--cream, #e9e3cc);
}

.catalog-map-balloon__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--gold, #bea575);
  color: #fff !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}

.catalog-map-balloon__button:hover {
  background: var(--cream, #e9e3cc);
  color: var(--navy, #13233b) !important;
}

.catalog-map-cluster-balloon {
  width: min(610px, calc(100vw - 48px));
  max-height: min(430px, calc(100vh - 120px));
  padding: 18px;
  overflow: hidden;
  background: var(--navy, #13233b);
  color: #fff;
  font-family: var(--font-body, Arial, sans-serif);
  box-sizing: border-box;
}

.catalog-map-cluster-balloon__title {
  margin: 0 46px 14px 0;
  color: var(--cream, #e9e3cc);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.catalog-map-cluster-balloon__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: min(350px, calc(100vh - 195px));
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(233, 227, 204, .38) transparent;
}

.catalog-map-cluster-balloon__grid::-webkit-scrollbar {
  width: 5px;
}

.catalog-map-cluster-balloon__grid::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-map-cluster-balloon__grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(233, 227, 204, .38);
}

.catalog-map-cluster-balloon__item {
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.catalog-map-cluster-balloon__item .catalog-map-balloon {
  width: auto;
  min-height: 100%;
  padding: 14px;
  background: transparent;
}

.catalog-map-cluster-balloon__item .catalog-map-balloon__title {
  padding-right: 0;
  font-size: 15px;
  line-height: 1.2;
}

.catalog-map-cluster-balloon__item .catalog-map-balloon__image {
  margin-top: 10px;
  border-radius: 10px;
}

.catalog-map-cluster-balloon__item .catalog-map-balloon__image img {
  height: 120px !important;
}

.catalog-map-cluster-balloon__item .catalog-map-balloon__meta {
  margin-top: 10px;
  font-size: 13px;
}

.catalog-map-cluster-balloon__item .catalog-map-balloon__button {
  min-height: 40px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
}

.catalog-map-cluster-balloon__item--fallback {
  padding: 14px;
  color: var(--cream, #e9e3cc);
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .catalog-map-cluster-balloon {
    width: calc(100vw - 36px);
    max-height: calc(100vh - 96px);
    padding: 14px;
  }

  .catalog-map-cluster-balloon__grid {
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100vh - 160px);
  }
}

.map-card [class*="cluster-tabs"],
.map-card [class*="cluster-tabs"] * {
  font-family: var(--font-body, Arial, sans-serif) !important;
}

.map-card [class*="cluster-tabs"] {
  background: var(--navy, #13233b) !important;
  color: #fff !important;
  overflow: hidden !important;
}

.map-card [class*="cluster-tabs__section_type_nav"],
.map-card [class*="cluster-tabs__menu"]:not([class*="cluster-tabs__menu-item"]) {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  box-sizing: border-box !important;
}

.map-card [class*="cluster-tabs__section_type_content"],
.map-card [class*="cluster-tabs__content"] {
  width: 420px !important;
  min-width: 420px !important;
  box-sizing: border-box !important;
}

.map-card [class*="cluster-tabs__section_type_nav"] {
  background: #24354e !important;
  border-right: 0 !important;
}

.map-card [class*="cluster-tabs__separator"],
.map-card [class*="cluster-tabs__divider"] {
  display: none !important;
  width: 0 !important;
  background: transparent !important;
}

.map-card [class*="cluster-tabs__menu"]:not([class*="cluster-tabs__menu-item"]) {
  padding: 12px 10px !important;
  background: #24354e !important;
  border-right: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(233, 227, 204, .35) transparent;
}

.map-card [class*="cluster-tabs__menu"]:not([class*="cluster-tabs__menu-item"])::-webkit-scrollbar {
  width: 4px;
}

.map-card [class*="cluster-tabs__menu"]:not([class*="cluster-tabs__menu-item"])::-webkit-scrollbar-track {
  background: transparent;
}

.map-card [class*="cluster-tabs__menu"]:not([class*="cluster-tabs__menu-item"])::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(233, 227, 204, .35);
}

.map-card [class*="cluster-tabs__menu-item"] {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 9px 10px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: var(--cream, #e9e3cc) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.map-card [class*="cluster-tabs__menu-item_current"],
.map-card [class*="cluster-tabs__menu-item"]:hover {
  background: var(--gold, #bea575) !important;
  color: var(--navy, #13233b) !important;
}

.map-card [class*="cluster-tabs__content"],
.map-card [class*="cluster-tabs__section"],
.map-card [class*="cluster-tabs__content-item"] {
  background: var(--navy, #13233b) !important;
  color: #fff !important;
}

.map-card [class*="cluster-tabs__content"] {
  padding: 0 !important;
}

.map-card::after {
  display: none;
}

.map-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--gold);
  color: white;
  font-size: 30px;
  box-shadow: 0 18px 34px rgba(19, 35, 59, .22);
}

.map-card .map-button img {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
  transform: none;
  transition: transform .2s ease;
}

.map-card.is-expanded .map-button img {
  transform: rotate(180deg);
}

.filter-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 660px;
  z-index: 6;
  height: 180px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 412px;
  grid-template-rows: 60px 62px;
  align-items: start;
  gap: 18px 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.filter-panel.is-expanded {
  height: auto;
  min-height: 430px;
  grid-template-rows: 60px 60px auto 62px;
}

body.filter-select-open .filter-panel {
  z-index: 1200;
}

body.filter-select-open .catalog-page,
body.filter-select-open .catalog-hero,
body.filter-select-open .hero-inner {
  overflow: visible;
}

body.filter-select-open .catalog-hero {
  z-index: 80;
}

body.catalog-filters-expanded .catalog-hero,
body.catalog-filters-expanded .hero-inner {
  min-height: 1360px;
}

body.catalog-filters-expanded .quick-row {
  top: 1200px;
}

.filter-extra-panel {
  grid-column: 1 / -1;
  grid-row: 3;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.filter-panel.is-expanded .filter-extra-panel {
  display: grid;
}

.filter-extra-panel:empty,
.filter-panel.is-expanded .filter-extra-panel:empty {
  display: none;
}

.filter-panel.is-expanded .filter-reset,
.filter-panel.is-expanded .filter-more-toggle,
.filter-panel.is-expanded .filter-actions {
  grid-row: 4;
}

@media (min-width: 1181px) {
  .filter-panel.is-expanded {
    align-content: start;
    grid-template-rows: 60px auto 62px;
  }

  .filter-panel.is-expanded .filter-extra-panel {
    grid-row: 2;
  }

  .filter-panel.is-expanded .filter-reset,
  .filter-panel.is-expanded .filter-more-toggle,
  .filter-panel.is-expanded .filter-actions {
    grid-row: 3;
  }
}

.filter-panel > .price-control:not(.filter-extra-control) {
  grid-column: auto;
  grid-row: auto;
}

.field-control {
  min-width: 0;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .10);
}

.field-control.filter-select {
  cursor: pointer;
  transition: background .2s ease, z-index .2s ease;
}

.field-control.filter-select > span {
  display: none;
}

.field-control.filter-select .filter-select-value {
  width: 100%;
  min-width: 0;
  min-height: 53px;
  display: flex;
  align-items: center;
  padding-right: 28px;
  overflow: hidden;
  color: white;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.field-control.filter-select.has-value .filter-select-value,
.field-control.filter-select.is-open .filter-select-value {
  color: var(--gold);
}

.field-control span,
.id-search span,
.help-form > label:not(.agreement) > span {
  color: white;
  font-size: 18px;
  line-height: 1;
}

.field-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1.5px solid rgba(255, 255, 255, .78);
  border-bottom: 1.5px solid rgba(255, 255, 255, .78);
  transform: rotate(45deg);
  transition: transform .2s ease, border-color .2s ease, top .2s ease;
}

.field-control.is-open {
  z-index: 1200;
}

.field-control.filter-select.is-open {
  height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 20px;
  background: rgba(255, 255, 255, .20);
}


.field-control.filter-select.is-open::after {
  top: 50%;
  right: 20px;
  border-color: var(--gold);
  transform: rotate(225deg);
}

.field-control select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  outline: none;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.filter-dropdown {
  position: absolute;
  z-index: 1201;
  left: 0;
  top: calc(100% + 6px);
  display: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 151px;
  padding: 5px;
  gap: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .19);
  box-shadow: 0 20px 44px rgba(8, 18, 32, .22);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.field-control.is-open .filter-dropdown {
  display: flex;
}

.filter-dropdown-list {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: min(322px, calc(100vh - 220px));
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.filter-dropdown-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 761px) {
  .catalog-page .field-control.filter-select.is-open,
  .catalog-page .filter-dropdown {
    background: var(--control-dropdown-bg);
  }
}

.filter-search,
.filter-option {
  width: 100%;
  height: 34px;
  min-height: 34px;
  flex: 0 0 34px;
  border: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  backdrop-filter: blur(22px);
}

.filter-search {
  justify-content: space-between;
  padding-right: 5px;
  background: rgba(255, 255, 255, .29);
  color: white;
}

.filter-search span {
  width: 24px;
  height: 24px;
  min-height: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #626d7d;
  color: white;
  font-size: 14px;
  line-height: 1;
}

.filter-option {
  background: #616c7c;
}

.filter-option.is-selected {
  background: var(--navy);
}

.filter-option:hover,
.filter-option:focus-visible {
  background: rgba(255, 255, 255, .29);
  color: white;
  outline: none;
}

.filter-scrollbar {
  position: relative;
  width: 5px;
  flex: 0 0 5px;
  align-self: stretch;
  min-height: 151px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .20);
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.filter-scrollbar::before {
  display: none;
}

.filter-scrollbar[hidden] {
  display: none;
}

.filter-scrollbar.is-dragging {
  cursor: grabbing;
}

.filter-scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 28px;
  border-radius: 30px;
  background: var(--gold);
  pointer-events: auto;
  will-change: transform, height;
}

.price-control {
  padding: 5px 5px 5px 20px;
  background: rgba(255, 255, 255, .09);
}

.price-control::after,
.filter-text::after,
.filter-check::after {
  display: none;
}

.filter-text {
  padding: 5px 5px 5px 20px;
}

.filter-text input {
  width: 100%;
  height: 50px;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, .09);
  color: white;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
}

.filter-text input::placeholder {
  color: rgba(255, 255, 255, .4);
  opacity: 1;
}

.filter-check {
  justify-content: flex-start;
  gap: 12px;
}

.filter-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: var(--gold);
}

.price-control label {
  flex: 1 1 0;
  min-width: 0;
  height: 50px;
  position: relative;
  z-index: 2;
  cursor: text;
  pointer-events: auto;
}

.filter-extra-panel .price-control {
  align-items: center;
  gap: 8px;
  min-height: 60px;
  padding-left: 16px;
}

.filter-extra-panel .price-control > span {
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter-extra-panel .price-control label {
  flex: 0 0 clamp(62px, 24%, 86px);
  width: clamp(62px, 24%, 86px);
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-extra-panel .price-control input {
  height: 50px;
  min-height: 50px;
  display: block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 50px;
}

.price-control input,
.id-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, .09);
  color: white;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 3;
  cursor: text;
  pointer-events: auto;
  -webkit-user-select: text;
  user-select: text;
}

.filter-range {
  cursor: default;
}

.filter-range::after {
  pointer-events: none;
}

.price-control input::placeholder,
.id-search input::placeholder {
  color: rgba(255, 255, 255, .4);
  opacity: 1;
}

.filter-actions {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 25px;
}

.currency-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
}

.currency-control button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  color: white;
  font-size: 18px;
  font-weight: 400;
  backdrop-filter: blur(17px);
}

.currency-control button.active {
  background: var(--gold);
  color: white;
}

.filter-submit {
  min-height: 60px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: white;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  overflow-wrap: anywhere;
}

.filter-reset {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  justify-self: start;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: rgba(233, 227, 204, .4);
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 20px;
}

.filter-reset span {
  margin-left: 6px;
}

.filter-more-toggle {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}

.filter-more-toggle span {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
  transition: transform .2s ease;
}

.filter-more-toggle span::before,
.filter-more-toggle span::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.filter-more-toggle span::before {
  top: 5px;
  box-shadow: 5px -2px 0 -1px currentColor;
}

.filter-more-toggle span::after {
  bottom: 5px;
  box-shadow: -5px 2px 0 -1px currentColor;
}

.filter-panel.is-expanded .filter-more-toggle span {
  transform: rotate(180deg);
}

.quick-row {
  position: absolute;
  left: 20px;
  right: 0;
  top: 875px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.quick-tags {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.id-search {
  width: 432px;
  height: 56px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 5px 5px 25px;
  border-radius: 40px;
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(22px);
}

.id-search input {
  height: 46px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  text-align: left;
}

.id-search button {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #3b485c;
  color: white;
  font-size: 22px;
}

.catalog-results {
  position: relative;
  z-index: 1;
  padding: 46px var(--side) 29px;
  background: var(--gray);
}

.catalog-results::before {
  display: none;
}

.results-toolbar {
  position: relative;
  z-index: 1;
  max-width: 1740px;
  height: 60px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sort-button {
  width: 320px;
  min-height: 60px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--navy);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
  backdrop-filter: blur(22px);
}

.sort-button span {
  color: rgba(19, 35, 59, .4);
}

.sort-button i {
  margin-left: auto;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
}

.results-toolbar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(19, 35, 59, .4);
  font-size: 18px;
  line-height: 1;
}

.results-toolbar strong {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
  background: var(--green);
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.property-grid {
  position: relative;
  z-index: 1;
  max-width: 1740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.property-card {
  position: relative;
  min-width: 0;
  height: 533px;
  min-height: 533px;
  overflow: hidden;
  border-radius: 20px;
  background: white;
  box-shadow: none;
}

.property-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #d8ddd9;
}

.property-media img {
  width: 100%;
  height: 354px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translateY(-57px);
  transition: transform .36s ease;
}

.property-card:hover .property-media img {
  transform: translateY(-57px) scale(1.045);
}

.gallery-dots {
  position: absolute;
  left: 50%;
  top: 220px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.gallery-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(233, 227, 204, .55);
}

.gallery-dots span:first-child {
  background: white;
}

.exclusive-pill {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 19px;
  border-radius: 0 80px 80px 0;
  background: var(--green);
  color: var(--cream);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  backdrop-filter: blur(17px);
}

.favorite-button {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gray);
  color: var(--gold);
  font-size: 0;
  line-height: 1;
  box-shadow: none;
}

.id-pill {
  position: absolute;
  right: 25px;
  top: 223px;
  z-index: 2;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.property-body {
  min-height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 29px 25px 25px;
}

.property-title {
  width: 426px;
  max-width: 100%;
  margin: 0 0 13px;
  font-size: 25px;
  line-height: .9;
  font-weight: 400;
  text-transform: none;
}

.property-title a {
  color: var(--navy);
}

.property-description {
  width: 376px;
  max-width: 100%;
  height: 29px;
  margin: 0 0 13px;
  overflow: hidden;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
}

.property-meta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 13px;
  overflow: hidden;
}

.property-meta span {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: rgba(19, 35, 59, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.property-meta i {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: grid;
  place-items: center;
  background: transparent;
  color: rgba(19, 35, 59, .38);
  font-style: normal;
  font-size: 13px;
}

.property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.property-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gray);
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.property-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.price-block {
  min-width: 0;
}

.old-price {
  display: block;
  margin-bottom: 5px;
  color: #a1a7b1;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}

.current-price {
  display: block;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.details-link {
  flex: 0 0 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.pagination {
  max-width: 1740px;
  margin: 58px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
}

.pagination a.active {
  background: transparent;
  color: var(--gold);
}

.pagination .page-arrow {
  color: var(--gold);
}

.pagination .knp-pagination {
  max-width: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: inherit;
  list-style: none;
}

.pagination .knp-pagination > li {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.pagination .knp-pagination > li::marker {
  content: "";
  font-size: 0;
}

.pagination .knp-pagination > li.active > span {
  color: var(--gold);
}

.help-section {
  position: relative;
  height: 818px;
  padding: 94px var(--side) 194px;
  background: var(--gray);
  overflow: hidden;
}

.help-card {
  max-width: 1740px;
  height: 530px;
  min-height: 530px;
  margin: 0 auto;
  display: block;
  padding: 0;
  border-radius: 20px;
  background:
    url("images/help-form-desktop-bg.svg") center / 100% 100% no-repeat,
    var(--navy);
  color: var(--cream);
  overflow: hidden;
  position: relative;
}

.help-card::before {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  opacity: .20;
  background-image:
    radial-gradient(circle at 100% 100%, transparent 0 82px, rgba(233, 227, 204, .20) 83px 85px, transparent 86px);
  background-size: 236px 236px;
  pointer-events: none;
}

.help-card > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.help-card h2 {
  width: 896px;
  max-width: 100%;
  margin: 0 0 43px;
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 400;
  line-height: .855;
letter-spacing: 0;
}

.help-card p {
  width: 718px;
  max-width: 100%;
  margin: 0;
  color: var(--cream);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.help-card > div:first-child {
  position: absolute;
  left: 90px;
  top: 86px;
  width: 896px;
}

.help-form {
  position: absolute;
  left: 915px;
  top: 120px;
  width: 544px;
  display: block;
}

.help-form label {
  display: grid;
  gap: 0;
}

.help-form > label:not(.agreement) + label:not(.agreement) {
  margin-top: 9px;
}

.help-form > label:not(.agreement) > span {
  display: none;
}

.help-form input[type="text"],
.help-form input[type="tel"] {
  width: 100%;
  height: 63px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  outline: none;
  padding: 0 40px;
  font-size: 25px;
}

.help-form input[type="text"]::placeholder,
.help-form input[type="tel"]::placeholder {
  color: #9da5b3;
  opacity: 1;
}

.messengers {
  display: none;
}

.help-form .agreement {
  width: min(388px, 100%);
  min-height: 24px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: rgba(233, 227, 204, .76);
  font-size: 11px;
  line-height: 1.08;
}

.help-form .agreement span {
  display: block;
  min-width: 0;
}

.agreement {
  margin-top: 20px;
}

.agreement + .agreement {
  margin-top: 10px;
}

.help-form .agreement input[type="checkbox"] {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  min-height: 17px;
  max-height: 17px;
  margin: 1px 0 0;
  appearance: none;
  border: 1px solid rgba(233, 227, 204, .35);
  border-radius: 4px;
  background: transparent;
}

.help-form .agreement input[type="checkbox"]:checked {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: inset 0 0 0 4px var(--navy);
}

.help-form button {
  width: 275px;
  min-height: 70px;
  margin-top: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: white;
  padding: 0 32px;
  font-size: 25px;
  font-weight: 400;
}

.seo-section {
  min-height: 742px;
  padding: 80px var(--side) 62px;
  background:
    url("images/seo-section-bg.svg") center top / 100% 100% no-repeat,
    var(--paper);
  color: var(--navy);
}

.seo-copy {
  max-width: 1110px;
}

.seo-copy h2 {
  width: 775px;
  max-width: 100%;
  margin: 0 0 40px;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  line-height: .865;
letter-spacing: 0;
}

.seo-copy h3 {
  width: 746px;
  max-width: 100%;
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.seo-copy p {
  width: 1006px;
  max-width: 100%;
  margin: 0 0 18px;
  color: rgba(19, 35, 59, .72);
  font-size: 20px;
  line-height: 1.4;
}

.site-footer {
  min-height: 768px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(220px, 360px) minmax(300px, 420px);
  gap: 70px;
  padding: 112px var(--side) 96px;
  background: var(--navy-deep);
  color: var(--cream);
}

.footer-logo {
  margin-bottom: 42px;
}

.site-footer dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px 28px;
  margin: 0;
}

.site-footer dt {
  color: rgba(233, 227, 204, .55);
}

.site-footer dd {
  margin: 0;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 16px 34px;
  align-content: start;
}

.footer-nav a {
  color: rgba(233, 227, 204, .82);
}

.footer-form h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: .95;
letter-spacing: 0;
}

.footer-form p {
  margin-bottom: 18px;
  color: rgba(233, 227, 204, .62);
}

.footer-form input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: white;
  outline: none;
  padding: 0 18px;
}

.footer-form button {
  min-height: 48px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  padding: 0 22px;
  font-weight: 700;
}

@media (max-width: 1540px) {
  .social-links {
    display: none;
  }
}

@media (max-width: 1440px) {
  .favorite-link span {
    display: none;
  }
}

@media (max-width: 1360px) {
  .header-nav {
    display: none;
  }

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

  .mobile-menu {
    position: fixed;
    z-index: 20;
    top: 88px;
    right: 20px;
    width: min(340px, calc(100vw - 40px));
    display: grid;
    padding: 18px;
    border-radius: 20px;
    background: rgba(11, 23, 40, .96);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-menu a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(233, 227, 204, .10);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 1500px) {
  :root {
    --side: 40px;
  }

  .header-nav {
    margin-left: 24px;
  }

  .header-nav a {
    padding: 0 12px;
    font-size: 15px;
  }

  .header-actions {
    gap: 10px;
  }

  .phone-link {
    padding: 0 16px;
    font-size: 16px;
  }

  .hero-copy {
    width: 46vw;
  }

  .hero-copy h1 {
    font-size: 78px;
  }

  .hero-copy p {
    font-size: 28px;
  }

  .filter-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(340px, 412px);
  }

  .currency-control,
  .filter-submit,
  .filter-reset {
    align-self: center;
  }

  .filter-submit {
    grid-column: span 2;
  }

  .property-title {
    font-size: 21px;
  }

  .current-price {
    font-size: 22px;
  }
}

@media (max-width: 1180px) {
  :root {
    --side: 28px;
  }

  .catalog-hero {
    min-height: 1170px;
  }

  .header-nav {
    display: none;
  }

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

  .social-links {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    z-index: 20;
    top: 88px;
    right: 20px;
    width: min(340px, calc(100vw - 40px));
    display: grid;
    padding: 18px;
    border-radius: 20px;
    background: rgba(11, 23, 40, .96);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-menu a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(233, 227, 204, .10);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero-inner {
    padding-top: 60px;
  }

  .hero-copy {
    width: 100%;
    max-width: 780px;
  }

  .map-card {
    top: 430px;
    left: 0;
    right: auto;
    width: 100%;
    height: 330px;
  }

  .map-card > img {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .filter-panel {
    top: 790px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: auto;
    height: auto;
  }

  .filter-actions,
  .filter-reset {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .filter-actions {
    justify-self: stretch;
    justify-content: space-between;
  }

  .quick-row {
    top: 1015px;
    align-items: flex-start;
  }

  body.catalog-filters-expanded .catalog-hero,
  body.catalog-filters-expanded .hero-inner {
    min-height: 1820px;
  }

  body.catalog-filters-expanded .quick-row {
    top: 1660px;
  }

  .id-search {
    width: 300px;
  }

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

  .help-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .help-card {
    height: auto;
    gap: 44px;
    padding: 56px 46px;
  }

  .help-card > div:first-child,
  .help-form {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .help-card > div:first-child {
    margin-bottom: 44px;
  }
}

@media (max-width: 900px) {
  .favorite-link span {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .catalog-hero {
    min-height: 1205px;
  }

  .hero-inner {
    min-height: 1205px;
  }

  .filter-panel {
    height: 292px;
    min-height: 292px;
    grid-template-rows: 60px 60px minmax(28px, auto) 60px;
    gap: 14px 10px;
  }

  .filter-panel.is-expanded {
    min-height: 430px;
    grid-template-rows: 60px 60px auto minmax(28px, auto) 60px;
  }

  .filter-extra-panel {
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-reset {
    grid-column: 1;
    grid-row: 3;
    padding-left: 20px;
  }

  .filter-panel.is-expanded .filter-reset {
    grid-row: 4;
  }

  .filter-more-toggle {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
  }

  .filter-panel.is-expanded .filter-more-toggle {
    grid-row: 4;
  }

  .filter-actions {
    grid-column: 1 / -1;
    grid-row: 4;
    align-self: end;
    justify-self: stretch;
    gap: 18px;
  }

  .filter-panel.is-expanded .filter-actions {
    grid-row: 5;
  }

  .filter-submit {
    flex: 0 1 330px;
    min-width: 0;
    padding: 0 26px;
    font-size: 18px;
  }

  .quick-row {
    top: 1100px;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    align-items: start;
    gap: 16px;
  }

  .quick-tags {
    min-width: 0;
    align-content: flex-start;
  }

  .quick-tags a {
    min-height: 35px;
    padding: 0 14px;
    font-size: 13px;
  }

  .id-search {
    width: 100%;
  }
}

@media (max-width: 760px) {
  :root {
    --side: 18px;
  }

  .catalog-hero {
    min-height: 1370px;
  }

  .site-header {
    height: 82px;
  }

  .brand-logo {
    width: 180px;
    height: 62px;
    gap: 10px;
  }

  .brand-emblem {
    width: 42px;
    height: 62px;
    flex-basis: 42px;
  }

  .brand-lockup {
    gap: 4px;
    padding-top: 6px;
  }

  .brand-wordmark {
    width: 132px;
    height: 40px;
  }

  .brand-tagline {
    width: 92px;
    height: 5px;
  }

  .icon-link,
  .favorite-link,
  .phone-link {
    display: none;
  }

  .hero-inner {
    min-height: 1288px;
    padding-top: 34px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .hero-copy {
    padding-top: 42px;
  }

  .hero-copy h1 {
    font-size: 50px;
    line-height: .84;
  }

  .hero-copy p {
    margin-top: 26px;
    font-size: 19px;
    line-height: 1.18;
  }

  .map-card {
    top: 314px;
    height: 248px;
    border-radius: 16px;
  }

  .map-button {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
    font-size: 24px;
  }

  .filter-panel {
    top: 592px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 12px;
    padding: 18px;
    border-radius: 16px;
  }

  .field-control select,
  .field-control input,
  .id-search input,
  .help-form input[type="text"],
  .help-form input[type="tel"] {
    height: 54px;
  }

  .currency-control {
    width: max-content;
    height: 54px;
  }

  .filter-submit {
    grid-column: auto;
    flex: 1 1 190px;
    min-height: 56px;
    padding: 0 20px;
  }

  .filter-reset {
    position: static;
    grid-column: auto;
    justify-self: start;
    width: auto;
    height: auto;
    padding: 0;
  }

  .filter-actions {
    grid-column: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .currency-control {
    height: 50px;
  }

  .quick-row {
    top: 1092px;
    display: grid;
    gap: 16px;
  }

  body.filter-select-open .catalog-hero {
    min-height: 1520px;
  }

  body.filter-select-open .hero-inner {
    min-height: 1438px;
  }

  body.filter-select-open .quick-row {
    top: 1242px;
  }

  .quick-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .quick-tags::-webkit-scrollbar {
    display: none;
  }

  .quick-tags a {
    min-height: 32px;
    font-size: 12px;
    padding: 0 13px;
  }

  .id-search {
    width: 100%;
  }

  .catalog-results {
    padding-top: 52px;
    padding-bottom: 72px;
  }

  .results-toolbar {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 22px;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .property-card {
    height: auto;
    min-height: auto;
  }

  .property-media {
    height: 214px;
    overflow: hidden;
  }

  .property-media img {
    height: 300px;
    transform: translateY(-43px);
  }

  .property-card:hover .property-media img {
    transform: translateY(-43px) scale(1.045);
  }

  .gallery-dots {
    top: 194px;
  }

  .id-pill {
    top: 197px;
  }

  .property-body {
    min-height: 288px;
    padding: 18px;
  }

  .property-title {
    font-size: 20px;
  }

  .property-meta {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }

  .property-bottom {
    align-items: start;
    flex-direction: column;
  }

  .details-link {
    width: 100%;
  }

  .pagination {
    gap: 6px;
    margin-top: 40px;
  }

  .pagination a,
  .pagination span {
    width: 40px;
    height: 40px;
  }

  .help-section {
    height: auto;
    padding-bottom: 58px;
  }

  .help-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 18px;
    border-radius: 16px;
  }

  .help-card > div:first-child {
    margin-bottom: 28px;
  }

  .help-card h2 {
    font-size: 43px;
    line-height: .88;
    margin-bottom: 22px;
  }

  .help-card p {
    font-size: 17px;
  }

  .help-form button {
    width: 100%;
    min-height: 58px;
  }

  .seo-section {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .seo-copy h2 {
    font-size: 42px;
    line-height: .9;
  }

  .seo-copy h3 {
    font-size: 22px;
  }

  .seo-copy p {
    font-size: 16px;
  }

  .site-footer {
    gap: 34px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .site-footer dl,
  .footer-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --side: 20px;
  }

  .catalog-hero {
    min-height: 831px;
    height: 831px;
    overflow: hidden;
  }

  .catalog-hero .hero-pattern::before,
  .catalog-hero .hero-pattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 71px;
    pointer-events: none;
    background: linear-gradient(180deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
  }

  .catalog-hero .hero-pattern::before {
    top: 0;
  }

  .catalog-hero .hero-pattern::after {
    bottom: 0;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

  body.catalog-filters-expanded .catalog-hero {
    min-height: 1320px;
    height: 1320px;
  }

  body.filter-select-open .catalog-hero {
    min-height: 1020px;
    height: 1020px;
  }

  body.filter-select-open.catalog-filters-expanded .catalog-hero {
    min-height: 1400px;
    height: 1400px;
  }

  .site-header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px;
    right: 20px;
    height: 70px;
    margin: 0;
    align-items: flex-start;
    padding-top: 10px;
  }

  .brand-logo {
    width: 166px;
    height: 49px;
    gap: 8px;
  }

  .brand-emblem {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
  }

  .brand-lockup {
    gap: 2px;
    padding-top: 5px;
  }

  .brand-wordmark {
    width: 111px;
    height: 31px;
  }

  .brand-tagline {
    width: 89px;
    height: 6px;
  }

  .header-actions {
    gap: 22px;
    padding-top: 3px;
  }

  .search-link {
    display: inline-grid;
    width: 46px;
    height: 46px;
    background: #3b485c;
  }

  .menu-toggle {
    display: inline-grid;
    width: 33px;
    height: 28px;
    margin-top: 10px;
    border-radius: 0;
    background: transparent;
  }

  .menu-toggle::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 13px;
    width: 31px;
    height: 2px;
    background: var(--cream);
    transition: opacity .2s ease;
  }

  .menu-toggle span {
    left: 1px;
    width: 31px;
    height: 2px;
  }

  .menu-toggle span:first-child { top: 3px; }
  .menu-toggle span:last-child { bottom: 3px; }
  .menu-open .menu-toggle::before { opacity: 0; }
  .menu-open .menu-toggle span:first-child { transform: translateY(10px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-10px) rotate(-45deg); }

  .mobile-menu {
    top: 70px;
    right: 20px;
  }

  .hero-inner {
    min-height: 831px;
    margin: 0 20px;
    padding-top: 0;
  }

  body.catalog-filters-expanded .hero-inner {
    min-height: 1320px;
  }

  body.filter-select-open .hero-inner {
    min-height: 1020px;
  }

  body.filter-select-open.catalog-filters-expanded .hero-inner {
    min-height: 1400px;
  }

  body.filter-select-open .quick-row {
    top: 875px;
  }

  body.filter-select-open.catalog-filters-expanded .quick-row {
    top: 1160px;
  }

  .breadcrumbs {
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .hero-copy h1 {
    position: absolute;
    left: 0;
    top: 137px;
    width: 281px;
    font-size: 40px;
    line-height: .75;
    letter-spacing: 0;
  }

  .hero-copy p {
    position: absolute;
    left: 0;
    top: 217px;
    width: 326px;
    margin: 0;
    font-size: 17px;
    line-height: .94;
  }

  .map-card {
    top: 288px;
    left: 1px;
    right: auto;
    width: calc(100vw - 41px);
    height: 194px;
    border-radius: 17px;
  }

  .map-card img {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .map-button {
    width: 42px;
    height: 42px;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
  }

  .filter-panel {
    top: 502px;
    left: 0;
    right: auto;
    width: calc(100vw - 40px);
    height: 134px;
    min-height: 134px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: min-content;
    gap: 10px 5px;
    padding: 5px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
  }

  .filter-panel.is-expanded {
    height: auto;
    min-height: 505px;
    grid-template-rows: 40px 40px auto minmax(26px, auto) 44px;
  }

  .filter-extra-panel {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .filter-panel.is-expanded .filter-reset,
  .filter-panel.is-expanded .filter-more-toggle {
    grid-row: 4;
  }

  .filter-panel.is-expanded .filter-actions {
    grid-row: 5;
  }

  .field-control {
    height: 40px;
    min-height: 40px;
    padding: 0 14px 0 10px;
    gap: 8px;
    background: rgba(255, 255, 255, .13);
  }

.field-control span,
.id-search span,
.help-form > label:not(.agreement) > span {
    font-size: 12px;
  }

  .field-control.filter-select > span {
    min-height: 40px;
  }

  .field-control::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }

  .field-control.filter-select.is-open {
    height: 40px;
    padding: 0 14px 0 10px;
    gap: 8px;
    z-index: 1200;
  }

  .field-control.filter-select.is-open > span {
    min-height: 40px;
    padding-right: 18px;
  }

  .field-control.filter-select.is-open::after {
    top: 50%;
    right: 13px;
  }

  .filter-dropdown {
    top: calc(100% + 5px);
    min-height: 132px;
    z-index: 1201;
  }

  .filter-dropdown-list {
    max-height: min(294px, calc(100vh - 150px));
  }

  .filter-scrollbar {
    min-height: 132px;
    max-height: min(294px, calc(100vh - 150px));
  }

  .filter-panel > .filter-select:nth-of-type(3),
  .filter-panel > .price-control {
    display: none;
  }

  .filter-panel.is-expanded > .filter-select:nth-of-type(3),
  .filter-panel.is-expanded > .price-control {
    display: flex;
  }

  .price-control {
    gap: 6px;
  }

  .price-control > span {
    display: block;
    flex: 1 1 auto;
  }

  .price-control label {
    width: 42px;
  }

  .filter-extra-panel .price-control {
    min-height: 40px;
    padding-left: 10px;
  }

  .filter-extra-panel .price-control label {
    flex: 0 0 42px;
    width: 42px;
    height: 34px;
    min-height: 34px;
  }

  .filter-extra-panel .price-control input {
    height: 34px;
    min-height: 34px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 34px;
  }

  .field-control select,
  .field-control input,
  .id-search input,
  .help-form input[type="text"],
  .help-form input[type="tel"] {
    height: 40px;
  }

  .filter-reset {
    grid-column: 1;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1;
    align-self: center;
  }

  .filter-more-toggle {
    grid-column: 2;
    grid-row: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border: 0;
    background: transparent;
    color: var(--cream);
    font-size: 12px;
    line-height: 1;
    padding: 0 8px 0 0;
  }

  .filter-more-toggle span {
    width: 14px;
    height: 14px;
    position: relative;
  }

  .filter-more-toggle span::before,
  .filter-more-toggle span::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    height: 1.5px;
    background: currentColor;
  }

  .filter-more-toggle span::before {
    top: 4px;
    box-shadow: 4px -2px 0 -1px currentColor;
  }

  .filter-more-toggle span::after {
    bottom: 4px;
    box-shadow: -4px 2px 0 -1px currentColor;
  }

  .filter-panel.is-expanded .filter-more-toggle span {
    transform: rotate(180deg);
  }

  .filter-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .currency-control {
    width: 88px;
    height: 31px;
  }

  .currency-control button {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .filter-submit {
    flex: 0 0 184px;
    width: 184px;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .quick-row {
    left: 0;
    right: auto;
    top: 646px;
    width: calc(100vw - 40px);
    display: block;
  }

  .filter-panel.is-expanded + .quick-row {
    top: 1110px;
  }

  .id-search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 47px;
    margin: 0;
    background: rgba(255, 255, 255, .09);
  }

  .id-search input {
    height: 47px;
    font-size: 14px;
    padding-left: 25px;
  }

  .id-search button {
    width: 47px;
    height: 47px;
  }

  .quick-tags {
    position: absolute;
    left: 0;
    top: 57px;
    min-height: 76px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 5px;
    overflow: visible;
    padding-bottom: 0;
  }

  .quick-tags a {
    min-height: 19px;
    padding: 0 10px;
    font-size: 10px;
    border: 0;
  }

  .quick-tags a:nth-child(n+8) {
    display: none;
  }

  .catalog-results {
    height: 3570px;
    padding: 23px 20px 23px;
  }

  .results-toolbar {
    max-width: 335px;
    height: 39px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .sort-button {
    min-height: 39px;
    padding: 0 14px;
    font-size: 12px;
  }

  .sort-button span {
    display: none;
  }

  .results-toolbar p {
    font-size: 11px;
  }

  .results-toolbar strong {
    min-height: 22px;
    padding: 0 10px;
    font-size: 10px;
  }

  .property-grid {
    width: 335px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .property-card {
    width: 335px;
    height: 468px;
    min-height: 468px;
    border-radius: 8px;
  }

  .property-card:nth-child(n+8) {
    display: none;
  }

  .property-media {
    height: 208px;
    border-radius: 8px 8px 0 0;
  }

  .property-media img {
    width: 100%;
    height: 208px;
    transform: none;
    object-fit: cover;
  }

  .property-card:hover .property-media img {
    transform: scale(1.035);
  }

  .gallery-dots {
    top: 190px;
    left: 10px;
    transform: none;
  }

  .exclusive-pill {
    top: 9px;
    left: 8px;
    min-height: 18px;
    padding: 0 8px;
    font-size: 8px;
  }

  .favorite-button {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .id-pill {
    top: 196px;
    right: 15px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 8px;
  }

  .property-body {
    height: 260px;
    min-height: 260px;
    padding: 23px 15px 17px;
  }

  .property-title {
    font-size: 11px;
    line-height: 1.16;
  }

  .property-description {
    width: 305px;
    height: 43px;
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 1.22;
  }

  .property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .property-meta span {
    font-size: 8px;
    line-height: 1;
  }

  .property-tags {
    gap: 5px;
    margin-top: 9px;
  }

  .property-tags span {
    min-height: 22px;
    padding: 0 10px;
    font-size: 8px;
  }

  .property-bottom {
    min-height: 41px;
    flex-direction: row;
    align-items: end;
  }

  .old-price {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .current-price {
    font-size: 13px;
  }

  .details-link {
    width: 112px;
    min-height: 34px;
    padding: 0 16px;
    font-size: 10px;
  }

  .pagination {
    width: 304px;
    height: 40px;
    margin: 29px auto 0;
    gap: 4px;
  }

  .pagination a,
  .pagination span {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .help-section {
    height: 561px;
    padding: 40px 16px 66px;
  }

  .help-card {
    width: 339px;
    min-height: 455px;
    height: 455px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px 20px 22px;
    border-radius: 12px;
    background:
      url("images/help-form-mobile-bg.svg") center / 100% 100% no-repeat,
      var(--navy);
  }

  .help-card::before {
    display: none;
  }

  .help-card > div:first-child {
    margin-bottom: 0;
  }

  .help-card h2 {
    font-size: 27px;
    line-height: .9;
    margin-bottom: 20px;
  }

  .help-card p {
    font-size: 16px;
    line-height: 1.1;
  }

  .help-form {
    gap: 8px;
  }

  .help-form input[type="text"],
  .help-form input[type="tel"] {
    height: 35px;
    padding: 0 18px;
    font-size: 13px;
  }

  .help-form > label:not(.agreement) > span,
  .help-consent {
    font-size: 9px;
    line-height: 1.12;
  }

  .help-form button {
    width: 179px;
    min-height: 39px;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 400;
  }

  .seo-section {
    height: 491px;
    min-height: 491px;
    padding: 41px 20px 36px;
  }

  .seo-copy h2 {
    font-size: 28px;
    line-height: .8;
    margin-bottom: 22px;
  }

  .seo-copy h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 21px;
  }

  .seo-copy p {
    font-size: 15px;
    line-height: 1.06;
  }

  .site-footer {
    min-height: 1175px;
    padding: 52px 17px 28px;
    gap: 28px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .site-footer .brand-logo {
    width: 260px;
    height: 99px;
    gap: 14px;
  }

  .site-footer .brand-emblem {
    width: 76px;
    height: 99px;
    flex-basis: 76px;
  }

  .site-footer .brand-wordmark {
    width: 168px;
    height: 50px;
  }

  .site-footer .brand-tagline {
    width: 132px;
    height: 10px;
  }

  .site-footer dl {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }

  .site-footer dt:nth-of-type(3),
  .site-footer dd:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .footer-form input {
    height: 36px;
  }

  .footer-form button {
    min-height: 38px;
    width: 136px;
  }
}

/* Footer, Frame 2087326745 */
.site-footer {
  --footer-side: var(--safe, var(--side, 60px));
  position: relative;
  min-height: 646px;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(112px, 150px) minmax(150px, 214px) minmax(138px, 190px) minmax(310px, 430px);
  gap: clamp(34px, 3.5vw, 68px);
  align-items: start;
  padding: 92px var(--footer-side) 28px;
  overflow: hidden;
  background: #0b1b31;
  color: rgba(233, 227, 204, .74);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 56px 0 0 auto;
  width: min(760px, 46vw);
  opacity: .24;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 100% 100%, transparent 0 80px, rgba(233, 227, 204, .18) 81px 83px, transparent 84px),
    radial-gradient(circle at 0 100%, transparent 0 80px, rgba(233, 227, 204, .12) 81px 83px, transparent 84px);
  background-size: 238px 238px;
  background-position: right top;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: var(--footer-side);
  right: var(--footer-side);
  bottom: 74px;
  height: 1px;
  background: rgba(233, 227, 204, .14);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.footer-logo {
  width: 286px;
  height: 94px;
  gap: 17px;
  margin: 0 0 48px;
}

.site-footer .brand-emblem {
  width: 64px;
  height: 94px;
  flex-basis: 64px;
}

.site-footer .brand-lockup {
  gap: 7px;
  padding-top: 9px;
}

.site-footer .brand-wordmark {
  width: 202px;
  height: 61px;
}

.site-footer .brand-tagline {
  width: 141px;
  height: 8px;
}

.footer-contacts {
  display: grid;
  gap: 12px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.25;
}

.footer-contacts a,
.footer-contacts strong {
  color: var(--cream);
  font-weight: 600;
}

.footer-contacts p {
  margin: 8px 0 0;
  color: rgba(233, 227, 204, .62);
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.footer-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(233, 227, 204, .10);
  border: 1px solid rgba(233, 227, 204, .22);
  transition: background .2s ease, transform .2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: rgba(190, 165, 117, .82);
  transform: translateY(-2px);
}

.footer-socials img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 105px;
}

.footer-column h2,
.footer-form h2 {
  margin: 0 0 8px;
  color: var(--cream);
  font: 600 16px/1.12 var(--font-body);
}

.footer-column a {
  color: rgba(233, 227, 204, .58);
  font-size: 14px;
  line-height: 1.2;
  transition: color .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--cream);
}

.footer-form {
  max-width: 430px;
  padding-top: 98px;
}

.footer-form h2 {
  max-width: 330px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.04;
}

.footer-form input {
  width: 100%;
  height: 32px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(233, 227, 204, .14);
  color: white;
  outline: none;
  padding: 0 18px;
  font-size: 13px;
}

.footer-form input::placeholder {
  color: rgba(233, 227, 204, .48);
}

.footer-form p {
  max-width: 360px;
  margin: 12px 0 18px;
  color: rgba(233, 227, 204, .42);
  font-size: 12px;
  line-height: 1.28;
}

.footer-consent {
  max-width: 360px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 12px 0 18px;
  color: rgba(233, 227, 204, .42);
  font-size: 11px;
  line-height: 1.2;
}

.footer-form .footer-consent input[type="checkbox"] {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  min-height: 17px;
  max-height: 17px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(233, 227, 204, .35);
  border-radius: 4px;
  background: transparent;
}

.footer-form .footer-consent input[type="checkbox"]:checked {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: inset 0 0 0 4px var(--navy);
}

.footer-consent a {
  color: rgba(233, 227, 204, .58);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-form button {
  min-height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #0b1b31;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.footer-bottom {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  margin-top: 82px;
  padding-top: 24px;
  color: rgba(233, 227, 204, .45);
  font-size: 12px;
  line-height: 1.2;
}

.footer-bottom a {
  color: rgba(233, 227, 204, .45);
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--cream);
}

@media (max-width: 1360px) {
  .site-footer {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(130px, 1fr));
    min-height: 720px;
  }

  .footer-form {
    grid-column: 2 / -1;
    max-width: 560px;
    padding-top: 10px;
  }
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
    min-height: auto;
    padding: 58px 20px 28px;
  }

  .site-footer::before {
    inset: 140px -190px 0 auto;
    width: 560px;
    opacity: .18;
  }

  .site-footer::after {
    left: 20px;
    right: 20px;
    bottom: 104px;
  }

  .footer-brand,
  .footer-form,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 260px;
    height: 99px;
    gap: 14px;
    margin-bottom: 38px;
  }

  .site-footer .brand-emblem {
    width: 76px;
    height: 99px;
    flex-basis: 76px;
  }

  .site-footer .brand-wordmark {
    width: 168px;
    height: 50px;
  }

  .site-footer .brand-tagline {
    width: 132px;
    height: 10px;
  }

  .footer-column {
    padding-top: 0;
  }

  .footer-form {
    padding-top: 4px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
}

@media (max-width: 520px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .footer-socials {
    margin-top: 34px;
  }

  .footer-form input {
    height: 36px;
  }
}

/* Catalog help-form consent: match shared footer-consent checkboxes. */
.help-form .agreement {
  grid-template-columns: 15px minmax(0, 1fr);
  gap: 10px;
  width: 419px;
  max-width: 100%;
  min-height: 15px;
  margin-left: 0;
  color: rgba(233, 227, 204, .4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.help-form .agreement input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(233, 227, 204, .4);
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}

.help-form .agreement input[type="checkbox"]:checked {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: none;
}

.help-form .agreement a {
  color: rgba(233, 227, 204, .4);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Catalog mobile controls refinement. */
.quick-tags a[role="button"] {
  cursor: pointer;
  user-select: none;
}

.quick-tags a[aria-pressed="true"],
.quick-tags a.is-active {
  background: #BEA575;
  border-color: #BEA575;
  color: #fff;
}

.quick-tags a:focus-visible {
  outline: 1px solid rgba(190, 165, 117, .85);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .price-control {
    height: 36px;
    min-height: 36px;
    padding: 2px 2px 2px 10px;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, .09);
    border-radius: 10px;
  }

  .price-control > span {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 12px;
    line-height: 1;
  }

  .price-control label {
    width: auto;
    height: 32px;
    flex: 0 0 42px;
  }

  .price-control input {
    height: 32px;
    padding: 0;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .id-search {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 25px;
    gap: 5px;
    width: 335px;
    max-width: calc(100vw - 40px);
    height: 47px;
    background: rgba(255, 255, 255, .09);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border-radius: 40px;
  }

  .id-search input {
    height: 37px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    text-align: left;
  }

  .id-search button {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    background: #BEA575;
    color: #fff;
    font-size: 0;
    border-radius: 50%;
  }

  .id-search button::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url('/figma-shared/assets/magnifying-glass--glass-search-magnifying.svg') center / contain no-repeat;
  }

  .quick-tags a {
    box-sizing: border-box;
    min-width: 0;
    width: auto;
    height: 24px;
    min-height: 24px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    gap: 4px;
    border-radius: 80px;
    font-size: 10px;
    line-height: 1;
  }

  .quick-tags a.tag-built,
  .quick-tags a[aria-pressed="true"],
  .quick-tags a.is-active {
    background: #BEA575;
    border-color: #BEA575;
  }
}
/* End catalog mobile controls refinement. */


/* Mobile catalog currency control sizing. */
@media (max-width: 760px) {
  .currency-control {
    width: 80px;
    gap: 4px;
  }

  .currency-control button {
    width: 25px;
    height: 25px;
  }
}
/* End mobile catalog currency control sizing. */

/* Keep mobile catalog currency buttons at exact requested size. */
@media (max-width: 760px) {
  .currency-control button {
    flex: 0 0 25px;
    min-width: 25px;
    box-sizing: border-box;
  }
}
/* End exact mobile catalog currency buttons size. */

/* Mobile filter-more icon from SVG instead of pseudo lines. */
@media (max-width: 760px) {
  .filter-more-toggle span {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-block;
    background: url('../assets/filter.svg') center / 16px 16px no-repeat;
  }

  .filter-more-toggle span::before,
  .filter-more-toggle span::after {
    content: none;
    display: none;
  }
}
/* End mobile filter-more SVG icon. */

/* Mobile id search button visual alignment. */
@media (max-width: 760px) {
  .id-search button {
    padding-top: 11px;
    background: #3B485C;
  }
}
/* End mobile id search button visual alignment. */

/* Catalog sort icon from SVG. */
.sort-button i {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-block;
  margin-left: auto;
  background: url('../assets/sort-arrows.svg') center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/* End catalog sort icon from SVG. */

/* Catalog sort dropdown. */
.sort-control {
  position: relative;
  z-index: 5;
  width: 320px;
  max-width: 100%;
}

.sort-button {
  width: 100%;
}

.sort-button b {
  font: inherit;
  font-weight: 400;
  color: var(--navy);
  white-space: nowrap;
}

.sort-dropdown {
  position: absolute;
  z-index: 20;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  min-width: 220px;
  padding: 6px;
  display: grid;
  gap: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.sort-control.is-open .sort-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.sort-dropdown button {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #E7E9EB;
  color: var(--navy, #13233b);
  text-align: left;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.sort-dropdown button[aria-selected="true"],
.sort-dropdown button:hover,
.sort-dropdown button:focus-visible {
  background: #13233B;
  color: #fff;
}

@media (max-width: 760px) {
  .results-toolbar {
    max-width: 100%;
  }

  .sort-control {
    width: auto;
    max-width: 175px;
  }

  .sort-button {
    width: auto;
    max-width: 175px;
    white-space: nowrap;
    gap: 4px;
    padding: 0;
  }

  .sort-button span {
    display: block;
  }

  .sort-button b {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sort-button i {
    margin-left: 4px;
  }

  .sort-dropdown {
    min-width: 175px;
    width: 175px;
    right: 0;
    left: auto;
  }

  .sort-dropdown button {
    min-height: 30px;
    font-size: 12px;
  }
}
/* End catalog sort dropdown. */

/* Keep sort dropdown above catalog cards. */
.results-toolbar {
  z-index: 40;
}

.sort-control {
  z-index: 41;
}
/* End sort dropdown layer fix. */

/* Shared catalog hero pattern edge fades. */
.catalog-hero .hero-pattern::before,
.catalog-hero .hero-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  pointer-events: none;
}

.catalog-hero .hero-pattern::before {
  background: linear-gradient(180deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
}

.catalog-hero .hero-pattern::after {
  transform: none;
  background: linear-gradient(0deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
}
/* End shared catalog hero pattern edge fades. */

/* Mobile exclusive pill layout. */
@media (max-width: 760px) {
  .exclusive-pill {
    top: 9px;
    left: 0;
    min-height: 18px;
    font-size: 14px;
    border-radius: 0 80px 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 9px;
    gap: 10px;
  }
}
/* End mobile exclusive pill layout. */

/* Mobile favorite button sizing. */
@media (max-width: 760px) {
  .favorite-button {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 31px;
  }
}
/* End mobile favorite button sizing. */

/* Mobile property ID pill layout. */
@media (max-width: 760px) {
  .id-pill {
    top: 196px;
    right: 15px;
    min-height: 24px;
    font-size: 14px;
    padding: 5px 14px;
  }
}
/* End mobile property ID pill layout. */

/* Catalog property meta SVG icons. */
.property-meta i.property-meta-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.property-meta-road {
  background-image: url('../assets/meta-road.svg');
}

.property-meta-location {
  background-image: url('../assets/meta-location.svg');
}

.property-meta-village {
  background-image: url('../assets/meta-village.svg');
}

@media (max-width: 760px) {
  .property-meta span {
    font-size: 14px;
  }
}
/* End catalog property meta SVG icons. */

/* Specificity fix for property meta SVG backgrounds. */
.property-meta i.property-meta-road {
  background-image: url('../assets/meta-road.svg');
}

.property-meta i.property-meta-location {
  background-image: url('../assets/meta-location.svg');
}

.property-meta i.property-meta-village {
  background-image: url('../assets/meta-village.svg');
}
/* End specificity fix for property meta SVG backgrounds. */

/* Mobile catalog filter controls row spacing. */
@media (max-width: 760px) {
  .filter-reset,
  .filter-more-toggle {
    margin-top: 6px;
    margin-bottom: 8px;
  }

  .filter-more-toggle {
    gap: 15px;
  }
}
/* End mobile catalog filter controls row spacing. */

/* Catalog property cards restored from exported object card component. */
.property-card {
  position: relative;
  min-width: 0;
  height: 533px;
  min-height: 533px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.property-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #d8ddd9;
}

.property-media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.property-media img {
  width: 100%;
  height: 354px;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translateY(-57px);
  transition: transform .36s ease;
}

.property-card:hover .property-media img {
  transform: translateY(-57px) scale(1.045);
}

.gallery-dots {
  position: absolute;
  left: 50%;
  top: 220px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.gallery-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(233, 227, 204, .55);
}

.gallery-dots span:first-child {
  background: #fff;
}

.exclusive-pill {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 19px;
  border-radius: 0 80px 80px 0;
  background: var(--green, #064632);
  color: var(--cream, #e9e3cc);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.favorite-button {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--gray, #e7e9eb);
  color: var(--gold, #bea575);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.favorite-button::before {
  content: "";
  width: 25px;
  height: 21px;
  display: block;
  background: url("icons/favorite-outline.svg") center / contain no-repeat;
}

.favorite-button:hover {
  transform: scale(1.04);
}

.favorite-button.is-active,
.favorite-button[aria-pressed="true"] {
  background: var(--gray, #e7e9eb);
  color: var(--gold, #bea575);
}

.favorite-button.is-active::before,
.favorite-button[aria-pressed="true"]::before {
  background-image: url("icons/favorite-filled.svg");
}

.id-pill {
  position: absolute;
  right: 25px;
  top: 223px;
  z-index: 2;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream, #e9e3cc);
  color: var(--navy, #13233b);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.property-body {
  min-height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 29px 25px 25px;
}

.property-title {
  width: 426px;
  max-width: 100%;
  margin: 0 0 13px;
  color: var(--navy, #13233b);
  font-size: 25px;
  font-weight: 400;
  line-height: .9;
  text-transform: none;
}

.property-title a {
  color: var(--navy, #13233b);
  text-decoration: none;
}

.property-description {
  width: 376px;
  max-width: 100%;
  height: 29px;
  margin: 0 0 13px;
  overflow: hidden;
  color: var(--navy, #13233b);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
}

.property-meta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 13px;
  overflow: hidden;
}

.property-meta span {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: rgba(19, 35, 59, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.property-meta i.property-meta-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.property-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gray, #e7e9eb);
  color: var(--navy, #13233b);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.property-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.price-block {
  min-width: 0;
}

.old-price {
  display: block;
  margin-bottom: 5px;
  color: #a1a7b1;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}

.current-price {
  display: block;
  color: var(--navy, #13233b);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.details-link {
  min-height: 48px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold, #bea575);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 760px) {
  .property-grid {
    width: 335px;
    max-width: calc(100vw - 40px);
  }

  .property-card {
    width: 335px;
    max-width: 100%;
    height: 468px;
    min-height: 468px;
    border-radius: 8px;
  }

  .property-media {
    height: 208px;
    border-radius: 8px 8px 0 0;
  }

  .property-media img {
    width: 100%;
    height: 208px;
    transform: none;
    object-fit: cover;
  }

  .property-card:hover .property-media img {
    transform: scale(1.035);
  }

  .gallery-dots {
    top: 190px;
    left: 10px;
    transform: none;
  }

  .exclusive-pill {
    top: 9px;
    left: 0;
    min-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 9px;
    gap: 10px;
    border-radius: 0 80px 80px 0;
    font-size: 14px;
  }

  .favorite-button {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 31px;
  }

  .id-pill {
    top: 196px;
    right: 15px;
    min-height: 24px;
    padding: 5px 14px;
    font-size: 14px;
  }

  .property-body {
    height: 260px;
    min-height: 260px;
    padding: 23px 15px 17px;
  }

  .property-title {
    font-size: 16px;
    line-height: 1.16;
  }

  .property-description {
    width: 305px;
    height: 35px;
    margin-bottom: 9px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.22;
    text-overflow: ellipsis;
  }

  .property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .property-meta span {
    font-size: 14px;
    line-height: 1;
  }

  .property-tags {
    gap: 5px;
    margin-top: 9px;
  }

  .property-tags span {
    min-height: 22px;
    padding: 0 10px;
    font-size: 12px;
  }

  .property-bottom {
    min-height: 41px;
    flex-direction: row;
    align-items: end;
  }

  .old-price {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .current-price {
    font-size: 20px;
  }

  .details-link {
    width: 112px;
    min-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }
}
/* End catalog property cards restored from exported object card component. */

.map-card.is-expanded {
  left: 0;
  right: auto;
  width: 100%;
  height: 560px;
  z-index: 7;
}

body.catalog-map-expanded .catalog-hero {
  min-height: 1260px;
}

body.catalog-map-expanded .hero-inner {
  min-height: 1148px;
}

body.catalog-map-expanded .filter-panel {
  top: 690px;
}

body.catalog-map-expanded .quick-row {
  top: 895px;
}

@media (max-width: 1180px) {
  .map-card.is-expanded {
    top: 430px;
    height: 520px;
  }

  body.catalog-map-expanded .catalog-hero {
    min-height: 1430px;
  }

  body.catalog-map-expanded .hero-inner {
    min-height: 1348px;
  }

  body.catalog-map-expanded .filter-panel {
    top: 980px;
  }

  body.catalog-map-expanded .quick-row {
    top: 1260px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.catalog-map-expanded .catalog-hero,
  body.catalog-map-expanded .hero-inner {
    min-height: 1430px;
  }

  body.catalog-map-expanded .filter-panel {
    top: 980px;
  }

  body.catalog-map-expanded .quick-row {
    top: 1300px;
  }
}

@media (max-width: 760px) {
  .map-card.is-expanded {
    top: 314px;
    height: 430px;
  }

  body.catalog-map-expanded .catalog-hero {
    min-height: 1610px;
  }

  body.catalog-map-expanded .hero-inner {
    min-height: 1528px;
  }

  body.catalog-map-expanded .filter-panel {
    top: 776px;
  }

  body.catalog-map-expanded .quick-row {
    top: 1290px;
  }

  body.catalog-map-expanded.filter-select-open .catalog-hero {
    min-height: 1760px;
  }

  body.catalog-map-expanded.filter-select-open .hero-inner {
    min-height: 1678px;
  }

  body.catalog-map-expanded.filter-select-open .quick-row {
    top: 1440px;
  }
}

/* Catalog cards: keep favorite control as a small circle over the image. */
.property-media > .favorite-button {
  position: absolute;
  top: 20px;
  right: 25px;
  bottom: auto;
  left: auto;
  z-index: 4;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gray, #e7e9eb);
  color: var(--gold, #bea575);
  box-shadow: none;
  overflow: hidden;
}

.property-media > .favorite-button::before {
  width: 23px;
  height: 20px;
}

@media (max-width: 767px) {
  .property-media > .favorite-button {
    top: 8px;
    right: 8px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .property-media > .favorite-button::before {
    width: 20px;
    height: 17px;
  }
}


/* Catalog cards: real photo gallery states. */
.property-media-link {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.property-media-link .property-gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 354px;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-57px);
  transition: opacity .22s ease, transform .36s ease;
}

.property-media-link .property-gallery-image.is-active {
  z-index: 1;
  opacity: 1;
}

.property-card:hover .property-media-link .property-gallery-image {
  transform: translateY(-57px);
}

.property-card:hover .property-media-link .property-gallery-image.is-active {
  transform: translateY(-57px) scale(1.045);
}

.gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(233, 227, 204, .55);
  cursor: pointer;
}

.gallery-dots button.active,
.gallery-dots button[aria-current="true"] {
  background: #fff;
}

.gallery-dots button:focus-visible {
  outline: 2px solid var(--cream, #e9e3cc);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .property-media-link .property-gallery-image {
    height: 208px;
    transform: none;
  }

  .property-card:hover .property-media-link .property-gallery-image,
  .property-card:hover .property-media-link .property-gallery-image.is-active {
    transform: none;
  }
}

/* Selected filter values must not run under the arrow or neighboring controls. */
.catalog-page .field-control.filter-select .filter-select-value {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: 52px;
  padding-right: 34px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .catalog-page .field-control.filter-select .filter-select-value {
    height: 40px;
    padding-right: 24px;
    font-size: 12px;
    line-height: 40px;
  }
}

/* Keep village description expander visually identical to the object page. */
.backend-geo-village-page .object-read-more,
.figma-villages-page .village-about-section .object-read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(19, 35, 59, .46);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.backend-geo-village-page .object-read-more-icon,
.figma-villages-page .village-about-section .object-read-more-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  font-size: 0;
  line-height: 1;
}

.backend-geo-village-page .object-read-more-icon::before,
.figma-villages-page .village-about-section .object-read-more-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
}

.backend-geo-village-page .object-read-more[aria-expanded="true"] .object-read-more-icon::before,
.figma-villages-page .village-about-section .object-read-more[aria-expanded="true"] .object-read-more-icon::before {
  transform: rotate(225deg) translate(-1px, -1px);
}

.backend-geo-village-page .object-read-more[data-description-toggle],
.figma-villages-page .village-about-section .object-read-more[data-description-toggle] {
  display: none;
}

.backend-geo-village-page .object-read-more[data-description-toggle].is-visible,
.figma-villages-page .village-about-section .object-read-more[data-description-toggle].is-visible {
  display: inline-flex;
}

.catalog-hero.has-filter-labels {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.catalog-hero.has-filter-labels .hero-inner {
  min-height: 0;
  padding-bottom: 96px;
}

.catalog-hero.has-filter-labels .hero-copy {
  min-height: 510px;
}

.catalog-hero-summary {
  width: min(860px, 100%);
  margin-top: 50px;
}

.hero-copy .catalog-hero-summary__text {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: var(--cream);
  font-size: clamp(22px, calc(37px - (var(--hero-label-count, 1) * 1.6px)), 35px);
  font-weight: 300;
  line-height: 1.02;
  text-wrap: balance;
}

.hero-copy .catalog-hero-summary__lead,
.hero-copy .catalog-hero-labels,
.hero-copy .catalog-hero-labels span {
  display: inline;
  color: var(--cream);
  font: inherit;
  line-height: inherit;
}

.hero-copy .catalog-hero-summary__lead::after {
  content: " ";
}

.catalog-hero.has-filter-labels .filter-panel,
.catalog-hero.has-filter-labels .quick-row {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
}

.catalog-hero.has-filter-labels .filter-panel {
  margin-top: 34px;
}

.catalog-hero.has-filter-labels .quick-row {
  margin-top: 34px;
}

body.catalog-filters-expanded .catalog-hero.has-filter-labels,
body.catalog-filters-expanded .catalog-hero.has-filter-labels .hero-inner,
body.filter-select-open .catalog-hero.has-filter-labels,
body.filter-select-open .catalog-hero.has-filter-labels .hero-inner,
body.filter-select-open.catalog-filters-expanded .catalog-hero.has-filter-labels,
body.filter-select-open.catalog-filters-expanded .catalog-hero.has-filter-labels .hero-inner {
  height: auto;
  min-height: 0;
}

body.catalog-filters-expanded .catalog-hero.has-filter-labels .quick-row,
body.filter-select-open .catalog-hero.has-filter-labels .quick-row,
body.filter-select-open.catalog-filters-expanded .catalog-hero.has-filter-labels .quick-row {
  top: auto;
}

@media (max-width: 1180px) {
  .catalog-hero.has-filter-labels .hero-copy {
    min-height: 700px;
    max-width: 100%;
  }

  .hero-copy .catalog-hero-summary__text {
    font-size: clamp(20px, calc(30px - (var(--hero-label-count, 1) * 1.6px)), 28px);
    line-height: 1.08;
  }

  .catalog-hero.has-filter-labels .filter-panel {
    margin-top: 28px;
  }
}

@media (max-width: 760px) {
  .catalog-hero.has-filter-labels,
  body.catalog-filters-expanded .catalog-hero.has-filter-labels,
  body.filter-select-open .catalog-hero.has-filter-labels,
  body.filter-select-open.catalog-filters-expanded .catalog-hero.has-filter-labels {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .catalog-hero.has-filter-labels .hero-inner,
  body.catalog-filters-expanded .catalog-hero.has-filter-labels .hero-inner,
  body.filter-select-open .catalog-hero.has-filter-labels .hero-inner,
  body.filter-select-open.catalog-filters-expanded .catalog-hero.has-filter-labels .hero-inner {
    height: auto;
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .catalog-hero.has-filter-labels .breadcrumbs {
    position: static;
  }

  .catalog-hero.has-filter-labels .hero-copy {
    min-height: 0;
    padding-top: 28px;
  }

  .catalog-hero.has-filter-labels .hero-copy h1,
  .catalog-hero.has-filter-labels .hero-copy p {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }

  .catalog-hero.has-filter-labels .hero-copy h1 {
    width: 100%;
    font-size: 40px;
    line-height: .82;
  }

  .catalog-hero.has-filter-labels .catalog-hero-summary {
    margin-top: 24px;
  }

  .catalog-hero.has-filter-labels .hero-copy .catalog-hero-summary__text {
    font-size: clamp(14px, calc(21px - (var(--hero-label-count, 1) * .8px)), 17px);
    line-height: 1.18;
  }

  .catalog-hero.has-filter-labels .map-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 194px;
    margin-top: 24px;
  }

  .catalog-hero.has-filter-labels .filter-panel {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: 134px;
    margin-top: 20px;
  }

  .catalog-hero.has-filter-labels .quick-row,
  .catalog-hero.has-filter-labels .filter-panel.is-expanded + .quick-row {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 133px;
    margin-top: 16px;
    display: block;
  }

  .catalog-hero.has-filter-labels .id-search,
  .catalog-hero.has-filter-labels .quick-tags {
    position: relative;
    left: auto;
    top: auto;
  }

  .catalog-hero.has-filter-labels .quick-tags {
    min-height: 0;
    margin-top: 10px;
  }
}
