.home-search-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: clamp(440px, 65svh, 660px);
  padding: clamp(64px, 8vw, 112px) 24px 88px;
  color: #fff;
  background: #151918;
}
.home-hero-slides, .home-hero-slide, .home-search-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-slides { z-index: -2; overflow: hidden; }
.home-hero-slide { object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.home-hero-slide.is-active { opacity: 1; }
.home-search-hero::after {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 12, 16, .48), rgba(6, 12, 16, .68) 48%, rgba(6, 12, 16, .5));
}
.home-hero-content { width: min(880px, 100%); margin: 0 auto; text-align: center; }
.home-search-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.035em;
  text-transform: none;
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .36);
}
.home-hero-subtitle { margin: 18px 0 34px; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.55; color: #fff; text-wrap: balance; }
.home-hero-search { padding: 0; border: 0; border-radius: 14px; background: transparent; text-align: left; box-shadow: 0 20px 60px rgba(0, 0, 0, .22); }
.home-hero-search .property-filter-tabs {
  display: flex; flex-wrap: nowrap; width: fit-content; max-width: 100%; margin: 0; padding: 0; gap: 0;
  overflow: visible; border: 0; border-radius: 12px 12px 0 0; background: #fff;
}
.home-hero-search .property-filter-tab {
  flex: 1 1 auto; min-height: 50px; padding: 12px 24px; border: 0; border-radius: 0; margin: 0;
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  color: #454545; background: #fff; font-size: 13px; font-weight: 500; white-space: nowrap;
}
.home-hero-search .property-filter-tab:first-child { border-top-left-radius: 12px; }
.home-hero-search .property-filter-tab:last-child { border-top-right-radius: 12px; }
.home-hero-search .property-filter-tab + .property-filter-tab { border-left: 1px solid #e6e4df; }
.home-hero-search .property-filter-tab.is-active { background: #252525; color: #fff; }
.home-hero-search .property-filter-tab.is-active svg { color: var(--gold, #cbb778); }
.home-hero-search .property-filter-tab svg { width: 16px; height: 16px; flex: 0 0 auto; }
.home-hero-search-panel { border-radius: 0 12px 12px 12px; background: #fff; color: #222; }
.home-hero-search-body { display: flex; align-items: center; gap: 14px; padding: 20px 20px 4px; }
.home-hero-search-actions { display: flex; justify-content: flex-end; padding: 0 20px 10px; }
.home-hero-more-filters {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 36px; padding: 6px 8px; border: 0; border-radius: 5px;
  background: transparent; color: #595959; font: inherit; font-size: 12px; font-weight: 500; cursor: pointer;
}
.home-hero-more-filters svg { width: 14px; height: 14px; }
.home-hero-more-filters:hover { background: #f5f3ed; color: #222; }
.home-hero-more-filters:focus-visible { outline: 2px solid #85703c; outline-offset: 2px; }
.home-hero-search .property-keyword-search { flex: 1; min-width: 0; margin: 0; box-shadow: none; background: #fff; }
.home-hero-search .property-keyword-search input { min-width: 0; font-size: 15px; }
.home-hero-submit {
  display: inline-flex; gap: 9px; justify-content: center; align-items: center; flex-shrink: 0;
  min-height: 54px; padding: 0 22px; border: 0; border-radius: 8px;
  background: var(--gold, #cbb778); color: #171713; font-size: 14px; font-weight: 600; cursor: pointer;
}
.home-hero-submit:hover { background: #ddc989; }
.home-hero-submit svg { width: 19px; height: 19px; }
.home-hero-pause {
  position: absolute; right: 24px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 6px;
  color: #fff; background: rgba(0,0,0,.35); font-size: 11px; cursor: pointer;
}
.home-hero-pause[hidden] { display: none; }
.home-hero-pause svg { width: 14px; height: 14px; }
@media (max-width: 600px) {
  .home-search-hero { min-height: 460px; padding: 62px 16px 80px; }
  .home-search-hero h1 { font-size: clamp(2.125rem, 9vw, 3rem); }
  .home-hero-subtitle { margin: 16px auto 26px; max-width: 30ch; font-size: 15px; }
  .home-hero-search .property-filter-tabs { width: 100%; }
  .home-hero-search .property-filter-tab { min-width: 0; padding: 12px 9px; font-size: 11px; gap: 5px; white-space: normal; line-height: 1.3; }
  .home-hero-search .property-filter-tab svg { width: 13px; height: 13px; }
  .home-hero-search-panel { border-radius: 0 0 12px 12px; }
  .home-hero-search-body { padding: 12px 12px 2px; gap: 8px; }
  .home-hero-search-actions { padding: 0 12px 6px; }
  .home-hero-more-filters { min-height: 44px; }
  .home-hero-submit { width: 44px; min-height: 54px; padding: 0; }
  .home-hero-submit span { display: none; }
  .home-hero-search .property-keyword-search input { font-size: 16px; }
  .home-hero-search .property-keyword-search { padding-inline: 10px; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .home-hero-search .property-keyword-search > svg { display: none; }
  .home-hero-pause { right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) { .home-hero-slide { transition: none; } }
