:root {
  --seo-ink: #102f2d;
  --seo-muted: #607b78;
  --seo-tiffany: #57c7be;
  --seo-tiffany-strong: #149c92;
  --seo-tiffany-dark: #0b706a;
  --seo-mint: #e8faf8;
  --seo-line: #dcecea;
  --seo-paper: #ffffff;
  --seo-soft: #f6fbfa;
  --seo-shadow: 0 24px 70px rgba(20, 87, 82, .10);
}

body {
  color: var(--seo-ink);
  background: var(--seo-paper);
}

.seo-location-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 122px 0 72px;
  background:
    linear-gradient(115deg, rgba(236, 252, 250, .98), rgba(255, 255, 255, .97) 52%, rgba(232, 250, 248, .88)),
    #fff;
  border-bottom: 1px solid rgba(73, 182, 173, .16);
}

.seo-location-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .46;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(20, 156, 146, .17) 1px, transparent 1.2px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, #000, transparent 52%);
}

.seo-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.seo-hero-glow-a {
  width: 420px;
  height: 420px;
  top: -215px;
  right: 8%;
  background: rgba(80, 208, 198, .16);
  animation: seoGlow 10s ease-in-out infinite alternate;
}

.seo-hero-glow-b {
  width: 260px;
  height: 260px;
  bottom: -170px;
  left: 2%;
  background: rgba(186, 241, 236, .34);
  animation: seoGlow 13s ease-in-out 1s infinite alternate-reverse;
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #75918f;
  font-size: .78rem;
  font-weight: 650;
}

.seo-breadcrumb a {
  color: #52716f;
  text-decoration: none;
  transition: color .2s ease;
}

.seo-breadcrumb a:hover { color: var(--seo-tiffany-dark); }
.seo-breadcrumb span[aria-hidden] { color: #aac1bf; }

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(30px, 6vw, 86px);
  min-height: 470px;
}

.seo-hero-copy { max-width: 660px; }

.seo-eyebrow,
.seo-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--seo-tiffany-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-eyebrow i {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #26b9ad;
  box-shadow: 0 0 0 6px rgba(38, 185, 173, .12);
}

.seo-eyebrow i::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(38, 185, 173, .42);
  border-radius: 50%;
  animation: seoPulse 2.5s ease-out infinite;
}

.seo-location-hero .listings-page-title {
  max-width: 720px;
  margin: 20px 0 18px;
  color: var(--seo-ink);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(2.7rem, 5.1vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: .98;
  text-wrap: balance;
}

.seo-hero-sub {
  max-width: 590px;
  margin: 0;
  color: var(--seo-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.seo-hero-sub strong {
  color: var(--seo-tiffany-dark);
  font-weight: 850;
}

.seo-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.seo-primary-action,
.seo-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.seo-primary-action {
  color: #fff;
  border: 1px solid var(--seo-tiffany-strong);
  background: linear-gradient(135deg, #23b8ad, #108d85);
  box-shadow: 0 14px 30px rgba(16, 141, 133, .22);
}

.seo-primary-action svg,
.seo-secondary-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-secondary-action {
  color: var(--seo-tiffany-dark);
  border: 1px solid #c7e9e6;
  background: rgba(255, 255, 255, .88);
  cursor: pointer;
}

.seo-primary-action:hover,
.seo-secondary-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(20, 87, 82, .15);
}

.seo-quick-search {
  width: min(100%, 570px);
  margin-top: 32px;
}

.seo-quick-search > label {
  display: block;
  margin: 0 0 9px 5px;
  color: #53706d;
  font-size: .74rem;
  font-weight: 750;
}

.seo-quick-search > div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 61px;
  padding: 7px 7px 7px 20px;
  border: 1px solid #cee7e4;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(36, 104, 98, .09);
}

.seo-quick-search svg {
  width: 21px;
  fill: none;
  stroke: #67918d;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.seo-quick-search input {
  width: 100%;
  min-width: 0;
  color: var(--seo-ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: .96rem;
  font-weight: 700;
}

.seo-quick-search button {
  height: 46px;
  padding: 0 23px;
  color: #fff;
  border: 0;
  border-radius: 13px;
  background: var(--seo-ink);
  font-size: .83rem;
  font-weight: 800;
  cursor: pointer;
}

.seo-hero-module { min-width: 0; }
.seo-hero-visual { width: 100%; }
.seo-map-orbit { width: 100%; overflow: visible; }

.seo-route-line {
  fill: none;
  stroke: #79d7cf;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 12;
  opacity: .7;
  animation: seoDash 12s linear infinite;
}

.seo-route-line-b { animation-direction: reverse; animation-duration: 16s; opacity: .4; }
.seo-float-pin { animation: seoFloat 5s ease-in-out infinite; transform-origin: center; }
.seo-float-pin-b { animation-delay: -2.2s; animation-duration: 6.2s; }
.seo-pulse-dot { animation: seoDot 2.2s ease-in-out infinite; transform-origin: center; }

.seo-insights {
  position: relative;
  z-index: 4;
  margin-top: -24px;
}

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

.seo-insight-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 21px 22px;
  border: 1px solid var(--seo-line);
  border-radius: 21px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 17px 48px rgba(23, 91, 86, .08);
}

.seo-insight-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: var(--seo-tiffany-dark);
  border-radius: 15px;
  background: var(--seo-mint);
}

.seo-insight-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-insight-icon-live i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #16b69f;
  box-shadow: 0 0 0 7px rgba(22, 182, 159, .13);
  animation: seoDot 2s ease-in-out infinite;
}

.seo-insight-card div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.seo-insight-card strong {
  color: var(--seo-ink);
  font-size: clamp(1.17rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seo-insight-card span { color: var(--seo-muted); font-size: .78rem; line-height: 1.35; }

.seo-promo-strip { padding: 38px 0 12px; }
.seo-promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.seo-promo-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 15px;
  min-height: 140px;
  padding: 24px 26px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: var(--seo-ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.seo-promo-card:hover { transform: translateY(-3px); box-shadow: var(--seo-shadow); }
.seo-promo-tiffany { border-color: #bdece7; background: linear-gradient(135deg, #e3faf7, #f7fffe); }
.seo-promo-cream { border-color: #f1dfae; background: linear-gradient(135deg, #fff8df, #fffdf5); }
.seo-promo-icon { font-size: 2rem; }

.seo-promo-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.seo-promo-card small { color: #6b8784; font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.seo-promo-card strong { color: #123a37; font-size: 1.04rem; font-weight: 850; }
.seo-promo-card em { color: #66807e; font-size: .78rem; font-style: normal; line-height: 1.5; }
.seo-promo-card > i { color: #3c827c; font-size: 1.4rem; font-style: normal; transition: transform .2s ease; }
.seo-promo-card:hover > i { transform: translateX(4px); }

.seo-results-shell { padding: 32px 0 72px; background: #fff; }
.seo-listings-layout { grid-template-columns: 286px minmax(0, 1fr); gap: 30px; padding: 12px 0 0; }

.seo-filter-sidebar {
  top: 92px;
  padding: 22px;
  border-color: var(--seo-line);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(20, 87, 82, .06);
}

.seo-filter-sidebar .filter-sidebar-title { align-items: flex-start; margin-bottom: 8px; }
.seo-filter-sidebar .filter-sidebar-title > span { display: flex; flex-direction: column; color: var(--seo-ink); font-size: 1.15rem; }
.seo-filter-sidebar .filter-sidebar-title small { margin-bottom: 3px; color: #76908e; font-size: .64rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.seo-filter-sidebar .filter-clear-btn { color: var(--seo-tiffany-dark); }
.seo-filter-sidebar .seo-filter-actions { align-items: center; flex-direction: row; gap: 8px; }
.seo-filter-close { display: none; place-items: center; width: 34px; height: 34px; padding: 0; color: #476663; border: 1px solid #d8e8e6; border-radius: 50%; background: #f7fbfa; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.seo-filter-sidebar .filter-section { border-top-color: #ebf3f2; }
.seo-filter-sidebar .filter-section-title { color: #607b78; font-size: .7rem; letter-spacing: .08em; }

.seo-filter-sidebar .sidebar-proptype-btn {
  min-height: 40px;
  border-color: #dceae8;
  border-radius: 11px;
  background: #fff;
}

.seo-filter-sidebar .sidebar-proptype-btn.active {
  color: #fff;
  border-color: var(--seo-tiffany-strong);
  background: linear-gradient(135deg, #24b6ab, #128f87);
  box-shadow: 0 8px 18px rgba(20, 156, 146, .18);
}

.seo-filter-sidebar .sidebar-input {
  min-width: 0;
  border-color: #dceae8;
  border-radius: 11px;
  background: #f8fcfb;
}

.seo-filter-sidebar .sidebar-room-btn { border-color: #dceae8; border-radius: 11px; }
.seo-filter-sidebar .sidebar-room-btn.active { border-color: var(--seo-tiffany-strong); background: var(--seo-tiffany-strong); }
.seo-filter-sidebar .sidebar-checkbox-label { padding: 7px 0; }
.seo-filter-sidebar .apply-filters-btn { border-radius: 13px; background: linear-gradient(135deg, #25b8ad, #108c84); box-shadow: 0 10px 22px rgba(16, 140, 132, .19); }

.seo-map-button {
  width: 100%;
  height: auto;
  min-height: 84px;
  padding: 16px;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #c9e8e5;
  border-radius: 15px;
  background: linear-gradient(135deg, #ecfbf9, #f9fffe);
}

.seo-map-button > svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--seo-tiffany-dark);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-map-button > span { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.seo-map-button strong { color: var(--seo-tiffany-dark); font-size: .83rem; }
.seo-map-button small { color: #73918e; font-size: .69rem; }

.seo-listings-results { gap: 18px; }
.seo-listings-toolbar { min-height: 61px; margin: 0; padding: 10px 12px 10px 3px; border-bottom: 1px solid #e8f0ef; }
.seo-results-title { display: flex; flex-direction: column; gap: 2px; }
.seo-results-title > span { color: #829997; font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.seo-results-title > strong { color: var(--seo-ink); font-size: 1.04rem; font-weight: 800; }
.seo-results-title b { font: inherit; color: var(--seo-tiffany-dark); }
.seo-toolbar-save { display: grid; place-items: center; width: 38px; height: 38px; color: var(--seo-tiffany-dark); border: 1px solid #d5e9e7; border-radius: 50%; background: #fff; cursor: pointer; }
.seo-toolbar-save svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.seo-listings-toolbar .sort-select { border-color: #dce9e7; color: #47635f; }
.seo-listings-toolbar .view-toggle-btn { border-color: #dce9e7; border-radius: 10px; }
.seo-listings-toolbar .view-toggle-btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.seo-listings-toolbar .view-toggle-btn.active { color: #fff; border-color: var(--seo-tiffany-strong); background: var(--seo-tiffany-strong); }

#listings-container.seo-property-grid,
#listings-container.listings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-property-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfecea;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 87, 83, .055);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.seo-property-card:hover {
  transform: translateY(-5px);
  border-color: #acdeda;
  box-shadow: 0 20px 44px rgba(20, 91, 85, .12);
}

.seo-property-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.seo-property-media { position: relative; aspect-ratio: 1.32; overflow: hidden; background: linear-gradient(135deg, #e8f6f4, #d8ebe9); }
.seo-property-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, transparent 49%, rgba(17, 112, 105, .09) 50%, transparent 51%),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.8), transparent 28%);
}
.seo-property-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.seo-property-card:hover .seo-property-media img { transform: scale(1.045); }
.seo-property-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 10px; color: #0a615c; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; background: rgba(234, 253, 250, .91); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 800; }
.seo-property-photo-mark { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 50%; background: rgba(9, 45, 43, .53); backdrop-filter: blur(8px); }
.seo-property-photo-mark svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.seo-property-body { padding: 16px 16px 18px; }
.seo-property-price { color: var(--seo-ink); font-size: 1.14rem; font-weight: 900; letter-spacing: -.025em; }
.seo-property-location { margin-top: 5px; color: #597470; font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seo-property-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.seo-property-meta span { padding: 5px 8px; color: #5b7572; border-radius: 8px; background: #f2f8f7; font-size: .66rem; font-weight: 650; }

.seo-listings-results .listing-card { border-color: #dfecea; border-radius: 19px; box-shadow: 0 10px 30px rgba(31, 87, 83, .055); }
.seo-listings-results .listing-card:hover { border-color: #acdeda; box-shadow: 0 20px 44px rgba(20, 91, 85, .12); }

.seo-empty-state {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 64px 30px;
  text-align: center;
  border: 1px dashed #bfe1de;
  border-radius: 25px;
  background: linear-gradient(150deg, #f6fffd, #fff);
}
.seo-empty-illustration { display: block; width: 180px; margin-bottom: 14px; }
.seo-empty-illustration svg { width: 100%; fill: none; stroke: #66c9c0; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.seo-empty-kicker { color: var(--seo-tiffany-dark); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.seo-empty-state h3 { margin: 9px 0 8px; color: var(--seo-ink); font-size: 1.35rem; }
.seo-empty-state p { max-width: 570px; margin: 0; color: var(--seo-muted); font-size: .86rem; line-height: 1.7; }
.seo-empty-action { margin-top: 20px; padding: 12px 18px; color: #fff; border-radius: 999px; background: var(--seo-tiffany-strong); font-size: .78rem; font-weight: 800; text-decoration: none; }

.seo-map-wrapper { position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--seo-line); border-radius: 24px; background: #eaf6f4; }
.seo-map-canvas { width: 100%; height: 650px; }
.seo-map-loading { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: #587572; background: rgba(244, 252, 251, .9); }
.seo-map-loading span { width: 34px; height: 34px; border: 3px solid #c6e8e5; border-top-color: var(--seo-tiffany-strong); border-radius: 50%; animation: seoSpin .8s linear infinite; }
.seo-map-loading b { font-size: .78rem; }

.seo-related-links { margin-top: 26px; padding-top: 30px; border-top: 1px solid #e5efee; }
.seo-related-head span { color: #7a9491; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-related-head h2 { margin: 4px 0 17px; color: var(--seo-ink); font-size: 1.15rem; }
.seo-related-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.seo-related-pills a { padding: 9px 13px; color: #4c6c69; border: 1px solid #d9e9e7; border-radius: 999px; background: #fff; font-size: .73rem; font-weight: 700; text-decoration: none; transition: .2s ease; }
.seo-related-pills a:hover { color: #08766f; border-color: #a9dcd7; background: #effbf9; }
.seo-related-pills .seo-related-alt { color: #08766f; border-color: #c2e9e5; background: #eafaf8; }

.seo-editorial { padding: 86px 0; background: linear-gradient(180deg, #f7fbfa, #fff); border-top: 1px solid #e4efee; }
.seo-editorial-inner { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: clamp(40px, 7vw, 94px); align-items: start; }
.seo-editorial-copy h2,
.seo-faq-inner > h2 { margin: 10px 0 25px; color: var(--seo-ink); font-family: var(--font-serif, Georgia, serif); font-size: clamp(2rem, 3.4vw, 3.25rem); letter-spacing: -.045em; line-height: 1.08; }
.seo-editorial-copy p { margin: 0 0 17px; color: #55716e; font-size: .97rem; line-height: 1.83; }
.seo-editorial-copy strong { color: #1a514d; }
.seo-editorial-note { padding: 28px; border: 1px solid #cde8e5; border-radius: 24px; background: #fff; box-shadow: 0 17px 45px rgba(23, 91, 86, .07); }
.seo-editorial-note > span { color: var(--seo-tiffany-dark); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.seo-editorial-note > strong { display: block; margin: 10px 0; color: var(--seo-ink); font-size: 1.3rem; line-height: 1.28; }
.seo-editorial-note p { margin: 0; color: #617b78; font-size: .82rem; line-height: 1.7; }
.seo-editorial-note a { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--seo-tiffany-dark); font-size: .78rem; font-weight: 800; text-decoration: none; }
.seo-editorial-note a span { transition: transform .2s ease; }
.seo-editorial-note a:hover span { transform: translateX(4px); }

.seo-faq { padding: 84px 0 98px; background: #fff; }
.seo-faq-inner { max-width: 920px; }
.seo-faq-list { border-top: 1px solid #dceae8; }
.seo-faq details { border-bottom: 1px solid #dceae8; }
.seo-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 2px; color: var(--seo-ink); cursor: pointer; list-style: none; font-size: .96rem; font-weight: 800; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: #edf9f7; }
.seo-faq summary i::before,
.seo-faq summary i::after { content: ''; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; border-radius: 2px; background: var(--seo-tiffany-dark); transition: transform .2s ease; }
.seo-faq summary i::after { transform: rotate(90deg); }
.seo-faq details[open] summary i::after { transform: rotate(0); }
.seo-faq details p { max-width: 770px; margin: -4px 0 24px; color: #5d7774; font-size: .88rem; line-height: 1.72; }

.seo-mobile-filter { display: none; }

@keyframes seoGlow {
  to { transform: translate3d(40px, 18px, 0) scale(1.09); }
}

@keyframes seoPulse {
  0% { opacity: .8; transform: scale(.75); }
  80%, 100% { opacity: 0; transform: scale(1.7); }
}

@keyframes seoDash { to { stroke-dashoffset: -200; } }

@keyframes seoFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-14px) rotate(2deg); }
}

@keyframes seoDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .72; }
}

@keyframes seoSpin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .seo-hero-grid { grid-template-columns: minmax(0, 1fr) 380px; gap: 30px; }
  #listings-container.seo-property-grid,
  #listings-container.listings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-listings-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 22px; }
}

@media (max-width: 900px) {
  .seo-location-hero { padding: 105px 0 58px; }
  .seo-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .seo-hero-copy { max-width: 720px; }
  .seo-hero-module { max-width: 590px; margin: 0 auto; }
  .seo-map-orbit { max-height: 360px; }
  .seo-insight-grid { grid-template-columns: 1fr; }
  .seo-insight-card { min-height: 90px; }
  .seo-promo-grid { grid-template-columns: 1fr; }
  .seo-mobile-filter { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 50px; margin-bottom: 16px; color: #fff; border: 0; border-radius: 14px; background: linear-gradient(135deg, #23b5aa, #0f8e86); font-weight: 800; }
  .seo-mobile-filter svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
  .seo-listings-layout { display: flex; flex-direction: column; gap: 18px; }
  .seo-filter-sidebar { top: auto; }
  .seo-editorial-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .seo-location-hero { padding: 90px 0 44px; }
  .seo-location-hero::before { mask-image: linear-gradient(#000, transparent 60%); }
  .seo-breadcrumb { margin-bottom: 23px; overflow: hidden; white-space: nowrap; }
  .seo-location-hero .listings-page-title { margin: 16px 0 15px; font-size: clamp(2.3rem, 13vw, 3.55rem); }
  .seo-hero-sub { font-size: .94rem; line-height: 1.6; }
  .seo-hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .seo-primary-action,
  .seo-secondary-action { min-height: 49px; padding: 0 12px; font-size: .76rem; }
  .seo-secondary-action svg { display: none; }
  .seo-quick-search { margin-top: 25px; }
  .seo-quick-search > div { grid-template-columns: 19px minmax(0, 1fr) auto; min-height: 57px; padding-left: 15px; border-radius: 15px; }
  .seo-quick-search button { height: 43px; padding: 0 17px; }
  .seo-hero-module { margin-top: -2px; }
  .seo-map-orbit { max-height: 280px; }
  .seo-insights { margin-top: -14px; }
  .seo-insight-grid { gap: 9px; }
  .seo-insight-card { min-height: 82px; padding: 16px; border-radius: 16px; }
  .seo-insight-icon { flex-basis: 43px; width: 43px; height: 43px; border-radius: 13px; }
  .seo-promo-strip { padding-top: 25px; }
  .seo-promo-card { grid-template-columns: 42px minmax(0, 1fr) 20px; min-height: 124px; padding: 19px; border-radius: 19px; }
  .seo-promo-icon { font-size: 1.65rem; }
  .seo-promo-card em { font-size: .71rem; }
  .seo-results-shell { padding-top: 24px; }
  .seo-listings-toolbar { align-items: flex-start; gap: 12px; padding-right: 0; }
  .seo-listings-toolbar .toolbar-right { gap: 7px; }
  .seo-listings-toolbar .sort-select { width: 112px; padding: 8px 9px; font-size: .72rem; }
  .seo-toolbar-save { display: none; }
  .seo-listings-toolbar .view-toggle-btn { width: 34px; height: 34px; }
  .seo-listings-toolbar #view-list { display: none; }
  #listings-container.seo-property-grid,
  #listings-container.listings-grid { grid-template-columns: 1fr; gap: 14px; }
  .seo-property-media { aspect-ratio: 1.42; }
  .seo-property-card { border-radius: 17px; }
  .seo-property-body { padding: 14px 15px 16px; }
  .seo-map-wrapper,
  .seo-map-canvas { min-height: 70svh; height: 70svh; }
  .seo-related-links { margin-top: 18px; }
  .seo-editorial { padding: 62px 0; }
  .seo-editorial-copy h2,
  .seo-faq-inner > h2 { font-size: 2.05rem; }
  .seo-editorial-copy p { font-size: .9rem; }
  .seo-editorial-note { padding: 22px; border-radius: 19px; }
  .seo-faq { padding: 62px 0 75px; }
  .seo-faq summary { padding: 20px 0; font-size: .88rem; }
  .seo-faq details p { font-size: .82rem; }

  #filter-sidebar.seo-filter-sidebar.active {
    display: flex !important;
    top: auto;
    bottom: 0;
    width: 100%;
    height: min(88vh, 790px);
    padding: 26px 17px 108px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    z-index: 10000;
  }

  #filter-sidebar.seo-filter-sidebar.active .filter-sections-scroll { flex: 1; overflow-y: auto; }
  .seo-filter-close { display: grid; }
  .seo-filter-sidebar .apply-filters-btn { bottom: 50px; }
  .seo-filter-sidebar .seo-map-button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-hero-glow,
  .seo-route-line,
  .seo-float-pin,
  .seo-pulse-dot,
  .seo-eyebrow i::after,
  .seo-insight-icon-live i,
  .seo-map-loading span { animation: none !important; }

  .seo-primary-action,
  .seo-secondary-action,
  .seo-promo-card,
  .seo-property-card,
  .seo-property-media img { transition: none !important; }
}
