.redd-estates {
  --estate-teal-deep: #173f47;
  --estate-teal-dark: #285f68;
  --estate-teal: #347782;
  --estate-teal-soft: #4d919a;
  --estate-gold: #c4b396;
  --estate-gold-soft: #efe4ce;
  --estate-ink: #143b43;
  --estate-text: #48636a;
  --estate-muted: #71878c;
  --estate-border: #dbe7e8;
  --estate-surface: #f5f8f8;
  --estate-white: #fff;
  --estate-danger: #b44c54;
  --estate-shadow: 0 18px 50px rgba(24, 70, 78, 0.1);
  --estate-shadow-hover: 0 25px 62px rgba(24, 70, 78, 0.17);
  color: var(--estate-text);
  background: var(--estate-surface);
  font-family: inherit;
  overflow: clip;
}

.redd-estates *,
.redd-estates *::before,
.redd-estates *::after {
  box-sizing: border-box;
}

.redd-estates a {
  text-decoration: none;
}

.redd-estates .container {
  width: min(calc(100% - 40px), 1480px);
  max-width: none;
  padding-inline: 0;
}

.redd-estates__hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 179, 150, 0.22), transparent 28%),
    radial-gradient(circle at 84% 90%, rgba(255, 255, 255, 0.11), transparent 30%),
    linear-gradient(125deg, var(--estate-teal-deep), var(--estate-teal) 58%, var(--estate-teal-soft));
}

.redd-estates__hero::before,
.redd-estates__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.redd-estates__hero::before {
  width: 460px;
  height: 460px;
  inset-inline-start: -190px;
  top: -240px;
}

.redd-estates__hero::after {
  width: 620px;
  height: 620px;
  inset-inline-end: -330px;
  bottom: -460px;
}

.redd-estates__hero-grid {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 66px 0 112px;
}

.redd-estates__hero-copy {
  max-width: 780px;
}

.redd-estates__eyebrow,
.redd-estates__section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--estate-gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.redd-estates__eyebrow::after,
.redd-estates__section-kicker::after {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
}

.redd-estates__hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.redd-estates__hero-copy > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.9;
}

.redd-estates__hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.redd-estates__stat {
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.redd-estates__stat strong {
  color: var(--estate-gold-soft);
  font-size: 24px;
  line-height: 1;
}

.redd-estates__stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.redd-estates__hero-mark {
  position: relative;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 48px;
  color: var(--estate-gold-soft);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.035);
  font-size: 90px;
  transform: rotate(4deg);
  backdrop-filter: blur(12px);
}

.redd-estates__hero-mark > i {
  transform: rotate(-4deg);
}

.redd-estates__hero-ring {
  position: absolute;
  inset: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 36px;
}

.redd-estates__hero-pin {
  position: absolute;
  inset-inline-end: -15px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid var(--estate-teal-dark);
  border-radius: 18px;
  color: var(--estate-teal-dark);
  background: var(--estate-gold-soft);
  font-size: 19px;
  transform: rotate(-4deg);
}

.redd-estates__search-wrap {
  position: relative;
  z-index: 4;
  margin-top: -72px;
  padding-bottom: 42px;
}

.redd-estates__search-card {
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid rgba(52, 119, 130, 0.13);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--estate-shadow);
}

.redd-estates__search-heading,
.redd-estates__section-heading,
.redd-estates__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
}

.redd-estates__section-kicker {
  color: var(--estate-teal);
}

.redd-estates__search-heading h2,
.redd-estates__section-heading h2,
.redd-estates__toolbar h2,
.redd-estates__empty h2 {
  margin: 8px 0 0;
  color: var(--estate-ink);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 720;
  line-height: 1.3;
}

.redd-estates__search-heading p,
.redd-estates__section-heading p,
.redd-estates__toolbar p,
.redd-estates__filter .offcanvas-header p,
.redd-estates__map-modal .modal-header p {
  margin: 7px 0 0;
  color: var(--estate-muted);
  font-size: 13px;
  line-height: 1.75;
}

.redd-estates__clear-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 11px;
  color: var(--estate-teal-dark) !important;
  background: #eef5f5;
  font-size: 12px;
  font-weight: 650;
}

.redd-estates__clear-link:hover,
.redd-estates__clear-link:focus-visible {
  color: #fff !important;
  background: var(--estate-teal);
}

.redd-estates__search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 18px;
  margin-top: 30px;
}

.redd-estates__field {
  min-width: 0;
  display: grid;
  gap: 8px;
  margin: 0;
}

.redd-estates__field--wide {
  grid-column: span 2;
}

.redd-estates__field > span:first-child {
  color: var(--estate-ink);
  font-size: 12px;
  font-weight: 650;
}

.redd-estates__control {
  position: relative;
  display: block;
}

.redd-estates__control > i {
  position: absolute;
  z-index: 2;
  inset-inline-start: 16px;
  top: 50%;
  color: var(--estate-teal);
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.redd-estates__control input,
.redd-estates__control select {
  width: 100%;
  height: 52px;
  display: block;
  padding: 0 16px;
  padding-inline-start: 45px;
  border: 1px solid var(--estate-border);
  border-radius: 13px;
  outline: none;
  color: var(--estate-ink);
  background: #fbfdfd;
  font-family: inherit;
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.redd-estates__control input::placeholder {
  color: #92a4a8;
}

.redd-estates__control input:focus,
.redd-estates__control select:focus {
  border-color: var(--estate-teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(52, 119, 130, 0.1);
}

.redd-estates__primary-button,
.redd-estates__secondary-button,
.redd-estates__tool-button,
.redd-estates__page-arrow {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.redd-estates__primary-button {
  color: #fff !important;
  background: var(--estate-teal);
  border-color: var(--estate-teal);
  box-shadow: 0 12px 24px rgba(52, 119, 130, 0.2);
}

.redd-estates__primary-button:hover,
.redd-estates__primary-button:focus-visible {
  color: #fff !important;
  background: var(--estate-teal-dark);
  border-color: var(--estate-teal-dark);
  transform: translateY(-2px);
}

.redd-estates__search-action .redd-estates__primary-button {
  width: 100%;
  height: 52px;
}

.redd-estates__secondary-button {
  color: var(--estate-teal-dark) !important;
  background: #fff;
  border-color: var(--estate-border);
}

.redd-estates__secondary-button:hover,
.redd-estates__secondary-button:focus-visible {
  color: var(--estate-teal-dark) !important;
  border-color: var(--estate-teal);
  background: #eef5f5;
}

.redd-estates__featured {
  padding: 58px 0 68px;
  background: #fff;
}

.redd-estates__section-heading {
  margin-bottom: 28px;
}

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

.redd-estates__featured-card,
.redd-estates__property-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--estate-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(25, 73, 81, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.redd-estates__featured-card:hover,
.redd-estates__property-card:hover {
  border-color: rgba(52, 119, 130, 0.34);
  box-shadow: var(--estate-shadow-hover);
  transform: translateY(-6px);
}

.redd-estates__featured-media,
.redd-estates__property-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dce9ea;
}

.redd-estates__featured-media {
  height: 260px;
}

.redd-estates__featured-media > img,
.redd-estates__property-media > a,
.redd-estates__property-media > a > img {
  width: 100%;
  height: 100%;
  display: block;
}

.redd-estates__featured-media > img,
.redd-estates__property-media > a > img {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.redd-estates__featured-card:hover .redd-estates__featured-media > img,
.redd-estates__property-card:hover .redd-estates__property-media > a > img {
  transform: scale(1.045);
}

.redd-estates__media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 37, 42, 0.52), transparent 58%);
  pointer-events: none;
}

.redd-estates__countdown,
.redd-estates__featured-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.redd-estates__countdown {
  inset-inline-end: 13px;
  top: 13px;
  color: #fff;
  background: rgba(19, 57, 63, 0.78);
}

.redd-estates__featured-badge {
  inset-inline-start: 13px;
  top: 13px;
  color: var(--estate-teal-dark);
  background: rgba(239, 228, 206, 0.94);
}

.redd-estates__featured-body {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.redd-estates__badges,
.redd-estates__media-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.redd-estates__badges span,
.redd-estates__media-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 650;
}

.redd-estates__badges span {
  color: var(--estate-teal-dark);
  background: #edf5f5;
}

.redd-estates__featured-body h3,
.redd-estates__property-body h3 {
  margin: 0;
  color: var(--estate-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.redd-estates__featured-body h3 a,
.redd-estates__property-body h3 a {
  color: var(--estate-ink) !important;
}

.redd-estates__featured-body h3 a:hover,
.redd-estates__featured-body h3 a:focus-visible,
.redd-estates__property-body h3 a:hover,
.redd-estates__property-body h3 a:focus-visible {
  color: var(--estate-teal) !important;
}

.redd-estates__location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--estate-muted);
  font-size: 12px;
}

.redd-estates__location i {
  color: var(--estate-teal);
}

.redd-estates__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 13px;
  border-top: 1px solid #edf2f2;
}

.redd-estates__price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--estate-ink);
  font-size: 18px;
  font-weight: 760;
  white-space: nowrap;
}

.redd-estates__price img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.redd-estates__details-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--estate-teal-dark) !important;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.redd-estates__details-link:hover,
.redd-estates__details-link:focus-visible {
  color: var(--estate-teal) !important;
}

.redd-estates__results {
  padding: 70px 0 92px;
  background: var(--estate-surface);
}

.redd-estates__toolbar {
  align-items: center;
  margin-bottom: 28px;
  padding: 20px 22px;
  border: 1px solid var(--estate-border);
  border-radius: 20px;
  background: #fff;
}

.redd-estates__results-copy {
  min-width: 230px;
}

.redd-estates__results-copy h2 {
  font-size: clamp(23px, 2vw, 31px);
}

.redd-estates__toolbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.redd-estates__active-filters {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 11px;
  color: var(--estate-teal-dark);
  background: var(--estate-gold-soft);
  font-size: 10px;
  font-weight: 700;
}

.redd-estates__tool-button {
  min-height: 42px;
  padding: 9px 13px;
  color: var(--estate-teal-dark);
  background: #f5f9f9;
  border-color: var(--estate-border);
}

.redd-estates__tool-button:hover,
.redd-estates__tool-button:focus-visible {
  color: #fff;
  background: var(--estate-teal);
  border-color: var(--estate-teal);
}

.redd-estates__view-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--estate-border);
  border-radius: 12px;
  background: #f5f9f9;
}

.redd-estates__view-switch button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: var(--estate-muted);
  background: transparent;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.redd-estates__view-switch button:hover,
.redd-estates__view-switch button:focus-visible,
.redd-estates__view-switch button.is-active {
  color: #fff;
  background: var(--estate-teal);
  box-shadow: 0 6px 14px rgba(52, 119, 130, 0.2);
}

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

.redd-estates__property-card {
  display: flex;
  flex-direction: column;
}

.redd-estates__property-media {
  height: 245px;
  flex: 0 0 auto;
}

.redd-estates__media-badges {
  position: absolute;
  z-index: 3;
  inset-inline-start: 13px;
  bottom: 13px;
}

.redd-estates__media-badges span {
  color: #fff;
  background: rgba(19, 57, 63, 0.78);
  backdrop-filter: blur(9px);
}

.redd-estates__favorite {
  position: absolute;
  z-index: 4;
  inset-inline-end: 13px;
  top: 13px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 13px;
  color: var(--estate-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 9px 22px rgba(10, 37, 42, 0.15);
  backdrop-filter: blur(10px);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.redd-estates__favorite .heart {
  display: none !important;
}

.redd-estates__favorite:hover,
.redd-estates__favorite:focus-visible,
.redd-estates__favorite.is-active {
  color: #fff;
  background: var(--estate-danger);
  transform: translateY(-2px);
}

.redd-estates__property-body {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

.redd-estates__property-main {
  display: grid;
  gap: 9px;
}

.redd-estates__property-body .redd-estates__price {
  margin-top: 2px;
}

.redd-estates__features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 13px 0;
  border-block: 1px solid #edf2f2;
}

.redd-estates__features span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 9px;
  color: var(--estate-text);
  background: #f3f7f7;
  font-size: 10px;
  font-weight: 650;
}

.redd-estates__features i {
  color: var(--estate-teal);
}

.redd-estates__property-body > .redd-estates__details-link {
  justify-content: space-between;
  margin-top: auto;
}

.redd-estates__provider-promo {
  min-width: 0;
}

.redd-estates__provider-promo > * {
  height: 100%;
}

.redd-estates__results-grid.is-list {
  grid-template-columns: 1fr;
}

.redd-estates__results-grid.is-list .redd-estates__property-card {
  min-height: 285px;
  display: grid;
  grid-template-columns: minmax(310px, 38%) minmax(0, 1fr);
}

.redd-estates__results-grid.is-list .redd-estates__property-media {
  width: 100%;
  height: 100%;
  min-height: 285px;
}

.redd-estates__results-grid.is-list .redd-estates__property-body {
  min-height: 285px;
  padding: 26px 28px;
}

.redd-estates__results-grid.is-list .redd-estates__property-body h3 {
  font-size: 22px;
}

.redd-estates__results-grid.is-list .redd-estates__provider-promo {
  grid-column: 1 / -1;
}

.redd-estates__empty {
  display: grid;
  place-items: center;
  padding: 70px 24px;
  border: 1px dashed #c8d8da;
  border-radius: 24px;
  text-align: center;
  background: #fff;
}

.redd-estates__empty > span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: var(--estate-teal);
  background: #edf5f5;
  font-size: 29px;
}

.redd-estates__empty p {
  max-width: 560px;
  margin: 12px auto 22px;
  color: var(--estate-muted);
  line-height: 1.8;
}

.redd-estates__pagination {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding: 15px;
  border: 1px solid var(--estate-border);
  border-radius: 18px;
  background: #fff;
}

.redd-estates__page-arrow {
  min-height: 42px;
  color: #fff !important;
  background: var(--estate-teal);
  border-color: var(--estate-teal);
}

.redd-estates__page-arrow:hover,
.redd-estates__page-arrow:focus-visible {
  color: #fff !important;
  background: var(--estate-teal-dark);
  border-color: var(--estate-teal-dark);
}

.redd-estates__page-arrow.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.redd-estates__page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.redd-estates__page-numbers a,
.redd-estates__page-numbers span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--estate-text) !important;
  font-size: 12px;
  font-weight: 650;
}

.redd-estates__page-numbers a:hover,
.redd-estates__page-numbers a:focus-visible {
  border-color: var(--estate-border);
  color: var(--estate-teal-dark) !important;
  background: #f4f8f8;
}

.redd-estates__page-numbers a.is-current {
  color: #fff !important;
  background: var(--estate-teal);
  border-color: var(--estate-teal);
}

.redd-estates__page-info {
  margin: 10px 0 0;
  color: var(--estate-muted);
  text-align: center;
  font-size: 10px;
}

.redd-estates__filter {
  width: min(480px, 100vw) !important;
  border: 0 !important;
  color: var(--estate-text);
  background: #f7fafa;
}

.redd-estates__filter .offcanvas-header,
.redd-estates__map-modal .modal-header {
  align-items: flex-start;
  padding: 25px 26px;
  border-bottom: 1px solid var(--estate-border);
  background: #fff;
}

.redd-estates__filter .offcanvas-title,
.redd-estates__map-modal .modal-title {
  margin: 7px 0 0;
  color: var(--estate-ink);
  font-size: 25px;
  font-weight: 720;
}

.redd-estates__filter .btn-close,
.redd-estates__map-modal .btn-close {
  margin: 0;
  padding: 9px;
  border-radius: 10px;
  background-color: #edf4f4;
  opacity: 0.75;
}

.redd-estates__filter .offcanvas-body {
  padding: 25px 26px 34px;
}

.redd-estates__filter-form {
  display: grid;
  gap: 18px;
}

.redd-estates__filter-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.redd-estates__filter-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 4px;
}

.redd-estates__map-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(10, 42, 48, 0.24);
}

.redd-estates__map-modal .modal-body {
  padding: 0;
  background: #dfe9ea;
}

.redd-estates__map-modal .modal-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--estate-border);
}

.redd-estates__map {
  width: 100%;
  height: min(68vh, 680px);
  min-height: 460px;
}

.redd-estates__map-card {
  min-width: 210px;
  display: grid;
  gap: 9px;
  padding: 5px;
  font-family: inherit;
}

.redd-estates__map-card h3 {
  margin: 0;
  color: var(--estate-ink);
  font-size: 15px;
}

.redd-estates__map-card p {
  margin: 0;
  color: var(--estate-muted);
  font-size: 11px;
}

.redd-estates__map-card strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--estate-ink);
  font-size: 14px;
}

.redd-estates__map-card strong img {
  width: 17px;
  height: 17px;
}

.redd-estates__map-card a {
  justify-self: start;
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--estate-teal);
  font-size: 10px;
  font-weight: 700;
}

.redd-estates button:focus-visible,
.redd-estates a:focus-visible,
.redd-estates input:focus-visible,
.redd-estates select:focus-visible {
  outline: 3px solid rgba(196, 179, 150, 0.8);
  outline-offset: 3px;
}

@media (max-width: 1199.98px) {
  .redd-estates__hero-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 48px;
  }

  .redd-estates__hero-mark {
    width: 220px;
    height: 220px;
    font-size: 74px;
  }

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

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

@media (max-width: 991.98px) {
  .redd-estates .container {
    width: min(calc(100% - 32px), 1480px);
  }

  .redd-estates__hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 62px 0 124px;
  }

  .redd-estates__hero-mark {
    display: none;
  }

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

  .redd-estates__field--wide {
    grid-column: span 2;
  }

  .redd-estates__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .redd-estates__toolbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-card {
    grid-template-columns: minmax(270px, 42%) minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .redd-estates .container {
    width: min(calc(100% - 24px), 1480px);
  }

  .redd-estates__hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .redd-estates__hero-copy > p {
    font-size: 14px;
  }

  .redd-estates__hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .redd-estates__stat {
    min-width: 0;
  }

  .redd-estates__search-wrap {
    margin-top: -82px;
  }

  .redd-estates__search-heading,
  .redd-estates__section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .redd-estates__search-grid,
  .redd-estates__featured-grid,
  .redd-estates__results-grid {
    grid-template-columns: 1fr;
  }

  .redd-estates__field--wide {
    grid-column: auto;
  }

  .redd-estates__tool-button span {
    display: none;
  }

  .redd-estates__tool-button {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .redd-estates__active-filters {
    flex: 1 1 auto;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-card {
    min-height: 0;
    display: flex;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-media {
    height: 245px;
    min-height: 0;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-body {
    min-height: 265px;
    padding: 20px;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-body h3 {
    font-size: 18px;
  }

  .redd-estates__pagination {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .redd-estates__page-numbers {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .redd-estates__page-arrow span {
    display: none;
  }

  .redd-estates__page-arrow {
    width: 44px;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .redd-estates__hero-grid {
    padding-top: 48px;
  }

  .redd-estates__hero-stats {
    grid-template-columns: 1fr;
  }

  .redd-estates__search-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .redd-estates__search-heading h2,
  .redd-estates__section-heading h2,
  .redd-estates__toolbar h2 {
    font-size: 25px;
  }

  .redd-estates__toolbar {
    padding: 18px;
  }

  .redd-estates__toolbar-actions {
    gap: 7px;
  }

  .redd-estates__property-media,
  .redd-estates__featured-media,
  .redd-estates__results-grid.is-list .redd-estates__property-media {
    height: 220px;
  }

  .redd-estates__card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .redd-estates__filter .offcanvas-header,
  .redd-estates__filter .offcanvas-body {
    padding-inline: 18px;
  }

  .redd-estates__filter-price,
  .redd-estates__filter-actions {
    grid-template-columns: 1fr;
  }

  .redd-estates__map {
    min-height: 400px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .redd-estates *,
  .redd-estates *::before,
  .redd-estates *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* v2.6 compact scale: calmer type, shorter sections, denser property cards. */
.redd-estates .container {
  width: min(calc(100% - 48px), 1340px);
}

.redd-estates__hero {
  min-height: 340px;
}

.redd-estates__hero-grid {
  min-height: 340px;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(38px, 5vw, 72px);
  padding: 44px 0 76px;
}

.redd-estates__hero-copy {
  max-width: 720px;
}

.redd-estates__eyebrow,
.redd-estates__section-kicker {
  font-size: 11px;
  font-weight: 500;
}

.redd-estates__hero h1 {
  max-width: 700px;
  margin-top: 12px;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.redd-estates__hero-copy > p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
}

.redd-estates__hero-stats {
  gap: 9px;
  margin-top: 20px;
}

.redd-estates__stat {
  min-width: 148px;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
}

.redd-estates__stat strong {
  font-size: 19px;
  font-weight: 600;
}

.redd-estates__stat span {
  font-size: 10px;
}

.redd-estates__hero-mark {
  width: 200px;
  height: 200px;
  border-radius: 38px;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.035);
  font-size: 66px;
}

.redd-estates__hero-ring {
  inset: 21px;
  border-radius: 29px;
}

.redd-estates__hero-pin {
  width: 48px;
  height: 48px;
  bottom: 23px;
  border-width: 4px;
  border-radius: 14px;
  font-size: 16px;
}

.redd-estates__search-wrap {
  margin-top: -50px;
  padding-bottom: 28px;
}

.redd-estates__search-card {
  padding: 22px 26px;
  border-radius: 20px;
}

.redd-estates__search-heading,
.redd-estates__section-heading,
.redd-estates__toolbar {
  gap: 18px;
}

.redd-estates__search-heading h2,
.redd-estates__section-heading h2,
.redd-estates__toolbar h2,
.redd-estates__empty h2 {
  margin-top: 5px;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 600;
  line-height: 1.35;
}

.redd-estates__search-heading p,
.redd-estates__section-heading p,
.redd-estates__toolbar p,
.redd-estates__filter .offcanvas-header p,
.redd-estates__map-modal .modal-header p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.65;
}

.redd-estates__clear-link {
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 500;
}

.redd-estates__search-grid {
  gap: 13px;
  margin-top: 20px;
}

.redd-estates__field {
  gap: 6px;
}

.redd-estates__field > span:first-child {
  font-size: 11px;
  font-weight: 500;
}

.redd-estates__control > i {
  inset-inline-start: 14px;
  font-size: 12px;
}

.redd-estates__control input,
.redd-estates__control select {
  height: 46px;
  padding-inline-start: 39px;
  border-radius: 11px;
  font-size: 12px;
}

.redd-estates__primary-button,
.redd-estates__secondary-button,
.redd-estates__tool-button,
.redd-estates__page-arrow {
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 600;
}

.redd-estates__search-action .redd-estates__primary-button {
  height: 46px;
}

.redd-estates__featured {
  padding: 42px 0 54px;
}

.redd-estates__section-heading {
  margin-bottom: 20px;
}

.redd-estates__featured-grid,
.redd-estates__results-grid {
  gap: 18px;
}

.redd-estates__featured-card,
.redd-estates__property-card {
  border-radius: 18px;
}

.redd-estates__featured-media {
  height: 215px;
}

.redd-estates__featured-body {
  gap: 9px;
  padding: 16px;
}

.redd-estates__countdown,
.redd-estates__featured-badge,
.redd-estates__badges span,
.redd-estates__media-badges span {
  font-weight: 500;
}

.redd-estates__featured-body h3,
.redd-estates__property-body h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.redd-estates__card-footer {
  padding-top: 10px;
}

.redd-estates__price {
  font-size: 16px;
  font-weight: 600;
}

.redd-estates__price img {
  width: 18px;
  height: 18px;
}

.redd-estates__details-link {
  font-weight: 500;
}

.redd-estates__results {
  padding: 48px 0 68px;
}

.redd-estates__toolbar {
  margin-bottom: 20px;
  padding: 15px 18px;
  border-radius: 16px;
}

.redd-estates__results-copy h2 {
  font-size: clamp(21px, 1.7vw, 27px);
}

.redd-estates__active-filters,
.redd-estates__features span,
.redd-estates__page-numbers a,
.redd-estates__page-numbers span,
.redd-estates__map-card a {
  font-weight: 500;
}

.redd-estates__tool-button {
  min-height: 38px;
  padding: 7px 11px;
}

.redd-estates__view-switch button {
  width: 31px;
  height: 31px;
}

.redd-estates__property-media {
  height: 205px;
}

.redd-estates__favorite {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

.redd-estates__property-body {
  min-height: 220px;
  gap: 10px;
  padding: 16px;
}

.redd-estates__property-main {
  gap: 6px;
}

.redd-estates__features {
  gap: 5px;
  padding: 9px 0;
}

.redd-estates__features span {
  min-height: 27px;
  padding: 4px 7px;
}

.redd-estates__results-grid.is-list .redd-estates__property-card {
  height: 240px;
  min-height: 240px;
  grid-template-columns: minmax(280px, 33%) minmax(0, 1fr);
}

.redd-estates__results-grid.is-list .redd-estates__property-media {
  height: 240px;
  min-height: 0;
}

.redd-estates__results-grid.is-list .redd-estates__property-body {
  height: 240px;
  min-height: 0;
  padding: 18px 22px;
}

.redd-estates__results-grid.is-list .redd-estates__property-body h3 {
  font-size: 17px;
}

.redd-estates__pagination {
  margin-top: 28px;
  padding: 11px;
  border-radius: 15px;
}

.redd-estates__filter .offcanvas-title,
.redd-estates__map-modal .modal-title {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .redd-estates__hero-grid {
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 38px;
  }

  .redd-estates__hero-mark {
    width: 170px;
    height: 170px;
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .redd-estates .container {
    width: min(calc(100% - 32px), 1340px);
  }

  .redd-estates__hero {
    min-height: 0;
  }

  .redd-estates__hero-grid {
    padding: 42px 0 82px;
  }

  .redd-estates__search-wrap {
    margin-top: -44px;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-card {
    grid-template-columns: minmax(250px, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .redd-estates .container {
    width: min(calc(100% - 24px), 1340px);
  }

  .redd-estates__hero-grid {
    padding: 36px 0 76px;
  }

  .redd-estates__hero h1 {
    font-size: clamp(30px, 8.6vw, 38px);
  }

  .redd-estates__hero-copy > p {
    font-size: 13px;
  }

  .redd-estates__search-wrap {
    margin-top: -40px;
  }

  .redd-estates__search-card {
    padding: 19px;
  }

  .redd-estates__property-media,
  .redd-estates__featured-media,
  .redd-estates__results-grid.is-list .redd-estates__property-media {
    height: 195px;
  }

  .redd-estates__property-body,
  .redd-estates__results-grid.is-list .redd-estates__property-body {
    height: auto;
    min-height: 205px;
    padding: 15px;
  }

  .redd-estates__results-grid.is-list .redd-estates__property-card {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .redd-estates__hero-grid {
    padding-top: 30px;
  }

  .redd-estates__hero-stats {
    gap: 7px;
  }

  .redd-estates__search-card {
    padding: 17px 15px;
    border-radius: 17px;
  }

  .redd-estates__search-heading h2,
  .redd-estates__section-heading h2,
  .redd-estates__toolbar h2 {
    font-size: 21px;
  }

  .redd-estates__toolbar {
    padding: 13px;
  }
}

@media (max-width: 419.98px) {
  .redd-estates__hero-stats {
    grid-template-columns: 1fr;
  }
}
