:root{--bg:#0b1c19;--panel:#112723;--ink:#f2efe3;--muted:#a6b5aa;--gold:#d3b57b;--line:rgba(211,181,123,.23);--serif:Georgia,'Times New Roman',serif;color-scheme:dark;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button{border:0;background:none}button:disabled{cursor:wait;opacity:.45}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--gold);outline-offset:5px}a{color:inherit}button:hover{color:var(--gold)}[hidden]{display:none!important}.skip{position:fixed;top:-70px;left:20px;z-index:100;background:var(--gold);color:var(--bg);padding:15px}.skip:focus-visible{top:10px}.masthead{height:92px;margin:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:17px;text-decoration:none;font-family:var(--serif);font-size:18px;letter-spacing:1.8px;white-space:nowrap}.brand small{display:block;font:10px Arial,sans-serif;letter-spacing:2px;color:var(--muted);margin-top:8px}.monogram{display:grid;place-items:center;width:43px;height:48px;font-size:35px;color:var(--gold);border:1px solid var(--gold);outline:1px solid var(--line);outline-offset:4px;border-radius:50% 50% 0 0}.masthead nav{display:flex;gap:25px;height:100%;align-items:center}.masthead nav button{font-size:14px;height:100%;padding:0;position:relative;color:var(--muted)}.masthead nav button:hover,.masthead nav button.active{color:var(--gold)}.masthead nav button.active:after{content:'';height:2px;background:var(--gold);position:absolute;bottom:0;left:0;right:0}.header-tag{font-size:10px;letter-spacing:1.5px;color:var(--muted);display:flex;align-items:center;gap:12px}.header-tag span{font:20px var(--serif);color:var(--gold)}main{padding:0 4%}.intro{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 0 26px}.eyebrow{font-size:11px;letter-spacing:2.3px;color:var(--gold);font-weight:600;margin:0 0 12px}.intro .eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{height:1px;width:24px;background:var(--gold)}h1{font:clamp(24px,2.35vw,38px)/1.2 var(--serif);letter-spacing:1px;margin:0}h1 em{font-style:normal;color:var(--gold)}.subtitle{margin:10px 0 0;color:var(--muted);font-size:15px;letter-spacing:.25px}.intro-note{font:italic 17px/1.7 var(--serif);color:var(--muted);border-left:1px solid var(--line);padding-left:22px;margin:0}.tour{display:grid;grid-template-columns:minmax(0,1fr) 285px;min-height:570px;height:calc(100svh - 310px);max-height:950px;border:1px solid var(--line)}.stage{position:relative;overflow:hidden;background:radial-gradient(ellipse at 48% 45%,#284139 0,#142c26 55%,#10231f 100%);min-height:570px;isolation:isolate}#canvas-host{position:absolute;inset:0;touch-action:none}canvas{display:block;width:100%;height:100%;cursor:grab}canvas:active{cursor:grabbing}.stage-heading{position:absolute;top:26px;left:28px;display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:1.6px;pointer-events:none}.live-dot{width:5px;height:5px;border-radius:50%;background:var(--gold)}.tag{color:var(--muted);border:1px solid #65807255;font-size:9px;letter-spacing:1px;padding:5px 7px;margin-left:5px}.scene-switch{position:absolute;top:62px;left:28px;display:flex;gap:7px}.scene-switch button{font-size:11px;color:var(--muted);padding:10px 12px;background:#081b19a6;border:1px solid #c5ae7226;border-radius:3px}.scene-switch button span{margin-left:7px;font-size:12px}.scene-switch button.selected{color:var(--gold);border-color:#d3b57b77;background:#1d342deb}.stage-tools{position:absolute;right:22px;top:25px;display:flex;flex-direction:column;padding:5px;background:#0b201cec;border:1px solid var(--line);border-radius:4px;gap:3px}.stage-tools button{display:grid;place-items:center;width:37px;height:37px;font-size:25px;line-height:1}.stage-tools button[aria-pressed=true]{color:var(--gold);background:#d3b57b12}.stage-tools>span{height:1px;background:var(--line);margin:2px 6px}.stage-tools svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.stage-tools button[data-unavailable=true]{color:#879b8d}.compass{position:absolute;bottom:78px;left:26px;width:48px;height:48px;border:1px solid #d3b57b44;border-radius:50%;display:grid;place-items:center;pointer-events:none}.compass span{font:12px var(--serif);color:var(--gold)}.compass:after{content:'';width:6px;height:6px;background:var(--gold);position:absolute;top:-4px;transform:rotate(45deg)}.stage-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:16px 26px;background:linear-gradient(transparent,#071b19d9);gap:15px}.stage-bottom p{display:flex;align-items:center;gap:10px;font-size:12px;color:#c0cec2;margin:0}.stage-bottom b{padding:0 8px;color:var(--gold)}.mouse-icon{display:inline-block;width:12px;height:18px;border:1px solid var(--muted);border-radius:7px;position:relative}.mouse-icon:after{content:'';height:4px;width:1px;background:var(--muted);position:absolute;left:5px;top:3px}.text-button{font-size:12px;padding:5px;color:var(--muted)}.text-button span{display:inline-grid;place-items:center;width:18px;height:18px;border:1px solid var(--line);border-radius:50%;margin-left:6px}.touch-help{display:none}.tour-sidebar{padding:28px 26px 20px;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column}.chapter{display:flex;align-items:center;gap:13px}.chapter>span:first-child{font:43px var(--serif);color:var(--gold)}.chapter p{font-size:10px;letter-spacing:2px;color:var(--muted);margin:0;line-height:1.8}.chapter small{display:block;letter-spacing:0;font-size:13px;color:var(--ink)}.chapter-line{height:1px;background:var(--line);flex:1}.place-copy{margin-top:32px}.place-copy .eyebrow{font-size:9px;letter-spacing:1.5px}h2{font:32px/1.2 var(--serif);font-weight:normal}.place-copy h2{margin:0 0 16px}.place-copy>p:last-child{font-size:14px;color:var(--muted);line-height:1.7;margin:0}.stops{margin:25px 0 22px}.small-heading{font-size:10px;letter-spacing:1.8px;color:var(--muted);margin:0 0 8px}#stop-list{display:grid}#stop-list button{display:flex;text-align:left;align-items:center;gap:12px;padding:12px 0;font-size:13px;border-bottom:1px solid #d3b57b18}#stop-list button span{font:12px var(--serif);color:var(--gold)}#stop-list button i{font-style:normal;margin-left:auto;color:var(--gold)}#stop-list button[aria-pressed=true]{color:var(--gold)}.primary{padding:16px 17px;color:#10251e;background:var(--gold);font-weight:600;font-size:14px;width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:auto;border:1px solid var(--gold);transition:background .2s}.primary:hover{background:#e7c990;color:#10251e}.primary span{font-size:21px;font-weight:400}.about-link{font-size:12px;padding:15px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;text-align:left;color:var(--ink)}.about-link span{color:var(--gold)}.interpretive{font-size:10px;color:var(--muted);line-height:1.6;margin:16px 0 0}.interpretive button{font-size:11px;padding:0;text-decoration:underline;text-underline-offset:3px;color:var(--gold)}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:68px;font-size:10px;letter-spacing:1.6px;color:var(--muted)}footer i{color:var(--gold);font-style:normal;margin:0 8px}footer>span:last-child{letter-spacing:.3px;font:italic 13px var(--serif)}.footer-center{font-size:9px}.footer-center b{font-weight:400;color:var(--gold);margin:0 15px;font-size:11px}.loading{position:absolute;inset:0;z-index:12;background:#10251ff5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;transition:opacity .55s,visibility .55s}.loading.done{opacity:0;visibility:hidden;pointer-events:none}.loading-ornament{font:70px var(--serif);color:var(--gold);animation:breathe 2s ease-in-out infinite;margin-bottom:20px}.loading h2{font-size:30px;margin:5px 0 8px}.loading>p:not(.eyebrow){font-size:14px;color:var(--muted)}progress{appearance:none;width:min(260px,80%);height:3px;border:0;background:#ffffff18;margin-top:18px}progress::-webkit-progress-bar{background:#ffffff18}progress::-webkit-progress-value{background:var(--gold);transition:width .2s}progress::-moz-progress-bar{background:var(--gold)}#percent{font-size:12px;margin-top:12px;color:var(--gold)}#retry{padding:12px 24px;border:1px solid var(--gold);margin-top:24px}.toast{position:absolute;z-index:15;left:50%;bottom:66px;transform:translateX(-50%);padding:14px 20px;max-width:90%;width:max-content;background:#f0e8d6;color:#163228;border-radius:3px;font-size:13px;box-shadow:0 8px 30px #0004}.hotspot{position:absolute;left:0;top:0;display:flex;align-items:center;gap:9px;padding:0;transform:translate(-50%,-50%);white-space:nowrap;font-size:12px;filter:drop-shadow(0 2px 5px #0008);transition:opacity .2s}.hotspot .pin{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#10261edd;border:1px solid var(--gold);color:var(--gold);box-shadow:0 0 0 5px #d3b57b18;font:13px var(--serif)}.hotspot .label{background:#10261ef0;padding:7px 11px;border:1px solid #d3b57b55;border-radius:2px;color:var(--ink)}.hotspot:hover .pin{background:var(--gold);color:var(--bg)}dialog{width:min(760px,calc(100% - 32px));max-height:85svh;padding:42px;background:#132923;border:1px solid #d3b57b66;color:var(--ink);box-shadow:0 35px 120px #0008}dialog::backdrop{background:#030d0bbd;backdrop-filter:blur(7px)}dialog h2{font-size:38px;margin:10px 0 24px}dialog p{font-size:16px;line-height:1.85;color:#bbc8bc}dialog h3{font:22px var(--serif);color:var(--gold);margin-top:27px}dialog a{color:var(--gold);text-underline-offset:4px}.close{position:absolute;right:16px;top:12px;font-size:30px;width:38px;height:38px}.note{padding:18px;border-left:2px solid var(--gold);background:#d3b57b08;font-size:14px!important}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.help-grid>div{padding:16px;border:1px solid var(--line)}.help-grid h3{margin:0;font-size:20px}.help-grid p{margin:10px 0 0;font-size:14px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gallery button{padding:0;text-align:left;border:1px solid var(--line)}.gallery img{display:block;width:100%;aspect-ratio:1.5;object-fit:cover}.gallery strong{display:block;padding:15px;font:19px var(--serif)}.gallery small{display:block;font:12px Arial,sans-serif;color:var(--muted);margin-top:7px}.noscript{position:fixed;inset:40% 10%;z-index:100;background:var(--panel);padding:40px;border:1px solid var(--gold)}.stage:fullscreen,.stage.faux-fullscreen{width:100vw;height:100dvh;min-height:0;max-height:none}.stage.faux-fullscreen{position:fixed;inset:0;z-index:50}.stage:fullscreen .stage-heading,.stage.faux-fullscreen .stage-heading{top:32px}body.faux-open{overflow:hidden}#canvas-host:focus-visible{outline-offset:-4px}#hotspots{position:absolute;inset:0;pointer-events:none}#hotspots button{pointer-events:auto}
@keyframes breathe{50%{opacity:.35;transform:scale(.9)}}
@media(min-width:1600px){main,.masthead{max-width:1700px;margin-left:auto;margin-right:auto}.tour{grid-template-columns:minmax(0,1fr) 325px}.tour-sidebar{padding:35px}.place-copy h2{font-size:38px}.place-copy{margin-top:45px}}
@media(max-width:1150px){.header-tag{display:none}.masthead nav{gap:20px}.tour{grid-template-columns:minmax(0,1fr) 260px}.tour-sidebar{padding:24px 20px}.place-copy{margin-top:25px}.tag{display:none}.intro-note{font-size:15px}.stage-bottom{padding:15px}.stage-bottom p{font-size:10px}.stage-bottom b{padding:0 3px}.footer-center{display:none}}
@media(max-width:800px){.masthead{height:auto;min-height:110px;flex-wrap:wrap;gap:14px;padding-top:18px}.brand{font-size:16px}.brand small{font-size:9px}.monogram{height:38px;width:34px;font-size:28px}.masthead nav{width:100%;gap:0;justify-content:space-between;height:42px}.masthead nav button{font-size:12px}.intro{padding:23px 0}.intro-note{display:none}.intro .eyebrow{font-size:9px}h1{font-size:26px;line-height:1.3;max-width:420px}.subtitle{font-size:13px}.tour{height:auto;max-height:none;grid-template-columns:1fr}.stage{min-height:460px;height:59svh;max-height:680px}.tour-sidebar{border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;padding:24px}.chapter{grid-column:1/-1}.place-copy{margin:0}.place-copy h2{font-size:30px}.place-copy>p:last-child{font-size:13px}.stops{margin:0}.primary{margin:0;align-self:start}.about-link{align-self:start}.interpretive{grid-column:1/-1;margin:0}.stage-tools{right:14px;top:20px}.stage-heading{top:23px;left:18px;font-size:10px}.scene-switch{left:18px;top:54px}.scene-switch button{padding:8px;font-size:10px}.scene-switch button span{font-size:11px}.compass{bottom:73px;left:18px}.stage-tools button{width:32px;height:32px}.hotspot .label{display:none}.hotspot .pin{width:30px;height:30px}.stage-bottom .text-button{font-size:11px}footer{min-height:70px;font-size:8px;letter-spacing:1px}footer>span:last-child{font-size:11px}dialog{padding:34px 24px}dialog h2{font-size:31px}}
@media(pointer:coarse){.desktop-help{display:none}.touch-help{display:inline}.stage-tools button{min-width:36px;min-height:39px}.hotspot .pin{width:36px;height:36px}.stage-bottom .text-button{min-height:40px}}
@media(max-width:450px){main{padding:0 4%}.tour-sidebar{gap:20px;padding:23px 20px}.place-copy,.stops,.primary,.about-link{grid-column:1/-1}.place-copy h2 br{display:none}.chapter{display:none}.place-copy h2{font-size:29px}.stops{margin:0}#stop-list{grid-template-columns:1fr}#stop-list button{padding:12px 0}.stage{min-height:440px}.scene-switch button span{font-size:10px}.stage-bottom{gap:5px;padding:10px}.stage-bottom p{font-size:10px}.stage-bottom .text-button{font-size:0}.stage-bottom .text-button span{font-size:12px}.stage-heading{max-width:260px}.help-grid,.gallery{grid-template-columns:1fr}.footer-center,footer>span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Keep location labels legible over light interior materials. */
.stage-heading{background:#0b201ce8;border:1px solid #d3b57b22;padding:8px 10px;border-radius:3px;top:18px;left:20px}
.hotspot{transform:translate(-15px,-15px)}
.hotspot:nth-child(2){flex-direction:row-reverse;transform:translate(calc(-100% + 15px),-15px)}
.stage-bottom{background:linear-gradient(transparent,#071b19f0);padding-top:24px}
@media(max-width:800px){.stage-heading{left:12px;top:16px;padding:7px 8px}.stage-bottom{padding-top:20px}.scene-switch{top:60px}}
@media(pointer:coarse){.hotspot{transform:translate(-18px,-18px)}.hotspot:nth-child(2){transform:translate(calc(-100% + 18px),-18px)}}


@media(max-width:800px){.desktop-help{display:none}.touch-help{display:inline}}
.skip:not(:focus-visible){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}
