/* A seat in the scene. Image aspect ratios stay intact at every viewport. */
.room-shell{width:min(1440px,calc(100% - 64px))}.room-welcome{padding:10px 0 22px;align-items:end}.room-welcome h1{font-size:clamp(30px,3vw,43px);line-height:1.24}.room-welcome>p{max-width:420px;font-size:16px;line-height:1.65}.room-tabs{margin-bottom:18px}.pov-scene{position:relative;display:block;min-height:0;border-radius:36px;overflow:hidden;background:var(--soft-blue);border:1px solid #d4e1f3}.room-location{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:15px 27px;background:white;position:relative;z-index:2}.room-location>span{font-size:17px;font-weight:800}.room-location>a{font-size:14px;color:var(--blue);text-decoration:underline;text-underline-offset:4px;line-height:1.5}.pov-scene .scene-window{aspect-ratio:1672/941;width:100%;min-height:0;border-radius:0;background:white;overflow:hidden;padding:0}.pov-scene .scene-camera{position:static;display:block;inset:auto;width:100%;height:auto}.pov-scene .scene-art{width:100%;aspect-ratio:1672/941;position:relative}.pov-scene .scene-art>img{width:100%;height:auto;aspect-ratio:1672/941;display:block;object-fit:contain;max-height:none;transform:none!important}.inspect-object{position:absolute;left:85%;top:72%;transform:translateX(-50%);min-height:44px;height:auto;background:white;color:var(--blue);border:1px solid var(--blue);border-radius:100px;padding:11px 21px;font:800 15px/1.4 var(--body);white-space:normal;max-width:260px;text-align:center;box-shadow:0 3px 14px #124dec12}.inspect-object:hover,.inspect-object[aria-expanded=true]{background:var(--lime);color:var(--ink)}.inspect-object:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.room-participants{position:relative;z-index:3;display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:-175px 35px 12px;padding:0}.room-participants .participant{display:flex;gap:9px;align-items:center;height:auto;min-height:60px;background:white;color:var(--ink);border:1px solid #b6cdee;border-radius:100px;padding:7px 16px 7px 8px;text-align:left;white-space:normal}.participant .portrait-crop{width:48px;aspect-ratio:3344/2823;flex-shrink:0;border-radius:50%;background-color:white}.participant>span:last-child{font-size:15px;font-weight:800;line-height:1.25}.participant small{display:block;font-size:12px;font-weight:600;margin-top:4px;color:var(--blue)}.participant[aria-pressed=true]{border-color:var(--blue);background:var(--lime);box-shadow:inset 0 0 0 1px var(--blue)}.participant:hover{border-color:var(--blue);background:var(--soft-yellow)}.participant:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.pov-scene .room-conversation{display:grid;grid-template-columns:90px minmax(0,1fr);gap:13px 21px;position:relative;z-index:3;min-height:0;background:white;color:var(--ink);border:1px solid #b6cdee;border-radius:32px;margin:0 35px 27px;padding:23px 27px;justify-content:normal;align-items:start}.pov-scene .speaker-portrait{width:90px;height:auto;aspect-ratio:3344/2823;border-radius:50%;margin:8px 0 0;background:white;overflow:hidden}.pov-scene .speaker-portrait .portrait-crop{width:100%;height:100%;aspect-ratio:3344/2823}.pov-scene .speaker-name{font-size:16px;color:var(--blue);font-weight:800;margin-bottom:8px;line-height:1.5}.speaks-to-you{font-size:13px;font-weight:400;color:var(--ink);margin-left:9px}.pov-scene .speaker-line{font-size:21px;line-height:1.5;min-height:64px;max-width:990px;margin:0;font-weight:600}.pov-scene .speaker-role{color:var(--blue);border-color:#b6cdee;font-size:13px;margin-bottom:9px;padding:3px 10px}.pov-scene .thought-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:17px 0 3px}.pov-scene .thought-choices button{color:var(--ink);border:1px solid #adc4e8;background:white!important;border-radius:100px!important;font-size:15px;padding:12px 17px;line-height:1.4;justify-content:center;text-align:center;min-height:48px}.pov-scene .thought-choices button:hover{background:var(--lime)!important;border-color:var(--blue)}.pov-scene .conversation-next{color:var(--blue)!important;display:inline-flex;width:auto;font-size:14px!important;padding:8px 0!important;min-height:40px;margin:5px 0 0!important}.pov-scene .conversation-next.has-answer{background:var(--blue)!important;color:white!important;padding:12px 22px!important;margin-right:20px!important;border-radius:100px!important}.pov-scene .your-thought{margin-top:12px;border-left-color:var(--pink);font-size:15px}.pov-scene .reset-conversation{color:var(--blue)!important;display:inline-flex;width:auto;min-height:44px;padding-inline:0!important}.pov-scene .room-cast-note{grid-column:1/-1;border:0;padding:0;margin:0;text-align:right;font-size:13px}.pov-scene .room-cast-note a{color:var(--blue);font-size:13px}.room-bottom{padding:19px 5px 25px}.room-bottom p{font-size:13px}
.object-detail{position:relative;z-index:4;margin:0 35px 13px 146px;border:1px solid var(--blue);background:var(--soft-yellow);border-radius:25px;padding:20px 24px;max-width:750px}.object-detail[hidden]{display:none}.object-detail>span{font-size:13px;font-weight:800;color:var(--blue)}.object-detail h3{font-size:22px;line-height:1.4;margin:9px 0}.object-detail p{font-size:16px;line-height:1.75;margin:0 0 12px}.object-detail a{font-size:15px;font-weight:800;color:var(--blue);text-decoration:underline;text-underline-offset:4px;line-height:1.6;display:inline-block;min-height:32px}.room-shell:fullscreen{padding:18px 35px;max-width:none;background:white;overflow:auto}.room-shell:fullscreen .scene-window{aspect-ratio:1672/941;min-height:0;max-height:none}.room-shell:fullscreen .pov-scene{max-width:1500px;margin-inline:auto}.room-shell:fullscreen .room-welcome h1{font-size:32px}.room-shell:fullscreen .room-welcome{padding:0 0 15px}
/* Portrait sheets use their real cell ratio; faces are never stretched into squares. */
.portrait-crop,.portrait-crop.human-portrait,.portrait-crop.human-portrait.human-top{aspect-ratio:3344/2823;background-size:300% 200%}.room-conversation .speaker-portrait .human-top{background-size:300% 200%}.cast-choice .portrait-crop{border-radius:50%!important}.cast-detail .selected-portrait{max-width:225px;width:225px;aspect-ratio:3344/2823}.cast-conversation h3{font-size:23px}.cast-heading p{max-width:670px}.case-crew .portrait-crop{width:45px;aspect-ratio:3344/2823}.chapter-host .portrait-crop{aspect-ratio:3344/2823}.cast-invitation .portrait-crop{aspect-ratio:3344/2823}.case-hero-art>img{height:auto;aspect-ratio:1672/941;object-fit:contain}.case-hero-art{border:0}.case-hero .scene-dialogue{background:var(--soft-blue)}
@media(min-width:1500px){.room-participants{margin-top:-210px}.pov-scene .room-conversation{padding-block:26px}.pov-scene .speaker-line{font-size:23px}}
@media(max-width:1000px){.room-shell{width:calc(100% - 40px)}.pov-scene .room-conversation{margin-inline:20px;padding:22px;grid-template-columns:74px minmax(0,1fr);gap:17px}.pov-scene .speaker-portrait{width:74px}.room-participants{margin:-100px 20px 12px}.room-participants .participant{padding-right:12px}.participant .portrait-crop{width:42px}.participant>span:last-child{font-size:14px}.participant small{font-size:12px}.pov-scene .speaker-line{font-size:20px;min-height:64px}.pov-scene .thought-choices button{font-size:14px;padding-inline:12px}.object-detail{margin-left:20px;margin-right:20px}.inspect-object{top:72%;font-size:14px;padding:9px 16px}.room-location{padding:14px 22px}}
@media(max-width:760px){.room-shell{width:calc(100% - 24px)}.room-welcome{padding:8px 0 18px}.room-welcome h1{font-size:32px;line-height:1.25}.room-welcome>p{font-size:16px;margin-top:11px;max-width:430px}.room-welcome>p br{display:none}.room-tabs{margin-bottom:13px}.room-location{display:block;padding:14px 17px}.room-location>span{font-size:16px;display:block}.room-location>a{font-size:13px;display:inline-block;margin-top:5px}.pov-scene{border-radius:28px}.pov-scene .scene-window{min-height:0;aspect-ratio:1672/941}.pov-scene .scene-camera{position:static;inset:auto}.pov-scene .scene-art{aspect-ratio:1672/941}.inspect-object{left:50%;top:auto;bottom:4%;max-width:210px;font-size:13px;min-height:42px;padding:8px 15px;line-height:1.35}.room-participants{margin:10px 10px 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.room-participants .participant{min-height:57px;justify-content:flex-start;padding:7px 10px;gap:8px}.participant .portrait-crop{width:42px}.participant>span:last-child{font-size:14px}.participant small{font-size:12px;line-height:1.4}.pov-scene .room-conversation{margin:0 10px 13px;border-radius:25px;grid-template-columns:55px minmax(0,1fr);gap:12px;padding:19px 15px}.pov-scene .speaker-portrait{width:55px;margin-top:2px}.pov-scene .speaker-name{font-size:15px;line-height:1.5;margin-bottom:7px}.speaks-to-you{font-size:12px;margin-left:7px}.pov-scene .speaker-line{font-size:18px;line-height:1.6;min-height:0}.pov-scene .thought-choices{grid-template-columns:1fr;margin-top:17px;gap:8px}.pov-scene .thought-choices button{font-size:15px;min-height:47px;padding:11px 14px;text-align:left;justify-content:flex-start;border-radius:22px!important}.pov-scene .conversation-next{font-size:14px!important;line-height:1.5;white-space:normal!important}.pov-scene .conversation-next.has-answer{margin-right:0!important;width:100%}.pov-scene .room-cast-note{text-align:left;font-size:13px;margin-top:2px}.pov-scene .room-cast-note a{font-size:13px}.object-detail{margin:0 10px 12px;border-radius:24px;padding:20px}.object-detail h3{font-size:21px}.object-detail p{font-size:16px}.room-bottom{padding:16px 3px 22px}.room-bottom p{max-width:190px;font-size:13px}.room-shell:fullscreen{padding:12px}.room-shell:fullscreen .room-welcome h1{font-size:30px}.room-shell:fullscreen .scene-window{min-height:0;aspect-ratio:1672/941}.cast-detail .selected-portrait{width:110px;max-width:110px}.cast-conversation h3{font-size:20px}}
@media(max-width:380px){.room-welcome h1{font-size:28px}.room-participants .participant{gap:6px;padding:6px 8px}.participant .portrait-crop{width:36px}.participant small{font-size:12px}.pov-scene .room-conversation{grid-template-columns:1fr}.pov-scene .speaker-portrait{display:none}.pov-scene .speaker-line{font-size:18px}.inspect-object{font-size:13px;padding-inline:12px}.cast-detail .selected-portrait{width:100px;max-width:100px}}

.cast-destinations{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}.cast-destinations .btn{background:var(--blue);color:white;text-decoration:none;font-size:15px;padding:12px 22px}.cast-destinations a{font-size:15px;line-height:1.5}

.portrait-crop{background-image:url('/assets/companion-portraits-v14.webp')}.portrait-crop.human-portrait{background-image:url('/assets/human-portraits-v14.webp')}
