.eccoR{--navy:#13242f;--ink:#22333f;--teal:#2fb894;--tealD:#1f9377;--mint:#e9f7f1;--sand:#f7f6f2;--gray:#5c6d79;--line:#e3e9ed;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}.eccoR,.eccoR *{box-sizing:border-box}.eccoR .wrap{max-width:1180px;margin:0 auto;padding:0 24px}.eccoR .sec{padding:76px 0}.eccoR .secT{padding:76px 0;background:var(--sand)}.eccoR h1,.eccoR h2,.eccoR h3{color:var(--navy);line-height:1.18;margin:0}.eccoR h2{font-size:clamp(26px,3.2vw,38px);font-weight:700}.eccoR .kick{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tealD);margin-bottom:12px}.eccoR .sub{color:var(--gray);font-size:17px;max-width:660px;margin:14px auto 0}.eccoR .center{text-align:center}.eccoR .mt40{margin-top:44px}.eccoR .btn{display:inline-block;padding:14px 30px;border-radius:999px;font-weight:600;font-size:16px;text-decoration:none;transition:all .2s ease;cursor:pointer}.eccoR .btnP{background:var(--teal);color:#fff!important}.eccoR .btnP:hover{background:var(--tealD)}.eccoR .btnO{background:transparent;color:#fff!important;border:1.5px solid rgba(255,255,255,.65)}.eccoR .btnO:hover{background:rgba(255,255,255,.12)}.eccoR .btnN{background:#fff;color:var(--navy)!important;border:1.5px solid var(--line)}.eccoR .btnN:hover{border-color:var(--teal);color:var(--tealD)!important}.eccoR .hero{position:relative;min-height:600px;display:flex;align-items:center;background-position:center;background-size:cover}.eccoR .hero .wrap{width:100%}.eccoR .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,24,20,.85) 15%,rgba(8,24,20,.45) 60%,rgba(8,24,20,.25))}.eccoR .heroIn{position:relative;max-width:680px;padding:90px 0}.eccoR .heroIn h1{color:#fff;font-size:clamp(34px,4.8vw,58px);font-weight:700}.eccoR .heroIn p{color:rgba(255,255,255,.88);font-size:19px;margin:20px 0 30px;max-width:560px}.eccoR .bandHero{background:linear-gradient(120deg,var(--mint),#f2faf7);padding:90px 0 70px}.eccoR .bandHero h1{font-size:clamp(32px,4.2vw,50px);font-weight:700}.eccoR .bandHero p{color:var(--gray);font-size:18px;max-width:640px;margin:16px 0 26px}.eccoR .chipRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.eccoR .chip{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;padding:7px 16px;border-radius:999px;font-size:14px;font-weight:500}.eccoR .chipD{display:inline-block;background:#fff;border:1.5px solid var(--line);color:var(--navy);padding:8px 18px;border-radius:999px;font-size:14.5px;font-weight:600;text-decoration:none;margin:4px 6px 4px 0;transition:all .2s}.eccoR .chipD:hover{border-color:var(--teal);color:var(--tealD)}.eccoR .grid{display:grid;gap:26px}.eccoR .g2{grid-template-columns:repeat(2,1fr)}.eccoR .g3{grid-template-columns:repeat(3,1fr)}.eccoR .g4{grid-template-columns:repeat(4,1fr)}.eccoR .pcard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 6px 22px rgba(19,36,47,.06);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.eccoR .pcard:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(19,36,47,.12)}.eccoR .pcard .ph{position:relative;height:215px;overflow:hidden}.eccoR .pcard .ph img{width:100%;height:100%;object-fit:cover;display:block}.eccoR .tag{position:absolute;top:14px;left:14px;background:rgba(19,36,47,.82);color:#fff;font-size:12px;font-weight:600;letter-spacing:.04em;padding:5px 13px;border-radius:999px}.eccoR .pbody{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.eccoR .pbody h3{font-size:17.5px;font-weight:600}.eccoR .price{color:var(--tealD);font-weight:700;font-size:16px}.eccoR .plink{margin-top:auto;padding-top:8px;font-weight:600;font-size:15px;color:var(--navy);text-decoration:none}.eccoR .plink:hover{color:var(--tealD)}.eccoR .icard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 28px}.eccoR .icard .ic{width:48px;height:48px;border-radius:14px;background:var(--mint);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.eccoR .icard h3{font-size:18px;margin-bottom:8px}.eccoR .icard p{color:var(--gray);font-size:15px;margin:0}.eccoR .lcard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px 32px;display:flex;flex-direction:column}.eccoR .lcard .btn{margin-top:auto;align-self:flex-start}.eccoR .lcard h3{font-size:22px;margin-bottom:6px}.eccoR .lcard .from{color:var(--tealD);font-weight:700;margin-bottom:16px}.eccoR .lcard ul{list-style:none;margin:0 0 24px;padding:0;flex:1}.eccoR .lcard li{padding:7px 0 7px 30px;position:relative;font-size:15.5px}.eccoR .lcard li:before{content:"\2713";position:absolute;left:0;top:7px;width:20px;height:20px;border-radius:50%;background:var(--mint);color:var(--tealD);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.eccoR .step{position:relative;padding:34px 30px;background:#fff;border:1px solid var(--line);border-radius:18px}.eccoR .step .n{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.eccoR .step h3{font-size:18px;margin-bottom:8px}.eccoR .step p{color:var(--gray);font-size:15px;margin:0}.eccoR .dark{background:var(--navy);border-radius:26px;padding:70px 60px;text-align:center;color:#fff}.eccoR .dark h2{color:#fff}.eccoR .dark p{color:rgba(255,255,255,.8);max-width:620px;margin:16px auto 30px;font-size:17px}.eccoR .mintband{background:var(--mint);border-radius:26px;padding:70px 60px;text-align:center}.eccoR .mintband p{color:var(--gray);max-width:600px;margin:14px auto 28px;font-size:17px}.eccoR .ncard{display:block;border-radius:16px;padding:26px 22px;border:1px solid var(--line);background:#fff;text-decoration:none;transition:all .2s}.eccoR .ncard:hover{border-color:var(--teal);transform:translateY(-3px)}.eccoR .ncard b{display:block;color:var(--navy);font-size:16.5px}.eccoR .ncard span{color:var(--gray);font-size:13.5px}.eccoR .qcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.eccoR .qcard p{font-size:15.5px;margin:0 0 14px}.eccoR .qcard b{font-size:14px;color:var(--gray);font-weight:600}.eccoR details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 24px;margin-bottom:12px}.eccoR summary{font-weight:600;font-size:16.5px;color:var(--navy);cursor:pointer}.eccoR details p{color:var(--gray);font-size:15.5px;margin:12px 0 0}.eccoR .note{background:#fff8e6;border:1px dashed #e6c860;border-radius:12px;padding:10px 16px;font-size:13.5px;color:#7a6420;margin-top:18px}.eccoR .stat{text-align:center}.eccoR .stat b{display:block;font-size:clamp(30px,4vw,44px);color:var(--navy);font-weight:700}.eccoR .stat span{color:var(--gray);font-size:15px}.eccoR .anchorSec{scroll-margin-top:120px}.eccoR .secH{display:flex;align-items:baseline;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:26px}.eccoR .secH h2{font-size:clamp(22px,2.6vw,30px)}.eccoR .secH a{font-weight:600;font-size:15px;color:var(--tealD);text-decoration:none}.eccoR .amen{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;font-size:15px;font-weight:500}.eccoR .amen span{width:38px;height:38px;border-radius:11px;background:var(--mint);display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 38px}.eccoR .mapWrap{border-radius:22px;overflow:hidden;border:1px solid var(--line);line-height:0}.eccoR .mapWrap iframe{width:100%;height:380px;border:0}.eccoR .tl{position:relative;padding-left:34px;border-left:2.5px solid var(--mint)}.eccoR .tl .tli{position:relative;padding-bottom:30px}.eccoR .tl .tli:last-child{padding-bottom:0}.eccoR .tl .tli:before{content:"";position:absolute;left:-43.5px;top:4px;width:16px;height:16px;border-radius:50%;background:var(--teal);border:3.5px solid #fff;box-shadow:0 0 0 2.5px var(--teal)}.eccoR .tl b{display:block;color:var(--navy);font-size:16.5px;margin-bottom:4px}.eccoR .tl p{color:var(--gray);font-size:15px;margin:0}.eccoR .chatCard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 14px 40px rgba(19,36,47,.1)}.eccoR .heroChat{display:block;max-width:760px;margin-top:36px;text-decoration:none;transition:transform .2s}.eccoR .heroChat:hover{transform:translateY(-3px)}.eccoR .heroChat .chatCard{padding:26px 28px;box-shadow:0 24px 60px rgba(0,0,0,.35)}.eccoR .aiHead{display:flex;align-items:center;gap:14px;margin-bottom:18px}.eccoR .aiAv{width:46px;height:46px;border-radius:50%;background:var(--teal);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex:0 0 46px}.eccoR .aiName{font-weight:700;color:var(--navy);font-size:17px;line-height:1.2}.eccoR .aiOn{font-size:13px;color:var(--tealD);display:flex;align-items:center;gap:6px;font-weight:600}.eccoR .dotOn{width:8px;height:8px;border-radius:50%;background:#2ecc71;animation:eccoPulse 1.6s infinite}@keyframes eccoPulse{0%{box-shadow:0 0 0 0 rgba(46,204,113,.5)}70%{box-shadow:0 0 0 7px rgba(46,204,113,0)}100%{box-shadow:0 0 0 0 rgba(46,204,113,0)}}.eccoR .qchip{display:inline-block;background:var(--mint);color:var(--tealD);border:1px solid #c8ecdf;padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:600;margin:0 8px 8px 0}.eccoR .fauxIn{display:flex;align-items:center;gap:12px;border:1.5px solid var(--line);border-radius:999px;padding:7px 7px 7px 22px;margin-top:16px;background:#fbfcfd}.eccoR .fauxIn span{flex:1;text-align:left;color:#93a1ab;font-size:15.5px}.eccoR .fauxIn input{flex:1;border:0;outline:0;background:transparent;font-size:15.5px;color:var(--ink);min-width:0}.eccoR .fauxIn input::placeholder{color:#93a1ab}.eccoR .heroMsgs{height:250px;overflow-y:auto;scrollbar-gutter:stable;display:flex;flex-direction:column;gap:10px;padding:4px 2px;margin-bottom:10px;scroll-behavior:smooth}.eccoR .aiBarWrap{max-width:1000px;margin-top:34px}.eccoR .aiBar{width:100%;display:flex;align-items:center;gap:14px;border:2.5px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(100deg,#2fb894,#7fd8c0,#13c2ff,#2fb894,#7fd8c0,#2fb894) border-box;background-size:auto,300% 100%;border-radius:999px;padding:6px 6px 6px 22px;position:relative;animation:eccoFlow 5s linear infinite,eccoGlow 3.2s ease-in-out infinite;transition:box-shadow .3s}.eccoR .aiBar:hover,.eccoR .aiBar:focus-within{animation-duration:2.2s,3.2s;box-shadow:0 10px 40px rgba(0,0,0,.28),0 0 34px rgba(47,184,148,.85),0 0 70px rgba(19,194,255,.35)!important}@keyframes eccoFlow{0%{background-position:0 0,0% 0}100%{background-position:0 0,300% 0}}@keyframes eccoGlow{0%,100%{box-shadow:0 10px 40px rgba(0,0,0,.28),0 0 18px rgba(47,184,148,.45)}50%{box-shadow:0 10px 40px rgba(0,0,0,.28),0 0 30px rgba(47,184,148,.75),0 0 55px rgba(19,194,255,.25)}}.eccoR .aiBarBtn:hover{box-shadow:0 0 22px rgba(47,184,148,.75);transform:translateY(-1px)}.eccoR .aiBadge{display:flex;align-items:center;gap:8px;color:var(--tealD);font-weight:700;font-size:14px;letter-spacing:.02em;white-space:nowrap;padding-right:14px;border-right:1px solid var(--line)}.eccoR .aiBar input{flex:1;border:0;outline:0;background:transparent;font-size:15.5px;color:var(--ink);min-width:0;padding:12px 0}.eccoR .aiBar input::placeholder{color:#8b99a4}.eccoR .aiBarBtn{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#2fb894,#177e66);color:#fff!important;border:0;border-radius:999px;padding:12px 24px;font-weight:700;font-size:14.5px;white-space:nowrap;cursor:pointer;transition:opacity .2s,transform .15s}.eccoR .aiBarBtn:hover{opacity:.92;transform:translateY(-1px)}.eccoR .aiPanelWrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.22,1,.36,1)}.eccoR .aiPanel{width:100%;min-height:0;overflow:hidden;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:20px;text-align:left;box-shadow:0 24px 70px rgba(0,0,0,.35);opacity:0;transform:translateY(12px);transition:opacity .45s ease .05s,transform .55s cubic-bezier(.22,1,.36,1),margin .45s ease}.eccoR .aiPanelIn{padding:14px 18px 8px}.eccoR .heroC.chatOn .aiPanelWrap{grid-template-rows:1fr}.eccoR .heroC.chatOn .aiPanel{opacity:1;transform:none;margin-bottom:12px}.eccoR .aiPanelHead{display:flex;align-items:center;gap:9px;padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid var(--line);font-size:14.5px;color:var(--navy)}.eccoR .aiPanelHead b{font-weight:700}.eccoR .aiPanelHead .aiSub2{color:var(--tealD);font-size:12.5px;font-weight:600}.eccoR .aiPanelHead .aiClose{margin-left:auto;cursor:pointer;color:var(--gray);font-size:21px;line-height:1;padding:2px 9px;border-radius:8px}.eccoR .aiPanelHead .aiClose:hover{background:var(--sand);color:var(--navy)}.eccoR .aiPanel .heroMsgs{height:auto;max-height:38vh;margin-bottom:8px}.eccoR .aiPanel .bub{animation:bubIn .28s ease}.eccoR .aiPanel .bubA{width:100%;max-width:100%}.eccoR .aiPanel .bubU{max-width:70%}.eccoR .heroC h1{transition:font-size .5s cubic-bezier(.22,1,.36,1)}.eccoR .heroC .heroSub{transition:font-size .45s ease,opacity .45s ease}.eccoR .heroC.chatOn h1{font-size:clamp(22px,2.6vw,32px)}.eccoR .heroC.chatOn .heroSub{font-size:15px;opacity:.8}.eccoR .heroC.chatOn .heroChips{display:none}.eccoR .heroC.chatOn .heroIn{padding:56px 0}.eccoR .heroC.chatOn .heroMsgs{height:340px;max-height:44vh}.eccoR .heroMsgs .bub{animation:bubIn .28s ease}@keyframes bubIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.eccoR .bubU{background:linear-gradient(135deg,#22384a,#13242f)}.eccoR .tdots i{display:inline-block;width:7px;height:7px;margin:0 2.5px;border-radius:50%;background:#8fb5a9;animation:tb 1.2s infinite}.eccoR .tdots i:nth-child(2){animation-delay:.15s}.eccoR .tdots i:nth-child(3){animation-delay:.3s}@keyframes tb{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}.eccoR .heroChips{margin-top:16px}.eccoR .heroChips .qchip{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(4px);font-size:13px;padding:7px 14px;font-weight:500}.eccoR .heroChips .qchip:hover{background:rgba(255,255,255,.24)}.eccoR .heroC:before{background:linear-gradient(rgba(8,24,20,.62),rgba(8,24,20,.55))}.eccoR .heroC .heroIn{max-width:940px;margin:0 auto;text-align:center}.eccoR .heroC .heroIn p{margin-left:auto;margin-right:auto;max-width:700px}.eccoR .heroC .aiBarWrap{margin-left:auto;margin-right:auto}.eccoR .heroC .chipRow,.eccoR .heroC .heroChips{justify-content:center;display:flex;flex-wrap:wrap;gap:0 6px}@media(max-width:620px){.eccoR .aiBarBtn{padding:11px 16px}.eccoR .aiBadge{display:none}.eccoR .aiBar{padding-left:16px}}.eccoR .heroMsgs .bub{margin-bottom:0}.eccoR .heroMsgs a{color:var(--tealD);text-decoration:underline;word-break:break-all}.eccoR .qchip{cursor:pointer}.eccoR .fauxBtn{cursor:pointer;border:0}.eccoR .fauxBtn{background:var(--teal);color:#fff!important;border-radius:999px;padding:12px 26px;font-weight:700;font-size:14.5px;white-space:nowrap;text-shadow:none;opacity:1}.eccoR a.heroChat .fauxBtn,.eccoR a.heroChat:hover .fauxBtn,.eccoR a.heroChat:visited .fauxBtn{color:#fff!important}.eccoR .bub{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14.5px;margin-bottom:12px}.eccoR .bubU{background:var(--navy);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.eccoR .bubA{background:var(--mint);color:var(--ink);border-bottom-left-radius:4px}.eccoR .bcard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s}.eccoR .bcard:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(19,36,47,.12)}.eccoR .bcard .bb{padding:22px 24px}.eccoR .bcard h3{font-size:17px;margin-bottom:8px}.eccoR .bcard p{color:var(--gray);font-size:14.5px;margin:0 0 12px}.eccoR .bcard i{font-style:normal;color:var(--tealD);font-weight:600;font-size:14.5px}.eccoR .photoStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.eccoR .photoStrip img{width:100%;height:190px;object-fit:cover;border-radius:16px;display:block}@media(max-width:980px){.eccoR .g3,.eccoR .g4{grid-template-columns:repeat(2,1fr)}.eccoR .g2{grid-template-columns:1fr}.eccoR .dark,.eccoR .mintband{padding:50px 28px}.eccoR .photoStrip{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.eccoR .g3,.eccoR .g4{grid-template-columns:1fr}.eccoR .hero{min-height:520px}.eccoR .photoStrip{grid-template-columns:1fr}}

/* Ecco city archive presentation (added 2026-09-16) */
.eccoCityCards{padding:34px 0 10px}
.eccoCityCards .eccoR .grid{margin-top:0}

/* ── Ecco city archive: swap legacy Houzez list for the .pcard grid ──
   Scoped to body.ecco-city-cards (only present when the grid really
   rendered: admin preview, or live once the gate is flipped).
   Deliberately KEEPS the term description and the search sidebar —
   only the old card list, its sort/count tools and the list/grid
   toggle are removed. */
body.ecco-city-cards .listing-view{display:none !important}
body.ecco-city-cards .listing-tools-wrap{display:none !important}
body.ecco-city-cards .listing-switch-view{display:none !important}

/* v1.1 — cards at the TOP of the page (render at start of the content
   column), full page width like the homepage 3-up grid.
   v1.1b — the "Find Your Home" search sidebar is removed entirely. */
body.ecco-city-cards .listing-wrap .row{display:block}
body.ecco-city-cards .bt-content-wrap{
  flex:0 0 100% !important;max-width:100% !important;width:100% !important;
}
body.ecco-city-cards .bt-sidebar-wrap{display:none !important}

body.ecco-city-cards .eccoCityCards{padding:2px 0 34px}
body.ecco-city-cards .eccoCityCards .grid{margin-top:0}
body.ecco-city-cards .eccoCityCards .eccoR .wrap{padding-left:0;padding-right:0}
body.ecco-city-cards .taxonomy-description{margin:4px 0 26px}

/* ══════════════════════════════════════════════════════════════════
   v1.2 — "All locations" half-map page (/locations/, page 8735).
   The map column is left alone; the Houzez list column is swapped for
   the Ecco grid (see ecco_city_cards_locations_swap). Two-up so the
   cards match the homepage card size inside the narrower column.
   ══════════════════════════════════════════════════════════════════ */
/* The grid is injected INSIDE the theme's .listing-view.row (a Bootstrap
   flex row), where it becomes a half-width flex item and the cards crush
   to ~173px. Force the injected section to span the whole list column. */
body.eccoLocCardsOn .listing-view > .eccoCityCards,
body.eccoLocCardsOn .listing-view .eccoCityCards{
  flex:0 0 100% !important;max-width:100% !important;width:100% !important;
  padding:0 !important;
}
body.eccoLocCardsOn .eccoCityCards .eccoR .wrap{max-width:none;padding:0 14px}
body.eccoLocCardsOn .eccoCityCards .eccoR .grid.g3,
body.eccoLocCardsOn .eccoCityCards .eccoR .grid.g4{
  grid-template-columns:repeat(2,1fr) !important;gap:20px
}
/* The theme's results bar ("24 Results Found" + sort + grid/list toggle)
   counts published property posts, but the cards come from the curated
   dashboard set (21). Hide the stale count and the now-dead controls so
   the grid starts cleanly at the top of the column. */
body.eccoLocCardsOn #half-map-listing-area .page-title-wrap{display:none !important}
body.eccoLocCardsOn .listing-switch-view{display:none !important}
body.eccoLocCardsOn .listing-tools-wrap{display:none !important}
@media(max-width:620px){
  body.eccoLocCardsOn .eccoCityCards .eccoR .grid.g3,
  body.eccoLocCardsOn .eccoCityCards .eccoR .grid.g4{grid-template-columns:1fr !important}
}
