:root{--font-display: "Space Grotesk", "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Consolas", monospace;--bg-0: #07090d;--bg-1: #0f141c;--bg-2: #1a212e;--text-0: #dce5ef;--text-1: #bac2cd;--text-2: #7c8797;--line: #273142;--card: color-mix(in oklab, #111827 85%, #000 15%);--accent: #ff6a00;--accent-soft: #ff9954;--accent-dark: #d75000;--success: #93ffdb;--shadow-strong: 0 22px 70px rgb(0 0 0 / 45%);--shadow-card: 0 18px 45px rgb(0 0 0 / 38%);--radius-lg: 22px;--radius-md: 14px;--space-xs: .5rem;--space-sm: .85rem;--space-md: 1.25rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 5rem;--content-width: 1120px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background-color:var(--bg-0)}body{min-height:100dvh;font-family:var(--font-display);color:var(--text-0);--scene-vignette-opacity: 1;--scene-softened-blur: 9px;--scene-softened-saturate: .84;--scene-softened-opacity: .62;background:radial-gradient(120vw 85vh at 83% -8%,rgb(255 106 0 / 20%),transparent 62%),radial-gradient(95vw 80vh at 10% 15%,rgb(77 103 155 / 33%),transparent 63%),linear-gradient(165deg,var(--bg-0),var(--bg-1) 45%,#080b12);line-height:1.45;overflow-x:hidden}a{color:inherit}code{font-family:var(--font-mono);font-size:.9em;color:var(--accent-soft)}#app{position:relative;min-height:100dvh}.scene-shell,.scene-fallback{position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;height:100lvh;z-index:0;pointer-events:none;transition:filter .28s ease,opacity .28s ease}#scene-canvas{width:100%;height:100%;display:block}.scene-vignette{position:absolute;inset:0;pointer-events:none;opacity:var(--scene-vignette-opacity);background:radial-gradient(90vw 62vh at 52% 56%,rgb(255 106 0 / 13%) 0%,transparent 58%,rgb(2 4 8 / 24%) 100%),linear-gradient(180deg,#02040808,#02040829)}.scene-fallback{display:grid;place-items:center;background:radial-gradient(85vw 55vh at 52% 58%,rgb(255 106 0 / 16%),transparent 55%),linear-gradient(165deg,#080b124d,#0e152033 55%,#07090d1f)}body.scene-softened .scene-shell,body.scene-softened .scene-fallback{filter:blur(var(--scene-softened-blur)) saturate(var(--scene-softened-saturate));opacity:var(--scene-softened-opacity)}.fallback-mark{font-family:var(--font-mono);font-size:clamp(5rem,15vw,13rem);color:var(--accent-soft);letter-spacing:-.07em;text-shadow:0 0 32px rgb(255 106 0 / 45%)}.top-bar{position:fixed;z-index:5;inset:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem clamp(1rem,4vw,2rem);background:linear-gradient(180deg,rgb(4 8 13 / 62%),transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-bar nav{display:flex;gap:clamp(.75rem,2vw,1.45rem)}.top-bar nav a,.brand-wordmark{text-decoration:none;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-1);transition:color .18s ease}.top-bar nav a:hover,.brand-wordmark:hover{color:var(--text-0)}main{position:relative;z-index:2}.section{width:min(var(--content-width),100% - clamp(1.5rem,6vw,6rem));margin:0 auto}.section-hero{min-height:100vh;min-height:100svh;display:grid;align-content:center;padding-top:clamp(4.2rem,10svh,7rem);padding-bottom:clamp(1rem,5svh,2.8rem)}.hero-content{display:grid;align-content:start;gap:clamp(.8rem,1.8svh,1.1rem);max-width:min(62ch,50vw);margin-right:auto}.eyebrow{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);margin:0}h1,h2,h3{margin:0;line-height:1.05}h1{max-width:12ch;font-size:clamp(2rem,min(6vw,9svh),5.35rem);color:var(--text-0);text-wrap:balance}h2{font-size:clamp(1.8rem,3.8vw,3.2rem)}.hero-copy{max-width:56ch;color:var(--text-1);margin:0}.hero-cta-row{display:flex;flex-wrap:wrap;gap:.85rem}.button{font-family:var(--font-display);font-size:.92rem;text-decoration:none;letter-spacing:.03em;border-radius:999px;padding:.62rem 1.15rem;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:var(--text-0);box-shadow:0 12px 30px #ff6a004d}.button-ghost{border-color:var(--line);background:#101621a3;color:var(--text-0)}.hero-meta,.fallback-note{font-family:var(--font-mono);color:var(--text-2);margin:0}.section-projects{padding:14vh 0 8vh}.section-head{margin-bottom:1.4rem}.section-head>p:last-child{color:var(--text-1)}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.2vw,1.6rem)}.project-card{border:1px solid rgb(137 151 170 / 18%);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgb(255 255 255 / 1%),transparent 24%),var(--card);padding:1.1rem;box-shadow:var(--shadow-card);transform:translateY(0);transition:border-color .21s ease,transform .21s ease,box-shadow .21s ease,background-color .21s ease}.project-card--clickable{cursor:pointer}.project-card--clickable:focus-visible{outline:2px solid rgb(255 106 0 / 72%);outline-offset:3px}.project-card.is-active{border-color:#ff6a00a6;transform:translateY(-5px);box-shadow:0 26px 60px #00000073}.project-card--accent.is-active{background:linear-gradient(180deg,rgb(255 106 0 / 16%),transparent 35%),var(--card)}.project-card-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.project-chip{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-1)}.project-chip--featured{color:var(--success)}.project-year{color:var(--text-2);font-family:var(--font-mono);font-size:.82rem}.project-media{width:100%;margin:.85rem 0;border-radius:var(--radius-md);border:1px solid rgb(255 255 255 / 14%);display:block;aspect-ratio:16 / 10;object-fit:cover}.project-role{font-family:var(--font-mono);color:var(--text-2);margin:.2rem 0 .3rem}.project-detail{color:var(--text-1);margin:.4rem 0}.project-detail strong{color:var(--text-0)}.project-stack{font-family:var(--font-mono);font-size:.82rem;color:var(--text-2)}.project-links{display:flex;flex-wrap:wrap;gap:.7rem}.project-link{text-decoration:none;font-size:.85rem;border-bottom:1px solid rgb(255 106 0 / 36%);color:var(--accent-soft)}.section-about,.section-contact{padding:14vh 0}.about-bio{max-width:65ch;color:var(--text-1)}.capability-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:.7rem}.capability-list li{font-family:var(--font-mono);font-size:.8rem;border:1px solid var(--line);border-radius:999px;padding:.42rem .72rem;color:var(--text-1)}.contact-copy{max-width:66ch;margin:0;color:var(--text-1)}.contact-form{margin-top:1rem;max-width:min(720px,100%);display:grid;gap:.85rem}.contact-field{display:grid;gap:.35rem}.contact-field>span{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2)}.contact-field input,.contact-field textarea{width:100%;border-radius:12px;border:1px solid var(--line);background:#070b11b8;color:var(--text-0);font-family:var(--font-display);font-size:.95rem;padding:.68rem .74rem}.contact-field textarea{resize:vertical;min-height:140px}.contact-field input:focus-visible,.contact-field textarea:focus-visible{outline:2px solid rgb(255 106 0 / 65%);outline-offset:1px}.contact-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-turnstile{min-height:66px}.contact-submit{justify-self:start}.contact-submit:disabled{cursor:wait;opacity:.7}.contact-note,.contact-status{margin:0;font-family:var(--font-mono);font-size:.76rem}.contact-note{color:var(--text-2)}.contact-status{min-height:1.2rem;color:var(--text-1)}.contact-status[data-tone=error]{color:#ffc4b6}.contact-status[data-tone=ok]{color:var(--success)}.social-row{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.9rem}.social-row a{text-decoration:none;color:var(--text-1);border-bottom:1px solid var(--line);padding-bottom:.2rem}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.section{animation:riseIn .7s ease both}@media(max-width:900px){.section-hero{align-content:end;padding-top:clamp(8rem,40svh,20rem);padding-bottom:1.6rem}.project-grid{grid-template-columns:minmax(0,1fr)}.top-bar{padding-top:.9rem}.top-bar nav a{font-size:.8rem}.hero-content{max-width:100%}h1{font-size:clamp(1.8rem,min(10vw,7.4svh),3.6rem)}.section-projects,.section-about,.section-contact{padding-top:11vh}}@media(max-width:900px)and (max-height:760px){.section-hero{padding-top:clamp(6.4rem,34svh,14.5rem);padding-bottom:1rem}.hero-content{gap:.7rem}h1{font-size:clamp(1.65rem,min(9vw,6.6svh),3.2rem)}.button{font-size:.86rem;padding:.54rem 1rem}}@media(min-width:901px)and (max-height:760px){.section-hero{align-content:center;padding-top:clamp(4.6rem,8svh,6rem);padding-bottom:clamp(.9rem,3svh,1.6rem)}.hero-content{gap:.75rem;max-width:min(62ch,48vw)}h1{font-size:clamp(1.95rem,min(4.8vw,8.2svh),4.1rem)}.button{font-size:.86rem;padding:.54rem 1rem}}@media(min-width:901px)and (max-aspect-ratio:4 / 3){.section-hero{align-content:center;padding-top:clamp(5rem,8svh,6.8rem);padding-bottom:clamp(1rem,4svh,2rem)}.hero-content{max-width:min(64ch,54vw)}h1{font-size:clamp(2rem,min(4.8vw,7.6svh),4rem)}}@media(prefers-reduced-motion:reduce){.section{animation:none}*{scroll-behavior:auto!important}}body.reduced-motion .section{animation:none}.dev-tools{position:fixed;z-index:25;left:.75rem;bottom:.75rem;display:grid;justify-items:start;gap:.4rem;max-width:min(92vw,430px)}.dev-tools-toggle{justify-self:start;border:1px solid rgb(255 255 255 / 16%);background:#02070de0;color:#d3dae5;border-radius:999px;padding:.48rem .82rem;font-family:var(--font-mono);font-size:.73rem;cursor:pointer}.dev-tools-panel{width:min(92vw,420px);max-height:min(78vh,760px);overflow:auto;padding:.62rem;border-radius:10px;border:1px solid rgb(255 255 255 / 18%);background:#02070de0;color:#d3dae5;font-family:var(--font-mono);font-size:.72rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dev-tools-title{margin:0 0 .4rem;font-size:.76rem;color:#ecf2fb}.dev-tools-breakpoint{margin:0 0 .55rem;color:#b5c4d8;font-size:.69rem}.dev-tools-option{display:flex;align-items:center;gap:.45rem;margin-bottom:.5rem;color:#d9e3f3}.dev-tools-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.6rem}.dev-tools-action{border:1px solid rgb(255 255 255 / 14%);background:#ffffff0f;color:#d3dae5;border-radius:999px;padding:.32rem .62rem;font-family:var(--font-mono);font-size:.67rem;cursor:pointer}.dev-tools-columns{display:grid;grid-template-columns:minmax(0,1fr);gap:.45rem}.dev-tools-section{border:1px solid rgb(255 255 255 / 11%);border-radius:10px;background:#ffffff05;padding:.28rem .38rem .42rem}.dev-tools-section>summary{cursor:pointer;font-size:.7rem;letter-spacing:.02em;color:#dfe8f6;margin-bottom:.1rem}.dev-tools-grid{display:grid;gap:.32rem;margin-top:.24rem}.dev-tools-control{border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:#ffffff08;padding:.24rem .4rem .3rem}.dev-tools-control-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.14rem}.dev-tools-control-name{color:#d8e2f0;font-size:.64rem}.dev-tools-control-value{color:#ffa97a;font-size:.64rem}.dev-tools-control input[type=range]{width:100%}.dev-tools-color{border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:#ffffff08;padding:.24rem .4rem;display:grid;grid-template-columns:1fr auto auto;gap:.42rem;align-items:center}.dev-tools-select-row{margin-top:.15rem;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.45rem}.dev-tools-select{border:1px solid rgb(255 255 255 / 16%);border-radius:6px;background:#0003;color:#d8e2f0;font-family:var(--font-mono);font-size:.64rem;padding:.18rem .32rem}.dev-tools-color input[type=color]{width:1.5rem;height:1.15rem;border:none;background:transparent;padding:0}.dev-tools-color-value{color:#ffa97a;font-size:.65rem}.dev-tools-status{margin:.56rem 0 0;min-height:1rem;font-size:.66rem;color:#9fd0ff}.dev-composition-hud{margin:.45rem 0 0;border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:#0000002e;padding:.45rem .52rem;line-height:1.45;white-space:pre-wrap;-webkit-user-select:text;user-select:text;font-size:.66rem;max-height:180px;overflow:auto}@media(max-width:700px){.dev-tools{left:.6rem;right:auto;bottom:.6rem;justify-items:start}.dev-tools-toggle{justify-self:start}.dev-tools-panel{width:min(94vw,420px);max-height:min(74vh,760px)}.dev-tools-columns{grid-template-columns:minmax(0,1fr)}}
