.property-site-body {
  background: #f8f8f6;
  overflow-x: hidden;
}

.property-hero h1,
.property-page-hero h1,
.property-detail-summary h1,
.property-section h2,
.property-final h2 {
  overflow-wrap: anywhere;
  font-size: clamp(38px, 5.5vw, 74px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
}

.property-section__head h2,
.property-panel h3 {
  font-size: clamp(28px, 3.8vw, 50px) !important;
}

@media (max-width: 720px) {
  .property-hero h1,
  .property-page-hero h1,
  .property-detail-summary h1,
  .property-section h2,
  .property-final h2 {
    font-size: clamp(34px, 10vw, 50px) !important;
    line-height: 1.12 !important;
  }
}

.property-site {
  --property-white: #f8f8f6;
  --property-stone: #ece9e2;
  --property-ink: #1f2a30;
  --property-muted: #6f786f;
  --property-taupe: #8a8177;
  --property-gold: #b99562;
  --property-green: #5d6b63;
  --property-card: #ffffff;
  --property-line: rgba(31, 42, 48, 0.12);
  --property-line-strong: rgba(31, 42, 48, 0.2);
  --property-shadow: 0 26px 80px rgba(31, 42, 48, 0.12);
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 4%, rgba(185, 149, 98, 0.18), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(93, 107, 99, 0.12), transparent 24%),
    var(--property-white);
  color: var(--property-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.property-site *,
.property-site *::before,
.property-site *::after {
  box-sizing: border-box;
}

.property-site a {
  color: inherit;
}

.property-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.property-concept {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--property-line);
  background: rgba(248, 248, 246, 0.88);
  backdrop-filter: blur(18px);
}

.property-concept__inner,
.property-nav__inner,
.property-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.property-concept__inner {
  padding: 10px 0;
  color: var(--property-muted);
  font-size: 13px;
  font-weight: 800;
}

.property-concept a,
.property-link {
  color: var(--property-green);
  font-weight: 900;
  text-decoration: none;
}

.property-nav {
  position: sticky;
  top: 41px;
  z-index: 50;
  padding: 16px 0;
}

.property-nav__inner {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(31, 42, 48, 0.1);
  padding: 10px 12px 10px 16px;
  backdrop-filter: blur(18px);
}

.property-brand,
.property-links,
.property-actions,
.property-facts,
.property-trust__inner,
.property-amenities {
  display: flex;
  align-items: center;
}

.property-brand {
  gap: 12px;
  text-decoration: none;
}

.property-brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: var(--property-ink);
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.property-brand strong {
  display: block;
  color: var(--property-ink);
  font-weight: 950;
}

.property-brand small {
  display: block;
  color: var(--property-muted);
  font-size: 12px;
  font-weight: 800;
}

.property-links {
  gap: 18px;
}

.property-links a {
  color: var(--property-muted);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.property-links a:hover,
.property-links a[aria-current="page"] {
  color: var(--property-ink);
}

.property-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--property-ink);
  border-radius: 999px;
  background: var(--property-ink);
  padding: 0 22px;
  color: #fff !important;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.property-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 48px rgba(31, 42, 48, 0.18);
}

.property-button--soft {
  border-color: var(--property-line-strong);
  background: #fff;
  color: var(--property-ink) !important;
}

.property-button--nav {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}

.property-hero,
.property-section,
.property-page-hero,
.property-detail-hero {
  padding: clamp(72px, 9vw, 124px) 0;
}

.property-hero__grid,
.property-split,
.property-detail-grid,
.property-detail-content,
.property-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.property-hero h1,
.property-page-hero h1,
.property-detail-summary h1,
.property-section h2,
.property-final h2 {
  margin: 0;
  color: var(--property-ink);
  font-size: clamp(38px, 5.5vw, 74px);
  font-weight: 920;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.property-hero p,
.property-page-hero p,
.property-section__head p,
.property-card p,
.property-split p,
.property-panel li,
.property-detail-content p,
.property-form-grid p,
.property-final p {
  color: var(--property-muted);
  font-size: 17px;
  line-height: 1.72;
}

.property-hero p,
.property-page-hero p {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(18px, 2vw, 22px);
}

.property-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.property-hero__visual,
.property-detail-media,
.property-panel,
.property-map,
.property-form,
.property-card,
.property-neighborhoods article,
.property-process article {
  border: 1px solid var(--property-line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--property-shadow);
}

.property-hero__visual,
.property-detail-media {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  min-height: 520px;
}

.property-hero__visual img,
.property-detail-media img,
.property-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-search-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  padding: 22px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(31, 42, 48, 0.16);
}

.property-search-card strong,
.property-card h3,
.property-panel h3,
.property-neighborhoods h3,
.property-neighborhoods h2,
.property-process h3 {
  color: var(--property-ink);
  font-weight: 920;
  letter-spacing: -0.04em;
}

.property-search-card strong {
  display: block;
  font-size: 28px;
}

.property-search-card span {
  display: block;
  margin: 8px 0 14px;
  color: var(--property-muted);
}

.property-search-card div,
.property-trust__inner,
.property-facts,
.property-amenities {
  flex-wrap: wrap;
  gap: 8px;
}

.property-search-card em,
.property-trust span,
.property-facts span,
.property-amenities span,
.property-label,
.property-page-hero span,
.property-section__head span,
.property-detail-summary > span {
  border: 1px solid var(--property-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 11px;
  color: var(--property-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.property-search-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--property-green);
  font-weight: 950;
  text-decoration: none;
}

.property-trust {
  border-block: 1px solid var(--property-line);
  background: rgba(236, 233, 226, 0.62);
  padding: 18px 0;
}

.property-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.property-section__head h2 {
  max-width: 13ch;
  margin-top: 14px;
  font-size: clamp(42px, 5.2vw, 72px);
}

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

.property-card {
  overflow: hidden;
  border-radius: 30px;
}

.property-card[hidden] {
  display: none !important;
}

.property-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: var(--property-stone);
}

.property-card__media span {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 999px;
  background: rgba(31, 42, 48, 0.88);
  padding: 8px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.property-card__body {
  padding: 24px;
}

.property-card small,
.property-card strong,
.property-detail-summary strong {
  display: block;
}

.property-card small {
  color: var(--property-taupe);
  font-size: 12px;
  font-weight: 900;
}

.property-card h3 {
  margin: 10px 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.property-card h3 a {
  text-decoration: none;
}

.property-card strong,
.property-detail-summary strong {
  color: var(--property-green);
  font-size: 21px;
  font-weight: 950;
}

.property-facts {
  margin: 18px 0 16px;
}

.property-stone {
  border-block: 1px solid var(--property-line);
  background: linear-gradient(180deg, rgba(236, 233, 226, 0.8), rgba(248, 248, 246, 0.92));
}

.property-panel,
.property-map,
.property-form,
.property-neighborhoods article,
.property-process article {
  border-radius: 30px;
  padding: 28px;
}

.property-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
}

.property-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.property-process article {
  box-shadow: none;
}

.property-process article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--property-ink);
  color: #fff;
  font-weight: 950;
}

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

.property-neighborhoods article {
  box-shadow: 0 16px 46px rgba(31, 42, 48, 0.07);
}

.property-page-hero {
  text-align: center;
}

.property-page-hero h1,
.property-page-hero p {
  max-width: 900px;
  margin-inline: auto;
}

.property-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 22px;
  border: 1px solid var(--property-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  padding: 16px;
  box-shadow: 0 18px 54px rgba(31, 42, 48, 0.08);
}

.property-filters label,
.property-form label {
  display: grid;
  gap: 8px;
  color: var(--property-ink);
  font-size: 13px;
  font-weight: 850;
}

.property-filters select,
.property-form input,
.property-form select,
.property-form textarea {
  width: 100%;
  border: 1px solid var(--property-line-strong);
  border-radius: 17px;
  background: #fff;
  color: var(--property-ink);
  padding: 13px 14px;
  font: inherit;
}

.property-filters p {
  margin: 0;
  color: var(--property-muted);
  font-size: 13px;
  font-weight: 850;
}

.property-detail-hero {
  padding-top: 78px;
}

.property-detail-media {
  min-height: 600px;
}

.property-detail-summary h1 {
  font-size: clamp(46px, 6.3vw, 82px);
}

.property-detail-summary p {
  margin: 18px 0;
  color: var(--property-muted);
  font-size: 20px;
}

.property-facts--large {
  margin: 24px 0 0;
}

.property-facts--large span {
  padding: 11px 14px;
  color: var(--property-ink);
}

.property-detail-content {
  align-items: start;
}

.property-detail-content h2 {
  max-width: 13ch;
  font-size: clamp(40px, 5vw, 70px);
}

.property-map {
  display: grid;
  place-items: center;
  min-height: 340px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(185, 149, 98, 0.14), rgba(93, 107, 99, 0.18)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(31, 42, 48, 0.045) 18px 20px);
}

.property-map strong {
  display: block;
  color: var(--property-ink);
  font-size: 26px;
}

.property-form-grid {
  align-items: start;
}

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

.property-form .wide {
  grid-column: 1 / -1;
}

.property-form textarea {
  min-height: 112px;
  resize: vertical;
}

.property-form .is-invalid {
  border-color: #bd5b50;
  box-shadow: 0 0 0 4px rgba(189, 91, 80, 0.13);
}

.property-status {
  margin: 0;
  color: var(--property-muted);
  font-size: 13px;
  line-height: 1.5;
}

.property-hp {
  position: absolute !important;
  left: -9999px !important;
}

.property-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.property-contact-list p {
  margin: 0;
  border: 1px solid var(--property-line);
  border-radius: 20px;
  background: #fff;
  padding: 16px;
}

.property-final {
  padding: 94px 0;
  background: var(--property-ink);
  color: #fff;
  text-align: center;
}

.property-final h2 {
  max-width: 12ch;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(44px, 6vw, 86px);
}

.property-final p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.property-final .property-actions {
  justify-content: center;
}

.property-final .property-button--soft {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.property-footer {
  padding: 34px 0;
  background: #10171a;
  color: rgba(255, 255, 255, 0.74);
}

.property-footer a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.property-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.property-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .property-reveal,
  .property-button {
    transition: none;
  }
}

@media (max-width: 1020px) {
  .property-hero__grid,
  .property-split,
  .property-detail-grid,
  .property-detail-content,
  .property-form-grid,
  .property-section__head {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 740px) {
  .property-container {
    width: min(100% - 28px, 1180px);
  }

  .property-concept__inner,
  .property-nav__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-concept__inner span {
    max-width: 33ch;
  }

  .property-nav {
    top: 72px;
  }

  .property-nav__inner {
    border-radius: 28px;
    max-width: 100%;
  }

  .property-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .property-links a {
    white-space: nowrap;
  }

  .property-button--nav {
    width: 100%;
  }

  .property-hero,
  .property-section,
  .property-page-hero,
  .property-detail-hero {
    padding: 64px 0;
  }

  .property-hero h1,
  .property-page-hero h1,
  .property-detail-summary h1,
  .property-section h2,
  .property-final h2 {
    max-width: 100%;
    font-size: clamp(36px, 10.8vw, 48px);
    letter-spacing: -0.035em;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .property-hero p,
  .property-page-hero p {
    max-width: 32ch;
    font-size: 17px;
  }

  .property-hero h1,
  .property-page-hero h1,
  .property-detail-summary h1 {
    max-width: 9.2ch;
  }

  .property-section h2,
  .property-final h2 {
    max-width: 10.5ch;
  }

  .property-actions,
  .property-button {
    width: 100%;
  }

  .property-hero__visual,
  .property-detail-media {
    min-height: 430px;
    border-radius: 30px;
  }

  .property-search-card {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    border-radius: 24px;
  }

  .property-grid,
  .property-neighborhoods,
  .property-process,
  .property-filters,
  .property-form {
    grid-template-columns: 1fr;
  }

  .property-form .wide {
    grid-column: auto;
  }

  .property-card__body,
  .property-panel,
  .property-map,
  .property-form,
  .property-neighborhoods article,
  .property-process article {
    padding: 22px;
  }

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