.hpg4{
  --hpg-teal:#009b97;
  --hpg-teal-deep:#007f7b;
  --hpg-ink:#102d49;
  --hpg-copy:#334f67;
  --hpg-muted:#71869a;
  --hpg-line:#dce6eb;
  --hpg-soft:#f5f8fa;
  --hpg-white:#fff;
  --hpg-panel-shadow:0 10px 28px rgba(36,61,79,.10);
  --hpg-float-shadow:0 8px 26px rgba(36,61,79,.13);
  position:relative;
  width:100%;
  color:var(--hpg-ink);
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.42;
  isolation:isolate;
}
.hpg4 *{box-sizing:border-box}
.hpg4 button,.hpg4 input,.hpg4 select{font:inherit;color:inherit}
.hpg4 button{cursor:pointer}
.hpg4 svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hpg4 [hidden]{display:none!important}
.hpg4__shell{position:relative;width:100%;background:#fff;border:1px solid #e1e8ec;overflow:hidden;box-shadow:0 12px 42px rgba(26,51,70,.08)}

/* Header */
.hpg4__header{height:74px;display:grid;grid-template-columns:270px minmax(360px,630px) 1fr;gap:18px;align-items:center;padding:0 24px;background:#fff;border-bottom:1px solid var(--hpg-line);position:relative;z-index:100}
.hpg4__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--hpg-ink);width:max-content}
.hpg4__mark{width:30px;height:38px;display:flex;gap:4px;align-items:stretch;flex:0 0 auto}
.hpg4__mark i{display:block;width:13px;background:linear-gradient(180deg,#10a9a4,#087b78);clip-path:polygon(0 0,100% 15%,100% 40%,58% 50%,100% 60%,100% 85%,0 100%)}
.hpg4__mark i:last-child{transform:scaleX(-1)}
.hpg4__wordmark{display:flex;flex-direction:column;line-height:1}
.hpg4__wordmark strong{font-size:18px;letter-spacing:.22em;font-weight:650}
.hpg4__wordmark small{font-size:7px;letter-spacing:.52em;margin:5px 0 0 3px;color:#385269;font-weight:700}
.hpg4__search-wrap{height:46px;display:flex;align-items:center;gap:12px;padding:0 15px;border:1px solid #dbe4e9;border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(35,59,78,.08);position:relative;min-width:0}
.hpg4__search-wrap:focus-within{border-color:rgba(0,155,151,.62);box-shadow:0 0 0 4px rgba(0,155,151,.09),0 5px 18px rgba(35,59,78,.08)}
.hpg4__search-wrap>svg{width:19px;height:19px;color:#143a57;flex:0 0 auto}
.hpg4__search-wrap input{height:100%;width:100%;min-width:0;border:0!important;outline:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;font-size:13px;color:var(--hpg-ink)}
.hpg4__search-wrap input::placeholder{color:#8798a7}
.hpg4__search-wrap kbd{border:0;background:transparent;color:#7b8c99;font-size:10px;white-space:nowrap}
.hpg4__suggestions{position:absolute;top:54px;left:0;right:0;background:#fff;border:1px solid var(--hpg-line);border-radius:14px;padding:7px;box-shadow:0 18px 50px rgba(26,54,73,.18);max-height:330px;overflow:auto;z-index:120}
.hpg4__suggestions button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;border-radius:9px;padding:9px 10px}
.hpg4__suggestions button:hover,.hpg4__suggestions button.is-active{background:#f0f7f7}
.hpg4__suggestions i{width:30px;height:30px;border-radius:9px;background:#e8f6f5;display:grid;place-items:center;color:var(--hpg-teal);font-style:normal}
.hpg4__suggestions span{display:flex;flex-direction:column;min-width:0}
.hpg4__suggestions strong{font-size:11px}.hpg4__suggestions small{font-size:8px;color:var(--hpg-muted);margin-top:1px}
.hpg4__header-actions{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.hpg4__modes{height:100%;display:flex;align-items:stretch;gap:18px;margin-right:8px}
.hpg4__modes button{position:relative;border:0;background:transparent;padding:0 3px;font-size:13px;white-space:nowrap;color:#17364f}
.hpg4__modes button.is-active{color:var(--hpg-teal-deep);font-weight:650}
.hpg4__modes button.is-active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:10px;background:var(--hpg-teal);border-radius:99px}
.hpg4__header-divider{height:26px;width:1px;background:#dce5ea;margin:0 4px}
.hpg4__utility{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:#173a56}
.hpg4__utility:hover{background:#f0f6f7}
.hpg4__utility svg{width:21px;height:21px}.hpg4__utility:last-child{border:1px solid #e0e7eb;box-shadow:0 3px 12px rgba(38,61,80,.07)}

/* Workspace */
.hpg4__workspace{display:grid;grid-template-columns:minmax(0,68.5%) minmax(370px,31.5%);height:clamp(730px,66vw,910px);min-height:0;background:#fff}
.hpg4__map-pane{position:relative;min-width:0;min-height:0;overflow:hidden;background:#eef3f3}
.hpg4__map,.hpg4__fallback{position:absolute;inset:0;z-index:1}
.hpg4__fallback{display:grid;place-items:center;background:#e8f0ef;padding:30px}
.hpg4__fallback svg{max-width:82%;max-height:82%}.hpg4__fallback p{position:absolute;bottom:18px;background:#fff;border:1px solid var(--hpg-line);padding:8px 12px;border-radius:99px;font-size:9px;color:var(--hpg-muted)}
.hpg4 .leaflet-container{background:#e7efef;font-family:inherit;color:var(--hpg-ink)}
.hpg4 .leaflet-control-attribution{font-size:7px!important;color:#7a8b98!important;background:rgba(255,255,255,.75)!important;padding:2px 5px!important}
.hpg4 .leaflet-control-attribution a{color:#647e90!important}
.hpg4 .leaflet-control-zoom{display:none}
.hpg4 .leaflet-tooltip{border:0!important;border-radius:8px!important;box-shadow:0 6px 16px rgba(21,46,64,.16)!important;font:600 10px Manrope,Inter,sans-serif!important;color:#17364f!important}

/* Floating map UI */
.hpg4__rail{position:absolute;z-index:35;left:14px;top:27px;width:82px;background:rgba(255,255,255,.96);border:1px solid #dde6ea;border-radius:16px;box-shadow:var(--hpg-float-shadow);padding:5px 0;overflow:hidden}
.hpg4__rail button{position:relative;width:100%;height:76px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:9px;color:#26465f}
.hpg4__rail button+button{border-top:1px solid #eef2f4}
.hpg4__rail button:before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:3px;background:transparent;border-radius:0 3px 3px 0}
.hpg4__rail button.is-active{color:var(--hpg-teal-deep);font-weight:650}.hpg4__rail button.is-active:before{background:var(--hpg-teal)}
.hpg4__rail button:hover{background:#f6f9fa}.hpg4__rail svg{width:24px;height:24px}
.hpg4__national{position:absolute;z-index:30;top:16px;left:50%;transform:translateX(-50%);width:min(590px,calc(100% - 225px));min-height:108px;background:rgba(255,255,255,.97);border:1px solid #dfe7eb;border-radius:15px;box-shadow:var(--hpg-panel-shadow);display:grid;grid-template-columns:46px 1fr 1px 1fr 1px 1fr 1px 1fr;align-items:center;padding:16px 19px;gap:14px}
.hpg4__national>i{width:1px;height:58px;background:#e2e9ed}
.hpg4__national-icon{width:38px;height:38px;border-radius:50%;background:#e3f5f3;color:var(--hpg-teal);display:grid;place-items:center}
.hpg4__national-icon svg{width:22px;height:22px}.hpg4__national>div:not(.hpg4__national-icon){display:flex;flex-direction:column;min-width:0}
.hpg4__national span{font-size:9px;color:#2b485f;white-space:nowrap}.hpg4__national strong{font-size:25px;line-height:1.1;font-weight:560;letter-spacing:-.03em;margin-top:8px}.hpg4__national small{font-size:8px;color:#7f919e;margin-top:7px;white-space:nowrap}
.hpg4__map-controls{position:absolute;z-index:35;left:20px;bottom:142px;width:42px;background:#fff;border:1px solid #dfe7eb;border-radius:12px;box-shadow:var(--hpg-float-shadow);overflow:hidden}
.hpg4__map-controls button{width:42px;height:40px;border:0;background:#fff;display:grid;place-items:center;font-size:24px;font-weight:300;color:#163951}
.hpg4__map-controls button+button{border-top:1px solid #edf1f3}.hpg4__map-controls button:hover{background:#f4f8f9}.hpg4__map-controls svg{width:18px;height:18px}
.hpg4__basemap{position:absolute;z-index:35;left:20px;bottom:272px;height:38px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #dfe7eb;border-radius:10px;background:#fff;box-shadow:var(--hpg-float-shadow);font-size:10px;color:#233f58}
.hpg4__basemap svg{width:17px;height:17px}
.hpg4__quick-wrap{position:absolute;z-index:34;left:84px;bottom:18px;width:min(580px,calc(100% - 190px));background:rgba(255,255,255,.97);border:1px solid #dfe7eb;border-radius:14px;box-shadow:var(--hpg-float-shadow);padding:14px 14px 12px}
.hpg4__quick-wrap>strong{display:block;font-size:10px;margin:0 0 10px;color:#27455c}
.hpg4__quick{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.hpg4__quick button{min-width:0;border:0;background:transparent;padding:0;text-align:left;display:flex;flex-direction:column;gap:3px;position:relative}
.hpg4__quick button:before{content:"";display:block;width:100%;aspect-ratio:1.45/1;border-radius:8px;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.hpg4__quick button:nth-child(1):before{background-image:url('../img/tehran.jpg')}.hpg4__quick button:nth-child(2):before{background-image:url('../img/isfahan.jpg')}.hpg4__quick button:nth-child(3):before{background-image:url('../img/bandar-abbas.jpg')}.hpg4__quick button:nth-child(4):before{background-image:url('../img/chabahar.jpg')}.hpg4__quick button:nth-child(5):before{background-image:url('../img/tabriz.jpg')}
.hpg4__quick button.is-active:after{content:"";position:absolute;inset:-4px -4px auto;height:calc(100% + 8px);border:2px solid var(--hpg-teal);border-radius:11px;pointer-events:none}
.hpg4__quick strong{font-size:9px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-top:3px}.hpg4__quick small{font-size:7px;color:#738796;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.hpg4__legend{position:absolute;z-index:34;right:10px;bottom:42px;width:132px;background:rgba(255,255,255,.97);border:1px solid #dfe7eb;border-radius:13px;box-shadow:var(--hpg-float-shadow);padding:13px}
.hpg4__legend>strong{display:block;font-size:10px}.hpg4__legend>span{display:block;font-size:7px;color:#7b8d99;margin:2px 0 8px}.hpg4__legend>div{display:flex;align-items:center;gap:8px;font-size:8px;color:#526b7e;margin:5px 0}.hpg4__legend i{width:13px;height:13px;background:var(--c);display:block;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%)}

/* Insight panel */
.hpg4__insight{position:relative;z-index:25;background:#fff;border-left:1px solid var(--hpg-line);min-width:0;min-height:0;overflow:hidden}
.hpg4__insight>[data-hpg-role="insight-content"]{height:100%;overflow:auto;scrollbar-width:thin;scrollbar-color:#c6d2d8 transparent}
.hpg4__insight-inner{min-height:100%;display:flex;flex-direction:column}
.hpg4__place-head{padding:22px 20px 18px;border-bottom:1px solid var(--hpg-line);position:relative}
.hpg4__place-head:after{content:"";position:absolute;top:23px;right:22px;width:14px;height:14px;background:linear-gradient(45deg,transparent 45%,#173b55 46%,#173b55 53%,transparent 54%),linear-gradient(-45deg,transparent 45%,#173b55 46%,#173b55 53%,transparent 54%);opacity:.9}
.hpg4__place-head>span{display:block;font-size:8px;letter-spacing:.06em;text-transform:uppercase;color:#697f90;margin-bottom:14px}
.hpg4__place-title{display:flex;align-items:center;gap:12px}.hpg4__place-title>i{width:31px;height:31px;flex:0 0 auto;border-radius:50% 50% 50% 12%;transform:rotate(-45deg);background:var(--hpg-teal);position:relative}.hpg4__place-title>i:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;left:11px;top:11px}
.hpg4__place-title>div{min-width:0}.hpg4__place-title h3{font-size:23px;line-height:1.12;letter-spacing:-.035em;margin:0;font-weight:650;color:#112f49}.hpg4__place-title p{font-size:11px;margin:5px 0 0;color:#72879a}
.hpg4__summary-copy{font-size:9px;color:#6f8392;line-height:1.55;margin:14px 0 0;display:none}
.hpg4__place-actions{position:absolute;right:18px;bottom:17px}.hpg4__save-place{height:36px;padding:0 13px;border:1px solid #dfe7eb;border-radius:9px;background:#fff;display:flex;align-items:center;gap:7px;font-size:9px;color:#27445c}.hpg4__save-place svg{width:15px;height:15px}
.hpg4__tabs{display:flex;gap:0;border-bottom:1px solid var(--hpg-line);padding:0 16px;height:49px;overflow:auto}.hpg4__tabs button{position:relative;border:0;background:transparent;padding:0 15px;font-size:9px;color:#445e73;white-space:nowrap}.hpg4__tabs button.is-active{color:var(--hpg-teal-deep);font-weight:650}.hpg4__tabs button.is-active:after{content:"";position:absolute;height:2px;left:5px;right:5px;bottom:0;background:var(--hpg-teal)}
.hpg4__section{padding:19px 18px 0}.hpg4__section+.hpg4__section{margin-top:18px;padding-top:0}.hpg4__section:last-child{padding-bottom:20px}
.hpg4__section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.hpg4__section-title strong{font-size:9px;letter-spacing:.04em;text-transform:uppercase;font-weight:650;color:#3f5a70}.hpg4__section-title span{font-size:8px;color:#72879a}
.hpg4__metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dfe7eb;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(38,62,80,.045)}
.hpg4__metric{min-width:0;padding:14px 13px 12px;background:#fff}.hpg4__metric+.hpg4__metric{border-left:1px solid #e5ebee}.hpg4__metric span{display:block;font-size:8px;color:#536c7f;white-space:nowrap}.hpg4__metric strong{display:block;font-size:18px;line-height:1.1;margin-top:10px;font-weight:540;color:#14344d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpg4__metric small{display:block;font-size:7px;color:#8596a2;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpg4__metric:last-child strong{font-size:11px;color:#168b83;background:#e8f6f3;border-radius:8px;padding:5px 7px;width:max-content;max-width:100%}

.hpg4__hex-popup{display:grid;gap:5px;min-width:150px;color:#17384c}.hpg4__hex-popup strong{font-size:12px}.hpg4__hex-popup span{font-size:10px}.hpg4__hex-popup small{font-size:8px;color:#718797;border-top:1px solid #e7edef;padding-top:6px;margin-top:2px}.hpg4 .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 12px 36px rgba(16,48,66,.18)}.hpg4 .leaflet-popup-content{margin:13px 15px}
.hpg4__notice{font-size:7px;color:#738893;margin-top:7px}.hpg4__notice.is-warning{color:#9b671f;background:#fff7e8;border-radius:8px;padding:8px}
.hpg4__demographic-bar{height:18px;border-radius:5px;overflow:hidden;display:flex;background:#e8eef1}.hpg4__demographic-bar i:nth-child(1){background:#42b7cf}.hpg4__demographic-bar i:nth-child(2){background:#0e8fb4}.hpg4__demographic-bar i:nth-child(3){background:#8274cf}.hpg4__demographic-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.hpg4__demographic-labels div{font-size:7px;color:#647b8d;display:grid;grid-template-columns:8px 1fr;gap:5px;align-items:center}.hpg4__demographic-labels i{width:7px;height:7px;border-radius:2px;background:#42b7cf}.hpg4__demographic-labels div:nth-child(2) i{background:#0e8fb4}.hpg4__demographic-labels div:nth-child(3) i{background:#8274cf}.hpg4__demographic-labels strong{grid-column:2;font-size:9px;color:#14344d;margin-top:2px}
.hpg4__signals{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hpg4__signal{min-height:81px;border:1px solid #dfe7eb;border-radius:9px;padding:11px 13px;position:relative;overflow:hidden;background:#fff}.hpg4__signal:after{content:"";position:absolute;right:0;bottom:8px;width:56px;height:32px;background:linear-gradient(150deg,transparent 0 18%,#6bd2c8 19% 22%,transparent 23% 37%,#6bd2c8 38% 41%,transparent 42% 58%,#6bd2c8 59% 62%,transparent 63% 72%,#6bd2c8 73% 76%,transparent 77%);opacity:.85}.hpg4__signal:nth-child(n+3):after{background:linear-gradient(150deg,transparent 0 18%,#f3a345 19% 22%,transparent 23% 37%,#f3a345 38% 41%,transparent 42% 58%,#f3a345 59% 62%,transparent 63% 72%,#f3a345 73% 76%,transparent 77%)}.hpg4__signal span{display:block;font-size:7px;color:#718697}.hpg4__signal strong{display:block;font-size:13px;margin-top:7px;position:relative;z-index:1}.hpg4__signal small{display:block;font-size:7px;color:#82939f;margin-top:4px;position:relative;z-index:1}
.hpg4__nearby{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.hpg4__nearby button{min-width:0;min-height:89px;border:1px solid #dfe7eb;border-radius:10px;background:#fff;padding:10px 4px 8px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;box-shadow:0 3px 8px rgba(36,61,79,.035)}.hpg4__nearby button:hover{border-color:#a8d7d4;background:#f7fbfb}.hpg4__nearby i{font-style:normal;font-size:18px;line-height:1;color:#168eaf}.hpg4__nearby button:nth-child(2) i{color:#263e50}.hpg4__nearby button:nth-child(3) i{color:#9b6638}.hpg4__nearby button:nth-child(4) i{color:#df5258}.hpg4__nearby button:nth-child(5) i{color:#2d9c43}.hpg4__nearby span{font-size:7px;color:#50687b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hpg4__nearby strong{font-size:11px;margin-top:auto}
.hpg4__actions{display:grid;grid-template-columns:1.2fr 1fr;gap:8px;margin-top:15px}.hpg4__actions button{height:44px;border:1px solid #cfdce1;border-radius:9px;background:#fff;font-size:10px;font-weight:600}.hpg4__actions button:first-child{background:linear-gradient(180deg,#00a39e,#00928e);color:#fff;border-color:#008f8c;box-shadow:0 8px 18px rgba(0,143,140,.18)}
.hpg4__local-links{display:none}
.hpg4__panel-skeleton{padding:24px}.hpg4__panel-skeleton span{display:block;height:18px;background:#edf2f3;border-radius:8px;margin-bottom:12px}.hpg4__panel-skeleton span:first-child{width:55%;height:32px}.hpg4__panel-skeleton span:nth-child(2){width:90%}

/* Overlay panels */
.hpg4__route-composer header,.hpg4__compare-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hpg4__route-composer header button,.hpg4__compare-card header button{border:0;background:transparent;font-size:21px;line-height:1}
.hpg4__route-composer{position:absolute;z-index:65;top:18px;left:50%;transform:translateX(-50%);width:min(680px,calc(100% - 150px));background:#fff;border:1px solid var(--hpg-line);border-radius:15px;box-shadow:0 20px 52px rgba(25,53,72,.22);padding:15px 17px}.hpg4__route-composer header strong{font-size:14px}.hpg4__route-composer header span{display:block;font-size:8px;color:#748897;margin-top:2px}.hpg4__route-fields{display:grid;grid-template-columns:1fr 34px 1fr;gap:8px;margin-top:13px}.hpg4__route-fields label{height:42px;border:1px solid #dce5e9;border-radius:9px;display:flex;align-items:center;padding:0 10px;gap:8px}.hpg4__route-fields b{width:22px;height:22px;border-radius:50%;background:#173f53;color:#fff;display:grid;place-items:center;font-size:8px}.hpg4__route-fields input{border:0!important;outline:0!important;box-shadow:none!important;width:100%;font-size:10px;padding:0!important}.hpg4__route-fields>button{border:0;background:#f0f5f6;border-radius:9px;display:grid;place-items:center}.hpg4__route-fields svg{width:17px;height:17px}.hpg4__route-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.hpg4__route-footer label{font-size:8px;color:#6b8191}.hpg4__route-footer select{margin-left:6px;border:1px solid #d9e4e8;border-radius:8px;padding:7px 8px;background:#fff;font-size:9px}.hpg4__primary{border:0;border-radius:9px;background:var(--hpg-teal);color:#fff;padding:10px 15px;font-size:9px;font-weight:650}.hpg4__primary:disabled{opacity:.45;cursor:not-allowed}
.hpg4__compare{position:absolute;inset:0;z-index:90;background:rgba(13,38,55,.32);backdrop-filter:blur(4px);display:grid;place-items:center;padding:25px}.hpg4__compare-card{width:min(760px,100%);max-height:calc(100% - 30px);overflow:auto;background:#fff;border-radius:17px;box-shadow:0 26px 90px rgba(8,31,47,.28);padding:20px}.hpg4__compare-card>header{border-bottom:1px solid var(--hpg-line);padding-bottom:13px}.hpg4__compare-card header strong{font-size:17px}.hpg4__compare-card header span{display:block;font-size:8px;color:#748897;margin-top:3px}.hpg4__compare-selects{display:grid;grid-template-columns:1fr auto 1fr auto;gap:9px;align-items:center;margin:16px 0}.hpg4__compare-selects select{height:40px;border:1px solid var(--hpg-line);border-radius:9px;padding:0 9px;background:#fff;font-size:10px}.hpg4__compare-selects>span{font-size:8px;color:#788b99}.hpg4__compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hpg4__compare-place{border:1px solid var(--hpg-line);border-radius:12px;padding:14px}.hpg4__compare-place h4{font-size:15px;margin:0 0 8px}.hpg4__compare-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-top:1px solid #edf1f3;font-size:9px}.hpg4__compare-row span{color:#718696}
.hpg4__loader{position:absolute;inset:0;z-index:100;background:rgba(246,250,250,.72);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.hpg4__loader span{width:30px;height:30px;border:3px solid rgba(0,155,151,.18);border-top-color:var(--hpg-teal);border-radius:50%;animation:hpgSpin .75s linear infinite}.hpg4__loader p{font-size:9px;color:#5f7888;margin:0}@keyframes hpgSpin{to{transform:rotate(360deg)}}
.hpg4__toast{position:absolute;z-index:110;left:50%;bottom:25px;transform:translateX(-50%);max-width:460px;background:#173e52;color:#fff;border-radius:99px;padding:9px 14px;font-size:9px;box-shadow:var(--hpg-float-shadow);text-align:center}
.hpg4__route-summary{padding:23px 18px}.hpg4__route-summary h3{font-size:21px;margin:5px 0 3px}.hpg4__route-summary>p{font-size:9px;color:#718696}.hpg4__route-number{font-size:38px;letter-spacing:-.05em;font-weight:700;color:var(--hpg-teal-deep);margin-top:14px}.hpg4__route-number span{font-size:13px;color:#718696;font-weight:500;letter-spacing:0}.hpg4__route-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.hpg4__route-cards div{border:1px solid var(--hpg-line);border-radius:9px;padding:11px}.hpg4__route-cards span{font-size:7px;color:#748897}.hpg4__route-cards strong{display:block;font-size:13px;margin-top:4px}

/* Footer and drawer */
.hpg4__footer{height:40px;border-top:1px solid var(--hpg-line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;font-size:8px;color:#768a99}.hpg4__footer b{font-size:6px;margin:0 7px;color:#a6b3bb}.hpg4__footer i{font-style:normal;margin-left:5px}
.hpg4__drawer{position:fixed;inset:0;z-index:999999;pointer-events:none}.hpg4__drawer[aria-hidden="false"]{pointer-events:auto}.hpg4__drawer-backdrop{position:absolute;inset:0;background:rgba(11,35,51,.38);opacity:0;transition:.22s}.hpg4__drawer[aria-hidden="false"] .hpg4__drawer-backdrop{opacity:1}.hpg4__drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(540px,94vw);background:#fff;box-shadow:-20px 0 60px rgba(10,34,49,.22);transform:translateX(102%);transition:.25s;display:flex;flex-direction:column}.hpg4__drawer[aria-hidden="false"] .hpg4__drawer-panel{transform:none}.hpg4__drawer-panel>header{padding:22px;border-bottom:1px solid var(--hpg-line);display:flex;justify-content:space-between}.hpg4__drawer-panel header span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#758998}.hpg4__drawer-panel h3{font-size:21px;margin:4px 0 0}.hpg4__drawer-panel header button{border:0;background:transparent;font-size:24px}.hpg4__drawer-panel>nav{display:flex;gap:4px;padding:10px 14px;border-bottom:1px solid var(--hpg-line);overflow:auto}.hpg4__drawer-panel>nav button{border:0;background:transparent;border-radius:8px;padding:8px 9px;font-size:8px;white-space:nowrap}.hpg4__drawer-panel>nav button.is-active{background:#eaf6f5;color:var(--hpg-teal-deep)}.hpg4__drawer-content{overflow:auto;padding:16px 20px 28px}.hpg4__result-list{display:flex;flex-direction:column;gap:8px}.hpg4__result-list a{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--hpg-line);border-radius:10px;padding:11px;text-decoration:none;color:inherit}.hpg4__result-list strong{font-size:10px}.hpg4__result-list small{font-size:8px;color:#758998;text-align:right}.hpg4__empty{padding:24px;text-align:center;color:#758998;font-size:10px;border:1px dashed var(--hpg-line);border-radius:11px}

/* Custom marker visuals */
.hpg-place-marker{display:flex;align-items:center;gap:4px;white-space:nowrap;transform:translate(-50%,-50%)}
.hpg-place-marker__dot{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;color:#fff;border:2px solid #fff;box-shadow:0 3px 9px rgba(28,52,69,.25);font:700 10px Manrope,sans-serif;background:#168fa8}
.hpg-place-marker__label{font:650 10px Manrope,sans-serif;color:#17364e;background:rgba(255,255,255,.86);padding:2px 4px;border-radius:4px;text-shadow:0 1px 0 #fff}
.hpg-place-marker--port .hpg-place-marker__dot{background:#0c8da8}.hpg-place-marker--industrial .hpg-place-marker__dot{background:#bf752c}.hpg-place-marker--city .hpg-place-marker__dot{background:#384c5c}.hpg-place-marker--island .hpg-place-marker__dot{background:#168f6a}

/* Responsive */
@media(max-width:1280px){
  .hpg4__header{grid-template-columns:215px minmax(330px,1fr) auto;padding:0 18px}.hpg4__wordmark strong{font-size:16px}.hpg4__modes{gap:12px}.hpg4__utility{width:34px;height:34px}.hpg4__workspace{grid-template-columns:minmax(0,66%) minmax(350px,34%)}
  .hpg4__national{width:min(570px,calc(100% - 210px));gap:10px;padding:14px}.hpg4__national strong{font-size:22px}.hpg4__quick-wrap{width:min(560px,calc(100% - 175px))}
}
@media(max-width:1020px){
  .hpg4__header{height:auto;min-height:118px;grid-template-columns:180px 1fr;grid-template-rows:54px 50px;padding:0 14px 10px;gap:2px 14px}.hpg4__brand{grid-column:1;grid-row:1}.hpg4__header-actions{grid-column:2;grid-row:1}.hpg4__search-wrap{grid-column:1/3;grid-row:2}.hpg4__workspace{grid-template-columns:1fr;height:850px}.hpg4__map-pane{height:100%}.hpg4__insight{position:absolute;z-index:60;right:10px;top:10px;bottom:10px;width:min(400px,45vw);border:1px solid var(--hpg-line);border-radius:15px;box-shadow:0 20px 55px rgba(25,53,72,.22)}.hpg4__national{left:110px;transform:none;width:min(560px,calc(100% - 535px))}.hpg4__footer{display:none}
}

@media(max-width:1220px) and (min-width:761px){.hpg4__metrics{grid-template-columns:repeat(2,1fr)}.hpg4__metric:nth-child(3){border-left:0;border-top:1px solid #e5ebee}.hpg4__metric:nth-child(4){border-top:1px solid #e5ebee}}
@media(max-width:760px){
  .hpg4__header{min-height:146px;grid-template-columns:1fr;grid-template-rows:50px 48px 38px;padding:0 10px 10px}.hpg4__brand{grid-row:1;grid-column:1}.hpg4__header-actions{grid-row:3;grid-column:1;justify-content:center;border-top:1px solid #eef2f4}.hpg4__utility,.hpg4__header-divider{display:none}.hpg4__modes{margin:0;width:100%;justify-content:center}.hpg4__modes button.is-active:after{bottom:0}.hpg4__search-wrap{grid-row:2;grid-column:1}.hpg4__workspace{height:780px}.hpg4__national{top:10px;left:76px;right:10px;width:auto;min-height:77px;grid-template-columns:34px 1fr 1px 1fr;padding:10px;gap:9px}.hpg4__national>div:nth-of-type(n+3),.hpg4__national>i:nth-of-type(n+2){display:none}.hpg4__national strong{font-size:18px;margin-top:4px}.hpg4__national small{font-size:6px;margin-top:3px}.hpg4__rail{top:10px;left:8px;width:58px}.hpg4__rail button{height:56px}.hpg4__rail span{display:none}.hpg4__quick-wrap{left:8px;right:8px;width:auto;bottom:8px;padding:10px}.hpg4__quick{overflow:auto;display:flex;gap:8px}.hpg4__quick button{min-width:92px}.hpg4__legend{display:none!important}.hpg4__map-controls{left:8px;bottom:154px}.hpg4__basemap{left:8px;bottom:283px}.hpg4__insight{left:8px;right:8px;top:auto;bottom:8px;width:auto;height:68%;max-height:560px;border-radius:18px}.hpg4__map-pane:has(.hpg4__insight:not([hidden])) .hpg4__quick-wrap{display:none}.hpg4__metrics{grid-template-columns:1fr}.hpg4__metric+.hpg4__metric{border-left:0;border-top:1px solid #e5ebee}.hpg4__nearby{grid-template-columns:repeat(3,1fr)}.hpg4__route-composer{width:calc(100% - 20px);left:10px;transform:none}.hpg4__route-fields{grid-template-columns:1fr}.hpg4__route-fields>button{position:absolute;right:18px;top:70px;width:30px;height:30px}.hpg4__compare{padding:8px}.hpg4__compare-selects{grid-template-columns:1fr}.hpg4__compare-selects>span{text-align:center}.hpg4__compare-grid{grid-template-columns:1fr}
}
@media(max-width:480px){.hpg4__workspace{height:720px}.hpg4__wordmark strong{font-size:15px}.hpg4__search-wrap input{font-size:11px}.hpg4__search-wrap kbd{display:none}.hpg4__place-title h3{font-size:20px}.hpg4__tabs button{padding:0 10px}.hpg4__signals{grid-template-columns:1fr}.hpg4__actions{grid-template-columns:1fr}.hpg4__nearby{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){.hpg4 *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.hpg4__panel-close{position:absolute;top:18px;right:18px;width:26px;height:26px;border:0;background:transparent;font-size:22px;line-height:1;color:#173a54;z-index:3}
.hpg4__save-place.is-saved{background:#e8f6f3;border-color:#b9dfdb;color:var(--hpg-teal-deep)}
.hpg4.insight-closed .hpg4__workspace{grid-template-columns:1fr}
.hpg4.insight-closed .hpg4__insight{display:none}
.hpg4__fallback{overflow:hidden;background:radial-gradient(circle at 62% 12%,#bce0ee 0 18%,transparent 18.5%),linear-gradient(180deg,#eef5f4,#d9e8e6)}
.hpg4__fallback>.hz-svg{position:absolute;left:7%;top:4%;width:88%;height:91%;filter:saturate(.55) brightness(1.16);opacity:.9}
.hpg4__fallback-points{position:absolute;inset:0;z-index:4;pointer-events:none}
.hpg4__fallback-points button{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);border:0;background:transparent;display:flex;align-items:center;gap:4px;padding:0;pointer-events:auto}
.hpg4__fallback-points b{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#334b5c;color:#fff;border:2px solid #fff;box-shadow:0 3px 9px rgba(28,52,69,.25);font-size:9px}
.hpg4__fallback-points button:nth-child(3) b,.hpg4__fallback-points button:nth-child(4) b{background:#078da7}
.hpg4__fallback-points span{font-size:10px;font-weight:650;color:#17364e;background:rgba(255,255,255,.86);padding:2px 4px;border-radius:4px}
@media(min-width:1281px){
  .hpg4__header{grid-template-columns:325px minmax(360px,630px) 1fr}
  .hpg4__national{left:auto;right:74px;transform:none}
}

/* 4.2 functional map fixes */
.hpg4__map-status{position:absolute;z-index:37;left:108px;top:138px;max-width:330px;padding:10px 13px;border:1px solid rgba(207,221,226,.92);border-radius:11px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(28,55,71,.11);display:flex;flex-direction:column;gap:2px;pointer-events:none}
.hpg4__map-status:before{content:"";position:absolute;left:-1px;top:11px;bottom:11px;width:3px;border-radius:4px;background:#91a7af}
.hpg4__map-status[data-state="loading"]:before{background:#d59b28;animation:hpgPulse 1s ease-in-out infinite}.hpg4__map-status[data-state="ready"]:before{background:var(--hpg-teal)}.hpg4__map-status[data-state="error"]:before{background:#c76d35}
.hpg4__map-status strong{font-size:10px;color:#173d50}.hpg4__map-status span{font-size:8px;line-height:1.4;color:#708592}
@keyframes hpgPulse{50%{opacity:.35}}
.hpg4__signals--data{gap:10px}.hpg4__data-card{min-height:142px;border:1px solid #dce6ea;border-radius:11px;padding:13px;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.hpg4__data-card>span{font-size:9px;font-weight:650;color:#38566a}.hpg4__data-card>strong{font-size:15px;margin-top:12px;color:#16384e}.hpg4__data-card>small{font-size:8px;line-height:1.35;color:#758995;margin-top:8px}.hpg4__delta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:8px}.hpg4__delta strong{font-size:18px;letter-spacing:-.03em;color:#15384e}.hpg4__delta small{font-size:7px;color:#758995;text-align:right}.hpg4__paired-bars{height:76px;margin-top:auto;display:flex;align-items:flex-end;justify-content:center;gap:24px;border-bottom:1px solid #e6edef;padding:0 8px 4px}.hpg4__paired-bars>div{width:42px;height:70px;display:grid;grid-template-rows:1fr auto auto;justify-items:center;align-items:end;gap:2px}.hpg4__paired-bars i{display:block;width:20px;min-height:8px;border-radius:5px 5px 2px 2px;background:#84cdc7}.hpg4__paired-bars>div:last-child i{background:#008f8c}.hpg4__paired-bars b{font-size:7px;color:#586f7f}.hpg4__paired-bars em{font-style:normal;font-size:7px;font-weight:650;color:#17394e}.hpg4__meter{height:9px;border-radius:99px;background:linear-gradient(90deg,#d9eee8 0 5%,#f2df95 15%,#eea45c 30%,#d45f55 100%);margin-top:22px;position:relative;overflow:hidden}.hpg4__meter:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.52);transform:translateX(var(--unused,0))}.hpg4__meter i{display:block;height:100%;background:#cf6753;border-radius:99px;min-width:2px}.hpg4__spi{height:9px;border-radius:99px;background:linear-gradient(90deg,#c36b42,#efbd68 35%,#dce8df 50%,#7dc5b6 70%,#3b91b3);margin-top:25px;position:relative}.hpg4__spi i{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;background:#fff;border:3px solid #183e50;transform:translate(-50%,-50%);box-shadow:0 2px 5px rgba(0,0,0,.2)}.hpg4__spi-labels{display:flex;justify-content:space-between;margin-top:8px}.hpg4__spi-labels span{font-size:6px;color:#728692}.hpg4__skeleton{height:58px;border-radius:8px;margin-top:18px;background:linear-gradient(90deg,#eef3f4,#f8fafb,#eef3f4);background-size:200% 100%;animation:hpgSkeleton 1.2s linear infinite}.hpg4__data-empty{grid-column:1/-1;border:1px dashed #d5e1e5;border-radius:11px;padding:20px;font-size:9px;color:#728692;text-align:center}@keyframes hpgSkeleton{to{background-position:-200% 0}}
.hpg4__tabs button{font-size:10px}.hpg4__section-title strong{font-size:10px}.hpg4__section-title span{font-size:8px}.hpg4__metric span{font-size:9px}.hpg4__metric strong{font-size:20px}.hpg4__metric small{font-size:8px}.hpg4__demographic-labels div{font-size:8px}.hpg4__demographic-labels strong{font-size:10px}.hpg4__nearby span{font-size:8px}.hpg4__nearby strong{font-size:13px}
.leaflet-hpgInfraPane-pane{mix-blend-mode:multiply}
@media(max-width:1020px){.hpg4__map-status{left:78px;top:98px}}
@media(max-width:760px){.hpg4__map-status{display:none}.hpg4__signals--data{grid-template-columns:1fr}.hpg4__data-card{min-height:128px}}

/* 4.4 clarity, connected entries and route editing */
.hpg4__map-controls{bottom:22px}
.hpg4__basemap{bottom:152px}
.hpg4__panel-close{top:14px;right:14px;width:32px;height:32px;border:1px solid transparent;border-radius:50%;display:grid;place-items:center;padding:0;background:#fff;color:#173a54;z-index:5}
.hpg4__panel-close:hover{border-color:#dbe5e9;background:#f5f8f9}
.hpg4__panel-close svg{width:16px;height:16px}
.hpg4__place-head:after{display:none}
.hpg4__place-head{padding-right:58px}
.hpg4__tabs--simple{height:52px;padding:0 20px;gap:8px;overflow:visible}
.hpg4__tabs--simple button{padding:0 8px;font-size:10px}
.hpg4__tabs--simple button span{display:inline-grid;place-items:center;min-width:22px;height:19px;padding:0 6px;margin-left:6px;border-radius:99px;background:#eef4f5;color:#526d7d;font-size:8px;font-weight:700}
.hpg4__tabs--simple button.is-active span{background:#dff3f1;color:#087a75}
.hpg4__section-explainer{margin:0 0 13px;color:#607887;font-size:8.5px;line-height:1.55}
.hpg4__metrics--explained{grid-template-columns:repeat(2,minmax(0,1fr));border:0;gap:9px;box-shadow:none;overflow:visible}
.hpg4__metrics--explained .hpg4__metric{border:1px solid #dfe7eb!important;border-radius:11px;padding:13px 14px;background:#fff;min-height:190px;display:flex;flex-direction:column}
.hpg4__metric-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.hpg4__metric-head span{font-size:9px!important;color:#405e70;font-weight:650;white-space:normal}
.hpg4__metric-head i{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#edf5f5;color:#12827d;font-size:9px;font-style:normal;font-weight:800;flex:0 0 auto;cursor:help}
.hpg4__metrics--explained .hpg4__metric strong{font-size:24px;margin-top:11px;overflow:visible;white-space:normal;text-overflow:clip}
.hpg4__metrics--explained .hpg4__metric:last-child strong{font-size:13px;padding:7px 9px;margin-top:12px}
.hpg4__metrics--explained .hpg4__metric small{font-size:7.5px;margin-top:5px;white-space:normal}
.hpg4__metric p{margin:12px 0 0;font-size:8px;line-height:1.45;color:#5e7584}
.hpg4__metric em{display:block;margin-top:auto;padding-top:10px;font-size:7.5px;line-height:1.45;color:#0b7773;font-style:normal;font-weight:600}
.hpg4__data-card{min-height:230px}
.hpg4__data-card p{margin:12px 0 0;font-size:8px;line-height:1.45;color:#607785}
.hpg4__data-card>em{display:block;margin-top:auto;padding-top:10px;font-size:7.5px;line-height:1.45;color:#0c7773;font-style:normal;font-weight:600}
.hpg4__nearby--explained{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.hpg4__nearby--explained button{min-height:132px;align-items:flex-start;text-align:left;padding:12px 13px;gap:6px;position:relative}
.hpg4__nearby--explained .hpg4__nearby-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#edf7f6;color:#098983}
.hpg4__nearby--explained .hpg4__nearby-icon svg{width:18px;height:18px}
.hpg4__nearby--explained span{font-size:9px;white-space:normal;line-height:1.35;max-width:none;color:#405d70;font-weight:650}
.hpg4__nearby--explained strong{font-size:22px;line-height:1;margin:4px 0 0;color:#12384f}
.hpg4__nearby--explained small{font-size:7.5px;line-height:1.35;color:#748894;margin-top:auto}
.hpg4__entry-groups{padding:12px 18px 28px;display:flex;flex-direction:column;gap:12px}
.hpg4__entries-intro{padding-bottom:4px}
.hpg4__entry-group{border:1px solid #dce6ea;border-radius:12px;background:#fff;overflow:hidden}
.hpg4__entry-group>header{min-height:54px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafb;border-bottom:1px solid #e3eaed}
.hpg4__entry-group>header>div{display:flex;flex-direction:column;gap:2px}
.hpg4__entry-group>header strong{font-size:10px;color:#193b51}
.hpg4__entry-group>header span{font-size:7.5px;color:#748895}
.hpg4__entry-group>header button{height:29px;padding:0 10px;border:1px solid #cddce1;border-radius:8px;background:#fff;color:#166f6c;font-size:8px;font-weight:650}
.hpg4__entry-group>div>a{min-height:54px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;color:inherit;border-top:1px solid #edf1f3}
.hpg4__entry-group>div>a:first-child{border-top:0}
.hpg4__entry-group>div>a:hover{background:#f3f9f8}
.hpg4__entry-group>div>a>span{display:flex;flex-direction:column;gap:3px;min-width:0}
.hpg4__entry-group>div>a strong{font-size:9px;color:#1d4055;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpg4__entry-group>div>a small{font-size:7.5px;color:#758996;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpg4__entry-group>div>a svg{width:15px;height:15px;flex:0 0 auto;color:#6f8795}
.hpg4__entry-empty{padding:14px 12px;color:#738793;font-size:8px;line-height:1.45}
.hpg-route-marker{cursor:grab!important}
.hpg-route-marker:active{cursor:grabbing!important}
.hpg4__map-controls button{font-size:0}
.hpg4__map-controls svg{width:19px;height:19px;stroke-width:1.9}
.hpg4__route-composer header button,.hpg4__compare-card>header button,.hpg4__drawer-panel>header button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:50%;background:transparent;color:#173a54;flex:0 0 auto}
.hpg4__route-composer header button:hover,.hpg4__compare-card>header button:hover,.hpg4__drawer-panel>header button:hover{border-color:#d9e4e8;background:#f4f8f9}
.hpg4__route-composer header button svg,.hpg4__compare-card>header button svg,.hpg4__drawer-panel>header button svg{width:16px;height:16px}
@media(max-width:1220px) and (min-width:761px){
  .hpg4__metrics--explained{grid-template-columns:1fr 1fr}
  .hpg4__metrics--explained .hpg4__metric:nth-child(3),.hpg4__metrics--explained .hpg4__metric:nth-child(4){border-top:1px solid #dfe7eb}
}
@media(max-width:760px){
  .hpg4__map-controls{bottom:18px}
  .hpg4__basemap{bottom:148px}
  .hpg4__metrics--explained{grid-template-columns:1fr}
  .hpg4__metrics--explained .hpg4__metric{min-height:165px}
  .hpg4__nearby--explained{grid-template-columns:1fr 1fr}
  .hpg4__data-card{min-height:205px}
}
@media(max-width:480px){
  .hpg4__nearby--explained{grid-template-columns:1fr}
  .hpg4__tabs--simple{padding:0 10px}
  .hpg4__tabs--simple button{padding:0 5px;font-size:9px}
}
.hpg4__route-summary--draft{padding:26px 22px}
.hpg4__route-summary--draft>span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:#6e8391;font-weight:750}
.hpg4__route-summary--draft h3{margin:10px 0 6px;font-size:22px;line-height:1.25;color:#163950}
.hpg4__route-summary--draft p{margin:0 0 18px;font-size:9px;line-height:1.55;color:#617987}
.hpg4__route-summary--draft .hpg4__actions{grid-template-columns:1fr}


/* 4.5.0 - concise province brief */
.hpg4__header-actions{padding-right:2px}
.hpg4__linked-section{padding-top:18px}
.hpg4__entry-group--embedded{border-radius:11px}
.hpg4__entry-group--embedded>div>a{min-height:49px}
.hpg4__entry-group--embedded>footer{display:flex;justify-content:flex-end;padding:9px 11px;border-top:1px solid #e8eef0;background:#fafcfc}
.hpg4__entry-group--embedded>footer button{height:31px;padding:0 11px;border:1px solid #c8dade;border-radius:8px;background:#fff;color:#087e7b;font-size:8px;font-weight:700}
.hpg4__entry-group--embedded>footer button:hover{border-color:#89c8c4;background:#f2f9f8}
.hpg4__section--actions{padding-top:4px!important}
@media(max-width:760px){.hpg4__linked-section{padding-top:15px}.hpg4__entry-group--embedded>div>a{min-height:52px}}


/* 4.6.0 - centred editorial layout */
.hpg4{width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(8px,1.5vw,24px)}
.hpg4__hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin:0 0 18px;padding:44px 48px 42px;border:1px solid #dce7e8;border-radius:24px;background:linear-gradient(120deg,#f7fbfb 0%,#eef8f7 58%,#e5f3f2 100%);box-shadow:0 16px 50px rgba(26,61,73,.07)}
.hpg4__hero:after{content:"";position:absolute;width:420px;height:420px;right:-150px;top:-250px;border:1px solid rgba(0,143,140,.12);border-radius:50%;box-shadow:0 0 0 54px rgba(0,143,140,.035),0 0 0 108px rgba(0,143,140,.025);pointer-events:none}
.hpg4__hero-copy{position:relative;z-index:1;max-width:760px}
.hpg4__hero h2{margin:0;color:#0d2f3c;font-size:clamp(34px,3.8vw,56px);line-height:1.04;letter-spacing:-.045em;font-weight:650}
.hpg4__hero-copy>p{max-width:720px;margin:17px 0 0;color:#4c6876;font-size:15px;line-height:1.65}
.hpg4__hero-guide{position:relative;z-index:1;max-width:290px;margin:0;padding:15px 18px;border-left:2px solid #009b97;color:#466472;font-size:11px;line-height:1.55}
.hpg4__shell{border-radius:20px}
.hpg4__header{grid-template-columns:230px minmax(340px,650px) 1fr;padding:0 22px}
.hpg4__header-actions{justify-content:flex-end}
.hpg4__modes{margin-right:0}
.hpg4__workspace{height:clamp(700px,58vw,830px)}
.hpg4__map-status{top:18px}
.hpg4__metrics--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hpg4__metrics--compact .hpg4__metric{min-height:146px;padding:12px 13px}
.hpg4__metrics--compact .hpg4__metric strong{font-size:21px;margin-top:8px}
.hpg4__metrics--compact .hpg4__metric:last-child strong{font-size:12px}
.hpg4__metrics--compact .hpg4__metric p{margin-top:9px;font-size:7.5px}
.hpg4__metrics--compact .hpg4__metric em{padding-top:8px;font-size:7px}
.hpg4__metric.is-loading .hpg4__skeleton{display:block;height:11px;margin:7px 0;border-radius:6px;background:#edf2f3}
.hpg4__metric.is-loading .hpg4__skeleton:nth-child(2){height:26px;width:58%}
.hpg4__metric.is-loading .hpg4__skeleton:nth-child(3){width:84%}
@media(max-width:1180px){.hpg4{padding:0 14px}.hpg4__hero{padding:36px 36px 34px}.hpg4__hero-guide{display:none}.hpg4__header{grid-template-columns:190px minmax(300px,1fr) auto}.hpg4__workspace{grid-template-columns:minmax(0,64%) minmax(360px,36%)}}
@media(max-width:760px){.hpg4{padding:0 8px}.hpg4__hero{display:block;margin-bottom:10px;padding:28px 22px 26px;border-radius:18px}.hpg4__hero h2{font-size:34px}.hpg4__hero-copy>p{font-size:13px;margin-top:12px}.hpg4__header{min-height:126px;grid-template-rows:48px 48px 30px}.hpg4__header-actions{border-top:0}.hpg4__workspace{height:780px}.hpg4__metrics--compact{grid-template-columns:1fr 1fr}.hpg4__metrics--compact .hpg4__metric{min-height:145px}}
@media(max-width:480px){.hpg4__hero h2{font-size:30px}.hpg4__hero-copy>p{font-size:12px}.hpg4__metrics--compact{grid-template-columns:1fr}.hpg4__metrics--compact .hpg4__metric{min-height:132px}}
.hpg4{box-sizing:border-box}

/* 4.7.0 - Hormuz editorial visual system */
.hpg4{
  --hpg-teal:#008f8c;
  --hpg-teal-deep:#006d69;
  --hpg-ink:#0f2f46;
  --hpg-copy:#39586b;
  --hpg-muted:#718795;
  --hpg-line:#d8e3e6;
  --hpg-soft:#f5f8f8;
  --hpg-panel-shadow:0 7px 22px rgba(25,58,71,.07);
  --hpg-float-shadow:0 7px 20px rgba(25,58,71,.10);
  width:100%;
  max-width:1600px;
  padding:0 clamp(8px,1.5vw,24px);
}
.hpg4__hero{
  min-height:250px;
  align-items:flex-start;
  margin:0;
  padding:48px 56px 62px;
  border:0;
  border-radius:16px;
  background:linear-gradient(112deg,#087a75 0%,#006d69 56%,#005f5c 100%);
  box-shadow:none;
  color:#fff;
}
.hpg4__hero:before,.hpg4__hero:after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.075);
}
.hpg4__hero:before{width:520px;height:520px;right:-88px;top:-350px;box-shadow:0 0 0 48px rgba(255,255,255,.022),0 0 0 96px rgba(255,255,255,.018)}
.hpg4__hero:after{width:340px;height:340px;right:18px;top:-242px;box-shadow:none}
.hpg4__hero-copy{max-width:700px}
.hpg4__hero h2{max-width:680px;color:#fff;font-size:clamp(36px,4vw,54px);line-height:1.02;letter-spacing:-.047em;font-weight:680}
.hpg4__hero-copy>p{max-width:680px;margin-top:18px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.65}
.hpg4__hero-guide{align-self:center;display:flex;align-items:center;gap:9px;max-width:none;margin-top:32px;padding:0;border:0;color:rgba(255,255,255,.68);font-size:9px;letter-spacing:.02em;white-space:nowrap}
.hpg4__hero-guide span{width:7px;height:7px;border-radius:50%;background:#9ed8d3;box-shadow:0 0 0 4px rgba(158,216,211,.12)}
.hpg4__shell{margin:-34px 18px 0;border-color:#d4e0e3;border-radius:14px;box-shadow:0 15px 38px rgba(24,55,69,.11)}
.hpg4__header{height:82px;grid-template-columns:minmax(180px,218px) minmax(300px,1fr) auto;gap:18px;padding:0 18px;background:rgba(255,255,255,.99)}
.hpg4__province-control{position:relative;display:flex;flex-direction:column;gap:5px;min-width:0}
.hpg4__province-control>span{font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#6b8490;font-weight:750}
.hpg4__province-control select{width:100%;height:40px;padding:0 38px 0 12px;border:1px solid #7bc2bd;border-radius:9px;background:#fff;appearance:none;outline:none;font-size:11px;font-weight:600;color:#23465b;box-shadow:0 0 0 3px rgba(0,143,140,.035)}
.hpg4__province-control select:hover{border-color:#45a8a2}
.hpg4__province-control select:focus{border-color:#008f8c;box-shadow:0 0 0 3px rgba(0,143,140,.10)}
.hpg4__province-control>svg{position:absolute;right:12px;bottom:12px;width:16px;height:16px;color:#4f6978;pointer-events:none}
.hpg4__search-wrap{height:42px;border-radius:9px;box-shadow:none;background:#fff}
.hpg4__search-wrap:focus-within{box-shadow:0 0 0 3px rgba(0,143,140,.08)}
.hpg4__modes{gap:14px}
.hpg4__modes button{font-size:11px}
.hpg4__modes button.is-active:after{bottom:8px;background:#007b77}
.hpg4__workspace{height:clamp(690px,57vw,820px)}
.hpg4__footer{background:#fbfcfc}
.hpg4__rail,.hpg4__map-controls,.hpg4__basemap,.hpg4__legend,.hpg4__map-status{border-color:#d8e3e6;box-shadow:0 5px 18px rgba(25,58,71,.09)}
.hpg4__insight{border-left-color:#d9e4e7}
.hpg4__tabs--simple{background:#fff}
.hpg4__primary{background:#007f7b}
.hpg4__primary:hover{background:#006e6a}
@media(max-width:1180px){
  .hpg4{padding:0 12px}
  .hpg4__hero{padding:42px 42px 58px}
  .hpg4__header{grid-template-columns:190px minmax(260px,1fr) auto}
  .hpg4__workspace{grid-template-columns:minmax(0,63%) minmax(350px,37%)}
}
@media(max-width:900px){
  .hpg4__hero-guide{display:none}
  .hpg4__header{grid-template-columns:190px minmax(250px,1fr);grid-template-rows:52px 30px;height:100px;align-content:center}
  .hpg4__header-actions{grid-column:1/-1;height:30px;justify-content:flex-end;border-top:1px solid #eef2f3}
  .hpg4__modes{height:30px}
  .hpg4__modes button.is-active:after{bottom:0}
}
@media(max-width:760px){
  .hpg4{padding:0 8px}
  .hpg4__hero{min-height:0;padding:30px 24px 48px;border-radius:14px}
  .hpg4__hero h2{font-size:34px}
  .hpg4__hero-copy>p{font-size:12px;line-height:1.55}
  .hpg4__shell{margin:-24px 8px 0;border-radius:12px}
  .hpg4__header{height:auto;min-height:154px;grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:10px;padding:14px}
  .hpg4__province-control,.hpg4__search-wrap{width:100%}
  .hpg4__header-actions{grid-column:auto;height:32px;justify-content:flex-start}
  .hpg4__modes{width:100%;justify-content:space-between}
  .hpg4__workspace{height:780px}
}


/* 4.9.0: wider responsive frame and approved geography title */
.hpg4__hero{width:100%;margin-left:auto;margin-right:auto;justify-content:flex-start}
.hpg4__hero-copy{max-width:760px}
.hpg4__hero-guide{display:none!important}
.hpg4__shell{width:100%;margin:-34px 0 0}
.hpg4__route-footer--simple{justify-content:flex-end}
.hpg4__route-footer--simple .hpg4__primary{min-width:150px}
.hpg4__route-cards--simple{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){
  .hpg4__shell{margin:-24px 0 0}
  .hpg4__route-cards--simple{grid-template-columns:1fr 1fr}
}

/* 4.10.0: mobile-first map and province brief flow */
@media (max-width:760px){
  .hpg4{
    padding:0 6px;
    overflow:visible;
  }
  .hpg4__hero{
    padding:28px 20px 46px;
  }
  .hpg4__hero h2{
    max-width:100%;
    font-size:clamp(29px,9vw,36px);
    line-height:1.06;
  }
  .hpg4__hero-copy>p{
    max-width:100%;
    font-size:12px;
    line-height:1.58;
  }
  .hpg4__shell{
    margin:-22px 0 0;
    overflow:hidden;
  }
  .hpg4__header{
    min-height:0;
    height:auto;
    padding:14px;
    gap:10px;
  }
  .hpg4__header-actions{
    width:100%;
    padding:2px 0 0;
  }
  .hpg4__modes{
    width:100%;
    height:38px;
    align-items:stretch;
  }
  .hpg4__modes button{
    min-height:38px;
    padding:0 6px;
    font-size:12px;
  }
  .hpg4__workspace{
    display:flex!important;
    flex-direction:column;
    grid-template-columns:none!important;
    width:100%;
    height:auto!important;
    min-height:0;
    overflow:visible;
    background:#fff;
  }
  .hpg4__map-pane{
    position:relative;
    flex:0 0 auto;
    width:100%;
    height:clamp(390px,112vw,500px)!important;
    min-height:390px;
    overflow:hidden;
    border-bottom:1px solid var(--hpg-line);
  }
  .hpg4__map,
  .hpg4__fallback{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }
  .hpg4__insight{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    flex:0 0 auto;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    min-height:0;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff;
  }
  .hpg4__insight>[data-hpg-role="insight-content"]{
    width:100%;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .hpg4__insight-inner{
    min-height:0;
  }
  .hpg4__panel-close{
    display:none!important;
  }
  .hpg4__place-head{
    padding:20px 18px 18px;
  }
  .hpg4__tabs--simple{
    position:sticky;
    top:0;
    z-index:8;
    height:50px;
    padding:0 14px;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    border-top:1px solid #edf1f3;
    border-bottom:1px solid #dfe7ea;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(10px);
  }
  .hpg4__tabs--simple::-webkit-scrollbar{display:none}
  .hpg4__tabs--simple button{
    flex:0 0 auto;
    min-width:max-content;
    padding:0 8px;
    font-size:10px;
  }
  .hpg4__insight .hpg4__section{
    padding-left:16px;
    padding-right:16px;
  }
  .hpg4__metrics--explained{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .hpg4__metrics--explained .hpg4__metric{
    min-height:154px;
    padding:12px;
  }
  .hpg4__metrics--explained .hpg4__metric strong{
    font-size:21px;
  }
  .hpg4__metric p{
    margin-top:9px;
  }
  .hpg4__metric em{
    padding-top:8px;
  }
  .hpg4__rail{
    top:12px;
    left:12px;
    width:auto;
    display:flex;
    padding:0;
    border-radius:12px;
  }
  .hpg4__rail button{
    width:48px;
    height:48px;
    gap:0;
  }
  .hpg4__rail button+button{
    border-top:0;
    border-left:1px solid #eef2f4;
  }
  .hpg4__rail button:before{
    left:11px;
    right:11px;
    top:auto;
    bottom:0;
    width:auto;
    height:3px;
    border-radius:3px 3px 0 0;
  }
  .hpg4__rail button span{display:none}
  .hpg4__rail svg{width:20px;height:20px}
  .hpg4__map-controls{
    left:12px;
    bottom:12px;
  }
  .hpg4__basemap{
    left:64px;
    bottom:12px;
  }
  .hpg4__route-composer{
    top:12px;
    left:12px;
    right:12px;
    width:auto;
    transform:none;
    max-height:calc(100% - 24px);
    overflow:auto;
  }
  .hpg4__footer{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    padding:11px 14px;
    font-size:7px;
  }
}
@media (max-width:480px){
  .hpg4__map-pane{
    height:420px!important;
    min-height:420px;
  }
  .hpg4__metrics--explained{
    grid-template-columns:1fr;
  }
  .hpg4__metrics--explained .hpg4__metric{
    min-height:138px;
  }
  .hpg4__nearby--explained{
    grid-template-columns:1fr;
  }
  .hpg4__route-cards--simple{
    grid-template-columns:1fr;
  }
}


/* 4.11.0: compact population cards and integrated climate tab */
.hpg4__metrics--mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  border:0;
  box-shadow:none;
  overflow:visible;
}
.hpg4__metrics--mini .hpg4__metric--mini{
  position:relative;
  min-height:92px;
  padding:12px 13px;
  border:1px solid #dce6e9!important;
  border-radius:10px;
  background:#fff;
  overflow:visible;
}
.hpg4__metrics--mini .hpg4__metric--mini+.hpg4__metric--mini{border-left:1px solid #dce6e9}
.hpg4__metrics--mini .hpg4__metric--mini strong{
  margin-top:10px;
  font-size:22px;
  line-height:1;
  white-space:normal;
  overflow:visible;
}
.hpg4__metrics--mini .hpg4__metric--mini small{
  margin-top:7px;
  font-size:7.5px;
  line-height:1.35;
  white-space:normal;
  overflow:visible;
}
.hpg4__metric-info{
  position:relative;
  width:18px;
  height:18px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:#edf6f5;
  color:#087d78;
  font:700 9px/1 Manrope,Inter,sans-serif;
  cursor:help;
}
.hpg4__metric-info>span[role="tooltip"]{
  position:absolute;
  z-index:80;
  right:-4px;
  top:25px;
  width:220px;
  padding:10px 11px;
  border:1px solid #cfe0e3;
  border-radius:9px;
  background:#102f40;
  color:#fff;
  box-shadow:0 10px 28px rgba(15,47,64,.22);
  font:500 8px/1.55 Manrope,Inter,sans-serif;
  text-align:left;
  opacity:0;
  visibility:hidden;
  transform:translateY(-3px);
  transition:.16s ease;
  pointer-events:none;
}
.hpg4__metric-info>span[role="tooltip"]:before{
  content:"";
  position:absolute;
  right:9px;
  top:-5px;
  width:9px;
  height:9px;
  background:#102f40;
  transform:rotate(45deg);
}
.hpg4__metric-info:hover>span[role="tooltip"],
.hpg4__metric-info:focus>span[role="tooltip"],
.hpg4__metric-info:focus-visible>span[role="tooltip"]{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.hpg4__climate-panel{padding:18px 18px 28px}
.hpg4__climate-loading{min-height:180px;display:grid;place-items:center;align-content:center;gap:12px;color:#6d8290;font-size:9px;text-align:center}
.hpg4__climate-loading span{width:28px;height:28px;border:3px solid #dce8e8;border-top-color:#008f8c;border-radius:50%;animation:hpgSpin .8s linear infinite}
.hpg4__climate-hero{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center;padding:17px 18px;border-radius:12px;background:linear-gradient(125deg,#496c69,#315552);color:#fff;transition:background .2s ease}
.hpg4__climate-hero--low{background:linear-gradient(125deg,#2aa876,#197458)}
.hpg4__climate-hero--guarded{background:linear-gradient(125deg,#79a95b,#567d3d)}
.hpg4__climate-hero--elevated{background:linear-gradient(125deg,#d2a845,#9b761f)}
.hpg4__climate-hero--high{background:linear-gradient(125deg,#dd7554,#ae493d)}
.hpg4__climate-hero--severe{background:linear-gradient(125deg,#c84752,#8f2f3b)}
.hpg4__climate-hero--unknown{background:linear-gradient(125deg,#496c69,#315552)}
.hpg4__climate-hero>div{display:grid;grid-template-columns:1fr auto;align-items:end;column-gap:8px}
.hpg4__climate-hero span{grid-column:1/-1;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.72)}
.hpg4__climate-hero strong{font-size:34px;line-height:1;margin-top:7px}
.hpg4__climate-hero strong small{font-size:11px;font-weight:500;color:rgba(255,255,255,.65)}
.hpg4__climate-hero em{align-self:center;justify-self:start;padding:5px 8px;border-radius:99px;background:rgba(255,255,255,.14);font-size:8px;font-style:normal;font-weight:650}
.hpg4__climate-hero p{margin:0;font-size:9px;line-height:1.6;color:rgba(255,255,255,.8)}
.hpg4__climate-section{padding:18px 0 0}
.hpg4__climate-section+.hpg4__climate-section{margin-top:18px;border-top:1px solid #e5ecef}
.hpg4__climate-metrics,.hpg4__climate-changes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hpg4__climate-metric,.hpg4__climate-changes article{position:relative;min-height:83px;padding:11px 12px;border:1px solid #dce6e9;border-radius:10px;background:#fff}
.hpg4__climate-metric>span,.hpg4__climate-changes span{display:block;padding-right:23px;font-size:8px;color:#536c7c;font-weight:650}
.hpg4__climate-metric>strong,.hpg4__climate-changes strong{display:block;margin-top:10px;font-size:19px;color:#15374e}
.hpg4__climate-metric>.hpg4__metric-info{position:absolute;right:10px;top:10px}
.hpg4__climate-changes small{display:block;margin-top:6px;font-size:7px;line-height:1.4;color:#78909c}
.hpg4__climate-signals{display:flex;flex-direction:column;gap:9px}
.hpg4__climate-signals article{padding:11px 12px;border:1px solid #dce6e9;border-radius:10px;background:#fff}
.hpg4__climate-signals article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}
.hpg4__climate-signals span{font-size:8px;font-weight:650;color:#3f5d70}
.hpg4__climate-signals strong{font-size:11px;color:#173a50}
.hpg4__climate-signals small{display:block;margin-top:7px;font-size:7px;line-height:1.4;color:#768b98}
.hpg4__climate-meter{height:7px;margin-top:8px;border-radius:99px;background:#edf2f3;overflow:hidden}
.hpg4__climate-meter i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#64b9a9,#e2ba5b,#d56655)}
.hpg4__climate-charts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.hpg4__climate-chart{min-height:150px;padding:11px 12px;border:1px solid #dce6e9;border-radius:10px;background:#fff}
.hpg4__climate-chart header{display:flex;align-items:center;justify-content:space-between;gap:8px}
.hpg4__climate-chart header strong{font-size:8px;color:#3f5d70}
.hpg4__climate-chart header span{font-size:7px;color:#80919b}
.hpg4__climate-chart svg{display:block;width:100%;height:78px;margin-top:9px;overflow:visible}
.hpg4__climate-chart polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hpg4__climate-chart polyline.is-base{stroke:#9cb0b8;stroke-dasharray:3 3}
.hpg4__climate-chart polyline.is-recent{stroke:#008f8c}
.hpg4__climate-chart footer{display:flex;gap:12px;margin-top:7px;font-size:7px;color:#738894}
.hpg4__climate-chart footer span{display:flex;align-items:center;gap:5px}
.hpg4__climate-chart footer i{width:12px;height:3px;border-radius:3px;background:#008f8c}
.hpg4__climate-chart footer i.is-base{background:#9cb0b8}
.hpg4__climate-bars{height:76px;display:flex;align-items:flex-end;justify-content:space-between;gap:3px;margin-top:8px;border-bottom:1px solid #e5ecef}
.hpg4__climate-bars>span{flex:1;height:58px;display:flex;align-items:flex-end;justify-content:center;gap:1px}
.hpg4__climate-bars i{display:block;width:42%;min-height:2px;border-radius:2px 2px 0 0;background:#008f8c}
.hpg4__climate-bars i.is-base{background:#9cb0b8}
.hpg4__climate-readout{padding:13px 14px;border-radius:10px;background:#f3f8f7;color:#405d6c;font-size:8px;line-height:1.55}
.hpg4__climate-readout ul{margin:0;padding-left:17px}.hpg4__climate-readout li+li{margin-top:7px}
.hpg4__climate-method{margin-top:18px;padding:11px 13px;border:1px solid #dce6e9;border-radius:10px;background:#fafcfc;color:#5f7684;font-size:8px;line-height:1.5}
.hpg4__climate-method summary{cursor:pointer;color:#24485b;font-weight:700}
.hpg4__climate-method p{margin:9px 0 0}.hpg4__climate-method small{display:block;margin-top:8px;color:#7f929d}
@media(max-width:760px){
  .hpg4__metrics--mini{grid-template-columns:1fr 1fr}
  .hpg4__metrics--mini .hpg4__metric--mini{min-height:88px;padding:11px}
  .hpg4__metrics--mini .hpg4__metric--mini strong{font-size:20px}
  .hpg4__climate-panel{padding:16px 14px 26px}
  .hpg4__climate-hero{grid-template-columns:1fr;padding:15px}
  .hpg4__climate-metrics,.hpg4__climate-changes,.hpg4__climate-charts{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .hpg4__metrics--mini{grid-template-columns:1fr 1fr!important}
  .hpg4__metrics--mini .hpg4__metric--mini{min-height:84px}
  .hpg4__metric-info>span[role="tooltip"]{position:fixed;left:16px;right:16px;top:auto;bottom:18px;width:auto;max-width:none}
  .hpg4__metric-info>span[role="tooltip"]:before{display:none}
  .hpg4__climate-metrics,.hpg4__climate-changes,.hpg4__climate-charts{grid-template-columns:1fr}
}

/* 4.12.0: two-card population summary and risk-responsive climate hero */
.hpg4__metrics--mini{grid-template-columns:repeat(2,minmax(0,1fr))}
.hpg4__metrics--mini .hpg4__metric--mini{min-height:88px}


/* 4.14.0: refined route and compare actions, consolidated map controls */
.hpg4__map-controls{
  bottom:20px;
  width:42px;
}
.hpg4__map-controls .hpg4__basemap{
  position:static;
  width:42px;
  height:40px;
  min-width:0;
  padding:0;
  border:0;
  border-top:1px solid #edf1f3;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  display:grid;
  place-items:center;
  color:#163951;
}
.hpg4__map-controls .hpg4__basemap:hover{background:#f4f8f9}
.hpg4__map-controls .hpg4__basemap svg{width:18px;height:18px}
.hpg4__map-controls .hpg4__basemap span{display:none}
.hpg4__action-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:5px 5px 5px 15px;
  border:1px solid rgba(0,143,140,.42);
  border-radius:11px;
  background:#f2faf9;
  color:#057d79;
  font-size:10px;
  font-weight:700;
  line-height:1;
  box-shadow:0 4px 12px rgba(17,76,83,.06);
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.hpg4__action-cta i{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:8px;
  background:#008f8c;
  color:#fff;
  font-style:normal;
}
.hpg4__action-cta svg{width:16px;height:16px}
.hpg4__action-cta:hover{
  background:#e8f6f5;
  border-color:#008f8c;
  color:#006f6c;
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(17,76,83,.11);
}
.hpg4__action-cta:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}
.hpg4__action-cta:disabled i{background:#7caeac}
.hpg4__route-footer--simple .hpg4__action-cta{min-width:178px}
.hpg4__compare-selects .hpg4__action-cta{min-width:176px}
.hpg4__route-summary--draft .hpg4__actions .hpg4__action-cta{width:max-content;min-width:178px}
@media(max-width:760px){
  .hpg4__map-controls{left:12px;bottom:12px}
  .hpg4__basemap{left:auto!important;bottom:auto!important}
  .hpg4__route-footer--simple .hpg4__action-cta,
  .hpg4__compare-selects .hpg4__action-cta{width:100%;min-width:0}
}

/* 4.15.0: local rail and airport corridor registry */
.hpg4__route-mode{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;margin-top:12px;border:1px solid #dce6e9;border-radius:10px;background:#f2f6f7}
.hpg4__route-mode button{height:32px;min-width:92px;border:0;border-radius:7px;background:transparent;color:#5f7684;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;font:650 9px/1 Manrope,system-ui,sans-serif;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.hpg4__route-mode button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hpg4__route-mode button.is-active{background:#fff;color:#087b78;box-shadow:0 2px 8px rgba(25,58,71,.09)}
.hpg4__route-mode button:focus-visible{outline:2px solid rgba(0,143,140,.3);outline-offset:1px}
.hpg4__airport-access{margin-top:12px;border:1px solid var(--hpg-line);border-radius:11px;overflow:hidden;background:#fff}
.hpg4__airport-access>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-bottom:1px solid #edf2f3;background:#f8fafb}
.hpg4__airport-access>header span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:750;color:#29495d}
.hpg4__airport-access>header small{font-size:7px;color:#7a8e99}
.hpg4__airport-access>div{display:grid;grid-template-columns:1fr 1fr}
.hpg4__airport-access>div>div{padding:11px;min-width:0}
.hpg4__airport-access>div>div+div{border-left:1px solid #edf2f3}
.hpg4__airport-access span{display:block;font-size:7px;color:#748897}
.hpg4__airport-access strong{display:block;margin-top:4px;font-size:10px;line-height:1.3;color:#173a54;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpg4__airport-access small{display:block;margin-top:3px;font-size:7px;color:#627b88}
.hpg-transport-marker{background:transparent!important;border:0!important}
.hpg-transport-marker>div{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff;box-shadow:0 5px 14px rgba(15,44,58,.24);font:700 11px/1 Manrope,system-ui,sans-serif}
.hpg-transport-marker .is-airport{background:#1e7897;color:#fff;transform:rotate(-12deg)}
.hpg-transport-marker .is-rail{background:#9a6f2c;color:#fff;border-radius:8px}
@media (max-width:760px){
  .hpg4__route-mode{display:grid;width:100%;margin-top:10px}
  .hpg4__route-mode button{min-width:0;height:36px}
  .hpg4__airport-access>div{grid-template-columns:1fr}
  .hpg4__airport-access>div>div+div{border-left:0;border-top:1px solid #edf2f3}
}
@media (max-width:760px){
  .hpg4__route-fields>button{position:static;right:auto;top:auto;width:34px;height:34px;justify-self:center;transform:rotate(90deg)}
}

/* 4.16.1: road-first corridor result, cache-safe bundled transport registries */
.hpg4__route-mode{display:none!important}
.hpg4__eyebrow{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#6b8187;font-weight:750}
.hpg4__action-cta--route{
  appearance:none!important;
  -webkit-appearance:none!important;
  min-height:42px;
  justify-content:center;
  gap:9px;
  padding:0 16px;
  border-color:#008f8c!important;
  background:#008f8c!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(0,111,108,.17)!important;
}
.hpg4__action-cta--route i{
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent!important;
  color:currentColor;
}
.hpg4__action-cta--route:hover{
  border-color:#007c79!important;
  background:#007c79!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(0,111,108,.22)!important;
}
.hpg4__action-cta--route:focus,
.hpg4__action-cta--route:focus-visible{
  outline:0!important;
  border-color:#007c79!important;
  background:#007c79!important;
  color:#fff!important;
  box-shadow:0 0 0 3px rgba(0,143,140,.2),0 6px 16px rgba(0,111,108,.19)!important;
}
.hpg4__action-cta--route:active{
  transform:translateY(0)!important;
  border-color:#006d6a!important;
  background:#006d6a!important;
  color:#fff!important;
}
.hpg4__action-cta--route:disabled{
  border-color:#b9cdcf!important;
  background:#dbe7e8!important;
  color:#7b9298!important;
  box-shadow:none!important;
}
.hpg4__airport-access>header span,
.hpg4__rail-access>header span{font-size:9px}
.hpg4__airport-access>header small,
.hpg4__rail-access>header small{font-size:8px}
.hpg4__airport-access span{font-size:8px}
.hpg4__airport-access strong{font-size:11px}
.hpg4__airport-access small{font-size:8px}
.hpg4__rail-access{
  margin-top:12px;
  border:1px solid var(--hpg-line);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.hpg4__rail-access>header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border-bottom:1px solid #e7eef0;
  background:linear-gradient(135deg,#f6f9f9 0%,#edf6f5 100%);
}
.hpg4__rail-access>header div>span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:750;
  color:#58717f;
}
.hpg4__rail-access>header div>strong{
  display:block;
  margin-top:4px;
  color:#12394e;
  font-size:12px;
  line-height:1.3;
}
.hpg4__rail-access>header>small{
  padding:4px 7px;
  border:1px solid #c7dddd;
  border-radius:999px;
  background:#fff;
  color:#087b78;
  white-space:nowrap;
}
.hpg4__rail-access-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);
  align-items:center;
  padding:12px;
  border-bottom:1px solid #edf2f3;
}
.hpg4__rail-access-summary>div{min-width:0}
.hpg4__rail-access-summary>div:nth-of-type(2){text-align:center}
.hpg4__rail-access-summary>div:last-child{text-align:right}
.hpg4__rail-access-summary span,
.hpg4__rail-access-summary small{display:block;color:#718692;font-size:8px}
.hpg4__rail-access-summary strong{display:block;margin:4px 0 3px;color:#173a54;font-size:12px}
.hpg4__rail-access-summary small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpg4__rail-access-summary>i{
  position:relative;
  display:block;
  height:1px;
  margin:0 5px;
  background:#b7cdcf;
}
.hpg4__rail-access-summary>i:after{
  content:"";
  position:absolute;
  right:-1px;
  top:-3px;
  width:6px;
  height:6px;
  border-top:1px solid #7da7a6;
  border-right:1px solid #7da7a6;
  transform:rotate(45deg);
}
.hpg4__rail-timeline{
  list-style:none;
  margin:0;
  padding:13px 14px 10px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(92px,1fr));
  gap:0;
}
.hpg4__rail-timeline li{
  position:relative;
  min-width:0;
  padding:24px 8px 8px;
  text-align:center;
}
.hpg4__rail-timeline li:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:10px;
  height:2px;
  background:#d0dfe0;
}
.hpg4__rail-timeline li:first-child:before{left:50%}
.hpg4__rail-timeline li:last-child:before{right:50%}
.hpg4__rail-timeline li>i{
  position:absolute;
  z-index:1;
  left:50%;
  top:5px;
  width:12px;
  height:12px;
  margin-left:-6px;
  border:3px solid #fff;
  border-radius:50%;
  background:#8aa7aa;
  box-shadow:0 0 0 1px #adc2c4;
}
.hpg4__rail-timeline li.is-start>i,
.hpg4__rail-timeline li.is-end>i{background:#008f8c;box-shadow:0 0 0 1px #008f8c}
.hpg4__rail-timeline span,
.hpg4__rail-timeline strong,
.hpg4__rail-timeline small{display:block}
.hpg4__rail-timeline span{font-size:7px;text-transform:uppercase;letter-spacing:.07em;color:#81939c}
.hpg4__rail-timeline strong{margin-top:4px;font-size:9px;line-height:1.35;color:#173a54}
.hpg4__rail-timeline small{margin-top:3px;font-size:7px;color:#81939c}
.hpg4__rail-access>footer{
  padding:9px 12px;
  border-top:1px solid #edf2f3;
  background:#fafcfc;
  color:#758a94;
  font-size:8px;
  line-height:1.5;
}
@media(max-width:760px){
  .hpg4__rail-access-summary{grid-template-columns:1fr;gap:8px}
  .hpg4__rail-access-summary>div,
  .hpg4__rail-access-summary>div:nth-of-type(2),
  .hpg4__rail-access-summary>div:last-child{text-align:left}
  .hpg4__rail-access-summary>i{width:1px;height:12px;margin:0 0 0 4px}
  .hpg4__rail-access-summary>i:after{right:-3px;top:auto;bottom:-1px;transform:rotate(135deg)}
  .hpg4__rail-timeline{display:block;padding:12px 14px}
  .hpg4__rail-timeline li{padding:4px 0 13px 28px;text-align:left}
  .hpg4__rail-timeline li:before{left:7px!important;right:auto!important;top:0;bottom:0;width:2px;height:auto}
  .hpg4__rail-timeline li:first-child:before{top:10px}
  .hpg4__rail-timeline li:last-child:before{bottom:auto;height:10px}
  .hpg4__rail-timeline li>i{left:2px;top:5px;margin:0}
  .hpg4__rail-timeline strong{font-size:10px}
}


/* 4.16.1: keep the road action visually stable after click or keyboard focus */
.hpg4__action-cta--route{
  -webkit-tap-highlight-color:transparent;
}
.hpg4__action-cta--route:focus,
.hpg4__action-cta--route:focus-visible,
.hpg4__action-cta--route:active{
  outline:0!important;
  transform:none!important;
  border-color:#008f8c!important;
  background:#008f8c!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(0,111,108,.17)!important;
}


/* 4.17.0 observed rail corridor overlay */
.hpg4__rail-map-action{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-bottom:1px solid #edf2f3;background:#fff}
.hpg4__rail-map-action button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border:1px solid #d39a65;border-radius:9px;background:#fff8f2;color:#8b4c1c;font:700 9px/1.1 Manrope,system-ui,sans-serif;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.hpg4__rail-map-action button:hover{background:#fff1e4;border-color:#b66a2c;transform:translateY(-1px)}
.hpg4__rail-map-action button:focus-visible{outline:3px solid rgba(182,106,44,.18);outline-offset:2px}
.hpg4__rail-map-action button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hpg4__rail-map-action>small{max-width:190px;color:#7b8d96;font-size:8px;line-height:1.4;text-align:right}
.hpg4__rail-access--unverified .hpg4__rail-empty{padding:12px;color:#6f838e;font-size:9px;line-height:1.55}
.hpg-transport-marker .is-rail{background:#b66a2c;color:#fff;border-radius:50%}
@media(max-width:760px){.hpg4__rail-map-action{align-items:flex-start;flex-direction:column}.hpg4__rail-map-action>small{max-width:none;text-align:left}}


/* 4.18.0: compact header, route tool and one-interchange rail journeys */
.hpg4__header{grid-template-columns:minmax(180px,218px) minmax(300px,1fr)}
.hpg4__rail-timeline li.is-transfer>i{background:#b66a2c;box-shadow:0 0 0 1px #b66a2c}
.hpg4__rail-timeline li.is-transfer strong{color:#8b4c1c}
.hpg4__rail-access--transfer>header{background:linear-gradient(135deg,#fffaf5 0%,#f2f8f7 100%)}
.hpg4__rail-access--transfer>header>small{border-color:#e1bd9b;color:#8b4c1c}
@media(max-width:1180px){.hpg4__header{grid-template-columns:190px minmax(260px,1fr)}}
@media(max-width:900px){.hpg4__header{height:82px;grid-template-columns:190px minmax(250px,1fr);grid-template-rows:1fr;align-content:center}}
@media(max-width:760px){.hpg4__header{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto;gap:10px;padding:14px}.hpg4__rail{max-width:calc(100% - 24px)}}

/* 4.18.0 footer and floating toolbar refinements */
.hpg4__footer{justify-content:flex-start}
.hpg4__rail button:focus-visible{outline:3px solid rgba(0,143,140,.16);outline-offset:-3px}


/* 4.20.1: restored province indicators and refined climate charts */
.hpg4__entry-group--priority{border-color:rgba(0,143,140,.28);box-shadow:0 8px 22px rgba(0,105,104,.06)}
.hpg4__entry-group--priority>header{background:#f2faf9}
.hpg4__climate-chart header>div{display:flex;align-items:center;gap:6px}
.hpg4__climate-expand{width:25px;height:25px;display:grid;place-items:center;padding:0;border:1px solid #dce6e9;border-radius:7px;background:#fff;color:#31576a;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.hpg4__climate-expand:hover,.hpg4__climate-expand:focus-visible{border-color:#9fcac7;background:#eff8f7;outline:0;transform:translateY(-1px)}
.hpg4__climate-expand svg{width:13px;height:13px;margin:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hpg4__climate-related>div:last-child{display:grid;gap:7px}
.hpg4__climate-related a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid #dce6e9;border-radius:10px;background:#fff;color:#24485b;text-decoration:none;font-size:8px;font-weight:700;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.hpg4__climate-related a:hover,.hpg4__climate-related a:focus-visible{border-color:#a8d1ce;background:#f1f9f8;outline:0;transform:translateY(-1px)}
.hpg4__climate-related a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
body.hpg4-modal-open{overflow:hidden}
.hpg4__climate-modal{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:28px;pointer-events:none}
.hpg4__climate-modal[aria-hidden="false"]{pointer-events:auto}
.hpg4__climate-modal-backdrop{position:absolute;inset:0;background:rgba(8,28,41,.58);backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease}
.hpg4__climate-modal[aria-hidden="false"] .hpg4__climate-modal-backdrop{opacity:1}
.hpg4__climate-modal-panel{position:relative;width:min(1080px,96vw);max-height:min(860px,92vh);display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.55);border-radius:20px;background:#fff;box-shadow:0 30px 100px rgba(7,28,42,.34);opacity:0;transform:translateY(18px) scale(.985);transition:opacity .2s ease,transform .2s ease;overflow:hidden}
.hpg4__climate-modal[aria-hidden="false"] .hpg4__climate-modal-panel{opacity:1;transform:none}
.hpg4__climate-modal-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid #e4eaed;background:linear-gradient(180deg,#fff,#fafcfc)}
.hpg4__climate-modal-panel>header span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#718793;font-weight:700}
.hpg4__climate-modal-panel>header h3{margin:5px 0 0;font-size:23px;line-height:1.15;color:#16384e;letter-spacing:-.03em}
.hpg4__climate-modal-panel>header p{margin:7px 0 0;font-size:9px;color:#6f8490}
.hpg4__climate-modal-panel>header button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #dce5e9;border-radius:50%;background:#fff;color:#24485b;cursor:pointer;flex:0 0 auto}
.hpg4__climate-modal-panel>header button:hover,.hpg4__climate-modal-panel>header button:focus-visible{background:#f0f7f7;border-color:#a9cfcc;outline:0}
.hpg4__climate-modal-panel>header button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.hpg4__climate-modal-content{overflow:auto;padding:20px 24px 26px}
.hpg4__climate-modal-chart{display:grid;gap:18px}
.hpg4__climate-modal-legend{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:9px;color:#617984}
.hpg4__climate-modal-legend span{display:flex;align-items:center;gap:7px;font-weight:700;color:#38576a}
.hpg4__climate-modal-legend i{width:20px;height:4px;border-radius:9px;background:#008f8c}
.hpg4__climate-modal-legend i.is-base{background:#93a8b0}
.hpg4__climate-modal-legend em{margin-left:auto;font-style:normal;color:#7a8f99}
.hpg4__climate-modal-plot{padding:12px 10px 4px;border:1px solid #e1e8eb;border-radius:14px;background:#fbfcfc;overflow:auto}
.hpg4__climate-modal-plot svg{display:block;width:100%;min-width:760px;height:auto;overflow:visible}
.hpg4__climate-modal-plot .grid line{stroke:#e2e9ec;stroke-width:1}
.hpg4__climate-modal-plot .grid text,.hpg4__climate-modal-plot .months text,.hpg4__climate-modal-plot .unit{fill:#718690;stroke:none!important;paint-order:normal;font-size:11px;font-family:inherit}
.hpg4__climate-modal-plot .series path{fill:none;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.hpg4__climate-modal-plot .series path.is-base{stroke:#93a8b0;stroke-dasharray:7 7}
.hpg4__climate-modal-plot .series path.is-recent{stroke:#008f8c}
.hpg4__climate-modal-plot .series circle{stroke:#fff!important;stroke-width:2;vector-effect:non-scaling-stroke}
.hpg4__climate-modal-plot .series circle.is-base{fill:#93a8b0}
.hpg4__climate-modal-plot .series circle.is-recent{fill:#008f8c}
.hpg4__climate-modal-plot .series rect{stroke:none!important;shape-rendering:geometricPrecision}
.hpg4__climate-modal-plot .series rect.is-base{fill:#a8b8be}
.hpg4__climate-modal-plot .series rect.is-recent{fill:#008f8c}
.hpg4__climate-modal-table{border:1px solid #e1e8eb;border-radius:13px;overflow:auto}
.hpg4__climate-modal-table table{width:100%;border-collapse:collapse;min-width:580px;font-size:9px}
.hpg4__climate-modal-table th,.hpg4__climate-modal-table td{padding:10px 13px;border-bottom:1px solid #edf1f3;text-align:right;color:#435f6f}
.hpg4__climate-modal-table th:first-child,.hpg4__climate-modal-table td:first-child{text-align:left}
.hpg4__climate-modal-table thead th{background:#f5f8f9;color:#27495c;font-size:8px;text-transform:uppercase;letter-spacing:.04em}
.hpg4__climate-modal-table tbody tr:last-child th,.hpg4__climate-modal-table tbody tr:last-child td{border-bottom:0}
.hpg4__climate-modal-table td.is-up{color:#b85f3f;font-weight:700}
.hpg4__climate-modal-table td.is-down{color:#237c70;font-weight:700}
@media(max-width:700px){
  .hpg4__climate-modal{padding:0;align-items:end}
  .hpg4__climate-modal-panel{width:100vw;max-height:94vh;border-radius:18px 18px 0 0}
  .hpg4__climate-modal-panel>header{padding:18px 17px 15px}
  .hpg4__climate-modal-panel>header h3{font-size:20px}
  .hpg4__climate-modal-content{padding:15px 14px 22px}
  .hpg4__climate-modal-legend{gap:12px}
  .hpg4__climate-modal-legend em{width:100%;margin-left:0}
}


/* 4.20.2: direct province profile link beneath the selected province title */
.hpg4__province-profile-link{display:inline-flex;align-items:center;gap:5px;margin-top:5px;color:#347184;text-decoration:none;font-size:10px;font-weight:650;line-height:1.35;transition:color .16s ease}
.hpg4__province-profile-link svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;transition:transform .16s ease}
.hpg4__province-profile-link:hover,.hpg4__province-profile-link:focus-visible{color:#008f8c;outline:0;text-decoration:underline;text-underline-offset:3px}
.hpg4__province-profile-link:hover svg,.hpg4__province-profile-link:focus-visible svg{transform:translate(1px,-1px)}
