/* The approved line drawing is the interface. Shared brand typography is inherited. */
.pe-home-map [hidden]{display:none!important}
.pe-home-map{background:#fff;scroll-margin-top:84px}
.pe-map-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:28px}
.pe-map-heading p{max-width:44ch;margin:0;font-size:15px;line-height:1.7;color:var(--ink-2)}
.pe-application-map{position:relative;width:100%;max-width:1120px;margin-inline:auto;aspect-ratio:1000/650;background:#fafbf9;overflow:hidden}
.pe-application-map.is-compact{aspect-ratio:600/820}
.pe-map-regions{display:block;width:100%;height:100%;overflow:visible}
.pe-map-target{cursor:pointer;outline:none}
.pe-map-hit{fill:transparent;stroke:none}
.scene-face{stroke:#879198;stroke-width:1.05;stroke-linejoin:round;transition:stroke .2s,fill .2s}
.scene-face-top{fill:#fff}.scene-face-left{fill:#f6f7f6}.scene-face-right{fill:#edf0ef}
.scene-platform .scene-face{stroke:#d1d8da;stroke-width:.8;fill:#f9faf8}
.scene-detail,.scene-energy,.scene-pipe{fill:none;stroke:#9ba5ab;stroke-width:.85;stroke-linejoin:round;stroke-linecap:round;transition:stroke .2s}
.scene-energy{stroke:#3888b4;stroke-width:1.55}.scene-pipe{stroke:#78858e;stroke-width:2}
.scene-module .scene-face-top{fill:#eaf2f5;stroke:#6f98ad}
.scene-substrate{fill:none;stroke:#dce1e1;stroke-width:1;stroke-dasharray:1 6;pointer-events:none}
.scene-substrate circle{stroke:#c6d2d7;stroke-dasharray:none;fill:#fafbf9}
.scene-substrate-mobile{display:none}
.is-compact .scene-substrate-desktop{display:none}.is-compact .scene-substrate-mobile{display:block}
.pe-map-node-dot{fill:#7893a2;stroke:#fafbf9;stroke-width:1.4;transition:fill .2s,r .2s}
.pe-map-label{font-family:var(--font-sans);font-size:14px;font-weight:400;fill:#636d75;transition:fill .2s;pointer-events:none}
.pe-map-target:hover .scene-face,.pe-map-target:focus-visible .scene-face,.pe-map-target[aria-current=true] .scene-face{stroke:#3d86ae}
.pe-map-target:hover .scene-detail,.pe-map-target:focus-visible .scene-detail,.pe-map-target[aria-current=true] .scene-detail{stroke:#6797b0}
.pe-map-target:hover .pe-map-label,.pe-map-target:focus-visible .pe-map-label,.pe-map-target[aria-current=true] .pe-map-label{fill:#126a9a}
.pe-map-target:hover .pe-map-node-dot,.pe-map-target:focus-visible .pe-map-node-dot,.pe-map-target[aria-current=true] .pe-map-node-dot{fill:#167bae;r:3.5}
.pe-map-target:focus-visible .pe-map-hit{stroke:#167bae;stroke-width:1.3;stroke-dasharray:3 5}
.is-compact .pe-map-label{font-size:19px}.is-compact .scene-face{stroke-width:1.2}.is-compact .scene-detail{stroke-width:1}
.pe-map-footnote{display:flex;justify-content:space-between;align-items:baseline;gap:16px;border-top:1px solid var(--rule);padding-top:16px;font-size:12px;color:var(--ink-2)}
.pe-map-footnote a{font-size:14px;min-height:44px;color:var(--ink-1);padding-block:8px}
.pe-map-footnote a:hover,.pe-map-actions a:hover{color:var(--brand-deep)}
.pe-map-selection{padding-top:26px;margin-top:12px;border-top:1px solid var(--rule);scroll-margin-top:100px}
.pe-map-selection-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.pe-map-selection h3{font-size:clamp(23px,2.5vw,30px);font-weight:400;line-height:1.3}
.pe-map-selection-heading button{font:28px/1 var(--font-sans);font-weight:300;width:44px;height:44px;color:var(--ink-2);cursor:pointer}
.pe-map-selection dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:0}
.pe-map-selection dt{font-size:13px;color:var(--ink-2);margin-bottom:8px}
.pe-map-selection dd{font-size:15px;line-height:1.75;margin:0}
.pe-map-actions{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:20px}
.pe-map-actions a{font-size:14px;min-height:44px;padding-block:10px;color:var(--brand-deep);text-decoration:underline;text-underline-offset:5px}
.pe-map-selection h3:focus-visible{outline:2px solid var(--brand);outline-offset:6px}
@media(max-width:760px){.pe-map-heading{display:block;margin-bottom:22px}.pe-map-heading p{margin-top:14px;font-size:14px}.pe-map-selection dl{grid-template-columns:1fr;gap:20px}.pe-map-selection-heading{margin-bottom:18px}.pe-map-selection{padding-top:20px}.pe-map-footnote{align-items:flex-start}.pe-map-footnote>span{padding-top:9px}.pe-map-footnote a{max-width:55%;text-align:right}}
@media(prefers-reduced-motion:reduce){.pe-map-target *{transition:none!important}}
/* Direct tool access sits beside the relevant scene; unsupported scenes stay clear. */
.pe-map-tool{color:#4f819b;cursor:pointer;outline:none}
.pe-tool-hit{fill:transparent;stroke:none}
.pe-tool-glyph{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.1}
.pe-tool-glyph text{fill:currentColor;stroke:none;font-family:var(--font-sans);font-size:8px;font-weight:500}
.pe-map-tool .pe-tool-glyph{width:42px;height:42px}
.pe-map-tool:hover,.pe-map-tool:focus-visible{color:#126a9a}
.pe-map-tool:hover .pe-tool-glyph rect{fill:#edf5f8}
.pe-map-tool:focus-visible .pe-tool-hit{stroke:currentColor;stroke-width:1.3;stroke-dasharray:3 4}
.pe-map-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 24px;min-width:0}
.pe-map-footnote .pe-map-support,body.quiet-home .pe-map-footnote .pe-map-support{display:inline-flex;align-items:center;gap:7px;max-width:none;min-height:44px;font-size:12px;text-align:left;color:#47798f;padding-block:8px}
.pe-map-support .pe-tool-glyph{width:22px;height:22px;flex-shrink:0}
.pe-map-actions .pe-map-tool-link{display:inline-flex;align-items:center;gap:5px}
.pe-map-tool-link[hidden]{display:none!important}
@media(max-width:760px){.pe-map-footnote{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px}.pe-map-meta{display:contents}.pe-map-meta>span{grid-column:1;grid-row:1;padding-top:9px}.pe-map-meta .pe-map-support{grid-column:1/-1;grid-row:2;justify-self:start}.pe-map-footnote>a{grid-column:2;grid-row:1;justify-self:end}.pe-map-footnote>a,body.quiet-home .pe-home-map .pe-map-footnote>a{max-width:none}}
