/* CEMI Front UX · C3.S
   PROPERTY CSS OWNERSHIP CONSOLIDATION
   Visual target: C3.6. No intentional redesign in this cut.

   Ownership:
   - Design System: brand/button primitives/typography tokens.
   - Property Single: geometry, composition, responsive behavior.
   - Core: no visual ownership while Front UX takeover is effective.
*/

/* ==========================================================
   01 · PROPERTY FOUNDATION
   ========================================================== */
.cfx-property-single{
  /* C3.T · Property is a mixed-surface document.
     The global app theme may darken Shell/Home, but it must not recolor
     Property's explicitly light reading surfaces. */
  --cemi-color-ink:#1a2231;
  --cemi-color-text:#263142;
  --cemi-color-muted:#6e6e6e;
  --cemi-color-subtle:#8a93a2;
  --cemi-color-surface:#ffffff;
  --cemi-color-surface-soft:#f7f8fa;
  --cemi-color-surface-strong:#eef1f5;
  --cemi-color-border:#dfe3e9;
  --cemi-color-border-strong:#c8ced8;

  background:#fff;
  color:#162033;
  color-scheme:light;
}
.cfx-property-single .cemi-ux-container{
  width:min(100% - 32px,1200px);
  margin-inline:auto;
}


/* Surface ownership:
   light = editorial reading surfaces
   dark  = decision/conversion surfaces */
.cfx-property-summary,
.cfx-property-section,
.cfx-property-related,
.cfx-property-subnav{
  --cemi-color-ink:#1a2231;
  --cemi-color-text:#263142;
  --cemi-color-muted:#6e6e6e;
  --cemi-color-surface:#ffffff;
  --cemi-color-surface-soft:#f7f8fa;
  --cemi-color-border:#dfe3e9;
  color:#162033;
}
.cfx-property-hero,
.cfx-property-contact{
  color-scheme:dark;
}
.cfx-property-hero :where(h1,h2,h3,h4),
.cfx-property-contact :where(h1,h2,h3,h4){
  color:#fff;
}

/* ==========================================================
   02 · HERO · DESKTOP BASE
   ========================================================== */
.cfx-property-hero{
  --hero-h:442px;
  position:relative;
  min-height:var(--hero-h);
  overflow:hidden;
  background:#182337;
  color:#fff;
}
.cfx-property-hero__media{
  position:absolute;
  inset:0 auto 0 0;
  width:62.5%;
  background:#182337;
}
.cfx-property-hero__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:left 50%;
  transform:scale(.94);
  transform-origin:left center;
}
.cfx-property-hero__fallback{
  height:100%;
  display:grid;
  place-content:center;
  text-align:center;
  background:#182337;
}
.cfx-property-hero__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(24,35,55,0) 0%,
    rgba(24,35,55,.04) 31%,
    rgba(24,35,55,.16) 45%,
    rgba(24,35,55,.42) 55%,
    rgba(24,35,55,.74) 64%,
    rgba(24,35,55,.94) 71%,
    #182337 78%
  );
}
.cfx-property-hero__desktop{
  position:relative;
  z-index:2;
  width:min(760px,47vw);
  min-height:var(--hero-h);
  margin-left:auto;
  margin-right:max(18px,calc((100vw - 1480px)/2));
  padding:17px 0 13px;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(190px,.72fr);
  grid-template-areas:
    "identity commercial"
    "facts facts"
    "level level"
    "services services"
    "access access";
  align-content:center;
  gap:8px 18px;
}
.cfx-property-hero__mobile{
  display:none;
}
.cfx-property-hero__identity{
  grid-area:identity;
  display:grid;
  align-content:start;
  gap:5px;
}
.cfx-property-kicker{
  margin:0!important;
  color:#d91666!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.085em!important;
}
.cfx-property-hero h1{
  max-width:17ch;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(34px,2.75vw,46px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:800!important;
}
.cfx-property-hero__location{
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.cfx-property-hero__map-link{
  display:inline-flex;
  width:max-content;
  color:#fff!important;
  font-size:11px;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cfx-property-hero__commercial{
  grid-area:commercial;
  display:grid;
  align-content:start;
  gap:8px;
}
.cfx-property-hero__price{
  color:#fff!important;
  font-size:clamp(28px,2.2vw,38px)!important;
  line-height:.98!important;
  font-weight:800!important;
  letter-spacing:-.025em;
}
.cfx-property-hero__primary{
  min-height:36px!important;
  width:100%;
  padding:7px 12px!important;
  justify-content:center;
  font-size:11px!important;
  border-radius:9px!important;
}
.cfx-property-hero__secondary-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}
.cfx-property-hero__secondary-actions .cfx-button{
  min-height:34px!important;
  padding:6px 9px!important;
  justify-content:center;
  border:1px solid rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.03)!important;
  color:#fff!important;
}
.cfx-property-hero__facts{
  grid-area:facts;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin-top:3px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(7px);
}
.cfx-property-hero__facts>div{
  min-width:0;
  padding:1px 11px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.18);
}
.cfx-property-hero__facts>div:first-child{
  border-left:0;
}
.cfx-property-hero__facts span{
  display:block;
  color:rgba(255,255,255,.66)!important;
  font-size:9px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.cfx-property-hero__facts strong{
  display:block;
  margin-top:2px;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800;
}
.cfx-property-hero__level{
  grid-area:level;
  display:inline-flex;
  justify-self:start;
  align-items:center;
  gap:4px;
  width:max-content;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:7px;
  background:rgba(255,255,255,.05);
  font-size:10px;
}
.cfx-property-hero__level span{
  color:rgba(255,255,255,.7);
}
.cfx-property-hero__level strong{
  color:#fff;
}
.cfx-property-hero__services{
  grid-area:services;
  display:flex;
  justify-content:center;
  gap:6px 8px;
  flex-wrap:wrap;
}
.cfx-property-hero__services span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:24px;
  padding:2px 7px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  font-size:10px;
}
.cfx-property-hero__services i{
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border-radius:50%;
  background:rgba(34,160,107,.18);
  color:#32d49a;
  font-style:normal;
}
.cfx-property-hero__services strong{
  color:#fff;
}
.cfx-property-hero__access{
  grid-area:access;
  display:flex;
  justify-content:center;
  gap:8px 14px;
  flex-wrap:wrap;
  padding-top:5px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:9px;
  color:rgba(255,255,255,.7);
}
.cfx-property-hero__access span+span::before{
  content:"·";
  margin-right:8px;
  color:rgba(255,255,255,.38);
}
.cfx-property-hero__access strong{
  color:#fff;
}

/* C3.T · explicit light-surface contrast */
.cfx-property-summary :where(h1,h2,h3,h4),
.cfx-property-section:not(.cfx-property-contact) :where(h1,h2,h3,h4),
.cfx-property-related :where(h1,h2,h3,h4){
  color:#1a2231;
}
.cfx-property-summary-card--distribution,
.cfx-property-summary-card--territory,
.cfx-property-section:not(.cfx-property-contact),
.cfx-property-related{
  color:#263142;
}

/* ==========================================================
   03 · SUBNAV
   ========================================================== */
.cfx-property-subnav{
  position:sticky;
  top:64px;
  z-index:20;
  border-bottom:1px solid #e3e6eb;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
}
.cfx-property-subnav>div{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:48px;
  overflow:auto;
}
.cfx-property-subnav a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  text-decoration:none;
  color:#667085;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.cfx-property-subnav a.is-active{
  background:#fde7f1;
  color:#c81768;
}

/* ==========================================================
   04 · SUMMARY / DISTRIBUTION / TERRITORY
   ========================================================== */
.cfx-property-summary{
  padding:16px 0 0;
  background:#f7f5f6;
}
.cfx-property-variant{
  padding:12px 0 18px;
}
.cfx-property-decision-split{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:start;
  gap:clamp(16px,2vw,28px);
  padding-bottom:14px;
}
.cfx-property-decision-split.is-summary-only,
.cfx-property-decision-split.is-territory-only{
  grid-template-columns:1fr;
}
.cfx-property-summary-card--distribution{
  padding:11px 14px;
  border:1px solid #d9dde4;
  border-radius:10px;
  background:#fff;
}
.cfx-property-summary-card--distribution>header{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:4px;
}
.cfx-property-summary-card--distribution>header>span{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:6px;
  background:#fde7f1;
  color:#c81768;
}
.cfx-property-summary-card--distribution header p{
  margin:0;
  color:#c81768;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
}
.cfx-property-summary-card--distribution header h2{
  margin:0;
  font-size:20px;
  letter-spacing:-.025em;
}
.cfx-property-distribution{
  display:grid;
}
.cfx-property-distribution article{
  position:relative;
  padding:7px 0 7px 13px;
  border-top:1px solid #e4e7ec;
}
.cfx-property-distribution article:first-child{
  border-top:0;
  padding-top:2px;
}
.cfx-property-distribution article::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#c81768;
}
.cfx-property-distribution article:first-child::before{
  top:6px;
}
.cfx-property-distribution h3{
  margin:0 0 2px;
  font-size:12px;
  font-weight:800;
}
.cfx-property-distribution article p{
  margin:0;
  color:#667085;
  font-size:12px;
  line-height:1.45;
}
.cfx-property-summary-card--territory{
  padding:8px 0;
}
.cfx-section-head{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:4px 20px;
  margin-bottom:10px;
}
.cfx-section-head p{
  grid-column:1/-1;
  margin:0;
  color:#c81768;
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
}
.cfx-section-head h2{
  margin:0;
  font-size:clamp(28px,3.2vw,40px);
  letter-spacing:-.035em;
}
.cfx-section-head span{
  color:#667085;
  font-size:11px;
}
.cfx-property-location-card{
  display:grid;
  gap:2px;
  padding:13px 14px;
  border-radius:10px;
  background:#182337;
  color:#fff;
}
.cfx-property-location-card strong{
  font-size:16px;
}
.cfx-property-location-card span{
  font-size:11px;
  color:#d3dae5;
}
.cfx-property-territory-copy{
  margin:10px 0 0;
  color:#667085;
  font-size:12px;
  line-height:1.55;
}
.cfx-property-nearby{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid #dfe3e8;
}
.cfx-property-nearby>strong{
  display:block;
  margin-bottom:6px;
  font-size:12px;
}
.cfx-property-nearby>div{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}
.cfx-property-nearby span{
  display:grid;
  gap:1px;
  padding:8px 9px;
  border:1px solid #e1e5eb;
  border-radius:9px;
  background:#fff;
}
.cfx-property-nearby small{
  font-size:9px;
  color:#c81768;
  font-weight:800;
}
.cfx-property-nearby b{
  font-size:11px;
}
.cfx-property-nearby em{
  font-size:9px;
  color:#667085;
  font-style:normal;
}
.cfx-property-map-snapshot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:10px;
  padding:10px 11px;
  border-radius:9px;
  background:#eef2f6;
  color:#182337;
}
.cfx-property-map-snapshot span{
  font-size:10px;
  color:#667085;
}
.cfx-property-map-snapshot strong{
  font-size:11px;
}
.cfx-property-map-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #dfe3e8;
}
.cfx-property-map-actions>span{
  font-size:10px;
  color:#667085;
}

/* ==========================================================
   05 · GALLERY / TECHNICAL / CONTACT / RELATED
   ========================================================== */
.cfx-property-section{
  padding-top:18px;
  padding-bottom:20px;
}
.cfx-property-lead{
  max-width:820px;
  font-size:15px;
  line-height:1.6;
  color:#667085;
}
.cfx-property-gallery{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:repeat(2,190px);
  gap:8px;
}
.cfx-property-gallery button{
  position:relative;
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  background:#111;
  cursor:pointer;
}
.cfx-property-gallery button.is-lead{
  grid-row:1/3;
}
.cfx-property-gallery img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .2s ease;
}
.cfx-property-gallery button:hover img{
  transform:scale(1.018);
}
.cfx-property-gallery__label{
  position:absolute;
  left:10px;
  bottom:10px;
  max-width:calc(100% - 20px);
  padding:5px 8px;
  border-radius:999px;
  background:rgba(16,24,36,.76);
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  backdrop-filter:blur(6px);
}
.cfx-property-gallery__all{
  display:grid;
  place-content:center;
  gap:4px;
  min-height:100%;
  border:1px solid #dfe3e9!important;
  background:#f4f6f9!important;
  color:#1a2231!important;
}
.cfx-property-gallery__all strong{
  font-size:22px;
  color:#c81768;
}
.cfx-property-gallery__all span{
  font-size:11px;
  font-weight:800;
  line-height:1.25;
}
.cfx-variant-groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.cfx-variant-groups article{
  padding:13px 14px;
  border:1px solid #dfe3e8;
  border-radius:10px;
  background:#fff;
}
.cfx-property-section--technical{
  border-top:1px solid #e3e6eb;
  background:#fff;
}
.cfx-property-technical-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.cfx-property-technical-grid>article{
  padding:14px;
  border:1px solid #e1e5eb;
  border-radius:12px;
  background:#fff;
}
.cfx-property-contact{
  background:#182337;
  color:#fff;
}
.cfx-property-contact__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.cfx-property-contact h2{
  margin:0;
  color:#fff;
  font-size:clamp(28px,3vw,40px);
}
.cfx-property-contact p:not(.cfx-property-kicker){
  max-width:620px;
  color:#cbd2dc;
}
.cfx-property-related{
  border-top:1px solid #e3e6eb;
  background:#f7f8fa;
}
.cfx-related-grid{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding-bottom:5px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.cfx-related-card{
  flex:0 0 clamp(270px,25vw,350px);
  overflow:hidden;
  border:1px solid #e1e5eb;
  border-radius:14px;
  background:#fff;
  scroll-snap-align:start;
}
.cfx-related-card__media{
  display:block;
  aspect-ratio:16/9.4;
  background:#eef1f4;
}
.cfx-related-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cfx-gallery-dialog{
  width:min(94vw,1200px);
  max-width:none;
  border:0;
  padding:0;
  background:#0d1117;
}
.cfx-gallery-dialog::backdrop{
  background:rgba(0,0,0,.82);
}
.cfx-gallery-dialog img{
  display:block;
  max-width:100%;
  max-height:88vh;
  margin:auto;
}

/* ==========================================================
   06 · DESKTOP CALIBRATION
   These are breakpoint variants, not patch layers.
   ========================================================== */
@media (min-width:1280px){
  .cfx-property-hero__desktop{
    width:min(770px,46.5vw);
    margin-right:max(20px,calc((100vw - 1460px)/2));
    grid-template-columns:minmax(0,1.2fr) minmax(196px,.7fr);
  }
  .cfx-property-hero__identity{
    padding-top:2px;
  }
  .cfx-property-hero__commercial{
    padding-top:11px;
  }
  .cfx-property-hero__facts{
    margin-top:1px;
  }
}
@media (min-width:901px) and (max-width:1279px){
  .cfx-property-hero__desktop{
    width:min(720px,48vw);
    margin-right:16px;
    grid-template-columns:minmax(0,1.05fr) minmax(180px,.72fr);
  }
}

/* ==========================================================
   07 · TABLET
   ========================================================== */
@media (min-width:621px) and (max-width:900px){
  .cfx-property-hero{
    --hero-h:455px;
  }
  .cfx-property-hero__media{
    width:100%;
  }
  .cfx-property-hero__media img{
    object-position:center 38%;
    transform:scale(.97);
    transform-origin:center center;
  }
  .cfx-property-hero__overlay{
    background:linear-gradient(
      180deg,
      rgba(24,35,55,.1) 0%,
      rgba(24,35,55,.32) 27%,
      rgba(24,35,55,.78) 62%,
      #182337 100%
    );
  }
  .cfx-property-hero__desktop{
    display:none;
  }
  .cfx-property-hero__mobile{
    position:relative;
    z-index:2;
    min-height:var(--hero-h);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    padding:140px 0 16px;
    text-align:center;
    color:#fff;
  }
  .cfx-property-hero__mobile .cfx-property-hero__identity{
    justify-items:center;
  }
  .cfx-property-hero__mobile .cfx-property-hero__price{
    margin-top:3px;
  }
  .cfx-property-hero__mobile .cfx-property-hero__primary{
    width:min(100%,360px);
  }
  .cfx-property-hero__mobile .cfx-property-hero__secondary-actions{
    width:min(100%,360px);
  }
  .cfx-property-hero__mobile .cfx-property-hero__facts{
    width:min(100%,400px);
  }
  .cfx-property-hero__mobile .cfx-property-hero__level{
    justify-self:center;
  }
  .cfx-property-decision-split{
    grid-template-columns:1fr;
  }
  .cfx-property-technical-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* ==========================================================
   08 · MOBILE
   ========================================================== */
@media (max-width:620px){
  .cfx-property-single .cemi-ux-container{
    width:calc(100vw - 20px);
  }
  .cfx-property-hero{
    --hero-h:486px;
  }
  .cfx-property-hero__media{
    width:100%;
  }
  .cfx-property-hero__media img{
    object-position:center 33%;
    transform:scale(.965);
    transform-origin:center center;
  }
  .cfx-property-hero__overlay{
    background:linear-gradient(
      180deg,
      rgba(24,35,55,.24) 0%,
      rgba(24,35,55,.5) 19%,
      rgba(24,35,55,.82) 39%,
      rgba(24,35,55,.97) 58%,
      #182337 100%
    );
  }
  .cfx-property-hero__desktop{
    display:none;
  }
  .cfx-property-hero__mobile{
    position:relative;
    z-index:2;
    min-height:var(--hero-h);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    padding:40px 0 14px;
    text-align:center;
    color:#fff;
  }
  .cfx-property-hero__mobile .cfx-property-hero__identity{
    width:100%;
    justify-items:center;
    gap:3px;
  }
  .cfx-property-hero h1{
    max-width:18ch!important;
    font-size:clamp(30px,7.6vw,35px)!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
  }
  .cfx-property-hero__location{
    max-width:36ch;
    font-size:11px!important;
  }
  .cfx-property-hero__price{
    width:100%;
    margin-top:2px;
    font-size:clamp(27px,6.8vw,31px)!important;
    text-align:center;
  }
  .cfx-property-hero__primary{
    width:min(100%,340px)!important;
    min-height:36px!important;
    margin-top:1px;
  }
  .cfx-property-hero__secondary-actions{
    width:min(100%,340px);
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cfx-property-hero__secondary-actions .cfx-button{
    min-height:34px!important;
    border-radius:9px!important;
  }
  .cfx-property-hero__facts{
    width:min(100%,400px);
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:6px;
    padding:7px;
  }
  .cfx-property-hero__facts>div{
    padding:4px 7px;
  }
  .cfx-property-hero__facts>div:nth-child(3n+1){
    border-left:0;
  }
  .cfx-property-hero__facts>div:nth-child(n+4){
    border-top:1px solid rgba(255,255,255,.18);
  }
  .cfx-property-hero__facts strong{
    font-size:clamp(16px,4.5vw,20px)!important;
  }
  .cfx-property-hero__level{
    margin-top:6px;
  }
  .cfx-property-hero__services{
    width:min(100%,400px);
    justify-content:center;
    margin-top:8px;
    gap:5px 6px;
  }
  .cfx-property-hero__access{
    width:min(100%,400px);
    justify-content:center;
    margin-top:4px;
    gap:4px 8px;
    padding-top:4px;
  }
  .cfx-property-subnav{
    top:56px;
  }
  .cfx-property-subnav>div{
    min-height:46px;
    gap:2px;
  }
  .cfx-property-summary{
    padding-top:10px;
  }
  .cfx-property-decision-split{
    grid-template-columns:1fr;
    gap:10px;
    padding-bottom:10px;
  }
  .cfx-property-summary-card--distribution{
    padding:10px;
  }
  .cfx-property-summary-card--territory{
    padding-top:6px;
  }
  .cfx-property-nearby>div{
    grid-template-columns:1fr;
  }
  .cfx-property-map-snapshot{
    align-items:flex-start;
    flex-direction:column;
  }
  .cfx-property-gallery{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:190px 118px 118px;
    gap:7px;
    overflow:visible;
  }
  .cfx-property-gallery button,
  .cfx-property-gallery button:first-child{
    width:100%;
    height:auto;
    min-height:0;
  }
  .cfx-property-gallery button.is-lead{
    grid-column:1/-1;
    grid-row:1;
  }
  .cfx-property-gallery__label{
    left:8px;
    bottom:8px;
    font-size:9px;
  }
  .cfx-property-technical-grid{
    grid-template-columns:1fr;
  }
  .cfx-property-contact__inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .cfx-related-card{
    flex-basis:min(78vw,315px);
  }
  .cfx-section-head h2{
    font-size:28px;
  }
}


/* C3.F · runtime coverage closure */
html.cfx-gallery-open{overflow:hidden}
.cfx-gallery-dialog{position:relative}
.cfx-gallery-dialog figure{display:grid;place-items:center;gap:8px;margin:0;min-height:min(88vh,760px);padding:48px 56px 30px}
.cfx-gallery-dialog figcaption{color:rgba(255,255,255,.72);font-size:11px}
.cfx-gallery-dialog__close,
.cfx-gallery-dialog__nav{
  position:absolute;
  z-index:3;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(0,0,0,.56);
  color:#fff;
  cursor:pointer;
}
.cfx-gallery-dialog__close{top:10px;right:10px;width:42px;height:42px;border-radius:50%;font-size:26px}
.cfx-gallery-dialog__nav{top:50%;width:44px;height:54px;border-radius:10px;transform:translateY(-50%);font-size:34px;line-height:1}
.cfx-gallery-dialog__nav--prev{left:10px}.cfx-gallery-dialog__nav--next{right:10px}
.cfx-gallery-dialog__nav:disabled{opacity:.35;cursor:default}
.cfx-property-contact__actions .cfx-button{justify-content:center}
.cfx-related-card a:focus-visible,
.cfx-property-gallery button:focus-visible,
.cfx-gallery-dialog button:focus-visible{outline:3px solid #c81768;outline-offset:2px}
@media(max-width:620px){
  .cfx-gallery-dialog{width:100vw;height:100dvh;margin:0;max-height:none}
  .cfx-gallery-dialog figure{min-height:100dvh;padding:56px 44px 26px}
  .cfx-gallery-dialog__nav{width:38px;height:48px}
  .cfx-property-contact__actions{display:grid;width:100%}
  .cfx-property-contact__actions .cfx-button{width:100%}
}


/* UI-R1.3 · authenticated private actions layered over an unchanged public URL */
.cemi-ux-private-property-actions{position:relative;z-index:20;border-bottom:1px solid var(--cfx-line,#e5e7eb);background:rgba(248,250,252,.96);backdrop-filter:blur(12px)}
.cemi-ux-private-property-actions__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.72rem 0}
.cemi-ux-private-property-actions__inner>span{display:grid;gap:.1rem}
.cemi-ux-private-property-actions__inner small{font-size:.6rem;letter-spacing:.12em;font-weight:850;color:#C81768}
.cemi-ux-private-property-actions__inner strong{font-size:.78rem;color:#344054}
.cemi-ux-private-property-actions__buttons{display:flex;gap:.5rem;align-items:center}
html[data-cfx-theme="dark"] .cemi-ux-private-property-actions{background:rgba(20,29,40,.96);border-color:#33404f}
html[data-cfx-theme="dark"] .cemi-ux-private-property-actions__inner strong{color:#e8ecf2}
@media(max-width:719px){
  .cemi-ux-private-property-actions__inner{align-items:stretch;flex-direction:column;padding:.7rem 1rem}
  .cemi-ux-private-property-actions__buttons{display:grid;grid-template-columns:1fr 1fr}
  .cemi-ux-private-property-actions__buttons .cfx-button{width:100%;justify-content:center}
}


/* UI-R2.1B1 · Private operational address inside hero */
.cfx-property-hero__private-address{
  display:flex;
  flex-direction:column;
  gap:2px;
  width:max-content;
  max-width:min(100%,620px);
  margin-top:10px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:rgba(8,12,20,.58);
  backdrop-filter:blur(7px);
}
.cfx-property-hero__private-address small{
  color:rgba(255,255,255,.68);
  font-size:.61rem;
  font-weight:800;
  letter-spacing:.08em;
}
.cfx-property-hero__private-address strong{
  color:#fff;
  font-size:.84rem;
  line-height:1.35;
  font-weight:720;
}
@media(max-width:760px){
  .cfx-property-hero__private-address{
    width:100%;
    max-width:none;
    margin-top:8px;
    padding:8px 10px;
  }
}


/* UI-R2.1C · Single visual hierarchy / mobile acceptance */
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"]{
  --cemi-single-section-gap:clamp(28px,4vw,54px);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero{
  min-height:clamp(480px,66vh,680px);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__desktop{
  padding-bottom:clamp(28px,5vw,58px);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__commercial{
  gap:10px;
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__price{
  line-height:1;
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-gallery-section{
  padding-top:clamp(24px,3.4vw,42px);
  padding-bottom:clamp(24px,3.4vw,42px);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-gallery{
  border-radius:18px;
  overflow:hidden;
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-summary{
  padding-top:var(--cemi-single-section-gap);
  padding-bottom:var(--cemi-single-section-gap);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-single-section="zone"]{
  min-height:0;
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-section--technical{
  padding-top:var(--cemi-single-section-gap);
  padding-bottom:var(--cemi-single-section-gap);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-contact{
  margin-top:0;
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav{
  position:sticky;
  top:var(--cemi-global-header-height,72px);
  z-index:20;
  backdrop-filter:blur(12px);
}
.cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
}

/* Archetype-aware technical emphasis without inventing data. */
.cfx-property-single[data-cemi-property-archetype="terreno"] .cfx-property-section--technical,
.cfx-property-single[data-cemi-property-archetype="multipredio"] .cfx-property-section--technical{
  background:var(--cemi-color-surface-muted,#f4f6f8);
}
.cfx-property-single[data-cemi-property-archetype="comercial"] .cfx-property-section--technical,
.cfx-property-single[data-cemi-property-archetype="multifamiliar"] .cfx-property-section--technical{
  border-top:1px solid var(--cemi-color-border,rgba(26,34,49,.10));
  border-bottom:1px solid var(--cemi-color-border,rgba(26,34,49,.10));
}

@media(max-width:760px){
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero{
    min-height:auto;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding-top:18px;
    padding-bottom:18px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile .cfx-property-hero__identity{
    margin-bottom:0;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile .cfx-property-hero__price{
    order:2;
    margin:0;
    font-size:clamp(1.65rem,8vw,2.2rem);
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile [data-cemi-hero-primary-cta]{
    order:3;
    width:100%;
    min-height:48px;
    justify-content:center;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile .cfx-property-hero__secondary-actions{
    order:4;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile .cfx-property-hero__secondary-actions .cfx-button{
    min-height:44px;
    width:100%;
    justify-content:center;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile [data-cemi-hero-quick-facts]{
    order:5;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(108px,1fr);
    gap:8px;
    overflow-x:auto;
    padding:2px 1px 8px;
    scrollbar-width:none;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile [data-cemi-hero-quick-facts]::-webkit-scrollbar{display:none}
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__mobile [data-cemi-hero-quick-facts]>div{
    min-width:108px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-hero__private-address{
    order:1;
    margin-top:6px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav{
    top:64px;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav::-webkit-scrollbar{display:none}
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav .cemi-ux-container{
    width:max-content;
    min-width:100%;
    gap:4px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-subnav a{
    min-height:44px;
    padding-inline:12px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-gallery-section{
    padding-top:18px;
    padding-bottom:18px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-gallery{
    border-radius:14px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-summary{
    padding-top:22px;
    padding-bottom:22px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-decision-split{
    gap:12px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-summary-card{
    border-radius:14px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-section--technical{
    padding-top:24px;
    padding-bottom:24px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-contact__inner{
    gap:14px;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-contact__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] .cfx-property-contact__actions .cfx-button{
    width:100%;
    min-height:48px;
    justify-content:center;
  }
}


/* UI-R2.1C1 · Mobile hero composition cleanup */
@media(max-width:760px){
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"]{
    gap:8px;
    padding-top:14px;
    padding-bottom:16px;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-kicker{
    margin-bottom:3px;
    font-size:.67rem;
    letter-spacing:.06em;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] h1{
    max-width:15ch;
    margin-bottom:4px;
    font-size:clamp(1.85rem,9.4vw,2.75rem);
    line-height:.98;
    text-wrap:balance;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-hero__location{
    margin:0;
    font-size:.86rem;
    line-height:1.35;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-hero__map-link{
    margin-top:2px;
    font-size:.78rem;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-hero__price{
    margin-top:4px;
    font-size:clamp(1.8rem,9vw,2.35rem);
    letter-spacing:-.03em;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-secondary-actions]{
    display:none!important;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero-services],
  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero-access]{
    display:none!important;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] [data-cemi-hero-quick-facts]{
    margin-top:2px;
    padding-bottom:3px;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] [data-cemi-hero-quick-facts]>div{
    min-width:96px;
    padding:8px 9px;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] [data-cemi-hero-quick-facts] span{
    font-size:.61rem;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] [data-cemi-hero-quick-facts] strong{
    font-size:1rem;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-hero__private-address{
    padding:7px 9px;
    border-radius:9px;
  }

  .cfx-property-single[data-cemi-single-hierarchy="r2.1c"] [data-cemi-mobile-hero="decision-first"] .cfx-property-hero__private-address strong{
    font-size:.8rem;
  }
}


/* UI-R2.1E · Gallery visual experience / mobile lightbox */
.cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"]{
  position:relative;
}
.cfx-property-gallery__mobile-counter{
  display:none;
}
.cfx-property-gallery__view-all{
  margin-top:14px;
  gap:8px;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"]{
  width:min(100vw,1440px);
  height:min(100dvh,1000px);
  max-width:none;
  max-height:none;
  padding:0;
  border:0;
  background:#080b11;
  color:#fff;
  overflow:hidden;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"]::backdrop{
  background:rgba(4,7,12,.94);
  backdrop-filter:blur(5px);
}
.cfx-gallery-dialog__topbar{
  position:absolute;
  inset:0 0 auto 0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:10px 14px 10px 18px;
  background:linear-gradient(to bottom,rgba(0,0,0,.68),transparent);
  pointer-events:none;
}
.cfx-gallery-dialog__topbar [data-cfx-gallery-counter]{
  font-size:.84rem;
  font-weight:760;
  letter-spacing:.04em;
}
.cfx-gallery-dialog__topbar .cfx-gallery-dialog__close{
  position:static;
  pointer-events:auto;
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  border-radius:50%;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure{
  width:100%;
  height:100%;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  touch-action:pan-y;
  user-select:none;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figcaption{
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  max-width:min(760px,calc(100% - 120px));
  padding:8px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.52);
  color:rgba(255,255,255,.9);
  font-size:.78rem;
  text-align:center;
}
.cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] .cfx-gallery-dialog__nav{
  z-index:6;
  width:50px;
  height:50px;
  min-width:50px;
  min-height:50px;
  border-radius:50%;
  background:rgba(0,0,0,.48);
  color:#fff;
}
.cfx-gallery-dialog__hint{
  display:none;
}

@media(max-width:760px){
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-section-head{
    align-items:end;
  }
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-property-gallery{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:minmax(220px,58vw) minmax(105px,27vw);
    gap:6px;
    overflow:hidden;
    border-radius:14px;
  }
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-property-gallery [data-cfx-gallery-item]{
    min-width:0;
    min-height:0;
    border-radius:0;
  }
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-property-gallery [data-cfx-gallery-item].is-lead{
    grid-column:1 / -1;
    grid-row:1;
  }
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-property-gallery [data-cfx-gallery-item]:nth-child(n+4){
    display:none;
  }
  .cfx-property-gallery-section[data-cemi-gallery-experience="r2.1e"] .cfx-property-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .cfx-property-gallery__mobile-counter{
    display:inline-flex;
    position:absolute;
    right:10px;
    bottom:10px;
    min-height:30px;
    align-items:center;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(0,0,0,.62);
    color:#fff;
    font-size:.75rem;
    font-weight:760;
    backdrop-filter:blur(6px);
  }
  .cfx-property-gallery__view-all{
    display:flex;
    width:100%;
    min-height:46px;
    justify-content:center;
    margin-top:9px;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"]{
    width:100vw;
    height:100dvh;
    margin:0;
    border-radius:0;
  }
  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure{
    padding:58px 0 62px;
  }
  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] .cfx-gallery-dialog__nav{
    display:none;
  }
  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figcaption{
    bottom:22px;
    max-width:calc(100% - 32px);
    border-radius:10px;
    background:rgba(0,0,0,.46);
  }
  .cfx-gallery-dialog__hint{
    display:block;
    position:absolute;
    left:50%;
    bottom:4px;
    transform:translateX(-50%);
    color:rgba(255,255,255,.52);
    font-size:.66rem;
    pointer-events:none;
  }
}


/* UI-R2.1E1A · Mobile lightbox safe-area + dismiss control */
.cfx-gallery-dialog__dismiss{
  display:none;
}

@media(max-width:760px){
  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"]{
    position:fixed;
    inset:0;
    width:100vw;
    height:100dvh;
    min-height:100dvh;
    max-width:none;
    max-height:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    overflow:hidden;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] .cfx-gallery-dialog__topbar{
    min-height:calc(54px + env(safe-area-inset-top));
    padding:
      calc(8px + env(safe-area-inset-top))
      14px
      8px
      18px;
    box-sizing:border-box;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure{
    position:absolute;
    inset:
      calc(54px + env(safe-area-inset-top))
      0
      calc(86px + env(safe-area-inset-bottom))
      0;
    width:auto;
    height:auto;
    min-width:0;
    min-height:0;
    padding:0;
    margin:0;
    display:grid;
    place-items:center;
    box-sizing:border-box;
    overflow:hidden;
    touch-action:pan-y;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figure img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    margin:auto;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] figcaption{
    left:16px;
    right:16px;
    bottom:10px;
    transform:none;
    max-width:none;
    width:auto;
    margin:0;
  }

  .cfx-gallery-dialog[data-cemi-gallery-lightbox="r2.1e"] .cfx-gallery-dialog__hint{
    display:block;
    position:absolute;
    left:50%;
    bottom:calc(54px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    width:max-content;
    max-width:calc(100% - 32px);
    padding:4px 8px;
    color:rgba(255,255,255,.58);
    font-size:.66rem;
    text-align:center;
    pointer-events:none;
  }

  .cfx-gallery-dialog__dismiss{
    display:flex;
    position:absolute;
    z-index:8;
    left:50%;
    bottom:calc(8px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    align-items:center;
    justify-content:center;
    gap:6px;
    min-width:112px;
    min-height:44px;
    padding:8px 16px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(19,25,36,.88);
    color:#fff;
    font:inherit;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }

  .cfx-gallery-dialog__dismiss span{
    font-size:1.35rem;
    line-height:.75;
    transform:translateY(-1px);
  }

  .cfx-gallery-dialog__dismiss strong{
    font-size:.78rem;
    font-weight:760;
  }
}


/* UI-R2.2 · Single Full Parity Restore */
.cfx-property-single[data-cemi-single-full-parity="restored"]{
  scroll-behavior:smooth;
}
.cfx-property-hero__down{
  position:absolute;
  z-index:8;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(7,12,20,.56);
  color:#fff;
  text-decoration:none;
  font-size:.72rem;
  font-weight:720;
  backdrop-filter:blur(8px);
}
.cfx-property-hero__down b{font-size:1rem}
.cfx-property-parity-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cfx-property-parity-chips>span{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:118px;
  padding:10px 12px;
  border-radius:12px;
  background:var(--cemi-color-surface-muted,#f4f6f8);
}
.cfx-property-parity-chips small,
.cfx-property-parity-grid small{
  color:var(--cemi-color-text-muted,#6E6E6E);
}
.cfx-property-parity-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.cfx-property-parity-grid>div{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:10px 12px;
  border-radius:12px;
  background:var(--cemi-color-surface-muted,#f4f6f8);
}
.cfx-property-osm{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--cemi-color-border,rgba(26,34,49,.10));
}
.cfx-property-osm__head{
  display:grid;
  grid-template-columns:minmax(180px,.7fr) minmax(260px,1.3fr);
  gap:16px;
  align-items:end;
}
.cfx-property-osm__head small{
  color:var(--cemi-color-brand,#C81768);
  font-size:.65rem;
  font-weight:800;
  letter-spacing:.08em;
}
.cfx-property-osm__head h3{margin:3px 0 0}
.cfx-property-osm__head p{margin:0;color:var(--cemi-color-text-muted,#6E6E6E)}
.cfx-property-osm__categories{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.cfx-property-osm__categories article{
  padding:12px;
  border-radius:12px;
  background:var(--cemi-color-surface-muted,#f4f6f8);
}
.cfx-property-osm__categories ul{
  list-style:none;
  margin:8px 0 0;
  padding:0;
}
.cfx-property-osm__categories li{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:5px 0;
  border-top:1px solid rgba(26,34,49,.07);
  font-size:.78rem;
}
.cfx-property-osm__categories li:first-child{border-top:0}
.cfx-property-osm__categories li small{white-space:nowrap;color:var(--cemi-color-text-muted,#6E6E6E)}

@media(max-width:760px){
  .cfx-property-hero__down{
    bottom:8px;
    min-height:38px;
    font-size:.68rem;
  }
  .cfx-property-parity-grid{grid-template-columns:1fr 1fr}
  .cfx-property-osm__head{grid-template-columns:1fr;gap:6px}
  .cfx-property-osm__categories{
    display:flex;
    overflow-x:auto;
    gap:8px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .cfx-property-osm__categories::-webkit-scrollbar{display:none}
  .cfx-property-osm__categories article{
    flex:0 0 min(82vw,290px);
    scroll-snap-align:start;
  }
}
