@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700;900&family=Libre+Bodoni:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";.header{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:#000000e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header__content{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;transition:padding .3s ease}.header__logo{display:flex;flex-direction:column;font-weight:800;color:var(--color-secondary);line-height:1.2;z-index:1002}.header__logo-text{font-family:Bodoni Moda,Libre Bodoni,Georgia,serif;font-size:1.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;font-style:normal}.header__nav{display:flex;gap:3rem;margin-left:auto}.header__nav-link{color:var(--color-secondary);text-decoration:none;font-weight:300;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;transition:all .3s ease;position:relative;opacity:.85;background:none;border:none;cursor:pointer;padding:0;font-family:Montserrat,sans-serif}.header__nav-link:hover{opacity:1}.header__nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:var(--color-secondary);transition:width .3s ease}.header__nav-link:hover:after{width:100%}.header__burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:0;z-index:1002}.header__burger span{width:28px;height:2px;background:var(--color-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}.header__overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:968px){.header__content{padding:1.5rem 0}.header__nav{position:fixed;inset:0;flex-direction:column;justify-content:center;align-items:center;background:transparent;padding:0;gap:3rem;margin:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1001}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}.header__nav-link{font-size:1.8rem;font-weight:400;letter-spacing:.12em;opacity:0;transform:translateY(-20px)}.header__nav--open .header__nav-link{animation:slideDown .5s ease forwards}.header__nav--open .header__nav-link:nth-child(1){animation-delay:.1s}.header__nav--open .header__nav-link:nth-child(2){animation-delay:.2s}.header__nav--open .header__nav-link:nth-child(3){animation-delay:.3s}.header__nav--open .header__nav-link:nth-child(4){animation-delay:.4s}.header__nav--open .header__nav-link:nth-child(5){animation-delay:.5s}.header__nav--open .header__nav-link:nth-child(6){animation-delay:.6s}@keyframes slideDown{to{opacity:1;transform:translateY(0)}}.header__burger{display:flex}.header__burger--open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header__logo-text{font-size:1.4rem}.header__nav-link:after{display:none}}@media(max-width:480px){.header__nav-link{font-size:1.5rem}.header__logo-text{font-size:1.2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:0;overflow:hidden;background:#000}.hero__background{position:absolute;inset:0;z-index:0}.hero__background:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000000b3,#0000004d,#000000b3),url(/images/hero-desktop.jpg) center/cover no-repeat}.hero__container{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem}.hero__content{color:var(--color-secondary);max-width:900px;padding:8rem 0}.hero__title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.5rem}.hero__title-main{font-family:Montserrat,sans-serif;font-size:5.5rem;font-weight:700;letter-spacing:-.01em;line-height:1.1;color:var(--color-secondary);text-transform:uppercase;font-style:italic}.hero__title-sub{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;font-style:normal;letter-spacing:.2em;text-transform:uppercase;color:#ffffffe6;margin-top:.5rem}.hero__description{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.8;margin-bottom:3rem;color:#ffffffd9;max-width:600px}.hero__actions{display:flex;gap:2rem;align-items:center}.hero__btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;border:2px solid var(--color-secondary);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.1em;background:transparent;color:var(--color-secondary);font-family:Montserrat,sans-serif}.hero__btn:hover{background:var(--color-secondary);color:var(--color-primary);transform:translateY(-2px)}.hero__btn span{flex:1}.hero__btn-circle{width:40px;height:40px;border-radius:50%;background:var(--color-secondary);color:var(--color-primary);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero__btn:hover .hero__btn-circle{background:var(--color-primary);color:var(--color-secondary);transform:rotate(45deg)}@media(max-width:1280px){.hero__container{padding:0 2rem}.hero__title-main{font-size:5rem}}@media(max-width:1024px){.hero__title-main{font-size:4.5rem}.hero__title-sub{font-size:1.3rem}.hero__content{max-width:700px}}@media(max-width:768px){.hero{align-items:flex-start}.hero__background:before{background:linear-gradient(to bottom,#0009,#0006,#000c),url(/images/hero-mobile.jpg) center/cover no-repeat}.hero__container{padding:0 2rem;height:100vh;display:flex;flex-direction:column}.hero__content{padding:0;max-width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:8rem;padding-bottom:3rem}.hero__title{margin-bottom:1.5rem}.hero__title-main{font-size:2.5rem;line-height:1.15}.hero__title-sub{font-size:1rem;letter-spacing:.15em}.hero__description{font-size:.95rem;margin-bottom:0;line-height:1.6}.hero__actions{margin-top:auto;width:100%}.hero__btn{width:100%;justify-content:space-between;padding:1.1rem 1.5rem;font-size:.85rem}.hero__btn-circle{width:38px;height:38px}}@media(max-width:480px){.hero__content{padding-top:7rem;padding-bottom:2.5rem}.hero__title-main{font-size:2.2rem}.hero__title-sub,.hero__description{font-size:.9rem}}.about{background:#000;color:var(--color-secondary);padding:8rem 0;position:relative}.about__title{font-size:4.5rem;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:4rem;font-style:normal}.about__content{display:grid;grid-template-columns:35% 1fr;gap:4rem;align-items:start}.about__image-wrapper{width:100%;height:600px;overflow:hidden;border-radius:0}.about__image{width:100%;height:100%;object-fit:cover;object-position:center}.about__text{display:flex;flex-direction:column;gap:2rem}.about__description{font-size:1.1rem;line-height:1.8;color:#ffffffd9;margin-bottom:0}.about__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 2rem;margin-top:2rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.about__stat-item{display:flex;flex-direction:column;gap:.5rem}.about__stat-number{font-size:3.5rem;font-weight:700;color:var(--color-secondary);line-height:1}.about__stat-label{font-size:.9rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase;color:#fff9}@media(max-width:1024px){.about__content{grid-template-columns:40% 1fr;gap:3rem}.about__image-wrapper{height:500px}}@media(max-width:768px){.about{padding:4rem 0}.about__title{font-size:2.5rem;margin-bottom:2rem}.about__content{grid-template-columns:1fr;gap:2rem}.about__image-wrapper{height:400px}.about__description{font-size:1rem}.about__stats{grid-template-columns:1fr;gap:2rem;margin-top:1rem;padding-top:2rem}.about__stat-number{font-size:2.5rem}.about__stat-label{font-size:.8rem}}.services{padding:5rem 0;background:#000;position:relative;z-index:1;isolation:isolate}.services__header{text-align:center;margin-bottom:5rem}.services__title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.services__subtitle{font-size:1.1rem;color:#fff9;max-width:600px;margin:0 auto;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.services__card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.services__card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-8px)}.services__card-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden}.services__card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.services__card:hover .services__card-image{transform:scale(1.1)}.services__card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#0009);display:flex;align-items:flex-end;padding:1.5rem;transition:background .4s ease}.services__card:hover .services__card-overlay{background:linear-gradient(to bottom,#0000001a,#00000080)}.services__card-number{font-size:3rem;font-weight:800;color:#ffffff4d;line-height:1;transition:color .4s ease}.services__card:hover .services__card-number{color:#ffffff80}.services__card-content{padding:2rem}.services__card-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.services__card-description{font-size:.95rem;line-height:1.7;color:#fff9;margin:0}@media(max-width:768px){.services{padding:3rem 0}.services__title{font-size:2rem}.services__subtitle{font-size:1rem}.services__grid{grid-template-columns:1fr;gap:1.5rem}.services__card-image-wrapper{height:200px}.services__card-content{padding:1.5rem}.services__card-title{font-size:1.1rem}.services__card-description{font-size:.9rem}}.projects{background:#000;color:var(--color-secondary);padding:5rem 0;position:relative;z-index:2;isolation:isolate;overflow:hidden}.projects__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.projects__title{font-size:3rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--color-secondary);margin:0}.projects__controls{display:flex;gap:1rem}.projects__arrow{width:50px;height:50px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.projects__arrow:hover{background:#fff;color:#000;border-color:#fff}.projects__viewport{position:relative;width:100%;max-width:1400px;margin:0 auto;height:600px;overflow:hidden}.projects__stack{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.projects__card{position:absolute;width:60%;max-width:700px;height:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(0) scale(.85);filter:blur(8px) brightness(.4)}.projects__card-overlay{position:absolute;inset:0;background:#000000b3;z-index:1;transition:opacity .6s ease;pointer-events:none}.projects__card--active{transform:translate(0) scale(1);z-index:10;filter:blur(0) brightness(1)}.projects__card--active .projects__card-overlay{opacity:0}.projects__card--prev{transform:translate(-35%) scale(.85);z-index:5;filter:blur(8px) brightness(.4)}.projects__card--next{transform:translate(35%) scale(.85);z-index:5;filter:blur(8px) brightness(.4)}.projects__card--prev:hover,.projects__card--next:hover{filter:blur(6px) brightness(.5)}.projects__card-image-wrapper{width:100%;height:60%;overflow:hidden;position:relative;z-index:0}.projects__card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.projects__card--active:hover .projects__card-image{transform:scale(1.05)}.projects__card-content{padding:2rem;height:40%;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2}.projects__card-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase}.projects__card-description{font-size:1rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem}.projects__card-stats{display:flex;gap:3rem}.projects__card-stat{display:flex;align-items:baseline;gap:.5rem}.projects__card-stat-value{font-size:2rem;font-weight:700;color:#fff}.projects__card-stat-label{font-size:.9rem;color:#fff9}.projects__dots{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.projects__dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.projects__dot--active{background:#fff;transform:scale(1.2)}.projects__dot:hover{background:#fff9}@media(max-width:1024px){.projects__card{width:70%}.projects__viewport{height:550px}}@media(max-width:768px){.projects{padding:3rem 0}.projects__header{flex-direction:column;gap:2rem;margin-bottom:2rem}.projects__title{font-size:2rem}.projects__viewport{height:500px}.projects__card{width:90%}.projects__card--prev,.projects__card--next{opacity:0;pointer-events:none}.projects__card-content{padding:1.5rem}.projects__card-title{font-size:1.4rem}.projects__card-description{font-size:.9rem}.projects__card-stat-value{font-size:1.5rem}}.gallery{padding:8rem 0;background:#000;color:#fff;position:relative;overflow:hidden}.gallery__container{max-width:1400px;margin:0 auto;padding:0 4rem}.gallery__content{display:grid;grid-template-columns:400px 1fr;gap:6rem;align-items:center}.gallery__left{display:flex;flex-direction:column;gap:3rem}.gallery__title{font-size:4.5rem;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1;margin:0}.gallery__description{font-size:.95rem;line-height:1.7;color:#ffffffb3;margin:0;letter-spacing:.02em}.gallery__button{display:inline-flex;align-items:center;gap:1rem;padding:0;background:none;border:none;color:#fff;font-size:1rem;font-weight:500;letter-spacing:.05em;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;width:fit-content}.gallery__button span{transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__button:hover span{transform:translate(-8px)}.gallery__button-circle{width:50px;height:50px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.gallery__button:hover .gallery__button-circle{transform:translate(8px) rotate(-90deg);background:#f0f0f0}.gallery__right{position:relative;height:600px}.gallery__grid{position:relative;width:100%;height:100%}.gallery__item{position:absolute;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1)}.gallery__item--1{top:0;left:0;width:48%;height:58%}.gallery__item--2{top:0;right:0;width:48%;height:58%}.gallery__item--3{bottom:0;left:0;width:48%;height:38%}.gallery__item--4{bottom:0;right:0;width:48%;height:38%}.gallery__item-inner{width:100%;height:100%;position:relative}.gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:1.5rem}.gallery__overlay-content{transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__item-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 .3rem;letter-spacing:-.01em}.gallery__item-subtitle{font-size:.9rem;color:#ffffffb3;margin:0}.gallery__item--active{transform:scale(1.05);z-index:10;box-shadow:0 20px 60px #00000080}.gallery__item--active .gallery__image{transform:scale(1.1)}.gallery__item--active .gallery__overlay{opacity:1}.gallery__item--active .gallery__overlay-content{transform:translateY(0)}.gallery__item--inactive{filter:brightness(.6)}.gallery__item:before{content:"";position:absolute;inset:0;border:2px solid transparent;transition:border-color .4s ease;pointer-events:none;z-index:1}.gallery__item--active:before{border-color:#ffffff4d}@media(max-width:1200px){.gallery__content{grid-template-columns:1fr;gap:4rem}.gallery__left{text-align:center;align-items:center}.gallery__right{height:500px}.gallery__title{font-size:3.5rem}}@media(max-width:768px){.gallery__container{padding:0 2rem}.gallery{padding:5rem 0}.gallery__title{font-size:2.5rem}.gallery__description{font-size:.85rem}.gallery__right{height:400px}.gallery__item--1,.gallery__item--2{width:48%;height:55%}.gallery__item--3,.gallery__item--4{width:48%;height:40%}.gallery__item-title{font-size:1rem}.gallery__item-subtitle{font-size:.8rem}}.contacts{padding:8rem 0;background:#000;color:#fff;position:relative}.contacts__container{max-width:1400px;margin:0 auto;padding:0 4rem}.contacts__content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:start}.contacts__left{display:flex;flex-direction:column;gap:3rem}.contacts__title{font-size:4.5rem;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1;margin:0}.contacts__description{font-size:1rem;line-height:1.7;color:#ffffffb3;margin:0;max-width:500px}.contacts__info{display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem}.contacts__info-item{display:flex;flex-direction:column;gap:.8rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.contacts__info-item:last-child{border-bottom:none;padding-bottom:0}.contacts__label{font-size:.75rem;font-weight:600;color:#ffffff80;letter-spacing:.15em;text-transform:uppercase}.contacts__link{font-size:1.4rem;color:#fff;text-decoration:none;transition:color .3s ease;font-weight:500}.contacts__link:hover{color:#ffffffb3}.contacts__text{font-size:1.1rem;color:#ffffffe6;line-height:1.6}.contacts__right{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:3rem}.contacts__form{display:flex;flex-direction:column;gap:1.5rem}.contacts__form-group{display:flex;flex-direction:column}.contacts__input,.contacts__textarea{width:100%;padding:1.2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.contacts__input::placeholder,.contacts__textarea::placeholder{color:#fff6}.contacts__input:focus,.contacts__textarea:focus{outline:none;border-color:#fff6;background:#ffffff14}.contacts__textarea{resize:vertical;min-height:120px}.contacts__submit{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 2rem;background:#fff;color:#000;border:none;font-size:.95rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:1rem}.contacts__submit:hover{background:#ffffffe6;transform:translateY(-2px)}.contacts__submit span{flex:1}.contacts__submit-circle{width:40px;height:40px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.contacts__submit:hover .contacts__submit-circle{transform:rotate(45deg)}@media(max-width:1200px){.contacts__content{grid-template-columns:1fr;gap:5rem}.contacts__title{font-size:3.5rem}.contacts__right{max-width:600px;margin:0 auto;width:100%}}@media(max-width:768px){.contacts{padding:5rem 0}.contacts__container{padding:0 2rem}.contacts__title{font-size:2.5rem}.contacts__description{font-size:.9rem}.contacts__link{font-size:1.2rem}.contacts__text{font-size:1rem}.contacts__right{padding:2rem}.contacts__input,.contacts__textarea{padding:1rem;font-size:.95rem}.contacts__submit{padding:1rem 1.5rem;font-size:.9rem}.contacts__submit-circle{width:35px;height:35px}}.footer{background:#000;color:#fff;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer__container{max-width:1400px;margin:0 auto;padding:0 4rem}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:6rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__column--large{display:flex;flex-direction:column;justify-content:space-between}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{font-family:Bodoni Moda,Libre Bodoni,Georgia,serif;font-size:3rem;font-weight:700;font-style:normal;color:#fff;letter-spacing:.1em;text-transform:uppercase;line-height:1}.footer__tagline{font-size:.95rem;line-height:1.7;color:#fff9;margin:0;max-width:400px;font-family:Montserrat,sans-serif}.footer__top-button{display:inline-flex;align-items:center;gap:1rem;padding:0;background:none;border:none;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.05em;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);width:fit-content;margin-top:2rem;font-family:Montserrat,sans-serif}.footer__top-button span{transition:transform .4s cubic-bezier(.4,0,.2,1)}.footer__top-button:hover span{transform:translateY(-3px)}.footer__top-circle{width:45px;height:45px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer__top-button:hover .footer__top-circle{transform:translateY(-5px);background:#f0f0f0}.footer__heading{font-size:.75rem;font-weight:700;color:#ffffff80;letter-spacing:.15em;margin:0 0 1.5rem;text-transform:uppercase;font-family:Montserrat,sans-serif}.footer__nav{display:flex;flex-direction:column;gap:1rem}.footer__link{background:none;border:none;color:#ffffffb3;text-align:left;font-size:.95rem;cursor:pointer;transition:color .3s ease;padding:0;font-family:Montserrat,sans-serif}.footer__link:hover{color:#fff}.footer__contacts{display:flex;flex-direction:column;gap:1rem}.footer__contact-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease;font-family:Montserrat,sans-serif}.footer__contact-link:hover{color:#fff}.footer__contact-text{color:#ffffffb3;font-size:.95rem;line-height:1.6;font-family:Montserrat,sans-serif}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer__copyright{color:#fff6;font-size:.85rem;font-family:Montserrat,sans-serif}.footer__legal{display:flex;gap:2rem}.footer__legal-link{color:#fff6;text-decoration:none;font-size:.85rem;transition:color .3s ease;font-family:Montserrat,sans-serif}.footer__legal-link:hover{color:#ffffffb3}@media(max-width:1024px){.footer__main{grid-template-columns:1fr 1fr;gap:4rem}.footer__column--large{grid-column:1 / -1}.footer__logo{font-size:2.5rem}}@media(max-width:768px){.footer__container{padding:0 2rem}.footer__main{grid-template-columns:1fr;gap:3rem}.footer__logo{font-size:2rem}.footer__tagline{font-size:.9rem}.footer__bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer__legal{flex-direction:column;gap:.75rem}}*{margin:0;padding:0;box-sizing:border-box;touch-action:pan-y!important}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;position:relative;background:#000;overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:pan-y!important;-webkit-text-size-adjust:none!important;-moz-text-size-adjust:none!important;-ms-text-size-adjust:none!important;text-size-adjust:none!important}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-secondary);line-height:1.6;background:#000;overflow-x:hidden;width:100%;position:relative;overscroll-behavior-y:none;touch-action:pan-y!important}.app{min-height:100vh;display:flex;flex-direction:column;background:#000;overflow-x:hidden;width:100%;touch-action:pan-y!important}.app__main{flex:1;background:#000;overflow-x:hidden;width:100%;touch-action:pan-y!important}.container{max-width:1400px;margin:0 auto;padding:0 4rem;width:100%}@media(max-width:1280px){.container{max-width:100%;padding:0 2rem}}@media(max-width:768px){.container{padding:0 1rem}}section{padding:2rem 0;background:#000;overflow-x:hidden;width:100%;position:relative;isolation:isolate;touch-action:pan-y!important}@media(max-width:768px){section{padding:1.5rem 0}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}button:focus,a:focus{outline:2px solid var(--color-secondary);outline-offset:2px}button,a,input,textarea,select{transition:all .3s ease}img{max-width:100%;height:auto;display:block;pointer-events:none;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none;touch-action:pan-y!important}*{max-width:100%}body>*{overflow-x:hidden}:root{--color-primary: #000000;--color-secondary: #ffffff;--color-text: #ffffff;--color-text-light: #cccccc;--color-text-lighter: #999999;--color-background: #000000;--color-background-dark: #0a0a0a;--color-background-gray: #1a1a1a;--color-border: #333333;--color-accent: #ffffff;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--font-primary: "Montserrat", sans-serif;--transition: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;background:#000;overflow-x:hidden;width:100%;position:relative}body{margin:0;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:var(--color-text);line-height:1.6;overflow-x:hidden;width:100%;position:relative}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.1;color:var(--color-secondary);letter-spacing:-.02em}h1{font-size:6rem;font-weight:700;letter-spacing:-.03em}h2{font-size:4.5rem;font-weight:600;letter-spacing:-.02em}h3{font-size:2.5rem;font-weight:500;letter-spacing:-.01em}h4{font-size:1.8rem;font-weight:500;letter-spacing:0}h5{font-size:1.4rem;font-weight:500;letter-spacing:0}h6{font-size:1.1rem;font-weight:500;letter-spacing:0}p{margin-bottom:1rem;line-height:1.8;color:var(--color-text-light)}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}@media(max-width:768px){html{font-size:14px}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.8rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#fff}::-webkit-scrollbar-thumb:hover{background:#ccc}::selection{background:var(--color-secondary);color:var(--color-primary)}::-moz-selection{background:var(--color-secondary);color:var(--color-primary)}
