/* The requested map illustration is isolated to the home contact section. */
.page-home .map-card { min-width:0; width:100%; align-self:center; }
.page-home .map-consent--illustrated { display:block; min-height:0; height:auto; padding:0; aspect-ratio:4/3; overflow:hidden; border-color:rgba(184,155,106,.18); background:#14110e; }
.page-home .map-preview-art { display:block; position:absolute; inset:0; width:100%; height:100%; object-fit:cover; pointer-events:none; }
.page-home .map-consent--illustrated .map-preview-load { position:absolute; bottom:18px; left:50%; transform:translateX(-50%); display:flex; align-items:center; justify-content:center; gap:12px; width:max-content; max-width:calc(100% - 32px); margin:0; padding:14px 20px; color:var(--text-light); background:rgba(14,12,10,.88); border-color:rgba(184,155,106,.4); font-size:14px; line-height:1.5; letter-spacing:.08em; white-space:normal; }
.page-home .map-preview-load[hidden] { display:none; }
.page-home .map-consent--illustrated .map-preview-load:hover { background:#252017; border-color:var(--gold); }
.page-home .map-preview-dot { width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 3px rgba(184,155,106,.25); flex:none; }
.page-home .map-consent--illustrated iframe { z-index:1; }
.page-home .map-privacy { max-width:44em; margin:18px 0 0; font-size:12.5px; line-height:1.8; color:var(--text-muted-light); }
.page-home .map-privacy a { text-decoration:underline; text-decoration-color:var(--gold); text-underline-offset:3px; }
@media (max-width:390px) {
  .page-home .map-consent--illustrated .map-preview-load { bottom:14px; padding:12px 14px; gap:10px; letter-spacing:.04em; }
}
