.province-map-block{grid-column:1/-1;margin-top:25px;background:#f3efdf;color:#08251f;border-radius:18px;padding:clamp(20px,4vw,42px)}.map-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.map-header span{font-size:9px;font-weight:800;letter-spacing:.14em;color:#df7044}.map-header h3{font-size:clamp(26px,3vw,40px);margin-top:6px}.map-header>small{font-size:7px;color:#7c8984;letter-spacing:.12em}.map-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.map-stage{position:relative;min-height:540px;background:#dce8df;border-radius:12px;overflow:hidden}.map-stage:after{content:"N";position:absolute;right:20px;top:18px;width:29px;height:29px;border:1px solid rgba(8,37,31,.25);border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:800}.map-stage svg{position:absolute;inset:4%;width:92%;height:92%;filter:drop-shadow(0 17px 15px rgba(25,68,53,.16))}.map-stage svg path:first-child{fill:#a9c596;stroke:#658a74;stroke-width:3}.river-line{fill:none;stroke:#e8f2eb;stroke-width:9;stroke-linecap:round;opacity:.85}.map-marker{position:absolute;width:24px;height:24px;margin:-12px 0 0 -12px;border:3px solid #fff;border-radius:50%;background:#df7044;box-shadow:0 3px 8px rgba(0,0,0,.28);cursor:pointer;transition:.2s;z-index:2}.map-marker:hover,.map-marker:focus,.map-marker.active{transform:scale(1.38);background:#f2bd55;outline:0;z-index:4}.map-marker:after{content:attr(data-short);position:absolute;left:50%;top:24px;transform:translateX(-50%);background:#fffdf7;padding:3px 5px;border-radius:3px;font-size:7px;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 3px 8px rgba(0,0,0,.12)}.map-marker:hover:after,.map-marker:focus:after,.map-marker.active:after{opacity:1}.map-preview{background:#fffdf7;border-radius:12px;padding:clamp(24px,3vw,38px);display:flex;flex-direction:column}.map-zone{font-size:9px;font-weight:800;color:#df7044;letter-spacing:.14em}.map-preview>h3{font-size:clamp(28px,3vw,42px);margin:11px 0 14px}.map-preview>p{font-size:13px;line-height:1.65;color:#60716b}.map-meta{display:grid;gap:10px;margin:18px 0 auto}.map-meta>div{border-top:1px solid rgba(8,37,31,.12);padding:13px 0}.map-meta small,.map-meta strong{display:block}.map-meta small{font-size:7px;color:#7a8883;letter-spacing:.13em;margin-bottom:5px}.map-meta strong{font-size:13px}.map-preview .button{justify-content:center;margin-top:25px}.map-preview .button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media(max-width:900px){.map-layout{grid-template-columns:1fr}.map-stage{min-height:480px}.map-preview{min-height:370px}}@media(max-width:560px){.province-map-block{padding:14px;margin-left:-8px;margin-right:-8px}.map-header{align-items:start;flex-direction:column;gap:8px}.map-stage{min-height:390px}.map-marker{width:19px;height:19px;margin:-9px 0 0 -9px;border-width:2px}.map-marker:after{display:none}}
