:root {
  --lp-gold: #9f8054;
  --lp-gold-dark: #7f633e;
  --lp-ink: #171717;
  --lp-charcoal: #282828;
  --lp-surface: #f6f3ee;
  --lp-white: #ffffff;
  --lp-muted: #686868;
  --lp-border: rgba(23, 23, 23, 0.14);
  --lp-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  --lp-radius: 18px;
  --lp-focus: 0 0 0 4px rgba(159, 128, 84, 0.28);
  --lp-container: 1180px;
  --lp-section-space: clamp(64px, 8vw, 104px);
  --lp-card-padding: clamp(22px, 3vw, 32px);
  --lp-button-height: 48px;
  --lp-button-radius: 10px;
  --lp-dark-surface: #1d1d1d;
  --lp-light-surface: #f8f8f7;
  --lp-readable: #25211c;
}

html { margin: 0; scroll-behavior: smooth; }
body { margin: 0; padding-top: 0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, video, iframe { max-width: 100%; }
button, input, select, textarea { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--lp-gold); outline-offset: 3px; }

.skip-link,
.lp-skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 20000;
  background: var(--lp-white); color: var(--lp-ink); padding: 10px 16px;
  border-radius: 8px; box-shadow: var(--lp-shadow);
}
.skip-link:focus,
.lp-skip-link:focus { top: 12px; }

.navbar {
  z-index: 1200;
}
.navbar .container {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  grid-template-areas: "brand contact" "menu menu";
  align-items: center;
}
.navbar .container .upper-side {
  display: contents;
}
.navbar .container .upper-side .logo {
  grid-area: brand;
  min-width: 0;
}
.navbar .container .upper-side .logo img {
  width: min(100%, 220px);
  height: auto;
}
.navbar .container .upper-side .phone-email {
  grid-area: contact;
  justify-self: end;
  width: auto;
  max-width: 250px;
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 6px;
  text-align: left;
  white-space: nowrap;
}
.phone-email__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
}
.phone-email__icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: #ebcfa7;
}
.phone-email__copy {
  display: grid;
  gap: 3px;
  line-height: 1.1;
}
.phone-email__copy strong {
  font-size: .92rem;
  font-weight: 600;
}
.phone-email__copy small {
  font-size: .72rem;
}
.phone-email__copy a {
  color: #fff;
}
.navbar .container .menu {
  grid-area: menu;
  width: 100%;
  display: flex;
}
.navbar > .container > .menu > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: end;
  gap: clamp(17px, 2.2vw, 30px);
}
.navbar > .container > .menu > ul > li > a { white-space: nowrap; }
.navbar .menu a.is-active,
.navbar .menu a[aria-current="page"],
.side-navigation .menu a.is-active,
.side-navigation .menu a[aria-current="page"] {
  color: #cbb184;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.navbar .hamburger { display: none; }
.side-navigation {
  width: min(390px, 88vw);
  padding: clamp(28px, 5vh, 54px) clamp(24px, 4vw, 42px);
  overflow-y: auto;
}
.side-navigation .menu {
  width: 100%;
}
.side-navigation .menu > ul {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
.side-navigation .menu > ul > li {
  width: 100%;
  display: block;
  margin: 0;
}
.side-navigation .menu > ul > li > a {
  width: 100%;
  display: block;
  padding: 12px 0;
  white-space: normal;
  line-height: 1.35;
}
.side-navigation .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.side-navigation .gallery li {
  width: auto;
  margin: 0;
  padding: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
.side-navigation .gallery li a {
  width: 100%;
  height: 100%;
  display: block;
}
.side-navigation .gallery li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 991px) {
  .navbar .container {
    grid-template-columns: minmax(150px, 210px) 1fr auto;
    grid-template-areas: "brand contact toggle";
  }
  .navbar .container .upper-side .hamburger {
    grid-area: toggle;
    display: block;
  }
  .navbar .container .menu {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .side-navigation .side-content {
    display: block;
  }
  .side-navigation .menu > ul > li > a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .navbar .container {
    grid-template-columns: minmax(145px, 190px) 1fr auto;
    grid-template-areas: "brand spacer toggle";
  }
  .navbar .container .upper-side .phone-email {
    display: none;
  }
}

/* Homepage AI advisor */
.lp-advisor-section {
  position: relative;
  padding: clamp(62px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(159,128,84,.18), transparent 30%),
    linear-gradient(140deg, #171717, #282828 60%, #1b1b1b);
  color: var(--lp-white);
  overflow: hidden;
}
.lp-advisor-section::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent);
}
.lp-advisor-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.lp-eyebrow { display: inline-flex; gap: 8px; align-items: center; color: #d9c3a2; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; font-weight: 700; }
.lp-advisor-copy h2 { margin: 14px 0 20px; color: var(--lp-white); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.08; }
.lp-advisor-copy p { max-width: 660px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.75; }
.lp-advisor-points { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.lp-advisor-points li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.86); }
.lp-advisor-points i { color: #d9c3a2; margin-top: 4px; }
.lp-chat-card { min-height: 590px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.96); color: var(--lp-ink); box-shadow: 0 30px 80px rgba(0,0,0,.32); overflow: hidden; display: flex; flex-direction: column; }
.lp-chat-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--lp-border); background: var(--lp-white); }
.lp-chat-brand { display: flex; gap: 12px; align-items: center; }
.lp-chat-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lp-charcoal); color: #d9c3a2; }
.lp-chat-brand strong { display: block; }
.lp-chat-brand small { display: block; color: var(--lp-muted); margin-top: 2px; }
.lp-chat-status { display: inline-flex; align-items: center; gap: 7px; color: #356d46; font-size: .8rem; }
.lp-chat-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #4fa96c; box-shadow: 0 0 0 4px rgba(79,169,108,.14); }
.lp-chat-log { flex: 1; overflow-y: auto; padding: 20px; background: #f7f5f1; scroll-behavior: smooth; }
.lp-message { max-width: 88%; padding: 12px 15px; margin-bottom: 12px; border-radius: 16px; line-height: 1.55; white-space: pre-wrap; }
.lp-message--assistant { background: var(--lp-white); border: 1px solid rgba(0,0,0,.07); border-bottom-left-radius: 5px; }
.lp-message--user { margin-left: auto; color: var(--lp-white); background: var(--lp-charcoal); border-bottom-right-radius: 5px; }
.lp-message--error { color: #7a2525; background: #fff1f1; border: 1px solid #e9b8b8; }
.lp-quick-goals { display: flex; gap: 8px; flex-wrap: wrap; margin: 4px 0 16px; }
.lp-goal-chip { border: 1px solid rgba(159,128,84,.48); background: #fff; color: #5f482d; border-radius: 999px; padding: 9px 12px; cursor: pointer; font-size: .88rem; transition: .18s ease; }
.lp-goal-chip:hover, .lp-goal-chip:focus-visible { background: #f2e8d8; transform: translateY(-1px); }
.lp-recommendations { display: grid; gap: 10px; margin: 12px 0 4px; }
.lp-mini-property { display: grid; grid-template-columns: 78px 1fr; gap: 12px; padding: 10px; border: 1px solid var(--lp-border); border-radius: 12px; background: #fff; color: inherit; text-decoration: none; }
.lp-mini-property img { width: 78px; height: 68px; object-fit: cover; border-radius: 9px; }
.lp-mini-property strong { display: block; font-size: .92rem; }
.lp-mini-property small { display: block; margin-top: 4px; color: var(--lp-muted); }
.lp-mini-property b { display: block; margin-bottom: 3px; color: var(--lp-gold-dark); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.lp-mini-property em { display: block; margin-top: 5px; color: #705f4c; font-size: .72rem; line-height: 1.35; }
.lp-chat-compose { padding: 14px; border-top: 1px solid var(--lp-border); background: var(--lp-white); }
.lp-chat-form { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: end; }
.lp-chat-input { width: 100%; min-height: 46px; max-height: 130px; resize: none; border: 1px solid var(--lp-border); border-radius: 14px; padding: 12px 14px; color: var(--lp-ink); background: #fff; }
.lp-chat-input:focus { border-color: var(--lp-gold); box-shadow: var(--lp-focus); outline: none; }
.lp-icon-button { width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--lp-border); background: #fff; color: var(--lp-charcoal); cursor: pointer; display: grid; place-items: center; }
.lp-icon-button:hover { background: #f2eee8; }
.lp-icon-button--send { border-color: var(--lp-charcoal); background: var(--lp-charcoal); color: #fff; }
.lp-icon-button.is-listening { background: #8d2c2c; color: #fff; animation: lpPulse 1.2s infinite; }
.lp-chat-note { display: block; margin-top: 8px; color: var(--lp-muted); font-size: .74rem; line-height: 1.35; }
@keyframes lpPulse { 50% { box-shadow: 0 0 0 8px rgba(141,44,44,.15); } }

/* Data-driven property catalogue */
.lp-catalog-section { padding: clamp(52px, 7vw, 92px) 0; }
.lp-catalog-toolbar { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 24px 0 30px; }
.lp-field { position: relative; }
.lp-field i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--lp-gold-dark); pointer-events: none; }
.lp-field input, .lp-field select { width: 100%; min-height: 50px; border: 1px solid var(--lp-border); border-radius: 999px; padding: 10px 16px 10px 42px; background: #fff; color: var(--lp-ink); }
.lp-field input:focus, .lp-field select:focus { outline: none; border-color: var(--lp-gold); box-shadow: var(--lp-focus); }
.lp-property-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.lp-property-card { min-width: 0; border-radius: var(--lp-radius); background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.09); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.lp-property-card:hover { transform: translateY(-4px); box-shadow: var(--lp-shadow); }
.lp-property-card a { color: inherit; text-decoration: none; }
.lp-property-card figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; background: #171717; }
.lp-property-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lp-property-card:hover img { transform: scale(1.035); }
.lp-property-card__body { padding: 20px; }
.lp-property-card__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.lp-pill { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border-radius: 999px; background: #f1eadf; color: #6a5030; font-size: .74rem; font-weight: 700; }
.lp-property-card h3 { margin: 0 0 8px; font-size: 1.22rem; }
.lp-property-card p { margin: 0; color: var(--lp-muted); min-height: 48px; }
.lp-property-card__price { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--lp-border); font-weight: 700; }
.lp-catalog-empty { grid-column: 1/-1; text-align: center; padding: 52px 18px; border: 1px dashed var(--lp-border); border-radius: var(--lp-radius); color: var(--lp-muted); }

/* Development-ready investments */
.lp-process-grid, .lp-opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.lp-process-card, .lp-opportunity-card { border: 1px solid var(--lp-border); border-radius: var(--lp-radius); background: #fff; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.07); }
.lp-process-card { padding: 24px; }
.lp-process-number { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--lp-charcoal); color: #d9c3a2; font-weight: 700; margin-bottom: 18px; }
.lp-process-card h3, .lp-opportunity-card h3 { font-size: 1.16rem; }
.lp-process-card p, .lp-opportunity-card p { color: var(--lp-muted); line-height: 1.65; }
.lp-opportunity-card figure { aspect-ratio: 4/3; margin: 0; overflow: hidden; }
.lp-opportunity-card img { width: 100%; height: 100%; object-fit: cover; }
.lp-opportunity-card__body { padding: 22px; }

.lp-development-intro .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}
.lp-development-intro .row > * {
  width: auto;
  max-width: none;
  flex: none;
}
.lp-development-intro figure.lp-development-media,
.lp-development-intro figure.lp-development-media .holder {
  position: static;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  transform: none;
  padding: 0;
  background: transparent;
}
.lp-development-media::before,
.lp-development-media .holder::before {
  display: none;
}
.lp-development-intro figure.lp-development-media .holder img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.lp-check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 9px; }
.lp-check-list li { position: relative; padding-left: 24px; color: var(--lp-muted); }
.lp-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lp-gold-dark); font-weight: 800; }
.lp-disclaimer { margin-top: 28px; padding: 16px 18px; border-left: 3px solid var(--lp-gold); background: #f6f1e9; color: #5b5145; font-size: .88rem; }
.lp-cta-panel { border-radius: 26px; padding: clamp(32px,5vw,66px); background: linear-gradient(135deg,#202020,#343434); color: #fff; }
.lp-cta-panel h2 { color: #fff; }
.lp-cta-panel p { color: rgba(255,255,255,.74); max-width: 760px; }
.lp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid var(--lp-gold); background: var(--lp-gold); color: #fff !important; text-decoration: none; font-weight: 700; cursor: pointer; }
.lp-button:hover { background: var(--lp-gold-dark); border-color: var(--lp-gold-dark); }
.lp-button--ghost { background: transparent; border-color: rgba(255,255,255,.5); }
.lp-button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* Forms, fixed bars, and compatibility */
.form-container { max-height: calc(100vh - 24px); overflow-y: auto; }
.form-container form input, .form-container form textarea { font-size: 16px; }
.ticker { padding-bottom: env(safe-area-inset-bottom); }
.fab-container { bottom: calc(94px + env(safe-area-inset-bottom)); }

@media (max-width: 991.98px) {
  .lp-advisor-shell { grid-template-columns: 1fr; }
  .lp-chat-card { min-height: 560px; }
  .lp-property-grid, .lp-process-grid, .lp-opportunity-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lp-catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .lp-catalog-toolbar .lp-field:last-child { grid-column: 1/-1; }
  .navbar .menu { overflow-x: auto; scrollbar-width: none; }
  .navbar .menu::-webkit-scrollbar { display: none; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .lp-advisor-section { padding-top: 54px; }
  .lp-chat-card { min-height: 520px; border-radius: 18px; }
  .lp-chat-head { padding: 14px; }
  .lp-chat-log { padding: 14px; }
  .lp-message { max-width: 94%; }
  .lp-catalog-toolbar, .lp-property-grid, .lp-process-grid, .lp-opportunity-grid { grid-template-columns: 1fr; }
  .lp-catalog-toolbar .lp-field:last-child { grid-column: auto; }
  .lp-property-card p { min-height: 0; }
  .lp-chat-status { display: none; }
  .ticker .container { gap: 10px; }
  .ticker p { line-height: 1.25; }
}

@media (max-width: 420px) {
  .lp-chat-form { grid-template-columns: auto minmax(0,1fr) auto; }
  .lp-icon-button { width: 42px; height: 42px; border-radius: 12px; }
  .lp-chat-input { min-height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .slider-container .swiper-wrapper { transform: none; }
}

/* LuxuryPeaks v2.2.3 advisor product */
:root {
  --aira-bg: #151515;
  --aira-surface: #1d1d1d;
  --aira-raised: #242321;
  --aira-border: rgba(224, 210, 189, .16);
  --aira-text: #f3f0eb;
  --aira-muted: #aaa49b;
  --aira-gold: #b89a70;
  --lp-advisor-error: #ffd7d7;
  --lp-advisor-error-bg: #3a2020;
  --lp-control-height: 44px;
  --lp-control-radius: 10px;
}

.lp-v22-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(108px, 14vh, 146px) 0 clamp(24px, 4vh, 42px);
  color: #fff;
  background: #191919 url("../images/slider/HerobespokeHomes.jpg") center 45% / cover no-repeat;
  box-sizing: border-box;
}
.lp-v22-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.88), rgba(10,10,10,.48) 58%, rgba(10,10,10,.24)), linear-gradient(0deg, rgba(10,10,10,.72), transparent 65%); }
.lp-v22-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.lp-v22-hero h1 { max-width: 860px; margin: 16px 0 15px; color: #fff; font-size: clamp(2.15rem, 4.7vw, 4.6rem); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.lp-v22-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.lp-button { min-height: var(--lp-control-height); display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; border: 1px solid transparent; border-radius: var(--lp-control-radius); padding: 10px 18px; font-weight: 700; line-height: 1.25; text-align: center; letter-spacing: .01em; cursor: pointer; transition: background-color .2s, border-color .2s, color .2s; }
.lp-button--primary { background: var(--lp-gold); color: #fff; }
.lp-button--primary:hover { background: var(--lp-gold-dark); color: #fff; }
.lp-button--secondary, .lp-button--quiet { border-color: var(--aira-border); background: rgba(255,255,255,.035); color: var(--aira-text) !important; }
.lp-hero-context { width: min(100%, 980px); margin-top: clamp(18px, 3vh, 28px); padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(17,17,17,.62); backdrop-filter: blur(10px); }
.lp-hero-context__query { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.lp-hero-context__query input { width: 100%; height: 44px; min-width: 0; border: 1px solid rgba(255,255,255,.23); border-radius: 9px; padding: 0 13px; background: rgba(255,255,255,.08); color: #fff; }
.lp-hero-context__query input::placeholder { color: rgba(255,255,255,.68); }
.lp-hero-context__query .lp-button { min-width: 150px; height: 44px; padding-block: 0; }
.lp-button--secondary:hover, .lp-button--quiet:hover { border-color: rgba(184,154,112,.65); background: rgba(255,255,255,.075); }
.lp-button--ghost { border-color: transparent; background: transparent; color: var(--aira-muted) !important; }
.lp-button--ghost:hover { background: rgba(255,255,255,.04); color: var(--aira-text) !important; }
.lp-button:disabled, .lp-button[aria-disabled="true"] { border-color: rgba(160,160,160,.2); background: rgba(160,160,160,.08); color: #898989 !important; cursor: not-allowed; }

.lp-advisor-section { height: auto; min-height: 0; padding: 0; overflow: clip; background: var(--aira-bg); color: var(--aira-text); }
.lp-property-facts { padding: clamp(42px, 6vw, 72px) 0; background: #f6f3ee; }
.lp-property-facts h2 { margin: 10px 0 24px; color: var(--lp-ink); }
.lp-property-facts dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0 0 22px; background: var(--lp-border); }
.lp-property-facts dl > div { min-width: 0; padding: 16px; background: #fff; }
.lp-property-facts dt { margin-bottom: 7px; color: var(--lp-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.lp-property-facts dd { margin: 0; color: var(--lp-ink); overflow-wrap: anywhere; }
.lp-property-facts dd small { display: block; margin-top: 5px; color: var(--lp-muted); line-height: 1.4; }
.lp-property-facts__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.lp-property-facts__review { margin: 16px 0 0; color: var(--lp-muted); font-size: .78rem; }
.property-customization { padding-block: clamp(64px, 8vw, 100px); }
.property-customization > .container { position: relative; z-index: 1; }
.property-customization .wow { visibility: visible !important; animation: none !important; }
.apartment .property-infos { display: none !important; }
.apartment .row > .col-md { width: 100%; flex-basis: 100%; }
.recent-gallery [data-stellar-ratio] { transform: none !important; }
.recent-gallery img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.intro-video { padding-block: clamp(56px, 7vw, 90px); }
.lp-property-page .facilities,
.lp-property-page .property-customization,
.lp-property-page .intro-video,
.lp-property-page section.contact { display: none !important; }
.lp-advisor-section::after { opacity: .32; }
.lp-aira-app { position: relative; z-index: 1; width: min(100%, var(--lp-container)); height: clamp(720px, 100svh, 900px); min-height: 0; margin: 0 auto; display: flex; flex-direction: column; padding: 0 clamp(18px, 4vw, 48px); }
.lp-aira-header { flex: 0 0 auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--aira-border); }
.lp-aira-kicker { margin: 0; color: var(--aira-text); font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; }
.lp-aira-header p { max-width: 690px; margin: 4px 0 0; color: var(--aira-muted); font-size: .82rem; font-weight: 500; line-height: 1.45; letter-spacing: .02em; }
.lp-aira-header__actions { display: flex; align-items: center; gap: 20px; }
.lp-chat-status { display: inline-flex; align-items: center; gap: 7px; color: var(--aira-muted); font-size: .76rem; }
.lp-chat-status::before { content: none; display: none; }
.lp-chat-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--aira-gold); opacity: .72; }
.lp-aira-header button.lp-text-button { width: auto; min-width: 0; min-height: 0; border: 0; border-radius: 0; padding: 8px 0; background: transparent; box-shadow: none; color: var(--aira-text); font-size: .8rem; cursor: pointer; }
.lp-profile-bar { flex: 0 0 auto; min-height: 42px; padding: 9px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; border-bottom: 1px solid var(--aira-border); color: var(--aira-muted); font-size: .78rem; }
.lp-profile-bar[hidden] { display: none; }
.lp-profile-bar b { color: var(--aira-text); font-weight: 600; }
.lp-profile-bar button { width: auto; min-height: 30px; margin: 0; border: 1px solid var(--aira-border); border-radius: 999px; padding: 5px 10px; background: transparent; color: var(--aira-muted); font-size: inherit; cursor: pointer; }
.lp-profile-bar button:hover, .lp-profile-bar button:focus-visible { border-color: var(--aira-gold); color: var(--aira-text); }
.lp-chat-start { flex: 0 0 auto; width: min(100%, 900px); margin: auto auto 0; padding: clamp(24px, 5vh, 54px) 0 22px; border: 0; background: transparent; }
.lp-chat-start[hidden] { display: none; }
.lp-chat-start p { margin: 0 0 18px; }
.lp-chat-start p strong { color: var(--aira-text); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.35rem); font-weight: 500; line-height: 1.2; }
.lp-chat-start > small { display: block; margin-top: 18px; color: var(--aira-muted); font-size: .88rem; }
.lp-quick-goals { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.lp-advisor-section .lp-goal-chip { width: 100%; height: auto; min-height: 52px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 9px 12px; border: 1px solid var(--aira-border); border-radius: var(--lp-control-radius); background: transparent; color: var(--aira-text); line-height: 1.3; text-align: center; }
.lp-goal-chip:hover, .lp-goal-chip:focus-visible { border-color: var(--aira-gold); background: rgba(184,154,112,.08); }
.lp-goal-chip.is-selected, .lp-goal-chip[aria-pressed="true"] { border-color: var(--aira-gold); background: rgba(184,154,112,.14); color: #f8ead3; }
.lp-chat-log { flex: 1 1 auto; min-height: 0; width: min(100%, 1000px); margin: 0 auto; padding: 26px 0 20px; overflow-y: auto; overscroll-behavior: contain; background: transparent; scrollbar-color: rgba(184,154,112,.42) transparent; }
.lp-message { width: fit-content; max-width: min(82%, 720px); margin: 0 0 18px; padding: 13px 16px; border: 1px solid var(--aira-border); border-radius: 12px; background: var(--aira-surface); color: var(--aira-text); font-size: 1rem; line-height: 1.65; white-space: normal; }
.lp-message--assistant { border-bottom-left-radius: 3px; background: var(--aira-surface); color: var(--aira-text); }
.lp-message--user { max-width: min(78%, 680px); margin-left: auto; border-bottom-right-radius: 3px; background: var(--aira-raised); color: var(--aira-text); }
.lp-message__label { display: block; margin-bottom: 5px; color: var(--aira-gold); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.lp-message > div, .lp-message p { color: inherit; }
.lp-message a { color: #dec59f; text-decoration: underline; text-underline-offset: 3px; }
.lp-message p { margin: 0 0 12px; }
.lp-message p:last-child { margin-bottom: 0; }
.lp-message--typing { background: var(--aira-surface); color: #c8c2b9; font-size: .88rem; }
.lp-message--error { border-color: rgba(255,130,130,.35); background: var(--lp-advisor-error-bg); color: var(--lp-advisor-error); }
.lp-message--typing::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--aira-gold); animation: lp-aira-pulse 1.4s ease-in-out infinite; }
@keyframes lp-aira-pulse { 50% { opacity: .3; transform: scale(.76); } }
.lp-recommendations { width: min(100%, 900px); display: grid; gap: 12px; margin: -8px 0 26px; }
.lp-mini-property { display: grid; grid-template-columns: 190px minmax(0, 1fr); border: 1px solid var(--aira-border); background: var(--aira-surface); }
.lp-mini-property figure { min-height: 180px; margin: 0; overflow: hidden; background: linear-gradient(135deg, #262626, #1a1a1a); }
.lp-mini-property img { width: 100%; height: 100%; object-fit: cover; }
.lp-mini-property figure.is-image-unavailable::after { content: "Image unavailable"; height: 100%; display: grid; place-items: center; color: var(--aira-muted); font-size: .75rem; }
.lp-mini-property__body { padding: 16px 18px; }
.lp-mini-property__body > span { color: var(--aira-gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.lp-mini-property h3 { margin: 4px 0; color: var(--aira-text); font-size: 1.18rem; }
.lp-mini-property strong { color: var(--aira-text); font-size: .9rem; }
.lp-mini-property p { margin: 7px 0 0; color: var(--aira-muted); font-size: .8rem; line-height: 1.45; }
.lp-mini-property p b { color: var(--aira-text); }
.lp-mini-property__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.lp-mini-property__actions a, .lp-mini-property__actions button { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid var(--aira-border); border-radius: 8px; padding: 5px 10px; background: transparent; color: var(--aira-text); font-size: .78rem; font-weight: 700; cursor: pointer; }
.lp-mini-property__actions button.is-selected { border-color: var(--aira-gold); background: rgba(184,154,112,.12); color: #f4dfbf; }
.lp-advisor-section .lp-jump-latest { position: absolute; right: clamp(24px, 5vw, 64px); bottom: 155px; z-index: 3; width: auto; height: auto; min-height: 34px; margin: 0; border: 1px solid var(--aira-border); border-radius: 999px; padding: 6px 11px; background: var(--aira-raised); color: var(--aira-text); font-size: .73rem; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.lp-jump-latest[hidden] { display: none; }
.lp-chat-actions-bar { flex: 0 0 auto; width: min(100%, 1000px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 8px; border-top: 1px solid var(--aira-border); padding: 9px 0; background: transparent; }
.lp-chat-actions-bar .lp-action-button { width: 100%; height: 44px; min-height: 44px; border: 1px solid var(--aira-border); padding: 0 10px; background: rgba(255,255,255,.035) !important; color: var(--aira-muted) !important; font-size: .76rem; font-weight: 600; line-height: 1.25; box-sizing: border-box; }
.lp-chat-actions-bar > * { align-self: stretch; display: inline-flex; vertical-align: top; transform: none; }
.lp-action-button:hover { color: var(--aira-text) !important; }
.lp-action-button .fa-whatsapp { color: var(--aira-gold); }
.lp-action-count { min-width: 20px; padding: 1px 5px; border-radius: 999px; background: rgba(184,154,112,.12); color: #d6c09f; font-size: .68rem; }
.lp-chat-compose { flex: 0 0 auto; width: min(100%, 1000px); margin: 0 auto; padding: 8px 0 max(14px, env(safe-area-inset-bottom)); background: var(--aira-bg); }
.lp-chat-form { min-height: 52px; display: flex; align-items: flex-end; gap: 8px; border: 1px solid var(--aira-border); border-radius: 14px; padding: 7px 8px; background: var(--aira-raised); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.lp-chat-input { flex: 1; min-height: 38px; max-height: 132px; border: 0; padding: 8px 4px; resize: none; background: transparent; color: var(--aira-text); line-height: 1.45; }
.lp-chat-input::placeholder { color: #858078; }
.lp-chat-input:focus { outline: 0; }
.lp-advisor-section .lp-icon-button { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; margin: 0; padding: 0; border: 1px solid var(--aira-border); border-radius: 9px; background: rgba(255,255,255,.025); color: var(--aira-muted); cursor: pointer; }
.lp-icon-button:hover { border-color: rgba(184,154,112,.48); background: rgba(255,255,255,.06); color: var(--aira-text); }
.lp-icon-button.is-listening { border-color: var(--aira-gold); background: rgba(184,154,112,.14); color: var(--aira-gold); }
.lp-icon-button--send { background: transparent; color: var(--aira-muted); }
.lp-icon-button--send.is-ready { border-color: var(--aira-gold); background: var(--aira-gold); color: #171717; }
.lp-icon-button:disabled { opacity: .5; cursor: not-allowed; }
.lp-chat-compose-meta { display: flex; align-items: center; gap: 12px; margin-top: 7px; color: var(--aira-muted); }
.lp-advisor-section .lp-voice-reply-toggle { width: auto; height: auto; min-height: 26px; margin: 0; border: 1px solid transparent; border-radius: 7px; padding: 3px 6px; background: transparent; color: inherit; font-size: .7rem; white-space: nowrap; }
.lp-voice-reply-toggle[aria-pressed="true"] { border-color: rgba(184,154,112,.45); background: rgba(184,154,112,.1); color: #d6c09f; }
.lp-keyboard-hint { font-size: .68rem; white-space: nowrap; }
.lp-chat-note { margin-left: auto; max-width: 590px; text-align: right; font-size: .63rem; line-height: 1.4; }

.lp-knowledge, .lp-trust { padding: var(--lp-section-space) 0; }
.lp-section-heading { display: grid; grid-template-columns: 1fr auto; gap: 8px 30px; align-items: end; margin-bottom: 34px; }
.lp-section-heading .lp-eyebrow { grid-column: 1 / -1; }
.lp-section-heading h2 { max-width: 760px; margin: 0; color: var(--lp-ink); font-size: clamp(1.8rem, 3.6vw, 3.1rem); }
.lp-section-heading > a { color: var(--lp-gold-dark); font-weight: 700; }
.lp-knowledge { background: var(--lp-light-surface); }
.lp-knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-knowledge-grid > * { min-height: 188px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; border: 0; border-right: 1px solid var(--lp-border); padding: var(--lp-card-padding); background: transparent; color: var(--lp-ink); text-align: left; text-transform: none; cursor: pointer; }
.lp-knowledge-grid > *:last-child { border-right: 0; }
.lp-knowledge-grid strong { min-height: 1.55em; font-size: 1.05rem; line-height: 1.55; text-transform: none; }
.lp-knowledge-grid span { color: var(--lp-muted); font-size: .9rem; line-height: 1.55; text-transform: none; }
.lp-knowledge-grid > button { width: 100%; height: auto; margin: 0; padding: var(--lp-card-padding) !important; box-sizing: border-box; background: #cbb184; color: var(--lp-readable); }
.lp-knowledge-grid > button span { color: #352e25; }
.lp-knowledge-grid > button:hover { background: #d5bd93; }
.lp-knowledge-grid > button:focus-visible { position: relative; z-index: 1; outline-color: #3a2c1c; box-shadow: inset 0 0 0 2px #3a2c1c; }

/* Focused verticals and integrated illustrative calculator */
.lp-verticals { padding: var(--lp-section-space) 0; background: #fff; }
.lp-verticals__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 5vw, 72px); align-items: stretch; }
.lp-verticals__intro h2, .lp-calculator__intro h2 { margin: 12px 0 16px; color: var(--lp-ink); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.12; }
.lp-verticals__intro p, .lp-calculator__intro p { margin: 0; color: var(--lp-muted); line-height: 1.7; }
.lp-verticals__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lp-vertical-card { min-width: 0; display: flex; flex-direction: column; padding: var(--lp-card-padding); border: 1px solid var(--lp-border); border-radius: var(--lp-radius); background: var(--lp-light-surface); color: var(--lp-ink); text-decoration: none; transition: border-color .2s, transform .2s, background-color .2s; }
.lp-vertical-card:hover { border-color: rgba(159,128,84,.58); background: #fbfaf8; color: var(--lp-ink); transform: translateY(-2px); }
.lp-vertical-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: rgba(159,128,84,.12); color: var(--lp-gold-dark); }
.lp-vertical-card h3 { min-height: 2.5em; margin: 0 0 12px; color: var(--lp-ink); font-size: 1.25rem; line-height: 1.25; }
.lp-vertical-card p { margin: 0 0 24px; color: var(--lp-muted); line-height: 1.6; }
.lp-vertical-card__link { margin-top: auto; color: var(--lp-gold-dark); font-weight: 700; }

.property-calculator.lp-calculator { padding: var(--lp-section-space) 0; border-top: 1px solid var(--lp-border); background: var(--lp-surface); }
.lp-calculator__grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(34px, 6vw, 80px); align-items: start; }
.lp-calculator .calculator-container, .lp-calculator .chart-container { width: auto; max-width: none; padding: 0; }
.lp-calculator__intro { margin-bottom: 30px; }
.lp-calculator .range-container { gap: 10px; margin: 0 0 24px; padding: 0; }
.lp-calculator .range-container label { margin: 0; color: var(--lp-readable); font-weight: 700; line-height: 1.45; }
.lp-currency-field { min-height: 54px; display: flex; align-items: center; border: 1px solid var(--lp-border); border-radius: var(--lp-button-radius); background: #fff; transition: border-color .2s, box-shadow .2s; }
.lp-currency-field:focus-within { border-color: var(--lp-gold); box-shadow: var(--lp-focus); }
.lp-currency-field > span { padding-left: 16px; color: var(--lp-gold-dark); font-weight: 700; }
.lp-currency-field input { min-width: 0; width: 100%; height: 52px; border: 0; padding: 0 16px 0 8px; outline: 0; background: transparent; color: var(--lp-readable); font-size: 1.08rem; font-weight: 700; }
.lp-currency-control > small { color: var(--lp-muted); font-size: .78rem; }
.lp-currency-control .lp-field-error { min-height: 1.2em; color: #8a2f2f; }
.lp-currency-field.is-invalid { border-color: #a43d3d; }
.lp-calculator input[type="range"] { height: 6px; border-radius: 999px; background: #d7d0c5; }
.lp-calculator input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: #d7d0c5; }
.lp-calculator input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -7px; border: 2px solid #fff; background: var(--lp-gold-dark); box-shadow: 0 0 0 1px var(--lp-gold-dark); }
.lp-calculator input[type="range"]::-moz-range-track { height: 6px; border-radius: 999px; background: #d7d0c5; }
.lp-calculator input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border: 2px solid #fff; background: var(--lp-gold-dark); box-shadow: 0 0 0 1px var(--lp-gold-dark); }
.lp-calculator input[type="range"]:focus-visible { outline: 2px solid var(--lp-gold-dark); outline-offset: 6px; }
.lp-horizon-control { min-width: 0; margin: 0; border: 0; padding: 0; }
.lp-horizon-control legend { margin-bottom: 10px; color: var(--lp-readable); font-weight: 700; }
.lp-horizon-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.lp-calculator .lp-horizon-button { min-height: 44px; border: 1px solid var(--lp-border); border-radius: var(--lp-button-radius); background: #fff; color: var(--lp-readable); font-weight: 700; cursor: pointer; }
.lp-horizon-button:hover { border-color: var(--lp-gold); }
.lp-calculator .lp-horizon-button.is-selected { border-color: var(--lp-gold-dark); background: rgba(159,128,84,.1); color: #513e27; box-shadow: inset 0 0 0 1px rgba(159,128,84,.24); }
.lp-custom-horizon { margin-top: 20px !important; }
.lp-custom-horizon[hidden] { display: none; }
.lp-investment-chart { margin: 0 0 18px; padding: clamp(18px, 3vw, 26px); border: 1px solid var(--lp-border); border-radius: var(--lp-radius); background: #fff; }
.lp-investment-chart figcaption { color: var(--lp-ink); font-size: 1rem; font-weight: 700; }
.lp-chart-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 10px 0 12px; color: var(--lp-muted); font-size: .72rem; }
.lp-chart-legend span { display: inline-flex; align-items: center; gap: 7px; }
.lp-chart-legend span::before { content: ""; width: 18px; height: 3px; border-radius: 3px; background: #44382a; }
.lp-chart-legend [data-series="rental"]::before { background: #9f8054; }
.lp-chart-legend [data-series="combined"]::before { background: #526a60; }
.lp-investment-chart svg { width: 100%; height: auto; overflow: visible; }
.lp-chart-grid { stroke: #ded8cf; stroke-width: 1; }
.lp-chart-axis-label { fill: #68635d; font-size: 11px; }
.lp-chart-line { stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.lp-chart-point { stroke: #fff; stroke-width: 1.5; }
.lp-chart-line--property { stroke: #44382a; fill: #44382a; }
.lp-chart-line--rental { stroke: #9f8054; fill: #9f8054; }
.lp-chart-line--combined { stroke: #526a60; fill: #526a60; }
.lp-calculator__results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lp-result-card { min-width: 0; min-height: 190px; display: flex; flex-direction: column; padding: var(--lp-card-padding); border: 1px solid var(--lp-border); border-radius: var(--lp-radius); background: #fff; }
.lp-result-card > span { min-height: 2.8em; color: var(--lp-gold-dark); font-size: .76rem; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.lp-result-card h3 { margin: 8px 0 10px; color: var(--lp-ink); font-size: clamp(1.45rem, 2.4vw, 2rem); font-variant-numeric: tabular-nums; }
.lp-result-card p { margin: auto 0 0; color: var(--lp-muted); font-size: .86rem; line-height: 1.55; }
.lp-calculator__disclaimer { margin: 16px 2px 0; color: var(--lp-muted); font-size: .76rem; line-height: 1.5; }
.lp-trust { background: #202020; color: #fff; text-align: center; }
.lp-trust .container { max-width: 850px; }
.lp-trust h2 { margin: 16px auto; color: #fff; font-size: clamp(1.9rem, 4vw, 3.3rem); }
.lp-trust p { margin: 0 auto 28px; color: rgba(255,255,255,.7); }

.lp-drawer { position: fixed; inset: 0; z-index: 20000; visibility: hidden; pointer-events: none; }
.lp-drawer.is-open { visibility: visible; pointer-events: auto; }
.lp-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.66); opacity: 0; transition: opacity .25s; }
.lp-drawer.is-open .lp-drawer__backdrop { opacity: 1; }
.lp-drawer__panel { position: absolute; top: 0; right: 0; width: min(100%, 480px); height: 100%; overflow-y: auto; padding: clamp(28px, 6vw, 52px); background: #f6f3ee; transform: translateX(100%); transition: transform .3s ease; }
.lp-drawer.is-open .lp-drawer__panel { transform: translateX(0); }
.lp-drawer__close { position: absolute; top: 14px; right: 18px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--lp-ink); font-size: 2rem; }
.lp-drawer h2 { margin: 12px 0 26px; color: var(--lp-ink); font-size: 2rem; }
.lp-drawer label { display: block; margin-bottom: 14px; color: var(--lp-ink); font-size: .78rem; font-weight: 700; }
.lp-drawer label span { color: var(--lp-muted); font-weight: 400; }
.lp-drawer input:not([type="checkbox"]), .lp-drawer textarea, .lp-drawer select { width: 100%; min-height: 46px; margin-top: 6px; border: 1px solid var(--lp-border); padding: 10px 12px; background: #fff; color: var(--lp-ink); }
.lp-drawer textarea { min-height: 90px; resize: vertical; }
.lp-consent { display: flex; gap: 9px; align-items: flex-start; line-height: 1.45; margin: 12px 0; }
.lp-consent input { margin-top: 3px; }
.lp-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lp-form-status { min-height: 24px; margin-top: 12px; color: var(--lp-muted); font-size: .85rem; }
.lp-drawer-open { overflow: hidden; }

@media (max-width: 767px) {
  .lp-property-facts dl { grid-template-columns: 1fr; }
  .lp-property-facts__actions { display: grid; grid-template-columns: 1fr; }
  .lp-development-intro .row {
    grid-template-columns: 1fr;
  }
  .lp-v22-hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: clamp(88px, 12vh, 110px);
    padding-bottom: clamp(16px, 3vh, 28px);
    background-position: 61% center;
  }
  .lp-v22-hero__shade { background: linear-gradient(90deg, rgba(10,10,10,.9), rgba(10,10,10,.52)), linear-gradient(0deg, rgba(10,10,10,.8), transparent); }
  .lp-v22-hero h1 { font-size: clamp(1.9rem, 9.5vw, 3rem); }
  .lp-hero-context__query { grid-template-columns: 1fr; }
  .lp-hero-context__query .lp-button { width: 100%; }
  .lp-aira-app { height: max(680px, 100svh); }
  .lp-aira-app { padding: 0 13px; }
  .lp-aira-header { min-height: 70px; }
  .lp-aira-header__actions { gap: 10px; }
  .lp-chat-status { font-size: 0; }
  .lp-chat-status i { width: 8px; height: 8px; }
  .lp-chat-start { padding-top: 24px; }
  .lp-chat-start p strong { font-size: 1.5rem; }
  .lp-message--user { max-width: 88%; }
  .lp-mini-property { grid-template-columns: 1fr; }
  .lp-mini-property figure { min-height: 0; aspect-ratio: 16 / 9; }
  .lp-action-button { padding: 6px 4px; font-size: .66rem; }
  .lp-keyboard-hint { display: none; }
  .lp-chat-note { margin: 0 auto; text-align: center; }
  .lp-knowledge-grid { grid-template-columns: 1fr; }
  .lp-section-heading { grid-template-columns: 1fr; }
  .lp-knowledge-grid > * { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--lp-border); }
  .lp-verticals__grid, .lp-calculator__grid { grid-template-columns: 1fr; }
  .lp-verticals__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) and (min-width: 481px) {
  .lp-quick-goals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .lp-quick-goals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-chat-actions-bar { gap: 5px; }
  .lp-action-button { min-width: 0; padding-inline: 3px; letter-spacing: 0; }
  .lp-verticals__cards, .lp-calculator__results { grid-template-columns: 1fr; }
  .lp-vertical-card h3 { min-height: 0; }
}

@media (max-width: 370px) {
  .lp-quick-goals { grid-template-columns: 1fr; }
  .lp-action-button { font-size: .61rem; }
}

@media (max-height: 700px) {
  .lp-v22-hero { padding-top: 86px; padding-bottom: 14px; }
  .lp-v22-hero h1 { font-size: clamp(1.85rem, 6.5vh, 3.25rem); }
  .lp-hero-context { margin-top: 16px; padding-block: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-v22-hero *, .lp-mini-property *, .lp-drawer * { animation: none !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  .navbar, .side-navigation, .ticker, .fab-container, .lp-chat-card { display: none !important; }
  body { padding: 0; }
}
.lp-knowledge{padding:80px 0;background:#fff}.lp-knowledge .lp-answer{border-left:3px solid #b99b62;background:#f7f4ef;padding:24px;margin:24px 0}.lp-knowledge .lp-answer p:last-child{margin-bottom:0}.lp-knowledge .lp-article-meta,.lp-source-meta{color:#666;font-size:14px}.lp-knowledge-section .lp-knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.lp-knowledge-card{border:1px solid #e5dfd5;padding:26px;background:#fff}.lp-knowledge-card h2,.lp-knowledge-card h3{margin-top:0}.lp-status-label{display:inline-block;background:#282828;color:#fff;padding:5px 9px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.lp-disclaimer{border:1px solid #d8c9ad;padding:20px;margin:28px 0;background:#fffaf1}.lp-sources li{margin-bottom:16px}.lp-sources a{overflow-wrap:anywhere}@media(max-width:767px){.lp-knowledge{padding:50px 0}.lp-knowledge-section .lp-knowledge-grid{grid-template-columns:1fr}}
/* Crawlable buyer knowledge pages. Uses the approved neutral and gold visual system. */
.lp-knowledge-hero .lp-content-status{margin-bottom:14px}
.lp-knowledge-section{padding:80px 0;background:#f6f3ee}
.lp-knowledge-section .container{max-width:1040px}
.lp-content-status{display:inline-block;font-size:12px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#755e34;background:#eee4d1;border:1px solid #dbc8a6;border-radius:999px;padding:6px 10px}
.lp-answer-box,.lp-disclaimer{background:#fff;border-left:4px solid #b69862;padding:24px 28px;margin-bottom:34px;box-shadow:0 10px 35px rgba(40,40,40,.06)}
.lp-answer-box strong,.lp-disclaimer strong{display:block;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.lp-answer-box p,.lp-disclaimer p{margin:0}
.lp-knowledge-section .lp-knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:34px 0}
.lp-knowledge-card{background:#fff;padding:28px;box-shadow:0 10px 35px rgba(40,40,40,.05)}
.lp-knowledge-card h2{font-size:25px;margin:16px 0 12px}
.lp-knowledge-card h2 a{color:#282828}
.lp-text-link{font-weight:600;color:#8c7040}
.lp-article-meta{display:flex;justify-content:space-between;gap:20px;color:#666;font-size:14px;margin-bottom:24px}
.lp-article-body{max-width:820px}
.lp-article-body section{margin:0 0 34px}
.lp-article-body h2,.lp-faq h2,.lp-sources h2{font-size:30px;margin-bottom:14px}
.lp-faq,.lp-sources{margin:48px 0}
.lp-faq details{background:#fff;border-bottom:1px solid #e2ddd4;padding:18px 22px}
.lp-faq summary{cursor:pointer;font-weight:600;color:#282828}
.lp-faq details p{margin:12px 0 0}
.lp-sources ul{list-style:none;margin:0;padding:0}
.lp-sources li{background:#fff;border-bottom:1px solid #e2ddd4;padding:18px 22px}
.lp-sources li a{display:block;font-weight:600;overflow-wrap:anywhere}
.lp-sources li span{display:inline-block;margin:6px 18px 0 0;color:#666;font-size:13px}
.lp-related-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.lp-related-links a{border:1px solid #b69862;padding:10px 14px;color:#282828}
@media(max-width:767px){.lp-knowledge-section{padding:54px 0}.lp-knowledge-section .lp-knowledge-grid{grid-template-columns:1fr}.lp-article-meta{display:block}.lp-article-meta span,.lp-article-meta time{display:block}.lp-answer-box,.lp-disclaimer{padding:20px}.lp-article-body h2,.lp-faq h2,.lp-sources h2{font-size:25px}}


/* Pass 2.3.6: rich Destination Homes catalogue restored from the original site. */
.lp-secondhomes-rich { overflow: hidden; }
.lp-secondhomes-rich .lp-catalog-status { margin: 0 0 22px; color: #666; }
.lp-secondhomes-rich .lp-catalog-status strong { display: block; margin-bottom: 4px; color: #282828; }
.lp-secondhomes-rich .propertySwiper { overflow: hidden; padding: 8px 4px 44px; }
.lp-secondhomes-rich .propertySwiper .swiper-slide { height: auto; }
.lp-secondhomes-rich .propertySwiper .swiper-slide.is-hidden { display: none !important; }
.lp-secondhomes-rich .property-box { height: 100%; background: #fff; }
.lp-secondhomes-rich .property-box figure { overflow: hidden; aspect-ratio: 16 / 11; }
.lp-secondhomes-rich .property-box figure img { width: 100%; height: 100%; object-fit: cover; }
.lp-secondhomes-rich .lp-filter-clear { display: none; align-items: center; justify-content: center; border: 0; background: transparent; }
.lp-secondhomes-advisor { padding-bottom: clamp(70px, 8vw, 110px); }

/* Keep original rich property sections visible and well separated. */
.lp-property-page .apartment { padding-top: clamp(54px, 6vw, 82px); }
.lp-property-page .apartment .property-infos { min-width: 210px; }
.lp-property-page .facilities,
.lp-property-page .property-plans,
.lp-property-page .property-customization,
.lp-property-page .recent-gallery,
.lp-property-page .intro-video,
.lp-property-page section.contact { position: relative; }
.lp-property-page .recent-gallery { padding-block: clamp(58px, 7vw, 90px); }
.lp-property-page .recent-gallery .content-box { margin-bottom: 30px; }
.lp-property-page .recent-gallery .row.align-items-center { row-gap: 24px; }

@media (max-width: 991.98px) {
  .lp-property-page .apartment .row { row-gap: 28px; }
  .lp-property-page .apartment .col-md-auto,
  .lp-property-page .apartment .col-md { flex: 0 0 100%; max-width: 100%; }
  .lp-property-page .apartment .property-infos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: 100%; min-width: 0; }
  .lp-property-page .apartment .property-infos span,
  .lp-property-page .apartment .property-infos p { min-width: 0; }
}
@media (max-width: 575.98px) {
  .lp-property-page .apartment .property-infos { grid-template-columns: 1fr; text-align: center; }
  .lp-secondhomes-rich .propertySwiper { padding-inline: 0; }
}

/* Pass 2.3.7 final integration and visual repair. */

/* Destination Homes filters: isolate from legacy Bootstrap and icon spacing rules. */
.lp-secondhomes-filter-row {
  display: grid;
  grid-template-columns: minmax(210px, .85fr) minmax(210px, .85fr) minmax(320px, 1.3fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 26px;
}
.lp-secondhomes-filter-field { min-width: 0; }
.lp-secondhomes-filter-field .icon-input { width: 100%; position: relative; }
.lp-secondhomes-filter-field .lp-control {
  width: 100%;
  height: 48px;
  min-width: 0;
  margin: 0;
  padding-left: 44px !important;
  padding-right: 42px !important;
  box-sizing: border-box;
}
.lp-secondhomes-filter-field .filter-icon-left { left: 16px; z-index: 2; }
.lp-secondhomes-filter-search .lp-filter-clear { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); z-index: 2; }
@media (max-width: 900px) {
  .lp-secondhomes-filter-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-secondhomes-filter-search { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
  .lp-secondhomes-filter-row { grid-template-columns: 1fr; gap: 12px; }
  .lp-secondhomes-filter-search { grid-column: auto; }
}

/* Rich property pages: restore the original information architecture. */
.lp-property-page .apartment .property-infos { display: block !important; }
.lp-property-page .apartment .row > .col-md { width: auto; flex-basis: 0; flex-grow: 1; }
.lp-property-page .facilities,
.lp-property-page .property-customization,
.lp-property-page .intro-video,
.lp-property-page section.contact { display: flex !important; }
.lp-property-page .facilities,
.lp-property-page .property-customization,
.lp-property-page .property-plans,
.lp-property-page .recent-gallery,
.lp-property-page .intro-video,
.lp-property-page section.contact { scroll-margin-top: 110px; }
.lp-property-page .facilities { padding-block: clamp(62px, 7vw, 96px); }
.lp-property-page .property-customization { padding-block: clamp(62px, 7vw, 96px); }
.lp-property-page .property-plans { padding-block: clamp(62px, 7vw, 96px); }
.lp-property-page .intro-video { padding-block: clamp(58px, 7vw, 90px); }
.lp-property-page section.contact { padding-block: clamp(58px, 7vw, 90px); }

/* Legacy 3D carousel rules must never affect Bootstrap plan carousels on property pages. */
.lp-property-page .property-plans .carousel,
.lp-property-page .property-plans [id^="carouselExample"],
.lp-property-page .property-plans [id^="propertyCarousel"] {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  animation: none !important;
  transform: none !important;
  transform-style: flat !important;
  perspective: none !important;
}
.lp-property-page .property-plans .carousel-inner { position: relative; width: 100%; overflow: hidden; }
.lp-property-page .property-plans .carousel-item {
  position: relative !important;
  display: none;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: normal !important;
  transform: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.lp-property-page .property-plans .carousel-item.active,
.lp-property-page .property-plans .carousel-item-next,
.lp-property-page .property-plans .carousel-item-prev { display: block; }
.lp-property-page .property-plans .carousel-item img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 760px;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #fff;
}
.lp-property-page .property-plans .tab-content { width: 100%; }
.lp-property-page .property-plans .tab-pane { width: 100%; }
.lp-property-page .property-plans .carousel-control-prev,
.lp-property-page .property-plans .carousel-control-next { z-index: 3; }

/* Property facts are a concise verified summary, not a replacement for the rich sections below. */
.lp-property-facts__actions .lp-button--secondary {
  border-color: rgba(159,128,84,.5) !important;
  background: #fff !important;
  color: #493b29 !important;
}
.lp-property-facts__actions .lp-button--secondary:hover,
.lp-property-facts__actions .lp-button--secondary:focus-visible {
  border-color: var(--lp-gold-dark) !important;
  background: #f3eadc !important;
  color: #2d2419 !important;
}
.lp-property-facts__actions .lp-button--primary { color: #fff !important; }

/* Gallery preview calls to action should read as links and remain clickable. */
.lp-property-page .recent-gallery .content-box a[href*="DocumentGallery"] {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 8px 0;
  color: #282828;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 4;
}
.lp-property-page .recent-gallery .content-box a[href*="DocumentGallery"]:hover { color: var(--lp-gold-dark); }

/* Buyer Knowledge and policy pages need a deliberate hero so the global white header remains legible. */
.lp-knowledge-hero,
.lp-policy-hero {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: 175px 0 72px;
  background-image: linear-gradient(90deg, rgba(11,15,18,.78), rgba(11,15,18,.38)), url('../images/slider/HerobespokeHomes.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.lp-knowledge-hero h1,
.lp-policy-hero h1 { color: #fff; }
.lp-knowledge-hero p,
.lp-policy-hero p { max-width: 760px; color: rgba(255,255,255,.86); }
.lp-knowledge-hero .breadcrumb,
.lp-policy-hero .breadcrumb { margin-top: 18px; }
.lp-knowledge-hero .breadcrumb a,
.lp-policy-hero .breadcrumb a,
.lp-knowledge-hero .breadcrumb-item,
.lp-policy-hero .breadcrumb-item { color: rgba(255,255,255,.86); }
.lp-policy-page { padding: clamp(58px, 7vw, 92px) 0; background: #f6f3ee; }
.lp-policy-page .container { max-width: 980px; }
.lp-policy-page article { padding: clamp(28px, 4vw, 48px); background: #fff; border: 1px solid #e3ddd3; }
.lp-policy-page h2 { margin-top: 34px; color: #282828; font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.lp-policy-page h2:first-of-type { margin-top: 18px; }
.lp-policy-page p,
.lp-policy-page li { color: #4e4a44; line-height: 1.75; }
.lp-policy-page ul { padding-left: 20px; }
.lp-policy-meta { margin: 0 0 24px; color: #716b63; font-size: .9rem; }
.lp-policy-callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--lp-gold); background: #f8f3ea; }

/* Ella action controls are one dock attached to the composer, not floating controls. */
.lp-chat-dock {
  flex: 0 0 auto;
  width: min(100%, 1000px);
  margin: 0 auto 16px;
  padding: 9px;
  border: 1px solid var(--aira-border);
  border-radius: 16px;
  background: var(--aira-surface);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}
.lp-chat-dock .lp-chat-actions-bar {
  width: 100%;
  margin: 0;
  padding: 0 0 9px;
  border-top: 0;
  border-bottom: 1px solid var(--aira-border);
}
.lp-chat-dock .lp-chat-compose {
  width: 100%;
  margin: 0;
  padding: 9px 0 0;
  background: transparent;
}
.lp-chat-dock .lp-chat-form { box-shadow: none; background: var(--aira-raised); }
.lp-chat-compose-meta { padding: 0 4px; }
.lp-chat-note { display: none !important; }

@media (max-width: 767px) {
  .lp-property-page .apartment .row > .col-md { width: 100%; flex-basis: 100%; }
  .lp-chat-dock { margin-bottom: max(10px, env(safe-area-inset-bottom)); padding: 7px; border-radius: 13px; }
  .lp-chat-dock .lp-chat-actions-bar { grid-template-columns: 1fr; gap: 6px; }
  .lp-chat-dock .lp-chat-actions-bar .lp-action-button { min-height: 40px; height: 40px; }
}

/* Pass 2.3.8: active property document galleries use the current LuxuryPeaks shell. */
.lp-document-gallery {
  background: #fff;
  color: var(--lp-readable);
}
.lp-document-gallery .page-header {
  min-height: 540px;
  height: auto;
  margin: 0;
  padding: 190px 0 74px;
  align-items: flex-end;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  overflow: hidden;
}
.lp-document-gallery .page-header::after {
  background: linear-gradient(90deg, rgba(20,20,20,.76), rgba(20,20,20,.36) 65%, rgba(20,20,20,.22));
  opacity: 1;
}
.lp-document-gallery .page-header .container {
  align-self: flex-end;
  max-width: var(--lp-container);
}
.lp-document-gallery .page-header .container h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  line-height: 1.04;
  color: #f0d7b0;
}
.lp-document-gallery .page-header .container p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.65;
  color: rgba(255,255,255,.92);
}
.lp-document-gallery .page-header .container .breadcrumb {
  position: static;
  width: auto;
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 28px 0 0;
  padding: 13px 18px;
  background: rgba(159,128,84,.94);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.lp-document-gallery .page-header .breadcrumb .breadcrumb-item,
.lp-document-gallery .page-header .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-size: .82rem;
  line-height: 1.4;
}
.lp-document-gallery .page-header .breadcrumb .breadcrumb-item.active {
  color: #f5e6cf;
}
.lp-document-gallery .photo-gallery {
  padding: clamp(46px, 6vw, 78px) 0 clamp(70px, 8vw, 110px);
  background: #fff;
}
.lp-document-gallery .photo-gallery > .container {
  max-width: var(--lp-container);
}
.lp-document-gallery .photo-gallery .gallery-filter {
  align-items: center;
  gap: 10px 24px;
  margin: 0 0 30px;
}
.lp-document-gallery .photo-gallery .gallery-filter li {
  margin: 0;
}
.lp-document-gallery .photo-gallery .gallery-filter li a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 6px 0;
  color: #38332d;
  font-size: .79rem;
  letter-spacing: .035em;
}
.lp-document-gallery .photo-gallery .gallery {
  margin: -5px;
}
.lp-document-gallery .photo-gallery .gallery li {
  width: 25%;
  padding: 5px;
}
.lp-document-gallery .photo-gallery .gallery li a {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #eee9e1;
}
.lp-document-gallery .photo-gallery .gallery li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  float: none;
  transition: transform .28s ease;
}
.lp-document-gallery .photo-gallery .gallery li a:hover img,
.lp-document-gallery .photo-gallery .gallery li a:focus-visible img {
  transform: scale(1.025);
}

@media (max-width: 991px) {
  .lp-document-gallery .page-header {
    min-height: 500px;
    padding: 150px 0 58px;
  }
  .lp-document-gallery .photo-gallery .gallery li { width: 50%; }
}

@media (max-width: 575px) {
  .lp-document-gallery .page-header {
    min-height: 470px;
    padding: 126px 0 42px;
  }
  .lp-document-gallery .page-header .container .breadcrumb {
    display: flex;
    width: 100%;
    margin-top: 22px;
    padding: 11px 13px;
  }
  .lp-document-gallery .photo-gallery { padding-top: 38px; }
  .lp-document-gallery .photo-gallery .gallery-filter {
    gap: 5px 16px;
    margin-bottom: 24px;
  }
  .lp-document-gallery .photo-gallery .gallery li { width: 100%; }
}

/* Pass 2.3.8.2: Ella is a conversation first experience on every viewport. */
.lp-aira-app {
  width: min(100%, 1180px);
  height: clamp(620px, 78svh, 760px);
  padding-inline: clamp(18px, 3vw, 38px);
}
.lp-aira-header { min-height: 68px; gap: 18px; }
.lp-aira-header p { max-width: 620px; margin-top: 2px; font-size: .78rem; }
.lp-aira-header__actions { gap: 14px; }
.lp-aira-header button.lp-text-button { color: var(--aira-muted); font-size: .72rem; font-weight: 600; }
.lp-aira-header button.lp-text-button:hover { color: var(--aira-text); }
.lp-profile-bar { min-height: 36px; padding: 6px 0; gap: 7px; }
.lp-profile-bar button { min-height: 26px; padding: 3px 9px; }
.lp-chat-start { width: min(100%, 860px); padding: clamp(22px, 4vh, 38px) 0 16px; }
.lp-chat-start p strong { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.lp-chat-start > small { margin-top: 10px; font-size: .8rem; }
.lp-chat-log { width: min(100%, 920px); padding: 18px 0 14px; }
.lp-message {
  max-width: min(74%, 680px);
  margin-bottom: 12px;
  padding: 11px 14px;
  border-color: rgba(255,255,255,.12);
  border-radius: 11px;
  font-size: .94rem;
  line-height: 1.52;
}
.lp-message--assistant { background: rgba(255,255,255,.045); }
.lp-message--user { max-width: min(68%, 610px); background: rgba(184,154,112,.09); }
.lp-message__label { margin-bottom: 3px; font-size: .62rem; }
.lp-recommendations { width: min(100%, 820px); gap: 8px; margin: -2px 0 16px; }
.lp-mini-property { grid-template-columns: 140px minmax(0, 1fr); border-radius: 11px; overflow: hidden; }
.lp-mini-property figure { min-height: 132px; }
.lp-mini-property__body { padding: 12px 14px; }
.lp-mini-property h3 { font-size: 1rem; }
.lp-mini-property p { font-size: .74rem; }
.lp-mini-property__actions { margin-top: 8px; gap: 8px; }
.lp-mini-property__actions a, .lp-mini-property__actions button { min-height: 30px; font-size: .7rem; }
.lp-research-sources { width: min(100%, 680px); display: flex; flex-wrap: wrap; gap: 6px; margin: -4px 0 16px; }
.lp-research-sources__label { width: 100%; color: var(--aira-muted); font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.lp-research-sources a { max-width: 100%; border: 1px solid var(--aira-border); border-radius: 999px; padding: 4px 9px; color: #dec59f; font-size: .7rem; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lp-chat-dock {
  width: min(100%, 920px);
  margin: 0 auto 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lp-chat-dock .lp-chat-actions-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 0 0 6px;
  border: 0;
}
.lp-chat-dock .lp-chat-actions-bar > [data-shortlist-view] { margin-right: auto; }
.lp-chat-dock .lp-chat-actions-bar .lp-action-button {
  width: auto;
  min-width: 132px;
  height: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 9px;
  background: rgba(255,255,255,.025) !important;
  font-size: .68rem;
}
.lp-action-label--compact { display: none; }
.lp-new-conversation--compact { display: none; }
.lp-chat-dock .lp-chat-compose { padding: 0; }
.lp-chat-form { min-height: 48px; padding: 5px 6px; border-radius: 13px; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.lp-chat-input { min-height: 36px; padding: 7px 5px; font-size: .92rem; }
.lp-chat-compose-meta { margin-top: 4px; min-height: 23px; }
.lp-advisor-section .lp-voice-reply-toggle { min-height: 22px; padding: 2px 5px; font-size: .62rem; opacity: .78; }
.lp-keyboard-hint { font-size: .61rem; opacity: .72; }
.lp-advisor-section .lp-jump-latest { bottom: 112px; }

@media (max-width: 991px) {
  .lp-aira-app { height: clamp(600px, 84svh, 740px); }
  .lp-message { max-width: 82%; }
  .lp-message--user { max-width: 78%; }
}

@media (max-width: 767px) {
  .lp-aira-app {
    height: min(760px, 92dvh);
    min-height: 560px;
    padding-inline: 10px;
  }
  .lp-aira-header { min-height: 58px; gap: 8px; }
  .lp-aira-kicker { font-size: 1rem; }
  .lp-aira-header p { max-width: 290px; font-size: .7rem; line-height: 1.35; }
  .lp-aira-header__actions { gap: 7px; align-self: flex-start; padding-top: 8px; }
  .lp-aira-header button.lp-text-button { font-size: .62rem; padding: 5px 0; }
  .lp-chat-status { display: none; }
  .lp-new-conversation--full { display: none; }
  .lp-new-conversation--compact { display: inline; }
  .lp-profile-bar { min-height: 32px; padding: 5px 0; font-size: .68rem; white-space: nowrap; overflow-x: auto; flex-wrap: nowrap; }
  .lp-profile-bar button { flex: 0 0 auto; min-height: 25px; }
  .lp-chat-start { padding: 20px 4px 10px; }
  .lp-chat-start p strong { font-size: 1.35rem; }
  .lp-chat-start > small { font-size: .75rem; }
  .lp-chat-log { padding: 12px 2px 8px; }
  .lp-message { max-width: 88%; margin-bottom: 9px; padding: 10px 12px; font-size: .91rem; line-height: 1.47; }
  .lp-message--user { max-width: 82%; }
  .lp-message__label { font-size: .58rem; }
  .lp-recommendations { gap: 7px; margin-bottom: 12px; }
  .lp-mini-property { grid-template-columns: 92px minmax(0, 1fr); }
  .lp-mini-property figure { min-height: 104px; aspect-ratio: auto; }
  .lp-mini-property__body { padding: 9px 10px; }
  .lp-mini-property__body > span { font-size: .59rem; }
  .lp-mini-property h3 { margin: 2px 0; font-size: .9rem; }
  .lp-mini-property strong { font-size: .76rem; }
  .lp-mini-property p { display: none; }
  .lp-mini-property__actions { gap: 5px; margin-top: 6px; }
  .lp-mini-property__actions a, .lp-mini-property__actions button { min-height: 28px; padding: 4px 7px; font-size: .62rem; }
  .lp-research-sources { margin-bottom: 12px; }
  .lp-chat-dock { margin-bottom: max(6px, env(safe-area-inset-bottom)); padding: 0; border: 0; border-radius: 0; }
  .lp-chat-dock .lp-chat-actions-bar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; padding-bottom: 5px; }
  .lp-chat-dock .lp-chat-actions-bar > [data-shortlist-view] { margin-right: 0; }
  .lp-chat-dock .lp-chat-actions-bar .lp-action-button { width: 100%; min-width: 0; height: 32px; min-height: 32px; padding: 0 4px; font-size: .61rem; }
  .lp-action-label--full { display: none; }
  .lp-action-label--compact { display: inline; }
  .lp-action-count { min-width: 17px; padding: 0 4px; font-size: .58rem; }
  .lp-chat-form { min-height: 46px; padding: 4px 5px; }
  .lp-chat-input { min-height: 36px; max-height: 92px; padding: 7px 3px; font-size: .9rem; }
  .lp-advisor-section .lp-icon-button { flex-basis: 36px; width: 36px; height: 36px; }
  .lp-chat-compose-meta { margin-top: 2px; }
  .lp-keyboard-hint { display: none; }
  .lp-advisor-section .lp-voice-reply-toggle { font-size: 0; width: 30px; padding: 2px 4px; }
  .lp-advisor-section .lp-voice-reply-toggle i { font-size: .72rem; }
  .lp-advisor-section .lp-jump-latest { right: 12px; bottom: 92px; min-height: 30px; padding: 4px 9px; font-size: .62rem; }
}

@media (max-width: 390px) {
  .lp-aira-header p { max-width: 230px; }
  .lp-chat-dock .lp-chat-actions-bar .lp-action-button { font-size: .56rem; }
  .lp-mini-property { grid-template-columns: 78px minmax(0, 1fr); }
}

/* Pass 2.4: simplify Ella around the conversation and composer. */
.lp-aira-app {
  width: min(100%, 1080px);
  height: clamp(570px, 72svh, 700px);
  padding-inline: clamp(16px, 2.6vw, 30px);
}
.lp-aira-header { min-height: 60px; }
.lp-aira-header p { max-width: 560px; }
.lp-profile-bar { min-height: 30px; border-bottom-color: rgba(255,255,255,.075); }
.lp-chat-log { width: min(100%, 860px); padding: 14px 0 10px; }
.lp-message { max-width: min(70%, 620px); margin-bottom: 10px; padding: 10px 13px; }
.lp-message--user { max-width: min(62%, 540px); }
.lp-recommendations { width: min(100%, 760px); }
.lp-mini-property { grid-template-columns: 108px minmax(0, 1fr); }
.lp-mini-property figure { min-height: 106px; }
.lp-mini-property__body { padding: 10px 12px; }
.lp-chat-dock {
  width: min(100%, 860px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lp-chat-dock .lp-chat-compose { order: 1; }
.lp-chat-dock .lp-chat-actions-bar {
  order: 2;
  justify-content: flex-start;
  gap: 14px;
  padding: 2px 2px 0;
}
.lp-chat-dock .lp-chat-actions-bar > [data-shortlist-view] { margin-right: 0; }
.lp-chat-dock .lp-chat-actions-bar .lp-action-button {
  min-width: 0;
  height: 28px;
  min-height: 28px;
  padding: 0 2px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--aira-muted);
  font-size: .63rem;
}
.lp-chat-dock .lp-chat-actions-bar .lp-action-button:hover,
.lp-chat-dock .lp-chat-actions-bar .lp-action-button:focus-visible { color: var(--aira-text); }
.lp-chat-form { min-height: 50px; border-color: rgba(184,154,112,.28); background: rgba(255,255,255,.035); }
.lp-chat-input { font-size: .94rem; }
.lp-chat-compose-meta { opacity: .72; }
.lp-advisor-section .lp-jump-latest { bottom: 82px; }

@media (max-width: 991px) {
  .lp-aira-app { height: clamp(570px, 78svh, 690px); }
  .lp-message { max-width: 78%; }
  .lp-message--user { max-width: 72%; }
}

@media (max-width: 767px) {
  .lp-aira-app {
    height: min(720px, 88dvh);
    min-height: 520px;
    padding-inline: 9px;
  }
  .lp-aira-header { min-height: 52px; }
  .lp-aira-header p { font-size: .68rem; max-width: 260px; }
  .lp-profile-bar { min-height: 28px; }
  .lp-chat-log { padding: 9px 1px 7px; }
  .lp-message { max-width: 91%; padding: 9px 11px; font-size: .89rem; }
  .lp-message--user { max-width: 84%; }
  .lp-mini-property { grid-template-columns: 76px minmax(0, 1fr); }
  .lp-mini-property figure { min-height: 84px; }
  .lp-mini-property__body { padding: 8px 9px; }
  .lp-mini-property__actions { margin-top: 4px; }
  .lp-chat-dock { gap: 3px; }
  .lp-chat-dock .lp-chat-actions-bar {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 0 3px;
  }
  .lp-chat-dock .lp-chat-actions-bar .lp-action-button {
    flex: 0 1 auto;
    width: auto;
    height: 27px;
    min-height: 27px;
    padding: 0 5px;
    font-size: .58rem;
  }
  .lp-chat-form { min-height: 48px; border-radius: 15px; }
  .lp-chat-compose-meta { min-height: 19px; margin-top: 0; }
  .lp-advisor-section .lp-jump-latest { bottom: 74px; }
}

@media (max-width: 390px) {
  .lp-aira-header p { max-width: 215px; }
  .lp-chat-dock .lp-chat-actions-bar .lp-action-button { padding-inline: 3px; font-size: .55rem; }
}

/* Pass 2.5: Ella advisor identity, destination home journey and compact responsive flow. */
.lp-advisor-section--v25 {
  border-top: 1px solid rgba(184,154,112,.16);
  background: #121212;
}
.lp-ella-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: stretch;
  gap: clamp(24px, 5vw, 70px);
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(34px, 4vw, 54px);
}
.lp-ella-intro__copy { align-self: center; max-width: 690px; }
.lp-ella-intro__copy h2 {
  margin: 11px 0 16px;
  color: var(--aira-text);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.lp-ella-intro__copy p { max-width: 680px; margin: 0 0 18px; color: var(--aira-muted); font-size: 1rem; line-height: 1.7; }
.lp-ella-intro__copy .lp-text-link { color: #dec59f; font-weight: 700; }
.lp-ella-intro__visual {
  min-height: 280px;
  max-height: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184,154,112,.22);
  border-radius: 18px;
  background: #d7c4a6;
}
.lp-ella-intro__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.lp-advisor-section--v25 .lp-aira-app {
  border-top: 1px solid rgba(184,154,112,.14);
  height: clamp(540px, 66svh, 650px);
}
.lp-aira-header__identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.lp-ella-avatar { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(184,154,112,.46); }
.lp-aira-header__identity h3 { margin: 0; }
.lp-aira-header__identity p { margin-top: 2px; }

.lp-home-curated { padding: clamp(64px, 8vw, 104px) 0; background: #f6f3ee; }
.lp-home-curated .lp-section-heading { grid-template-columns: 1fr; max-width: 900px; }
.lp-home-curated .lp-section-heading p { max-width: 760px; margin: 6px 0 0; color: var(--lp-muted); line-height: 1.7; }
.lp-home-property-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.lp-home-property-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--lp-border); background: #fff; color: var(--lp-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.lp-home-property-card:hover { color: var(--lp-ink); transform: translateY(-3px); border-color: rgba(159,128,84,.55); box-shadow: 0 16px 40px rgba(40,40,40,.08); }
.lp-home-property-card figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.lp-home-property-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.lp-home-property-card:hover figure img { transform: scale(1.025); }
.lp-home-property-card > div { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.lp-home-property-card span { color: var(--lp-gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.lp-home-property-card h3 { margin: 7px 0 10px; color: var(--lp-ink); font-size: 1.2rem; }
.lp-home-property-card strong { margin-top: auto; color: var(--lp-ink); font-size: .94rem; }
.lp-home-property-card small { margin-top: 7px; color: var(--lp-muted); font-size: .72rem; line-height: 1.45; }
.lp-home-curated__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.lp-home-curated__actions .lp-button--secondary { border-color: #b69862; color: #282828 !important; background: transparent !important; }

.lp-property-charge-note { max-width: 920px; margin: 16px 0 0; padding: 14px 16px; border-left: 3px solid var(--lp-gold); background: #fff; color: var(--lp-muted); font-size: .82rem; line-height: 1.55; }
.lp-property-charge-note strong { color: var(--lp-ink); }

.lp-source-card__body strong { display: block; color: var(--lp-ink); font-size: 1rem; line-height: 1.45; }
.lp-sources li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; }
.lp-sources .lp-source-card__link { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 12px; border: 1px solid #b69862; color: #5f492b; font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.lp-sources .lp-source-card__link:hover { background: #f5eddf; color: #3d2f1c; }

.lp-ella-fab {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 990;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 5px 14px 5px 5px;
  border: 1px solid rgba(184,154,112,.65);
  border-radius: 999px;
  background: #171717;
  color: #f3eee6;
  box-shadow: 0 14px 36px rgba(0,0,0,.28);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}
.lp-ella-fab:hover { color: #fff; transform: translateY(-2px); border-color: #d0b080; }
.lp-ella-fab img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.lp-ella-fab span { font-size: .8rem; font-weight: 700; white-space: nowrap; }

.lp-answer-links, .lp-message-attachments { width: min(100%, 680px); display: flex; flex-wrap: wrap; gap: 8px; margin: -3px 0 16px; }
.lp-answer-links a { display: inline-flex; min-height: 34px; align-items: center; border: 1px solid var(--aira-border); border-radius: 999px; padding: 6px 11px; color: #dec59f; font-size: .73rem; font-weight: 700; text-decoration: none; }
.lp-message-attachments { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 820px; }
.lp-message-attachment { overflow: hidden; border: 1px solid var(--aira-border); border-radius: 11px; background: var(--aira-surface); color: var(--aira-text); text-decoration: none; }
.lp-message-attachment img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.lp-message-attachment span { display: block; padding: 8px 10px; color: #dec59f; font-size: .7rem; font-weight: 700; }

/* Keep the rupee mark visually neutral across price displays, calculators and Ella. */
.lp-rupee,
.lp-price-text,
.lp-currency-field > span,
.lp-result-card h3,
.lp-mini-property strong,
.lp-property-facts dd strong { font-family: Arial, "Helvetica Neue", sans-serif; }

@media (max-width: 991px) {
  .lp-ella-intro { grid-template-columns: 1fr minmax(250px,.72fr); }
  .lp-home-property-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lp-advisor-section--v25 .lp-aira-app { height: clamp(520px, 68svh, 620px); }
}

@media (max-width: 767px) {
  .lp-v22-hero { min-height: 82svh; min-height: 82dvh; padding-top: 92px; padding-bottom: 26px; }
  .lp-v22-hero h1 { font-size: clamp(1.85rem, 8.5vw, 2.75rem); }
  .lp-v22-hero p { font-size: .96rem; line-height: 1.55; }
  .lp-hero-context { margin-top: 16px; padding: 9px; }
  .lp-ella-intro { grid-template-columns: 1fr; gap: 18px; padding-top: 38px; padding-bottom: 24px; }
  .lp-ella-intro__copy h2 { font-size: clamp(1.9rem, 8.5vw, 2.65rem); }
  .lp-ella-intro__copy p { font-size: .92rem; line-height: 1.6; }
  .lp-ella-intro__visual { min-height: 160px; max-height: 190px; border-radius: 12px; }
  .lp-ella-intro__visual img { object-position: center 28%; }
  .lp-advisor-section--v25 .lp-aira-app { height: min(610px, 72dvh); min-height: 480px; }
  .lp-aira-header__identity { gap: 8px; }
  .lp-ella-avatar { flex-basis: 40px; width: 40px; height: 40px; }
  .lp-aira-header__identity p { max-width: 235px; }
  .lp-home-curated { padding: 52px 0; }
  .lp-home-property-grid { grid-template-columns: 1fr; gap: 12px; }
  .lp-home-property-card { display: grid; grid-template-columns: 118px minmax(0,1fr); }
  .lp-home-property-card figure { height: 100%; aspect-ratio: auto; min-height: 142px; }
  .lp-home-property-card > div { padding: 13px 14px; }
  .lp-home-property-card h3 { margin: 4px 0 7px; font-size: 1.05rem; }
  .lp-home-property-card small { font-size: .66rem; }
  .lp-home-curated__actions { display: grid; grid-template-columns: 1fr; }
  .lp-sources li { grid-template-columns: 1fr; }
  .lp-sources .lp-source-card__link { justify-self: start; }
  .lp-ella-fab { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 52px; padding: 4px; }
  .lp-ella-fab img { width: 44px; height: 44px; }
  .lp-ella-fab span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .lp-message-attachments { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .property-calculator.lp-calculator { padding: 52px 0; }
}

@media print {
  .lp-ella-fab { display: none !important; }
}
