:root{--bg-base:#0a0a0a;--bg-surface:#111;--bg-surface-2:#141414;--border:#1f1f1f;--accent:#d4902a;--accent-light:#f5c842;--accent-glow:#d4902a1f;--accent-subtle:#d4902a0a;--text-primary:#f0ede8;--text-muted:#5c5c5c;--text-dim:#2e2e2e;--radius-card:16px;--radius-sm:8px;--ease-out:cubic-bezier(.25, .46, .45, .94);--nav-height:72px;--page-gutter:clamp(16px, 4vw, 48px);--touch-min:44px;--mobile-max:768px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100svh;overflow-x:clip}a{color:inherit;text-decoration:none}button{font:inherit;background:0 0;border:none}input{font:inherit}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}@media (pointer:coarse){body.custom-cursor-active,body.custom-cursor-active *{cursor:auto!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}