*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer}:root{--color-bg: #090909;--color-bg-elevated: #111111;--color-surface: #141312;--color-bg-software: #ede8df;--color-text-dark: #141312;--scrollbar-track: #090909;--scrollbar-thumb: #383633;--scrollbar-thumb-hover: #c4401a;--color-text-hero-first: #ded8cc;--color-text-hero-last: rgba(222, 216, 204, .65);--color-text-logo: #ded8cc;--color-text-nav: #78736a;--color-text-nav-active: #ded8cc;--color-text-tagline: #888278;--color-text-scroll: #686259;--color-text-meta: #48443f;--color-software-canvas: #ede8df;--color-software-title: #141312;--color-software-body: #5a544c;--color-software-dim: #847d73;--color-software-meta: #423d38;--color-software-rule: rgba(20, 19, 18, .18);--color-software-grid: rgba(20, 19, 18, .04);--color-code-bg: rgba(237, 232, 223, .85);--color-code-text: rgba(20, 19, 18, .52);--color-code-num: rgba(20, 19, 18, .28);--color-code-keyword: #141312;--color-code-accent: #c4401a;--color-accent: #c4401a;--color-accent-dim: rgba(196, 64, 26, .5);--color-mark: rgba(196, 64, 26, .35);--color-mark-dim: rgba(255, 255, 255, .08);--font-display: "Bebas Neue", Impact, sans-serif;--font-body: "Space Grotesk", system-ui, sans-serif;--edge: clamp(1.5rem, 3.5vw, 3.5rem);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .2s;--hand-offset-home: -100px;--hand-offset-hardware: 0px;--hand-offset-software: 0px;--hand-offset-experiments: 0px;--hand-offset-services: 0px;--hand-offset-contact: 0px;--hand-current-offset: var(--hand-offset-home)}html{background:var(--color-bg);color:var(--color-text-tagline);font-family:var(--font-body);font-weight:400;scroll-behavior:auto;scrollbar-color:var(--scrollbar-thumb, #383633) var(--scrollbar-track, #090909);scrollbar-width:thin}body{background:var(--color-bg);overflow-x:hidden;position:relative}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:var(--scrollbar-track, #090909);transition:background-color .4s ease}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #383633);border-radius:4px;border:2px solid var(--scrollbar-track, #090909);transition:background-color .4s ease,border-color .4s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #c4401a)}html[data-section=home],html[data-section=hardware],html[data-section=experiments]{--scrollbar-track: #090909;--scrollbar-thumb: #383633;--scrollbar-thumb-hover: #c4401a}html[data-section=software],html[data-section=services],html[data-section=contact]{--scrollbar-track: #ede8df;--scrollbar-thumb: #a09888;--scrollbar-thumb-hover: #141312}::selection{background:#c4401a59;color:var(--color-text-hero-first)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:1px solid var(--color-accent);outline-offset:3px}.grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;background-repeat:repeat;opacity:1}.site-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:clamp(.9rem,1.8vw,1.4rem) var(--edge);z-index:100;pointer-events:none;transition:color .4s ease,background-color .4s ease,border-color .4s ease;background:#09090973;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,216,204,.05)}.site-logo{font-family:var(--font-body);font-size:clamp(.7rem,.85vw,.82rem);font-weight:500;letter-spacing:.22em;color:var(--color-text-logo);text-transform:uppercase;white-space:nowrap;pointer-events:auto;transition:opacity var(--duration-fast) ease,color .4s ease}.site-logo:hover{opacity:.8}.site-nav{position:relative;display:flex;align-items:center;gap:clamp(.75rem,2.2vw,3.8rem);pointer-events:auto;margin-right:clamp(.5rem,1.8vw,2rem);padding-bottom:4px}.nav-link{position:relative;font-family:var(--font-body);font-size:clamp(.62rem,.8vw,.72rem);font-weight:400;letter-spacing:.16em;color:var(--color-text-nav);text-transform:uppercase;white-space:nowrap;padding:4px 0;display:inline-flex;align-items:center;min-height:38px;transition:color .3s ease}.nav-link:hover,.nav-link.is-active{color:var(--color-text-nav-active)}.nav-indicator{position:absolute;bottom:0;left:0;height:1.5px;background:var(--color-accent);pointer-events:none;border-radius:1px;opacity:0;transition:transform .38s cubic-bezier(.16,1,.3,1),width .38s cubic-bezier(.16,1,.3,1),opacity .25s ease;will-change:transform,width}.site-header.is-light{background:#ede8dfad;border-bottom:1px solid rgba(20,19,18,.08)}.site-header.is-light .site-logo{color:var(--color-text-dark, #141312)}.site-header.is-light .nav-link{color:#14131275}.site-header.is-light .nav-link:hover,.site-header.is-light .nav-link.is-active{color:#141312}.site-header.is-light .nav-folder-link{color:#14131280}.site-header.is-light .nav-folder-link:hover{color:#141312}.site-header.is-light .mobile-menu-btn .menu-bar{background:#141312}.header-actions{display:flex;align-items:center;gap:1.2rem;pointer-events:auto}.nav-folder-link{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-nav, #78736a);transition:color .25s ease,transform .25s ease;text-decoration:none}.nav-folder-link:hover{color:var(--color-text-nav-active, #ded8cc);transform:translateY(-1px)}.nav-folder-link.is-active{color:var(--color-accent, #c4401a)}.header-brand-favicon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;overflow:hidden;transition:transform .25s ease,opacity .25s ease;pointer-events:auto}.header-brand-favicon:hover{transform:scale(1.1);opacity:.9}.favicon-img{width:18px;height:18px;object-fit:contain;border-radius:2px}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:4px;pointer-events:auto;z-index:10}.mobile-menu-btn .menu-bar{width:20px;height:1.5px;background:var(--color-text-hero-first, #ded8cc);transition:transform .3s ease,background-color .3s ease}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090909f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9999;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,5vw,2.5rem);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s ease}.mobile-menu-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-inner{display:flex;flex-direction:column;height:100%;justify-content:space-between}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(222,216,204,.08)}.mobile-menu-title{font-family:var(--font-body);font-size:.72rem;letter-spacing:.2em;color:var(--color-text-meta, #48443f)}.mobile-menu-close{background:none;border:1px solid rgba(222,216,204,.15);color:var(--color-text-hero-first, #ded8cc);font-size:1.4rem;line-height:1;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:2px;transition:all .2s ease}.mobile-menu-close:hover{background:var(--color-accent, #c4401a);border-color:var(--color-accent, #c4401a)}.mobile-menu-nav{display:flex;flex-direction:column;gap:1.2rem;margin:auto 0}.mobile-nav-link{font-family:var(--font-display);font-size:clamp(2.4rem,8vw,3.4rem);letter-spacing:.06em;color:var(--color-text-tagline, #888278);text-decoration:none;text-transform:uppercase;display:flex;align-items:baseline;gap:1rem;transition:color .25s ease,transform .25s ease}.mobile-nav-link:hover,.mobile-nav-link.is-active{color:var(--color-text-hero-first, #ded8cc);transform:translate(6px)}.mobile-nav-link.m-highlight{color:var(--color-accent, #c4401a);font-size:clamp(1.8rem,6.5vw,2.4rem);margin-top:.5rem}.mobile-nav-link .m-num{font-family:var(--font-body);font-size:.85rem;letter-spacing:.1em;color:var(--color-text-meta, #48443f)}.mobile-menu-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(222,216,204,.08);font-family:var(--font-body);font-size:.7rem;letter-spacing:.16em;color:var(--color-text-meta, #48443f)}.mobile-status-dot{width:6px;height:6px;background:var(--color-accent, #c4401a);border-radius:50%}.nav-accent{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center;pointer-events:auto}.nav-accent-diamond{width:6px;height:6px;background:var(--color-accent);transform:rotate(45deg);position:relative;z-index:1;box-shadow:0 0 8px #c4401a66}.nav-accent:before,.nav-accent:after{content:"";position:absolute;background:var(--color-accent-dim)}.nav-accent:before{width:14px;height:1px;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-accent:after{width:1px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.corner-mark{position:absolute;width:24px;height:24px;z-index:10;pointer-events:none;display:flex;align-items:center;justify-content:center}.corner-mark-bl{left:var(--edge);bottom:2.2rem}.corner-mark-br{right:var(--edge);bottom:2.2rem}.crosshair{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.crosshair:before,.crosshair:after{content:"";position:absolute;background:var(--color-mark)}.crosshair:before{width:16px;height:1px}.crosshair:after{width:1px;height:16px}.crosshair-dot{width:2px;height:2px;border-radius:50%;background:var(--color-accent);position:absolute}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:820px){.site-header{padding:.9rem var(--edge)}.site-nav{display:none!important}.mobile-menu-btn{display:flex}.header-actions{gap:.9rem}}
