/* Property listing page (/property/{slug}/) */
.te-lhero { padding: clamp(24px,3vw,40px) 0 clamp(14px,2vw,22px); }
.te-lhero__inner { max-width: 1120px; margin-inline: auto; padding-inline: var(--te-gutter,24px); }
.te-lhero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 12px; }
.te-lbadge { font-size: var(--te-fs-13); font-weight: 600; padding: 5px 12px; border-radius: var(--te-r-pill);
  background: var(--te-fill); color: var(--te-muted); }
.te-lbadge--accent { background: var(--te-accent); color: #fff; }
.te-lhero__title { font-family: var(--te-font-display); font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(28px,4.4vw,46px); line-height: 1.05; color: var(--te-ink); margin: 0; }
.te-lhero__loc { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin: 12px 0 0;
  font-size: var(--te-fs-16); color: var(--te-muted); }
.te-lhero__loc svg { color: var(--te-accent); }
.te-lhero__loc a { color: var(--te-accent); font-weight: 600; }

/* hero gallery */
.te-lgallery-wrap { margin-bottom: clamp(8px,1.5vw,16px); }
.te-lgallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 150px; gap: 10px; }
.te-lgallery .te-gitem { margin: 0; }
.te-lgallery .te-gitem--lead { grid-column: span 2; grid-row: span 2; }
@media (max-width:720px){ .te-lgallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 120px; }
  .te-lgallery .te-gitem--lead { grid-column: span 2; grid-row: span 2; } }

.te-lwrap { max-width: 1120px; margin-inline: auto; padding: 0 var(--te-gutter,24px) 40px; }

/* key facts strip */
.te-lfacts { display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: 1px;
  background: var(--te-border); border: 1px solid var(--te-border); border-radius: var(--te-r-14);
  overflow: hidden; margin: clamp(16px,2.5vw,24px) 0; }
.te-lfact { background: var(--te-surface); padding: 16px 18px; }
.te-lfact__k { display: block; font-size: var(--te-fs-13); color: var(--te-muted); }
.te-lfact__v { display: block; font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-17);
  color: var(--te-ink); margin-top: 4px; }
.te-lfact__v--price { color: var(--te-accent); }

.te-larea { display: flex; flex-direction: column; }
.te-lsec { padding-block: clamp(26px,3.5vw,42px); border-top: 1px solid var(--te-divider,var(--te-border)); }
.te-lsec:first-child { border-top: 0; padding-top: clamp(8px,1.5vw,16px); }
.te-lsec__h { font-family: var(--te-font-display); font-weight: 700; letter-spacing: -.015em;
  font-size: clamp(21px,2.8vw,28px); line-height: 1.15; color: var(--te-ink); margin: 0 0 22px; }

/* lead capture card (floor plans sit directly under this) */
.te-lsec--lead { border-top: 0; }
.te-leadcard { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(22px,3vw,44px);
  background: var(--te-surface); border: 1px solid var(--te-border); border-radius: var(--te-r-18);
  padding: clamp(24px,3vw,36px); box-shadow: 0 10px 30px rgba(16,18,20,.06); align-items: start; }
.te-leadcard__h { font-family: var(--te-font-display); font-weight: 700; font-size: clamp(22px,2.6vw,28px);
  color: var(--te-ink); margin: 0 0 12px; letter-spacing: -.01em; }
.te-leadcard__sub { font-size: var(--te-fs-16); color: var(--te-muted); line-height: 1.6; margin: 0 0 20px; }
.te-leadcard__quick { display: flex; gap: 10px; flex-wrap: wrap; }
.te-leadcard__form .te-form__grid { grid-template-columns: 1fr 1fr; }
.te-leadcard__form .te-form__submit { width: 100%; }
@media (max-width:760px){ .te-leadcard { grid-template-columns: 1fr; } }

/* floor plans */
.te-fplans { display: grid; grid-template-columns: repeat(auto-fill,minmax(min(100%,240px),1fr)); gap: 18px; }
.te-fplan { margin: 0; border: 1px solid var(--te-border); border-radius: var(--te-r-14); overflow: hidden;
  background: var(--te-white); cursor: pointer; transition: border-color var(--te-hover-transition), box-shadow var(--te-hover-transition); }
.te-fplan:hover { border-color: var(--te-border-hover); box-shadow: 0 12px 28px rgba(16,18,20,.10); }
.te-fplan__img { height: 200px; background: var(--te-fill); display: grid; place-items: center; padding: 12px; }
.te-fplan__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.te-fplan__cap { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; padding: 14px 16px;
  border-top: 1px solid var(--te-divider-light,var(--te-border)); }
.te-fplan__type { font-family: var(--te-font-display); font-weight: 700; color: var(--te-ink); font-size: var(--te-fs-16); }
.te-fplan__size { font-size: var(--te-fs-14); color: var(--te-muted); }
.te-fplan__price { margin-left: auto; font-size: var(--te-fs-14); font-weight: 600; color: var(--te-accent); }

/* amenities */
.te-lamen { display: grid; grid-template-columns: repeat(auto-fill,minmax(min(100%,230px),1fr)); gap: 10px 20px; }
.te-lamen__item { display: flex; align-items: center; gap: 9px; font-size: var(--te-fs-15); color: var(--te-body); }
.te-lamen__item svg { flex: none; color: var(--te-accent); }

/* map */
.te-lmap { border-radius: var(--te-r-14); overflow: hidden; border: 1px solid var(--te-border); }
.te-lmap iframe { display: block; width: 100%; height: 360px; border: 0; }

/* enquiry sidebar price */
.te-lprice { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; padding-bottom: 14px;
  border-bottom: 1px solid var(--te-border); }
.te-lprice__k { font-size: var(--te-fs-14); color: var(--te-muted); }
.te-lprice__v { font-family: var(--te-font-display); font-weight: 800; font-size: var(--te-fs-24); color: var(--te-accent); }

/* gated floor plans — shown blurred, unlocked via the enquiry form */
.te-fplan--gated { position: relative; }
.te-fplan--gated .te-fplan__img { position: relative; overflow: hidden; }
.te-fplan--gated .te-fplan__img img { filter: blur(7px); transform: scale(1.06); }
.te-fplan__lock { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(23,24,26,.30); color: #fff; font-weight: 600; font-size: var(--te-fs-14); text-align: center; padding: 10px;
  transition: background var(--te-hover-transition); }
.te-fplan__lock svg { color: #fff; }
.te-fplan--gated:hover .te-fplan__lock { background: rgba(11,116,240,.42); }
.te-fplan__req { position: absolute; inset: 0; z-index: 3; }
.te-fplan--gated:focus-within { outline: 2px solid var(--te-accent); outline-offset: 2px; }

/* Unlocked floor plans (after an enquiry is submitted) */
.te-fplans-note { color: var(--te-accent); font-weight: 500; }
.te-fplans-note svg { color: var(--te-accent); vertical-align: -3px; margin-right: 6px; }
.te-fplan__view { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: var(--te-fs-14); font-weight: 600; color: var(--te-accent); }
.te-fplan__view svg { transition: transform .15s ease; }
.te-fplan__view:hover svg { transform: translateX(2px); }
.te-fplans-sec.is-unlocked .te-fplan__img { position: relative; cursor: zoom-in; }
.te-fplan__imglink { position: absolute; inset: 0; z-index: 2; }

/* listing body reuses the area sticky sidebar (.te-arealayout / .te-aside) */
.te-listing-single .te-arealayout { margin-top: 4px; }

/* Highlights (signature facts) */
.te-lhi { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.te-lhi__item { display: flex; gap: 12px; align-items: flex-start; font-size: var(--te-fs-16); line-height: 1.5; color: var(--te-ink,#17181a); }
.te-lhi__ic { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin-top: 1px;
  border-radius: 999px; background: rgba(11,116,240,.10); color: var(--te-accent,#0b74f0); }
.te-lhi__ic svg { color: var(--te-accent,#0b74f0); }
@media (max-width:720px){ .te-lhi { grid-template-columns: 1fr; } }

/* Full-width sections below the two-column layout */
.te-lsec--wide { border-top: 1px solid var(--te-divider,var(--te-border)); }

/* Other branded residences grid */
.te-bgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
@media (max-width:860px){ .te-bgrid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:520px){ .te-bgrid { grid-template-columns: 1fr; } }
.te-bcard { position: relative; border: 1px solid var(--te-border); border-radius: var(--te-radius,14px); overflow: hidden; background: var(--te-surface,#fff);
  transition: box-shadow var(--te-hover-transition), transform var(--te-hover-transition); }
.te-bcard:hover { box-shadow: 0 14px 34px rgba(23,24,26,.13); transform: translateY(-2px); }
.te-bcard__media { aspect-ratio: 4/3; overflow: hidden; background: var(--te-muted,#eef1f4); }
.te-bcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.te-bcard:hover .te-bcard__media img { transform: scale(1.05); }
.te-bcard__body { padding: 16px 18px 18px; }
.te-bcard__title { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-18); margin: 0 0 4px; letter-spacing: -.01em; }
.te-bcard__meta { font-size: var(--te-fs-14); color: var(--te-ink-soft,#5a6069); margin: 0 0 10px; }
.te-bcard__price { font-size: var(--te-fs-15); color: var(--te-ink,#17181a); margin: 0; }
.te-bcard__price strong { color: var(--te-accent,#0b74f0); }
.te-bcard__link { position: absolute; inset: 0; z-index: 2; }

/* Related articles */
.te-bgrid--posts { grid-template-columns: repeat(3,1fr); }
@media (max-width:860px){ .te-bgrid--posts { grid-template-columns: repeat(2,1fr); } }
@media (max-width:520px){ .te-bgrid--posts { grid-template-columns: 1fr; } }
.te-rpcard { position: relative; display: flex; flex-direction: column; border: 1px solid var(--te-border); border-radius: var(--te-radius,14px); overflow: hidden;
  background: var(--te-surface,#fff); color: inherit; transition: box-shadow var(--te-hover-transition), transform var(--te-hover-transition); }
.te-rpcard:hover { box-shadow: 0 14px 34px rgba(23,24,26,.13); transform: translateY(-2px); }
.te-rpcard__media { aspect-ratio: 16/9; overflow: hidden; background: var(--te-muted,#eef1f4); }
.te-rpcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.te-rpcard:hover .te-rpcard__media img { transform: scale(1.05); }
.te-rpcard__body { padding: 16px 18px 18px; flex: 1; }
.te-rpcard__title { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-17); line-height: 1.32; margin: 0; letter-spacing: -.01em; }
.te-rpcard__link { position: absolute; inset: 0; z-index: 2; }
.te-rpcard:focus-within { outline: 2px solid var(--te-accent); outline-offset: 2px; }

/* Centered "read more" below a section */
.te-lsec__more { display: flex; justify-content: center; margin-top: 28px; }
.te-lsec__more .te-btn { display: inline-flex; align-items: center; gap: 8px; }
.te-lsec__more svg { color: currentColor; }

/* ── Hero tagline ─────────────────────────────────────────── */
.te-lhero__tag { margin: 12px 0 0; max-width: 62ch; font-size: var(--te-fs-17,17px); line-height: 1.55; color: var(--te-muted,#5a6069); }

/* ── Key facts (icon stat cards) ─────────────────────────── */
/* container-responsive: fills the (narrower) main column without overflowing under the sticky form */
.te-facts2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,220px),1fr)); gap: 14px; }
.te-fact2 { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto auto; column-gap: 13px; align-items: center;
  padding: 18px 18px 19px; border: 1px solid var(--te-border); border-radius: var(--te-r-14,14px);
  background: var(--te-surface,#fff); transition: border-color var(--te-hover-transition), box-shadow var(--te-hover-transition), transform var(--te-hover-transition); }
.te-fact2:hover { border-color: var(--te-border-hover,#c9ced4); box-shadow: 0 12px 26px rgba(16,18,20,.08); transform: translateY(-2px); }
.te-fact2__ic { grid-row: 1 / 4; grid-column: 1; align-self: start; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; background: var(--te-accent-pale,rgba(11,116,240,.08)); color: var(--te-accent,#0b74f0); }
.te-fact2__ic svg { color: var(--te-accent,#0b74f0); }
.te-fact2__k { grid-column: 2; font-size: var(--te-fs-12,12px); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--te-muted,#5a6069); }
.te-fact2__v { grid-column: 2; font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-17,17px); line-height: 1.2; letter-spacing: -.01em; color: var(--te-ink,#17181a); margin-top: 3px; }
.te-fact2__sub { grid-column: 2; font-size: var(--te-fs-13,13px); color: var(--te-muted,#5a6069); margin-top: 4px; line-height: 1.35; }

/* ── Feature cards (design / brand / scarcity) ───────────── */
/* container-responsive so they never overflow the main column under the sticky form */
.te-featcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,210px),1fr)); gap: 16px; margin-top: 26px; }
.te-featcards--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%,240px),1fr)); }
.te-featcard { display: flex; flex-direction: column; padding: 22px 20px 22px; border: 1px solid var(--te-border); border-radius: var(--te-r-14,14px);
  background: var(--te-surface,#fff); transition: border-color var(--te-hover-transition), box-shadow var(--te-hover-transition), transform var(--te-hover-transition); }
.te-featcard:hover { border-color: var(--te-border-hover,#c9ced4); box-shadow: 0 12px 26px rgba(16,18,20,.08); transform: translateY(-2px); }
.te-featcard__ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 16px;
  border-radius: 13px; background: var(--te-accent-pale,rgba(11,116,240,.08)); color: var(--te-accent,#0b74f0); }
.te-featcard__ic svg { color: var(--te-accent,#0b74f0); }
.te-featcard__h { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-17,17px); margin: 0 0 8px; letter-spacing: -.01em;
  line-height: 1.22; text-wrap: balance; }
.te-featcard__p { font-size: var(--te-fs-14,14px); line-height: 1.55; color: var(--te-muted,#5a6069); margin: 0; }
.te-featcard--dark { background: var(--te-ink-strong,#101114); border-color: var(--te-on-dark-border-12,rgba(255,255,255,.12)); }
.te-featcard--dark:hover { border-color: var(--te-on-dark-border-24,rgba(255,255,255,.24)); box-shadow: 0 16px 34px rgba(0,0,0,.35); }
.te-featcard--dark .te-featcard__ic { background: var(--te-on-dark-fill-14,rgba(255,255,255,.12)); color: #fff; }
.te-featcard--dark .te-featcard__ic svg { color: #fff; }
.te-featcard--dark .te-featcard__h { color: #fff; }
.te-featcard--dark .te-featcard__p { color: var(--te-on-dark-72,rgba(255,255,255,.72)); }

/* ── Residence collections ───────────────────────────────── */
.te-colls { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width:720px){ .te-colls { grid-template-columns: 1fr; } }
.te-coll { border: 1px solid var(--te-border); border-radius: var(--te-radius,14px); padding: 18px 20px 20px; background: var(--te-surface,#fff); }
.te-coll__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--te-divider,var(--te-border)); }
.te-coll__name { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-20,20px); letter-spacing: -.015em; }
.te-coll__tag { font-size: var(--te-fs-13,13px); text-transform: uppercase; letter-spacing: .04em; color: var(--te-accent,#0b74f0); font-weight: 600; }
.te-coll__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 14px; }
.te-coll__cell { display: flex; flex-direction: column; gap: 2px; }
.te-coll__k { font-size: var(--te-fs-13,13px); color: var(--te-muted,#5a6069); }
.te-coll__v { font-size: var(--te-fs-16,16px); font-weight: 600; color: var(--te-ink,#17181a); }
.te-coll__v--price { color: var(--te-accent,#0b74f0); }
.te-coll__feat { display: flex; gap: 8px; align-items: flex-start; font-size: var(--te-fs-14,14px); line-height: 1.45; color: var(--te-ink,#17181a); margin: 0; }
.te-coll__feat svg { flex: 0 0 auto; margin-top: 2px; color: var(--te-accent,#0b74f0); }

/* ── Price table + includes/extra ────────────────────────── */
.te-ptable td:nth-child(3), .te-ptable th:nth-child(3) { white-space: nowrap; }
.te-pcols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 24px; }
@media (max-width:640px){ .te-pcols { grid-template-columns: 1fr; } }
.te-pcol__h { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-16,16px); margin: 0 0 12px; }
.te-plist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.te-plist li { position: relative; padding-left: 26px; font-size: var(--te-fs-15,15px); line-height: 1.45; color: var(--te-ink,#17181a); }
.te-plist li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.te-plist--yes li::before { content: "✓"; color: #1a8f5a; }
.te-plist--no li::before { content: "+"; color: var(--te-muted,#5a6069); }

/* ── Section subheading ──────────────────────────────────── */
.te-lsub { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-16,16px); letter-spacing: -.01em; color: var(--te-ink,#17181a); margin: 26px 0 14px; }

/* ── Location connectivity rows ──────────────────────────── */
.te-conn { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-top: 4px; }
@media (max-width:640px){ .te-conn { grid-template-columns: 1fr; } }
.te-conn__item { display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid var(--te-border); border-radius: var(--te-r-14,12px); background: var(--te-surface,#fff);
  transition: border-color var(--te-hover-transition), box-shadow var(--te-hover-transition); }
.te-conn__item:hover { border-color: var(--te-border-hover,#c9ced4); box-shadow: 0 8px 20px rgba(16,18,20,.06); }
.te-conn__ic { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px;
  background: var(--te-accent-pale,rgba(11,116,240,.08)); color: var(--te-accent,#0b74f0); }
.te-conn__ic svg { color: var(--te-accent,#0b74f0); }
.te-conn__p { flex: 1 1 auto; font-size: var(--te-fs-15,15px); line-height: 1.25; color: var(--te-ink,#17181a); font-weight: 500; }
.te-conn__t { flex: 0 0 auto; white-space: nowrap; font-size: var(--te-fs-13,13px); font-weight: 700; color: var(--te-accent,#0b74f0);
  background: var(--te-accent-pale,rgba(11,116,240,.08)); padding: 4px 10px; border-radius: var(--te-r-pill,999px); }

/* ── Investment: for/against ─────────────────────────────── */
.te-invcols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 28px; }
@media (max-width:720px){ .te-invcols { grid-template-columns: 1fr; } }
.te-invcol { padding: 20px 22px; border-radius: var(--te-radius,14px); border: 1px solid var(--te-border); }
.te-invcol--for { background: rgba(26,143,90,.06); border-color: rgba(26,143,90,.25); }
.te-invcol--risk { background: rgba(229,72,77,.05); border-color: rgba(229,72,77,.22); }
.te-invcol__h { display: flex; align-items: center; gap: 8px; font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-17,17px); margin: 0 0 14px; }
.te-invcol--for .te-invcol__h { color: #14764a; }
.te-invcol--for .te-invcol__h svg { color: #1a8f5a; }
.te-invcol--risk .te-invcol__h { color: #c0393e; }
.te-invlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.te-invlist li { position: relative; padding-left: 22px; font-size: var(--te-fs-15,15px); line-height: 1.5; color: var(--te-ink,#17181a); }
.te-invlist li::before { position: absolute; left: 0; top: 0; }
.te-invcol--for .te-invlist li::before { content: "✓"; color: #1a8f5a; font-weight: 700; }
.te-invcol--risk .te-invlist li::before { content: "!"; color: #d6484d; font-weight: 700; }

/* ── Investment rating bars ──────────────────────────────── */
.te-ratings { border: 1px solid var(--te-border); border-radius: var(--te-radius,14px); padding: 20px 22px; margin-bottom: 24px; background: var(--te-surface,#fff); }
.te-ratings__h { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-13,13px); text-transform: uppercase; letter-spacing: .05em; color: var(--te-muted,#5a6069); margin: 0 0 16px; }
.te-rating { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 9px 0; border-top: 1px solid var(--te-divider,var(--te-border)); }
.te-rating:first-of-type { border-top: 0; }
.te-rating__k { font-size: var(--te-fs-15,15px); color: var(--te-ink,#17181a); }
.te-rating__bar { display: inline-flex; gap: 5px; }
.te-rating__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--te-muted-light,#d8dde3); }
.te-rating__dot.is-on { background: var(--te-accent,#0b74f0); }
.te-rating__lbl { font-size: var(--te-fs-13,13px); font-weight: 600; color: var(--te-muted,#5a6069); min-width: 78px; text-align: right; }
@media (max-width:520px){ .te-rating { grid-template-columns: 1fr auto; } .te-rating__lbl { grid-column: 1 / -1; text-align: left; min-width: 0; } }

/* ── Verdict + yield stats ───────────────────────────────── */
.te-verdict { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px; border-left: 3px solid var(--te-accent,#0b74f0); background: var(--te-accent-pale,rgba(11,116,240,.06)); border-radius: 0 10px 10px 0; margin-bottom: 24px; }
.te-verdict__tag { font-size: var(--te-fs-13,13px); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; color: var(--te-accent,#0b74f0); }
.te-verdict p { margin: 0; font-size: var(--te-fs-16,16px); line-height: 1.55; color: var(--te-ink,#17181a); }
.te-ystats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,130px),1fr)); gap: 14px; }
.te-ystat { display: flex; flex-direction: column; gap: 6px; padding: 20px 16px; border: 1px solid var(--te-border); border-radius: var(--te-r-14,14px);
  text-align: center; background: linear-gradient(180deg, var(--te-accent-pale,rgba(11,116,240,.05)), var(--te-surface,#fff)); }
.te-ystat__v { display: block; font-family: var(--te-font-display); font-weight: 800; font-size: clamp(20px,2.4vw,24px); color: var(--te-accent,#0b74f0);
  letter-spacing: -.02em; line-height: 1.1; text-wrap: balance; }
.te-ystat__k { display: block; font-size: var(--te-fs-13,13px); color: var(--te-muted,#5a6069); line-height: 1.35; }

/* ── Comparison table ────────────────────────────────────── */
.te-cmp th, .te-cmp td { text-align: left; }
.te-cmp__hl { background: var(--te-accent-pale,rgba(11,116,240,.06)); }
.te-cmp thead .te-cmp__hl { color: var(--te-accent,#0b74f0); font-weight: 700; }

/* ═══════════ Off-Plan listings index (/off-plan-properties/) ═══════════ */
.te-lindex__grid { grid-template-columns: repeat(auto-fill, minmax(min(100%,270px),1fr)); margin-top: 6px; }
.te-lcard { display: flex; flex-direction: column; }
/* .te-lcard sets display:flex, which would override [hidden]; restore hide-on-filter */
.te-lcard[hidden] { display: none !important; }
.te-lcard__badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: var(--te-fs-12,12px); font-weight: 700;
  padding: 5px 11px; border-radius: var(--te-r-pill,999px); background: var(--te-accent,#0b74f0); color: #fff; letter-spacing: .01em; }
.te-lcard .te-bcard__media { position: relative; }

/* filter bar */
.te-lfilter { margin: 4px 0 26px; display: flex; flex-direction: column; gap: 14px; }
.te-lfilter__search { position: relative; display: flex; align-items: center; }
.te-lfilter__search svg { position: absolute; left: 15px; color: var(--te-muted,#5a6069); pointer-events: none; }
.te-lfilter__search input { width: 100%; padding: 13px 16px 13px 44px; border: 1px solid var(--te-border); border-radius: var(--te-r-12,12px);
  font-size: var(--te-fs-16,16px); font-family: inherit; color: var(--te-ink,#17181a); background: var(--te-surface,#fff); }
.te-lfilter__search input:focus { outline: 2px solid var(--te-accent,#0b74f0); outline-offset: 1px; border-color: transparent; }
.te-lfilter__row { display: flex; flex-wrap: wrap; gap: 16px 22px; align-items: center; }
.te-lchips { display: flex; flex-wrap: wrap; gap: 8px; }
.te-lchip { font-size: var(--te-fs-14,14px); font-weight: 600; padding: 8px 15px; border-radius: var(--te-r-pill,999px);
  border: 1px solid var(--te-border); background: var(--te-surface,#fff); color: var(--te-ink,#17181a); cursor: pointer;
  transition: background var(--te-hover-transition), border-color var(--te-hover-transition), color var(--te-hover-transition); }
.te-lchip:hover { border-color: var(--te-border-hover,#c9ced4); }
.te-lchip.is-on { background: var(--te-accent,#0b74f0); border-color: var(--te-accent,#0b74f0); color: #fff; }
.te-lselect { font-size: var(--te-fs-14,14px); font-weight: 600; padding: 9px 34px 9px 14px; border-radius: var(--te-r-pill,999px);
  border: 1px solid var(--te-border); background: var(--te-surface,#fff) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6069' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: var(--te-ink,#17181a); cursor: pointer; -webkit-appearance: none; appearance: none; max-width: 100%; }
.te-lfilter__count { font-size: var(--te-fs-14,14px); color: var(--te-muted,#5a6069); margin: 2px 0 0; }
.te-lfilter__count span { font-weight: 700; color: var(--te-ink,#17181a); }
.te-lindex__empty { text-align: center; padding: 40px 0; color: var(--te-muted,#5a6069); font-size: var(--te-fs-16,16px); }
.te-linkbtn { background: none; border: 0; padding: 0; color: var(--te-accent,#0b74f0); font-weight: 600; font-size: inherit; cursor: pointer; text-decoration: underline; }
@media (max-width:600px){ .te-lfilter__row { gap: 12px; } .te-lselect { width: 100%; } }

/* ═══════════ Developers index (/developers/) ═══════════ */
.te-dvgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%,240px),1fr)); gap: 16px; margin-top: 6px; }
.te-dvcard { position: relative; border: 1px solid var(--te-border); border-radius: var(--te-r-14,14px); padding: 20px; background: var(--te-surface,#fff);
  transition: border-color var(--te-hover-transition), box-shadow var(--te-hover-transition), transform var(--te-hover-transition); }
.te-dvcard:hover { border-color: var(--te-border-hover,#c9ced4); box-shadow: 0 12px 26px rgba(16,18,20,.08); transform: translateY(-2px); }
.te-dvcard__top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.te-dvcard__name { font-family: var(--te-font-display); font-weight: 700; font-size: var(--te-fs-18,18px); letter-spacing: -.01em; margin: 0; line-height: 1.2; }
.te-dvcard__count { flex: 0 0 auto; font-size: var(--te-fs-13,13px); font-weight: 600; color: var(--te-accent,#0b74f0); white-space: nowrap; }
.te-dvcard__from { font-size: var(--te-fs-14,14px); color: var(--te-muted,#5a6069); margin: 8px 0 0; }
.te-dvcard__link { position: absolute; inset: 0; z-index: 2; }
