:root{--bg:#0b1622;--bg-elev:#122234;--bg-elev-2:#18304a;--ink:#f4f7fb;--ink-muted:#c5d2e0;--ink-faint:#9fb0c2;--gold:#e8c66a;--gold-ink:#1a1407;--line:#2a3f57;--focus:#ffd166;--danger:#ff8a8a;--radius:12px;--maxw:1100px;--tap:44px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh}#app{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:var(--gold)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}.skiplink{background:var(--gold);color:var(--gold-ink);z-index:100;border-radius:0 0 var(--radius) 0;padding:.75rem 1rem;font-weight:700;position:absolute;top:0;left:-9999px}.skiplink:focus{left:0}.site-header{background:var(--bg-elev);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;padding:1rem clamp(1rem,4vw,2rem);display:flex}.brand{color:var(--ink);flex-direction:column;text-decoration:none;display:flex}.brand__name{letter-spacing:.01em;font-size:1.35rem;font-weight:800}.brand__tag{color:var(--ink-muted);font-size:.85rem}.langswitch{align-items:center;gap:.4rem;display:flex}.langswitch__label{color:var(--ink-muted);font-size:.9rem}.langswitch__select{background:var(--bg-elev-2);color:var(--ink);border:1px solid var(--line);min-height:var(--tap);font:inherit;border-radius:8px;padding:.5rem .6rem}.site-main{width:100%;max-width:var(--maxw);flex:1;margin:0 auto;padding:clamp(1rem,4vw,2rem)}.site-footer{border-top:1px solid var(--line);color:var(--ink-faint);padding:1.25rem clamp(1rem,4vw,2rem);font-size:.85rem}.btn{min-height:var(--tap);border:1px solid var(--line);background:var(--bg-elev-2);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--bg-elev)}.btn--primary{background:var(--gold);color:var(--gold-ink);border-color:var(--gold)}.btn--primary:hover{filter:brightness(1.05)}.btn--ghost{background:0 0}.badge{letter-spacing:.02em;background:var(--bg-elev-2);color:var(--ink-muted);border:1px solid var(--line);border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.badge--placeholder{color:#f6d58d;background:#4a3a12;border-color:#6b551d}.index__heading{margin:0 0 .25rem;font-size:clamp(1.5rem,4vw,2rem)}.index__intro{color:var(--ink-muted);max-width:60ch;margin:0 0 1.5rem}.cards{grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:600px){.cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.cards{grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);height:100%;color:var(--ink);flex-direction:column;text-decoration:none;transition:transform .15s,border-color .15s;display:flex;overflow:hidden}.card:hover{border-color:var(--gold);transform:translateY(-3px)}.card__thumb{aspect-ratio:16/9;background:var(--bg-elev-2);position:relative}.card__img{object-fit:cover;width:100%;height:100%}.card__type{position:absolute;bottom:.6rem;left:.6rem}.card__placeholder{position:absolute;top:.6rem;right:.6rem}.card__body{flex-direction:column;flex:1;gap:.4rem;padding:1rem;display:flex}.card__title{margin:0;font-size:1.15rem}.card__summary{color:var(--ink-muted);flex:1;margin:0;font-size:.95rem}.card__cta{color:var(--gold);margin-top:.25rem;font-weight:700}.exhibit__bar{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.exhibit__mode{background:var(--bg-elev-2)}.exhibit__head{margin-bottom:1rem}.exhibit__title{margin:0 0 .25rem;font-size:clamp(1.4rem,4vw,2rem)}.exhibit__summary{color:var(--ink-muted);max-width:65ch;margin:0}.devpanel{border:1px dashed var(--line);background:#ffffff08;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem;padding:.6rem .9rem;font-size:.85rem;display:flex}.devpanel__label{min-height:var(--tap);align-items:center;gap:.4rem;display:inline-flex}.devpanel__hint{color:var(--ink-faint)}.devpanel input{width:1.15rem;height:1.15rem}.stage{min-height:320px;position:relative}.stage__loading{color:var(--ink-muted);padding:2rem 0}.viewer{flex-direction:column;gap:.9rem;display:flex}.viewer__instructions{color:var(--ink-muted);background:var(--bg-elev);border:1px solid var(--line);border-radius:8px;margin:0;padding:.6rem .8rem;font-size:.9rem}.pano,.scene{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--line);background:#000;width:100%;min-height:320px;overflow:hidden}.scene canvas{width:100%;height:100%;display:block}.gw-hotspot__marker{background:var(--gold);border:3px solid #fff;border-radius:50%;width:26px;height:26px;box-shadow:0 0 0 2px #00000080}.infopoints{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.infopoints__btn{font-size:.95rem}.captions{flex-direction:column;gap:.5rem;display:flex}.captions__region{background:var(--bg-elev);border:1px solid var(--line);border-radius:8px;max-height:240px;padding:.5rem .8rem;overflow:auto}.captions__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.captions__cue{grid-template-columns:3.2rem 1fr;align-items:baseline;gap:.6rem;display:grid}.captions__time{color:var(--gold);font-variant-numeric:tabular-nums;font-size:.85rem}.captions__text{color:var(--ink)}.fallback{margin:0}.fallback__media{border-radius:var(--radius);border:1px solid var(--line);position:relative;overflow:hidden}.fallback__img{width:100%;height:auto}.fallback__badge{position:absolute;top:.6rem;left:.6rem}.fallback__caption{padding:1rem 0 0}.fallback__note{color:var(--ink-faint);margin:0 0 .5rem;font-size:.85rem}.fallback__desc{color:var(--ink);max-width:70ch;margin:0 0 .5rem}.fallback__credit{color:var(--ink-faint);margin:0;font-size:.85rem}.notice{background:var(--bg-elev);border:1px solid var(--line);border-radius:8px;padding:.8rem 1rem}.notice--error{border-color:var(--danger);color:var(--danger)}.dialog{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-elev);color:var(--ink);max-width:min(90vw,480px);padding:0}.dialog::backdrop{background:#0009}.dialog__body{padding:1.25rem}.dialog__title{margin:0 0 .6rem;font-size:1.2rem}.dialog__text{color:var(--ink-muted);margin:0 0 1rem}.dialog__actions{justify-content:flex-end;display:flex}.notfound{text-align:center;padding:3rem 1rem}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.card:hover{transform:none}}:root{--bg:#f6f3ec;--bg-elev:#ebe6db;--bg-elev-2:#e3ded3;--ink:#222924;--ink-muted:#525a53;--ink-faint:#626a62;--gold:#75551d;--gold-ink:#fffdf7;--line:#ccc9bd;--focus:#865313;--radius:4px;--maxw:1440px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg)}.site-header{color:#f6f3ec;background:#17251f;padding:1.25rem clamp(1.25rem,4vw,4rem)}.brand{color:#f6f3ec;font-family:Georgia,Times New Roman,serif}.brand__name{letter-spacing:.12em;font-size:1.3rem;font-weight:500;line-height:1.1}.brand__tag{color:#d3b87f;letter-spacing:.4em;font:600 .875rem/1.5 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.header-nav{flex-wrap:wrap;align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.header-nav a{color:inherit;text-underline-offset:.3em;align-items:center;min-height:44px;font-size:.9375rem;display:flex}@font-face{font-family:Greenwood Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/brand/roboto-latin-500.woff2)format("woff2")}.site-header .brand__logo{width:clamp(220px,24vw,290px);height:auto}.site-header .header-nav{gap:clamp(.6rem,1.6vw,1.5rem)}.site-header .header-nav a,.site-header .header-nav select{letter-spacing:.02em;text-transform:uppercase;font-family:Greenwood Roboto,Roboto,Arial,sans-serif;font-size:14px;font-weight:500}.ambient-toggle{color:#f6f3ec;cursor:pointer;background:0 0;border:1px solid #bbaa7c;border-radius:999px;align-items:center;gap:.5rem;min-height:44px;padding:.5rem .8rem;font:500 .8rem/1.2 Greenwood Roboto,Arial,sans-serif;display:inline-flex}.ambient-toggle span:first-child{font-size:1.3rem}.ambient-toggle[aria-pressed=true]{color:#17251f;background:#d7c18a}.ambient-toggle[hidden]{display:none}.langswitch__select{color:#fff;background:#17251f;border-color:#667469;border-radius:2px}.site-main{padding:clamp(1.25rem,4vw,4rem)}.btn{border-radius:2px;padding:.8rem 1.25rem;font-size:1rem}.btn--primary{color:#fff;background:#233f30;border-color:#233f30}.btn--primary:hover{background:#345740}.journey-intro{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(2rem,5vw,5rem);padding:1rem 0 3.5rem;display:grid}.journey-intro__copy h1{white-space:pre-line;letter-spacing:-.04em;margin:1.25rem 0;font:400 clamp(3.25rem,6.5vw,6.5rem)/1.04 Georgia,Times New Roman,serif}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.875rem;font-weight:650}.standfirst{max-width:53ch;color:var(--ink-muted);margin:0 0 1.75rem;font-size:1.125rem;line-height:1.7}.journey-meta{color:var(--ink-muted);margin-top:1.25rem;font-size:.875rem}.journey-intro__image{margin:0;position:relative}.journey-intro__image img{object-fit:cover;object-position:center;width:100%;height:clamp(320px,43vw,610px)}.journey-intro__image figcaption{color:var(--ink-muted);margin-top:.8rem;font-size:.8125rem}.section-heading{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1.5rem;padding-top:2rem;display:flex}.section-heading h2{margin:0;font:400 clamp(1.7rem,2.5vw,2.5rem)/1.2 Georgia,serif}.section-heading p{color:var(--ink-muted);max-width:38ch;font-size:.9375rem}.story-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:1.5rem 0 2rem;padding:0;list-style:none;display:grid}.story-grid li{min-width:0}.story-tile{border:1px solid var(--line);height:100%;color:var(--ink);flex-direction:column;padding:1.5rem;text-decoration:none;display:flex}.story-tile:hover{background:#ede8dc}.story-tile__number{color:#8c6c31;margin-bottom:2rem;font:400 3.5rem/1 Georgia,serif}.story-tile h3{margin:.7rem 0;font:400 1.55rem/1.2 Georgia,serif}.story-tile p{color:var(--ink-muted);flex:1;font-size:1rem}.story-tile .eyebrow{letter-spacing:.07em;font-size:.8125rem}.story-tile__meta{margin-top:1rem;font-size:.875rem;font-weight:600}.site-footer{color:var(--ink-muted);background:#ebe6db;padding:1.5rem clamp(1.25rem,4vw,4rem);font-size:.875rem}.review-label{max-width:85ch}.learning-page{max-width:1000px;margin:0 auto}.learning-page h1{font:400 clamp(2.25rem,5vw,4.5rem)/1.1 Georgia,serif}.learning-page>p{max-width:70ch;font-size:1.125rem}.back-link{text-underline-offset:.3em;align-items:center;min-height:44px;display:inline-flex}button,select,input,textarea{font:inherit}button:not(:disabled),select{cursor:pointer}button:disabled{cursor:default;opacity:.65}[hidden]{display:none!important}:focus-visible{outline-offset:4px;outline:3px solid #865313}.site-header :focus-visible{outline-color:#f1ce84}.hub-note{border-top:1px solid var(--line);max-width:75ch;padding:2rem 0}.hub-note h2,.learning-page h2{font:400 clamp(1.75rem,3vw,2.5rem)/1.25 Georgia,serif}.learning-page h3{font:400 1.4rem/1.3 Georgia,serif}.module-nav{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin:1.25rem 0 2.5rem;display:grid}.module-nav a{color:var(--ink-muted);text-underline-offset:.25em;padding:1rem .75rem;font-size:.875rem}.module-nav a[aria-current=page]{color:#203f2d;background:#e2e7dc;font-weight:700}.place-line{color:var(--gold)}.preference-panel{background:#ebe7dd;margin:2rem 0 3rem;padding:1.25rem}.preference-controls{flex-wrap:wrap;align-items:end;gap:1.25rem;display:flex}.preference-controls label{flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:650;display:flex}.preference-controls select{color:#222924;background:#fffdf7;border:1px solid #75786e;border-radius:2px;min-height:44px;padding:.5rem .8rem}.checkbox-label{align-items:center;min-height:44px;flex-direction:row!important;gap:.75rem!important;display:flex!important}input[type=checkbox],input[type=radio]{accent-color:#234f33;flex-shrink:0;width:1.25rem;height:1.25rem}.small-copy{color:var(--ink-muted);font-size:.875rem;line-height:1.6}.visit-reset{font-size:.875rem}summary{cursor:pointer;min-height:44px;padding:.75rem 0;font-weight:600}details[open]>summary{margin-bottom:.5rem}.content-note{background:#eee6d4;border-left:4px solid #876224;margin:2rem 0;padding:1.25rem 1.5rem}.content-note h2{margin-top:0;font-size:1.5rem}.story-prose{max-width:70ch;font-size:1.125rem;line-height:1.9}.story-prose p{margin:0 0 1.5rem}.source-drawer{border-block:1px solid var(--line);margin:1.25rem 0;font-size:.875rem}.source-drawer>p{max-width:75ch}.source-list{padding-left:1.25rem}.source-list li{overflow-wrap:anywhere;margin:1rem 0}.source-list small{color:var(--ink-muted);margin:.25rem 0;font-size:.8125rem;display:block}.source-id{color:var(--gold);margin-right:.5rem;font-weight:700;display:inline-block}.evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin:3rem 0;display:grid}.evidence-card{min-width:0;margin:0}.evidence-grid:has(.evidence-card:only-child){grid-template-columns:minmax(0,720px)}.evidence-media{background:#e4e0d6;padding:1rem}.evidence-media img{object-fit:contain;width:100%;height:auto;max-height:550px;display:block}.evidence-card figcaption{padding:1.25rem 0}.evidence-card h3{margin:.5rem 0}.evidence-card p{font-size:1rem}.evidence-card .eyebrow,.evidence-card .credit{font-size:.8125rem}.image-description{color:var(--ink-muted)}.credit{color:var(--ink-muted);font-size:.8125rem}.reflection-prompt{background:#e4e9de;border-left:4px solid #42603e;margin:2.5rem 0;padding:2rem}.reflection-prompt>p:not(.eyebrow):not(.small-copy){max-width:70ch;font-size:1.125rem}.extension{border-top:1px solid #b7c2ae;padding-top:1rem}.brick-activity{border-block:1px solid var(--line);padding:2rem 0}.brick-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.5rem 0;display:grid}.brick-choice{text-align:left;background:#eee0cc;border:1px solid #917b5b;padding:1.25rem;line-height:1.5}.brick-choice[aria-disabled=true]{background:#dce5d4;border-color:#517243}.reflection-board{padding-left:1.5rem}.reflection-board li{background:#ece7dc;margin:1rem 0;padding:1rem 1.5rem}.activity-status{min-height:1.5rem}.question-form{border-top:1px solid var(--line);padding:1.75rem 0}.question-form fieldset{border:0;min-width:0;margin:0 0 1.25rem;padding:0}.question-form legend{margin-bottom:1rem;font-size:1.125rem;font-weight:650}.answer-option{border:1px solid var(--line);cursor:pointer;align-items:flex-start;gap:.8rem;margin:.5rem 0;padding:1rem;display:flex}.answer-option:has(input:checked){background:#e4e9de;border-color:#526c45}.question-feedback:empty{display:none}.question-feedback{background:#e9e6dc;margin-top:1.25rem;padding:1.5rem}.museum-view{border-top:1px solid var(--line);margin:3rem 0;padding:2rem 0}.museum-arena .pnlm-about-msg{display:none}.museum-description{max-width:75ch}.button-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.5rem 0;display:flex}.museum-controls .btn{min-width:90px}.museum-status{min-height:1.5rem}.chapter-navigation{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2rem 0;display:flex}.chapter-navigation a{align-items:center;min-height:44px;display:inline-flex}.lesson-sequence{padding:0;list-style:none}.lesson-sequence li{border-top:1px solid var(--line);grid-template-columns:70px 1fr;gap:1.5rem;padding:1.5rem 0;display:grid}.lesson-sequence h3{margin-top:0}.lesson-time{color:var(--gold);font-weight:650}.teacher-prompt{border-top:1px solid var(--line);padding:1rem 0}.teacher-key{border:1px solid var(--line);padding:1rem}.teacher-key>section{border-top:1px solid var(--line);padding:1rem 0}.presentation .story-prose,.presentation .standfirst,.presentation .teacher-prompt p,.presentation .lesson-sequence p,.presentation .answer-option{font-size:1.4rem}@media (max-width:700px){.module-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.evidence-grid,.brick-choices{grid-template-columns:1fr}.chapter-navigation{flex-direction:column;align-items:flex-start}.reflection-prompt{padding:1.25rem}.preference-controls label{flex:130px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media print{.site-header,.site-footer,.skiplink,.no-print,.module-nav,.preference-panel,.chapter-navigation,.museum-view,.question-form button{display:none!important}body,.site-main{color:#000;background:#fff;padding:0}.learning-page{max-width:none}.learning-page h1{font-size:28pt}.learning-page h2{font-size:20pt}.story-prose,.standfirst{font-size:12pt}.evidence-grid{display:block}.evidence-card img{max-height:250px}.evidence-card,.lesson-sequence li,.question-form{break-inside:avoid}a{color:inherit}}@media (max-width:950px){.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-intro{gap:2rem}.section-heading{flex-direction:column;gap:.5rem}}@media (max-width:640px){.journey-intro{grid-template-columns:1fr}.journey-intro__image img{height:300px}.journey-intro__copy h1{font-size:3.5rem}.site-header{align-items:flex-start}.header-nav{gap:1rem}.story-grid{grid-template-columns:1fr}.story-tile{padding:1.25rem}.story-tile__number{margin-bottom:1rem}}.fullscreen-toggle{white-space:nowrap}.fullscreen-status{font-size:.875rem;display:block}.fullscreen-status:empty{display:none}.fullscreen-surface:not(:-webkit-full-screen){display:contents}.fullscreen-surface:not(:fullscreen){display:contents}.fullscreen-surface:-webkit-full-screen{box-sizing:border-box;color:#17251f;background:#f5f1e8;border:0;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:clamp(1rem,2vw,2rem);overflow:auto}.fullscreen-surface:fullscreen{box-sizing:border-box;color:#17251f;background:#f5f1e8;border:0;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:clamp(1rem,2vw,2rem);overflow:auto}.gallery-story.viewer-expanded .gallery-header{z-index:5;background:#f5f1e8;padding:.5rem 0;position:sticky;top:0}dialog.viewer-expanded{box-sizing:border-box;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;top:0;bottom:0;left:0;right:0;overflow:auto}.gallery-story.viewer-expanded .gallery-media img,.gallery-story.viewer-expanded .gallery-media video{max-height:calc(100dvh - 19rem)}section.viewer-expanded{z-index:200;box-sizing:border-box;color:#17251f;background:#f5f1e8;width:100%;height:100dvh;max-height:none;margin:0;padding:1rem;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}@media (max-width:680px){.gallery-story.viewer-expanded .gallery-media img,.gallery-story.viewer-expanded .gallery-media video{max-height:48dvh}}.museum-view{color:#17251f;margin:1rem 0 0;padding:0}.museum-view>.eyebrow{margin:0 0 .35rem}.museum-view>h3{margin:0 0 .5rem;font:400 clamp(1.3rem,2.2vw,2rem)/1.15 Georgia,serif}.museum-description{max-width:100%;margin:.4rem 0 .75rem;font-size:.875rem}.museum-status{margin:.4rem 0;font-size:.875rem}.museum-toolbar,.museum-route{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.museum-toolbar select{font:inherit;color:#17251f;background:#fff;border:1px solid #b6b9ae;max-width:100%;min-height:44px;padding:.55rem}.museum-toolbar select[aria-label*=viewpoints],.museum-toolbar select[aria-label*=puntos]{flex:1;min-width:180px}.museum-auto{align-items:center;gap:.5rem;margin:.75rem 0;font-size:.875rem;display:flex}.museum-auto input{width:20px;height:20px}.museum-main{grid-template-columns:minmax(0,2.6fr) minmax(240px,1fr);align-items:start;gap:1rem;display:grid}.museum-main[hidden]{display:none}.museum-view .museum-arena{background:#18231e;border-radius:4px;width:100%;height:clamp(300px,55vw,530px);position:relative}.museum-view .museum-arena:focus-visible{outline-offset:3px;outline:3px solid #93680f}.museum-route{justify-content:space-between;margin:.75rem 0}.museum-controls{gap:.3rem;margin-top:.5rem}.museum-controls .btn{min-width:44px;min-height:44px;padding:.5rem .7rem;font-size:.875rem}.museum-side{background:#eae4d8;border-radius:6px;min-width:0;padding:1rem}.museum-side h4,.museum-connections h4{margin:.5rem 0;font-size:1rem}.museum-point-list .btn,.museum-connections .btn{text-align:left;margin:.25rem .25rem .25rem 0}.museum-point-list .btn{width:100%;display:block}.museum-view audio{width:100%;max-width:100%;display:block}.museum-media{margin-top:.75rem}.museum-media img,.museum-media video{object-fit:contain;width:100%;max-width:100%;max-height:55dvh;display:block}.museum-enrichment{border-top:1px solid #aca38f;margin-top:1rem;padding-top:.75rem}.museum-enrichment h4{overflow-wrap:anywhere}.museum-transcript{white-space:pre-line;line-height:1.7}.museum-extras{border-top:1px solid #bdb6a6;margin-top:1rem;padding-top:1rem}.museum-extras summary{cursor:pointer;min-height:44px}.museum-floorplan{width:min(600px,100%);margin:1rem auto;position:relative}.museum-floorplan img{width:100%;display:block}.museum-map-point{color:#fff;cursor:pointer;background:#173f34;border:2px solid #fff;border-radius:100%;min-width:30px;min-height:30px;padding:3px;position:absolute;transform:translate(-50%,-50%)}.museum-map-links,.museum-collection{flex-wrap:wrap;gap:.4rem;display:flex}.museum-hotspot{width:44px;height:44px}.museum-hotspot button{color:#fff;cursor:pointer;background:#164538;border:2px solid #fff;border-radius:50%;width:44px;height:44px;font:700 24px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue;box-shadow:0 2px 8px #0008}.museum-hotspot--content button{color:#182b22;background:#efcf76}.museum-hotspot button:focus-visible{outline-offset:4px;outline:3px solid #fff}.viewer-expanded .museum-view{border:0;margin:0;padding:0}.viewer-expanded .museum-view .museum-arena,.museum-view.viewer-expanded .museum-arena{height:calc(100dvh - 28rem);min-height:260px}.viewer-expanded .museum-toolbar{z-index:5;background:#f5f1e8;padding:.35rem 0;position:sticky;top:0}.fullscreen-surface.spatial-portal>h2{display:none}.fullscreen-surface.spatial-portal>.btn{min-height:44px;margin-bottom:.5rem;padding:.5rem .8rem}.fullscreen-surface.spatial-portal .museum-view>.eyebrow{display:none}.viewer-expanded .museum-side{max-height:calc(100dvh - 16rem);overflow:auto}.spatial-portal:has(.museum-view){width:min(1500px,96vw)}.spatial-portal:has(.museum-view).viewer-expanded{width:100%}@media (max-width:800px){.museum-main{grid-template-columns:1fr}.museum-side{max-height:none!important}.museum-view .museum-arena{height:55dvh;min-height:280px}.viewer-expanded .museum-view .museum-arena,.museum-view.viewer-expanded .museum-arena{height:60dvh;min-height:280px}.museum-route .btn{flex:1}}@media (prefers-reduced-motion:reduce){.museum-view *{scroll-behavior:auto!important}}.gallery-story{color:#17251f;background:#f5f1e8;border:1px solid #c8b47e;border-radius:14px;width:min(1160px,100% - 2rem);max-height:calc(100dvh - 2rem);padding:clamp(1rem,3vw,2rem)}.gallery-story::backdrop{background:#030f13bf}.gallery-header,.gallery-controls,.gallery-navigation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.gallery-header h2{margin:.4rem 0;font:400 clamp(1.5rem,3vw,2.4rem)/1.15 Georgia,serif}.gallery-story .eyebrow{color:#665229;margin:0}.gallery-controls{border-bottom:1px solid #c9c2b6;padding:1rem 0}.gallery-controls select{font:inherit;color:#17251f;background:#fff;max-width:100%;padding:.65rem}.gallery-position{margin:0;font-size:.85rem}.gallery-body{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:start;gap:clamp(1rem,3vw,2rem);padding:1.5rem 0;display:grid}.gallery-media{background:#e7e0d3;border-radius:8px;gap:1rem;margin:0;padding:1rem;display:grid}.gallery-media img,.gallery-media video{object-fit:contain;width:100%;max-height:53dvh;display:block}.gallery-copy h3{overflow-wrap:anywhere;margin:0 0 1rem;font:400 clamp(1.4rem,2.5vw,2rem)/1.2 Georgia,serif}.gallery-copy p{white-space:pre-line;line-height:1.7}.gallery-source-note,.gallery-copy details,.gallery-media figcaption{color:#4c514b;font-size:.875rem}.gallery-copy summary{cursor:pointer;padding:.5rem 0}.gallery-navigation{border-top:1px solid #c9c2b6;padding-top:1rem}.gallery-reading{color:#344b35;margin-top:1rem;display:inline-block}.gallery-story :focus-visible{outline-offset:3px;outline:3px solid #865500}@media (max-width:680px){.gallery-body{grid-template-columns:1fr}.gallery-media img,.gallery-media video{max-height:34dvh}.gallery-header{align-items:flex-start}.gallery-position{width:100%}}#app.is-welcome{min-height:100svh;min-height:100dvh}.is-welcome .site-header,.is-welcome .site-footer{display:none}.is-welcome .site-main{max-width:none;margin:0;padding:0}.welcome{isolation:isolate;min-height:100vh;min-height:100svh;color:#fff;background:#12201d;min-height:100dvh;position:relative;overflow:hidden}.welcome-video{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.welcome:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000,#05100f73);position:absolute;top:45%;bottom:0;left:0;right:0}.welcome-entrance{z-index:2;min-height:100vh;min-height:100svh;min-height:100dvh;padding:6rem max(1.25rem, env(safe-area-inset-right)) max(12svh, 2rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));flex-direction:column;justify-content:flex-end;align-items:center;gap:clamp(1.25rem,3vh,2rem);display:flex;position:relative}.welcome-logo{filter:drop-shadow(0 2px 5px #07181d)drop-shadow(0 0 18px #07181d);width:min(540px,85vw);max-width:100%;height:auto}.welcome-enter{color:#16231f;text-align:center;background:#e1c78c;border:1px solid #e1c78c;border-radius:4px;justify-content:center;align-items:center;max-width:100%;min-height:56px;padding:1.1rem clamp(1.2rem,4vw,2.4rem);font:500 clamp(1rem,2vw,1.15rem)/1.35 Greenwood Roboto,Arial,sans-serif;text-decoration:none;display:inline-flex;box-shadow:0 6px 32px #00000040}.welcome-enter:hover{background:#f1dba8;border-color:#f1dba8}.welcome-enter:focus-visible{outline-offset:5px;outline:3px solid #fff;box-shadow:0 0 0 7px #16231f}.welcome-motion:focus-visible{outline-offset:5px;outline:3px solid #fff;box-shadow:0 0 0 7px #16231f}.welcome-motion{z-index:3;top:max(1.25rem, env(safe-area-inset-top));right:max(1.25rem, env(safe-area-inset-right));color:#fff;cursor:pointer;background:#14221f;border:1px solid #9baba5;border-radius:4px;align-items:center;gap:.55rem;min-height:44px;padding:.6rem .9rem;font:500 .85rem/1.3 Greenwood Roboto,Arial,sans-serif;display:inline-flex;position:absolute}.welcome-motion:hover{background:#263d35}.welcome-notice{z-index:3;color:#fff;background:#14221f;max-width:min(32ch,100% - 2.5rem);margin:0;padding:.7rem;font-size:.9rem;position:absolute;top:4.75rem;right:1.25rem}.welcome-sr{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media print{.welcome-video,.welcome-motion,.welcome:after{display:none}.welcome,.welcome-entrance{background:#fff;min-height:0;padding:1rem}}
