/* Keep the property in view; reveal extra detail only when requested. */
.mobile-room-title,#detailsToggle{display:none}
.audience-nav .reels-shortcut{white-space:nowrap}
.home-reels{padding:80px 7vw;background:linear-gradient(110deg,#061d19f0,#092d25bc);scroll-margin-top:0}
.reels-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.reels-heading h2{font:400 clamp(34px,4vw,58px)/1.08 Georgia,serif;letter-spacing:-.035em;margin:0;text-wrap:balance}
.home-reels .text-link{font-size:16px;text-underline-offset:5px}
.home-reels .reel-playback{display:flex;flex-wrap:wrap}
.home-reels .media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.home-reels .media-card{overflow:hidden;border-radius:12px;min-width:0}
.home-reels video{display:block;width:100%;aspect-ratio:9/16;object-fit:contain;background:#07100d}
.reel-label{display:flex;align-items:baseline;gap:12px;padding:18px}
.reel-label span{font-size:14px;color:var(--accent);font-variant-numeric:tabular-nums}
.reel-label h3{font:400 21px/1.3 Georgia,serif;margin:0}
.reels-footer{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-top:24px}
.reels-footer p{font-size:14px;line-height:1.5;color:#c5d2c9;max-width:48ch}
.journey-details-dialog{width:min(560px,100%);max-width:100%;max-height:85svh;border:1px solid #dfc29355;background:#0b241d;color:#f5f5f1;overscroll-behavior:contain;padding:24px;box-shadow:0 -12px 60px #0008}
.details-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px}
.details-head h2{font-size:18px;font-weight:400;margin:0}
.details-head button{padding:4px;min-width:44px;min-height:44px;font-size:28px;line-height:1}
.journey-details-dialog .chapter-copy h1{font-size:32px;line-height:1.1;margin-bottom:14px}
.journey-details-dialog .chapter-copy>p:last-child{font-size:16px;line-height:1.6;max-height:none;overflow:visible;padding:0}
.journey-details-dialog .chapter-copy .eyebrow{display:block;font-size:14px;margin-bottom:10px}
.journey-details-dialog .chapter-row{margin-top:24px}
.journey-details-dialog .chapter-row button,.journey-details-dialog .chapter-row select{min-height:44px}
.journey-details-dialog .chapter-row select{font-size:16px}
.details-actions{display:flex;gap:10px;margin:18px 0 24px}
.details-actions button{flex:1;min-height:44px;font-size:16px}
.journey-details-dialog .view-settings{display:grid;grid-template-columns:auto 1fr;gap:10px;font-size:14px}
.journey-details-dialog .view-settings label{font-size:14px}
.journey-details-dialog .view-settings select{font-size:16px;min-width:0}
.journey-details-dialog .view-settings .scroll-instruction{display:none}
.journey-details-dialog #qualityLabel{grid-column:1/-1;font-size:14px;max-width:none;text-align:left;margin:0}
.details-disclosure{font-size:14px;color:#bdcdc4;line-height:1.5;margin:24px 0 0}
body.details-open{overflow:hidden}
@media(max-width:760px){
 .walkthrough-page .mast{padding:16px 18px;align-items:center;gap:12px}
 .walkthrough-page .brand{font-size:16px}
 .walkthrough-page .brand span{font-size:12px;margin-top:4px}
 .walkthrough-page .audience-nav{display:block;font-size:14px;max-width:none}
 .walkthrough-page .audience-route{display:none}
 .walkthrough-page .reels-shortcut{display:inline-flex;align-items:center;min-height:44px;text-underline-offset:5px}
 .walkthrough-page .top-controls{top:82px;left:18px;right:18px;gap:8px}
 .walkthrough-page .property-label{font-size:14px;line-height:1.5;letter-spacing:.08em}
 .walkthrough-page .property-label span{display:none}
 .walkthrough-page .route-switch{padding:3px;gap:3px}
 .walkthrough-page .route-switch button{min-height:42px;padding:8px 6px;font-size:14px}
 .walkthrough-page .shade{background:linear-gradient(#03100bb3,transparent 29%,transparent 66%,#06100bdc)}
 .walkthrough-page .lower-controls{left:18px;right:18px;bottom:max(12px,env(safe-area-inset-bottom));gap:8px}
 .mobile-room-title{display:block;margin:0;font:400 28px/1.1 Georgia,serif;text-shadow:0 2px 10px #0009}
 #detailsToggle{display:block}
 .walkthrough-page .control-panel{border:0;padding:0}
 .walkthrough-page .controls{gap:8px}
 .walkthrough-page .controls button{min-height:44px;padding:10px 12px;font-size:14px}
 .walkthrough-page .progress-row{margin-top:5px;gap:10px;font-size:12px}
 .walkthrough-page .viewer-note{display:block;font-size:12px;color:#d2dbd5}
 .walkthrough-page .viewer-note span{display:none}
 .walkthrough-page .scroll-cue{top:calc(66% - 12px);flex-direction:row;gap:8px;padding:8px 14px;box-shadow:none;max-width:calc(100vw - 36px);pointer-events:none}
 .walkthrough-page .scroll-cue strong{font-size:14px;font-weight:400}
 .walkthrough-page .scroll-arrow{font-size:20px}
 .journey-details-dialog{margin:auto 0 0;border-radius:20px 20px 0 0;padding:20px 20px max(24px,env(safe-area-inset-bottom))}
 .home-reels{padding:48px 18px}
 .reels-heading{display:block;margin-bottom:22px}
 .reels-heading h2{font-size:38px;margin-bottom:16px;max-width:14ch}
 .home-reels .reel-playback{gap:12px;align-items:start}
 .home-reels .reel-playback p{flex:1;min-width:120px;font-size:14px;line-height:1.5}
 .home-reels .media-grid{grid-template-columns:1fr;gap:24px}
 .home-reels .media-card{width:100%;max-width:340px;margin:0 auto}
 .reel-label{padding:12px 10px;gap:8px}
 .reel-label h3{font-size:18px}
 .reel-label span{font-size:12px}
 .reels-footer{display:block;margin-top:20px}
 .reels-footer p{margin-bottom:18px}
}
@media(max-width:380px){.home-reels .media-grid{grid-template-columns:1fr}.home-reels .media-card{max-width:300px;margin:auto;width:100%}.walkthrough-page .brand{font-size:14px}}
@media(max-width:760px) and (max-height:560px){
 .walkthrough-page .top-controls{top:70px;flex-direction:row;align-items:center}
 .walkthrough-page .property-label{max-width:12ch;font-size:12px}
 .walkthrough-page .route-switch{width:auto;flex:1}
 .walkthrough-page .route-switch button{font-size:12px}
 .walkthrough-page .lower-controls{gap:4px}
 .mobile-room-title{font-size:22px}
 .walkthrough-page .scroll-cue{top:53%;padding:5px 12px}
}
@media(prefers-reduced-motion:reduce){.scroll-arrow{animation:none!important}}

/* Brief scene captions stay in view; the complete description stays in Details. */
.walkthrough-page .stage .chapter-copy #chapterDescription{display:none}
.scene-summary{font-size:1rem;line-height:1.5;max-width:40ch;color:#edf1eb;margin:0;text-shadow:0 2px 7px #000a}
#mobileSceneCopy{display:none}
@media(max-width:760px){
 #mobileSceneCopy{display:block}
 #mobileSceneCopy .scene-summary{font-size:.875rem;line-height:1.45;max-width:44ch;padding:0 0 2px;max-height:none;overflow:visible}
 .walkthrough-page .scroll-cue{top:52%}
}
@media(max-width:760px) and (max-height:560px){
 #mobileSceneCopy .scene-summary{font-size:.875rem;line-height:1.3}
 .walkthrough-page .scroll-cue{top:44%}
}
