/* Lilam Home v2 — desktop + mobile redesign (Lora + Manrope) */
[data-store-theme="lilamhomes"] {
  --lh-lapis: #1B3A5C;
  --lh-lapis-deep: #122740;
  --lh-clay: #C97A3D;
  --lh-clay-deep: #B3672E;
  --lh-sand: #F7F2E9;
  --lh-sand-dim: #EFE7D8;
  --lh-ink: #1A1A1A;
  --lh-mute: #8A8478;
  --lh-gold: #C9A368;
  --lh-line: rgba(27, 58, 92, 0.12);
  --lh-good: #2F8F5B;
  --lh-maxw: 1180px;
}

[data-store-theme="lilamhomes"] .lh-v2-page {
  background: var(--lh-sand);
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--lh-ink);
}

[data-store-theme="lilamhomes"] .lh-v2-page .lh-v2-display,
[data-store-theme="lilamhomes"] .lh-v2-page h1,
[data-store-theme="lilamhomes"] .lh-v2-page h2.lh-v2-section-title {
  font-family: 'Lora', Georgia, serif;
}

/* Header — navy on LilamHomes */
[data-store-theme="lilamhomes"] header.bg-white {
  background: var(--lh-lapis) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}
[data-store-theme="lilamhomes"] header .store-header-brand-link span,
[data-store-theme="lilamhomes"] header #store-title {
  color: #fff !important;
  font-family: 'Lora', Georgia, serif;
  font-weight: 600;
}
[data-store-theme="lilamhomes"] header #store-menu-open-btn,
[data-store-theme="lilamhomes"] header #store-profile-btn,
[data-store-theme="lilamhomes"] header #store-login-link,
[data-store-theme="lilamhomes"] header #store-signup-link {
  color: rgba(255, 255, 255, 0.9) !important;
}
[data-store-theme="lilamhomes"] header #store-menu-open-btn:hover,
[data-store-theme="lilamhomes"] header #store-profile-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-store-theme="lilamhomes"] header #store-cart-btn {
  background: linear-gradient(135deg, var(--lh-clay), var(--lh-clay-deep)) !important;
}
[data-store-theme="lilamhomes"] header #store-logo-img {
  display: block !important;
  height: 2.5rem !important;
  max-height: 2.75rem !important;
  max-width: 9.5rem !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center;
}
@media (min-width: 640px) {
  [data-store-theme="lilamhomes"] header #store-logo-img {
    height: 2.85rem !important;
    max-height: 3rem !important;
    max-width: 11rem !important;
  }
}
[data-store-theme="lilamhomes"] header #store-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-store-theme="lilamhomes"] .lh-v2-wrap {
  max-width: var(--lh-maxw);
  margin: 0 auto;
  padding: 0 18px;
}
@media (min-width: 768px) {
  [data-store-theme="lilamhomes"] .lh-v2-wrap { padding: 0 32px; }
}

[data-store-theme="lilamhomes"] .lh-v2-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lh-clay-deep);
}
[data-store-theme="lilamhomes"] .lh-v2-hero .lh-v2-eyebrow { color: var(--lh-gold); font-size: 12px; }

/* Hero */
[data-store-theme="lilamhomes"] .lh-v2-hero {
  background: linear-gradient(120deg, var(--lh-lapis) 0%, var(--lh-lapis-deep) 100%);
  position: relative;
  overflow: hidden;
}
[data-store-theme="lilamhomes"] .lh-v2-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
[data-store-theme="lilamhomes"] .lh-v2-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0 28px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 64px 0 76px;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-hero__title {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 12px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-hero__title { font-size: 44px; line-height: 1.18; margin-bottom: 16px; }
}
[data-store-theme="lilamhomes"] .lh-v2-hero__title em { color: var(--lh-gold); font-style: italic; }
[data-store-theme="lilamhomes"] .lh-v2-hero__sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 420px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-hero__sub { font-size: 15.5px; margin-bottom: 26px; }
}
[data-store-theme="lilamhomes"] .lh-v2-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-trust-row { gap: 28px; } }
[data-store-theme="lilamhomes"] .lh-v2-trust-item { display: flex; flex-direction: column; }
[data-store-theme="lilamhomes"] .lh-v2-trust-item .n {
  font-family: 'Lora', Georgia, serif;
  color: var(--lh-gold);
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-trust-item .n { font-size: 22px; } }
[data-store-theme="lilamhomes"] .lh-v2-trust-item .l {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2px;
}

/* Search card */
[data-store-theme="lilamhomes"] .lh-v2-search-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 30px -10px rgba(18, 39, 64, 0.35);
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-search-card {
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 30px 60px -20px rgba(8, 20, 34, 0.45);
  }
}
[data-store-theme="lilamhomes"] .lh-v2-search-card .lh-hero-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  background: var(--lh-sand-dim);
  padding: 5px;
  border-radius: 11px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-search-card .lh-hero-tabs { margin-bottom: 18px; } }
[data-store-theme="lilamhomes"] .lh-v2-search-card .lh-hero-tab {
  flex: 1;
  text-align: center;
  padding: 8px 4px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  background: transparent;
  color: var(--lh-mute);
  cursor: pointer;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-search-card .lh-hero-tab { padding: 10px 4px; font-size: 13.5px; }
}
[data-store-theme="lilamhomes"] .lh-v2-search-card .lh-hero-tab--active {
  background: var(--lh-lapis);
  color: #fff;
  border-color: transparent;
}

[data-store-theme="lilamhomes"] .lh-v2-compact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-compact-grid { gap: 10px; margin-bottom: 14px; }
}
[data-store-theme="lilamhomes"] .lh-v2-field {
  border: 1px solid var(--lh-line);
  border-radius: 10px;
  padding: 9px 10px;
  background: var(--lh-sand);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-field { padding: 11px 13px; }
}
[data-store-theme="lilamhomes"] .lh-v2-field__label {
  font-size: 10px;
  color: var(--lh-mute);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
[data-store-theme="lilamhomes"] .lh-v2-field select,
[data-store-theme="lilamhomes"] .lh-v2-field input {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--lh-ink);
  width: 100%;
  min-height: 20px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-field select,
  [data-store-theme="lilamhomes"] .lh-v2-field input { font-size: 13.5px; }
}

[data-store-theme="lilamhomes"] .lh-v2-search-btn {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, var(--lh-clay), var(--lh-clay-deep));
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 18px -6px rgba(201, 122, 61, 0.55);
  margin-top: 4px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-search-btn { padding: 14px; font-size: 15px; box-shadow: 0 10px 22px -6px rgba(201, 122, 61, 0.55); }
}
[data-store-theme="lilamhomes"] .lh-v2-more-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--lh-clay-deep);
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
}
[data-store-theme="lilamhomes"] .lh-v2-search-advanced {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--lh-line);
}
[data-store-theme="lilamhomes"] .lh-v2-search-advanced.is-open { display: block; }
[data-store-theme="lilamhomes"] .lh-v2-page .lh-v2-hide-dup,
[data-store-theme="lilamhomes"] .lh-v2-search-advanced .lh-search-quick-row { display: none !important; }
[data-store-theme="lilamhomes"] .lh-v2-util-row { display: none !important; }

/* Hide old hero chrome inside v2 */
[data-store-theme="lilamhomes"] .lh-v2-page .lh-search-hero__header,
[data-store-theme="lilamhomes"] .lh-v2-page .lh-search-back,
[data-store-theme="lilamhomes"] .lh-v2-page .lh-search-agencies-link { display: none !important; }
[data-store-theme="lilamhomes"] .lh-v2-page .lh-search-hero {
  margin: 0;
  --lh-brown: var(--lh-clay);
}
[data-store-theme="lilamhomes"] .lh-v2-page.ah-prop-landing { background: var(--lh-sand) !important; }
[data-store-theme="lilamhomes"] .lh-v2-page > .max-w-\[1680px\] { max-width: none; padding: 0; }

/* Sections */
[data-store-theme="lilamhomes"] .lh-v2-section { padding: 26px 0 6px; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-section { padding: 64px 0; } }
[data-store-theme="lilamhomes"] .lh-v2-section--tight { padding: 26px 0; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-section--tight { padding: 48px 0; } }
[data-store-theme="lilamhomes"] .lh-v2-section--dim { background: var(--lh-sand-dim); }
[data-store-theme="lilamhomes"] .lh-v2-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 14px;
  gap: 12px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-section-head { margin-bottom: 32px; } }
[data-store-theme="lilamhomes"] .lh-v2-section-title {
  font-size: 19px;
  font-weight: 600;
  color: var(--lh-ink);
  margin: 3px 0 0;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-section-title { font-size: 28px; } }
[data-store-theme="lilamhomes"] .lh-v2-see-all {
  font-size: 12px;
  font-weight: 700;
  color: var(--lh-clay-deep);
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-see-all {
    font-size: 13.5px;
    border: 1px solid var(--lh-line);
    padding: 9px 16px;
    border-radius: 8px;
  }
  [data-store-theme="lilamhomes"] .lh-v2-see-all:hover { background: #fff; border-color: var(--lh-clay); }
}

/* Property cards v2 */
[data-store-theme="lilamhomes"] .lh-v2-hscroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -18px;
  padding-left: 18px;
  padding-right: 18px;
}
[data-store-theme="lilamhomes"] .lh-v2-hscroll::-webkit-scrollbar { display: none; }
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-hscroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-card {
  scroll-snap-align: start;
  flex: 0 0 230px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--lh-line);
  box-shadow: 0 6px 16px -8px rgba(27, 58, 92, 0.18);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-card { flex: none; }
  [data-store-theme="lilamhomes"] .lh-v2-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px -12px rgba(27, 58, 92, 0.28);
  }
}
[data-store-theme="lilamhomes"] .lh-v2-card__img {
  position: relative;
  height: 130px;
  background: #e8e4dc center/cover no-repeat;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-card__img { height: 160px; } }
[data-store-theme="lilamhomes"] .lh-v2-card__badge {
  position: absolute;
  top: 9px;
  left: 9px;
  background: var(--lh-good);
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
}
[data-store-theme="lilamhomes"] .lh-v2-card__badge--rent { background: var(--lh-lapis); }
[data-store-theme="lilamhomes"] .lh-v2-card__fav {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
[data-store-theme="lilamhomes"] .lh-v2-card__price {
  position: absolute;
  bottom: 9px;
  left: 9px;
  background: rgba(18, 39, 64, 0.88);
  color: var(--lh-gold);
  font-weight: 800;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: 'Lora', Georgia, serif;
}
[data-store-theme="lilamhomes"] .lh-v2-card__body { padding: 11px 12px 13px; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-card__body { padding: 14px 15px 16px; } }
[data-store-theme="lilamhomes"] .lh-v2-card__title {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-card__title { font-size: 14.5px; } }
[data-store-theme="lilamhomes"] .lh-v2-card__loc {
  font-size: 11.5px;
  color: var(--lh-mute);
  margin-bottom: 8px;
}
[data-store-theme="lilamhomes"] .lh-v2-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px;
  color: var(--lh-lapis);
  font-weight: 700;
  border-top: 1px dashed var(--lh-line);
  padding-top: 8px;
}

/* Homepage sections: full property cards (WhatsApp, contact, compare, views, save) */
[data-store-theme="lilamhomes"] .lh-v2-prop-card {
  scroll-snap-align: start;
  flex: 0 0 min(300px, 88vw);
  min-width: 0;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-prop-card { flex: none; width: 100%; }
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card {
  height: 100%;
  cursor: default;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-media,
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-title-link {
  cursor: pointer;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-img-wrap {
  height: 170px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-img-wrap { height: 200px; }
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card--compact .ah-prop-card-img-wrap {
  height: 130px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-prop-card--compact .ah-prop-card-img-wrap { height: 150px; }
}
[data-store-theme="lilamhomes"] .lh-v2-hscroll .lh-v2-prop-card {
  flex: 0 0 min(300px, 88vw);
}
[data-store-theme="lilamhomes"] .lh-v2-listing-grid .lh-v2-prop-card {
  flex: none;
  width: 100%;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-contact-row,
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-card-actions,
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-trust-row {
  display: flex;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-mini-btn,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-mini-btn,
[data-store-theme="lilamhomes"] .ah-prop-detail-lead-row .ah-prop-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid rgba(27, 58, 92, 0.14);
  background: #fff;
  color: var(--lh-lapis);
  text-decoration: none;
  cursor: pointer;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-mini-btn--wa,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-mini-btn--wa,
[data-store-theme="lilamhomes"] .ah-prop-detail-lead-row .ah-prop-mini-btn--wa {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-mini-btn--call,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-mini-btn--call,
[data-store-theme="lilamhomes"] .ah-prop-detail-lead-row .ah-prop-mini-btn--call {
  background: var(--lh-lapis);
  color: #fff;
  border-color: var(--lh-lapis);
}
[data-store-theme="lilamhomes"] .lh-v2-prop-card .ah-prop-mini-btn--compare.ah-prop-mini-btn--on,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-mini-btn--compare.ah-prop-mini-btn--on,
[data-store-theme="lilamhomes"] .ah-prop-detail-lead-row .ah-prop-mini-btn--compare.ah-prop-mini-btn--on {
  background: #fef3c7;
  border-color: #b45309;
  color: #92400e;
}
[data-store-theme="lilamhomes"] .ah-prop-detail-lead-row {
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

[data-store-theme="lilamhomes"] .lh-v2-scroll-hint {
  text-align: center;
  font-size: 10px;
  color: var(--lh-mute);
  margin-top: 4px;
  letter-spacing: 0.04em;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-scroll-hint { display: none; } }

/* Type chips */
[data-store-theme="lilamhomes"] .lh-v2-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-type-grid { gap: 18px; } }
[data-store-theme="lilamhomes"] .lh-v2-type-chip {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 13px;
  padding: 13px 6px 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.15s ease;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-type-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 22px 10px;
    border-radius: 14px;
  }
  [data-store-theme="lilamhomes"] .lh-v2-type-chip:hover { border-color: var(--lh-clay); transform: translateY(-2px); }
}
[data-store-theme="lilamhomes"] .lh-v2-type-chip .ic { font-size: 20px; display: block; margin-bottom: 6px; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-type-chip .ic { font-size: 26px; margin-bottom: 0; } }
[data-store-theme="lilamhomes"] .lh-v2-type-chip .lbl { font-size: 10.5px; font-weight: 700; display: block; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-type-chip .lbl { font-size: 14px; } }
[data-store-theme="lilamhomes"] .lh-v2-type-chip .cnt { font-size: 9.5px; color: var(--lh-mute); font-weight: 600; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-type-chip .cnt { font-size: 11.5px; } }

/* Map section */
[data-store-theme="lilamhomes"] .lh-v2-map-section {
  background: var(--lh-lapis-deep);
  padding: 24px 0 0;
  margin-top: 30px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-map-section { padding: 64px 0; margin-top: 0; }
}
[data-store-theme="lilamhomes"] .lh-v2-map-section .lh-v2-eyebrow { color: var(--lh-gold); }
[data-store-theme="lilamhomes"] .lh-v2-map-section .lh-v2-section-title { color: #fff; }
[data-store-theme="lilamhomes"] .lh-v2-map-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-map-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: center;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-map-wrap {
  position: relative;
  height: 360px;
  margin: 0 -18px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-map-wrap { height: 460px; margin: 0; }
}
[data-store-theme="lilamhomes"] .lh-v2-map-wrap svg { width: 100%; height: 100%; display: block; }
[data-store-theme="lilamhomes"] .lh-v2-map-pin {
  cursor: pointer;
  outline: none;
}
[data-store-theme="lilamhomes"] .lh-v2-map-pin:hover .map-pin-dot,
[data-store-theme="lilamhomes"] .lh-v2-map-pin:focus .map-pin-dot {
  filter: drop-shadow(0 0 6px rgba(201, 122, 61, 0.9));
}
[data-store-theme="lilamhomes"] .lh-v2-map-label {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.45);
  font-size: 11.5px;
  min-width: 92px;
  border: none;
  text-align: left;
  cursor: pointer;
}
[data-store-theme="lilamhomes"] .lh-v2-map-label--btn:hover,
[data-store-theme="lilamhomes"] .lh-v2-map-label--btn:focus {
  box-shadow: 0 12px 28px -6px rgba(201, 122, 61, 0.45);
  outline: 2px solid var(--lh-gold);
  outline-offset: 2px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-map-label { padding: 10px 14px; font-size: 12.5px; min-width: 100px; }
}
[data-store-theme="lilamhomes"] .lh-v2-map-label .city {
  font-family: 'Lora', Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--lh-lapis);
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-map-label .city { font-size: 14px; } }
[data-store-theme="lilamhomes"] .lh-v2-map-label .count {
  color: var(--lh-clay-deep);
  font-weight: 700;
  font-size: 11px;
  margin-top: 1px;
}
[data-store-theme="lilamhomes"] .lh-v2-map-side-intro {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-map-side-intro { display: block; font-size: 14.5px; }
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat-grid {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-map-stat-grid { display: grid; } }
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px;
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card .n {
  font-family: 'Lora', Georgia, serif;
  color: var(--lh-gold);
  font-size: 26px;
  font-weight: 700;
  display: block;
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card .l {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 4px;
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card--btn,
[data-store-theme="lilamhomes"] .lh-v2-map-stat--btn {
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  font: inherit;
  color: inherit;
  width: 100%;
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card--btn:hover,
[data-store-theme="lilamhomes"] .lh-v2-map-stat-card--btn:focus,
[data-store-theme="lilamhomes"] .lh-v2-map-stat--btn:hover,
[data-store-theme="lilamhomes"] .lh-v2-map-stat--btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(201, 163, 104, 0.45);
  transform: translateY(-1px);
  outline: none;
}
[data-store-theme="lilamhomes"] .lh-v2-map-footer-strip {
  display: flex;
  justify-content: space-between;
  padding: 16px 4px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 14px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-map-footer-strip { display: none; } }
[data-store-theme="lilamhomes"] .lh-v2-map-stat { text-align: center; flex: 1; }
[data-store-theme="lilamhomes"] .lh-v2-map-stat .n {
  font-family: 'Lora', Georgia, serif;
  color: var(--lh-gold);
  font-size: 19px;
  font-weight: 700;
  display: block;
}
[data-store-theme="lilamhomes"] .lh-v2-map-stat .l {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2px;
}
[data-store-theme="lilamhomes"] .lh-v2-city-pills {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-city-pills { display: flex; } }
[data-store-theme="lilamhomes"] .lh-v2-map-stat--btn {
  background: none;
  border: none;
  padding: 4px 2px;
}
[data-store-theme="lilamhomes"] .lh-v2-city-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 13px;
  border-radius: 20px;
  background: none;
  cursor: pointer;
}
[data-store-theme="lilamhomes"] .lh-v2-city-pill b { color: var(--lh-gold); margin-left: 5px; font-weight: 800; }

/* New + reviews split */
[data-store-theme="lilamhomes"] .lh-v2-split {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-split {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-listing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-listing-grid .lh-v2-card { flex: none; }
[data-store-theme="lilamhomes"] .lh-v2-listing-grid .lh-v2-card__img { height: 104px; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-listing-grid .lh-v2-card__img { height: 130px; } }

[data-store-theme="lilamhomes"] .lh-v2-review-stack { display: flex; flex-direction: column; gap: 16px; }
[data-store-theme="lilamhomes"] .lh-v2-review-card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 14px;
  padding: 16px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-review-card { padding: 20px; } }
[data-store-theme="lilamhomes"] .lh-v2-review-stars { color: var(--lh-gold); font-size: 12px; letter-spacing: 1px; margin-bottom: 8px; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-review-stars { font-size: 13px; margin-bottom: 10px; } }
[data-store-theme="lilamhomes"] .lh-v2-review-quote {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 10px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-review-quote { font-size: 14px; margin-bottom: 14px; } }
[data-store-theme="lilamhomes"] .lh-v2-review-who { display: flex; align-items: center; gap: 8px; }
[data-store-theme="lilamhomes"] .lh-v2-review-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--lh-lapis);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lora', Georgia, serif;
  flex-shrink: 0;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-review-avatar { width: 34px; height: 34px; font-size: 13px; } }
[data-store-theme="lilamhomes"] .lh-v2-review-name { font-size: 12px; font-weight: 700; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-review-name { font-size: 13px; } }
[data-store-theme="lilamhomes"] .lh-v2-review-loc { font-size: 10.5px; color: var(--lh-mute); }

/* Footer */
[data-store-theme="lilamhomes"] .lh-v2-footer {
  background: var(--lh-lapis-deep);
  color: rgba(255, 255, 255, 0.7);
  padding: 26px 0 30px;
  margin-top: 30px;
  font-size: 12px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-footer { padding: 56px 0 36px; margin-top: 0; }
}
[data-store-theme="lilamhomes"] .lh-v2-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-footer-brand {
  margin-bottom: 10px;
}
[data-store-theme="lilamhomes"] .lh-v2-footer-logo {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 10.5rem;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-footer-logo {
    height: 3.75rem;
    max-width: 12rem;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-footer-desc { font-size: 12px; line-height: 1.6; }
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-footer-desc { font-size: 13.5px; max-width: 280px; } }
[data-store-theme="lilamhomes"] .lh-v2-footer-col-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: none;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-footer-col-title { display: block; font-size: 13px; margin-bottom: 14px; }
}
[data-store-theme="lilamhomes"] .lh-v2-footer-col a {
  display: inline-block;
  font-size: 12px;
  margin-right: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}
@media (min-width: 900px) {
  [data-store-theme="lilamhomes"] .lh-v2-footer-col a { display: block; font-size: 13.5px; margin-right: 0; margin-bottom: 10px; }
  [data-store-theme="lilamhomes"] .lh-v2-footer-col a:hover { color: var(--lh-gold); }
}
[data-store-theme="lilamhomes"] .lh-v2-footer-line { border-top: 1px solid rgba(255, 255, 255, 0.12); }
[data-store-theme="lilamhomes"] .lh-v2-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-footer-bottom { padding-top: 24px; font-size: 12.5px; } }

/* Results area */
[data-store-theme="lilamhomes"] .lh-v2-results-wrap {
  max-width: var(--lh-maxw);
  margin: 0 auto;
  padding: 0 18px 24px;
}
@media (min-width: 900px) { [data-store-theme="lilamhomes"] .lh-v2-results-wrap { padding: 0 32px 48px; } }
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .lh-search-results-bar { margin-top: 1rem; }
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-split-row {
  border-radius: 14px;
  border-color: var(--lh-line);
}
/* Single page scroll — no nested list scrollbar inside results */
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-split-row > .order-1,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-split-row > .lg\\:order-2 {
  max-height: none !important;
}
[data-store-theme="lilamhomes"] .lh-v2-results-wrap #stack-properties-list.ah-prop-list-scroll {
  overflow: visible !important;
  max-height: none !important;
  flex: none !important;
  min-height: 0;
}
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-map-shell > .ah-prop-map-col {
  height: min(52vh, 460px) !important;
  max-height: min(52vh, 460px) !important;
  min-height: 260px !important;
}
@media (min-width: 1024px) {
  [data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-map-shell > .ah-prop-map-col {
    height: min(58vh, 500px) !important;
    max-height: min(58vh, 500px) !important;
  }
}
/* Results list: one column in map split so action buttons stay visible */
[data-store-theme="lilamhomes"] .lh-v2-results-wrap #stack-properties-list.ah-prop-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 1536px) {
  [data-store-theme="lilamhomes"] .lh-v2-results-wrap #stack-properties-list.ah-prop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-card-actions {
  flex-wrap: wrap;
}
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-btn-viewdetails,
[data-store-theme="lilamhomes"] .lh-v2-results-wrap .ah-prop-btn-contact {
  min-width: 0;
  flex: 1 1 7rem;
}
