@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}

:root{--bg:#101619;--ink:#e5e4db;--muted:#a6afb0;--rust:#cd906d;--line:#ffffff24;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation}button{background:none;border:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,canvas:focus-visible{outline:2px solid var(--rust);outline-offset:6px}header{height:102px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid var(--line);position:relative;z-index:5;background:#101619c9}.brand{display:flex;gap:13px;align-items:center;font-size:21px;font-weight:800;letter-spacing:-.8px}.brand small{display:block;font-size:9px;letter-spacing:2.7px;margin-top:3px}.brand-icon{font-family:var(--display);font-weight:900;font-style:italic;font-size:45px;position:relative}.brand-icon span{font-size:25px;color:var(--rust);position:absolute;right:-7px;top:-7px}nav{display:flex;gap:31px}nav button{font-size:13px;color:var(--muted);position:relative;padding:18px 0}nav button.active{color:var(--ink)}nav button.active:after{content:'';position:absolute;bottom:6px;left:0;width:18px;height:2px;background:var(--rust)}.social{display:flex;gap:25px;align-items:center}.x-link{font-size:24px}.buy{border:1px solid #ffffff63;padding:13px 18px;font-size:12px;font-weight:700;letter-spacing:1px}.buy span{margin-left:24px;color:var(--rust)}.buy:hover{background:var(--ink);color:var(--bg)}main{min-height:calc(100svh - 157px)}.scene{position:relative;min-height:calc(100svh - 157px);overflow:hidden;animation:enter .65s ease both}.scene[hidden]{display:none!important}@keyframes enter{from{opacity:0;transform:translateY(18px);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}.hero-image{position:absolute;inset:0 0 0 28%;background:url('assets/tyson.jpg') 50% 44%/cover;mask-image:linear-gradient(90deg,transparent,#000 30%);opacity:.91}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#101619 0%,transparent 24%,#1016190d 80%,#10161945)}.hero-content{position:relative;padding:55px 0 130px 6%;max-width:750px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;color:var(--muted)}.eyebrow i{width:6px;height:6px;background:var(--rust);display:inline-block;border-radius:50%;margin-right:10px}h1{font-family:var(--display);font-size:clamp(76px,8.25vw,137px);font-weight:800;line-height:.88;letter-spacing:-2px;margin:31px 0 25px}em{font-style:normal;color:var(--rust)}h1 em{font-size:.85em;white-space:nowrap}.intro{font-size:16px;line-height:1.7;color:#bac2c2;margin:0 0 28px}.hero-actions{display:flex;gap:28px;align-items:center}.primary{background:var(--rust);color:#11191b;padding:17px 22px;font-size:12px;letter-spacing:1px;font-weight:800;transition:background .2s,transform .2s}.primary:hover{background:#e4af8d;transform:translateY(-3px)}.primary span{margin-left:25px}.text-button{font-size:12px;letter-spacing:1px;padding:12px 0;border-bottom:1px solid #ffffff46}.text-button span{margin-left:14px}.scribble{font-family:Georgia,serif;font-style:italic;font-size:16px;color:#b4babc;transform:rotate(-8deg);margin:27px 0 0 15px;line-height:1.3}.scribble span{font-size:44px;position:absolute;left:174px;top:-10px}.hotspot{position:absolute;top:33%;right:11%;display:flex;gap:14px;align-items:center;text-align:left}.hotspot>span{border:1px solid #c2ccca80;border-radius:50%;height:36px;width:36px;display:grid;place-items:center;box-shadow:0 0 0 8px #dddddd08}.hotspot:hover>span{background:var(--rust);color:var(--bg)}.hotspot small{font-size:9px;letter-spacing:1px;line-height:1.9;text-shadow:0 2px 4px #000}.hero-stamp{position:absolute;right:5%;bottom:120px;border:1px solid #c0c9c356;padding:14px;transform:rotate(6deg);font-family:var(--display);font-weight:700;font-size:24px;line-height:1}.hero-stamp span{display:block;font-family:Arial;font-size:7px;letter-spacing:1.3px;margin-top:10px}.hero-bottom{position:absolute;bottom:26px;left:6%;right:5%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:21px;font-size:9px;letter-spacing:1.5px}.hero-bottom button{font-size:10px;color:var(--rust);letter-spacing:1px}.grain{pointer-events:none;position:fixed;inset:0;z-index:20;opacity:.11;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}.ambient{position:fixed;inset:-100%;pointer-events:none;z-index:4;opacity:.1;background:repeating-linear-gradient(108deg,transparent 0,transparent 130px,#c2d5df55 131px,transparent 132px);animation:rain 1.5s linear infinite}.ambient.off{display:none}@keyframes rain{to{transform:translate(-100px,300px)}}footer{position:relative;display:flex;align-items:center;justify-content:space-between;padding:17px 4%;border-top:1px solid var(--line);font-size:9px;letter-spacing:1.3px;color:#a4afaf;z-index:5;background:#101619}.live-dot{display:inline-block;width:5px;height:5px;background:var(--rust);border-radius:50%;margin-right:8px}.footer-date{margin-left:28px;color:#747f83}.footer-controls{display:flex;gap:25px}.footer-controls button{font-size:9px;letter-spacing:1px}.section-head{padding:45px 6% 12px;position:relative}h2{font-family:var(--display);font-size:clamp(54px,5.3vw,82px);font-weight:700;line-height:.97;margin:17px 0;letter-spacing:-1px}.section-head p{color:var(--muted);font-size:14px;line-height:1.7}.story-portrait{position:absolute;inset:0 45% 0 0;background:linear-gradient(90deg,#10161966,#101619b0),url('assets/tyson.jpg') center/cover;opacity:.4;mask-image:linear-gradient(#000,transparent)}.story-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:10%;padding:20px 9% 70px 6%;position:relative}.chapter-list{max-width:370px}.chapter-list button{display:block;width:100%;text-align:left;padding:17px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:14px}.chapter-list button span{font-size:11px;margin-right:25px;color:var(--rust)}.chapter-list button.active{color:var(--ink);padding-left:15px;background:linear-gradient(90deg,#cd906d14,transparent)}h3{font-family:var(--display);font-size:42px;line-height:1.05;margin:17px 0;font-weight:600}.story-copy p,.route-copy p,dialog p{color:#b1bcbd;line-height:1.85;font-size:16px}blockquote{font-family:Georgia,serif;font-style:italic;color:var(--rust);margin:27px 0;font-size:21px;line-height:1.5}.relic-workbench{position:relative;width:88%;margin:0 auto;min-height:320px}.relic-workbench img{width:100%;height:340px;object-fit:cover;object-position:center;opacity:.78;mask-image:linear-gradient(transparent,#000 12%,#000 82%,transparent)}.relic-buttons{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-15px}.relic-buttons button{padding:17px 13px;border-bottom:1px solid #82919863;display:flex;justify-content:space-between;gap:9px;font-size:14px;text-align:left}.relic-buttons button span{color:var(--rust);font-size:11px}.relic-buttons button:hover{background:#ffffff09}.relic-buttons button.found{border-color:var(--rust)}.relic-buttons b{color:var(--rust)}.garage-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 6% 40px}.garage-bottom>span{font-size:11px;letter-spacing:1px;color:var(--rust)}.garage-bottom p{font-size:13px;color:var(--muted)}dialog{background:#192226;color:var(--ink);border:1px solid #6b7778;max-width:550px;width:calc(100% - 36px);padding:45px;box-shadow:0 25px 150px #000}dialog::backdrop{background:#05090bca;backdrop-filter:blur(10px)}#close-dialog{position:absolute;top:10px;right:18px;font-size:30px}.map-layout{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:5px 12% 40px 9%;align-items:center}.wheel-area{width:min(370px,100%);margin:auto}.wheel{width:100%;aspect-ratio:1;border:10px double #79878a59;border-radius:50%;position:relative;touch-action:none;cursor:grab;background:repeating-conic-gradient(from 0deg,transparent 0 17deg,#84969c55 17.2deg 17.5deg,transparent 17.8deg 18deg);box-shadow:inset 0 0 0 12px #090e10,0 0 50px #0004;transition:transform .75s cubic-bezier(.2,.7,.2,1)}.wheel-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border:1px solid #809094;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#192327;font-family:var(--display);font-size:40px;font-weight:800}.wheel-center span{font:7px Arial;letter-spacing:1px;margin-top:4px}.route-node{position:absolute;width:49px;height:49px;background:#182226;border:1px solid #819092;border-radius:50%;font-size:12px;transition:background .3s}.route-node.selected{background:var(--rust);color:#101619;border-color:var(--rust);box-shadow:0 0 0 8px #cd906d16,0 0 35px #cd906d33}.wheel-controls{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.wheel-controls span{font-size:9px;letter-spacing:1px;color:var(--muted)}.wheel-controls button{font-size:25px}.route-copy h3{font-size:55px}.route-copy #route-coord{padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px;letter-spacing:2px;color:var(--rust);margin:25px 0}.route-disclaimer{font-size:9px;letter-spacing:1px;color:#839091}.ride-header{display:flex;justify-content:space-between;align-items:center;margin:30px 6% 20px}.ride-header h2{font-size:55px}.ride-score{display:flex;flex-direction:column;text-align:right}.ride-score>span{font:60px var(--display);color:var(--rust)}.ride-score small{font-size:10px;letter-spacing:1px}.game-wrap{height:380px;margin:0 6%;position:relative;border:1px solid var(--line);background:#080e11}#ride-canvas{width:100%;height:100%;display:block}#game-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#0d151b9c;text-align:center;padding:20px}#game-overlay.hidden{display:none}#game-overlay h3{font-size:48px}#game-overlay p{color:var(--muted);font-size:14px;line-height:1.8;margin:0 0 20px}.ride-controls{display:flex;justify-content:space-between;align-items:center;margin:15px 6% 30px}.ride-controls button{border:1px solid var(--line);padding:12px 25px;font-size:12px}.ride-controls span{font-size:10px;color:var(--muted);letter-spacing:2px}#toast{position:fixed;bottom:75px;left:50%;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:#182124;padding:15px 25px;z-index:40;font-size:13px;pointer-events:none;transition:.3s}#toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:1500px){.hero-content{padding-top:80px}.hero-image{background-position:50% 40%}}@media(max-width:1000px){nav{gap:18px}header{padding:0 3%}.brand{font-size:17px}.buy{padding:12px}.social{gap:15px}.hero-content{padding-left:5%}.hero-image{left:20%;background-position:60% center}.hotspot{right:5%;top:24%}.hotspot small{display:none}.hero-bottom>span:nth-child(2){display:none}.map-layout{padding:20px 7% 40px;gap:7%}.footer-date{display:none}}@media(max-width:700px){header{height:112px;flex-wrap:wrap;padding:13px 5% 0}.brand-icon{font-size:33px}.brand{font-size:17px}.brand small{font-size:7px}nav{order:3;width:100%;justify-content:space-between;gap:8px}nav button{font-size:12px;padding:13px 0}.social{gap:20px}.buy{font-size:10px;padding:10px}.buy span{margin-left:10px}.x-link{font-size:20px}main,.scene{min-height:calc(100svh - 165px)}.hero-image{inset:0;background-position:64% 25%;opacity:.62;mask-image:linear-gradient(#000,transparent 99%)}.hero-image:after{background:linear-gradient(90deg,#1016199e,transparent)}.hero-content{padding:44px 6% 140px}.eyebrow{font-size:9px;letter-spacing:1.5px}h1{font-size:clamp(62px,14vw,96px);line-height:.92;letter-spacing:-1px;margin-top:35px}.intro{font-size:14px;color:#c7cdd0}.hero-actions{gap:20px;flex-wrap:wrap}.primary{padding:16px;font-size:10px}.text-button{font-size:11px}.scribble{font-size:14px}.hotspot{top:30%;right:8%}.hero-stamp{display:none}.hero-bottom{left:6%;right:6%;font-size:8px;gap:10px}.hero-bottom button{font-size:8px}footer{padding:16px 5%;font-size:7px;letter-spacing:.7px;gap:10px}.footer-controls{gap:14px}.footer-controls button{font-size:8px}.footer-controls button:last-child{display:none}.section-head{padding:32px 6% 10px}h2{font-size:53px}.story-layout{grid-template-columns:1fr;gap:25px;padding:10px 6% 35px}.chapter-list{display:flex;max-width:100%;overflow-x:auto;gap:18px}.chapter-list button{min-width:110px;font-size:11px}.chapter-list button span{display:block;margin-bottom:6px}.chapter-list button.active{padding-left:0}.story-copy h3{font-size:38px}.story-copy p{font-size:15px}.relic-workbench img{height:250px;object-fit:contain}.relic-buttons{grid-template-columns:1fr 1fr;margin-top:0}.relic-buttons button{font-size:12px}.garage-bottom{flex-wrap:wrap;gap:10px}.garage-bottom p{width:100%;order:3;margin:0}.map-layout{grid-template-columns:1fr;gap:15px;padding:15px 8% 35px}.wheel-area{max-width:280px}.route-copy h3{font-size:42px}.route-copy p{font-size:15px}.game-wrap{height:370px}.ride-header h2{font-size:43px}.ride-score>span{font-size:44px}.ride-controls span{display:none}#game-overlay h3{font-size:35px}dialog{padding:37px 25px}.section-head p{font-size:13px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.ambient{display:none}}
.relic-workbench img{object-fit:contain;height:360px}#map:before{content:'';position:absolute;inset:0;background:url('assets/relics.png') center/cover;opacity:.09;pointer-events:none}.map-layout{position:relative}.section-head p{font-size:16px}.chapter-list button,.relic-buttons button{font-size:16px}nav button{font-size:14px}.hero-bottom{font-size:11px}.brand small{font-size:10px}.footer-controls button,footer{font-size:10px}.route-disclaimer{font-size:11px}.eyebrow{font-size:12px}.wheel-controls span{font-size:11px}@media(max-width:700px){nav button{font-size:12px}.eyebrow{font-size:10px}.relic-workbench img{height:270px}.chapter-list button,.relic-buttons button{font-size:13px}.hero-bottom{font-size:9px}footer,.footer-controls button{font-size:8px}.section-head p{font-size:15px}}
