:root{--bg: #0a0a0a;--surface: #111111;--surface-light: #1a1a1a;--text: #f5f5f5;--text-secondary: #888888;--accent: #d4af37;--accent-glow: rgba(212, 175, 55, .25);--accent-subtle: rgba(212, 175, 55, .08);--font-display: "Orbitron", sans-serif;--font-body: "Inter", sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 12rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{background:var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.heading-xl{font-family:var(--font-display);font-size:clamp(3rem,8vw,10rem);font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-.02em}.heading-lg{font-family:var(--font-display);font-size:clamp(2rem,5vw,5rem);font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:-.01em}.heading-md{font-family:var(--font-display);font-size:clamp(1.2rem,3vw,2.5rem);font-weight:600;line-height:1.2;text-transform:uppercase}.body-lg{font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:300;line-height:1.7;color:var(--text-secondary)}.body-md{font-size:1rem;font-weight:400;line-height:1.6}.glow-text{text-shadow:0 0 40px var(--accent-glow),0 0 80px var(--accent-glow)}.glow-border{box-shadow:0 0 15px var(--accent-glow),inset 0 0 15px var(--accent-glow)}.glow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent-glow),0 0 20px var(--accent-glow)}.glass{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06)}.section{padding:var(--space-2xl) var(--space-md);position:relative}.section-inner{max-width:1400px;margin:0 auto}@media(max-width:768px){.section{padding:var(--space-xl) var(--space-sm)}}.cursor-ring.svelte-1f6cquq,.cursor-dot.svelte-1f6cquq{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}.cursor-ring.svelte-1f6cquq{width:40px;height:40px;border:1px solid rgba(212,175,55,.4);border-radius:50%;transition:width .3s var(--ease-out-expo),height .3s var(--ease-out-expo),border-color .3s}.cursor-ring.hovering.svelte-1f6cquq{width:60px;height:60px;border-color:var(--accent);background:#d4af370d}.cursor-dot.svelte-1f6cquq{width:5px;height:5px;background:var(--accent);border-radius:50%}@media(pointer:coarse){.cursor-ring.svelte-1f6cquq,.cursor-dot.svelte-1f6cquq{display:none}}.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;mix-blend-mode:difference}.nav-logo.svelte-1h32yp1{z-index:101}.logo-text.svelte-1h32yp1{font-family:var(--font-display);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.accent.svelte-1h32yp1{color:var(--accent)}.nav-burger.svelte-1h32yp1{z-index:101;width:32px;height:20px;display:flex;flex-direction:column;justify-content:space-between;padding:0}.burger-line.svelte-1h32yp1{display:block;width:100%;height:2px;background:var(--text);transition:transform .4s var(--ease-out-expo),opacity .4s;transform-origin:center}.nav-burger.open.svelte-1h32yp1 .burger-line:where(.svelte-1h32yp1):first-child{transform:translateY(9px) rotate(45deg)}.nav-burger.open.svelte-1h32yp1 .burger-line:where(.svelte-1h32yp1):last-child{transform:translateY(-9px) rotate(-45deg)}.menu-overlay.svelte-1h32yp1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--bg);clip-path:circle(0% at calc(100% - 3rem) 2rem);display:flex;align-items:center;justify-content:center}.menu-items.svelte-1h32yp1{display:flex;flex-direction:column;gap:1rem;text-align:center}.menu-link.svelte-1h32yp1{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);transition:color .3s}.menu-link.svelte-1h32yp1:hover,.menu-link.active.svelte-1h32yp1{color:var(--accent)}.footer.svelte-jz8lnl{border-top:1px solid rgba(255,255,255,.06);padding:var(--space-xl) var(--space-md) var(--space-md)}.footer-inner.svelte-jz8lnl{max-width:1400px;margin:0 auto}.footer-top.svelte-jz8lnl{display:flex;justify-content:space-between;gap:var(--space-xl);margin-bottom:var(--space-xl);flex-wrap:wrap}.footer-logo.svelte-jz8lnl{font-family:var(--font-display);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.accent.svelte-jz8lnl{color:var(--accent)}.footer-tagline.svelte-jz8lnl{margin-top:.75rem;color:var(--text-secondary);font-size:.9rem}.footer-links.svelte-jz8lnl{display:flex;gap:var(--space-xl);flex-wrap:wrap}.footer-col.svelte-jz8lnl{display:flex;flex-direction:column;gap:.6rem}.footer-col-title.svelte-jz8lnl{font-family:var(--font-display);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.5rem}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.9rem;color:var(--text-secondary);transition:color .3s}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--text)}.footer-bottom.svelte-jz8lnl{padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.04)}.footer-copy.svelte-jz8lnl{font-size:.8rem;color:var(--text-secondary)}@media(max-width:768px){.footer-top.svelte-jz8lnl{flex-direction:column;gap:var(--space-lg)}.footer-links.svelte-jz8lnl{gap:var(--space-lg)}}.transition-overlay.svelte-1sgpos4{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:var(--accent);transform:scaleY(0);pointer-events:none}.page-wrapper.svelte-1sgpos4{will-change:transform,opacity}
