@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#263c35;background:#deeceb;font-synthesis:none;--ink: #263c35;--muted: #62756c;--accent: #427c68;--paper: #f7faf3;--line: #263c3526;--overlay: #f7faf3ef;letter-spacing:0}[data-theme=dark]{color:#edf3e8;--ink: #edf3e8;--muted: #b8c8bd;--accent: #a4c9ab;--paper: #192a24;--line: #c5dac42b;--overlay: #192a24f2}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:auto}a,button{font:inherit;color:inherit}a{text-decoration:none}button{border:0;background:none;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button:disabled{cursor:default}::selection{background:#b3d6bd}h1,h2,h3,p{margin:0}button,svg{flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.street-scene{position:fixed;inset:0;z-index:0;background:#deeceb}.street-scene canvas{display:block;width:100%;height:100%}.street-scene.failed{background:var(--paper)}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:94px;padding:0 46px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.site-header a,.site-header button{pointer-events:auto}.brand{display:flex;align-items:center;font-family:Manrope,sans-serif;font-weight:800;font-size:27px;white-space:nowrap}.brand>span:first-child{color:var(--accent)}.brand-divider{height:19px;width:1px;background:var(--line);margin:0 18px}.brand small{font:13px DM Sans,sans-serif;color:var(--muted)}.header-tools{display:flex;align-items:center;gap:12px}.header-nav{display:flex;align-items:center;gap:24px;font-size:13px;margin-right:20px}.header-nav a{position:relative;padding:9px 0;color:var(--muted);transition:color .2s ease}.header-nav a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.header-nav a:hover,.header-nav a:focus-visible,.header-nav a.active{color:var(--ink)}.header-nav a:hover:after,.header-nav a:focus-visible:after,.header-nav a.active:after{transform:scaleX(1)}.live-dot,.stop-open i,.project-status i{width:6px;height:6px;border-radius:50%;background:#56896b;display:inline-block}.language{font-size:13px;font-weight:700;height:36px;width:36px}.icon-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--overlay)}main{position:relative;pointer-events:none}.home-copy{position:fixed;z-index:3;left:6%;top:22%;width:450px;max-width:40%;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .35s,transform .35s,visibility .35s;pointer-events:none}.home-copy.visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}.eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600;margin-bottom:20px}.eyebrow>span{width:19px;height:1px;background:var(--accent)}h1{font-family:Manrope,sans-serif;font-size:100px;line-height:1.08;font-weight:700}h1>span{color:var(--accent)}.home-intro{font-size:18px;line-height:1.7;white-space:pre-line;margin-top:23px;color:var(--muted);max-width:310px}.explore-link{display:flex;align-items:center;justify-content:space-between;width:133px;margin-top:31px;border-bottom:1px solid var(--ink);padding-bottom:12px;font-size:15px}.home-coordinate{display:flex;align-items:center;gap:7px;margin-top:47px;color:var(--muted);font-size:11px}.coordinate-divider{margin:0 5px}.street-nav{position:fixed;z-index:21;right:34px;top:50%;transform:translateY(-50%);width:64px;max-height:calc(100svh - 180px);overflow-y:auto;padding:12px;background:transparent}.street-nav>a{display:flex;align-items:center;justify-content:center;height:52px;position:relative;color:var(--muted)}.nav-icon{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;font-size:12px;border:1px solid var(--line);background:var(--paper);border-radius:50%}.street-nav>a.active{color:var(--ink);font-weight:700}.street-nav>a.active .nav-icon{background:var(--stop-color, var(--accent));color:#fff;border-color:transparent}.nav-track{position:absolute;width:1px;top:38px;bottom:38px;left:50%;background:var(--line);z-index:-1}.nav-track>span{display:block;width:100%;height:100%;background:var(--accent);transform-origin:top}.stop-content{position:fixed;z-index:5;left:5%;top:50%;transform:translate(-22px,-50%);width:480px;max-width:calc(50vw - 85px);max-height:calc(100svh - 185px);overflow:auto;overscroll-behavior:contain;padding:26px 29px 21px;background:var(--overlay);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s,transform .35s,visibility .35s;border-top:3px solid var(--stop-color)}.stop-content.panel-right{left:auto;right:128px;transform:translate(22px,-50%)}.stop-content.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%)}.stop-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin-bottom:27px}.stop-open{display:flex;align-items:center;gap:5px;font-size:10px}.stop-open i{width:4px;height:4px}.stop-content h2{font-family:Manrope,sans-serif;font-size:40px;line-height:1.16;white-space:pre-line;font-weight:600;margin-bottom:25px;overflow-wrap:anywhere}.stop-content>p{font-size:16px;line-height:1.85;color:var(--muted)}.stop-content .lead{font-size:19px;color:var(--ink);margin-bottom:9px}.skill-list{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0 26px}.skill-list>span{font-size:12px;padding:5px 8px;border:1px solid var(--line)}.text-link{display:flex;align-items:center;gap:8px;font-size:14px;width:fit-content}.text-link>svg:last-child{margin-left:9px}.stop-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:16px;display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.stop-bottom>span:last-child{margin-left:auto}.project-row{display:flex;gap:16px;padding:17px 0;border-top:1px solid var(--line)}.project-number{font-size:12px;color:var(--muted);padding-top:4px}.project-copy{min-width:0;flex:1}.project-copy h3{font-family:Manrope,sans-serif;font-size:23px;font-weight:650;overflow-wrap:anywhere}.project-copy p{font-size:14px;color:var(--muted);line-height:1.65;margin-top:6px}.project-links{display:flex;align-items:center;gap:16px;margin-top:11px;font-size:12px}.project-links a{display:flex;align-items:center;gap:6px}.project-status{display:flex;align-items:center;gap:5px;color:var(--muted)}.project-status i{width:4px;height:4px;background:#bd8e4d}.contact-email{display:flex;align-items:center;gap:10px;padding:23px 0;border-bottom:1px solid var(--line);font-size:20px}.contact-email>span{overflow-wrap:anywhere}.contact-email>svg:last-child{margin-left:auto}.contact-socials{display:flex;gap:19px;margin:24px 0}.contact-socials a,.discord-link{display:flex;align-items:center;gap:6px;font-size:14px}.discord-link{padding:0;color:var(--muted)}.street-footer{position:fixed;z-index:22;bottom:0;left:0;right:0;min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 46px;font-size:12px;pointer-events:none}.street-footer a{pointer-events:auto}.footer-location{display:flex;align-items:center;gap:8px;background:var(--overlay);padding:10px 12px}.footer-slash{opacity:.4;margin:0 7px}.next-stop{display:flex;align-items:center;gap:12px;padding:10px 15px;background:var(--overlay);font-size:13px}.footer-credit{display:flex;gap:15px;align-items:center;background:var(--overlay);padding:10px}.footer-credit>a{display:flex}.page-progress{position:fixed;bottom:0;left:0;width:100%;height:2px;z-index:30;background:var(--accent);transform-origin:left}.loading{position:fixed;z-index:10;bottom:110px;left:50%;transform:translate(-50%);background:var(--paper);padding:13px 20px;display:flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap}.loading>span{width:12px;height:12px;border:1px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.scene-error{position:fixed;bottom:90px;left:24px;right:24px;text-align:center;font-size:11px;z-index:23;background:var(--paper);padding:12px}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1600px){.home-copy{left:8%;top:25%}.stop-content{width:520px;left:7%;padding:32px}.stop-content.panel-right{left:auto;right:7%}.street-nav{right:45px}}@media(min-width:2200px)and (min-height:1200px){.site-header{height:150px;padding:0 80px}.brand{font-size:46px}.brand small,.header-nav,.language{font-size:20px}.brand-divider{height:30px;margin:0 28px}.header-tools{gap:20px}.icon-button,.language{width:56px;height:56px}.icon-button svg{width:26px;height:26px}.home-copy{width:900px}h1{font-size:200px}.eyebrow{font-size:20px;gap:16px;margin-bottom:32px}.eyebrow>span{width:32px}.home-intro{font-size:32px;max-width:640px;margin-top:38px}.explore-link{font-size:24px;width:225px;margin-top:48px;padding-bottom:20px}.home-coordinate{font-size:18px;gap:12px;margin-top:70px}.street-nav{width:92px;right:60px;padding:16px;max-height:calc(100svh - 280px)}.street-nav>a{height:76px}.nav-icon{width:56px;height:56px;font-size:20px}.nav-track{top:54px;bottom:54px}.stop-content{width:820px;padding:48px 52px 36px;max-height:calc(100svh - 280px)}.stop-content h2{font-size:76px;margin-bottom:36px}.stop-eyebrow{font-size:20px;margin-bottom:38px}.stop-open{font-size:16px;gap:9px}.stop-content>p{font-size:26px;line-height:1.75}.stop-content .lead{font-size:30px;margin-bottom:16px}.skill-list{gap:12px;margin:34px 0 40px}.skill-list>span{font-size:19px;padding:8px 12px}.text-link{font-size:22px;gap:14px}.stop-bottom{font-size:17px;gap:12px;margin-top:42px;padding-top:26px}.project-row{padding:28px 0;gap:26px}.project-number{font-size:18px;padding-top:7px}.project-copy h3{font-size:36px}.project-copy p{font-size:23px;margin-top:12px}.project-links{font-size:20px;gap:28px;margin-top:18px}.project-links a{gap:10px}.contact-email{font-size:32px;padding:36px 0;gap:16px}.contact-socials{gap:32px;margin:36px 0}.contact-socials a,.discord-link{font-size:23px;gap:12px}.stop-content svg,.explore-link svg{width:24px;height:24px}.home-coordinate svg,.stop-bottom svg{width:20px;height:20px}.street-footer{min-height:116px;padding:0 80px;font-size:18px}.next-stop{font-size:20px;padding:16px 24px;gap:20px}.footer-location,.footer-credit{padding:16px 20px;gap:14px}.street-footer svg{width:20px;height:20px}.live-dot{width:9px;height:9px}.stop-open i,.project-status i{width:7px;height:7px}.loading,.scene-error{font-size:22px}}@media(max-width:1050px){.site-header{padding:0 25px}.header-nav{display:none}.home-copy{left:5%;max-width:46%;top:18%}h1{font-size:76px}.home-intro{font-size:16px}.street-nav{right:20px}.stop-content{left:25px;width:350px;max-width:calc(50vw - 35px);padding:24px}.stop-content.panel-right{right:106px;max-width:calc(50vw - 60px)}.stop-content h2{font-size:34px}.street-footer{padding:0 25px}.brand small{font-size:10px}}@media(max-width:650px){.site-header{height:72px;padding:0 20px}.brand{font-size:23px}.brand-divider{margin:0 11px}.brand small{font-size:9px}.header-tools{gap:3px}.icon-button{width:32px;height:32px}.home-copy{left:25px;top:110px;max-width:calc(100% - 60px);width:310px}.eyebrow{font-size:8px;margin-bottom:13px}h1{font-size:66px}.home-intro{font-size:14px;line-height:1.6;margin-top:16px}.explore-link{margin-top:20px;width:115px;font-size:11px}.home-coordinate{margin-top:22px;font-size:8px}.street-nav{right:10px;width:41px;padding:8px;top:48%;border:0}.street-nav>a{height:42px}.nav-icon{width:25px;height:25px;font-size:10px}.nav-track{left:20px;top:29px;bottom:29px}.stop-content,.stop-content.panel-right{left:16px;right:auto;top:86px;width:calc(100% - 80px);max-width:360px;max-height:48svh;padding:18px 20px;transform:translateY(-12px)}.stop-content.panel-right{left:auto;right:62px}.stop-content.visible{transform:none}.stop-eyebrow{margin-bottom:15px;font-size:8px}.stop-content h2{font-size:29px;margin-bottom:14px;white-space:normal}.stop-content>p{font-size:11px;line-height:1.7}.stop-content .lead{font-size:13px;margin-bottom:6px}.skill-list{margin:14px 0;gap:5px}.skill-list>span{font-size:8px;padding:4px 6px}.stop-bottom{margin-top:16px;padding-top:12px;font-size:7px}.project-row{padding:11px 0;gap:11px}.project-copy h3{font-size:15px}.project-copy p{font-size:9px}.project-links{margin-top:7px;font-size:8px}.contact-email{font-size:13px;padding:18px 0;gap:7px}.contact-socials{gap:14px;margin:18px 0}.contact-socials a,.discord-link{font-size:10px}.street-footer{padding:0 15px;min-height:60px;font-size:8px}.footer-credit{display:none}.footer-location{gap:6px;padding:9px}.next-stop{font-size:9px;padding:9px}.footer-slash{margin:0 3px}}@media(max-height:650px)and (min-width:651px){.home-copy{top:17%}h1{font-size:65px}.home-intro{font-size:15px;margin-top:15px}.home-coordinate{margin-top:22px}.stop-content{max-height:calc(100svh - 140px)}.site-header{height:70px}.street-footer{min-height:55px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
