.explore-launch { margin: 4px 14px 16px; cursor: pointer; font: inherit; font-size: 16px; }
.explorer { margin: auto; width: min(1440px, calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 0; border: 3px solid #a6bed2; background: #182742; color: #f4f0e2; box-shadow: 12px 12px 0 #0c1729; font-family: inherit; }
.explorer::backdrop { background: #071224dc; }
.explorer *, .explorer *::before, .explorer *::after { box-sizing: border-box; }
.explorer button, .explorer a { font: inherit; font-size: 16px; }
.explorer button { cursor: pointer; }
.explorer button:focus-visible, .explorer a:focus-visible, .explorer canvas:focus-visible { outline: 3px solid #f7d63e; outline-offset: 3px; }
.explorer-header { position: sticky; top: 0; z-index: 5; background: #182742; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; border-bottom: 2px solid #4e6482; }
.explorer-eyebrow { font-size: 12px; color: #b1cadd; }
.explorer h2 { margin: 8px 0 0; font-size: 26px; line-height: 1.3; }
.explorer-exit { border: 2px solid #a9bfce; color: #f4f0e2; padding: 12px 16px; background: #243654; flex-shrink: 0; }
.explorer-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; }
.explorer-stage { min-width: 0; position: relative; height: min(630px, calc(100dvh - 160px)); min-height: 400px; background: radial-gradient(ellipse at 50% 40%, #2f5165, #182742 75%); overflow: hidden; }
.explorer-canvas { width: 100%; height: 100%; display: block; touch-action: pan-y; cursor: crosshair; }
.explorer [hidden] { display: none !important; }
.explorer-labels { position: absolute; inset: 0; pointer-events: none; }
.explorer-labels button { position: absolute; transform: translate(-50%, -100%); white-space: nowrap; padding: 8px 11px; background: #f3e4b9; color: #253648; border: 2px solid #ddc38a; box-shadow: 3px 3px 0 #0c17296b; pointer-events: auto; font-size: 15px; }
.home .explorer-labels button:active { transform: translate(-50%, -100%); }
.explorer-labels button[aria-pressed="true"] { background: #f7d63e; border-color: #f7d63e; }
.visitor-label { position: absolute; transform: translate(-50%, -100%); color: #f7d63e; font-size: 14px; font-weight: bold; padding: 2px 9px; background: #17253ed9; pointer-events: none; }
.explorer-stage-footer { position: absolute; bottom: 14px; left: 18px; right: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; pointer-events: none; }
.explorer-instructions { font-size: 14px; line-height: 1.7; margin: 0; color: #bfd0e0; }
.explorer-stage-footer button { pointer-events: auto; border: 1px solid #6d88a4; background: #1d304c; color: #e7edf4; padding: 10px 12px; font-size: 14px; }
.explorer-sidebar { scroll-margin-top: 110px; border-left: 2px solid #4e6482; padding: 25px 22px; background: #1e2e49; }
.explorer-nav-title { color: #c1d1df; margin: 0 0 14px; font-size: 16px; }
.explorer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.explorer-nav button { text-align: left; padding: 11px 8px; color: #e1eaf2; border: 1px solid #6e86a1; background: #263b59; }
.explorer-nav button[aria-pressed="true"] { background: #f7d63e; border-color: #f7d63e; color: #1b2941; }
.explorer-card { margin-top: 25px; padding: 23px 19px; background: #f2dfa8; color: #293549; box-shadow: 5px 5px 0 #0d1b32; min-height: 235px; }
.explorer-card-kicker { font-size: 14px; color: #756039; letter-spacing: .06em; }
.explorer-card h3 { margin: 12px 0; font-size: 25px; line-height: 1.3; }
.explorer-card p { margin: 0 0 20px; font-size: 16px; line-height: 1.85; }
.explorer-destination { display: inline-block; color: #224e78; text-underline-offset: 5px; line-height: 1.7; }
.explorer-nearby { min-height: 48px; font-size: 14px; color: #b3c6d7; line-height: 1.8; margin: 23px 0 16px; }
.explorer-boundary { color: #bfcbd6; font-size: 14px !important; text-underline-offset: 5px; }
.explorer-fallback { position: absolute; top: 35%; left: 10%; right: 10%; text-align: center; line-height: 1.8; }
@media(max-width: 800px) {
 .explorer { width: 100%; max-height: 100dvh; height: 100dvh; border: 0; box-shadow: none; }
 .explorer-header { padding: 16px; }
 .explorer h2 { font-size: 21px; }
 .explorer-eyebrow { font-size: 10px; }
 .explorer-exit { padding: 10px; font-size: 14px !important; }
 .explorer-layout { grid-template-columns: 1fr; }
 .explorer-stage { height: 52dvh; min-height: 340px; max-height: 530px; }
 .explorer-sidebar { scroll-margin-top: 110px; border-left: 0; border-top: 2px solid #4e6482; padding: 19px 20px 30px; }
 .explorer-nav { grid-template-columns: 1fr 1fr; }
 .explorer-nav button { text-align: center; font-size: 14px; }
 .explorer-card { margin-top: 18px; min-height: 0; }
 .explorer-labels button { font-size: 14px; padding: 7px 8px; }
 .explorer-stage-footer { left: 12px; right: 12px; bottom: 10px; }
 .explorer-instructions { font-size: 12px; }
}
@media(prefers-reduced-motion: reduce) { .explorer *, .explore-launch { scroll-behavior: auto; transition: none; } }
