/* Map-only additions. The original site header, footer and global style are untouched. */
.dz-discovery[data-place=""] .dz-discovery-hero { padding-bottom:32px; }
.dz-discovery[data-place=""] .dz-discovery-hero-grid { display:block; }
.dz-discovery[data-place=""] .dz-discovery-postcard { display:none; }
.dz-discovery[data-place=""] .dz-discovery-crumbs { margin-bottom:22px; }
.dz-discovery[data-place=""] h1 { font-size:clamp(32px,3.6vw,48px);max-width:none; }
.dz-discovery[data-place=""] h1 br { display:none; }
.dz-discovery[data-place=""] .dz-discovery-hero p { margin-top:14px;max-width:850px;font-size:15px; }
.dz-discovery[data-place=""] .dz-discovery-stats { margin-top:18px; }
.dz-discovery[data-place=""] .dz-discovery-stats strong { font-size:24px; }
#culture-map { padding-top:38px;scroll-margin-top:90px; }
#culture-map .dz-discovery-region-grid { grid-template-columns:minmax(0,1.45fr) minmax(320px,1fr);gap:30px;align-items:start; }
.dz-map { min-width:0;background:#f5f2e9;border:1px solid #ddd5c2;border-radius:6px;overflow:hidden; }
.dz-map-toolbar { display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:16px 18px 10px; }
.dz-map select,.dz-map button { color:#25251f;font:inherit;font-size:12px;border:1px solid #bfb59b;background:#fffcf4;border-radius:3px;min-height:40px;padding:8px 10px;cursor:pointer; }
.dz-map select { max-width:220px;flex:1;min-width:135px; }
.dz-map button:hover { background:#eed79a;border-color:#8f6a13; }
.dz-map-breadcrumb { font-size:12px;line-height:1.6;color:#665f50;padding:4px 20px 0; }
.dz-map-canvas { aspect-ratio:900/630;position:relative; }
.dz-map-canvas>svg { display:block;width:100%;height:auto; }
.dz-map-loading { position:absolute;inset:0;display:grid;place-content:center;padding:30px;text-align:center;font-size:14px;line-height:1.8;color:#675f4f; }
.dz-map-shape { fill:#fffdf7;stroke:#b9af98;stroke-width:1;stroke-linejoin:round;cursor:pointer; }
.dz-map-shape.has-content { fill:#eddbac;stroke:#a58b4e; }
.dz-map-shape[aria-pressed="true"] { fill:#c7932b;stroke:#674807;stroke-width:1.8; }
.dz-map-shape:hover,.dz-map-shape:focus-visible { fill:#e5bd61;stroke:#674807;stroke-width:2;outline:none; }
.dz-map-outline { fill:#fffdf7;stroke:#b9af98;stroke-width:.8; }
.dz-map-label { font-size:15px;fill:#514d44;paint-order:stroke;stroke:#fffdf7;stroke-width:3;stroke-linejoin:round;user-select:none;cursor:pointer;text-anchor:middle; }
.dz-map-label.has-content { fill:#5d4108;font-weight:800; }
.dz-map-label[aria-pressed="true"] { fill:#332300;font-weight:800;stroke:#e6c274; }
.dz-map-label:focus-visible { outline:2px solid #684507;outline-offset:4px; }
.dz-map-label.city { font-size:17px; }
.dz-map-callout { fill:none;stroke:#9b9179;stroke-width:.8;pointer-events:none; }
.dz-map-status { padding:8px 20px;min-height:48px;font-size:12px;line-height:1.8;color:#625a4a; }
.dz-map-footer { display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid #ded7c5;padding:12px 18px;font-size:10px;line-height:1.7;color:#6b6251; }
.dz-map-footer i { display:inline-block;width:9px;height:9px;background:#eddbac;border:1px solid #a58b4e;margin-right:5px; }
.dz-map-footer a { text-decoration:underline; }
#culture-map .dz-discovery-place-list { background:#fffdf8;border:1px solid var(--line);border-radius:6px;padding:25px;max-height:660px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c6baa0 transparent; }
#culture-map .dz-discovery-place-card { padding:22px 0; }
#culture-map .dz-discovery-place-card h3 { font-size:26px; }
#culture-map .dz-discovery-place-card p { font-size:13px; }
#culture-map .dz-discovery-result-count { font-size:17px;font-weight:700;color:var(--ink);line-height:1.7; }
#culture-map .dz-discovery-region-picker { grid-column:1/-1;order:3; }
.dz-map-ready #culture-map .dz-discovery-region-picker { display:none; }
@media(max-width:1000px) {
 #culture-map .dz-discovery-region-grid { grid-template-columns:minmax(0,1.2fr) minmax(275px,1fr);gap:20px; }
 #culture-map .dz-discovery-place-list { padding:20px;max-height:560px; }
 .dz-map-toolbar { padding:12px; }.dz-map-status { padding:8px 12px; }
}
@media(max-width:720px) {
 #culture-map .dz-discovery-region-grid { grid-template-columns:minmax(0,1fr);gap:20px; }
 #culture-map .dz-discovery-place-list { max-height:none;padding:20px; }
 .dz-discovery[data-place=""] .dz-discovery-hero { padding-bottom:24px; }
 .dz-discovery[data-place=""] .dz-discovery-hero p { font-size:14px; }
 .dz-discovery[data-place=""] .dz-discovery-stats { gap:22px; }
 #culture-map { padding-top:28px; }
 #culture-map .dz-discovery-section-head { margin-bottom:18px; }
 #culture-map .dz-discovery-section-head h2 { font-size:26px; }
 .dz-map select,.dz-map button { min-height:44px; }
 .dz-map-label { font-size:21px;stroke-width:3.5; }
 .dz-map-label.city { font-size:23px; }
 .dz-map-toolbar { gap:6px; }.dz-map-toolbar button { font-size:11px;padding-inline:8px; }
}
