@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
header{position:sticky;top:0;z-index:2;background:#102c32f5;backdrop-filter:blur(10px)}html{scroll-padding-top:120px}
:root{color-scheme:dark;--bg:#102c32;--panel:#173b41;--ink:#f6f7ef;--muted:#bdd0cd;--orange:#ffa154;--line:#426167}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.65}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:5px}button{color:inherit;background:none;border:0}header{max-width:1500px;margin:auto;padding:30px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:15px;text-decoration:none;font-size:23px;letter-spacing:.04em}.brand small{display:block;font-size:12px;letter-spacing:.025em;color:var(--muted)}.orange{display:block;width:29px;height:29px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px #ffa15412}.station{border:1px solid var(--line);padding:10px 20px;border-radius:40px;font-size:15px}.station span{margin-left:18px}main{max-width:1500px;margin:auto;padding:30px 5% 40px}.orientation{display:flex;gap:16px;align-items:center;font-size:13px;color:var(--muted);letter-spacing:.06em}.orientation>span:first-child{color:var(--orange)}.prototype{margin-left:auto;font-size:12px}.sep{opacity:.5}.layout{display:grid;grid-template-columns:1.3fr 1fr;gap:9%;margin-top:42px}.story{padding-top:14px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:600;color:var(--orange)}h1,h2{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400;line-height:1.04;letter-spacing:-.025em}h1{font-size:clamp(55px,6.2vw,88px);margin:22px 0 25px;max-width:650px}h1:focus{outline:none}#body{max-width:620px;color:var(--muted)}#body p{margin:0 0 17px}#body strong{font-weight:500;color:var(--ink)}.branches{margin-top:30px;display:grid;gap:10px}.branch{display:flex;text-align:left;align-items:center;gap:18px;padding:16px 19px;border:1px solid var(--line);border-radius:3px;transition:background .2s,border-color .2s}.branch:hover{background:#21464b;border-color:var(--orange)}.branch>span:first-child{color:var(--orange);font-size:13px}.branch strong{display:block;font-weight:500;font-size:16px}.branch small{display:block;font-size:13px;color:var(--muted)}.branch .arrow{margin-left:auto;color:var(--orange)}.underneath{margin-top:27px}.underneath button{font-size:14px;text-align:left;color:var(--muted);padding:9px 0;display:block;width:100%}.underneath button:first-child{border-top:1px solid var(--line)}.underneath span{float:right;color:var(--orange)}.landscape{padding-top:14px}.photo{position:relative;height:360px;overflow:hidden;border-radius:130px 130px 4px 4px}.photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.72) saturate(.7)}.photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#102c32c9)}.photo-caption{position:absolute;z-index:1;bottom:23px;left:28px;font-family:Georgia,serif;font-style:italic;font-size:22px}.route{margin-top:25px;border-left:2px solid var(--orange);padding:0 0 0 22px}.route p{font-size:15px;color:var(--muted);line-height:1.9;margin:9px 0}.route button{font-size:14px;padding:0;text-decoration:underline;text-underline-offset:5px}.credit{display:block;margin-top:22px;font-size:12px;color:var(--muted)}footer{max-width:1500px;margin:auto;border-top:1px solid var(--line);padding:22px 5%;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px;color:var(--muted)}footer>span:first-child{letter-spacing:.12em;color:var(--orange)}footer button{font-size:14px}button:disabled{opacity:.35;cursor:default}dialog{color:var(--ink);background:var(--panel);border:1px solid var(--line);padding:30px;max-width:640px;width:calc(100% - 28px);max-height:85vh;border-radius:8px}dialog::backdrop{background:#03191dd9;backdrop-filter:blur(5px)}.panel-top{display:flex;justify-content:space-between;align-items:center}#close{font-size:22px;padding:0 8px}h2{font-size:46px;margin:20px 0}#panel-body{color:var(--muted);font-size:16px}#panel-body a{color:var(--orange);text-underline-offset:4px}#panel-body p{margin:14px 0}#panel-body .branch{width:100%;margin-bottom:10px}.badge{display:inline-block;border:1px solid var(--line);font-size:12px;padding:3px 9px;border-radius:20px;color:var(--ink);margin-bottom:5px}.source{padding:17px 0;border-top:1px solid var(--line)}.source small{display:block;font-size:13px;margin-top:7px}.skip{position:absolute;top:-70px;left:10px;background:var(--orange);color:#102c32;padding:8px 18px;z-index:3}.skip:focus{top:8px}@media(max-width:800px){header{padding:22px 6%}.brand small{display:none}.station{padding:8px 14px}main{padding:25px 6%}.layout{grid-template-columns:1fr;gap:25px;margin-top:25px}h1{font-size:64px}.landscape{display:grid;grid-template-columns:1fr 1fr;gap:18px}.photo{height:200px;border-radius:65px 65px 3px 3px}.photo-caption{font-size:17px;left:15px;bottom:15px}.route{align-self:center;margin:0}.credit{grid-column:1/-1;margin:0}footer{padding:22px 6%;flex-wrap:wrap}footer>span:last-child{display:none}.prototype{display:none}}@media(max-width:420px){h1{font-size:54px}.landscape{grid-template-columns:1fr}.photo{height:230px}.route{margin-top:5px}.brand{font-size:20px}.station span{display:none}dialog{padding:22px}h2{font-size:38px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.header-actions{display:flex;align-items:center;gap:22px}.fountain-link{font-size:14px;text-underline-offset:5px}.orientation>a{color:var(--orange);text-underline-offset:4px}.orientation{flex-wrap:wrap}.branch{text-decoration:none}.claim{margin:22px 0}.claim h3{font-size:18px;font-weight:500;line-height:1.4;color:var(--ink);margin:12px 0}.claim p{font-size:15px}.departure-note{border-top:1px solid var(--line);padding-top:16px;font-size:14px}.station-heading{font-size:14px;color:var(--orange);margin:25px 0 12px}.canonical dt{font-weight:600;color:var(--ink);margin-top:16px}.canonical dd{margin:4px 0}.artwork .photo img{filter:brightness(.84) saturate(.85)}.artwork .photo{height:420px}.artwork .credit{font-style:italic}.photo img{object-position:center}.route-label{font-size:12px}#panel-body .badge{border-radius:4px}#panel-body .source:first-child{border-top:0}@media(max-width:800px){.header-actions{gap:14px}.fountain-link{font-size:13px}.artwork .photo{height:230px}}@media(max-width:420px){header{padding:18px 5%}.header-actions{gap:12px}.station{padding:7px 11px}.brand{gap:10px}.orange{width:23px;height:23px}.artwork .photo{height:250px}.orientation{gap:10px}}

/* Arrival and the preserved cinematic Gate share the discovery navigation. */
.prototype{font-size:14px;letter-spacing:0}.remember-place{margin:24px 0;padding:18px 0;border-block:1px solid var(--line)}.remember-place h3{font-size:18px;margin:0}.remember-place p{font-size:14px}.remember-place button{border:1px solid var(--orange);padding:10px 15px;border-radius:3px;text-align:left}#place-status:empty,#resume:empty{display:none}#resume:not(:empty){margin-top:25px}#resume .branch{border-color:var(--orange)}
.gate-view{background:#080c09}.gate-view header{background:#080e0eef;max-width:none}.gate-view main{position:relative;isolation:isolate;max-width:none;min-height:calc(100svh - 190px);padding:30px 7% 60px;background:linear-gradient(90deg,#020503eb 0%,#020503b8 40%,#02050320 78%),url('assets/the-gate-cinematic.png') 57% center/cover}.gate-view .layout{display:block;margin-top:45px}.gate-view .story{max-width:520px;padding-block:20px}.gate-view h1{font-family:Georgia,serif;font-size:clamp(64px,8vw,120px);letter-spacing:-.045em}.gate-view #body{color:#ece5d5}.gate-view #body p:first-child{font:italic 26px/1.4 Georgia,serif}.gate-view #body p:last-child{font-size:16px}.gate-view .landscape{display:none}.gate-view .branch{background:#081511a8;border-color:#9e906e}.gate-view .branch:hover{background:#23362bee}.gate-view .underneath button{color:#ece5d5}.gate-view footer{max-width:none;background:#080c09}.gate-symbolism{border-top:1px solid var(--line);margin-top:24px;padding-top:12px}.gate-symbolism h3{font-size:18px;font-weight:500;color:var(--orange)}.gate-symbolism p{margin:4px 0!important}
@media(max-width:800px){.prototype{display:block;margin-left:0}.gate-view main{padding:24px 6% 40px;background-position:64% center;background-image:linear-gradient(90deg,#020503db,#02050399),url('assets/the-gate-cinematic.png')}.gate-view .layout{margin-top:20px}.gate-view .story{max-width:540px}.gate-view h1{font-size:72px}}
.passage-action{display:inline-block;border:1px solid var(--orange,#f58a36);border-radius:4px;background:transparent;color:inherit;padding:12px 16px;margin:8px 8px 8px 0;font:inherit;text-decoration:none;cursor:pointer}.passage-action:hover{background:#f58a3618}.passage-action:focus-visible{outline:2px solid #f58a36;outline-offset:4px}.passage-action:disabled{opacity:.65;cursor:wait}.passage-notice{border-left:3px solid #f58a36;padding:12px 16px;background:#f58a3610}#passage-status:empty{display:none}@media(max-width:650px){.header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.header-actions .station{font-size:12px;padding:8px}}
/* The front door gives the existing Lion and Train artwork room to welcome visitors. */
.welcome-view .layout{grid-template-columns:1fr 1.05fr;gap:6%;align-items:center}.welcome-view .landscape{grid-column:1;grid-row:1;align-self:stretch}.welcome-view .story{grid-column:2;grid-row:1;padding-block:15px}.welcome-view .photo{height:100%;min-height:580px;border-radius:4px;max-height:800px}.welcome-view .photo img{object-position:33% center;filter:none}.welcome-view .photo:after{background:linear-gradient(transparent,#102c32a0)}.welcome-view .route,.welcome-view .credit{display:none}.welcome-view h1{font-size:clamp(56px,5.5vw,84px)}.welcome-view .orientation{margin-bottom:20px}.welcome-view .layout{margin-top:12px}.welcome-view #body{font-size:18px}.welcome-view .branches .branch:first-child{background:var(--orange);color:#102c32;border-color:var(--orange)}.welcome-view .branches .branch:first-child small,.welcome-view .branches .branch:first-child .arrow,.welcome-view .branches .branch:first-child>span:first-child{color:#234044}.lion-view .photo img{object-position:16% center}#journey-guide{max-width:1350px;margin:0 auto 32px;padding:24px 28px;border:1px solid var(--line);border-left:3px solid var(--orange);display:flex;align-items:center;gap:24px;flex-wrap:wrap;background:#15363b}#journey-guide p{margin:4px 0}#journey-guide .journey-next{margin-left:auto;padding:12px 18px;background:var(--orange);color:#102c32;text-decoration:none;font-weight:600;border-radius:3px}#journey-guide details{width:100%;border-top:1px solid var(--line);padding-top:12px}#journey-guide summary{cursor:pointer;color:var(--muted);font-size:14px}#journey-guide ol{display:flex;flex-wrap:wrap;gap:14px 34px;padding-left:25px;font-size:14px}#journey-guide [aria-current]{color:var(--orange);font-weight:700}#journey-guide details p{font-size:14px;color:var(--muted)}.header-actions{gap:16px}.header-actions .fountain-link{white-space:nowrap}
@media(max-width:1000px){header{flex-wrap:wrap;gap:18px}.header-actions{flex-wrap:wrap}.welcome-view .layout{grid-template-columns:1fr}.welcome-view .landscape{grid-column:1;grid-row:1;display:block}.welcome-view .story{grid-column:1;grid-row:2}.welcome-view .photo{height:340px;min-height:0;max-height:none}.welcome-view .photo img{object-position:center 46%}.welcome-view h1{max-width:none}.welcome-view #body{max-width:760px}#journey-guide{margin-inline:6%}}@media(max-width:600px){.welcome-view .photo{height:280px}.welcome-view h1{font-size:56px}.header-actions{justify-content:flex-start;gap:12px}.header-actions .station{font-size:14px}.header-actions .fountain-link{font-size:14px}#journey-guide{padding:20px}#journey-guide .journey-next{margin-left:0;width:100%;font-size:16px}.welcome-view #body{font-size:17px}.welcome-view .layout{gap:12px}}
