@charset "UTF-8";
:root{--paper:#f5f4ef;--ink:#26382f;--muted:#73796f;--line:#dddfd5;--green:#3b5343;--light-green:#e7ebdf;--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px}body{height:100vh;height:100dvh;overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button{border:0;background:none}button:disabled{cursor:default;opacity:.4}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid #a9bd80;outline-offset:4px}button, a{touch-action:manipulation}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}button svg{pointer-events:none}h1,h2,h3,p{margin:0}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:15px}.skip-link:focus{top:10px}
.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;gap:13px;align-items:center;min-width:260px}.brand-mark{width:41px;height:44px;display:grid;place-items:center;border:1px solid #9ea997;border-radius:12px 12px 3px 3px}.brand-mark svg{width:24px;height:24px;stroke-width:1.3}.brand strong{font-size:14px;letter-spacing:2px;font-weight:600}.brand-number{font-size:16px;font-weight:400;letter-spacing:0;margin-left:4px}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.7px;margin-top:5px}.mode-switch{display:flex;background:#eaece4;border:1px solid #e2e4d9;padding:4px;border-radius:9px;gap:3px}.mode-switch button{display:flex;gap:8px;align-items:center;padding:10px 17px;border-radius:6px;color:#687361;font-size:12px}.mode-switch svg{width:17px;height:17px}.mode-switch button.active{background:#fff;color:var(--green);box-shadow:0 2px 5px #25321b0b}.header-actions{display:flex;gap:16px;align-items:center;justify-content:flex-end;min-width:260px}.text-button{display:inline-flex;align-items:center;gap:8px;font-size:12px;min-height:44px}.text-button:hover{color:#71844d}.text-button svg{width:18px;height:18px}.header-divider{height:22px;width:1px;background:var(--line)}.icon-button{display:grid;place-items:center;width:44px;height:44px;border-radius:8px}.icon-button:hover{background:var(--light-green)}
.app-layout{display:grid;grid-template-columns:258px minmax(0,1fr);height:calc(100% - 88px);max-width:2100px;margin:0 auto}.sidebar{padding:27px 22px 18px 28px;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--line);overflow:auto;scrollbar-width:thin}.eyebrow{font-size:9px;letter-spacing:1.6px;font-weight:600}.sidebar-heading h1{font-family:var(--serif);font-size:32px;line-height:1.12;font-weight:400;letter-spacing:-.7px;margin:13px 0 12px}.sidebar-heading>p:last-child{color:var(--muted);font-size:12px}.rooms-heading{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.2px;color:#75816c;margin:29px 3px 11px}.rooms-heading>span:last-child{letter-spacing:0;color:#5c6e52}.room-list{display:flex;flex-direction:column;gap:4px}.room-button{display:flex;align-items:center;gap:10px;padding:8px;border-radius:7px;width:100%;text-align:left;position:relative;transition:background .15s}.room-button:hover{background:#ecede6}.room-button.active{background:#e4e9db}.room-button.active:before{position:absolute;content:'';left:-22px;top:16px;height:24px;width:3px;background:var(--green);border-radius:0 3px 3px 0}.room-thumb{width:39px;height:39px;border-radius:4px;object-fit:cover;filter:saturate(.75)}.room-name{font-size:12px;font-weight:500;display:block}.room-count{font-size:10px;color:var(--muted);display:block;margin-top:3px}.room-status{margin-left:auto;width:15px;height:15px;color:#7c8e6c}.room-status.active-dot{width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:5px}.sidebar-bottom{margin-top:auto;padding-top:19px}.mini-plan-heading{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.4px}.mini-plan-heading .icon-button{width:28px;height:28px;min-height:28px}.mini-plan-heading svg{width:13px;height:13px}.mini-plan{margin:7px -2px 16px}.mini-plan svg{width:100%;height:auto;display:block}.mini-plan .map-label,.mini-plan .map-small-label{display:none}.mini-plan .map-pin{display:none}.mini-plan .floor-room{pointer-events:none}.visit-progress{height:3px;border-radius:2px;background:#e2e6da}.visit-progress>span{display:block;height:100%;background:#83916b;transition:width .35s}.progress-label{font-size:10px;color:var(--muted);margin-top:8px}
.tour-panel{display:grid;grid-template-rows:minmax(0,1fr) 109px 27px;gap:0;min-height:0;min-width:0;padding:20px 24px 12px}.viewer{position:relative;border-radius:10px;overflow:hidden;isolation:isolate;background:#343830;touch-action:none;user-select:none;cursor:grab;min-height:0}.viewer.dragging{cursor:grabbing}.photo-backdrop{position:absolute;inset:-35px;background:center/cover no-repeat;filter:blur(22px) brightness(.48);transition:background-image .15s;z-index:-1}.photo-plane{position:absolute;top:50%;left:50%;transform-origin:center;will-change:transform}.photo-plane>img{width:100%;height:100%;display:block;object-fit:contain;pointer-events:none}.photo-plane.changing{animation:photo-arrive .4s ease-out both}@keyframes photo-arrive{from{opacity:.5}to{opacity:1}}.hotspots{position:absolute;inset:0;pointer-events:none}.hotspot{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:auto;padding:5px;color:white;text-shadow:0 1px 8px #0005}.hotspot-circle{width:48px;height:48px;background:#fcfff2ed;color:#344730;display:grid;place-items:center;border-radius:50%;box-shadow:0 0 0 8px #ffffff25,0 3px 16px #0002;transition:box-shadow .2s,transform .2s}.hotspot-circle svg{width:24px;height:24px;transform:rotate(-90deg)}.hotspot-label{font-size:11px;font-weight:500;background:#273326a3;border:1px solid #ffffff35;border-radius:4px;padding:5px 9px;backdrop-filter:blur(8px);white-space:nowrap}.hotspot:hover .hotspot-circle{box-shadow:0 0 0 12px #ffffff35,0 3px 16px #0002;transform:translateY(-3px)}.photo-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#16211645 0%,transparent 24%,transparent 55%,#142014ad 100%)}.viewer-top{position:absolute;left:24px;right:24px;top:21px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;color:#fff}.location-pill{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:1px;padding:11px 13px;border-radius:5px;background:#20351e70;backdrop-filter:blur(12px);border:1px solid #ffffff25}.location-pill strong{font-weight:600}.live-dot{width:5px;height:5px;border-radius:50%;background:#ced9b8;margin-right:2px}.photo-counter{font-size:11px;display:flex;align-items:center;gap:7px;font-variant-numeric:tabular-nums;text-shadow:0 1px 7px #000}.photo-counter svg{width:16px;height:16px}.zoom-controls{position:absolute;top:79px;right:21px;display:flex;flex-direction:column;background:#23301d55;border:1px solid #ffffff3b;backdrop-filter:blur(10px);border-radius:6px;overflow:hidden}.glass-button{display:grid;place-items:center;width:36px;height:36px;color:white}.glass-button:hover{background:#ffffff25}.glass-button svg{width:17px;height:17px}.zoom-value{height:28px;font-size:10px}.view-arrow{position:absolute;top:49%;width:40px;height:54px;display:grid;place-items:center;background:#15200e45;color:white;border:1px solid #ffffff40;border-radius:6px;backdrop-filter:blur(8px);transition:background .2s}.view-arrow:hover{background:#15200e8a}.view-arrow.previous{left:20px}.view-arrow.previous svg{transform:rotate(180deg)}.view-arrow.next{right:20px}.scene-caption{position:absolute;left:30px;bottom:29px;color:white;pointer-events:none}.scene-caption .eyebrow{color:#e1e8d8;font-size:9px;letter-spacing:1.9px}.scene-caption h2{font-family:var(--serif);font-size:clamp(30px,3.5vw,52px);font-weight:400;letter-spacing:-1.5px;line-height:1.18;margin:8px 0}.scene-caption>p:last-child{font-size:12px;color:#ecefe8;letter-spacing:.15px}.image-error{position:absolute;inset:0;background:#26382fec;display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;color:white;z-index:5}.image-error .primary-button{background:var(--paper);color:var(--green)}
.tour-controls{display:flex;align-items:center;justify-content:space-between;gap:28px;min-width:0}.view-selection{min-width:0;flex:1}.strip-heading{display:flex;align-items:center;gap:13px;margin-bottom:9px;font-size:9px;letter-spacing:1.2px;color:#77816c}.strip-heading>span:last-child{letter-spacing:0;color:#777e72;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view-strip{display:flex;gap:7px;overflow-x:auto;padding:3px;scrollbar-width:thin;scrollbar-color:#bdc5b5 transparent;margin:-3px}.view-thumb{position:relative;padding:0;flex:0 0 60px;height:43px;overflow:hidden;border-radius:4px;border:2px solid transparent;opacity:.6;transition:opacity .2s}.view-thumb img{width:100%;height:100%;object-fit:cover;display:block}.view-thumb:hover{opacity:1}.view-thumb.active{opacity:1;border-color:var(--green);box-shadow:0 0 0 2px var(--paper),0 0 0 3px #8d9e7f}.walk-controls{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-top:13px}.back-button{height:49px;width:44px;border:1px solid #d5dacd;border-radius:6px;display:grid;place-items:center}.back-button:hover:enabled{background:var(--light-green)}.back-button svg{width:18px;height:18px}.primary-button{background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px 18px;border-radius:6px;min-height:49px;text-align:left;transition:background .15s}.primary-button:hover{background:#263d2f}.primary-button small{display:block;font-size:8px;color:#d4dfc7;letter-spacing:1px;margin-bottom:3px}.primary-button strong{font-size:12px;font-weight:500;display:block}.primary-button svg{width:20px;height:20px}.tour-footer{display:flex;justify-content:space-between;gap:15px;align-items:center;font-size:9px;color:#6a7561}.desktop-hint{display:flex;align-items:center;gap:4px}.desktop-hint>svg{width:13px;height:13px;margin-right:4px}.hint-divider{margin:0 7px}kbd{display:inline-grid;place-items:center;min-width:16px;height:17px;padding:0 3px;font:9px var(--sans);border:1px solid #d0d6c8;border-radius:3px;background:#efefe8}.photo-note{white-space:nowrap}.photo-note>span{margin:0 8px}.touch-hint{display:none}
.map-panel{padding:40px 35px 25px;display:flex;flex-direction:column;overflow:auto;min-height:0;background:radial-gradient(#adb8983b .65px,transparent .65px) 0 0/18px 18px}.map-intro .eyebrow{color:#71845c}.map-intro h2{font:400 clamp(26px,3vw,40px) var(--serif);letter-spacing:-.8px;margin:12px 0}.map-intro>p:last-child{font-size:13px;color:var(--muted)}.large-plan{margin:auto 0;padding:30px 0}.large-plan svg{width:100%;height:auto;max-height:450px;display:block;overflow:visible}.floor-room{fill:#efefe7;stroke:#748169;stroke-width:2;cursor:pointer;transition:fill .2s}.floor-room:hover{fill:#dce4ce}.floor-room.active{fill:#d0ddba;stroke:#425c38;stroke-width:2.7}.floor-room.visited{fill:#e2e8d8}.floor-room.active.visited{fill:#d0ddba}.map-label{font:13px var(--sans);fill:#3c5034;stroke:none;pointer-events:none}.map-small-label{font:9px var(--sans);fill:#76816d;stroke:none;pointer-events:none}.map-wall{fill:none;stroke:#536649;stroke-width:5;stroke-linejoin:miter;pointer-events:none}.map-door{fill:none;stroke:#89977f;stroke-width:1.2;pointer-events:none}.map-fixture{fill:none;stroke:#b5bdab;stroke-width:1.2;pointer-events:none}.map-pin circle:first-child{fill:#49643d;stroke:#f7f7ec;stroke-width:3}.map-pin circle:last-child{fill:#fff;stroke:none}.map-room-links{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-bottom:23px}.map-room-links button{padding:10px 13px;border-radius:5px;border:1px solid #d6dccb;background:var(--paper);font-size:11px;min-height:44px}.map-room-links button:hover,.map-room-links button.active{background:var(--light-green);border-color:#9cad87}.map-legend{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;border-top:1px solid var(--line);padding-top:15px;font-size:10px;color:#737d6a}.map-legend>span:first-child{display:flex;align-items:center;gap:7px}.map-legend .text-button{margin-left:auto;font-size:10px}.legend-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green)}
dialog{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:14px;padding:39px;max-width:650px;width:calc(100% - 32px);max-height:calc(100dvh - 32px);box-shadow:0 20px 100px #15251440;overflow:auto}dialog::backdrop{background:#18241599;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:13px;top:13px}.help-dialog h2{font:400 43px var(--serif);letter-spacing:-1px;margin:13px 0}.help-dialog>p:not(.eyebrow){font-size:13px;color:#6b7764;line-height:1.7}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:22px 0}.help-grid h3{font-size:13px;font-weight:600;margin-bottom:13px}.help-grid p{font-size:11px;line-height:1.8;color:#65715c;margin-bottom:10px}.help-grid kbd{margin-right:2px}.help-dialog .help-note{font-size:11px!important}.help-start{margin-top:22px;min-width:190px}.original-plan-dialog{padding:32px;max-width:1200px}.original-plan-dialog img{width:100%;height:auto;display:block}.toast{position:fixed;bottom:35px;left:50%;transform:translateX(-50%);background:var(--green);color:white;box-shadow:0 5px 25px #0002;padding:13px 20px;border-radius:8px;font-size:12px;max-width:calc(100% - 32px);z-index:20;pointer-events:none}.noscript{position:fixed;inset:0;background:var(--paper);padding:40px;z-index:30}
@media(min-width:1500px){.topbar{padding:0 40px}.app-layout{grid-template-columns:280px minmax(0,1fr)}.sidebar{padding:32px 25px 20px 34px}.sidebar-heading h1{font-size:36px}.room-button{padding:9px}.room-thumb{width:43px;height:43px}.room-name{font-size:13px}.tour-panel{padding:25px 30px 15px;grid-template-rows:minmax(0,1fr) 120px 28px}.view-thumb{flex-basis:72px;height:49px}.sidebar-bottom{max-width:220px;width:100%}}
@media(max-height:820px) and (min-width:901px){.sidebar-heading h1{font-size:28px}.sidebar-heading h1 br{display:none}.sidebar-heading>p:last-child{display:none}.sidebar{padding-top:20px}.rooms-heading{margin-top:20px}.room-button{padding:5px 8px}.room-thumb{width:33px;height:33px}.room-count{font-size:9px}.mini-plan{max-width:165px;margin:0 auto 10px}.sidebar-bottom{padding-top:10px}}
@media(max-width:1100px){.topbar{padding:0 20px;gap:15px}.brand,.header-actions{min-width:210px}.app-layout{grid-template-columns:223px minmax(0,1fr)}.sidebar{padding-left:20px;padding-right:17px}.tour-panel{padding:16px 16px 12px}.tour-controls{gap:16px}.tour-footer{font-size:8px}.desktop-hint kbd{display:none}.desktop-hint .hint-divider{margin:0 3px}.walk-controls{gap:7px}.primary-button{gap:16px;padding:11px 13px}.scene-caption{left:24px}.view-thumb{flex-basis:51px;height:40px}}
@media(max-width:900px){body{overflow:hidden}.topbar{height:73px;padding:0 18px;gap:15px}.brand{min-width:0;gap:9px}.brand strong{font-size:12px;letter-spacing:1.2px}.brand small{font-size:10px}.brand-mark{width:34px;height:37px}.header-actions{min-width:0;gap:2px}.header-actions .text-button span,.header-divider{display:none}.header-actions .text-button{justify-content:center;width:40px}.mode-switch button{padding:9px 12px}.app-layout{height:calc(100% - 73px);grid-template-columns:1fr;grid-template-rows:76px minmax(0,1fr)}.sidebar{padding:12px 16px;border:0;border-bottom:1px solid var(--line);overflow:visible;display:block;min-width:0}.sidebar-heading,.rooms-heading,.sidebar-bottom{display:none}.room-list{flex-direction:row;gap:7px;overflow-x:auto;padding:2px 0 7px;scrollbar-width:none}.room-list::-webkit-scrollbar{display:none}.room-button{min-width:max-content;width:auto;padding:5px 11px 5px 5px;gap:8px;border:1px solid #e0e4d8}.room-button.active{border-color:#bbc9a9}.room-button.active:before{display:none}.room-thumb{width:32px;height:32px}.room-name{font-size:11px}.room-count{font-size:9px;margin-top:1px}.room-status{display:none}.tour-panel{padding:14px 16px 10px;grid-template-rows:minmax(0,1fr) 101px 25px}.touch-hint{display:inline}.desktop-hint{display:none}.tour-footer{font-size:9px}.map-panel{padding:25px}.map-intro h2{font-size:30px}.large-plan{padding:35px 6px}.view-thumb{flex-basis:56px;height:42px}.glass-button{width:40px;height:40px}.view-arrow{width:42px}.zoom-value{height:28px}}
@media(max-width:600px){.topbar{height:68px;padding:0 12px;gap:7px;flex-wrap:nowrap}.brand{gap:7px}.brand strong{font-size:10px;letter-spacing:1px}.brand-number{font-size:12px;margin-left:0}.brand small{font-size:9px;letter-spacing:.1px}.brand-mark{width:28px;height:33px;border-radius:9px 9px 3px 3px}.brand-mark svg{width:19px;height:19px}.mode-switch{padding:3px;gap:1px;border-radius:7px}.mode-switch button{padding:7px 9px;min-width:40px;min-height:38px;gap:4px}.mode-switch button span{display:none}.mode-switch button.active span{display:inline;font-size:10px}.mode-switch svg{width:15px;height:15px}.header-actions .icon-button{display:none}.header-actions .text-button{width:33px;min-width:33px}.app-layout{height:calc(100% - 68px);grid-template-rows:70px minmax(0,1fr)}.sidebar{padding:9px 12px}.tour-panel{padding:10px 10px max(7px,env(safe-area-inset-bottom));grid-template-rows:minmax(0,1fr) 136px 23px}.viewer{border-radius:7px}.viewer-top{top:13px;left:12px;right:12px;gap:7px}.location-pill{font-size:7px;padding:9px;letter-spacing:.65px;gap:5px}.photo-counter{font-size:9px;gap:5px}.photo-counter svg{width:14px;height:14px}.zoom-controls{top:58px;right:12px}.glass-button{height:36px;width:36px}.zoom-value{height:25px}.view-arrow{width:35px;height:47px;top:47%}.view-arrow.previous{left:10px}.view-arrow.next{right:10px}.view-arrow svg{width:18px;height:18px}.scene-caption{left:18px;right:15px;bottom:18px}.scene-caption .eyebrow{font-size:7px;letter-spacing:1.4px}.scene-caption h2{font-size:34px;margin:5px 0;letter-spacing:-1px}.scene-caption>p:last-child{font-size:10px}.hotspot-circle{width:38px;height:38px;box-shadow:0 0 0 6px #ffffff25,0 3px 16px #0002}.hotspot-label{font-size:9px;padding:4px 7px}.hotspot{gap:7px}.hotspot-circle svg{width:20px;height:20px}.tour-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:69px 56px;gap:0 12px;align-content:center}.view-selection{grid-column:1/-1}.strip-heading{margin:0 0 7px;font-size:8px}.strip-heading>span:last-child{font-size:9px}.view-strip{gap:7px}.view-thumb{flex-basis:51px;height:37px}.walk-controls{grid-column:1/-1;justify-content:space-between;margin:0;gap:9px}.walk-controls .primary-button{flex:1;min-height:44px;padding:8px 14px;justify-content:space-between}.primary-button>span{display:flex;align-items:center;gap:10px}.primary-button small{margin:0;font-size:8px}.primary-button strong{font-size:11px}.back-button{width:46px;height:44px}.tour-footer{justify-content:center;font-size:8px;gap:5px}.photo-note{display:none}.map-panel{padding:25px 17px 15px}.map-intro h2{font-size:27px}.map-intro>p:last-child{font-size:11px}.map-legend{gap:10px;font-size:9px}.map-legend .text-button{margin-left:0}.map-room-links{gap:6px;margin-top:15px;margin-bottom:17px}.map-room-links button{font-size:10px;padding:9px 10px}.large-plan{margin:auto 0;min-height:160px;padding:24px 0}.help-dialog{padding:32px 24px}.help-dialog h2{font-size:35px}.help-grid{grid-template-columns:1fr;gap:10px;padding:17px 0;margin:17px 0}.help-grid p{margin-bottom:5px}.help-grid h3{margin-bottom:7px}.help-dialog>p:not(.eyebrow){font-size:12px}.original-plan-dialog{padding:35px 10px 15px}.original-plan-dialog img{min-width:550px}.original-plan-dialog{overflow:auto}}
@media(max-height:540px) and (max-width:900px) and (orientation:landscape){.topbar{height:54px}.brand small{display:none}.app-layout{height:calc(100% - 54px);grid-template-columns:160px minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.sidebar{padding:8px;border-right:1px solid var(--line);overflow:auto}.room-list{flex-direction:column}.room-button{width:100%;padding:4px}.tour-panel{padding:8px;grid-template-rows:minmax(0,1fr) 66px}.tour-footer{display:none}.tour-controls{display:flex;gap:12px}.view-selection{min-width:0}.walk-controls{margin-top:13px}.view-thumb{height:31px;flex-basis:43px}.scene-caption h2{font-size:26px}.scene-caption{bottom:12px}.scene-caption>p:last-child{display:none}.scene-caption .eyebrow{font-size:7px}.viewer-top{top:10px;left:12px;right:12px}.location-pill{padding:7px;font-size:7px}.zoom-controls{top:45px;right:12px}.glass-button{height:30px;width:32px}.zoom-value{height:22px}.hotspot-circle{width:34px;height:34px}.hotspot-label{font-size:9px}.walk-controls .primary-button{min-width:130px}.primary-button>span{display:block}.primary-button small{margin-bottom:3px}.map-panel{padding:18px}.map-intro h2{font-size:25px}.large-plan{margin:0}.map-intro>p:last-child{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
