@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Gruppo&family=Montserrat:wght@300;400;500;600&display=swap";:root{--bg: #0b0b0d;--surface: #111116;--border: rgba(255, 255, 255, .07);--border-hover: rgba(155, 109, 206, .5);--text: #e4e4e8;--muted: #55556a;--accent: #9b6dce;--accent-dim: rgba(155, 109, 206, .12);--transition: .3s ease;--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:Montserrat,sans-serif;font-weight:400;line-height:1.6;min-height:100vh;overflow-x:hidden;cursor:none}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.025;mix-blend-mode:overlay;pointer-events:none;z-index:500}a{color:inherit;text-decoration:none}::selection{background:transparent}#preloader{position:fixed;inset:0;z-index:10000;background:var(--bg);display:flex;align-items:center;justify-content:center;will-change:transform}#preloader-inner{display:flex;flex-direction:column;align-items:center;gap:.9rem}#preloader-bar-wrap{width:160px;height:1px;background:#ffffff0f;position:relative;overflow:hidden}#preloader-bar{position:absolute;top:0;left:0;height:100%;width:0%;background:var(--accent);will-change:width}#preloader-count{font-family:Courier New,monospace;font-size:11px;letter-spacing:.25em;color:var(--muted);will-change:opacity}#ambient-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;will-change:transform}.orb-1{width:650px;height:650px;background:radial-gradient(circle,rgba(155,109,206,.55) 0%,transparent 70%);opacity:.07;top:-200px;left:-150px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(90,60,200,.6) 0%,transparent 70%);opacity:.06;bottom:-100px;right:-100px}.orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(140,95,190,.5) 0%,transparent 70%);opacity:.05;top:45%;left:45%}#cursor-dot{position:fixed;top:0;left:0;width:7px;height:7px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;will-change:transform}#cursor-ring{position:fixed;top:0;left:0;width:30px;height:30px;border:1px solid rgba(155,109,206,.35);border-radius:50%;pointer-events:none;z-index:9998;will-change:transform,width,height,border-radius;transition:width .2s ease,height .2s ease,border-radius .2s ease,border-color .2s ease}body.cursor-hover #cursor-dot{width:10px;height:10px}body.cursor-hover #cursor-ring{width:44px;height:44px;border-color:#9b6dcea6}body.cursor-text #cursor-ring{width:2px;height:20px;border-radius:1px;border-color:#9b6dcecc}.cursor-trail{position:fixed;top:0;left:0;width:5px;height:5px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9997;opacity:.45;will-change:transform,opacity}.cursor-ripple{position:fixed;top:0;left:0;width:28px;height:28px;border:1.5px solid rgba(155,109,206,.75);border-radius:50%;pointer-events:none;z-index:9996;will-change:transform,opacity}.cursor-streak{position:fixed;top:0;left:0;height:2px;width:18px;background:linear-gradient(90deg,transparent,var(--accent));border-radius:2px;pointer-events:none;z-index:9996;transform-origin:right center;will-change:transform,opacity}.cursor-spark{position:fixed;top:0;left:0;width:4px;height:4px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9996;will-change:transform,opacity}@media(hover:none),(pointer:coarse){.cursor-ripple,.cursor-spark,.cursor-streak{display:none!important}}header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;padding:0 8%;background:#0b0b0dbf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}#logo{font-family:Gruppo,sans-serif;font-size:22px;font-weight:700;letter-spacing:.08em;color:var(--text);cursor:none;transition:color var(--transition)}#logo:hover{color:var(--accent)}.nav_links{list-style:none;display:flex;gap:2.5rem}.nav-roll{display:inline-block;overflow:hidden;height:1.1em;vertical-align:bottom}.nav-roll-inner{display:flex;flex-direction:column}.nav-roll-text{display:block;line-height:1.1em}.nav_links a{font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);cursor:none;position:relative;display:inline-block}.nav_links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--accent);transition:width var(--transition)}.nav_links a:hover,.nav_links a.active{color:var(--text)}.nav_links a:hover:after,.nav_links a.active:after{width:100%}.toggle_btn{color:var(--muted);font-size:1.25rem;cursor:none;display:none;transition:color var(--transition)}.toggle_btn:hover{color:var(--text)}.dropdown_menu{display:none;position:fixed;top:var(--nav-height);right:0;left:0;list-style:none;background:#0b0b0df5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.dropdown_menu.open{max-height:200px}.dropdown_menu li{border-bottom:1px solid var(--border)}.dropdown_menu li:last-child{border-bottom:none}.dropdown_menu a{display:block;padding:1rem 8%;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color var(--transition)}.dropdown_menu a:hover{color:var(--text)}@media(max-width:700px){.nav_links{display:none}.toggle_btn,.dropdown_menu{display:block}}main{padding-top:var(--nav-height);min-height:100vh;position:relative}#site-footer{position:relative;z-index:2;border-top:1px solid var(--border);padding:1.5rem 8%}.footer-inner{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-name{font-family:Gruppo,sans-serif;font-size:13px;letter-spacing:.1em;color:var(--muted)}.footer-copy{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--muted)}.footer-sep{font-size:11px;color:var(--border-hover);opacity:.5}.footer-socials{display:flex;gap:1rem;margin-left:auto}.footer-socials a{color:var(--muted);font-size:13px;cursor:none;transition:color var(--transition)}.footer-socials a:hover{color:var(--text)}@media(max-width:700px){#site-footer{display:none}}@media(hover:none),(pointer:coarse){#cursor-dot,#cursor-ring,.cursor-trail{display:none!important}*{cursor:auto!important}}.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}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
