.layer--expmap{background:var(--color-bg-soft,#f5f1e8)}
.layer--expmap .container{max-width:1180px;margin-inline:auto;padding:4rem 1.5rem}
.expmap-head{text-align:center;max-width:62ch;margin:0 auto 2rem}
.expmap-head .heading{margin:0 0 .5rem}
.expmap-sub{color:var(--color-fg-muted,#6b665b);margin:0;line-height:1.6}
.expmap-grid{display:grid;gap:1.5rem}
@media(min-width:880px){.expmap-grid{grid-template-columns:1.45fr 1fr}}
.expmap__canvas{min-height:400px;border-radius:var(--radius-md,16px);overflow:hidden;border:1px solid var(--color-border,#e7e2d8);background:#dfe7df;z-index:0}
.expmap__list{display:flex;flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;max-height:440px;overflow:auto}
.expmap__item{display:flex;gap:.75rem;padding:.8rem 1rem;background:var(--color-bg-elev,#fff);border:1px solid var(--color-border,#e7e2d8);border-radius:var(--radius-md,12px)}
.expmap__item h3{margin:0 0 .15rem;font-family:var(--font-display,Georgia,serif);font-size:1rem;color:var(--color-fg,#29271f)}
.expmap__item p{margin:0;font-size:.86rem;color:var(--color-fg-muted,#6b665b);line-height:1.45}
.expmap__dot{flex:none;width:.7rem;height:.7rem;border-radius:50%;background:var(--color-accent,#c7833b);margin-top:.45rem}
.expmap-pin svg{filter:drop-shadow(0 2px 3px rgba(0,0,0,.3));transition:transform .15s ease;transform-origin:50% 100%}
.expmap-pin.is-active svg{transform:scale(1.3)}
.expmap__item{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}
.expmap__item:hover,.expmap__item.is-active{border-color:var(--color-accent,#c7833b);box-shadow:var(--shadow-sm,0 4px 14px rgba(41,39,35,.10))}
@media(max-width:759px){.layer--expmap .container{padding-inline:.5rem}.expmap__list{margin-inline:-1rem}.expmap__canvas{min-height:230px;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;border-inline:0}}
.expmap__canvas .leaflet-container{height:100%;font:inherit}
