.hre-listings,
.hre-listings *,
.hre-property-search,
.hre-property-search *,
.hre-featured-carousel,
.hre-featured-carousel *,
.hre-property-detail,
.hre-property-detail * {
  box-sizing: border-box;
}
.hre-listings,
.hre-property-search,
.hre-featured-carousel,
.hre-property-detail {
  --hre-black: #050505;
  --hre-carbon: #111111;
  --hre-charcoal: #1a1a1a;
  --hre-graphite: #242424;
  --hre-steel: #3a3a3a;
  --hre-muted: #626262;
  --hre-mist: #b8b8b8;
  --hre-white: #f7f7f7;
  --hre-red: #b22222;
  --hre-line: #d8d0cc;
  font-family: Inter, Arial, sans-serif;
}
.hre-listings a,
.hre-property-search a,
.hre-featured-carousel a,
.hre-property-detail a {
  text-decoration: none;
}
.hre-listings img,
.hre-featured-carousel img,
.hre-property-detail img {
  display: block;
  max-width: 100%;
}
.hre-listings {
  width: 100%;
  padding: 48px;
  background: #f7f7f7;
  color: #111;
}
.hre-listings-form {
  margin: 0;
}
.hre-listings-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  gap: 30px;
  align-items: start;
}
.hre-listings-layout.hre-no-sidebar {
  grid-template-columns: 1fr;
}
.hre-filter-title {
  margin: 0 0 26px;
  padding-left: 14px;
  border-left: 3px solid var(--hre-red);
  font:
    600 22px/1.2 Montserrat,
    Arial,
    sans-serif;
}
.hre-filter-group {
  margin-bottom: 28px;
}
.hre-filter-label {
  display: block;
  margin-bottom: 10px;
  color: #3a3a3a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hre-filter-control {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--hre-line);
  border-radius: 0;
  background: #fff;
  color: #111;
  font:
    400 13px/1.4 Inter,
    Arial,
    sans-serif;
}
.hre-type-list {
  display: grid;
  gap: 9px;
}
.hre-filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}
.hre-filter-check input,
.hre-bedroom-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.hre-filter-check span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid var(--hre-line);
  background: #fff;
}
.hre-filter-check input:checked + span {
  position: relative;
  background: #111;
  border-color: #111;
}
.hre-filter-check input:checked + span:after {
  content: "✓";
  position: absolute;
  inset: -2px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.hre-filter-check input:focus-visible + span,
.hre-bedroom-input:focus-visible + span {
  outline: 2px solid var(--hre-red);
  outline-offset: 2px;
}
.hre-price-range {
  width: 100%;
  accent-color: var(--hre-red);
}
.hre-range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 10px;
}
.hre-bedroom-list {
  display: flex;
  gap: 7px;
}
.hre-bedroom-option span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hre-line);
  background: #fff;
  color: #111;
  font-size: 12px;
  cursor: pointer;
}
.hre-bedroom-input:checked + span {
  background: #111;
  border-color: #111;
  color: #fff;
}
.hre-apply-filters {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.hre-apply-filters:hover {
  background: var(--hre-red);
  border-color: var(--hre-red);
}
.hre-reset-filters {
  display: block;
  margin-top: 18px;
  color: #626262;
  font-size: 10px;
  text-align: center;
  text-decoration: underline !important;
}
.hre-results-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
.hre-results-heading h2 {
  margin: 0 0 5px;
  color: #111;
  font:
    700 38px/1.08 Montserrat,
    Arial,
    sans-serif;
}
.hre-results-count {
  margin: 0;
  color: #626262;
  font-size: 13px;
}
.hre-sort {
  display: flex;
  min-width: 230px;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  border: 1px solid var(--hre-line);
  background: #fff;
}
.hre-sort span {
  white-space: nowrap;
  color: #626262;
  font-size: 11px;
}
.hre-sort .hre-filter-control {
  border: 0;
}
.hre-results-status {
  min-height: 0;
  margin-bottom: 12px;
  color: var(--hre-red);
  font-size: 12px;
}
.hre-results.is-loading .hre-property-grid {
  opacity: 0.45;
  pointer-events: none;
}
.hre-property-grid,
.hre-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.hre-no-results {
  grid-column: 1/-1;
  padding: 60px 24px;
  border: 1px solid var(--hre-line);
  color: #626262;
  text-align: center;
}
.hre-property-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hre-line);
}
.hre-card-image {
  position: relative;
  display: block;
  height: 285px;
  overflow: hidden;
  background: #ddd;
}
.hre-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hre-property-card:hover .hre-card-image img {
  transform: scale(1.035);
}
.hre-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #242424, #3a3a3a);
}
.hre-card-badges,
.hre-detail-badges {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.hre-badge {
  display: inline-flex;
  padding: 5px 10px;
  background: #111;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hre-badge-accent {
  background: var(--hre-red);
}
.hre-card-body {
  padding: 24px;
}
.hre-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}
.hre-card-heading h3 {
  margin: 0;
  color: #111;
  font:
    500 21px/1.25 Montserrat,
    Arial,
    sans-serif;
}
.hre-card-heading h3 a {
  color: inherit;
}
.hre-card-price {
  color: var(--hre-red);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.hre-card-location {
  margin: 5px 0 18px;
  color: #626262;
  font-size: 12px;
}
.hre-card-specs {
  display: flex;
  padding-top: 17px;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--hre-line);
  color: #626262;
  font-size: 12px;
}
.hre-card-specs span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.hre-card-specs b {
  color: #111;
  font-size: 15px;
}
.hre-pagination {
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hre-page-link,
.hre-page-ellipsis {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hre-line);
  background: #fff;
  color: #111;
  font-size: 12px;
}
.hre-page-link.is-current {
  background: #111;
  color: #fff;
}
.hre-page-ellipsis {
  border: 0;
  background: transparent;
}
.hre-property-search {
  width: 100%;
  background: #fff;
}
.hre-search-form {
  --hre-search-field-count: 3;
  display: grid;
  grid-template-columns: repeat(
      var(--hre-search-field-count),
      minmax(0, 1fr)
    ) auto;
  align-items: stretch;
}
.hre-search-fields-2 {
  --hre-search-field-count: 2;
}
.hre-search-fields-1 {
  --hre-search-field-count: 1;
}
.hre-search-form.hre-search-fields-0 {
  grid-template-columns: auto;
  justify-content: end;
}
.hre-search-field {
  min-width: 0;
  padding: 12px 16px;
  border-right: 1px solid var(--hre-line);
  background: #fff;
}
.hre-search-field label {
  display: block;
  margin-bottom: 3px;
  color: #626262;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hre-search-field select {
  width: 100%;
  padding: 0 22px 0 0;
  border: 0;
  outline: 0;
  background: #fff;
  color: #111;
  font:
    500 13px/1.45 Inter,
    Arial,
    sans-serif;
}
.hre-search-button {
  display: flex;
  min-width: 130px;
  padding: 16px 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.hre-search-button:hover {
  background: var(--hre-red);
}
.hre-search-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
  flex: 0 0 15px;
}
.hre-search-icon:after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}
.hre-featured-carousel {
  width: 100%;
  padding: 56px 48px 64px;
  background: #050505;
  color: #f7f7f7;
}
.hre-featured-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.hre-featured-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.hre-featured-header-compact {
  justify-content: flex-end;
}
.hre-featured-heading {
  max-width: 650px;
}
.hre-featured-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--hre-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hre-featured-heading h2 {
  margin: 0;
  color: #f7f7f7;
  font:
    700 38px/1.08 Montserrat,
    Arial,
    sans-serif;
}
.hre-featured-description {
  max-width: 520px;
  margin: 12px 0 0;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.65;
}
.hre-featured-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.hre-featured-nav {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  background: #1a1a1a;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.hre-featured-nav:hover {
  background: var(--hre-red);
}
.hre-featured-viewport {
  overflow: hidden;
}
.hre-featured-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.hre-featured-slide {
  min-width: min(390px, 88vw);
  flex: 0 0 390px;
  scroll-snap-align: start;
}
.hre-featured-carousel .hre-property-card {
  height: 100%;
  background: #1a1a1a;
  border-color: #3a3a3a;
}
.hre-featured-carousel .hre-card-heading h3,
.hre-featured-carousel .hre-card-specs b {
  color: #f7f7f7;
}
.hre-featured-carousel .hre-card-location,
.hre-featured-carousel .hre-card-specs {
  color: #b8b8b8;
}
.hre-featured-carousel .hre-card-specs {
  border-color: #3a3a3a;
}
.hre-single-page {
  margin: 0;
}
.hre-property-detail {
  width: 100%;
  padding: 64px 48px 80px;
  background: #050505;
  color: #f7f7f7;
}
.hre-detail-hero,
.hre-detail-content,
.hre-related {
  max-width: 1280px;
  margin-inline: auto;
}
.hre-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
  align-items: stretch;
}
.hre-detail-gallery {
  min-width: 0;
}
.hre-gallery-main {
  height: 620px;
  overflow: hidden;
  background: #242424;
}
.hre-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hre-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.hre-gallery-thumbs img {
  width: 100%;
  height: 105px;
  object-fit: cover;
}
.hre-detail-intro {
  position: relative;
  display: flex;
  padding: 44px;
  flex-direction: column;
  justify-content: center;
  background: #111;
}
.hre-detail-intro .hre-detail-badges {
  position: static;
  margin-bottom: 28px;
}
.hre-detail-intro h1 {
  margin: 0 0 12px;
  color: #f7f7f7;
  font:
    700 42px/1.05 Montserrat,
    Arial,
    sans-serif;
}
.hre-detail-location {
  margin: 0 0 30px;
  color: #b8b8b8;
  font-size: 14px;
}
.hre-detail-price {
  margin-bottom: 34px;
  color: var(--hre-red);
  font:
    700 27px/1.2 Montserrat,
    Arial,
    sans-serif;
}
.hre-detail-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 25px;
  gap: 12px;
  border-top: 1px solid #3a3a3a;
  color: #b8b8b8;
}
.hre-detail-specs span {
  display: grid;
  gap: 3px;
  font-size: 10px;
  text-transform: uppercase;
}
.hre-detail-specs strong {
  color: #f7f7f7;
  font:
    700 20px Montserrat,
    Arial,
    sans-serif;
}
.hre-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.7fr);
  gap: 70px;
  padding-top: 90px;
  align-items: start;
}
.hre-detail-main section {
  padding-bottom: 58px;
  margin-bottom: 58px;
  border-bottom: 1px solid #3a3a3a;
}
.hre-detail-main section:last-child {
  margin-bottom: 0;
}
.hre-detail-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--hre-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hre-detail-main h2,
.hre-interest-panel h2,
.hre-related h2 {
  margin: 0 0 24px;
  color: #f7f7f7;
  font:
    700 31px/1.1 Montserrat,
    Arial,
    sans-serif;
}
.hre-description {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.8;
}
.hre-description p:last-child {
  margin-bottom: 0;
}
.hre-property-table {
  margin: 0;
  color: #b8b8b8;
}
.hre-property-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 14px 0;
  border-bottom: 1px solid #3a3a3a;
}
.hre-property-table dt {
  font-size: 11px;
  text-transform: uppercase;
}
.hre-property-table dd {
  margin: 0;
  color: #f7f7f7;
  text-align: right;
}
.hre-amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 14px 24px;
  list-style: none;
  color: #b8b8b8;
}
.hre-amenities li {
  display: flex;
  gap: 10px;
}
.hre-amenities li span {
  color: var(--hre-red);
}
.hre-interest-panel {
  position: sticky;
  top: 95px;
  padding: 32px;
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
}
.hre-interest-panel > p {
  margin: 0 0 24px;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.6;
}
.hre-interest-panel label {
  color: #b8b8b8;
  font-size: 11px;
  text-transform: uppercase;
}
.hre-interest-panel input:not([type="submit"]),
.hre-interest-panel textarea,
.hre-interest-panel select {
  width: 100%;
  padding: 12px;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  background: #242424;
  color: #f7f7f7;
}
.hre-interest-panel textarea {
  min-height: 110px;
}
.hre-interest-panel input[type="submit"],
.hre-interest-panel button[type="submit"] {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--hre-red);
  border-radius: 0;
  background: var(--hre-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.hre-form-notice {
  padding: 14px;
  border: 1px solid #3a3a3a;
  color: #b8b8b8;
  font-size: 12px;
}
.hre-related {
  padding-top: 100px;
}
.hre-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}
.hre-related .hre-property-card {
  background: #1a1a1a;
  border-color: #3a3a3a;
}
.hre-related .hre-card-heading h3,
.hre-related .hre-card-specs b {
  color: #f7f7f7;
}
.hre-related .hre-card-location,
.hre-related .hre-card-specs {
  color: #b8b8b8;
}
.hre-related .hre-card-specs {
  border-color: #3a3a3a;
}
@media (max-width: 1024px) {
  .hre-listings {
    padding: 40px 28px;
  }
  .hre-listings-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
  }
  .hre-results-heading h2 {
    font-size: 32px;
  }
  .hre-card-image {
    height: 230px;
  }
  .hre-card-specs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hre-detail-hero {
    grid-template-columns: 1fr;
  }
  .hre-detail-intro {
    padding: 36px;
  }
  .hre-detail-content {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 35px;
  }
  .hre-property-detail {
    padding: 48px 28px 70px;
  }
  .hre-featured-carousel {
    padding: 48px 28px 58px;
  }
}
@media (max-width: 767px) {
  .hre-listings {
    padding: 32px 18px;
  }
  .hre-listings-layout {
    grid-template-columns: 1fr;
  }
  .hre-filters {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--hre-line);
  }
  .hre-results-header {
    margin-bottom: 30px;
    align-items: stretch;
    flex-direction: column;
  }
  .hre-sort {
    width: 100%;
    min-width: 0;
  }
  .hre-property-grid,
  .hre-related-grid {
    grid-template-columns: 1fr;
  }
  .hre-card-image {
    height: 260px;
  }
  .hre-pagination {
    margin-top: 45px;
  }
  .hre-search-form,
  .hre-search-form.hre-search-fields-0 {
    grid-template-columns: 1fr;
  }
  .hre-search-field {
    border-right: 0;
    border-bottom: 1px solid var(--hre-line);
  }
  .hre-search-button {
    min-height: 52px;
  }
  .hre-featured-carousel {
    padding: 38px 18px 48px;
  }
  .hre-featured-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .hre-featured-heading h2 {
    font-size: 32px;
  }
  .hre-featured-slide {
    min-width: 86vw;
    flex-basis: 86vw;
  }
  .hre-property-detail {
    padding: 32px 18px 55px;
  }
  .hre-gallery-main {
    height: 390px;
  }
  .hre-gallery-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
  .hre-detail-intro {
    padding: 28px;
  }
  .hre-detail-intro h1 {
    font-size: 34px;
  }
  .hre-detail-content {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .hre-interest-panel {
    position: static;
  }
  .hre-amenities {
    grid-template-columns: 1fr;
  }
  .hre-detail-specs {
    grid-template-columns: repeat(3, 1fr);
  }
}
