.stones-map{max-width:1160px;margin:0 auto 48px;padding:20px;color:#f6efe3;font:16px/1.6 Arial,sans-serif;box-sizing:border-box}
.stones-map-hint{color:#d6beb3;font-size:14px;margin:0 0 16px}
.stones-map-canvas{position:relative;width:100%;aspect-ratio:var(--stones-map-ratio,2560/1440);line-height:0;border:1px solid #624035;border-radius:18px;background:#28100e;overflow:hidden}
/* Image and percentage markers always share one fixed, uncropped coordinate plane. */
.stones-map-canvas .stones-map-image{display:block!important;position:absolute;inset:0;width:100%!important;height:100%!important;max-height:none!important;object-fit:fill!important;margin:0!important;padding:0!important}
.stones-map-point{position:absolute;width:26px;height:26px;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;z-index:1}
.stones-map-point span{display:block;width:9px;height:9px;background:#f6efe3;border:2px solid #321410;border-radius:50%;box-shadow:0 0 0 2px #dab879}
.stones-map-point[aria-current]{z-index:2;background:#dab87955}.stones-map-point[aria-current] span{background:#dab879}
.stones-map-point:focus-visible{outline:2px solid #fff;outline-offset:2px;z-index:3}
.stones-map-label{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:22px 0 16px;color:#d6beb3}
.stones-map-select{max-width:100%;min-height:48px;background:#43241e;color:#f6efe3;border:1px solid #87614b;border-radius:12px;padding:10px 36px 10px 14px;font:16px Arial,sans-serif}
.stones-map-details article{background:#43241e;border:1px solid #624035;border-radius:18px;padding:24px;margin-bottom:16px}
.stones-map-details article[hidden]{display:none!important}
.stones-map-details article{scroll-margin-top:128px}
.stones-map-details h3{font:400 28px/1.25 Georgia,serif!important;color:#f6efe3!important;margin:0 0 10px}
.stones-map-details p{color:#d6beb3!important;margin:0 0 18px}
.stones-map-details a,.stones-view .sv-exhibit-card-link{display:inline-block;color:#dab879!important;border:1px solid #87614b;border-radius:999px;padding:10px 20px;text-decoration:none;font:14px/1.5 Arial,sans-serif}
.stones-map-details a:hover{background:#321410}.stones-map-details a:focus-visible{outline:2px solid #dab879;outline-offset:4px}
.stones-view .sv-exhibit-card-link{margin-top:14px}
@media(max-width:600px){.stones-map{padding:12px}.stones-map-label{display:block}.stones-map-select{display:block;width:100%;margin-top:8px}.stones-map-point{width:22px;height:22px}.stones-map-point span{width:7px;height:7px}.stones-map-details article{padding:20px}}
