.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__item{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(40px)}.stats__divider{opacity:0;transition:opacity .6s ease-out .2s,transform .6s ease-out .2s;transform:scaleY(0)}.stats.is-visible .stats__item{opacity:1;transform:translateY(0)}.stats.is-visible .stats__item:nth-child(3){transition-delay:.15s}.stats.is-visible .stats__divider{opacity:1;transform:scaleY(1)}.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}}
