.territory { padding-block: 5rem 3rem; }
.territory-heading { display: grid; grid-template-columns: 1.07fr 1fr; gap: 3rem; align-items: end; }
.territory-heading h2 { margin-top: 1.15rem; }
.territory-heading h2 em { color: var(--blue); }
.territory-heading > p { max-width: 31rem; font-size: 1.0625rem; padding-bottom: .3rem; }
.territory-layout { display: grid; grid-template-columns: minmax(0, 1fr) 21rem; gap: 3rem; margin-top: 2.7rem; align-items: center; }
.territory-figure { min-width: 0; }
.map-stage { position: relative; background: radial-gradient(ellipse at 51% 45%, #e9eef780 0%, #fafaf600 67%); }
.territory-map { width: 100%; height: auto; display: block; overflow: visible; }
.map-scene { transform-origin: 50% 50%; transition: transform .65s cubic-bezier(.2,.65,.2,1); }
.map-covered { cursor: pointer; }
.map-relief, .map-marker, .map-context-brussels { pointer-events: none; }
.map-hit { pointer-events: all; }
.map-relief { transition: transform .4s cubic-bezier(.2,.65,.2,1); }
.map-face { transition: filter .35s, stroke .35s; }
.map-pin circle { transition: fill .3s, stroke .3s; }
.map-marker.is-active .map-relief { transform: translateY(-3px); }
.map-covered.is-active .map-face { filter: brightness(1.06); stroke: #2d51bd; stroke-width: 1.6; }
.map-marker.is-active .map-pin circle:first-child { fill: #182642; }
.map-region-outline, .map-annotations { pointer-events: none; }
.map-caption { display: flex; justify-content: space-between; align-items: center; padding: 1.15rem 0; border-block: 1px solid var(--rule); margin-top: -.5rem; min-height: 5.5rem; }
.map-readout strong { display: block; color: var(--blue); font-size: 1.15rem; font-weight: 500; line-height: 1.4; }
.map-readout > span { display: block; color: var(--muted); font-size: .875rem; margin-top: .15rem; }
.map-replay { color: var(--blue); background: none; border: 1px solid #d4ddef; width: 2.6rem; height: 2.6rem; border-radius: 50%; font-size: 1.5rem; cursor: pointer; flex-shrink: 0; margin-left: 1rem; }
.map-replay:hover { background: #edf1fa; }
.map-replay[hidden] { display: none; }
.map-replay:focus-visible, .zone-commune:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.map-legend { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-top: 1.2rem; font-size: .8125rem; line-height: 1.4; color: var(--muted); }
.map-legend > span { display: inline-flex; gap: .5rem; align-items: center; }
.map-legend i { display: inline-block; width: .9rem; height: .9rem; }
.legend-covered { background: var(--citron); border: 1px solid #acbe7e; }
.legend-brussels { background: #d5dff5; border: 1px solid #b3c2e3; }
.map-legend .legend-border { height: 0; border-top: 2px solid #2d51bd; width: 1rem; }
.zone-directory-label { font-size: .75rem; letter-spacing: .11em; color: var(--blue); font-weight: 600; margin-bottom: .5rem; }
.zone-south-label { margin-top: 1.75rem; }
.zone-communes { padding: 0; margin: 0; list-style: none; }
.zone-communes li { border-bottom: 1px solid var(--rule); }
.zone-commune { display: grid; grid-template-columns: 1.8rem minmax(0,1fr) 1rem; align-items: center; gap: .55rem; width: 100%; padding: .67rem .3rem .67rem 0; border: 0; color: var(--ink); background: transparent; font: inherit; font-size: .9375rem; text-align: left; line-height: 1.4; cursor: pointer; transition: background .3s, color .3s, padding .3s; }
.zone-number { font-size: .75rem; font-variant-numeric: tabular-nums; color: #64769a; }
.zone-arrow { color: var(--blue); opacity: 0; transition: opacity .3s; }
.zone-commune:hover, .zone-commune.is-active { background: #eaf1d6; color: var(--blue); padding-left: .5rem; }
.zone-commune:hover .zone-arrow, .zone-commune.is-active .zone-arrow, .zone-commune:focus-visible .zone-arrow { opacity: 1; }
.zone-map-hint { font-size: .8125rem; color: var(--muted); margin-top: 1.2rem; }
.map-source { color: var(--muted); font-size: .75rem; margin-top: 1.8rem; }
.map-source summary { cursor: pointer; width: fit-content; padding-block: .4rem; }
.map-source p { margin-top: .4rem; max-width: 46rem; }
.map-source a { text-decoration: underline; }
@media (prefers-reduced-motion: no-preference) {
  .territory.is-entering .map-solid { animation: map-settle 1.25s cubic-bezier(.2,.7,.25,1) both; }
  .territory.is-entering .map-marker { animation: map-reveal .7s calc(.2s + var(--map-order, 0) * 35ms) ease both; }
  @keyframes map-settle { from { transform: translateY(7px); } to { transform: translateY(0); } }
  @keyframes map-reveal { from { opacity: 0; } to { opacity: 1; } }
}
@media (max-width: 1150px) {
  .territory-layout { grid-template-columns: minmax(0,1fr) 18rem; gap: 1.75rem; }
  .zone-commune { font-size: .875rem; }
}
@media (max-width: 900px) {
  .territory-layout { grid-template-columns: 1fr; }
  .territory-figure { width: 100%; max-width: 50rem; margin-inline: auto; }
  .zone-directory { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; align-items: start; }
  .zone-directory-label { grid-column: 1; }
  .zone-directory .zone-communes { grid-column: 1; }
  .zone-directory .zone-south-label { grid-column: 2; grid-row: 1; margin-top: 0; }
  .zone-directory .zone-communes:last-of-type { grid-column: 2; grid-row: 2; }
  .zone-map-hint { grid-column: 1 / -1; }
  .zone-commune { font-size: .9375rem; min-height: 2.8rem; }
}
@media (max-width: 760px) {
  .territory { padding-block: 3.4rem 2.6rem; }
  .territory-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .territory-layout { margin-top: 1.5rem; }
  .map-stage { margin-inline: -1rem; }
  .map-pin text { font-size: 21px; }
  .map-pin circle:first-child { r: 19px; }
  .map-pin circle:nth-child(2) { r: 22px; }
  .map-annotations { display: none; }
  .map-legend { font-size: .75rem; gap: .7rem 1.1rem; }
  .map-readout strong { font-size: 1rem; }
  .map-readout > span { font-size: .8125rem; }
  .map-caption { margin-top: .4rem; }
  .zone-directory { gap: .3rem 1rem; }
  .zone-commune { grid-template-columns: 1.5rem minmax(0,1fr); gap: .3rem; font-size: .875rem; min-height: 3rem; }
  .zone-arrow { display: none; }
  .zone-directory-label { font-size: .75rem; letter-spacing: .06em; }
  nav { flex-wrap: wrap; }
}
@media (max-width: 430px) {
  .zone-directory { display: block; }
  .zone-directory .zone-south-label { margin-top: 1.4rem; }
  .zone-communes { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1rem; }
  .zone-commune { font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .map-replay { display: none; }
  .map-scene, .map-relief { transform: none !important; }
}
