/* Interactive journey map */
.route-atlas{min-height:520px}.route-atlas:after{pointer-events:none}.route-atlas svg{inset:36px 10px 132px;height:calc(100% - 168px)}.map-stop{cursor:pointer;outline:none}.map-stop text{pointer-events:none}.map-stop .base-dot,.map-stop .trip-dot,.day-trip{transition:transform .18s ease,fill .18s ease,stroke .18s ease}.map-stop:hover .trip-dot,.map-stop:focus .trip-dot,.map-stop.is-selected .trip-dot{fill:#e88862;stroke:#fff7ed;transform:scale(1.45);transform-box:fill-box;transform-origin:center}.map-stop:hover .base-dot,.map-stop:focus .base-dot,.map-stop.is-selected .base-dot{fill:#143d36;transform:scale(1.18);transform-box:fill-box;transform-origin:center}.day-trip.is-selected{stroke:#e88862;stroke-width:4;stroke-dasharray:none}.map-stop.is-selected text{fill:#143d36;font-weight:850}.map-bases{bottom:102px}.map-bases button{border:1px solid #b6d8ce;background:#eff9f6cc;color:#477a70;padding:6px 9px;border-radius:999px;font:inherit;font-size:11px;cursor:pointer}.map-bases button b{color:#174f45}.map-bases button.is-selected{background:#174f45;color:#fff;border-color:#174f45}.map-bases button.is-selected b{color:#fff}.map-detail{position:absolute;z-index:2;left:18px;right:18px;bottom:15px;min-height:73px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:rgba(255,255,255,.91);border:1px solid #bad8cf;border-radius:16px;box-shadow:0 12px 30px rgba(20,61,54,.1);backdrop-filter:blur(12px)}.map-detail div{display:grid;gap:3px}.map-detail b{font-size:13px;color:#143d36}.map-detail span{font-size:11px;color:#56766e;line-height:1.35}.map-detail a{flex:0 0 auto;padding:8px 10px;border-radius:10px;background:#174f45;color:#fff;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}

/* Shopping souvenirs */
.souvenir-section{margin:30px 0;padding:34px;border:1px solid #d4e4df;border-radius:28px;background:rgba(255,255,255,.76);box-shadow:0 18px 50px rgba(20,61,54,.07)}.souvenir-section>h2{margin:5px 0 10px;font:700 clamp(30px,4vw,50px)/1.02 var(--serif);color:#143d36}.souvenir-lead{max-width:760px;color:#5f746e;line-height:1.65}.souvenir-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.souvenir-card{padding:20px;border:1px solid #d9e7e3;border-radius:20px;background:#fff}.souvenir-card h3{margin:0 0 6px;font-size:18px;color:#143d36}.souvenir-card>p{margin:0 0 14px;color:#71837e;font-size:13px;line-height:1.45}.souvenir-list{display:grid;gap:8px}.souvenir-check{display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;padding:9px 0;border-top:1px solid #edf2f0;color:#31534c;font-size:13px;line-height:1.35;cursor:pointer}.souvenir-check input{width:17px;height:17px;margin:1px 0;accent-color:#e88862}.souvenir-check:has(input:checked){color:#8a9a96;text-decoration:line-through}.souvenir-where{margin-top:18px;padding:22px;border-radius:20px;background:#edf7f4}.souvenir-where h3{margin:0 0 13px;color:#143d36}.souvenir-place{display:grid;grid-template-columns:145px 1fr auto;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #d4e6e0;font-size:13px}.souvenir-place:first-of-type{border-top:0}.souvenir-place b{color:#174f45}.souvenir-place span{color:#5e746e}.souvenir-place a{color:#d96f4c;font-weight:800;text-decoration:none}.souvenir-warning{margin-top:14px;padding:15px 17px;border-left:4px solid #e88862;border-radius:5px 14px 14px 5px;background:#fff5ed;color:#654d44;font-size:13px;line-height:1.5}
@media(max-width:760px){.route-atlas{min-height:500px}.route-atlas svg{inset:38px 0 145px;width:100%;height:calc(100% - 183px)}.map-bases{bottom:112px}.map-bases button{font-size:10px;padding:5px 7px}.map-detail{left:10px;right:10px;bottom:10px;min-height:92px;align-items:flex-start}.map-detail a{align-self:center}.souvenir-section{margin:22px 0;padding:20px}.souvenir-grid{grid-template-columns:1fr}.souvenir-place{grid-template-columns:1fr;gap:3px}.souvenir-place a{margin-top:3px}}
