/**
 * Public Home canonical presentation.
 * Owner: PublicHomeRenderer. Surface: visitor_public.
 * Do not create another Home stylesheet or override this from advisor/admin bundles.
 */
.cemi-surface-public .cemi-home--public{--home-bg:#071522;--home-panel:#f1f5f7;--home-line:#c7d5df;--home-text:#071522;--home-muted:#4a6274;--home-accent:#d91467}
.cemi-home-hero{position:relative;min-height:620px;background:#071522;color:#fff;display:flex;align-items:center;overflow:hidden}
.cemi-home-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,34,.84) 0%,rgba(7,21,34,.64) 46%,rgba(7,21,34,.35) 100%)}
.cemi-home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.cemi-home-hero__content{position:relative;z-index:1;width:min(100% - 40px,1240px);margin-inline:auto;padding-block:88px 72px}
.cemi-home-hero__copy{max-width:760px}
.cemi-home-hero h1{font-size:clamp(42px,5.4vw,76px);line-height:1.02;letter-spacing:-.035em;max-width:820px;margin:10px 0 18px}
.cemi-home-hero p{max-width:720px;font-size:clamp(17px,1.4vw,21px)}
.cemi-home-search{display:block;max-width:1080px;margin-top:30px;padding:14px;background:#fff;color:#071522;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.24)}
.cemi-home-operation{display:flex;border:0;padding:0;margin:0 0 12px;gap:0}
.cemi-home-operation label{display:flex}.cemi-home-operation input{position:absolute;opacity:0;pointer-events:none}.cemi-home-operation span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid #bacbd7;background:#fff;color:#071522;font-weight:700;cursor:pointer}.cemi-home-operation label:first-child span{border-radius:6px 0 0 6px}.cemi-home-operation label:last-child span{border-radius:0 6px 6px 0}.cemi-home-operation input:checked+span{background:#071522;color:#fff;border-color:#071522}.cemi-home-operation input:focus-visible+span{outline:3px solid rgba(217,20,103,.28);outline-offset:2px}
.cemi-home-search .cemi-location-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.cemi-home-search .cemi-location-search>label{display:grid;gap:6px}.cemi-home-search .cemi-location-search>label>span{font-size:13px;font-weight:800;color:#071522}.cemi-home-search .cemi-location-search input[type="search"]{width:100%;min-height:48px;border:1px solid #9eb2c1;border-radius:5px;padding:0 14px;font:inherit;color:#071522;background:#fff}.cemi-home-search .cemi-location-search>button{min-height:48px;border:0;border-radius:5px;background:#d91467;color:#fff;padding:0 24px;font-weight:800;cursor:pointer}
.cemi-home-search .cemi-location-search__results{grid-column:1 / -1;max-height:300px;overflow:auto;background:#fff;border:1px solid #bacbd7;border-radius:6px;box-shadow:0 14px 34px rgba(7,21,34,.16)}
.cemi-home-search .cemi-location-search__status{grid-column:1 / -1;margin:0;font-size:13px;color:#4a6274}
.cemi-home-hero__links{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px}.cemi-home-hero__links a{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:3px}
.cemi-home-section{padding-top:56px;padding-bottom:56px;color:#071522}.cemi-home-section>header{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.cemi-home-section h2{margin:0}
.cemi-home-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cemi-home-shortcuts a{display:grid;border:1px solid #c7d5df;border-radius:8px;color:#071522;text-decoration:none;padding:20px;background:#fff}.cemi-home-shortcuts a:hover{border-color:#d91467;transform:translateY(-1px)}.cemi-home-shortcuts span{color:#4a6274;font-size:13px;margin-top:4px}
.cemi-home-capture{background:#102338;color:#fff}.cemi-home-capture .cemi-home-actions a{color:#fff}.cemi-home-actions{display:flex;gap:12px;flex-wrap:wrap}.cemi-home-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid currentColor;border-radius:5px;text-decoration:none;font-weight:700}.cemi-home-actions .is-primary{background:#d91467;border-color:#d91467;color:#fff}
@media(max-width:900px){.cemi-home-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.cemi-home-hero__content{width:min(100% - 28px,1240px)}}
@media(max-width:760px){.cemi-home-hero{min-height:620px;align-items:flex-start}.cemi-home-hero::after{background:rgba(7,21,34,.68)}.cemi-home-hero__content{width:min(100% - 20px,1240px);padding-block:84px 42px}.cemi-home-hero h1{font-size:clamp(40px,12vw,58px)}.cemi-home-search{padding:10px;margin-top:24px}.cemi-home-operation{width:100%}.cemi-home-operation label{flex:1}.cemi-home-operation span{width:100%}.cemi-home-search .cemi-location-search{grid-template-columns:1fr}.cemi-home-search .cemi-location-search>button{width:100%}.cemi-home-shortcuts{grid-template-columns:1fr}.cemi-home-section>header{align-items:flex-start;flex-direction:column}.cemi-home-actions{display:grid;grid-template-columns:1fr}.cemi-home-actions a{width:100%}}

/* P2 quick access: neutral intent first, inventory details after operation selection. */
.cemi-home-intent-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.cemi-home-intent-card{display:grid;gap:10px;padding:26px;border:1px solid var(--home-line);border-radius:12px;background:#fff;color:var(--home-text);text-decoration:none;box-shadow:0 10px 28px rgba(7,21,34,.06)}
.cemi-home-intent-card:hover{border-color:var(--home-accent);transform:translateY(-2px)}
.cemi-home-intent-card__label{font-size:clamp(20px,2vw,28px);font-weight:800}
.cemi-home-intent-card>span:not(.cemi-home-intent-card__label){color:var(--home-muted)}
.cemi-home-intent-card strong{color:var(--home-accent)}
.cemi-home-neutral-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.cemi-home-neutral-actions a,.cemi-home-explore__switch a{color:var(--home-text);font-weight:700;text-decoration:none;border-bottom:1px solid var(--home-line);padding-bottom:3px}
.cemi-home-explore__switch{display:flex;gap:14px;flex-wrap:wrap}
.cemi-home-zones{margin-top:24px;padding-top:20px;border-top:1px solid var(--home-line);display:grid;gap:12px}
.cemi-home-zones>div{display:flex;gap:10px;flex-wrap:wrap}
.cemi-home-zones a{display:inline-flex;gap:7px;align-items:center;padding:9px 12px;border:1px solid var(--home-line);border-radius:999px;color:var(--home-text);text-decoration:none;background:#fff}
.cemi-home-zones a span{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--home-panel);font-size:12px}
@media(max-width:760px){.cemi-home-intent-cards{grid-template-columns:1fr}.cemi-home-intent-card{padding:20px}.cemi-home-neutral-actions,.cemi-home-explore__switch{display:grid;grid-template-columns:1fr}.cemi-home-zones>div{display:grid;grid-template-columns:1fr 1fr}.cemi-home-zones a{justify-content:space-between}}

/* P2.1 canonical guided explorer. Portable under PublicSite/Search/PropertyExplorer. */
.cemi-home-explore{scroll-margin-top:84px}
.cemi-property-explorer{display:grid;gap:26px}
.cemi-property-explorer__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.cemi-property-explorer__header h2{max-width:760px}
.cemi-property-explorer__reset{border:0;background:transparent;color:var(--home-accent);font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:8px 0}
.cemi-property-explorer__steps{display:grid;gap:14px}
.cemi-property-explorer__step{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;padding:22px;border:1px solid var(--home-line);border-radius:12px;background:#fff}
.cemi-property-explorer__step.is-pending{background:var(--home-panel)}
.cemi-property-explorer__step h3{margin:0 0 12px;font-size:19px}
.cemi-property-explorer__number{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#071522;color:#fff;font-weight:800}
.cemi-property-explorer__hint{margin:0;color:var(--home-muted)}
.cemi-property-explorer__options{display:flex;gap:10px;flex-wrap:wrap}
.cemi-property-explorer__options button{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:9px 15px;border:1px solid var(--home-line);border-radius:999px;background:#fff;color:var(--home-text);font:inherit;font-weight:750;cursor:pointer}
.cemi-property-explorer__options button[aria-pressed="true"]{background:#071522;color:#fff;border-color:#071522}
.cemi-property-explorer__options button:focus-visible,.cemi-property-explorer__reset:focus-visible,.cemi-property-explorer__active button:focus-visible{outline:3px solid rgba(217,20,103,.25);outline-offset:3px}
.cemi-property-explorer__options small{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--home-panel);color:var(--home-text);font-size:12px}
.cemi-property-explorer__options button[aria-pressed="true"] small{background:#fff;color:#071522}
.cemi-property-explorer__active{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:16px 18px;border-radius:10px;background:var(--home-panel)}
.cemi-property-explorer__active>div{display:flex;gap:8px;flex-wrap:wrap}
.cemi-property-explorer__active button{border:1px solid var(--home-line);border-radius:999px;background:#fff;color:var(--home-text);padding:8px 12px;font:inherit;font-weight:700;cursor:pointer}
.cemi-property-explorer__status{display:grid;gap:4px;min-height:48px;outline:0}
.cemi-property-explorer__status strong{font-size:clamp(20px,2.3vw,30px)}
.cemi-property-explorer__status span,.cemi-property-explorer__status p{color:var(--home-muted);margin:0}
.cemi-property-explorer__actions{display:flex;gap:12px;flex-wrap:wrap}
.cemi-property-explorer__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid #071522;border-radius:6px;color:#071522;text-decoration:none;font-weight:800}
.cemi-property-explorer__actions a:first-child{background:#071522;color:#fff}
.cemi-home.is-explorer-loading [data-cemi-explorer-shell],.cemi-home.is-explorer-loading [data-cemi-explorer-results]{opacity:.56;transition:opacity .15s ease}
[data-cemi-explorer-shell][aria-busy="true"]{cursor:progress}
@media(max-width:760px){.cemi-property-explorer__header{align-items:flex-start;flex-direction:column}.cemi-property-explorer__step{grid-template-columns:34px minmax(0,1fr);padding:17px;gap:12px}.cemi-property-explorer__number{width:32px;height:32px}.cemi-property-explorer__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cemi-property-explorer__options button{justify-content:space-between;border-radius:8px}.cemi-property-explorer__active{align-items:flex-start;flex-direction:column}.cemi-property-explorer__active>div{overflow-x:auto;max-width:100%;flex-wrap:nowrap;padding-bottom:4px}.cemi-property-explorer__actions{display:grid;grid-template-columns:1fr}.cemi-property-explorer__actions a{width:100%}}
@media(max-width:420px){.cemi-property-explorer__options{grid-template-columns:1fr}}

/* P2.1.1 progressive explorer: one question at a time, editable summaries, map path. */
.cemi-property-explorer__map-path{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid var(--home-line);border-radius:12px;background:linear-gradient(135deg,#f6f9fb,#fff)}
.cemi-property-explorer__map-path>div{display:grid;gap:3px}.cemi-property-explorer__map-path span{color:var(--home-muted)}
.cemi-property-explorer__map-path a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid #071522;border-radius:6px;color:#071522;text-decoration:none;font-weight:800;white-space:nowrap}
.cemi-property-explorer__step{padding:0;overflow:hidden}
.cemi-property-explorer__question{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;padding:22px}
.cemi-property-explorer__step-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;padding:16px 18px;background:var(--home-panel)}
.cemi-property-explorer__step-summary[hidden],.cemi-property-explorer__question[hidden]{display:none}
.cemi-property-explorer__step-summary small{display:block;color:var(--home-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.cemi-property-explorer__step-summary strong{display:block;font-size:17px}
.cemi-property-explorer__step-summary button,.cemi-property-explorer__all-zones{border:0;background:transparent;color:var(--home-accent);font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.cemi-property-explorer__check{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#071522;color:#fff;font-weight:900}
.cemi-property-explorer__step.is-open{border-color:rgba(217,20,103,.34);box-shadow:0 10px 30px rgba(7,21,34,.06)}
.cemi-property-explorer__step.is-complete{background:var(--home-panel)}
.cemi-property-explorer__all-zones{margin-top:12px;padding:4px 0}
@media(max-width:760px){.cemi-property-explorer__map-path{align-items:flex-start;flex-direction:column}.cemi-property-explorer__map-path a{width:100%}.cemi-property-explorer__question{grid-template-columns:34px minmax(0,1fr);padding:17px;gap:12px}.cemi-property-explorer__step-summary{grid-template-columns:auto minmax(0,1fr);padding:14px}.cemi-property-explorer__step-summary button{grid-column:2;justify-self:start}.cemi-property-explorer__map-path span{font-size:14px}}

/* P3A — Home explorer UX. One question only; map remains a separate tool. */
.cemi-property-explorer--single-question{gap:22px}
.cemi-property-explorer--single-question .cemi-property-explorer__header{align-items:flex-start}
.cemi-property-explorer__stage{display:grid;place-items:center;min-height:260px}
.cemi-property-explorer__question-card{width:min(100%,980px);display:grid;place-items:center;gap:22px;padding:42px 34px;border:1px solid var(--home-line);border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(7,21,34,.07);text-align:center}
.cemi-property-explorer__question-card h3{margin:0;font-size:clamp(28px,4vw,48px);line-height:1.06;max-width:760px}
.cemi-property-explorer__context{margin:0;color:var(--home-accent);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:13px}
.cemi-property-explorer__primary-options{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:14px;width:min(100%,760px)}
.cemi-property-explorer__primary-options button{min-height:66px;border:1px solid var(--home-line);border-radius:12px;background:#fff;color:var(--home-text);font:inherit;font-size:18px;font-weight:850;cursor:pointer;box-shadow:0 8px 20px rgba(7,21,34,.05)}
.cemi-property-explorer__primary-options button:hover,.cemi-property-explorer__primary-options button:focus-visible{border-color:var(--home-accent);transform:translateY(-1px);outline:none}
.cemi-property-explorer__options--center{justify-content:center;max-width:900px}
.cemi-property-explorer__complete{width:min(100%,760px);display:flex;align-items:center;justify-content:center;gap:16px;padding:30px;border:1px solid var(--home-line);border-radius:16px;background:var(--home-panel);text-align:left}
.cemi-property-explorer__complete>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#071522;color:#fff;font-weight:900}
.cemi-property-explorer__complete p{margin:4px 0 0;color:var(--home-muted)}
.cemi-property-explorer--single-question .cemi-property-explorer__status{text-align:center;place-items:center}
.cemi-property-explorer--single-question .cemi-property-explorer__actions{justify-content:center}
.cemi-home-map-cta{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:0;padding:0;overflow:hidden;border:1px solid var(--home-line);border-radius:18px;background:#fff}
.cemi-home-map-cta__visual{position:relative;min-height:340px;background:linear-gradient(135deg,#dfe8ee 0%,#f8fafb 46%,#d9e4ea 100%);overflow:hidden}
.cemi-home-map-cta__visual::before,.cemi-home-map-cta__visual::after{content:"";position:absolute;inset:-10%;background:repeating-linear-gradient(28deg,transparent 0 54px,rgba(7,21,34,.09) 55px 60px,transparent 61px 112px);transform:rotate(-5deg)}
.cemi-home-map-cta__visual::after{background:repeating-linear-gradient(118deg,transparent 0 68px,rgba(7,21,34,.07) 69px 74px,transparent 75px 138px);transform:rotate(8deg)}
.cemi-home-map-cta__visual span{position:absolute;z-index:2;width:34px;height:34px;border-radius:50% 50% 50% 0;background:var(--home-accent);transform:rotate(-45deg);box-shadow:0 8px 18px rgba(7,21,34,.22)}
.cemi-home-map-cta__visual span::after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;left:11px;top:11px}
.cemi-home-map-cta__visual span:nth-child(1){left:24%;top:28%}.cemi-home-map-cta__visual span:nth-child(2){left:58%;top:52%}.cemi-home-map-cta__visual span:nth-child(3){left:76%;top:20%}
.cemi-home-map-cta__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:42px}
.cemi-home-map-cta__content h2{margin:0 0 14px;font-size:clamp(30px,3.3vw,46px);line-height:1.05}
.cemi-home-map-cta__content p{color:var(--home-muted);margin:0 0 24px}
.cemi-home-map-cta__content a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:7px;background:#071522;color:#fff;text-decoration:none;font-weight:850}
@media(max-width:900px){.cemi-home-map-cta{grid-template-columns:1fr}.cemi-home-map-cta__visual{min-height:260px}.cemi-property-explorer__primary-options{grid-template-columns:1fr}}
@media(max-width:760px){.cemi-property-explorer__stage{min-height:220px}.cemi-property-explorer__question-card{padding:30px 18px}.cemi-property-explorer__question-card h3{font-size:clamp(30px,10vw,42px)}.cemi-home-map-cta__content{padding:30px 22px}.cemi-home-map-cta__content a{width:100%;text-align:center}}

/* P3AB: compact single-question explorer + independent map teaser. */
.cemi-home-explore-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:stretch}
.cemi-property-explorer{height:100%;gap:14px}
.cemi-property-explorer__header{align-items:center;min-height:28px}
.cemi-property-explorer__header .cemi-eyebrow{margin:0}
.cemi-property-explorer__stage{display:grid;place-items:center;min-height:250px}
.cemi-property-explorer__question-card{width:min(100%,760px);display:grid;gap:24px;padding:34px;border:1px solid var(--home-line);border-radius:14px;background:#fff;text-align:center;box-shadow:0 12px 34px rgba(7,21,34,.05)}
.cemi-property-explorer__question-card h3{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.08}
.cemi-property-explorer__context{margin:0;color:var(--home-accent);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:12px}
.cemi-property-explorer__primary-options,.cemi-property-explorer__options--center{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.cemi-property-explorer__primary-options button,.cemi-property-explorer__options--center button{min-width:150px;min-height:52px;padding:12px 20px;border:1px solid var(--home-line);border-radius:9px;background:#fff;color:var(--home-text);font:inherit;font-weight:800;cursor:pointer}
.cemi-property-explorer__options--center button{display:inline-flex;align-items:center;justify-content:center;gap:10px}
.cemi-property-explorer__options--center small{font-size:12px;color:var(--home-muted)}
.cemi-property-explorer__status:empty{display:none}
.cemi-property-explorer__status{min-height:0;text-align:center}
.cemi-property-explorer__complete{display:grid;place-items:center;min-height:180px;text-align:center;font-size:clamp(24px,2.6vw,36px)}
.cemi-property-explorer__actions{justify-content:center}
.cemi-home-map-teaser{display:grid;grid-template-rows:minmax(180px,1fr) auto;min-height:100%;border:1px solid var(--home-line);border-radius:14px;overflow:hidden;background:#fff;color:var(--home-text);text-decoration:none;box-shadow:0 12px 34px rgba(7,21,34,.05)}
.cemi-home-map-teaser__visual{position:relative;display:block;min-height:220px;background:linear-gradient(135deg,#eef4f7,#dfe8ed);overflow:hidden}
.cemi-home-map-teaser__visual:before,.cemi-home-map-teaser__visual:after{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(28deg,transparent 0 42px,rgba(7,21,34,.08) 43px 45px)}
.cemi-home-map-teaser__visual:after{transform:rotate(76deg)}
.cemi-home-map-teaser__visual i{position:absolute;z-index:2;width:18px;height:18px;border-radius:50% 50% 50% 0;background:var(--home-accent);transform:rotate(-45deg);box-shadow:0 5px 12px rgba(7,21,34,.22)}
.cemi-home-map-teaser__visual i:nth-child(1){left:25%;top:38%}.cemi-home-map-teaser__visual i:nth-child(2){left:58%;top:24%}.cemi-home-map-teaser__visual i:nth-child(3){left:68%;top:65%}
.cemi-home-map-teaser strong{display:block;padding:20px;text-align:center;font-size:18px}
.cemi-home-map-teaser:hover strong{color:var(--home-accent)}
[data-cemi-explorer-results-section]>header{margin-bottom:18px}
[data-cemi-explorer-results-section]>header h2{margin:0}
@media(max-width:900px){.cemi-home-explore-layout{grid-template-columns:1fr}.cemi-home-map-teaser{grid-template-columns:minmax(180px,.8fr) 1fr;grid-template-rows:auto}.cemi-home-map-teaser__visual{min-height:170px}.cemi-home-map-teaser strong{display:grid;place-items:center}}
@media(max-width:560px){.cemi-property-explorer__question-card{padding:24px 18px}.cemi-property-explorer__primary-options,.cemi-property-explorer__options--center{display:grid;grid-template-columns:1fr;width:100%}.cemi-property-explorer__primary-options button,.cemi-property-explorer__options--center button{width:100%}.cemi-home-map-teaser{grid-template-columns:1fr;grid-template-rows:160px auto}.cemi-home-map-teaser__visual{min-height:160px}}
