.sghd-listing-page {
  --listing-ink: #18312d;
  --listing-muted: #5c6b66;
  --listing-clay: #bd6747;
  --listing-cream: #f5f2e9;
  --listing-line: #d9dfd8;
  background: #fffdfa;
  color: var(--listing-ink);
}
.sghd-property { min-height: 65vh; font-family: var(--sghd-sans, Arial, sans-serif); }
.sghd-property button, .sghd-property input, .sghd-property select, .sghd-property textarea { font: inherit; }
.sghd-property__bar, .sghd-property__breadcrumbs, .sghd-property__header, .sghd-property__gallery, .sghd-property__content { width: min(1280px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.sghd-property__bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--listing-line); }
.sghd-property__bar a { color: var(--listing-ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.sghd-property__bar > div { display: flex; gap: 7px; }
.sghd-property__bar button { min-height: 36px; padding: 0 13px; border: 1px solid var(--listing-line); border-radius: 999px; color: var(--listing-ink); background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.sghd-property__bar button:hover, .sghd-property__bar button:focus-visible { border-color: var(--listing-ink); outline: 0; }
.sghd-property__bar button.is-saved { color: #fff; border-color: var(--listing-ink); background: var(--listing-ink); }
.sghd-property__breadcrumbs { padding-top: 18px; display: flex; gap: 7px; overflow: hidden; color: var(--listing-muted); font-size: 10px; white-space: nowrap; }
.sghd-property__breadcrumbs a { color: inherit; }
.sghd-property__breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.sghd-property__header { padding: 24px 0 26px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.sghd-property__eyebrow { margin: 0 0 8px; color: var(--listing-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.sghd-property__eyebrow span { color: var(--listing-clay); }
.sghd-property__header h1 { margin: 0; font-family: var(--sghd-serif, Georgia, serif); font-size: clamp(34px, 4.1vw, 62px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.sghd-property__header > div:first-child > p:last-child { margin: 10px 0 0; color: var(--listing-muted); font-size: 14px; }
.sghd-property__price { flex: 0 0 auto; text-align: right; }
.sghd-property__price strong, .sghd-property__price span { display: block; }
.sghd-property__price strong { font-size: clamp(28px, 3vw, 44px); letter-spacing: -.04em; }
.sghd-property__price span { margin-top: 3px; color: var(--listing-muted); font-size: 11px; }
.sghd-property__gallery { height: min(52vw, 610px); display: grid; grid-template: repeat(2, 1fr) / 2fr repeat(2, 1fr); gap: 5px; overflow: hidden; border-radius: 12px; background: #dfe4de; }
.sghd-property__gallery button { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: #dfe4de; cursor: zoom-in; }
.sghd-property__gallery button:first-child { grid-row: 1 / -1; }
.sghd-property__gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.sghd-property__gallery button:hover img, .sghd-property__gallery button:focus-visible img { filter: brightness(.9); transform: scale(1.015); }
.sghd-property__gallery button:focus-visible { z-index: 2; outline: 3px solid #fff; outline-offset: -4px; }
.sghd-property__gallery button span { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 999px; color: var(--listing-ink); background: rgba(255,253,250,.94); box-shadow: 0 3px 15px rgba(20,40,35,.15); font-size: 10px; font-weight: 800; }
.sghd-property__gallery--single { grid-template: 1fr / 1fr; }
.sghd-property__no-photo { grid-column: 1 / -1; display: grid; place-content: center; justify-items: center; gap: 7px; color: var(--listing-muted); }.sghd-property__no-photo span { font-size: 48px; }
.sghd-property__content { padding: 46px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 365px; align-items: start; gap: clamp(38px, 6vw, 88px); }
.sghd-property__facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--listing-line); border-radius: 10px; background: #fff; }
.sghd-property__facts div { min-width: 0; padding: 17px 12px; border-right: 1px solid var(--listing-line); text-align: center; }.sghd-property__facts div:last-child { border-right: 0; }
.sghd-property__facts strong, .sghd-property__facts span { display: block; }.sghd-property__facts strong { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }.sghd-property__facts span { margin-top: 3px; color: var(--listing-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.sghd-property__features { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.sghd-property__features span { padding: 6px 9px; border-radius: 999px; color: #42564f; background: #eaf0e8; font-size: 9px; font-weight: 800; }
.sghd-property__section { padding: 42px 0; border-bottom: 1px solid var(--listing-line); }
.sghd-property__section h2, .sghd-property__contact h2 { margin: 0; font-family: var(--sghd-serif, Georgia, serif); font-size: clamp(30px, 3.2vw, 45px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.sghd-property__remarks { margin: 20px 0 0; color: #40514c; font-size: 14px; line-height: 1.8; }
.sghd-property__detail-groups { margin-top: 25px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.sghd-property__detail-groups h3 { margin: 0 0 8px; font-size: 14px; }
.sghd-property__detail-groups dl { margin: 0; }
.sghd-property__detail-groups dl div { padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #eaede8; }
.sghd-property__detail-groups dt { color: var(--listing-muted); font-size: 11px; }.sghd-property__detail-groups dd { margin: 0; max-width: 58%; font-size: 11px; font-weight: 700; text-align: right; }
.sghd-property__text-link { margin-top: 22px; display: inline-block; color: var(--listing-ink); font-size: 11px; font-weight: 800; }
.sghd-property__source { color: var(--listing-muted); font-size: 9px; line-height: 1.55; }
.sghd-property__source h2 { margin-bottom: 17px; color: var(--listing-ink); font-family: var(--sghd-sans, Arial, sans-serif); font-size: 18px; font-weight: 800; letter-spacing: 0; }
.sghd-property__source p { margin: 6px 0; }.sghd-property__mls-logo { max-width: 170px; max-height: 46px; margin: 9px 0; object-fit: contain; object-position: left center; }
.sghd-property__explore > p:not(.sghd-property__eyebrow) { color: var(--listing-muted); font-size: 13px; }
.sghd-property__explore nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.sghd-property__explore nav a { padding: 9px 12px; border: 1px solid var(--listing-line); border-radius: 999px; color: var(--listing-ink); font-size: 11px; font-weight: 700; text-decoration: none; }
.sghd-property__explore nav a:hover, .sghd-property__explore nav a:focus-visible { border-color: var(--listing-clay); color: var(--listing-clay); outline: 0; }
.sghd-property__contact { position: sticky; top: 95px; padding: 28px; border: 1px solid var(--listing-line); border-radius: 12px; background: var(--listing-cream); box-shadow: 0 14px 45px rgba(26,45,39,.08); }
.sghd-property__contact h2 { font-size: 34px; }
.sghd-property__contact > p:not(.sghd-property__eyebrow) { margin: 12px 0 20px; color: var(--listing-muted); font-size: 11px; line-height: 1.55; }
.sghd-property__contact form { display: grid; gap: 11px; }
.sghd-property__contact label { display: grid; gap: 5px; color: var(--listing-ink); font-size: 9px; font-weight: 800; }
.sghd-property__contact input, .sghd-property__contact select, .sghd-property__contact textarea { width: 100%; border: 1px solid #cbd4cc; border-radius: 6px; color: var(--listing-ink); background: #fff; outline: 0; }
.sghd-property__contact input, .sghd-property__contact select { min-height: 42px; padding: 0 10px; }.sghd-property__contact textarea { padding: 10px; line-height: 1.45; resize: vertical; }
.sghd-property__contact input:focus, .sghd-property__contact select:focus, .sghd-property__contact textarea:focus { border-color: var(--listing-ink); box-shadow: 0 0 0 2px rgba(24,49,45,.08); }
.sghd-property__primary { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 7px; color: #fff; background: var(--listing-ink); font-size: 11px; font-weight: 800; text-decoration: none; cursor: pointer; }
.sghd-property__primary:disabled { opacity: .6; cursor: wait; }
.sghd-property__consent { margin: 0; color: var(--listing-muted); font-size: 8px; line-height: 1.45; }
.sghd-property__form-status { min-height: 16px; margin: 0; color: #9b3e2d; font-size: 9px; }.sghd-property__form-status.is-success { color: #245046; }
.sghd-property__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sghd-property__direct { margin-top: 19px; padding-top: 15px; display: grid; gap: 4px; border-top: 1px solid var(--listing-line); font-size: 10px; }.sghd-property__direct a { color: var(--listing-ink); }
.sghd-property__photo-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; color: #fff; background: #0e1513; }
.sghd-property__photo-dialog::backdrop { background: rgba(8,16,14,.95); }
.sghd-property__photo-dialog figure { width: calc(100% - 160px); height: calc(100% - 90px); margin: 45px auto; display: grid; place-items: center; }
.sghd-property__photo-dialog figure img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; }.sghd-property__photo-dialog figcaption { position: fixed; right: 80px; bottom: 20px; left: 80px; font-size: 10px; text-align: center; }
.sghd-property__photo-dialog > button { position: fixed; z-index: 2; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(0,0,0,.35); font-size: 34px; line-height: 1; cursor: pointer; }.sghd-property__photo-dialog [data-photo-close] { top: 20px; right: 22px; }.sghd-property__photo-dialog [data-photo-previous] { top: 50%; left: 20px; transform: translateY(-50%); }.sghd-property__photo-dialog [data-photo-next] { top: 50%; right: 20px; transform: translateY(-50%); }
.sghd-property__unavailable { width: min(720px, calc(100% - 40px)); min-height: 58vh; margin: 0 auto; display: grid; align-content: center; justify-items: start; }
.sghd-property__unavailable h1 { margin: 0; font-family: var(--sghd-serif, Georgia, serif); font-size: clamp(42px, 7vw, 75px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }.sghd-property__unavailable > p:not(.sghd-property__eyebrow) { max-width: 580px; color: var(--listing-muted); line-height: 1.7; }

@media (max-width: 920px) {
  .sghd-property__content { grid-template-columns: 1fr; }.sghd-property__contact { position: static; }
  .sghd-property__gallery { height: min(66vw, 590px); grid-template: 2fr 1fr / repeat(4, 1fr); }.sghd-property__gallery button:first-child { grid-row: 1; grid-column: 1 / -1; }
  .sghd-property__gallery button:nth-child(n+2) { grid-row: 2; }
}
@media (max-width: 620px) {
  .sghd-property__bar, .sghd-property__breadcrumbs, .sghd-property__header, .sghd-property__gallery, .sghd-property__content { width: calc(100% - 28px); }
  .sghd-property__bar { min-height: 54px; }.sghd-property__bar button { padding: 0 10px; }
  .sghd-property__breadcrumbs { display: none; }
  .sghd-property__header { padding-top: 23px; display: block; }.sghd-property__header h1 { font-size: 39px; }.sghd-property__price { margin-top: 20px; text-align: left; }
  .sghd-property__gallery { width: 100%; height: 72vw; border-radius: 0; grid-template: 1fr / 1fr; }.sghd-property__gallery button:first-child { grid-area: 1 / 1; }.sghd-property__gallery button:not(:first-child) { display: none; }
  .sghd-property__content { padding-top: 25px; gap: 30px; }
  .sghd-property__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }.sghd-property__facts div { border-bottom: 1px solid var(--listing-line); }.sghd-property__facts div:nth-child(2n) { border-right: 0; }.sghd-property__facts div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .sghd-property__detail-groups { grid-template-columns: 1fr; gap: 26px; }
  .sghd-property__contact { margin-right: -2px; margin-left: -2px; padding: 23px 19px; }
  .sghd-property__photo-dialog figure { width: calc(100% - 40px); }.sghd-property__photo-dialog [data-photo-previous] { left: 8px; }.sghd-property__photo-dialog [data-photo-next] { right: 8px; }
}
