@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}@media (hover:hover) and (pointer:fine){*{cursor:none}}iframe,[data-hide-cursor=true],[data-hide-cursor=true] *{cursor:auto!important}:root{--bg-primary:#111;--bg-secondary:#161616;--bg-card:#1a1a1a;--bg-card-hover:#222;--bg-elevated:#1e1e1e;--border-subtle:#ffffff12;--border-medium:#ffffff1f;--border-accent:#ffffff40;--text-primary:#f0f0f0;--text-secondary:#999;--text-muted:#666;--accent:#c8c8c8;--accent-blue:#888;--accent-cyan:#aaa;--accent-hover:#fff;--gradient-primary:linear-gradient(135deg,#e0e0e0,#888);--gradient-warm:linear-gradient(135deg,#d4d4d4,#777);--gradient-glow:radial-gradient(circle,#ffffff0a 0%,transparent 70%);--font-heading:"Sora",sans-serif;--font-body:"Inter",-apple-system,sans-serif;--container-max:1200px;--container-padding:clamp(1.5rem,4vw,4rem);--section-gap:clamp(5rem,10vh,10rem);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:100px;--ease-out:cubic-bezier(.25,.46,.45,.94);--transition-fast:.2s var(--ease-out);--transition-medium:.35s var(--ease-out);--transition-slow:.6s var(--ease-out)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);font-size:16px;line-height:1.6}html{overflow-x:hidden}::selection{color:#fff;background:#ffffff26}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}@media (hover:hover) and (pointer:fine){html,body,*,button,a,input,textarea,select,iframe{cursor:none!important}}@media (hover:none){html,body,*,button,a,input,textarea,select,iframe{cursor:auto!important}a,button{cursor:pointer!important}}main{animation:pageIn .6s var(--ease-out)forwards}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-gap)0}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);border-radius:var(--radius-full);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.7rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:linear-gradient(135deg,var(--accent,#6366f1),#6366f166);border-radius:50%;width:6px;height:6px}.display-heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.75rem,6vw,5rem);font-weight:700;line-height:1.08}.page-heading{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.12}.section-heading{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.subtitle{color:var(--text-secondary);max-width:550px;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:400;line-height:1.75}.gradient-text{background:linear-gradient(135deg,#fff,var(--accent,#6366f1));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-gradient{background:linear-gradient(135deg,var(--accent,#6366f1),#6366f166);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{font-family:var(--font-body);color:#111;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-medium);background:#f0f0f0;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #ffffff1a}.btn-secondary{font-family:var(--font-body);color:var(--text-primary);border:1px solid var(--border-medium);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-medium);background:0 0;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-medium);overflow:hidden}.card:hover{border-color:var(--border-accent);transform:translateY(-4px);box-shadow:0 12px 40px #0006}.spotlight-card{border:1px solid #ffffff0d;position:relative;overflow:hidden}.spotlight-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,0)var(--mouse-y,0),#ffffff14,transparent 40%);opacity:0;pointer-events:none;z-index:0;transition:opacity .5s;position:absolute;inset:0}.spotlight-group:hover .spotlight-card:before{opacity:1}.spotlight-card:after{content:"";border-radius:inherit;background:radial-gradient(600px circle at var(--mouse-x,0)var(--mouse-y,0),#fff,transparent 40%);-webkit-mask-composite:xor;pointer-events:none;opacity:0;z-index:1;padding:1px;transition:opacity .5s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.spotlight-group:hover .spotlight-card:after{opacity:1}.spotlight-card>*{z-index:2;position:relative}.image-placeholder{background:linear-gradient(135deg,var(--bg-card)0%,var(--bg-elevated)100%);border-radius:var(--radius-md);width:100%;position:relative;overflow:hidden}.image-placeholder:after{content:"";background:linear-gradient(135deg,#ffffff05 0%,#ffffff03 100%);position:absolute;inset:0}@media (max-width:1024px){:root{--section-gap:clamp(4rem,8vh,8rem)}}@media (max-width:768px){:root{--section-gap:clamp(3rem,6vh,5rem);--container-padding:1.25rem}html{overflow-x:hidden}.btn-primary,.btn-secondary{min-height:48px;padding:.9rem 1.75rem;font-size:.85rem}.section-label{margin-bottom:1rem;padding:.3rem .8rem;font-size:.6rem}.card:hover{transform:none}.section-heading{font-size:clamp(1.4rem,5vw,1.8rem)}.display-heading{font-size:clamp(2rem,7vw,3rem)}.page-heading{font-size:clamp(1.5rem,5vw,2.2rem)}.subtitle{font-size:.85rem}::-webkit-scrollbar{display:none}html{max-width:100vw;overflow-x:hidden}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Navbar-module__cJzEcG__navbar{z-index:100;background:0 0;padding:1.1rem 0;transition:background .35s,padding .35s,border-color .35s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#111111e6;padding:.75rem 0}.Navbar-module__cJzEcG__inner{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;z-index:9995;align-items:center;gap:.4rem;font-size:1.1rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--accent);font-size:.9rem}.Navbar-module__cJzEcG__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-body);color:var(--text-muted);transition:color var(--transition-fast);font-size:.82rem;font-weight:400}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__ctaBtn{padding:.6rem 1.5rem;font-size:.8rem}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;z-index:9995;background:0 0;border:none;width:32px;height:32px;padding:0;display:none;position:relative}.Navbar-module__cJzEcG__mobileToggle span{background:var(--text-primary);border-radius:2px;width:22px;height:1.5px;transition:all .4s cubic-bezier(.77,0,.18,1);display:block;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__mobileToggle span:first-child{top:8px}.Navbar-module__cJzEcG__mobileToggle span:nth-child(2){top:15px}.Navbar-module__cJzEcG__mobileToggle span:last-child{top:22px}.Navbar-module__cJzEcG__toggleOpen span:first-child{top:15px;transform:translate(-50%)rotate(45deg)}.Navbar-module__cJzEcG__toggleOpen span:nth-child(2){opacity:0;transform:translate(-50%)scaleX(0)}.Navbar-module__cJzEcG__toggleOpen span:last-child{top:15px;transform:translate(-50%)rotate(-45deg)}.Navbar-module__cJzEcG__mobileContact{display:none}@media (max-width:768px){.Navbar-module__cJzEcG__navbar,.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{padding:.85rem 0}.Navbar-module__cJzEcG__nav{visibility:hidden;clip-path:circle(0% at calc(100% - 2.5rem) 1.5rem);pointer-events:none;z-index:9990;background:#111;flex-direction:column;justify-content:center;align-items:center;gap:0;transition:clip-path .6s cubic-bezier(.77,0,.18,1),visibility 0s .6s;position:fixed;inset:0}.Navbar-module__cJzEcG__navOpen{visibility:visible;clip-path:circle(150% at calc(100% - 2.5rem) 1.5rem);pointer-events:all;transition:clip-path .6s cubic-bezier(.77,0,.18,1),visibility}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);color:var(--text-muted);letter-spacing:-.02em;opacity:0;padding:.75rem 0;font-size:clamp(1.5rem,6vw,2rem);font-weight:600;transition:opacity .4s,transform .4s,color .2s;transform:translateY(20px)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:first-child{opacity:1;transition-delay:.1s;transform:translateY(0)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:nth-child(2){opacity:1;transition-delay:.16s;transform:translateY(0)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:nth-child(3){opacity:1;transition-delay:.22s;transform:translateY(0)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:nth-child(4){opacity:1;transition-delay:.28s;transform:translateY(0)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:nth-child(5){opacity:1;transition-delay:.34s;transform:translateY(0)}.Navbar-module__cJzEcG__navOpen .Navbar-module__cJzEcG__navLink:nth-child(6){opacity:1;transition-delay:.4s;transform:translateY(0)}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:#fff}.Navbar-module__cJzEcG__mobileToggle{display:block}.Navbar-module__cJzEcG__mobileContact{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem;display:block}.Navbar-module__cJzEcG__ctaBtn{display:none}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:4rem 0 1.5rem}.Footer-module__S6Hkya__inner{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__S6Hkya__top{justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.Footer-module__S6Hkya__brand{align-items:flex-start;gap:.75rem;max-width:280px;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--accent);margin-top:2px;font-size:1.25rem}.Footer-module__S6Hkya__brandName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__columns{gap:4rem;display:flex}.Footer-module__S6Hkya__col{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__colLabel{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.12em;color:var(--text-primary);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.Footer-module__S6Hkya__colLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.82rem}.Footer-module__S6Hkya__colLink:hover{color:var(--accent)}.Footer-module__S6Hkya__divider{background:var(--border-subtle);width:100%;height:1px}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.Footer-module__S6Hkya__copy{color:var(--text-muted);font-size:.7rem}.Footer-module__S6Hkya__email{color:var(--accent);transition:color var(--transition-fast);font-size:.75rem}.Footer-module__S6Hkya__email:hover{color:var(--accent-hover)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 0 1.25rem}.Footer-module__S6Hkya__top{flex-direction:column;gap:2rem}.Footer-module__S6Hkya__brand{max-width:100%}.Footer-module__S6Hkya__columns{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.Footer-module__S6Hkya__columns{grid-template-columns:1fr;gap:1.5rem}.Footer-module__S6Hkya__colLabel{font-size:.65rem}.Footer-module__S6Hkya__colLink{font-size:.78rem}}
.CustomCursor-module__scj-aG__dot{pointer-events:none;z-index:99999;will-change:transform;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:8px;height:8px;transition:width .3s,height .3s,top .3s,left .3s,border-radius .3s;display:flex;position:fixed;top:-4px;left:-4px}.CustomCursor-module__scj-aG__viewActive{border-radius:20px;width:80px;height:40px;top:-20px;left:-40px}.CustomCursor-module__scj-aG__viewText{font-family:var(--font-sans);color:#000;opacity:0;letter-spacing:.05em;font-size:.8rem;font-weight:700;transition:opacity .2s}.CustomCursor-module__scj-aG__viewActive .CustomCursor-module__scj-aG__viewText{opacity:1;transition-delay:.1s}.CustomCursor-module__scj-aG__ring{pointer-events:none;z-index:99998;will-change:transform;border:1.5px solid #fff6;border-radius:50%;width:40px;height:40px;transition:opacity .3s,width .3s,height .3s;position:fixed;top:-20px;left:-20px}@media (hover:none),(pointer:coarse){.CustomCursor-module__scj-aG__dot,.CustomCursor-module__scj-aG__ring{display:none}}
