@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";:root{font-family:DM Sans,sans-serif;color:#23483e;background:#f0f2e9;font-synthesis:none;--green:#23483e;--muted:#7a8578;--coral:#dc7659;--line:#dce1d5}*{box-sizing:border-box}body{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button,a,input{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--coral)}button{color:inherit}a{color:inherit;text-decoration:none}button svg{width:22px;height:22px}button{border:0}button:disabled{cursor:not-allowed}.app{max-width:1800px;margin:auto;padding:0 5%;min-height:100svh;display:flex;flex-direction:column}.header{height:112px;display:flex;align-items:center;border-bottom:1px solid var(--line);justify-content:space-between;flex-shrink:0;position:relative;z-index:2}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:45px;height:48px}.brand>span{font-family:Manrope,sans-serif;font-size:18px;font-weight:800;line-height:1.12;letter-spacing:1.9px}.brand>span>span{display:block;font-size:10px;letter-spacing:3px;margin-top:6px}.nav{display:flex;gap:36px;position:absolute;left:44%;align-items:center;height:100%}.nav-link{padding:12px 0;background:none;font-size:12px;display:flex;align-items:center;gap:7px;position:relative}.nav-link.active{font-weight:700}.nav-link.active span{position:absolute;width:4px;height:4px;background:var(--coral);border-radius:100%;bottom:0;left:50%}.nav-link svg{width:13px;height:13px}.nav-link:hover{color:var(--coral)}.header-note{font-size:11px;color:#6d7b6d;display:flex;align-items:center;gap:10px}.sun-icon{font-size:25px;color:#778568;font-family:serif}.main{position:relative;min-height:700px;flex:1;display:grid;grid-template-columns:37% 63%;grid-template-rows:1fr auto;isolation:isolate}.intro{position:relative;z-index:2;padding-top:78px;pointer-events:none}.intro button{pointer-events:auto}.eyebrow{font-size:9px;font-weight:650;letter-spacing:2.1px;display:flex;gap:10px;align-items:center}.eyebrow>span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--coral)}h1{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(62px,6.15vw,100px);font-weight:400;line-height:1.04;letter-spacing:-3px;margin:25px 0 21px;color:#25493d;white-space:nowrap}.period{color:var(--coral)}.intro-copy{font-size:13px;color:#7b8377;line-height:1.9;margin:0 0 27px}.explore-button{background:var(--green);color:#fff;padding:15px 22px;border-radius:6px;font-size:12px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;transition:background .2s,transform .2s;box-shadow:0 4px 6px #25493d08}.explore-button:hover{background:#32634f;transform:translateY(-2px)}.explore-button svg{width:18px;height:18px}.no-destination{display:block;font-size:10px;color:#8d9286;margin-top:13px}.scene-area{position:absolute;top:0;right:-3%;bottom:162px;left:30%;z-index:0;overflow:hidden}.scene-halo{position:absolute;top:15%;left:18%;width:64%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 60%,#e0e7d7,#e8eddf 60%,#ebeee3 73%);opacity:.8}.scene-word{position:absolute;top:18px;left:13%;font-size:clamp(70px,9vw,150px);font-family:"DM Serif Display",serif;font-style:italic;color:#e4e8dc;letter-spacing:-5px;white-space:nowrap;transform:rotate(-8deg);-webkit-user-select:none;user-select:none}#scene{display:block;width:100%;height:100%;position:relative;touch-action:none;cursor:grab}#scene:active{cursor:grabbing}.scene-tag{position:absolute;top:44px;right:38px;font-size:8px;letter-spacing:1.6px;display:flex;align-items:center;gap:7px;color:#81907d}.live-dot{width:5px;height:5px;border-radius:50%;background:#7f9c67;display:inline-block;flex-shrink:0}.scene-tools{position:absolute;right:8px;top:43%;display:flex;flex-direction:column;align-items:center;background:#fafbf4d9;padding:6px;border:1px solid #fff;border-radius:30px;box-shadow:0 6px 25px #25493d05;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-button{display:flex;align-items:center;justify-content:center;width:37px;height:37px;border-radius:50%;background:none;transition:background .2s,color .2s}.tool-button svg{width:18px;height:18px}.tool-button:hover{background:#e9edde}.tool-button[aria-pressed=true]{background:#25493d;color:#fff}.tool-divider{width:19px;height:1px;background:#dce1d5;margin:5px 0}.scene-hint{position:absolute;bottom:27px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:8px;color:#8c9384;font-size:10px;pointer-events:none}.scene-hint svg{width:16px;height:16px}.scene-hint>span{margin:0 4px}.loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;gap:10px;justify-content:center;align-items:center;font-size:12px;color:#6b7e66;pointer-events:none;transition:opacity .4s}.loading span{width:12px;height:12px;border:1px solid #a0b395;border-top-color:#23483e;border-radius:50%;animation:spin 1s linear infinite}.loading.loaded{opacity:0}@keyframes spin{to{transform:rotate(360deg)}}.percy-note{grid-row:2;grid-column:1;align-self:end;padding:0 0 35px;position:relative;z-index:2}.note-heading{display:flex;align-items:center;gap:10px}.little-star{color:var(--coral);font-size:29px;font-weight:400;line-height:1}h2{font-family:"DM Serif Display",Georgia,serif;font-size:25px;font-weight:400;margin:0;letter-spacing:-.5px}.percy-note p{font-size:11px;line-height:1.9;color:#83897c;margin:10px 0 18px}.character-chips{display:flex;gap:15px;font-size:8px;color:#7e8979}.character-chips>span{display:flex;align-items:center;gap:6px}.character-chips i{height:5px;width:5px;display:inline-block;border-radius:100%}.mint-dot{background:#7cae93}.coral-dot{background:#dd9a81}.ride-controls{grid-row:2;grid-column:2;position:relative;z-index:2;align-self:end;margin:0 37px 30px 40px;background:#fafbf6;border:1px solid #fff;border-radius:13px;box-shadow:0 8px 24px #29482c06}.controls-main{display:flex;align-items:center;gap:21px;padding:23px 25px 18px}.play-button{height:46px;width:46px;flex-shrink:0;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s,background .2s}.play-button:hover{transform:scale(1.06);background:#32634f}.play-button svg{width:19px;height:19px}.play-button svg[hidden]{display:none}.speed-control{flex:1;min-width:70px}.speed-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:5px}.speed-heading label{font-size:11px;font-weight:650}.speed-heading>span{font-size:9px;color:#859079}.range-labels{display:flex;justify-content:space-between;font-size:6px;letter-spacing:1.2px;color:#909583;margin-top:10px}input[type=range]{--fill:35%;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:3px;background:linear-gradient(to right,#3c6450 var(--fill),#dfe4d7 var(--fill));border-radius:3px;margin:0;display:block;cursor:pointer}input[type=range]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:12px;height:12px;background:#fafbf6;border:3px solid #3c6450;border-radius:50%;box-shadow:0 0 0 4px #fafbf6}input[type=range]::-moz-range-thumb{width:7px;height:7px;background:#fafbf6;border:3px solid #3c6450;border-radius:50%}.speed-readout{width:70px;border-left:1px solid #e4e7dd;display:flex;flex-direction:column;align-items:center;line-height:1;padding-left:20px}.speed-readout>span:first-child{font-size:36px;font-family:Manrope,sans-serif;font-weight:400;letter-spacing:-1.5px;min-width:48px;text-align:center}.speed-readout>span:last-child{font-size:9px;color:#969d8d;margin-top:6px}.controls-bottom{border-top:1px solid #e9ece2;display:flex;align-items:center;justify-content:space-between;padding:11px 24px;font-size:8px;color:#818e76}.controls-bottom>span{display:flex;align-items:center;gap:6px}.controls-bottom button{padding:0;background:none;display:flex;align-items:center;gap:8px;font-size:8px;color:#7f8978}.toggle{width:23px;height:13px;background:#567b56;border-radius:10px;display:flex;align-items:center;padding:3px;transition:background .2s}.toggle>span{width:7px;height:7px;background:#fff;border-radius:50%;transform:translate(10px);transition:transform .2s}button[aria-pressed=false] .toggle{background:#c1c9b9}button[aria-pressed=false] .toggle>span{transform:translate(0)}.footer{min-height:64px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:6.5px;letter-spacing:1.4px;color:#8a9482;flex-shrink:0}.footer>span:first-child{display:flex;align-items:center;gap:5px}.footer svg{width:11px;height:11px;color:var(--coral)}.footer-accent{color:#5c7056}.edition{font-size:6px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);background:var(--green);color:#fff;padding:12px 22px;border-radius:30px;font-size:12px;box-shadow:0 5px 25px #1a362c20;opacity:0;transition:opacity .2s,transform .2s;pointer-events:none;z-index:10}.toast.visible{opacity:1;transform:translate(-50%)}dialog{border:1px solid #fff;background:#f5f5eb;color:var(--green);border-radius:18px;max-width:490px;width:calc(100% - 32px);padding:52px 44px;box-shadow:0 30px 150px #163f3a30}dialog::backdrop{background:#16352a55;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.dialog-close{position:absolute;right:18px;top:12px;background:transparent;font-size:28px;font-weight:400;color:#809079}dialog h2{font-size:48px;line-height:1.05;letter-spacing:-1.5px;margin:25px 0}dialog p{color:#79836f;font-size:13px;line-height:1.9}.story-signoff{margin:25px 0;font-size:12px;display:flex;align-items:center;gap:14px}.story-signoff span{color:var(--coral);font-size:24px}@media (min-width:1500px){.main{min-height:780px}.intro{padding-top:100px}.scene-area{bottom:182px}.ride-controls{margin-bottom:42px}.percy-note{padding-bottom:45px}.header{height:125px}.scene-hint{bottom:32px}.intro-copy{font-size:15px}.controls-main{padding:26px 28px 22px}.controls-bottom{padding:14px 28px}}@media (max-width:1100px){.app{padding:0 4%}.header{height:95px}.main{min-height:680px;grid-template-columns:36% 64%}h1{font-size:70px}.intro{padding-top:67px}.intro-copy{font-size:11px}.header-note{font-size:10px}.nav{left:42%;gap:23px}.scene-area{left:27%;right:-3%;bottom:168px}.scene-tag{right:15px;font-size:6px}.scene-tools{right:0}.scene-hint{bottom:18px}.ride-controls{margin-left:20px;margin-right:0}.controls-main{padding:22px 18px;gap:15px}.speed-readout{width:57px;padding-left:14px}.speed-heading>span{font-size:8px}.footer{font-size:5.5px;letter-spacing:1px}.edition{font-size:5.5px}.character-chips{gap:10px;font-size:7px}}@media (max-width:760px){.app{padding:0 6%}.header{height:86px}.brand-mark{width:35px;height:39px}.brand>span{font-size:15px}.brand>span>span{font-size:8px;letter-spacing:2.6px}.header-note{display:none}.nav{position:static;gap:21px}.nav-link{font-size:10px}.main{display:flex;flex-direction:column;min-height:auto}.intro{padding-top:35px;pointer-events:auto}.eyebrow{font-size:7px;letter-spacing:1.7px}h1{font-size:64px;letter-spacing:-2px;line-height:1;margin:19px 0 14px}.intro-copy{font-size:12px;line-height:1.8;margin-bottom:17px}.explore-button{font-size:11px;padding:12px 17px;gap:25px}.no-destination{display:none}.scene-area{position:relative;inset:auto;width:calc(100% + 12vw);margin:0 -6vw;height:455px;overflow:hidden}.scene-halo{top:10%;left:14%;width:72%}.scene-word{font-size:85px;top:0;left:10%;letter-spacing:-4px}.scene-tag{top:25px;right:8%;font-size:6px}.scene-tools{right:4%;top:39%;padding:4px}.tool-button{width:32px;height:32px}.tool-button svg{width:16px;height:16px}.scene-hint{bottom:10px;font-size:9px}.ride-controls{order:3;width:100%;margin:10px 0 26px}.controls-main{padding:20px;gap:17px}.speed-heading label{font-size:11px}.speed-heading>span{font-size:9px}.percy-note{order:4;padding:7px 0 26px;align-self:flex-start}.note-heading h2{font-size:25px}.percy-note p{font-size:11px;margin-bottom:14px}.character-chips{font-size:8px;gap:20px}.footer{flex-wrap:wrap;padding:18px 0;min-height:70px;row-gap:12px;column-gap:10px;font-size:5.5px;letter-spacing:1px}.footer>span:nth-child(2){display:none}.edition{font-size:5.5px}.scene-area{margin-top:-28px}.intro{z-index:2}.scene-word{top:34px}.scene-tag{top:72px}.scene-halo{top:20%}}@media (max-width:380px){h1{font-size:57px}.nav{gap:12px}.scene-area{height:395px}.controls-main{gap:12px;padding:18px 13px}.speed-heading>span{font-size:8px}.controls-bottom{padding:11px 16px}.play-button{width:40px;height:40px}.range-labels{font-size:5px;letter-spacing:.8px}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
