@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Unbounded:wght@300;400;500;600;700;800&display=swap");:root{--bg-primary:#fff;--bg-secondary:#f7f7f7;--bg-tertiary:#ebebeb;--text-primary:#0a0a0c;--text-secondary:#555;--text-tertiary:#888;--accent-primary:#0a0a0c;--accent-secondary:#aaa;--divider:rgba(0,0,0,.1);--border-thin:1px solid var(--divider);--font-heading:"Unbounded",sans-serif;--font-body:"Montserrat",sans-serif;--text-hero:clamp(3rem,10vw,8rem);--text-h1:clamp(2.5rem,6vw,5rem);--text-h2:clamp(1.8rem,4vw,3rem);--text-h3:clamp(1.2rem,2.5vw,1.8rem);--text-body:clamp(0.9rem,1.2vw,1.1rem);--text-small:0.85rem;--text-micro:0.7rem;--radius-none:0;--radius-sm:2px;--radius-md:4px;--radius-full:9999px;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:10rem;--space-4xl:14rem;--header-height:80px;--ease-premium:cubic-bezier(0.85,0,0.15,1);--ease-smooth:cubic-bezier(0.25,1,0.5,1);--z-base:0;--z-above:10;--z-header:100;--z-cursor:9999;--z-preloader:10000}[data-theme=dark]{--bg-primary:#050505;--bg-secondary:#0a0a0a;--bg-tertiary:#111;--text-primary:#fff;--text-secondary:#a0a0a0;--text-tertiary:#666;--accent-primary:#fff;--accent-secondary:#333;--divider:hsla(0,0%,100%,.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}@media (pointer:fine){*,:after,:before{cursor:none!important}}::selection{background:var(--text-primary);color:var(--bg-primary)}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color .8s var(--ease-premium),color .8s var(--ease-premium)}@media (max-width:768px){body{line-height:1.5}}.container{width:100%;max-width:1800px;margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-4xl) 0}.text-label{display:block;font-family:var(--font-body);font-size:var(--text-micro);font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--text-tertiary);margin-bottom:var(--space-md)}.hairline-bottom{border-bottom:var(--border-thin)}.hairline-top{border-top:var(--border-thin)}@media (max-width:768px){.container{padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}}.Header_header__hO3lJ{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);height:var(--header-height);display:flex;align-items:center;transition:background-color .6s var(--ease-premium),border-color .6s var(--ease-premium);border-bottom:1px solid transparent}.Header_header__hO3lJ.Header_scrolled__sfZwa{background-color:var(--bg-primary);border-bottom:var(--border-thin)}.Header_headerInner__RH82n{display:flex;align-items:center;justify-content:space-between;width:100%}.Header_logo__e5KhT{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--text-primary);text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.Header_actions__SRauh{display:flex;align-items:center;gap:var(--space-2xl)}.Header_nav__3fHSH{display:flex;align-items:center;gap:var(--space-lg)}.Header_actionBtn__d4QRi,.Header_navLink__LzXns{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:var(--text-micro);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);text-decoration:none;transition:color .4s var(--ease-premium)}.Header_actionBtn__d4QRi:hover,.Header_navLink__LzXns:hover{color:var(--text-primary)}.Header_themeSwitchWrapper__wUNva{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:0}.Header_themeLabel___uZCn{font-family:var(--font-body);font-size:var(--text-micro);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);transition:color .4s var(--ease-premium)}.Header_themeLabelActive__t_VrJ{color:var(--text-primary)}.Header_switchTrack__dypO3{width:44px;height:22px;border-radius:20px;background:var(--bg-tertiary);position:relative;display:flex;align-items:center;padding:2px;transition:background .4s var(--ease-premium)}.Header_switchThumb__SaKlE{width:18px;height:18px;border-radius:50%;background:var(--text-primary)}.Header_mobileMenu___oHDY .Header_themeSwitchWrapper__wUNva{margin-top:var(--space-xl)}.Header_mobileMenu___oHDY .Header_switchTrack__dypO3{background:var(--bg-secondary);border:var(--border-thin)}.Header_mobileRight__f8zoN{display:flex;align-items:center;gap:var(--space-md)}.Header_burger__1a_LX{display:none;flex-direction:column;justify-content:center;gap:6px;width:28px;height:28px;background:transparent;border:none;cursor:pointer;z-index:100;padding:0}.Header_burgerLine__Sixvp{display:block;width:100%;height:1px;background:var(--text-primary);transition:transform .4s cubic-bezier(.76,0,.24,1),opacity .4s;transform-origin:center}.Header_burger__1a_LX.Header_isOpen__6zuup .Header_burgerLine__Sixvp:first-child{transform:translateY(3.5px) rotate(45deg)}.Header_burger__1a_LX.Header_isOpen__6zuup .Header_burgerLine__Sixvp:nth-child(2){transform:translateY(-3.5px) rotate(-45deg)}.Header_mobileMenu___oHDY{display:none;position:fixed;inset:0;width:100%;height:100vh;background:var(--bg-primary);z-index:calc(var(--z-header) - 1)}.Header_mobileMenuInner__zc0jV{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:calc(var(--header-height) + var(--space-lg));padding-bottom:var(--space-xl);overflow-y:auto;-webkit-overflow-scrolling:touch}.Header_mobileNav__HHzTb{display:flex;flex-direction:column;width:100%}.Header_mobileNavItem__HUJc3{width:100%;border-bottom:var(--border-thin)}.Header_mobileNavItem__HUJc3:first-child{border-top:var(--border-thin)}.Header_mobileNavLink__cGBRQ{display:block;font-family:var(--font-heading);font-size:clamp(2rem,8vw,3rem);text-transform:uppercase;color:var(--text-primary);text-decoration:none;font-weight:300;letter-spacing:-.04em;padding:var(--space-lg) 0;transition:opacity .4s var(--ease-premium),padding-left .4s var(--ease-premium)}.Header_mobileNavLink__cGBRQ:hover{opacity:.5;padding-left:10px}.Header_mobileMenuBottom__WEMu5{display:flex;flex-direction:column;gap:var(--space-lg);align-items:flex-start;padding-top:var(--space-xl)}.Header_mobileMenuLabel__VXBZz{font-family:var(--font-body);font-size:var(--text-micro);text-transform:uppercase;letter-spacing:.2em;color:var(--text-tertiary)}.Header_mobileMenu___oHDY .Header_themeSwitchWrapper__wUNva{margin-top:0;width:100%;justify-content:space-between;max-width:200px}@media (max-width:768px){.Header_nav__3fHSH,.Header_themeBtnDesktop__28_jp{display:none}.Header_burger__1a_LX,.Header_mobileMenu___oHDY{display:flex}}.CustomCursor_cursor__3P1DO{position:fixed;top:-3px;left:-3px;width:6px;height:6px;background:#fff;border-radius:50%;pointer-events:none;z-index:var(--z-cursor);will-change:transform;mix-blend-mode:difference;transition:width .4s var(--ease-premium),height .4s var(--ease-premium),top .4s var(--ease-premium),left .4s var(--ease-premium)}.CustomCursor_cursor__3P1DO.CustomCursor_hovering__3m6Ag{width:80px;height:80px;top:-40px;left:-40px;background:#fff;mix-blend-mode:difference}.CustomCursor_follower__JKKam{display:none}.CustomCursor_cursorText__1yqGn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-body);font-size:10px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;opacity:0;mix-blend-mode:normal;animation:CustomCursor_fadeInText__k_dHv .4s var(--ease-premium) forwards}@keyframes CustomCursor_fadeInText__k_dHv{to{opacity:1}}@media (max-width:1024px){.CustomCursor_cursor__3P1DO{display:none}}.Preloader_preloader__kc3yz{position:fixed;inset:0;z-index:var(--z-preloader);background:var(--text-primary);display:flex;align-items:center;justify-content:center;color:var(--bg-primary)}.Preloader_content__LVk1I{display:flex;flex-direction:column;align-items:center;gap:var(--space-xl);width:100%;max-width:300px}.Preloader_counter__3HA1I{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:300;letter-spacing:.1em}.Preloader_barContainer___sZkx{width:100%;height:1px;background:hsla(0,0%,100%,.1)}[data-theme=dark] .Preloader_barContainer___sZkx{background:rgba(0,0,0,.2)}.Preloader_bar__0QGE6{height:100%;background:var(--bg-primary)}.Preloader_label__V2ell{font-family:var(--font-body);font-size:var(--text-micro);text-transform:uppercase;letter-spacing:.2em;font-weight:500;opacity:.5}