.has-explorer { background: #fff; }
.has-explorer .nav-wrapper,
.has-explorer .breadcrumb-shell { max-width: none; padding-left: 32px; padding-right: 32px; }
.has-explorer .breadcrumb-bar { position: sticky; top: 80px; z-index: 30; }
.has-explorer .breadcrumbs { font-size: 13px; }
.shell.shell--explorer { max-width: none; padding: 0; }
.shell--explorer > .notice { margin: 16px 32px; }
.explorer { --explorer-top: 136px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: start; width: 100%; }
.explorer-mobile-switch { display: none; }
.explorer [hidden] { display: none !important; }
.explorer svg.lucide { width: 18px; height: 18px; flex: 0 0 18px; stroke-width: 1.8; }
.explorer .button { gap: 8px; border-radius: 4px; font-size: 14px; white-space: normal; text-align: center; }
.explorer a:focus-visible,
.explorer button:focus-visible,
.explorer input:focus-visible,
.explorer select:focus-visible,
.explorer summary:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.explorer-info { padding: 32px 36px 28px; min-width: 0; }
.explorer-heading { margin-bottom: 24px; }
.explorer-heading h1 { font-size: 34px; font-weight: 700; line-height: 1.2; overflow-wrap: anywhere; }
.explorer-heading .eyebrow { margin-bottom: 10px; }
.explorer-subtitle { color: #656565; font-size: 16px; margin: 10px 0 0; }
.explorer-unit { margin: 14px 0 8px; color: #444; }
.explorer-reference { color: #606060; font-size: 13px; font-family: Consolas, monospace; overflow-wrap: anywhere; margin: 8px 0; }
.explorer-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); padding: 0 0 24px; margin: 0; border-bottom: 1px solid #dedede; gap: 20px 16px; }
.explorer-metrics > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 5px; min-width: 0; }
.explorer-metrics dt { color: #666; font-size: 13px; line-height: 1.35; }
.explorer-metrics dd { font-size: 23px; color: #252525; font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.explorer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 20px 0 0; font-size: 14px; }
.explorer-level-tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--line); margin-top: 20px; }
.explorer-level-tabs a { display: block; padding: 12px 0; color: #666; border-bottom: 3px solid transparent; font-weight: 700; }
.explorer-level-tabs a[aria-current] { border-color: var(--primary); color: var(--primary-dark); }
.explorer-section { padding: 28px 0; border-bottom: 1px solid #e6e6e6; scroll-margin-top: 150px; }
.explorer-section h2 { font-size: 22px; font-weight: 700; line-height: 1.3; margin: 0 0 22px; }
.explorer-section h3 { font-size: 17px; line-height: 1.4; margin: 0 0 8px; }
.explorer-local-search { margin-bottom: 12px; }
.explorer input,
.explorer select { border-radius: 4px; border-color: #b8b8b8; width: 100%; min-width: 0; font-size: 15px; min-height: 42px; }
.explorer label { color: #4f4f4f; font-size: 13px; }
.explorer input:focus,
.explorer select:focus { border-color: var(--primary); }
.explorer-result-count { color: #767676; font-size: 13px; margin: 14px 0; }
.explorer-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.explorer-directory-item { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #ededed; min-width: 0; min-height: 72px; }
.explorer-directory-item:hover { color: #103c6a; background: #f3f7fb; }
.explorer-directory-item strong { font-size: 15px; font-weight: 700; overflow-wrap: anywhere; display: block; }
.explorer-directory-item small { display: block; color: #767676; margin-top: 4px; font-size: 12px; }
.explorer-directory-item svg { color: #89949c; }
.explorer-search { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.explorer-search-field { flex: 1 1 180px; min-width: 0; }
.explorer-search > label:not(.explorer-search-field):not(.explorer-checkbox) { flex: 0 1 170px; }
.explorer-search .explorer-icon-button { min-height: 42px; width: 44px; padding: 10px; flex: 0 0 44px; }
.explorer-search .explorer-checkbox { display: flex; flex: 1 0 100%; gap: 8px; align-items: center; font-weight: 400; }
.explorer-checkbox input { width: 17px; min-height: 17px; height: 17px; accent-color: var(--primary); margin: 0; }
.explorer-number-filters { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.explorer-number-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 8px; }
.explorer-number { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cbd4dc; border-radius: 4px; min-height: 70px; padding: 8px 4px; min-width: 0; }
.explorer-number:hover { background: #edf4fb; border-color: var(--primary); }
.explorer-number strong { font-size: 18px; overflow-wrap: anywhere; }
.explorer-number small { color: #737373; font-size: 11px; margin-top: 5px; }
.explorer-facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.explorer-facts > div { min-width: 0; border-bottom: 1px solid #efefef; padding: 12px 0; }
.explorer-facts dt { color: #6b6b6b; font-size: 13px; margin-bottom: 6px; }
.explorer-facts dd { margin: 0; color: #272727; font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.explorer-usage-list { display: grid; gap: 14px; margin-top: 24px; }
.explorer-usage { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(60px, 1fr) 55px; gap: 16px; align-items: center; font-size: 14px; }
.explorer-usage > span { overflow-wrap: anywhere; }
.explorer-usage strong { text-align: right; }
.explorer-usage meter { width: 100%; height: 12px; }
.explorer-usage meter::-webkit-meter-bar { border: 0; background: #edf0f2; }
.explorer-usage meter::-webkit-meter-optimum-value { background: #499189; }
.explorer-usage meter::-moz-meter-bar { background: #499189; }
.explorer-properties { border-top: 1px solid #e6e6e6; }
.explorer-property-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; border-bottom: 1px solid #e6e6e6; }
.explorer-property-row > div { min-width: 0; }
.explorer-property-row > .button { flex-shrink: 0; }
.explorer-property-facts { display: flex; gap: 16px; flex-wrap: wrap; list-style: none; padding: 0; margin: 14px 0; font-size: 14px; color: #454545; }
.explorer-property-facts li { display: flex; align-items: center; gap: 6px; }
.explorer-document-link { display: inline-flex; gap: 6px; align-items: center; font-size: 13px; }
.explorer-constructions > article { padding: 20px 0; border-top: 1px solid #e5e5e5; }
.explorer details { margin-top: 18px; }
.explorer summary { cursor: pointer; color: var(--primary-dark); font-size: 14px; font-weight: 700; padding: 8px 0; }
.explorer-building-photo .facade-grid { display: block; }
.explorer-building-photo .facade-card img { object-fit: contain; height: 320px; background: #f3f3f3; }
.explorer-building-photo .facade-card { border: 0; }
.explorer .facade-gallery { margin-bottom: 0; }
.explorer .facade-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.explorer .facade-card { border-radius: 4px; }
.explorer .location-map-head { flex-wrap: wrap; }
.explorer .location-map-head strong { font-size: 20px; }
.explorer .map-source { font-weight: 400; }
.explorer-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.explorer-empty { padding: 22px 0; color: #6f6f6f; line-height: 1.6; }
.explorer-source { margin: 24px 0 0; font-size: 12px; color: #777; line-height: 1.5; }
.explorer-map { align-self: stretch; min-width: 0; border-left: 1px solid #dedede; background: #f4f5f5; }
.explorer-map-sticky { position: sticky; top: var(--explorer-top); height: calc(100svh - var(--explorer-top)); min-height: 420px; display: flex; flex-direction: column; }
.explorer-map-toolbar { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 12px 16px; background: #fff; border-bottom: 1px solid #ddd; flex: 0 0 auto; }
.explorer-map-modes { display: flex; gap: 4px; flex-wrap: wrap; }
.explorer-map-modes button,
.explorer-mobile-switch button { display: inline-flex; gap: 6px; justify-content: center; align-items: center; border: 0; border-radius: 4px; color: #5a5a5a; background: transparent; min-height: 38px; padding: 8px 12px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.explorer-map-modes button[aria-pressed="true"],
.explorer-mobile-switch button[aria-pressed="true"] { color: var(--primary-dark); background: #eaf1f8; }
.explorer-icon-link { display: inline-flex; padding: 9px; }
.explorer-map-panel { flex: 1 1 auto; min-height: 0; position: relative; }
.explorer-map-panel > iframe { border: 0; width: 100%; height: 100%; display: block; background: #e9eceb; }
.explorer-map-caption { display: flex; align-items: center; gap: 8px; padding: 14px 16px; color: #616161; font-size: 12px; background: #fff; border-top: 1px solid #dedede; flex-shrink: 0; }
.explorer-map-caption span { overflow-wrap: anywhere; }
.explorer-map-panel .boundary-map { height: 100%; margin: 0; }
.explorer-map-panel .boundary-map .location-map-head { display: none; }
.explorer-map-panel .boundary-map-canvas { height: 100%; border: 0; border-radius: 0; }
.explorer-map-panel .nearby-services { height: 100%; margin: 0; overflow: auto; }
.explorer-map-panel .nearby-layout { height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(250px, 1fr) minmax(100px, 0.65fr); gap: 0; }
.explorer-map-panel .nearby-map-canvas { min-height: 0; border-radius: 0; border: 0; }
.explorer-map-panel .nearby-service-list { max-height: none; display: block; padding: 16px; background: #fff; }
.explorer-map-panel .nearby-service-card { border: 0; border-bottom: 1px solid #ddd; border-radius: 0; margin: 0 0 10px; padding: 12px 0; }
.explorer-map-panel .nearby-message { border: 0; border-radius: 0; }
.explorer-error { padding: 40px 32px; min-height: 280px; }
.explorer-intro { font-size: 15px; line-height: 1.65; color: #555; margin: 18px 0 0; max-width: 72ch; }
.explorer-seo-content p { font-size: 14px; line-height: 1.7; color: #606060; }
.autocomplete-host { position: relative; min-width: 0; }
.autocomplete-popup { position: absolute; top: calc(100% + 5px); left: 0; width: 100%; z-index: 40; background: #fff; border: 1px solid #b9c7d4; border-radius: 4px; box-shadow: 0 6px 18px #00000020; overflow: hidden; }
.autocomplete-popup [role="listbox"] { max-height: 330px; overflow-y: auto; overscroll-behavior: contain; }
.autocomplete-popup.autocomplete-popup--above { top: auto; bottom: calc(100% + 5px); }
.autocomplete-option { display: block; padding: 12px 14px; color: #24435f; border-bottom: 1px solid #e9edef; text-decoration: none; overflow-wrap: anywhere; }
.autocomplete-option strong { display: block; font-size: 14px; line-height: 1.4; }
.autocomplete-option small { display: block; color: #666; font-size: 12px; line-height: 1.5; margin-top: 3px; }
.autocomplete-option:hover, .autocomplete-option[aria-selected="true"] { background: #eaf2f9; color: #123d6a; }
.autocomplete-status { padding: 10px 14px; font-size: 12px; color: #666; background: #f8fafb; line-height: 1.5; }
@media (min-width: 1800px) {
    .explorer-info { padding-left: 48px; padding-right: 48px; }
    .explorer-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1150px) and (min-width: 961px) {
    .explorer-info { padding: 28px 24px; }
    .explorer-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .explorer-property-row { align-items: flex-start; flex-direction: column; }
    .explorer-heading h1 { font-size: 30px; }
}
@media (max-width: 960px) {
    .has-explorer .breadcrumb-bar { position: static; }
    .has-explorer .breadcrumb-shell { padding-left: 16px; padding-right: 16px; }
    .explorer { display: block; --explorer-top: 0px; }
    .explorer-info { padding: 26px 24px; }
    .explorer-mobile-switch:not([hidden]) { display: flex; gap: 8px; padding: 8px 16px; background: #fff; border-bottom: 1px solid #ddd; position: sticky; top: 0; z-index: 25; }
    .explorer-mobile-switch button { flex: 1; }
    .explorer.is-enhanced[data-mobile-view="info"] .explorer-map,
    .explorer.is-enhanced[data-mobile-view="map"] .explorer-info { display: none; }
    .explorer-map { border-left: 0; }
    .explorer-map-sticky { position: static; height: calc(100svh - 58px); min-height: 420px; }
    .explorer-section { scroll-margin-top: 64px; }
    .explorer-heading h1 { font-size: 30px; }
}
@media (min-width: 901px) and (max-width: 960px) {
    .explorer-mobile-switch:not([hidden]) { top: 80px; }
    .explorer-map-sticky { height: calc(100svh - 138px); }
}
@media (max-width: 600px) {
    .has-explorer .nav-wrapper { padding-left: 16px; padding-right: 16px; }
    .explorer-info { padding: 24px 16px; }
    .explorer-heading h1 { font-size: 27px; }
    .explorer-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .explorer-metrics dd { font-size: 21px; }
    .explorer-directory { grid-template-columns: 1fr; }
    .explorer-facts { gap: 0 18px; }
    .explorer-property-row { align-items: flex-start; flex-direction: column; }
    .explorer-map-toolbar { gap: 6px; padding: 10px; }
    .explorer-map-modes button { font-size: 12px; padding: 8px; }
    .explorer-usage { grid-template-columns: minmax(90px, 1fr) minmax(40px, 1fr) 40px; gap: 10px; }
    .explorer-building-photo .facade-card img { height: 270px; }
    .explorer .facade-grid { grid-template-columns: 1fr; }
    .explorer-search > label:not(.explorer-search-field):not(.explorer-checkbox) { flex-basis: calc(100% - 60px); }
    .explorer-search-field { flex-basis: 100%; }
}
