*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{color:#1a1a1a;background-color:#fff;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;display:flex;overflow-x:hidden}body.no-scroll{overflow:hidden}main{flex:1}section[id]{scroll-margin-top:100px}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:clamp(30px,4vw,50px);display:flex}.section-header--left{text-align:left;align-items:flex-start}.section-title{color:#c6c6c6;letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:clamp(32px,4vw,48px);font-weight:400}.section-underline{background-color:#edcd1f;width:clamp(80px,10vw,120px);height:clamp(6px,1vw,10px)}@media (width<=992px){html{scroll-padding-top:80px}section[id]{scroll-margin-top:80px}}@media (width<=768px){html{scroll-padding-top:70px}section[id]{scroll-margin-top:70px}}@media (width<=380px){html{scroll-padding-top:60px}section[id]{scroll-margin-top:60px}}.header{z-index:100;background-color:#1e2d3b;align-items:center;height:100px;transition:height .3s;display:flex;position:sticky;top:0}.header__logo-wrapper{background-color:#edcd1f;flex-shrink:0;justify-content:flex-end;align-items:center;min-width:385px;height:100%;padding-left:20px;padding-right:80px;transition:all .3s;display:flex}.header__logo{align-items:center;display:flex}.header__logo img{object-fit:contain;width:auto;height:90px;transition:height .3s}.header__container{justify-content:flex-end;align-items:flex-end;width:100%;max-width:100%;height:100%;padding-bottom:20px;padding-right:55px;display:flex}.header__nav{align-items:center;display:flex}.header__menu{gap:45px;margin:0;padding:0;list-style:none;display:flex}.header__link{color:#fff;letter-spacing:1.5px;text-transform:uppercase;padding:5px 0;font-size:13px;font-weight:600;transition:color .2s}.header__link:hover{color:#edcd1f}.header__link--active{color:#fff}.header__burger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;padding:0;display:none}.header__burger-line{background-color:#fff;border-radius:2px;width:100%;height:3px;transition:all .3s ease-in-out;display:block}.header__burger.is-active .header__burger-line:first-child{transform:translateY(9.5px)rotate(45deg)}.header__burger.is-active .header__burger-line:nth-child(2){opacity:0}.header__burger.is-active .header__burger-line:nth-child(3){transform:translateY(-9.5px)rotate(-45deg)}@media (width<=1200px){.header__logo-wrapper{min-width:280px;padding-right:40px}.header__container{padding-right:30px}.header__menu{gap:25px}}@media (width<=992px){.header{height:80px}.header__logo-wrapper{min-width:220px;padding-right:20px}.header__logo img{height:65px}.header__container{padding-bottom:15px}.header__menu{gap:15px}.header__link{letter-spacing:1px;font-size:11px}}@media (width<=768px){.header{height:70px}.header__logo-wrapper{min-width:auto;padding-left:15px;padding-right:25px}.header__logo img{height:50px}.header__container{align-items:center;padding-bottom:0;padding-right:20px}.header__burger{display:flex}.header__nav{z-index:101;background-color:#1e2d3b;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%}.header__nav.is-open{right:0}.header__menu{flex-direction:column;align-items:center;gap:30px}.header__link{letter-spacing:2px;font-size:18px}}@media (width<=380px){.header{height:60px}.header__logo img{height:40px}}.hero{color:#fff;text-align:center;clip-path:inset(0);justify-content:center;align-items:center;width:100%;height:calc(100svh - 100px);min-height:480px;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100vh;position:fixed;top:0;left:0}.hero__overlay{z-index:2;background-color:#0000000d;background-image:conic-gradient(#0003 90deg,#0000 90deg 180deg,#0003 180deg 270deg,#0000 270deg);background-size:2px 2px;width:100%;height:100%;position:absolute;top:0;left:0}.hero__container{z-index:3;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex;position:relative}.hero__title{letter-spacing:.5px;margin-bottom:15px;font-size:clamp(2rem,5vw + 1rem,4rem);font-weight:500;line-height:1.2}.hero__subtitle{color:#edcd1f;letter-spacing:.5px;margin-bottom:40px;font-size:clamp(1.3rem,3vw + .5rem,2.5rem);font-weight:400}.hero__arrow{justify-content:center;align-items:center;padding:10px;transition:transform .3s;animation:2s infinite bounce;display:inline-flex}.hero__arrow svg{width:clamp(35px,5vw,55px);height:auto}.hero__arrow:hover{transform:translateY(5px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media (width<=992px){.hero{height:calc(100svh - 80px)}}@media (width<=768px){.hero{height:calc(100svh - 70px);min-height:420px}.hero__video{height:100%;position:absolute}.hero__subtitle{margin-bottom:25px}}@media (width<=380px){.hero{height:calc(100svh - 60px)}}.about{background-color:#f7f5f5;width:100%;min-height:550px;display:flex}.about__left{flex:1;justify-content:center;align-items:center;padding:clamp(40px,5vw,80px) clamp(20px,4vw,50px);display:flex}.about__content{width:100%;max-width:520px}.about__text{color:#111;flex-direction:column;gap:clamp(12px,1.5vw,16px);font-size:clamp(14px,.5vw + 12px,15px);line-height:1.65;display:flex}.about__right{background-image:url(/images/about.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex:1;min-height:550px;position:relative}@media (width<=1100px){.about__right{min-height:480px}}@media (width<=900px){.about{flex-direction:column}.about__left{justify-content:center;padding:50px 24px}.about__content{max-width:100%}.about__right{background-attachment:scroll;width:100%;height:380px;min-height:380px}}@media (width<=480px){.about__left{padding:40px 16px}.about__right{height:280px;min-height:280px}}.stats{background-color:#edcd1f;padding:60px 0}.stats__container{justify-content:center;align-items:center;gap:100px;display:flex}.stats__item{text-align:center;flex-direction:column;align-items:center;display:flex}.stats__number{color:#fff;margin-bottom:8px;font-size:clamp(40px,5vw,58px);font-weight:700;line-height:1.1}.stats__text{color:#3d5975;font-size:clamp(20px,1.5vw,22px);font-weight:700;line-height:1.25}.stats__divider{background-color:#fff;flex-shrink:0;width:2px;height:80px}@media (width<=576px){.stats{padding:30px 0}.stats__container{gap:30px}.stats__divider{height:50px}}@media (width<=360px){.stats__container{flex-direction:column;gap:20px}.stats__divider{width:60px;height:2px}}.services{background-color:#fff;padding:60px 0}.services__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000008}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014}.service-card__image-wrapper{aspect-ratio:16/10;background-color:#e0e0e0;width:100%;overflow:hidden}.service-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-card__image{transform:scale(1.05)}.service-card__content{flex-direction:column;flex-grow:1;padding:25px 20px 30px;display:flex}.service-card__title{color:#1e2d3b;margin-bottom:15px;font-size:18px;font-weight:600;line-height:1.3}.service-card__description{color:#555;font-size:13px;line-height:1.6}@media (width<=992px){.services__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=600px){.services{padding:45px 0}.services__grid{grid-template-columns:1fr;gap:20px}.service-card__content{padding:20px}}.clients{background-color:#f7f5f5;padding:60px 0}.clients__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(30px,6vw,60px);display:flex}.clients__item{justify-content:center;align-items:center;padding:10px;display:flex}.clients__link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.clients__logo{object-fit:contain;opacity:.9;cursor:pointer;max-width:130px;height:auto;max-height:70px;transition:transform .3s,opacity .3s}.clients__logo:hover{opacity:1;transform:scale(1.05)}@media (width<=600px){.clients{padding:45px 0}.clients__logo{max-width:130px;max-height:40px}}.projects{background-color:#fff;padding:60px 0}.projects__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.project-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000008}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014}.project-card__image-wrapper{aspect-ratio:4/3;background-color:#f0f0f0;width:100%;overflow:hidden}.project-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card__content{flex-direction:column;flex-grow:1;padding:25px 20px;display:flex}.project-card__title{color:#1e2d3b;margin-bottom:15px;font-size:18px;font-weight:700;line-height:1.35}.project-card__location{color:#555;font-weight:400}.project-card__meta{flex-direction:column;gap:6px;margin-top:auto;margin-bottom:25px;display:flex}.project-card__year{color:#edcd1f;font-size:13px;font-weight:600}.project-card__status{color:#888;font-size:13px}.project-card__btn{color:#fff;text-transform:uppercase;letter-spacing:1px;-webkit-tap-highlight-color:transparent;background-color:#1e2d3b;border-radius:4px;justify-content:center;align-self:center;align-items:center;padding:10px 24px;font-size:12px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.project-card__btn:hover{color:#1e2d3b;background-color:#edcd1f}@media (width<=992px){.projects__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=600px){.projects{padding:45px 0}.projects__grid{grid-template-columns:1fr;gap:20px}.project-card__content{padding:20px}}.contacts{background-color:#f7f5f5;padding:60px 0}.contacts__content{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.contacts__map-wrapper{background-color:#e5e3df;border-radius:8px;width:100%;height:380px;margin-bottom:35px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.contacts__map{border:none;width:100%;height:100%}.contacts__info{text-align:left;color:#333;width:100%}.contacts__subtitle{color:#222;margin-bottom:12px;font-size:20px;font-weight:600}.contacts__address{color:#555;margin-bottom:20px;font-size:14px;font-style:normal;line-height:1.6}.contacts__list{flex-direction:column;gap:6px;display:flex}.contacts__item{color:#555;font-size:14px;line-height:1.5}.contacts__label{color:#777;min-width:75px;display:inline-block}.contacts__link{color:#222;text-decoration:none;transition:color .2s}.contacts__link:hover{color:#edcd1f;text-decoration:underline}@media (width<=768px){.contacts{padding:45px 0}.contacts__map-wrapper{height:280px;margin-bottom:25px}.contacts__subtitle{font-size:18px}.contacts__address,.contacts__item{font-size:13px}}.footer{background-color:#fff;width:100%;margin-top:auto;padding:25px 0}.footer__container{justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex}.footer__copy{color:#000;letter-spacing:.2px;font-size:clamp(12px,1vw + 10px,14px);font-weight:400}@media (width<=768px){.footer{padding:20px 0}.footer__container{justify-content:center}.footer__copy{text-align:center;margin-left:0}}
