.kh-paragraphs {
  white-space: pre-line;
}

.kh-listing-boundary {
  margin-top: 50px;
}

.kh-contact-form-section {
  background: #f5f1e9;
}

.kh-contact-form-layout,
.kh-tour-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}

.kh-contact-form {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.14);
  padding: clamp(26px, 4vw, 52px);
  box-shadow: 0 22px 60px rgba(18, 17, 14, 0.08);
}

.kh-contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kh-contact-form .form-group {
  margin-bottom: 20px;
}

.kh-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #4c473e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kh-contact-form input,
.kh-contact-form select,
.kh-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 17, 14, 0.2);
  border-radius: 0;
  background: #fff;
  color: #12110e;
  font: 500 15px/1.5 Montserrat, Arial, sans-serif;
  padding: 13px 14px;
}

.kh-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.kh-contact-form input:focus,
.kh-contact-form select:focus,
.kh-contact-form textarea:focus {
  outline: 2px solid #c7a35a;
  outline-offset: 2px;
}

.kh-contact-form .btn {
  border: 0;
  cursor: pointer;
}

.kh-contact-form.is-submitting .btn {
  cursor: progress;
  opacity: 0.7;
}

.kh-form-error {
  color: #8b2727;
  font: 600 14px/1.5 Montserrat, Arial, sans-serif;
  margin: 18px 0 0;
}

.kh-form-success {
  border-left: 3px solid #c7a35a;
  margin-top: 24px;
  padding: 8px 0 8px 20px;
}

.kh-form-success h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  margin: 0 0 6px;
}

.kh-form-success p {
  margin: 0;
}

.kh-feature-list {
  border-top: 1px solid rgba(18, 17, 14, 0.14);
  margin-top: 46px;
  padding-top: 38px;
}

.kh-feature-list h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 0.01em;
  margin: 0 0 18px;
}

.kh-feature-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 4px 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kh-feature-list li {
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 16px;
  line-height: 1.45;
  color: #2d2922;
}

.kh-feature-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 6px;
  height: 11px;
  border: solid #c7a35a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.is-admin .cms-side-panel {
  top: var(--ncms-shell-h, 72px);
  height: calc(100vh - var(--ncms-shell-h, 72px));
}

.is-admin .cms-side-panel__backdrop {
  top: var(--ncms-shell-h, 72px);
}

@media (max-width: 760px) {
  .kh-contact-form-layout,
  .kh-tour-layout,
  .kh-contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .kh-contact-form-layout,
  .kh-tour-layout {
    gap: 32px;
  }

  .kh-feature-list ul {
    grid-template-columns: 1fr;
  }
}

/* Reviews, videos, and social content share the site's quiet editorial rhythm. */
.kh-reviews-section,
.kh-video-section,
.kh-social-section,
.kh-review-helper-section {
  font-size: 16px;
}

.kh-review-group {
  margin-top: clamp(46px, 7vw, 86px);
}

.kh-review-group__heading {
  align-items: end;
  border-bottom: 1px solid rgba(18, 17, 14, 0.16);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 22px;
}

.kh-review-group__heading--stacked {
  align-items: start;
}

.kh-review-group__heading h3,
.kh-source-callout h3,
.kh-video-empty h3 {
  color: #171510;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}

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

.kh-review-card {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.12);
  box-shadow: 0 18px 44px rgba(18, 17, 14, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 3.2vw, 40px);
}

.kh-review-card--google {
  border-top: 3px solid #c7a35a;
}

.kh-review-card blockquote {
  color: #2d2922;
  flex: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 29px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.34;
  margin: 0;
  overflow-wrap: anywhere;
}

.kh-review-card footer {
  border-top: 1px solid rgba(18, 17, 14, 0.12);
  display: grid;
  gap: 5px;
  margin-top: 28px;
  padding-top: 18px;
}

.kh-review-card cite,
.kh-review-card footer span {
  color: #4c473e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.kh-review-card cite {
  color: #171510;
  font-style: normal;
  font-weight: 700;
}

.kh-review-rating {
  color: #a7833a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
}

.kh-source-note {
  color: #5b554b;
  font-size: 15px;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 760px;
}

.kh-source-callout {
  align-items: center;
  background: #171815;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: clamp(42px, 6vw, 74px);
  padding: clamp(28px, 5vw, 54px);
}

.kh-source-callout h3 {
  color: #fff;
}

.kh-source-callout p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
  margin: 12px 0 0;
  max-width: 650px;
}

.kh-review-helper {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.kh-review-helper__copy > h2 {
  color: #171510;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  margin: 0 0 22px;
}

.kh-review-helper__copy > p:not(.section-kicker) {
  color: #4c473e;
  font-size: 17px;
  line-height: 1.72;
}

.kh-review-prompts {
  border-top: 1px solid rgba(18, 17, 14, 0.14);
  display: grid;
  gap: 0;
  margin-top: 32px;
}

.kh-review-prompts article {
  border-bottom: 1px solid rgba(18, 17, 14, 0.14);
  padding: 18px 0;
}

.kh-review-prompts h3 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
}

.kh-review-prompts p {
  color: #5b554b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.kh-review-draft {
  background: #f5f1e9;
  border: 1px solid rgba(18, 17, 14, 0.12);
  padding: clamp(26px, 4vw, 48px);
}

.kh-review-draft label {
  color: #2d2922;
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.kh-review-draft textarea {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.22);
  border-radius: 0;
  color: #171510;
  font: 500 16px/1.65 Montserrat, Arial, sans-serif;
  min-height: 210px;
  padding: 17px 18px;
  resize: vertical;
  width: 100%;
}

.kh-review-draft textarea:focus {
  outline: 2px solid #c7a35a;
  outline-offset: 2px;
}

.kh-review-draft__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.kh-review-draft__actions .btn {
  border-radius: 0;
  cursor: pointer;
  min-height: 48px;
}

.kh-review-draft__status,
.kh-review-draft__privacy {
  color: #5b554b;
  font-size: 13px;
  line-height: 1.55;
  margin: 14px 0 0;
}

.kh-review-draft__status:empty {
  display: none;
}

.kh-video-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 6vw, 72px);
}

.kh-video-card {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.12);
  box-shadow: 0 18px 44px rgba(18, 17, 14, 0.06);
  min-width: 0;
}

.kh-video-card__player {
  aspect-ratio: 16 / 9;
  background: #111;
  border: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.kh-video-card__facebook {
  align-content: end;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(150deg, rgba(201, 164, 91, 0.18), transparent 54%),
    linear-gradient(135deg, #151711, #2e3129);
  color: #fff;
  display: grid;
  gap: 9px;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
  text-decoration: none;
}

.kh-video-card__facebook::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
}

.kh-video-card__facebook:hover,
.kh-video-card__facebook:focus-visible {
  background:
    linear-gradient(150deg, rgba(201, 164, 91, 0.28), transparent 54%),
    linear-gradient(135deg, #1d2018, #383c32);
}

.kh-video-card__facebook:focus-visible {
  outline: 3px solid #c7a35a;
  outline-offset: 3px;
}

.kh-video-card__facebook-source {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.kh-video-card__facebook-action {
  color: rgba(255, 255, 255, 0.75);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kh-video-card__player img,
.kh-video-card__player iframe {
  border: 0;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.kh-video-card__player::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.62));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.kh-video-card__player.is-playing::after {
  display: none;
}

.kh-video-card__play {
  align-items: center;
  background: rgba(245, 241, 233, 0.94);
  bottom: 18px;
  color: #171510;
  display: inline-flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  left: 18px;
  letter-spacing: 0.09em;
  min-height: 44px;
  min-width: 76px;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.kh-video-card__body {
  padding: 26px 28px 30px;
}

.kh-video-card__date {
  color: #8b6d33;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.kh-video-card h3 {
  color: #171510;
  display: -webkit-box;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kh-video-card__body > p:not(.kh-video-card__date) {
  color: #5b554b;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.62;
  margin: 14px 0 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kh-video-empty {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.12);
  margin: clamp(42px, 6vw, 72px) auto 0;
  max-width: 780px;
  padding: clamp(32px, 5vw, 58px);
  text-align: center;
}

.kh-video-empty p:not(.section-kicker) {
  color: #5b554b;
  font-size: 16px;
  line-height: 1.65;
}

.kh-section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.kh-social-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(40px, 6vw, 66px);
}

.kh-social-card {
  background: #171815;
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.kh-social-card:hover,
.kh-social-card:focus-visible {
  background: #24251f;
  transform: translateY(-3px);
}

.kh-social-card:focus-visible {
  outline: 3px solid #c7a35a;
  outline-offset: 3px;
}

.kh-social-card__label {
  align-self: end;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.kh-social-card__description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.kh-social-card__arrow {
  font-size: 22px;
  position: absolute;
  right: 22px;
  top: 18px;
}

.kh-empty-message {
  color: #5b554b;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 1020px) {
  .kh-review-grid,
  .kh-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-review-helper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .kh-review-grid,
  .kh-video-grid,
  .kh-social-grid {
    grid-template-columns: 1fr;
  }

  .kh-review-group__heading,
  .kh-source-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .kh-review-card blockquote {
    font-size: 24px;
  }

  .kh-review-draft__actions .btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .kh-social-card {
    min-height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kh-social-card,
  .kh-video-card__facebook {
    transition: none;
  }
}

/* Corrective polish: source-faithful header, type, search, listings, and footer. */
:root {
  --kh-type-body: clamp(15.5px, 0.25vw + 14.5px, 17px);
  --kh-type-small: clamp(13px, 0.18vw + 12.2px, 14px);
  --kh-type-label: clamp(11px, 0.12vw + 10.4px, 12px);
  --kh-leading-body: 1.62;
}

html {
  overflow-x: clip;
}

body {
  font-size: var(--kh-type-body);
  line-height: var(--kh-leading-body);
  overflow-x: clip;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #c7a35a;
  outline-offset: 3px;
}

.utility-links {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.4vw, 34px);
}

.utility-link {
  font-size: 11px;
  white-space: nowrap;
}

.hero-photo {
  inset: 0 !important;
  height: 100% !important;
  object-position: var(--kh-focal-x, 54%) var(--kh-focal-y, 0) !important;
}

.content-header {
  background:
    linear-gradient(180deg, rgba(2, 3, 3, 0.82) 0%, rgba(2, 3, 3, 0.52) 56%, rgba(2, 3, 3, 0) 100%);
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 30;
}

.content-header .site-shell {
  position: relative;
}

.content-header .nav-row {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  min-height: 104px;
}

.content-header .brand-mark {
  background: transparent;
}

.content-header .brand-mark img,
.footer-logo .brand-mark img {
  background: transparent;
}

.content-header .mobile-menu {
  background: rgba(8, 9, 9, 0.98);
  top: 100%;
}

.content-hero {
  min-height: clamp(520px, 52vw, 700px);
}

.content-hero__media {
  object-position: var(--kh-focal-x, 50%) var(--kh-focal-y, 50%);
}

.content-hero--portrait .content-hero__media {
  bottom: 0;
  height: auto;
  top: clamp(62px, 4.2vw, 68px);
}

.content-hero__shade {
  background:
    linear-gradient(180deg, rgba(2, 3, 3, 0.44) 0%, rgba(2, 3, 3, 0.05) 28%, transparent 50%),
    linear-gradient(90deg, rgba(6, 7, 7, 0.88) 0%, rgba(6, 7, 7, 0.56) 46%, rgba(6, 7, 7, 0.12) 100%);
}

.content-hero__copy {
  max-width: 820px;
  padding-block: clamp(130px, 12vw, 180px) clamp(68px, 8vw, 112px);
}

.content-hero h1 {
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: 0.98;
  max-width: 780px;
}

.content-hero__intro {
  font-size: clamp(15.5px, 0.5vw + 14px, 18px);
  line-height: 1.65;
  max-width: 660px;
}

.content-heading h2,
.split-copy h2,
.content-cta h2 {
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 1;
}

.content-heading > p:last-child,
.content-prose p,
.content-card p,
.listing-card__body p,
.listing-detail__description,
.legal-note p,
.kh-paragraphs {
  font-size: var(--kh-type-body);
  line-height: var(--kh-leading-body);
}

.content-heading {
  margin-bottom: clamp(38px, 5vw, 64px);
}

.content-section {
  padding-block: clamp(70px, 8vw, 120px);
}

.content-cta-section {
  padding-block: clamp(38px, 4.5vw, 64px);
}

.content-cta > div > .content-hero__intro {
  color: rgba(255, 255, 255, 0.82);
}

.cta-copy > span {
  color: rgba(255, 255, 255, 0.82);
}

.section-kicker,
.content-eyebrow,
.listing-status,
.fact-label {
  font-size: var(--kh-type-label);
  letter-spacing: 0.16em;
}

.split-section {
  min-height: 0;
}

.split-media {
  min-height: clamp(500px, 52vw, 760px);
}

.split-copy {
  padding: clamp(50px, 6.5vw, 96px);
}

.split-copy .kh-paragraphs {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 26px;
  max-width: 66ch;
}

.value-list {
  margin-top: clamp(34px, 4vw, 48px);
}

.value-list article {
  padding: clamp(22px, 2.6vw, 30px);
}

.value-list h3 {
  font-size: clamp(23px, 2vw, 28px);
}

.value-list p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.62;
}

.strategy-intro > p:last-child,
.value-grid p {
  color: rgba(255, 255, 255, 0.8);
}

.pathway-card {
  padding: 22px clamp(18px, 2.3vw, 32px) 28px;
  width: min(calc(100% - 64px), 1660px);
}

.property-search {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(190px, 1.35fr) repeat(5, minmax(112px, 0.8fr)) minmax(178px, 0.9fr);
}

.property-search__field {
  background: #fff;
  border: 1px solid #ddd6ca;
  display: grid;
  min-width: 0;
  padding: 10px 12px 9px;
}

.property-search__field > span,
.listing-search label > span {
  color: #6d675e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.property-search select,
.listing-search select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #8b6d33 50%) calc(100% - 14px) 55% / 5px 5px no-repeat,
    linear-gradient(135deg, #8b6d33 50%, transparent 50%) calc(100% - 9px) 55% / 5px 5px no-repeat;
  border: 0;
  color: #242322;
  cursor: pointer;
  font: 600 14px/1.25 Montserrat, Arial, sans-serif;
  min-height: 30px;
  min-width: 0;
  padding: 4px 24px 2px 0;
  width: 100%;
}

.property-search select:focus-visible,
.listing-search select:focus-visible {
  outline-offset: 1px;
}

.property-search .pathway-submit {
  border: 0;
  cursor: pointer;
  height: auto;
  min-height: 64px;
}

.listing-search {
  background: #fff;
  border: 1px solid rgba(18, 17, 14, 0.13);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(112px, 1fr)) auto;
  margin-bottom: 28px;
  padding: clamp(18px, 2.5vw, 28px);
}

.listing-search label {
  border-bottom: 1px solid rgba(18, 17, 14, 0.16);
  display: grid;
  min-width: 0;
  padding: 0 2px 6px;
}

.listing-search .btn {
  border: 0;
  cursor: pointer;
  justify-content: center;
  min-height: 54px;
  padding-inline: 20px;
}

.listing-search__reset {
  align-self: center;
  color: #4c473e;
  font: 700 var(--kh-type-label)/1.4 Montserrat, Arial, sans-serif;
  grid-column: 1 / -1;
  justify-self: end;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.listing-card__media img {
  aspect-ratio: 4 / 3;
}

.listing-card__body {
  padding: clamp(24px, 2.4vw, 30px);
}

.listing-card__body h2 {
  font-size: clamp(27px, 2vw, 32px);
  line-height: 1.12;
}

.listing-facts,
.text-link {
  font-size: var(--kh-type-label);
}

.listing-detail {
  min-height: 680px;
}

.listing-detail__media > img {
  aspect-ratio: 4 / 3;
}

.listing-detail__summary {
  padding: clamp(72px, 7vw, 110px);
}

.listing-detail__summary h1 {
  font-size: clamp(44px, 4.6vw, 70px);
  line-height: 1;
}

.listing-detail__contact {
  justify-content: center;
  margin-top: 34px;
  text-align: center;
}

.kh-listing-boundary {
  background: rgba(199, 163, 90, 0.08);
  margin-top: 46px;
  padding: 24px 28px;
}

.market-positioning {
  display: block;
  min-height: 0;
  padding-top: 20px;
}

.market-positioning__title {
  color: #79623a;
  font: 700 var(--kh-type-label)/1.4 Montserrat, Arial, sans-serif;
  letter-spacing: 0.17em;
  margin: 0;
  padding: 0 24px 10px;
  text-align: center;
  text-transform: uppercase;
}

.market-positioning__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 120px;
}

.positioning-item span {
  font-size: 10px;
}

.site-footer .site-shell {
  width: min(calc(100% - 64px), 1580px);
}

.footer-grid {
  gap: 0;
  grid-template-columns: minmax(300px, 1.35fr) minmax(150px, 0.62fr) minmax(190px, 0.78fr) minmax(300px, 1.15fr);
  padding: 46px 0 38px;
}

.footer-grid > div,
.footer-grid > nav {
  padding-inline: clamp(24px, 2.6vw, 42px);
}

.footer-logo .brand-mark {
  background: transparent;
}

.footer-brand > p {
  font-size: 14px;
  line-height: 1.65;
  margin: 22px 0;
  max-width: 430px;
}

.socials {
  flex-wrap: wrap;
}

.socials a,
.content-page .socials a {
  border-radius: 999px;
  font: 700 11px/1 Montserrat, Arial, sans-serif;
  height: 36px;
  letter-spacing: 0.07em;
  min-width: 0;
  padding: 0 13px;
  white-space: nowrap;
  width: auto;
}

.footer-col {
  gap: 10px;
}

.footer-col h3 {
  font-size: 11px;
  margin-bottom: 8px;
}

.footer-col a,
.footer-col p,
.footer-contact__row,
.footer-contact__address {
  font-size: 13px;
  line-height: 1.55;
}

.footer-contact {
  gap: 12px;
}

.footer-contact__row {
  align-items: baseline;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px minmax(0, 1fr);
  width: 100%;
}

.footer-contact__row strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-contact__row a,
.footer-contact__email {
  white-space: nowrap;
}

.footer-contact__email {
  overflow-wrap: normal;
}

.footer-contact__address {
  color: rgba(255, 255, 255, 0.71);
  display: grid;
  font-style: normal;
  gap: 2px;
  margin: 4px 0;
}

.footer-contact__address > span {
  white-space: nowrap;
}

.footer-button {
  margin-top: 8px;
  max-width: 280px;
}

.brokerage-note {
  min-height: 50px;
}

.footer-bottom {
  min-height: 56px;
}

.footer-bottom span:last-child {
  align-items: center;
}

@media (max-width: 1300px) {
  .property-search {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .property-search__field--location {
    grid-column: span 2;
  }

  .property-search .pathway-submit {
    grid-column: span 2;
  }

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

  .listing-search .btn {
    grid-column: span 2;
  }

  .footer-grid {
    grid-template-columns: minmax(290px, 1.15fr) minmax(140px, 0.6fr) minmax(180px, 0.72fr) minmax(270px, 1.05fr);
  }
}

@media (max-width: 1180px) {
  .content-header .nav-row {
    min-height: 94px;
  }

  .content-header .mobile-menu {
    top: 100%;
  }

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

  .footer-grid > div,
  .footer-grid > nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    padding: 32px;
  }

  .footer-grid > :nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .listing-detail__summary {
    padding: clamp(48px, 7vw, 82px);
  }
}

@media (max-width: 760px) {
  .utility-inner {
    gap: 10px;
  }

  .utility-links {
    gap: 14px;
  }

  .utility-area {
    display: none;
  }

  .content-header .nav-row {
    min-height: 86px;
  }

  .hero-photo,
  .content-hero__media {
    object-position: var(--kh-focal-x-mobile, var(--kh-focal-x, 50%)) var(--kh-focal-y-mobile, var(--kh-focal-y, 50%)) !important;
  }

  .content-hero {
    min-height: 590px;
  }

  .content-hero--portrait .content-hero__media {
    top: 84px;
  }

  .content-hero__copy {
    padding-block: 150px 66px;
  }

  .content-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .content-hero__intro {
    font-size: 16px;
  }

  .pathway-section {
    margin-top: -42px;
  }

  .pathway-card {
    padding: 20px 16px 22px;
    width: min(calc(100% - 24px), 700px);
  }

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

  .property-search__field--location,
  .property-search .pathway-submit {
    grid-column: 1 / -1;
  }

  .property-search__field {
    padding: 9px 10px 8px;
  }

  .property-search select {
    font-size: 13px;
  }

  .listing-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .listing-search .btn {
    grid-column: 1 / -1;
  }

  .listing-search__reset {
    justify-self: start;
  }

  .listing-toolbar {
    align-items: flex-start;
  }

  .listing-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .listing-filter button {
    padding-inline: 10px;
  }

  .split-media {
    min-height: 480px;
  }

  .split-copy {
    padding: 54px 24px;
  }

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

  .positioning-item:nth-child(2)::after {
    display: none;
  }

  .positioning-item {
    border-bottom: 1px solid #d7d0c5;
    min-height: 116px;
  }

  .site-footer .site-shell {
    width: min(calc(100% - 30px), 1580px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .footer-grid > div,
  .footer-grid > nav,
  .footer-grid > :nth-child(even) {
    border-left: 0;
    padding: 28px 0;
  }

  .footer-contact__row {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .footer-contact__email {
    white-space: normal;
  }

  .footer-contact__address > span {
    white-space: normal;
  }

  .brokerage-note,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding-block: 16px;
  }

  .footer-bottom span:last-child {
    gap: 14px;
  }

  .footer-bottom a {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .utility-link {
    font-size: 10px;
  }

  .property-search {
    gap: 9px;
  }

  .property-search__field > span,
  .listing-search label > span {
    font-size: 9px;
  }

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

  .listing-search .btn {
    grid-column: 1 / -1;
  }

  .content-hero h1 {
    font-size: clamp(42px, 12.4vw, 54px);
  }
}

/* listings sort control (delta) */
.listing-sort { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.listing-sort__label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #5b554b; }
.listing-sort select { font-family: inherit; font-size: 14px; color: #171510; padding: 8px 12px; border: 1px solid rgba(18,17,14,0.18); border-radius: 2px; background: #fff; cursor: pointer; }
@media (max-width: 760px) { .listing-sort { margin-left: 0; width: 100%; } .listing-sort select { flex: 1 1 auto; } }

/* review helper: one-tap copy+open + QR (delta) */
.kh-review-draft__hint { color: #5b554b; font-size: 14px; line-height: 1.6; margin: 14px 0 0; }
.kh-review-qr { align-items: center; border-top: 1px solid rgba(18,17,14,0.12); display: flex; gap: 18px; margin-top: 24px; padding-top: 22px; }
.kh-review-qr img { flex: none; height: 132px; width: 132px; }
.kh-review-qr p { color: #5b554b; font-size: 14px; line-height: 1.6; margin: 0; }
@media (max-width: 520px) { .kh-review-qr { display: none; } }

/* Softer on-brand no-photo placeholder (delta) — overrides the stark dark base style */
.listing-card__placeholder {
  background: linear-gradient(150deg, #efe9dd 0%, #e5ddcb 58%, #d8cfba 100%);
  gap: 12px;
}
.listing-card__placeholder img {
  width: 56px; height: 56px;
  filter: brightness(0);
  opacity: 0.22;
}
.listing-card__placeholder::after {
  content: "Photo coming soon";
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #9c8a5f;
}
