:root{--black: #0e0e0e;--white: #f0ece4;--accent: #00e87a;--accent-dim: rgba(0, 232, 122, .12);--gray: #888;--gray-light: #bbb;--dark: #161616;--border: rgba(240, 236, 228, .1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Barlow,sans-serif;font-weight:300;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--accent)}::selection{background:var(--accent);color:var(--black)}@media (max-width: 768px){.hero-section{padding:6rem 1.5rem 3rem!important}.camera-3d,.hero-stats{display:none!important}.section-pad{padding:4rem 1.5rem!important}.about-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.about-image{max-width:100%!important}.contact-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.nav-links,.nav-cta{display:none!important}.nav-hamburger{display:flex!important}.footer-row{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.project-tags{display:none!important}.project-row{grid-template-columns:60px 1fr!important}}
