html,body{background-color:#000;font-family:Courier New,Courier,monospace;margin:0;min-height:var(--eq-window-height, 100vh);overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory}#root{width:100%}.hero-section{height:var(--eq-window-height, 100vh);min-height:var(--eq-window-height, 100vh);width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;padding:20px;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always}.hero-identity{margin-top:.8rem;text-align:center}.hero-name{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.03rem;text-transform:uppercase}.projects-section{height:var(--eq-window-height, 100vh);min-height:var(--eq-window-height, 100vh);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:calc(2.6rem + 4px) 2rem 2rem;box-sizing:border-box;background:radial-gradient(circle at 14% 18%,rgba(255,215,0,.11),transparent 36%),radial-gradient(circle at 84% 24%,rgba(255,255,255,.06),transparent 28%),linear-gradient(180deg,#070707,#020202);position:relative;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.projects-header{width:100%;max-width:1120px;margin-bottom:1rem;color:#fff}.projects-title{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,3rem);color:#fff;text-transform:none;font-weight:650}.projects-note{margin:.45rem 0 0;color:#f0d262;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.86rem;line-height:1.3}.projects-intro{margin:.5rem 0 0;color:#bfbfbf;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;max-width:60ch;font-size:1.02rem}.projects-timeline{width:100%;max-width:1180px;position:relative;display:flex;flex-direction:column;gap:.85rem;padding:.2rem 0 0}.projects-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:linear-gradient(180deg,#ffd7001f,#ffd7008c 18%,#ffd70033 82%,#ffd70014)}.timeline-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);align-items:start}.timeline-item-left .timeline-card{grid-column:1;margin-right:.9rem;justify-self:end}.timeline-item-right .timeline-card{grid-column:3;margin-left:.9rem;justify-self:start}.timeline-item-featured .timeline-card{width:min(100%,740px)}.timeline-node{grid-column:2;justify-self:center;width:16px;height:16px;border-radius:999px;background:gold;box-shadow:0 0 0 6px #ffd7001a,0 0 24px #ffd70033;position:relative;z-index:2}.timeline-card{display:block;width:min(100%,660px);padding:.82rem .96rem .84rem;border-radius:16px;border:1px solid rgba(255,215,0,.16);background:linear-gradient(180deg,#ffffff08,#fff0),#080808ed;box-shadow:0 18px 42px #00000057;text-decoration:none;color:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.timeline-card:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(255,215,0,.11),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.03),transparent 28%);pointer-events:none}.timeline-card:hover{transform:translateY(-3px);border-color:#ffd7008c;box-shadow:0 24px 48px #0006}.timeline-card>*{position:relative;z-index:1}.project-kicker-row{display:flex;align-items:center;gap:.65rem;margin:0 0 .65rem;flex-wrap:wrap}.project-category,.project-phase{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.76rem;line-height:1}.project-category{color:#f3db77;padding:.34rem .56rem;border-radius:7px;border:1px solid rgba(255,215,0,.18);background:#ffd70012}.project-phase{color:#8d8d8d;padding-top:.02rem}.timeline-card-copy{margin-left:0;max-width:none;width:100%}.timeline-card-copy h3{margin:0;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.62rem;font-weight:650;text-transform:none;letter-spacing:0;line-height:1.08}.timeline-card-copy p{margin:.34rem 0 0;color:#c9c9c9;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.42;max-width:none}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);cursor:pointer;display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.7;transition:opacity .3s}.scroll-indicator:hover{opacity:1}.arrow-down{width:20px;height:20px;border-right:3px solid #FFD700;border-bottom:3px solid #FFD700;transform:rotate(45deg);margin-top:10px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}h1{font-size:5rem;color:gold;font-family:Oswald,sans-serif;margin:0;text-transform:uppercase}.typing-container{border-right:4px solid #FFD700;white-space:nowrap;overflow:hidden;animation:typing .9s steps(9,end) forwards,blink .75s step-end infinite}h2{color:#fff;font-family:Arial,sans-serif;font-size:1.8rem;margin-top:.5rem;font-weight:400}.hero-section h2{font-size:1.25rem}.hero-role{margin:.3rem 0 0;color:#d8d8d8;letter-spacing:.03rem}@keyframes typing{0%{width:0}to{width:9ch}}@keyframes blink{50%{border-color:transparent}}.content{color:#fff;font-family:Arial,sans-serif;text-align:center;position:relative;width:100%;max-width:800px;margin-top:2.4rem}a{text-decoration:none;font-weight:700;color:#fff;position:relative;transition:color .3s;display:inline-flex;align-items:center}.social-links a span{position:relative;display:inline-block}.social-links a span:after{content:"";position:absolute;left:0;bottom:0;height:2px;background-color:gold;width:100%;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease;z-index:-1}.social-links a:hover span:after{transform:scaleX(1)}.social-links a:hover{color:gold}.icon{width:30px;height:30px;margin-right:10px;vertical-align:middle;border-radius:50%;background-color:#fff;padding:5px;transition:background-color .25s ease,box-shadow .25s ease}.social-links a:hover .icon{background-color:gold;box-shadow:0 0 0 1px #ffd70059,0 0 14px #ffd70040}.social-links{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.rainbow-rail{position:fixed;left:0;width:100vw;width:100dvw;height:4px;background:linear-gradient(to right,red,orange,#ff0,green,#00f,indigo,violet);opacity:.95;z-index:50;pointer-events:none}.rainbow-rail-bottom{bottom:0;top:auto}.rainbow-rail-top{top:0;bottom:auto}@media(max-width:640px){.hero-section{height:var(--eq-window-height, 100dvh);min-height:var(--eq-window-height, 100dvh);padding:1rem .9rem 5rem;justify-content:center}h1{font-size:2.8rem;text-align:center}.typing-container{border-right-width:3px}.hero-identity{margin-top:.55rem}.hero-name{font-size:1.35rem;line-height:1.05}.hero-role{font-size:.95rem;margin-top:.45rem}.content{margin-top:1.35rem}.social-links{gap:12px;flex-wrap:wrap;margin-bottom:0}.social-links>span{display:none}.social-links a{font-size:.95rem}.icon{width:26px;height:26px;margin-right:8px;padding:4px}.scroll-indicator{bottom:calc(16px + env(safe-area-inset-bottom,0px));opacity:.9}.scroll-indicator span{font-size:.9rem}.projects-section{height:var(--eq-window-height, 100dvh);min-height:var(--eq-window-height, 100dvh);justify-content:center;padding:4px .85rem calc(.95rem + env(safe-area-inset-bottom,0px));overflow:hidden}.projects-header{margin-top:.85rem;margin-bottom:.65rem;text-align:center}.projects-title{font-size:1.4rem}.projects-note{margin-top:.28rem;font-size:.72rem}.projects-intro{margin-top:.25rem;font-size:.78rem;line-height:1.3}.projects-timeline{flex:1;justify-content:center;gap:.68rem;padding-top:0}.projects-timeline:before{left:18px;transform:none}.timeline-item{grid-template-columns:18px minmax(0,1fr);align-items:start}.timeline-item-left .timeline-card,.timeline-item-right .timeline-card,.timeline-item-featured .timeline-card{grid-column:2;margin:0;justify-self:start;width:min(100%,236px);margin-left:1.45rem}.timeline-node{grid-column:1;width:9px;height:9px;margin-top:.78rem;justify-self:center}.timeline-card,.timeline-item-featured .timeline-card{padding:.5rem .58rem .54rem;border-radius:11px}.project-kicker-row{margin:0 0 .3rem;gap:.32rem}.project-category,.project-phase{font-size:.5rem}.project-category{padding:.14rem .28rem}.timeline-card-copy{max-width:none}.timeline-card-copy h3{font-size:.78rem;max-width:none}.timeline-card-copy p{font-size:.64rem;line-height:1.16;margin-top:.16rem}}@media(max-width:980px)and (min-width:641px){.projects-timeline{max-width:980px;gap:.8rem}.timeline-item{grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr)}.timeline-item-left .timeline-card{margin-right:.75rem}.timeline-item-right .timeline-card{margin-left:.75rem}.timeline-card-copy h3{font-size:clamp(1.38rem,2.8vw,2.2rem)}.timeline-card-copy p{font-size:.96rem}}
