/* CEMI Front UX · F2.5 · Home Visual Refinement. Home-only, no Core legacy. */
.cfx-home{background:var(--cemi-color-surface);color:var(--cemi-color-text)}
.cfx-home .cemi-ux-container{width:min(100% - (2 * var(--cemi-gutter)),82rem);margin-inline:auto}
.cfx-home__hero{padding-block:clamp(3rem,6vw,6.75rem);background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%)}
.cfx-home__hero-grid{display:grid;gap:clamp(2.25rem,5vw,5rem);align-items:center}
.cfx-home__hero-copy{max-width:48rem;gap:1.35rem}
.cfx-home__hero h1{max-width:13ch;font-size:clamp(2.85rem,5.6vw,5.9rem);font-weight:800;line-height:.94;letter-spacing:-.055em;margin:0;color:var(--cemi-color-ink)}
.cfx-home__hero .cfx-lead{font-size:clamp(1.02rem,1.45vw,1.24rem);line-height:1.65;max-width:38rem;color:#667085;margin:0}
.cfx-home__hero-media{position:relative;margin:0;aspect-ratio:4/3;border-radius:1.5rem;overflow:hidden;background:#eef0f3;box-shadow:0 28px 70px rgba(26,34,49,.17)}
.cfx-home__hero-media:after{content:"";position:absolute;inset:0;border:1px solid rgba(26,34,49,.08);border-radius:inherit;pointer-events:none}
.cfx-home__hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.cfx-home-search{display:grid;gap:.65rem;padding:.72rem;border:1px solid #d7dce4;border-radius:1rem;background:#fff;box-shadow:0 12px 36px rgba(26,34,49,.09)}
.cfx-home-search .cfx-field{gap:.35rem}.cfx-home-search .cfx-field__label{font-size:.7rem;font-weight:750;letter-spacing:.02em;color:#586273}
.cfx-home-search .cfx-input{min-height:46px;border-color:#cfd5df;background:#fff;font-size:.92rem}
.cfx-home-search__submit{align-self:end;min-height:46px;padding-inline:1.25rem;white-space:nowrap}
.cfx-home__hero-links{gap:1.15rem;font-size:.82rem;font-weight:650}.cfx-home__hero-links a{color:#536174;text-underline-offset:3px}
.cfx-section{padding-block:clamp(4rem,7vw,7.25rem)}.cfx-section--tight{padding-block:clamp(2.75rem,5vw,4.5rem)}
.cfx-section-heading{max-width:48rem}.cfx-section-heading h2{margin:.35rem 0 0;font-size:clamp(2rem,3.25vw,3.45rem);font-weight:800;line-height:1.02;letter-spacing:-.042em;color:var(--cemi-color-ink)}
.cfx-section-heading--split{max-width:none;display:flex;gap:1.25rem;align-items:end;justify-content:space-between}
.cfx-section-intro{max-width:42rem;margin:.8rem 0 0;color:#697386;line-height:1.65}
.cfx-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.68rem;color:var(--cemi-color-brand)}
.cfx-home [aria-labelledby="cfx-explore-title"]{border-top:1px solid #eef0f3}
.cfx-home [aria-labelledby="cfx-explore-title"] .cfx-stack{gap:1.1rem}
.cfx-home [aria-label="Tipos de propiedad"],.cfx-home [aria-label="Zonas con inventario"]{gap:.55rem}
.cfx-chip{min-height:34px;padding:.45rem .78rem;border-radius:999px;border:1px solid #dce1e8;background:#fff;color:#344054;font-size:.78rem;font-weight:650;box-shadow:none}.cfx-chip small{margin-left:.25rem;color:#8a93a2}.cfx-chip--quiet{background:#f8f9fb}.cfx-explore-chip{text-decoration:none}.cfx-explore-chip:hover{border-color:#c81768;color:#a70f54;background:#fff6fa}
.cfx-property-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.35rem}
.cfx-property-card{min-width:0;overflow:hidden;border:1px solid #dfe3e9;border-radius:1.15rem;background:#fff;box-shadow:0 5px 18px rgba(26,34,49,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.cfx-property-card:hover{transform:translateY(-3px);border-color:#ccd2dc;box-shadow:0 18px 42px rgba(26,34,49,.11)}
.cfx-property-card__media{display:block;aspect-ratio:4/3;background:#eef0f3;overflow:hidden}.cfx-property-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.cfx-property-card:hover .cfx-property-card__media img{transform:scale(1.025)}
.cfx-property-card__media-empty{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e9edf2,#f8f9fb)}
.cfx-property-card__body{padding:1.15rem 1.15rem 1.3rem;gap:.62rem;overflow-wrap:anywhere}.cfx-property-card__body h3{font-size:1.02rem;line-height:1.25;margin:0;color:var(--cemi-color-ink)}.cfx-property-card__body h3 a{color:inherit;text-decoration:none}.cfx-property-card__location{margin:0;color:#727b89;font-size:.78rem;line-height:1.45}.cfx-property-card__price{font-size:1.08rem;line-height:1.2;color:var(--cemi-color-ink)}
.cfx-property-card__features{display:flex;gap:.65rem 1rem;flex-wrap:wrap;margin:.25rem 0 0;padding-top:.7rem;border-top:1px solid #eef0f3;font-size:.72rem}.cfx-property-card__features div{display:flex;gap:.25rem}.cfx-property-card__features dt{color:#7c8593}.cfx-property-card__features dd{margin:0;font-weight:750;color:#344054}.cfx-property-card__meta{font-size:.68rem;color:#7b8492}.cfx-property-card__meta .cfx-badge{font-size:.62rem;font-weight:800}
.cfx-home__owner{background:#f5f6f8;border-block:1px solid #eceff3}.cfx-action-grid{display:grid;gap:1rem}.cfx-action-card{position:relative;min-height:15rem;padding:clamp(1.4rem,2.5vw,2.15rem);border-radius:1.15rem;background:#fff;border:1px solid #dde2e9;box-shadow:0 3px 12px rgba(26,34,49,.035)}.cfx-action-card:before{content:"";width:2.25rem;height:3px;border-radius:99px;background:var(--cemi-color-brand);display:block;margin-bottom:.35rem}.cfx-action-card h3{margin:0;font-size:1.35rem;line-height:1.12;color:var(--cemi-color-ink)}.cfx-action-card p{margin:0;color:#697386;line-height:1.6;font-size:.9rem}.cfx-action-card .cfx-link{margin-top:auto;font-weight:750}
.cfx-trust-band{display:grid;gap:2rem;align-items:center;border:1px solid #e0e4ea;border-radius:1.25rem;padding:clamp(1.5rem,3.5vw,3rem);background:#fff}.cfx-trust-band h2{margin:.35rem 0 0;font-size:clamp(1.65rem,2.8vw,2.7rem);line-height:1.05;letter-spacing:-.035em;color:var(--cemi-color-ink)}.cfx-trust-list{display:grid;grid-template-columns:1fr;gap:.65rem;margin:0;padding:0;list-style:none}.cfx-trust-list li{position:relative;padding:.8rem .9rem .8rem 2.2rem;border-radius:.75rem;background:#f7f8fa;font-size:.86rem;font-weight:650;color:#465164}.cfx-trust-list li:before{content:"✓";position:absolute;left:.85rem;top:.78rem;color:var(--cemi-color-brand);font-weight:900}
.cfx-home__closing{padding-top:clamp(2rem,4vw,4rem)}.cfx-cta-band{display:grid;gap:1.75rem;padding:clamp(2rem,5vw,4.5rem);border-radius:1.4rem;background:#1a2231;color:#fff;box-shadow:0 22px 55px rgba(26,34,49,.18)}.cfx-cta-band .cfx-eyebrow{color:#ff7bb5}.cfx-cta-band h2{margin:0;max-width:16ch;font-size:clamp(2rem,3.6vw,3.7rem);font-weight:800;line-height:.98;letter-spacing:-.045em;color:#fff}.cfx-cta-band p{margin:0;color:rgba(255,255,255,.7);max-width:42rem;line-height:1.6}.cfx-cta-band .cfx-button--secondary{background:#fff;color:#1a2231;border-color:#fff}.cfx-empty-state{padding:2rem;border:1px dashed var(--cemi-color-border);border-radius:var(--cemi-radius-lg)}
@media(min-width:720px){.cfx-home-search{grid-template-columns:minmax(0,1.65fr) minmax(155px,.7fr) auto;align-items:end}.cfx-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cfx-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cfx-trust-band{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.cfx-trust-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cfx-cta-band{grid-template-columns:minmax(0,1fr) auto;align-items:center}}
@media(min-width:1040px){.cfx-home__hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)}.cfx-property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:719px){.cfx-home__hero{padding-top:2.4rem}.cfx-home__hero h1{font-size:clamp(2.55rem,12vw,4rem);max-width:12ch}.cfx-home__hero-media{aspect-ratio:4/3;border-radius:1.15rem}.cfx-home-search{padding:.65rem}.cfx-section-heading--split{align-items:flex-start;flex-direction:column}.cfx-property-card__media{aspect-ratio:16/11}.cfx-property-card__features{gap:.55rem}.cfx-cta-band .cfx-cluster{align-items:stretch}.cfx-cta-band .cfx-button{width:100%}}


/* F2.6 · Experience completeness: capabilities, not legacy styling. */
.cfx-home__journeys{background:#fff;border-block:1px solid #edf0f4}
.cfx-journey-grid{display:grid;gap:1rem}
.cfx-journey-card{min-height:16rem;border:1px solid #dfe4eb;border-radius:1.2rem;padding:clamp(1.4rem,3vw,2.4rem);background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}
.cfx-journey-card h3{font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.05;letter-spacing:-.03em;margin:.35rem 0;color:var(--cemi-color-ink)}
.cfx-journey-card p{color:#697386;line-height:1.6;margin:0;max-width:38rem}
.cfx-journey-card--map{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;background:#f7f9fc}
.cfx-map-visual{position:relative;min-height:12rem;border-radius:1rem;overflow:hidden;background:linear-gradient(145deg,#edf3f8,#dfe8f0)}
.cfx-map-visual:before,.cfx-map-visual:after{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(28deg,transparent 0 27px,rgba(26,34,49,.08) 28px 29px,transparent 30px 58px)}
.cfx-map-visual:after{transform:rotate(82deg)}
.cfx-map-visual span{position:absolute;width:.72rem;height:.72rem;border-radius:50% 50% 50% 0;background:var(--cemi-color-brand);transform:rotate(-45deg);z-index:2}
.cfx-map-visual span:nth-child(1){left:24%;top:30%}.cfx-map-visual span:nth-child(2){left:62%;top:22%}.cfx-map-visual span:nth-child(3){left:47%;top:62%}.cfx-map-visual span:nth-child(4){left:76%;top:70%}
.cfx-decision-band{display:grid;gap:2rem;padding:clamp(1.6rem,4vw,3.2rem);border-radius:1.25rem;background:#1a2231;color:#fff}
.cfx-decision-band h2{margin:.35rem 0 0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.02;letter-spacing:-.04em;color:#fff}
.cfx-decision-band p{margin:0;color:rgba(255,255,255,.68)}
.cfx-decision-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.cfx-decision-action{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.05rem;border:1px solid rgba(255,255,255,.15);border-radius:.85rem;color:#fff;text-decoration:none;background:rgba(255,255,255,.045)}
.cfx-decision-action:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.28)}
.cfx-decision-action strong{font-size:.92rem}.cfx-decision-action span{font-size:.75rem;color:rgba(255,255,255,.62)}
.cfx-home__tools{background:#f7f8fa;border-block:1px solid #eceff3}
.cfx-tools-grid{display:grid;gap:1rem}
.cfx-tool-card{display:grid;gap:.55rem;padding:1.35rem;border:1px solid #dde2e9;border-radius:1rem;background:#fff;color:var(--cemi-color-ink);text-decoration:none;min-height:10rem}
.cfx-tool-card>span{font-size:.68rem;font-weight:800;color:var(--cemi-color-brand)}.cfx-tool-card strong{font-size:1.15rem}.cfx-tool-card small{color:#697386;line-height:1.5}
@media(min-width:760px){.cfx-journey-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.cfx-decision-band{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center}.cfx-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:759px){.cfx-journey-card--map{grid-template-columns:1fr}.cfx-decision-actions{grid-template-columns:1fr}}


/* F2.7 · Hero + visual rhythm + responsive composition.
   Component-owned responsive behavior; no legacy imports. */
.cfx-home__hero{
  position:relative; isolation:isolate; min-height:clamp(34rem,62vw,46rem);
  display:flex; align-items:center; overflow:hidden; background:#152131;
}
.cfx-home__hero .cfx-home__hero-media{
  position:absolute; inset:0; width:100%; height:100%; border-radius:0; overflow:hidden; z-index:-2;
}
.cfx-home__hero .cfx-home__hero-media img{width:100%;height:100%;object-fit:cover;object-position:65% center}
.cfx-home__hero:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(10,25,39,.94) 0%,rgba(10,25,39,.82) 36%,rgba(10,25,39,.28) 67%,rgba(10,25,39,.06) 100%);
}
.cfx-home__hero .cfx-container{width:100%}
.cfx-home__hero-grid{display:block}
.cfx-home__hero-copy{max-width:46rem;padding-block:clamp(4.5rem,8vw,7rem)}
.cfx-home__hero .cfx-eyebrow{color:#ff3c91}
.cfx-home__hero h1{max-width:13ch;color:#fff;font-size:clamp(3.2rem,5.6vw,5.8rem);line-height:.94;letter-spacing:-.055em;margin:.6rem 0 1.1rem}
.cfx-home__hero .cfx-home__hero-lead{max-width:36rem;color:rgba(255,255,255,.8);font-size:clamp(1rem,1.3vw,1.2rem)}
.cfx-home__search-panel{max-width:44rem;margin-top:1.7rem;padding:1rem;border:0;border-radius:1rem;background:#fff;box-shadow:0 20px 55px rgba(0,0,0,.22)}
.cfx-home__search-panel label,.cfx-home__search-panel legend{color:#1a2231}
.cfx-home__search-panel .cfx-button{min-height:3rem}
.cfx-home__hero-links{max-width:44rem;margin-top:.8rem;color:#fff}
.cfx-home__hero-links a{color:#fff;text-decoration-color:rgba(255,255,255,.45)}
.cfx-home__hero-links a:hover{text-decoration-color:#fff}

/* Visual rhythm: product appears immediately after hero. */
.cfx-home__featured{padding-top:clamp(3.5rem,6vw,6rem);padding-bottom:clamp(4rem,7vw,7rem);background:#fff}
.cfx-home__journeys{background:#f5f7fa;padding-block:clamp(3.5rem,6vw,6rem)}
.cfx-home__shortcuts{background:#fff;padding-block:clamp(3rem,5vw,5rem)}
.cfx-home__decision{padding-block:clamp(3.5rem,6vw,6rem);background:#fff}
.cfx-home__owner{background:#f4f6f8;padding-block:clamp(4rem,6vw,6rem)}
.cfx-home__tools{padding-block:clamp(3.5rem,6vw,5.5rem)}
.cfx-home__trust{background:#fff;padding-block:clamp(3rem,5vw,5rem)}
.cfx-home__closing{padding-block:clamp(4rem,7vw,7rem);background:#fff}
.cfx-section-heading h2{max-width:18ch;font-size:clamp(2rem,3.4vw,3.35rem);line-height:1;letter-spacing:-.045em}

/* Property grid responsive ownership belongs to Home. */
.cfx-home__property-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.cfx-home__property-card{min-width:0}
.cfx-home__property-card img{aspect-ratio:4/3;object-fit:cover}

/* Wide desktop */
@media (min-width:1600px){
  .cfx-home__hero{min-height:48rem}
  .cfx-home__hero h1{font-size:6.2rem}
  .cfx-home__hero-copy{max-width:50rem}
}
/* Tablet / small desktop */
@media (max-width:1199px){
  .cfx-home__hero{min-height:40rem}
  .cfx-home__hero h1{font-size:clamp(3.25rem,6vw,4.8rem)}
  .cfx-home__property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
/* Tablet portrait */
@media (max-width:899px){
  .cfx-home__hero{min-height:42rem;align-items:flex-end}
  .cfx-home__hero:after{background:linear-gradient(90deg,rgba(10,25,39,.92),rgba(10,25,39,.55)),linear-gradient(0deg,rgba(10,25,39,.88),transparent 62%)}
  .cfx-home__hero .cfx-home__hero-media img{object-position:64% center}
  .cfx-home__hero-copy{max-width:38rem;padding-block:5rem 3rem}
  .cfx-home__hero h1{max-width:12ch}
  .cfx-home__property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cfx-decision-band{grid-template-columns:1fr}
  .cfx-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
/* Mobile */
@media (max-width:599px){
  .cfx-home__hero{min-height:auto;display:block;padding-top:0;background:#152131}
  .cfx-home__hero .cfx-home__hero-media{position:relative;z-index:0;height:15rem;order:0}
  .cfx-home__hero .cfx-home__hero-media img{object-position:center 46%}
  .cfx-home__hero:after{display:none}
  .cfx-home__hero .cfx-container{background:#152131}
  .cfx-home__hero-copy{padding:2rem 0 2.4rem;max-width:none}
  .cfx-home__hero h1{font-size:clamp(2.65rem,12vw,3.7rem);line-height:.94;max-width:11ch;margin-top:.45rem}
  .cfx-home__hero .cfx-home__hero-lead{font-size:.94rem;line-height:1.5}
  .cfx-home__search-panel{margin-top:1.25rem;padding:.8rem;border-radius:.85rem;box-shadow:none}
  .cfx-home__hero-links{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.9rem}
  .cfx-home__property-grid{grid-template-columns:1fr;gap:1rem}
  .cfx-home__property-card img{aspect-ratio:16/10}
  .cfx-section-heading h2{font-size:2.15rem}
  .cfx-journey-grid,.cfx-tools-grid{grid-template-columns:1fr}
  .cfx-decision-actions{grid-template-columns:1fr}
}
/* Mobile wide / small tablet */
@media (min-width:600px) and (max-width:899px){
  .cfx-home__search-panel{max-width:38rem}
}


/* F2.7A · Width + Hero calibration. This intentionally supersedes only F2.7 Home rules. */
.cfx-home__hero{min-height:clamp(35rem,48vw,43rem)}
.cfx-home__hero .cfx-container{width:min(calc(100% - 4rem),1280px);margin-inline:auto}
.cfx-home__hero-copy{max-width:43rem;padding-block:clamp(4rem,6vw,6rem)}
.cfx-home__hero h1{font-size:clamp(3.5rem,4.8vw,5.15rem);max-width:12ch}
.cfx-home__search-panel{max-width:42rem}
.cfx-home__featured>.cfx-container,
.cfx-home__shortcuts>.cfx-container,
.cfx-home__journeys>.cfx-container,
.cfx-home__decision>.cfx-container,
.cfx-home__owner>.cfx-container,
.cfx-home__tools>.cfx-container,
.cfx-home__trust>.cfx-container,
.cfx-home__closing>.cfx-container{width:min(calc(100% - 4rem),1280px);margin-inline:auto}

/* Wide desktop: grow the site, not the editorial copy. */
@media(min-width:1600px){
 .cfx-home__hero{min-height:45rem}
 .cfx-home__hero .cfx-container{width:min(calc(100% - 6rem),1520px)}
 .cfx-home__hero-copy{max-width:46rem}
 .cfx-home__hero h1{font-size:5.45rem}
 .cfx-home__featured>.cfx-container,
 .cfx-home__shortcuts>.cfx-container,
 .cfx-home__journeys>.cfx-container,
 .cfx-home__decision>.cfx-container,
 .cfx-home__owner>.cfx-container,
 .cfx-home__tools>.cfx-container,
 .cfx-home__trust>.cfx-container,
 .cfx-home__closing>.cfx-container{width:min(calc(100% - 6rem),1440px)}
 .cfx-home__property-grid{gap:1.25rem}
}

/* Tablet / small desktop */
@media(min-width:900px) and (max-width:1199px){
 .cfx-home__hero{min-height:38rem}
 .cfx-home__hero .cfx-container{width:min(calc(100% - 3rem),1040px)}
 .cfx-home__hero-copy{max-width:37rem;padding-block:4.2rem}
 .cfx-home__hero h1{font-size:clamp(3.25rem,5.5vw,4.25rem);max-width:11ch}
 .cfx-home__search-panel{max-width:36rem}
 .cfx-home__featured>.cfx-container,
 .cfx-home__shortcuts>.cfx-container,
 .cfx-home__journeys>.cfx-container,
 .cfx-home__decision>.cfx-container,
 .cfx-home__owner>.cfx-container,
 .cfx-home__tools>.cfx-container,
 .cfx-home__trust>.cfx-container,
 .cfx-home__closing>.cfx-container{width:min(calc(100% - 3rem),1040px)}
}

/* Tablet portrait gets a deliberate composition rather than an accidental squeeze. */
@media(min-width:600px) and (max-width:899px){
 .cfx-home__hero{min-height:36rem;align-items:center}
 .cfx-home__hero .cfx-container{width:min(calc(100% - 2.5rem),760px)}
 .cfx-home__hero-copy{max-width:34rem;padding-block:3.5rem}
 .cfx-home__hero h1{font-size:clamp(3rem,7vw,4rem);max-width:11ch}
 .cfx-home__hero .cfx-home__hero-media img{object-position:68% center}
 .cfx-home__search-panel{max-width:34rem}
 .cfx-home__featured>.cfx-container,
 .cfx-home__shortcuts>.cfx-container,
 .cfx-home__journeys>.cfx-container,
 .cfx-home__decision>.cfx-container,
 .cfx-home__owner>.cfx-container,
 .cfx-home__tools>.cfx-container,
 .cfx-home__trust>.cfx-container,
 .cfx-home__closing>.cfx-container{width:min(calc(100% - 2.5rem),760px)}
}

/* Mobile: decision-first, compact, image participates without adding another screen. */
@media(max-width:599px){
 .cfx-home__hero{min-height:auto;background:#152131}
 .cfx-home__hero .cfx-home__hero-media{
   position:absolute;inset:0 0 auto 0;height:13rem;z-index:-2;
 }
 .cfx-home__hero .cfx-home__hero-media img{object-position:62% 45%}
 .cfx-home__hero:before{
   content:"";position:absolute;inset:0 0 auto 0;height:18rem;z-index:-1;
   background:linear-gradient(180deg,rgba(21,33,49,.28),#152131 94%);
 }
 .cfx-home__hero .cfx-container{width:min(calc(100% - 1.5rem),34rem);background:transparent}
 .cfx-home__hero-copy{padding:8.5rem 0 1.75rem}
 .cfx-home__hero h1{font-size:clamp(2.35rem,10.5vw,3.1rem);line-height:.96;max-width:10.5ch;margin:.35rem 0 .75rem}
 .cfx-home__hero .cfx-home__hero-lead{font-size:.9rem;line-height:1.42;max-width:31rem}
 .cfx-home__search-panel{margin-top:1rem;padding:.7rem;border-radius:.8rem}
 .cfx-home__search-panel input,
 .cfx-home__search-panel select,
 .cfx-home__search-panel .cfx-button{min-height:2.8rem}
 .cfx-home__hero-links{margin-top:.65rem;gap:.35rem;font-size:.78rem}
 .cfx-home__featured>.cfx-container,
 .cfx-home__shortcuts>.cfx-container,
 .cfx-home__journeys>.cfx-container,
 .cfx-home__decision>.cfx-container,
 .cfx-home__owner>.cfx-container,
 .cfx-home__tools>.cfx-container,
 .cfx-home__trust>.cfx-container,
 .cfx-home__closing>.cfx-container{width:min(calc(100% - 1.5rem),34rem)}
}


/* F2.8 · Property cards, image fallbacks and content.
   Home owns card composition; data remains Core-owned. */
.cfx-property-grid--home{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.cfx-property-card{
  display:flex;flex-direction:column;min-width:0;overflow:hidden;
  border:1px solid #dfe3e9;border-radius:1.05rem;background:#fff;
  box-shadow:0 5px 18px rgba(26,34,49,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.cfx-property-card:hover{transform:translateY(-3px);border-color:#ccd2dc;box-shadow:0 18px 42px rgba(26,34,49,.11)}
.cfx-property-card__media{position:relative;display:block;aspect-ratio:4/3;background:#edf1f5;overflow:hidden}
.cfx-property-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:2;transition:transform .28s ease}
.cfx-property-card:hover .cfx-property-card__media img{transform:scale(1.025)}
.cfx-property-card__fallback{
  position:absolute;inset:0;display:grid;place-content:center;gap:.35rem;text-align:center;
  background:
    radial-gradient(circle at 78% 20%,rgba(200,23,104,.10),transparent 26%),
    linear-gradient(145deg,#eef2f6,#dfe6ed);
  color:#7a8492;z-index:1;
}
.cfx-property-card__fallback:before{
  content:"";position:absolute;inset:10%;border:1px solid rgba(26,34,49,.07);border-radius:.8rem;
}
.cfx-property-card__fallback-mark{font-size:1.3rem;font-weight:900;letter-spacing:.08em;color:rgba(26,34,49,.18)}
.cfx-property-card__fallback-label{font-size:.72rem;font-weight:700;color:#778190}
.cfx-property-card__media:not(.is-fallback) .cfx-property-card__fallback{opacity:0;visibility:hidden}
.cfx-property-card__media.is-fallback .cfx-property-card__fallback{opacity:1;visibility:visible}
.cfx-property-card__status{
  position:absolute;left:.75rem;top:.75rem;z-index:4;padding:.4rem .58rem;border-radius:999px;
  background:rgba(255,255,255,.94);box-shadow:0 3px 10px rgba(0,0,0,.08);
  color:#253044;font-size:.65rem;font-weight:800;
}
.cfx-property-card__body{display:flex;flex-direction:column;gap:.6rem;flex:1;padding:1rem 1rem 1.05rem;overflow-wrap:anywhere}
.cfx-property-card__meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.67rem;color:#7b8492}
.cfx-property-card__body h3{font-size:1rem;line-height:1.22;margin:0;color:var(--cemi-color-ink);letter-spacing:-.015em}
.cfx-property-card__body h3 a{color:inherit;text-decoration:none}
.cfx-property-card__location{margin:0;color:#737d8a;font-size:.76rem;line-height:1.4}
.cfx-property-card__price{font-size:1.05rem;line-height:1.15;color:var(--cemi-color-ink)}
.cfx-property-card__features{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;
  margin:.15rem 0 0;padding-top:.7rem;border-top:1px solid #edf0f3;font-size:.68rem;
}
.cfx-property-card__features div{display:grid;gap:.12rem;min-width:0}
.cfx-property-card__features dt{color:#8a93a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cfx-property-card__features dd{margin:0;font-weight:800;color:#344054;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cfx-property-card__cta{
  margin-top:auto;padding-top:.55rem;color:#1a2231;text-decoration:none;font-size:.75rem;font-weight:850;
}
.cfx-property-card__cta span{color:var(--cemi-color-brand);margin-left:.2rem}
.cfx-property-card__cta:hover{color:var(--cemi-color-brand)}

/* Content/knowledge uses only Core-provided trust strings. */
.cfx-home__knowledge{background:#fff;padding-block:clamp(3.5rem,6vw,6rem)}
.cfx-knowledge-layout{
  display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(2rem,5vw,5rem);align-items:start;
}
.cfx-knowledge-copy{position:sticky;top:7rem}
.cfx-knowledge-copy h2{margin:.4rem 0 .8rem;max-width:11ch;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1;letter-spacing:-.045em;color:var(--cemi-color-ink)}
.cfx-knowledge-copy p{max-width:32rem;margin:0 0 1rem;color:#6c7684;line-height:1.6}
.cfx-knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.cfx-knowledge-card{min-height:10rem;padding:1.3rem;border-radius:1rem;border:1px solid #e0e4ea;background:#f8f9fb}
.cfx-knowledge-card__index{display:block;margin-bottom:1.6rem;color:var(--cemi-color-brand);font-size:.67rem;font-weight:900;letter-spacing:.08em}
.cfx-knowledge-card p{margin:0;font-size:.92rem;line-height:1.48;font-weight:700;color:#354052}

@media(min-width:1600px){
 .cfx-property-grid--home{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(min-width:900px) and (max-width:1199px){
 .cfx-property-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}
 .cfx-knowledge-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
}
@media(min-width:600px) and (max-width:899px){
 .cfx-property-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}
 .cfx-knowledge-layout{grid-template-columns:1fr}
 .cfx-knowledge-copy{position:static}
 .cfx-knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:599px){
 .cfx-property-grid--home{grid-template-columns:1fr}
 .cfx-property-card__media{aspect-ratio:16/10}
 .cfx-property-card__body{padding:1rem 1rem 1.1rem}
 .cfx-property-card__body h3{font-size:1.06rem}
 .cfx-property-card__price{font-size:1.12rem}
 .cfx-property-card__features{grid-template-columns:repeat(3,minmax(0,1fr))}
 .cfx-property-card__cta{font-size:.82rem;padding-top:.7rem}
 .cfx-knowledge-layout,.cfx-knowledge-grid{grid-template-columns:1fr}
 .cfx-knowledge-copy{position:static}
 .cfx-knowledge-card{min-height:0}
}


/* F2.7B · Hero image policy
   Front UX owns crop behavior. Source image remains Core-owned.
   Optional focal point may be provided later as CSS custom properties:
   --cfx-hero-focal-x / --cfx-hero-focal-y (percentages). */
.cfx-home__hero{
  --cfx-hero-focal-x:68%;
  --cfx-hero-focal-y:48%;
}
.cfx-home__hero .cfx-home__hero-media img{
  object-fit:cover;
  object-position:var(--cfx-hero-focal-x) var(--cfx-hero-focal-y);
}
@media(min-width:1200px){
  .cfx-home__hero{--cfx-hero-focal-x:70%;--cfx-hero-focal-y:50%}
}
@media(min-width:600px) and (max-width:1199px){
  .cfx-home__hero{--cfx-hero-focal-x:67%;--cfx-hero-focal-y:49%}
}
@media(max-width:599px){
  .cfx-home__hero{--cfx-hero-focal-x:68%;--cfx-hero-focal-y:46%}
  .cfx-home__hero .cfx-home__hero-media{height:100%;inset:0}
  .cfx-home__hero .cfx-home__hero-media:after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(15,29,45,.20) 0%,rgba(15,29,45,.58) 42%,rgba(21,33,49,.96) 84%,#152131 100%);
  }
  .cfx-home__hero:before{display:none}
  .cfx-home__hero-copy{padding:6.8rem 0 1.65rem;position:relative;z-index:2}
  .cfx-home__hero h1{max-width:10.2ch}
  .cfx-home__hero-links{
    display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;
    padding-top:.25rem;font-size:.76rem
  }
}

/* Auxiliary Hero info should remain one compact line on mobile. */
@media(max-width:599px){
  .cfx-home__hero-links a,
  .cfx-home__hero-links span{margin:0}
}


/* F2.9 · Home visual closure */
.cfx-home__hero + .cfx-home__featured{border-top:0}
.cfx-home__featured,
.cfx-home__journeys,
.cfx-home__shortcuts,
.cfx-home__decision,
.cfx-home__owner,
.cfx-home__tools,
.cfx-home__knowledge,
.cfx-home__closing{scroll-margin-top:5rem}

.cfx-home__featured>.cfx-container,
.cfx-home__journeys>.cfx-container,
.cfx-home__shortcuts>.cfx-container,
.cfx-home__decision>.cfx-container,
.cfx-home__owner>.cfx-container,
.cfx-home__tools>.cfx-container,
.cfx-home__knowledge>.cfx-container,
.cfx-home__closing>.cfx-container{
  padding-inline:0;
}

/* Keep section rhythm intentional, not accidental */
.cfx-home__featured{padding-block:clamp(3.25rem,5vw,5.5rem)}
.cfx-home__shortcuts{padding-block:clamp(2.75rem,4.5vw,4.5rem)}
.cfx-home__journeys{padding-block:clamp(3.25rem,5vw,5.25rem)}
.cfx-home__decision{padding-block:clamp(3.25rem,5vw,5rem)}
.cfx-home__owner{padding-block:clamp(3.5rem,5.5vw,5.5rem)}
.cfx-home__tools{padding-block:clamp(3.25rem,5vw,5rem)}
.cfx-home__knowledge{padding-block:clamp(3.5rem,5.5vw,5.5rem)}
.cfx-home__closing{padding-block:clamp(3.5rem,6vw,6rem)}

.cfx-section-heading{margin-bottom:clamp(1.4rem,2.6vw,2.25rem)}
.cfx-section-heading h2{margin-bottom:.65rem}
.cfx-section-intro{max-width:46rem;color:#6f7885;line-height:1.55}

/* Hero closure */
.cfx-home__hero .cfx-home__hero-lead{color:rgba(255,255,255,.76)}
.cfx-home__search-panel{border:1px solid rgba(255,255,255,.35)}
.cfx-home__hero-links{font-weight:750}
.cfx-home__hero-links a{font-size:.78rem}

/* Card density polish */
.cfx-property-card__body{gap:.55rem}
.cfx-property-card__price{margin-top:.1rem}
.cfx-property-card__features{margin-top:.25rem}
.cfx-property-card__cta{border-top:1px solid #f0f2f5;margin-top:.35rem}

/* Owner/tools consistency */
.cfx-tool-card,.cfx-journey-card,.cfx-knowledge-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.cfx-tool-card:hover,.cfx-journey-card:hover,.cfx-knowledge-card:hover{
  transform:translateY(-2px);border-color:#cfd5de;box-shadow:0 10px 24px rgba(26,34,49,.07)
}

/* Final CTA should feel intentional before footer */
.cfx-home__closing .cfx-container{border-radius:1.2rem}
.cfx-home__closing + .cemi-ux-shell__footer{margin-top:0}

/* Tablet */
@media(min-width:600px) and (max-width:899px){
 .cfx-section-heading h2{max-width:15ch}
 .cfx-home__featured,.cfx-home__journeys,.cfx-home__owner,.cfx-home__knowledge{padding-block:3.5rem}
}
/* Mobile */
@media(max-width:599px){
 .cfx-home__hero-links{font-size:.74rem}
 .cfx-home__featured,
 .cfx-home__journeys,
 .cfx-home__shortcuts,
 .cfx-home__decision,
 .cfx-home__owner,
 .cfx-home__tools,
 .cfx-home__knowledge,
 .cfx-home__closing{padding-block:2.75rem}
 .cfx-section-heading{margin-bottom:1.25rem}
 .cfx-section-heading h2{font-size:2rem;max-width:13ch}
 .cfx-section-intro{font-size:.92rem}
 .cfx-decision-band{padding:1.3rem}
 .cfx-home__closing .cfx-container{border-radius:1rem}
}
/* Reduced motion */
@media(prefers-reduced-motion:reduce){
 .cfx-property-card,.cfx-property-card__media img,.cfx-tool-card,.cfx-journey-card,.cfx-knowledge-card{transition:none!important}
 .cfx-property-card:hover,.cfx-tool-card:hover,.cfx-journey-card:hover,.cfx-knowledge-card:hover{transform:none}
}


/* F2.9A · Home dark-mode compatibility. */
html[data-cfx-theme="dark"] .cfx-home__featured,
html[data-cfx-theme="dark"] .cfx-home__shortcuts,
html[data-cfx-theme="dark"] .cfx-home__decision,
html[data-cfx-theme="dark"] .cfx-home__knowledge,
html[data-cfx-theme="dark"] .cfx-home__closing{background:#101824}
html[data-cfx-theme="dark"] .cfx-home__journeys,
html[data-cfx-theme="dark"] .cfx-home__owner,
html[data-cfx-theme="dark"] .cfx-home__tools{background:#151f2d}
html[data-cfx-theme="dark"] .cfx-section-heading h2,
html[data-cfx-theme="dark"] .cfx-property-card__body h3,
html[data-cfx-theme="dark"] .cfx-property-card__price,
html[data-cfx-theme="dark"] .cfx-journey-card h3,
html[data-cfx-theme="dark"] .cfx-knowledge-copy h2{color:#f5f7fb}
html[data-cfx-theme="dark"] .cfx-section-intro,
html[data-cfx-theme="dark"] .cfx-property-card__location,
html[data-cfx-theme="dark"] .cfx-journey-card p,
html[data-cfx-theme="dark"] .cfx-knowledge-copy p{color:#a9b1bd}
html[data-cfx-theme="dark"] .cfx-property-card,
html[data-cfx-theme="dark"] .cfx-journey-card,
html[data-cfx-theme="dark"] .cfx-tool-card,
html[data-cfx-theme="dark"] .cfx-knowledge-card{
  background:#151f2d;border-color:#2a3748;color:#e5e9f0
}
html[data-cfx-theme="dark"] .cfx-property-card__cta{color:#f5f7fb;border-color:#243142}
html[data-cfx-theme="dark"] .cfx-property-card__features{border-color:#243142}
html[data-cfx-theme="dark"] .cfx-property-card__features dd{color:#e5e9f0}
html[data-cfx-theme="dark"] .cfx-property-card__fallback{background:linear-gradient(145deg,#1a2635,#111b28)}


/* F2.9C · Home consumes global type roles */
.cfx-home__hero h1{
  font-family:var(--cemi-font-display);
  font-size:var(--cemi-type-display-size);
  line-height:var(--cemi-type-display-line);
  letter-spacing:var(--cemi-type-display-track);
  font-weight:var(--cemi-weight-extrabold);
}
.cfx-section-heading h2,
.cfx-knowledge-copy h2,
.cfx-decision-band h2{
  font-family:var(--cemi-font-display);
  font-size:var(--cemi-type-h2-size);
  line-height:var(--cemi-type-h2-line);
  letter-spacing:var(--cemi-type-h2-track);
  font-weight:var(--cemi-weight-extrabold);
}
.cfx-property-card__body h3,
.cfx-journey-card h3,
.cfx-tool-card strong{
  font-family:var(--cemi-font-display);
  font-weight:var(--cemi-weight-bold);
}
.cfx-home__hero-lead,
.cfx-section-intro,
.cfx-property-card__location,
.cfx-journey-card p,
.cfx-knowledge-copy p{
  font-family:var(--cemi-font-body);
  font-weight:var(--cemi-weight-regular);
}
.cfx-property-card__price{
  font-family:var(--cemi-font-display);
  font-size:var(--cemi-type-price-size);
  font-weight:var(--cemi-weight-extrabold);
  letter-spacing:-.02em;
}
.cfx-property-card__meta,
.cfx-property-card__features,
.cfx-property-card__cta{
  font-family:var(--cemi-font-body);
}


/* ==========================================================
   FRONT-A2 · HOME CEMI UX COMPOSITION REDESIGN BASE
   Scoped to .cfx-home--front-a2. No Core CSS dependency.
   ========================================================== */
.cfx-home--front-a2{background:#f4f5f7;color:#1a2231}
.cfx-home--front-a2 *{box-sizing:border-box}
.cfx-home-a2-kicker,.cfx-home-a2-heading>div>span,.cfx-home-a2-close span{
  display:block;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.cfx-home-a2-hero{position:relative;isolation:isolate;min-height:650px;display:flex;align-items:center;overflow:hidden;background:#111b29;color:#fff}
.cfx-home-a2-hero__media,.cfx-home-a2-hero__veil{position:absolute;inset:0}
.cfx-home-a2-hero__media{z-index:-3}.cfx-home-a2-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.cfx-home-a2-hero__veil{z-index:-2;background:linear-gradient(90deg,rgba(10,18,29,.96) 0%,rgba(10,18,29,.86) 42%,rgba(10,18,29,.38) 72%,rgba(10,18,29,.2) 100%)}
.cfx-home-a2-hero__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.65fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding-block:clamp(5rem,10vw,8rem)}
.cfx-home-a2-hero__copy{max-width:760px}.cfx-home-a2-hero__copy .cfx-home-a2-kicker{color:#ff6cab;margin-bottom:1rem}
.cfx-home-a2-hero h1{margin:0;max-width:12ch;font-size:clamp(3rem,6.3vw,6.4rem);line-height:.91;letter-spacing:-.06em;color:#fff;font-weight:800}
.cfx-home-a2-hero__copy>p{max-width:600px;margin:1.35rem 0 0;color:rgba(255,255,255,.75);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}
.cfx-home-a2-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.cfx-home-a2-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.25rem;border-radius:.65rem;font-weight:800;text-decoration:none;border:1px solid transparent}
.cfx-home-a2-button--primary{background:#c81768;color:#fff}.cfx-home-a2-button--primary:hover{background:#a90f56;color:#fff}
.cfx-home-a2-button--ghost{border-color:rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.04)}
.cfx-home-a2-hero__facts{display:flex;gap:1rem 1.5rem;flex-wrap:wrap;margin-top:2.2rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.16);font-size:.82rem;color:rgba(255,255,255,.68)}
.cfx-home-a2-hero__facts strong{color:#fff}.cfx-home-a2-hero__facts a{color:#fff;text-decoration:none}
.cfx-home-a2-search{align-self:center;padding:1.4rem;border-radius:1rem;background:rgba(255,255,255,.96);color:#1a2231;box-shadow:0 28px 70px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
.cfx-home-a2-search__head{display:grid;gap:.2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}
.cfx-home-a2-search__head span{font-size:.66rem;font-weight:900;letter-spacing:.12em;color:#c81768}.cfx-home-a2-search__head strong{font-size:1.05rem}
.cfx-home-a2-search label{display:grid;gap:.35rem;margin-top:.85rem}.cfx-home-a2-search label>span{font-size:.72rem;font-weight:800;color:#566171}
.cfx-home-a2-search input,.cfx-home-a2-search select{width:100%;min-height:48px;border:1px solid #d9dee6;border-radius:.6rem;padding:.75rem .85rem;background:#fff;color:#1a2231}
.cfx-home-a2-search button{width:100%;min-height:50px;margin-top:1rem;border:0;border-radius:.6rem;background:#1a2231;color:#fff;font-weight:850;cursor:pointer}
.cfx-home-a2-search__chips{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:1rem}.cfx-home-a2-search__chips span{padding:.35rem .55rem;border-radius:999px;background:#f2f3f5;font-size:.68rem;font-weight:700}.cfx-home-a2-search__chips small{margin-left:.25rem;color:#7b8491}
.cfx-home-a2-strip{background:#fff;border-bottom:1px solid #e2e5e9}.cfx-home-a2-strip__inner{display:flex;align-items:center;gap:1.5rem;padding-block:1rem}
.cfx-home-a2-strip__label{font-size:.72rem;font-weight:850;color:#7a8390;white-space:nowrap}.cfx-home-a2-strip__links{display:flex;gap:.5rem;flex-wrap:wrap}
.cfx-home-a2-strip__links a{padding:.48rem .72rem;border:1px solid #dde1e6;border-radius:999px;text-decoration:none;color:#1a2231;font-size:.76rem;font-weight:750;background:#fff}
.cfx-home-a2-section{padding:clamp(4rem,8vw,7rem) 0}.cfx-home-a2-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.2rem}
.cfx-home-a2-heading>div>span{color:#c81768}.cfx-home-a2-heading h2{margin:.45rem 0 0;max-width:18ch;font-size:clamp(2rem,4vw,4rem);line-height:.98;letter-spacing:-.05em;color:#1a2231}
.cfx-home-a2-heading p{margin:.8rem 0 0;max-width:650px;color:#687385;line-height:1.6}.cfx-home-a2-heading>a,.cfx-home-a2-textlink{color:#1a2231;font-weight:800;text-decoration:none}
.cfx-home-a2-properties{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.cfx-home-a2-property{overflow:hidden;border-radius:.9rem;background:#fff;border:1px solid #e0e4e9;box-shadow:0 8px 24px rgba(26,34,49,.05)}
.cfx-home-a2-property__media{position:relative;display:block;aspect-ratio:4/3;background:#e7ebf0;overflow:hidden}.cfx-home-a2-property__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.cfx-home-a2-property:hover img{transform:scale(1.025)}
.cfx-home-a2-property__media>span{position:absolute;top:.75rem;left:.75rem;padding:.35rem .55rem;border-radius:.35rem;background:rgba(26,34,49,.88);color:#fff;font-size:.65rem;font-weight:800}
.cfx-home-a2-property__body{padding:1.1rem}.cfx-home-a2-property__eyebrow{font-size:.65rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em;color:#c81768}
.cfx-home-a2-property h3{margin:.45rem 0 0;font-size:1.08rem;line-height:1.2}.cfx-home-a2-property h3 a{color:#1a2231;text-decoration:none}
.cfx-home-a2-property__body>p{margin:.45rem 0;color:#747e8b;font-size:.8rem}.cfx-home-a2-property__price{display:block;margin-top:.7rem;font-size:1.14rem}
.cfx-home-a2-property__features{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.9rem;padding-top:.8rem;border-top:1px solid #edf0f3}
.cfx-home-a2-property__features span{display:grid;gap:.1rem}.cfx-home-a2-property__features small{font-size:.61rem;color:#87909c}.cfx-home-a2-property__features b{font-size:.75rem}
.cfx-home-a2-section--dark{background:#1a2231;color:#fff}.cfx-home-a2-heading--dark h2{color:#fff}.cfx-home-a2-heading--dark p{color:rgba(255,255,255,.62)}
.cfx-home-a2-decisions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.cfx-home-a2-decisions a{min-height:250px;display:flex;flex-direction:column;padding:1.4rem;border:1px solid rgba(255,255,255,.14);border-radius:.85rem;color:#fff;text-decoration:none;background:rgba(255,255,255,.035)}
.cfx-home-a2-decisions a>span{font-size:.72rem;color:#ff6cab;font-weight:900}.cfx-home-a2-decisions strong{margin-top:2rem;font-size:1.45rem}.cfx-home-a2-decisions p{color:rgba(255,255,255,.62);line-height:1.55}.cfx-home-a2-decisions b{margin-top:auto;font-size:.78rem}
.cfx-home-a2-zonegrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.cfx-home-a2-zonegrid div{padding:1.1rem;border:1px solid #dfe3e8;border-radius:.7rem;background:#fff}.cfx-home-a2-zonegrid strong,.cfx-home-a2-zonegrid span{display:block}.cfx-home-a2-zonegrid span{margin-top:.25rem;color:#7a8492;font-size:.72rem}
.cfx-home-a2-knowledge{background:#fff}.cfx-home-a2-knowledge__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:4rem;align-items:start}
.cfx-home-a2-knowledge h2{margin:.6rem 0;font-size:clamp(2rem,4vw,3.8rem);line-height:.98;letter-spacing:-.05em}.cfx-home-a2-knowledge p{color:#687385;line-height:1.6}.cfx-home-a2-knowledge ol{list-style:none;margin:0;padding:0;counter-reset:a2}
.cfx-home-a2-knowledge li{counter-increment:a2;position:relative;padding:1rem 1rem 1rem 3.4rem;border-top:1px solid #e6e9ed;font-weight:650}.cfx-home-a2-knowledge li:before{content:counter(a2,decimal-leading-zero);position:absolute;left:0;color:#c81768;font-size:.7rem;font-weight:900;letter-spacing:.08em}
.cfx-home-a2-close{padding:0 0 clamp(4rem,8vw,7rem);background:#f4f5f7}.cfx-home-a2-close__inner{display:flex;justify-content:space-between;gap:2rem;align-items:end;padding:clamp(2rem,5vw,4.5rem);border-radius:1.1rem;background:#111b29;color:#fff}
.cfx-home-a2-close h2{margin:.4rem 0;font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.05em;color:#fff}.cfx-home-a2-close p{margin:0;color:rgba(255,255,255,.62)}
.cfx-home-a2-close__inner>div:last-child{display:grid;gap:.8rem;justify-items:start}.cfx-home-a2-textlink--light{color:#fff}
@media(max-width:1020px){
  .cfx-home-a2-hero__inner{grid-template-columns:1fr}.cfx-home-a2-search{max-width:620px}
  .cfx-home-a2-properties{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cfx-home-a2-zonegrid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .cfx-home-a2-hero{min-height:auto}.cfx-home-a2-hero__inner{padding-block:4rem;gap:2rem}
  .cfx-home-a2-hero__veil{background:linear-gradient(180deg,rgba(10,18,29,.94),rgba(10,18,29,.82))}
  .cfx-home-a2-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}
  .cfx-home-a2-strip__inner{align-items:flex-start;flex-direction:column;gap:.7rem}
  .cfx-home-a2-heading{align-items:flex-start;flex-direction:column}
  .cfx-home-a2-properties,.cfx-home-a2-decisions,.cfx-home-a2-zonegrid{grid-template-columns:1fr}
  .cfx-home-a2-knowledge__grid{grid-template-columns:1fr;gap:2rem}
  .cfx-home-a2-close__inner{align-items:flex-start;flex-direction:column}
}


/* ==========================================================
   FRONT-A3 · HERO / SEARCH REFINEMENT
   The goal is editorial hierarchy, not a generic portal hero.
   ========================================================== */
.cfx-home--front-a2 .cfx-home-a3-hero{
  min-height:clamp(590px,72vh,760px);
  background:#101b2a;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__veil{
  background:
    linear-gradient(90deg,rgba(10,18,29,.97) 0%,rgba(10,18,29,.91) 38%,rgba(10,18,29,.52) 66%,rgba(10,18,29,.22) 100%),
    linear-gradient(0deg,rgba(10,18,29,.18),transparent 35%);
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__inner{
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.62fr);
  width:min(calc(100% - 3rem),1360px);
  gap:clamp(2.5rem,6vw,6.5rem);
  padding-block:clamp(5.5rem,10vh,8rem);
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__copy{
  max-width:780px;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-kicker{
  display:flex;
  align-items:center;
  gap:.55rem;
  margin-bottom:1.15rem;
  font-size:.64rem;
  letter-spacing:.16em;
  color:#ff78b2;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-kicker i{
  width:28px;height:1px;background:currentColor;opacity:.8
}
.cfx-home--front-a2 .cfx-home-a3-hero h1{
  max-width:13ch;
  font-size:clamp(3.25rem,5.7vw,5.75rem);
  line-height:.94;
  letter-spacing:-.065em;
  text-wrap:balance;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__copy>p{
  max-width:590px;
  margin-top:1.45rem;
  font-size:clamp(1rem,1.25vw,1.14rem);
  line-height:1.67;
  color:rgba(255,255,255,.72);
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__actions{
  margin-top:2.1rem;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-button{
  min-height:46px;
  border-radius:999px;
  padding-inline:1.25rem;
  font-size:.79rem;
}
.cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__facts{
  max-width:590px;
  margin-top:2rem;
  padding-top:1rem;
  border-color:rgba(255,255,255,.13);
}
.cfx-home--front-a2 .cfx-home-a3-search{
  padding:1.15rem;
  border-radius:1.05rem;
  background:rgba(248,249,251,.975);
  box-shadow:0 30px 80px rgba(0,0,0,.27);
  border:1px solid rgba(255,255,255,.65);
}
.cfx-home--front-a2 .cfx-home-a3-search .cfx-home-a2-search__head{
  margin-bottom:.8rem;
  padding:.1rem .15rem .85rem;
}
.cfx-home--front-a2 .cfx-home-a3-search .cfx-home-a2-search__head span{
  font-size:.6rem;
  letter-spacing:.14em;
}
.cfx-home--front-a2 .cfx-home-a3-search .cfx-home-a2-search__head strong{
  font-size:.96rem;
  letter-spacing:-.015em;
}
.cfx-home--front-a2 .cfx-home-a3-search label{
  gap:.28rem;
  margin-top:.7rem;
}
.cfx-home--front-a2 .cfx-home-a3-search input,
.cfx-home--front-a2 .cfx-home-a3-search select{
  min-height:46px;
  border-radius:.58rem;
  border-color:#d7dce3;
  font-size:.85rem;
}
.cfx-home--front-a2 .cfx-home-a3-search button{
  min-height:47px;
  border-radius:.58rem;
  background:#1a2231;
  font-size:.8rem;
  letter-spacing:.01em;
}
.cfx-home--front-a2 .cfx-home-a3-search button:hover{background:#c81768}
.cfx-home--front-a2 .cfx-home-a3-search .cfx-home-a2-search__chips{
  margin-top:.8rem;
}
@media(max-width:1020px){
  .cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__inner{
    grid-template-columns:1fr;
    width:min(calc(100% - 2rem),900px);
    gap:2.2rem;
  }
  .cfx-home--front-a2 .cfx-home-a3-search{max-width:620px}
}
@media(max-width:720px){
  .cfx-home--front-a2 .cfx-home-a3-hero{min-height:auto}
  .cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__inner{
    width:calc(100% - 1.5rem);
    padding-block:3.7rem 3rem;
  }
  .cfx-home--front-a2 .cfx-home-a3-hero h1{
    font-size:clamp(2.65rem,12.5vw,4rem);
    max-width:11ch;
  }
  .cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-hero__actions{
    display:grid;
  }
  .cfx-home--front-a2 .cfx-home-a3-hero .cfx-home-a2-button{width:100%}
}


/* ==========================================================
   FRONT-A4 · PROPERTY DISCOVERY + SERVICES + TOOLS
   ========================================================== */
.cfx-home--front-a2 .cfx-home-a4-property-discovery{
  background:#f4f5f7;
}
.cfx-home--front-a2 .cfx-home-a4-property-discovery .cfx-home-a2-heading{
  margin-bottom:1.6rem;
}
.cfx-home--front-a2 .cfx-home-a4-property-discovery .cfx-home-a2-heading h2{
  max-width:12ch;
}
.cfx-home--front-a2 .cfx-home-a2-properties{
  gap:1.15rem;
}
.cfx-home--front-a2 .cfx-home-a4-property-card{
  border:1px solid #dde2e8;
  border-radius:1rem;
  box-shadow:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.cfx-home--front-a2 .cfx-home-a4-property-card:hover{
  transform:translateY(-3px);
  border-color:#cfd5dc;
  box-shadow:0 18px 34px rgba(26,34,49,.08);
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__media{
  aspect-ratio:16/11;
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__body{
  padding:1.15rem 1.15rem 1.05rem;
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__eyebrow{
  font-size:.61rem;
  letter-spacing:.1em;
}
.cfx-home--front-a2 .cfx-home-a4-property-card h3{
  font-size:1.02rem;
  line-height:1.28;
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__price{
  font-size:1.18rem;
  letter-spacing:-.025em;
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__features{
  justify-content:space-between;
  gap:.55rem;
}
.cfx-home--front-a2 .cfx-home-a4-property-card .cfx-home-a2-property__features span{
  min-width:26%;
}
.cfx-home--front-a2 .cfx-home-a4-services{
  position:relative;
  overflow:hidden;
}
.cfx-home--front-a2 .cfx-home-a4-services:before{
  content:"";
  position:absolute;
  width:420px;height:420px;
  right:-180px;top:-190px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  box-shadow:0 0 0 65px rgba(255,255,255,.018),0 0 0 130px rgba(255,255,255,.012);
  pointer-events:none;
}
.cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions{
  gap:1rem;
}
.cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions a{
  min-height:285px;
  padding:1.45rem;
  border-radius:1rem;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions a:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.07);
}
.cfx-home--front-a2 .cfx-home-a4-service-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.cfx-home--front-a2 .cfx-home-a4-service-card__top span{
  color:#ff78b2;
  font-size:.62rem;
  font-style:normal;
  font-weight:850;
  letter-spacing:.12em;
}
.cfx-home--front-a2 .cfx-home-a4-service-card__top em{
  color:rgba(255,255,255,.28);
  font-size:.7rem;
  font-style:normal;
  font-weight:800;
}
.cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions strong{
  margin-top:3.2rem;
  max-width:13ch;
  font-size:1.55rem;
  line-height:1.05;
  letter-spacing:-.035em;
}
.cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions p{
  max-width:30ch;
  font-size:.88rem;
}
.cfx-home--front-a2 .cfx-home-a4-tools{
  background:#fff;
}
.cfx-home--front-a2 .cfx-home-a4-toolgrid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:1rem;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard{
  min-height:300px;
  display:flex;
  flex-direction:column;
  padding:1.4rem;
  border:1px solid #dfe3e8;
  border-radius:1rem;
  background:#f8f9fb;
  color:#1a2231;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(26,34,49,.08);
}
.cfx-home--front-a2 .cfx-home-a4-toolcard--primary{
  background:#c81768;
  border-color:#c81768;
  color:#fff;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard>div{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard span{
  font-size:.7rem;
  font-weight:900;
  opacity:.55;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard small{
  font-size:.62rem;
  letter-spacing:.12em;
  font-weight:850;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard strong{
  display:block;
  max-width:12ch;
  margin-top:4rem;
  font-size:1.45rem;
  line-height:1.08;
  letter-spacing:-.04em;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard p{
  max-width:31ch;
  color:#6f7886;
  line-height:1.55;
  font-size:.86rem;
}
.cfx-home--front-a2 .cfx-home-a4-toolcard--primary p{
  color:rgba(255,255,255,.72);
}
.cfx-home--front-a2 .cfx-home-a4-toolcard b{
  margin-top:auto;
  font-size:.76rem;
}
@media(max-width:960px){
  .cfx-home--front-a2 .cfx-home-a4-toolgrid{
    grid-template-columns:1fr 1fr;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolcard--primary{
    grid-column:1/-1;
  }
}
@media(max-width:720px){
  .cfx-home--front-a2 .cfx-home-a4-toolgrid{
    grid-template-columns:1fr;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolcard--primary{
    grid-column:auto;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolcard{
    min-height:240px;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolcard strong{
    margin-top:2.4rem;
  }
}


/* ==========================================================
   FRONT-A5 · ZONES + TRUST + CLOSING CTA + MOBILE POLISH
   ========================================================== */
.cfx-home--front-a2 .cfx-home-a5-zones{
  background:#f4f5f7;
}
.cfx-home--front-a2 .cfx-home-a5-zones .cfx-home-a2-zonegrid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:.75rem;
}
.cfx-home--front-a2 .cfx-home-a5-zonecard{
  min-height:150px;
  display:flex;
  flex-direction:column;
  padding:1rem;
  border:1px solid #dde2e8;
  border-radius:.9rem;
  background:#fff;
  color:#1a2231;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.cfx-home--front-a2 .cfx-home-a5-zonecard:hover{
  transform:translateY(-3px);
  border-color:#ccd3db;
  box-shadow:0 14px 28px rgba(26,34,49,.07);
}
.cfx-home--front-a2 .cfx-home-a5-zonecard strong{
  font-size:1rem;
  line-height:1.15;
}
.cfx-home--front-a2 .cfx-home-a5-zonecard span{
  margin-top:.35rem;
  font-size:.72rem;
  color:#7a8492;
}
.cfx-home--front-a2 .cfx-home-a5-zonecard b{
  margin-top:auto;
  font-size:.7rem;
  color:#c81768;
}
.cfx-home--front-a2 .cfx-home-a5-trust{
  background:#fff;
}
.cfx-home--front-a2 .cfx-home-a5-trust .cfx-home-a2-knowledge__grid{
  align-items:center;
}
.cfx-home--front-a2 .cfx-home-a5-trust ol{
  display:grid;
  gap:.55rem;
}
.cfx-home--front-a2 .cfx-home-a5-trust li{
  border:1px solid #e2e6eb;
  border-radius:.8rem;
  background:#f8f9fb;
  padding:1rem 1rem 1rem 3.65rem;
}
.cfx-home--front-a2 .cfx-home-a5-trust li:before{
  top:1rem;
  left:1rem;
}
.cfx-home--front-a2 .cfx-home-a5-close{
  padding-bottom:clamp(3rem,7vw,6rem);
}
.cfx-home--front-a2 .cfx-home-a5-close .cfx-home-a2-close__inner{
  position:relative;
  overflow:hidden;
  border-radius:1.2rem;
  background:
    radial-gradient(circle at 90% 0%,rgba(200,23,104,.28),transparent 34%),
    #111b29;
}
.cfx-home--front-a2 .cfx-home-a5-close .cfx-home-a2-close__inner:after{
  content:"CEMI";
  position:absolute;
  right:-.03em;
  bottom:-.22em;
  font-size:clamp(7rem,18vw,16rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.025);
  pointer-events:none;
}
.cfx-home--front-a2 .cfx-home-a5-close .cfx-home-a2-close__inner>div{
  position:relative;
  z-index:1;
}
.cfx-home--front-a2 .cfx-home-a5-close h2{
  max-width:13ch;
}
@media(max-width:1100px){
  .cfx-home--front-a2 .cfx-home-a5-zones .cfx-home-a2-zonegrid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .cfx-home--front-a2{
    overflow-x:hidden;
  }
  .cfx-home--front-a2 .cfx-home-a2-section{
    padding:3.25rem 0;
  }
  .cfx-home--front-a2 .cfx-container.cemi-ux-container{
    width:calc(100% - 1.25rem);
  }
  .cfx-home--front-a2 .cfx-home-a2-heading{
    gap:.7rem;
    margin-bottom:1.4rem;
  }
  .cfx-home--front-a2 .cfx-home-a2-heading h2{
    font-size:clamp(2rem,10vw,2.8rem);
    max-width:14ch;
  }
  .cfx-home--front-a2 .cfx-home-a2-heading p{
    font-size:.9rem;
  }
  .cfx-home--front-a2 .cfx-home-a2-properties{
    display:flex;
    overflow-x:auto;
    gap:.85rem;
    scroll-snap-type:x mandatory;
    padding-bottom:.4rem;
    margin-right:-.65rem;
  }
  .cfx-home--front-a2 .cfx-home-a4-property-card{
    min-width:82vw;
    scroll-snap-align:start;
  }
  .cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    margin-right:-.65rem;
    padding-bottom:.35rem;
  }
  .cfx-home--front-a2 .cfx-home-a4-services .cfx-home-a2-decisions a{
    min-width:82vw;
    min-height:245px;
    scroll-snap-align:start;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolgrid{
    gap:.7rem;
  }
  .cfx-home--front-a2 .cfx-home-a4-toolcard{
    min-height:220px;
  }
  .cfx-home--front-a2 .cfx-home-a5-zones .cfx-home-a2-zonegrid{
    display:flex;
    overflow-x:auto;
    gap:.65rem;
    scroll-snap-type:x mandatory;
    margin-right:-.65rem;
    padding-bottom:.35rem;
  }
  .cfx-home--front-a2 .cfx-home-a5-zonecard{
    min-width:64vw;
    min-height:130px;
    scroll-snap-align:start;
  }
  .cfx-home--front-a2 .cfx-home-a5-trust .cfx-home-a2-knowledge__grid{
    gap:1.6rem;
  }
  .cfx-home--front-a2 .cfx-home-a5-trust li{
    font-size:.86rem;
  }
  .cfx-home--front-a2 .cfx-home-a5-close{
    padding-inline:.625rem;
  }
  .cfx-home--front-a2 .cfx-home-a5-close .cfx-home-a2-close__inner{
    width:100%;
    padding:2rem 1.25rem;
    border-radius:1rem;
  }
  .cfx-home--front-a2 .cfx-home-a5-close h2{
    font-size:clamp(2.15rem,11vw,3rem);
  }
  .cfx-home--front-a2 .cfx-home-a5-close .cfx-home-a2-button{
    width:100%;
  }
}


/* ==========================================================
   FRONT-A7 · HOME FEATURED PROPERTY CARD SYSTEM
   Editorial Home card; Property remains data authority.
   ========================================================== */
.cfx-home-a7-featured{
  background:#f7f8fa;
}
.cfx-home-a7-featured .cfx-home-a2-heading{
  margin-bottom:1.35rem;
}
.cfx-home-a7-featured .cfx-home-a2-heading h2{
  max-width:11ch;
}
.cfx-home-a7-featured .cfx-home-a2-properties{
  gap:1rem;
}
.cfx-home-a7-property{
  overflow:hidden;
  border:1px solid #dfe4e9;
  border-radius:1rem;
  background:#fff;
  box-shadow:none;
}
.cfx-home-a7-property:hover{
  transform:translateY(-3px);
  border-color:#cfd5dc;
  box-shadow:0 18px 38px rgba(26,34,49,.075);
}
.cfx-home-a7-property__media{
  position:relative;
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#e7ebef;
}
.cfx-home-a7-property__media img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cfx-home-a7-property__fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  gap:.18rem;
  text-align:center;
  background:
    radial-gradient(circle at 76% 20%,rgba(200,23,104,.11),transparent 29%),
    linear-gradient(145deg,#edf0f3,#dfe5ea);
  color:#182231;
}
.cfx-home-a7-property__fallback b{
  font-size:1rem;
  letter-spacing:.15em;
}
.cfx-home-a7-property__fallback small{
  color:#78828d;
  font-size:.6rem;
}
.cfx-home-a7-property__media.is-image-loaded .cfx-home-a7-property__fallback{
  opacity:0;
  visibility:hidden;
}
.cfx-home-a7-property__media.is-image-failed img{
  display:none;
}
.cfx-home-a7-property__operation,
.cfx-home-a7-property__status{
  position:absolute;
  z-index:3;
  top:.7rem;
  min-height:25px;
  display:inline-flex;
  align-items:center;
  padding:.34rem .5rem;
  border-radius:999px;
  backdrop-filter:blur(8px);
  font-size:.54rem;
  font-weight:820;
  letter-spacing:.04em;
}
.cfx-home-a7-property__operation{
  left:.7rem;
  background:rgba(22,31,44,.84);
  color:#fff;
}
.cfx-home-a7-property__status{
  right:.7rem;
  background:rgba(255,255,255,.9);
  color:#34404c;
}
.cfx-home-a7-property__areas{
  position:absolute;
  z-index:3;
  left:.7rem;
  bottom:.7rem;
  display:flex;
  gap:.38rem;
  max-width:calc(100% - 1.4rem);
}
.cfx-home-a7-property__areas>span{
  display:grid;
  grid-template-columns:auto auto;
  align-items:baseline;
  gap:.24rem;
  padding:.38rem .5rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:.48rem;
  background:rgba(18,28,40,.72);
  color:#fff;
  backdrop-filter:blur(10px);
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.cfx-home-a7-property__areas b{
  font-size:.72rem;
  line-height:1;
  white-space:nowrap;
}
.cfx-home-a7-property__areas small{
  max-width:9ch;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(255,255,255,.72);
  font-size:.48rem;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.cfx-home-a7-property__body{
  display:flex;
  flex-direction:column;
  gap:.46rem;
  padding:1rem 1rem 1.05rem;
}
.cfx-home-a7-property__eyebrow{
  color:#c81768!important;
  font-size:.56rem!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
  text-transform:uppercase;
}
.cfx-home-a7-property__body h3{
  min-height:2.35em;
  margin:.05rem 0 0!important;
  font-size:1rem!important;
  line-height:1.18!important;
  letter-spacing:-.025em;
}
.cfx-home-a7-property__location{
  display:-webkit-box;
  min-height:1.25em;
  margin:0!important;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  color:#79828e!important;
  font-size:.7rem!important;
  line-height:1.3;
}
.cfx-home-a7-property__price{
  margin-top:.2rem!important;
  font-size:1.1rem!important;
  line-height:1;
  letter-spacing:-.025em;
}
.cfx-home-a7-property__price--pending{
  color:#707b87!important;
  font-size:.9rem!important;
  font-weight:720!important;
}
.cfx-home-a7-property__features{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.35rem!important;
  margin-top:.38rem!important;
  padding-top:.65rem!important;
  border-top:1px solid #edf0f3;
}
.cfx-home-a7-property__features span{
  display:grid!important;
  gap:.12rem!important;
  min-width:0;
}
.cfx-home-a7-property__features b{
  order:1;
  overflow:hidden;
  color:#283442;
  font-size:.73rem!important;
  font-weight:820;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.cfx-home-a7-property__features small{
  order:2;
  overflow:hidden;
  color:#929aa4!important;
  font-size:.5rem!important;
  text-overflow:ellipsis;
  text-transform:uppercase;
  letter-spacing:.035em;
  white-space:nowrap;
}
html[data-cfx-theme="dark"] .cfx-home-a7-featured{
  background:#151f2a;
}
html[data-cfx-theme="dark"] .cfx-home-a7-property{
  background:#1c2734;
  border-color:#33404f;
}
html[data-cfx-theme="dark"] .cfx-home-a7-property__fallback{
  background:
    radial-gradient(circle at 76% 20%,rgba(200,23,104,.17),transparent 29%),
    linear-gradient(145deg,#25313f,#1c2734);
  color:#f3f5f8;
}
html[data-cfx-theme="dark"] .cfx-home-a7-property__features{
  border-color:#33404f;
}
html[data-cfx-theme="dark"] .cfx-home-a7-property__features b{
  color:#e8ecf2;
}
@media(min-width:1040px){
  .cfx-home-a7-featured .cfx-home-a2-properties{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:719px){
  .cfx-home-a7-featured .cfx-home-a2-properties{
    display:flex;
    overflow-x:auto;
    gap:.75rem;
    padding-bottom:.3rem;
    scroll-snap-type:x mandatory;
    margin-right:-1rem;
  }
  .cfx-home-a7-property{
    flex:0 0 min(84vw,330px);
    scroll-snap-align:start;
  }
  .cfx-home-a7-property__media{
    aspect-ratio:16/11;
  }
  .cfx-home-a7-property__areas{
    bottom:.58rem;
    left:.58rem;
  }
  .cfx-home-a7-property__body h3{
    min-height:auto;
  }
}


/* ==========================================================
   FRONT-A7R · HOME FEATURED CARD MICRODATA REBALANCE
   ========================================================== */
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas{
  left:.62rem;
  bottom:.62rem;
  gap:.28rem;
  max-width:calc(100% - 1.24rem);
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas>span{
  display:inline-flex;
  align-items:center;
  gap:.24rem;
  min-height:22px;
  padding:.24rem .42rem;
  border:0;
  border-radius:999px;
  background:#C81768;
  color:#fff;
  backdrop-filter:none;
  box-shadow:0 2px 7px rgba(20,25,34,.12);
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas b{
  font-size:.60rem;
  line-height:1;
  font-weight:850;
  letter-spacing:-.01em;
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas small{
  max-width:none;
  overflow:visible;
  color:rgba(255,255,255,.86);
  font-size:.43rem;
  line-height:1;
  font-weight:720;
  text-overflow:clip;
  text-transform:none;
  letter-spacing:.01em;
  white-space:nowrap;
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__operation{
  top:.62rem;
  left:.62rem;
  min-height:22px;
  padding:.28rem .44rem;
  font-size:.48rem;
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__status{
  top:.62rem;
  right:.62rem;
  min-height:22px;
  padding:.28rem .44rem;
  font-size:.47rem;
}
@media(max-width:719px){
  .cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas{
    left:.5rem;
    bottom:.5rem;
    gap:.22rem;
  }
  .cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas>span{
    min-height:20px;
    padding:.2rem .36rem;
  }
  .cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas b{
    font-size:.56rem;
  }
  .cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__areas small{
    font-size:.40rem;
  }
}


/* ==========================================================
   FRONT-A7R.1 · MICRODATA SELECTOR COLLISION FIX
   Root cause:
   legacy `.cfx-home-a2-property__media > span` styled the
   area-container itself as a badge and left both top+bottom set.
   ========================================================== */
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__media > .cfx-home-a7-property__areas{
  top:auto;
  right:auto;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  backdrop-filter:none;
  box-shadow:none;
}
.cfx-home-a7-featured[data-cemi-home-microdata="front-a7r"] .cfx-home-a7-property__media > .cfx-home-a7-property__areas > span{
  position:static;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  width:auto;
  height:auto;
  min-width:0;
  max-width:none;
}


/* UI-R1.1 · universal property card mobile rail correction.
 * Home switched to the shared card component in S2, so legacy A4/A7 width
 * selectors no longer protect the flex row from min-width:0 collapse. */
@media(max-width:719px){
  .cfx-home-a7-featured .cfx-home-a2-properties > .cfx-property-card--shared,
  .cfx-home--front-a2 .cfx-home-a2-properties > .cfx-property-card--shared{
    flex:0 0 min(82vw,340px);
    width:min(82vw,340px);
    min-width:min(82vw,340px);
    max-width:min(82vw,340px);
  }
}
