.topbar{z-index:1001;background:#fff;border-bottom:1px solid #11111114;position:relative;box-shadow:0 8px 24px #1111110f}.topbar__inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.35rem 5%;display:flex}.topbar__contacts,.topbar__social{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.topbar__link{color:#171717e0;letter-spacing:.2px;align-items:center;gap:.45rem;font-family:Instrument Sans,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.topbar__link:hover,.topbar__social-link:hover{color:var(--accent)}.topbar__link svg,.topbar__link img,.topbar__social-link svg,.topbar__social-link img{stroke-width:2.2px;width:.95rem;height:.95rem;color:var(--accent);flex-shrink:0;display:block}.topbar__social-link{color:#171717cc;background:#11111108;border:1px solid #11111114;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .2s,color .2s,background-color .2s;display:inline-flex}.topbar__social-link:hover{background:#ff494314;border-color:#ff494326;transform:translateY(-1px)}.header{z-index:1000;backdrop-filter:blur(10px);box-shadow:none;background:0 0;justify-content:space-between;align-items:center;padding:1rem 5%;transition:all .3s;display:flex;position:absolute;top:3.2rem;left:0;right:0}.header-scrolled{background:#fffffffa;border-bottom:1px solid #11111114;box-shadow:0 4px 16px #1111110f}.header-scrolled .nav-link{color:var(--ink)}.header-scrolled .nav-link:hover{color:var(--accent)}.header-scrolled .header-cta{background:var(--accent);color:var(--white);box-shadow:0 4px 16px #ff49434d}.header-scrolled .header-cta:hover{background:#ff4943e6;transform:translateY(-2px);box-shadow:0 8px 24px #ff494366}.header-scrolled .mobile-menu-btn{color:var(--ink)}.header-dark{box-shadow:none;background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);border-bottom-color:#0000}.header-dark .nav-link{color:var(--white)}.header-dark .nav-link:hover{color:var(--accent)}.header-dark .header-cta{background:var(--accent);color:var(--white);box-shadow:0 4px 16px #ff49434d}.header-dark .header-cta:hover{background:#ff4943e6;transform:translateY(-2px);box-shadow:0 8px 24px #ff494366}.header-dark .mobile-menu-btn{color:var(--white)}.header-cta{color:var(--white);background:var(--accent);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.75rem 1.75rem;font-family:Instrument Sans,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #ff49434d}.header-cta--mobile{display:none}.header-cta:hover{background:#ff4943e6;transform:translateY(-2px);box-shadow:0 8px 24px #ff494366}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:65px}.nav{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--white);text-transform:uppercase;letter-spacing:1px;font-family:Instrument Sans,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover{color:var(--gold)}.nav-link:hover:after{width:100%}.nav-link.active,.nav-link[aria-current=page]{color:var(--accent)}.nav-link.active:after,.nav-link[aria-current=page]:after{background:var(--accent);width:100%}.mobile-menu-btn{cursor:pointer;width:44px;height:44px;color:var(--white);background:0 0;border:none;justify-content:center;align-items:center;display:none}.header-cta svg,.mobile-menu-btn svg{stroke-width:2.25px;flex-shrink:0;width:1rem;height:1rem}.mobile-menu-btn svg{width:1.6rem;height:1.6rem}@media (width<=768px){.topbar__inner{flex-direction:column;align-items:flex-start;gap:.35rem;padding:.5rem 5%}.topbar__contacts{gap:.65rem .85rem}.topbar__link{font-size:.72rem}.topbar__social{gap:.45rem}.header{z-index:1000;flex-wrap:wrap;gap:.85rem;position:absolute;top:0}.nav{width:100vw;height:100vh;padding:calc(2rem + env(safe-area-inset-top)) 5% calc(1.5rem + env(safe-area-inset-bottom));box-shadow:none;z-index:999;background:#0f0f0f;border:0;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.nav.nav--open{display:flex}.nav__mobile-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.nav__mobile-brand{align-items:center;min-width:0;text-decoration:none;display:inline-flex}.nav__mobile-brand img{object-fit:contain;width:auto;height:48px;display:block}.nav__close-btn{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff14;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.nav__close-btn svg{stroke-width:2.25px;width:1.45rem;height:1.45rem}.nav-link{border-bottom:1px solid #ffffff14;border-radius:14px;align-items:center;gap:.75rem;width:100%;padding:.9rem 1rem;display:flex}.nav-link:after{display:none}.nav-link:last-of-type{border-bottom:0}.nav-link svg{stroke-width:2.2px;width:1rem;height:1rem;color:var(--accent);flex-shrink:0}.nav-link span{flex:1}.nav-link:hover,.nav-link.active,.nav-link[aria-current=page]{background:#ffffff0f}.header>.header-cta{display:none}.header-cta--mobile{justify-content:center;width:100%;margin-top:1rem;padding:.95rem 1rem;display:inline-flex}body.nav-open{overflow:hidden}}@media (width>=769px){.nav{width:auto;height:auto;box-shadow:none;z-index:auto;background:0 0;border:none;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:2.5rem;padding:0;display:flex;position:static;overflow:visible}.nav__mobile-header,.nav__mobile-brand,.nav__close-btn{display:none}.nav-link{border-bottom:none;border-radius:0;align-items:center;gap:0;width:auto;padding:0;display:inline-flex}.nav-link:after{display:block}.nav-link:last-of-type{border-bottom:none}.nav-link svg{display:none}.nav-link span{flex:none}.nav-link:hover,.nav-link.active,.nav-link[aria-current=page]{background:0 0}.header>.header-cta{display:inline-flex}.header-cta--mobile{display:none}}