:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body,h1,h2,h3,p{margin:0}ul{margin:0;padding:0}button{cursor:pointer;background:0 0;border:none}:root{--color-text:#032842;--color-heading:#012a2d;--color-muted:#435254;--color-border:#cad1d3;--color-surface:#f5f6f6;--color-surface-strong:#fff;--color-accent:#17e88f;--color-primary:#003f2d;--color-primary-dark:#012a2d;--color-secondary:#538184;--color-wheat:#dbd99a;--color-cement:#7f8480;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:var(--color-text);background-color:#f7f8f8;background-image:radial-gradient(circle at 70% 25%,#17e88f1f 0%,#0000 42%),radial-gradient(circle at 20% 75%,#5381841f 0%,#0000 52%),radial-gradient(circle at 50% 15%,#003f2d14 0%,#0000 65%),radial-gradient(circle at 82% 82%,#dbd99a14 0%,#0000 72%);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1;width:min(1200px,100% - 32px);margin:0 auto}.topbar{z-index:1000;border-radius:999px;justify-content:space-between;align-items:center;width:min(1200px,100% - 32px);margin:20px auto 0;padding:16px 24px;transition:transform .25s,background-color .25s,box-shadow .25s,opacity .25s;display:flex;position:sticky;top:16px}.topbar--visible{opacity:1;transform:translateY(0)}.topbar--hidden{opacity:0;transform:translateY(-120px)}.topbar--pill{background:#fff;border:1px solid #cad1d3cc;box-shadow:0 12px 30px #03284214}.brand{align-items:center;display:flex}.brand__logo{width:auto;height:42px;display:block}.menu-toggle{display:none}.nav{flex-wrap:wrap;gap:18px;display:flex}.nav__link{color:var(--color-cement);font-weight:600}.nav__link.active{color:var(--color-accent)}.hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;padding:48px 0 40px;display:grid}.project-card__category{text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);font-size:.75rem;font-weight:700}.hero h1{color:var(--color-heading);margin:10px 0 16px;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.08}.section-heading p,.card p,.service-card p,.project-card p,.about-card p,.about-card li,.contact-card p,.footer p,.footer a{color:var(--color-muted);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:700;display:inline-flex}.btn--primary{color:#fff;background:linear-gradient(135deg,#003f2d,#17e88f) 0%/180% 180%;padding:20px 22px;transition:transform .22s,box-shadow .22s,background-position .35s;box-shadow:0 10px 24px #003f2d1f}.btn--primary:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 14px 32px #0075524d}.btn--primary:active{transform:translateY(0);box-shadow:0 7px 18px #003f2d38}.btn--primary:focus-visible{outline-offset:4px;outline:3px solid #17e88f7a}.btn--secondary{border-color:var(--color-border);background:#fff}.hero__content{flex-direction:column;justify-content:space-between;height:100%;display:flex}.hero__stats{justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;display:flex;position:relative}.hero__stat{flex-direction:column;justify-content:flex-start;width:auto;min-height:96px;padding:0 16px;display:flex}.hero__stat strong{color:var(--color-accent);margin-bottom:8px;font-size:clamp(2rem,3vw,2.8rem);line-height:.95;display:block}.hero__stat span{color:var(--color-muted);max-width:130px;font-size:.95rem;line-height:1.45}.hero__stat-divider{background:radial-gradient(circle, var(--color-secondary) 0%, #fff0 99%);opacity:.6;width:1px;height:95px;margin:0 8px}.hero__visual{border-radius:28px;height:100%;min-height:360px;overflow:hidden}.hero__visual-image{object-fit:cover;width:100%;height:100%;display:block}.hero__visual-card span{color:#1d8dd1;text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700}.hero__visual-card strong{color:#0b1b2d;margin-top:8px;font-size:1.3rem;display:block}.section{padding:24px 0 36px}.section--services{padding:32px 0 48px}.section-heading{padding:16px 0 0 24px;position:relative}.section-heading:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-primary));width:40px;height:5px;position:absolute;top:4px;left:5px}.section-heading:after{content:"";background:linear-gradient(180deg, var(--color-accent), var(--color-wheat));width:5px;height:44px;position:absolute;top:4px;left:0}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 26px;display:grid}.services-card{isolation:isolate;border-radius:14px;min-height:392px;position:relative;overflow:hidden;box-shadow:0 8px 22px #0328421c}.services-card:before{content:"";z-index:0;background-image:var(--services-card-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;transition:transform .6s;position:absolute;inset:0;transform:scale(1)}.services-card:hover:before{transform:scale(1.045)}.services-card__body{z-index:2;background:linear-gradient(90deg,#fff 0% 43%,#fffffffa 57%,#ffffffd1 68%,#ffffff52 82%,#fff0 100%);flex-direction:column;align-items:flex-start;width:100%;height:100%;padding:26px 26px 28px;display:flex;position:relative}.services-card h3{max-width:310px;color:var(--color-heading);margin:13px 0 10px;font-size:1.5rem;font-weight:750;line-height:1.16}.services-card__icon{background:linear-gradient(145deg,#eff7f2,#e4f0e9);border-radius:15px;flex:none;place-items:center;width:74px;height:74px;display:grid}.services-card__icon img{object-fit:contain;width:56px;height:56px}.services-card__desc{color:#354749;max-width:420px;min-height:42px;margin:0 0 16px;font-size:.82rem;line-height:1.55}.services-card__lists{color:#354749;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(520px,77%);margin:0 0 16px;font-size:.82rem;line-height:1.35;display:grid}.services-card__lists ul{min-width:0;margin:0;padding:0;list-style:none}.services-card__lists ul+ul{border-left:1px solid #5381842e;padding-left:18px}.services-card__lists li{margin-bottom:7px;padding-left:15px;position:relative}.services-card__lists li:before{content:"•";color:#00865e;font-size:.95em;position:absolute;top:0;left:0}.services-card__cta{color:var(--color-primary);align-items:center;gap:10px;margin-top:auto;font-size:.9rem;font-weight:600;display:inline-flex}.services-card__cta span{font-size:1.25rem;line-height:1;transition:transform .2s}.services-card__cta:hover span{transform:translate(4px)}@media (width<=1160px){.services-grid{grid-template-columns:1fr}.services-card{min-height:392px}.services-card__lists{width:min(520px,68%)}.services-card__body{background:linear-gradient(90deg,#fff 0%,#fffffffc 46%,#ffffffdb 62%,#ffffff38 79%,#fff0 100%)}}@media (width<=760px){.services-grid{grid-template-columns:1fr}.services-card{min-height:390px}.services-card__lists{width:82%}}@media (width<=480px){.services-card{min-height:470px}.services-card:before{background-position:62%}.services-card__body{background:linear-gradient(90deg,#fff 0%,#fffffffc 68%,#ffffffd1 100%);padding:22px}.services-card__icon{width:64px;height:64px}.services-card__icon img{width:50px;height:50px}.services-card__lists{grid-template-columns:1fr;gap:0;width:100%}.services-card__lists ul+ul{border-left:0;padding-left:0}}.hero__visual-card{border-radius:28px;padding:28px}.section-heading{margin-bottom:24px}.section-heading__top{justify-content:space-between;align-items:baseline;gap:24px;display:flex}.section-heading h2{color:var(--color-heading);margin:8px 0;font-size:clamp(1.7rem,2.6vw,2.3rem)}.section-heading__cta{color:var(--color-heading);flex:none;font-size:1rem;font-weight:700;transition:opacity .2s}.section-heading__cta:hover{opacity:.65}.section-heading__cta:focus-visible{outline:2px solid var(--color-heading);outline-offset:4px;border-radius:2px}.card-grid,.service-list,.project-grid,.about-grid{gap:18px;display:grid}.card-grid,.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.service-card,.project-card,.about-card,.contact-card{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:24px;padding:22px;box-shadow:0 14px 40px #0328420f}.card h3,.service-card h3,.project-card h3,.about-card h3,.contact-card h3{color:#0b1b2d;margin-top:0}.service-card ul,.about-card ul{margin:12px 0 0;padding-left:18px}.project-card img{object-fit:cover;border-radius:16px;width:100%;height:220px;margin-bottom:16px}.projects-showcase__viewport{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,3fr) minmax(320px,2fr);gap:18px;min-height:510px;display:grid}.project-slide{isolation:isolate;color:#fff;border-radius:22px;min-width:0;position:relative;overflow:hidden;box-shadow:0 12px 34px #0328421f}.project-slide--featured{grid-row:1/3}.project-slide img,.project-slide__shade{width:100%;height:100%;position:absolute;inset:0}.project-slide img{z-index:-2;object-fit:cover;transition:transform .55s}.project-slide:hover img{transform:scale(1.035)}.project-slide__shade{z-index:-1;background:linear-gradient(#0000 28%,#001f1bf0 100%)}.project-slide__content{position:absolute;bottom:28px;left:28px;right:78px}.project-slide__category{color:var(--color-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:750}.project-slide h3{color:#fff;margin:0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.18}.project-slide__meta{color:#ffffffe6;margin-top:14px;font-weight:600}.project-slide__link{color:#fff;border:1px solid #ffffffd1;border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.2rem;transition:background-color .2s,color .2s;display:grid;position:absolute;bottom:24px;right:24px}.project-slide__link:hover{color:var(--color-primary);background:#fff}.project-slide--small .project-slide__content{bottom:20px;left:22px;right:70px}.project-slide--small h3{font-size:clamp(1.05rem,1.6vw,1.3rem)}.project-slide--small .project-slide__meta{margin-top:8px;font-size:.9rem}.project-slide--small .project-slide__link{width:42px;height:42px;bottom:18px;right:18px}.projects-showcase__controls{justify-content:space-between;align-items:center;gap:24px;margin-top:20px;display:flex}.projects-showcase__pagination{border-bottom:1px solid var(--color-border);flex:1;gap:clamp(20px,4vw,54px);display:flex}.projects-showcase__pagination button{color:var(--color-cement);padding:0 4px 12px;font-size:1rem;position:relative}.projects-showcase__pagination button:after{content:"";background:var(--color-primary);height:3px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.projects-showcase__pagination button.active{color:var(--color-heading)}.projects-showcase__pagination button.active:after{transform:scaleX(1)}.projects-showcase__arrows{gap:10px;display:flex}.projects-showcase__arrows button{border:1px solid var(--color-primary);width:44px;height:44px;color:var(--color-primary);border-radius:50%;place-items:center;transition:background-color .2s,color .2s;display:grid}.projects-showcase__arrows button:first-child span{transform:rotate(180deg)}.projects-showcase__arrows button:hover{background:var(--color-primary);color:#fff}.project-slide__link:focus-visible,.projects-showcase__pagination button:focus-visible,.projects-showcase__arrows button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media (width<=900px){.projects-showcase__viewport{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);min-height:460px}}@media (width<=680px){.projects-showcase__viewport{grid-template-rows:310px 210px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.project-slide--featured{grid-area:auto/1/auto/3}.project-slide__content,.project-slide--small .project-slide__content{bottom:18px;left:18px;right:58px}.project-slide__link,.project-slide--small .project-slide__link{width:38px;height:38px;bottom:14px;right:14px}.project-slide--small .project-slide__category{font-size:.62rem}.project-slide--small h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.98rem;display:-webkit-box;overflow:hidden}.project-slide--small .project-slide__meta{display:none}.projects-showcase__controls{align-items:flex-end}.projects-showcase__pagination{justify-content:space-between;gap:4px}}@media (width<=420px){.projects-showcase__viewport{grid-template-rows:290px 190px;gap:10px}.project-slide{border-radius:16px}.project-slide--small .project-slide__category{display:none}.project-slide--small .project-slide__content{bottom:14px;left:12px;right:12px}.project-slide--small .project-slide__link{display:none}.projects-showcase__arrows button{width:40px;height:40px}}.footer{border-top:1px solid var(--color-border);justify-content:space-between;gap:48px;width:min(1200px,100% - 32px);margin:0 auto 24px;padding:24px;display:flex}.footer>div:first-child{max-width:560px}.footer>div:last-child{text-align:right;flex:none}.footer__title{color:#0b1b2d;font-weight:700}.footer a{margin-top:6px;display:block}.contact-card{grid-template-columns:.9fr 1.1fr;gap:24px;display:grid}.contact-form{flex-direction:column;gap:12px;display:flex}.contact-form input,.contact-form textarea{border:1px solid var(--color-border);background:#f8f9f9;border-radius:14px;padding:12px 14px}.contacts-page{padding:34px 0 60px}.contacts-layout{grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);align-items:start;gap:clamp(34px,6vw,80px);display:grid}.request-form{width:100%}.request-form__title{color:var(--color-heading);letter-spacing:-.04em;margin-bottom:30px;font-size:clamp(2.1rem,4vw,3.6rem);font-weight:600;line-height:1}.request-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px;display:grid}.request-field{flex-direction:column;gap:8px;min-width:0;display:flex}.request-field--wide{grid-column:1/-1}.request-field>span{color:var(--color-text);font-size:.88rem;font-weight:700}.request-field b{color:#dc4b55}.request-field input,.request-field textarea{width:100%;color:var(--color-text);background:#ffffffb8;border:1px solid #53818459;border-radius:18px;outline:none;transition:border-color .2s,box-shadow .2s,background-color .2s}.request-field input{height:54px;padding:0 16px}.request-field textarea{resize:vertical;min-height:142px;padding:15px 16px}.request-field input:focus,.request-field textarea:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #17e88f1f}.request-consent{color:var(--color-muted);grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;margin-top:22px;font-size:.84rem;line-height:1.55;display:grid}.request-consent input{width:18px;height:18px;accent-color:var(--color-primary);margin:2px 0 0}.request-consent a{color:var(--color-primary);text-underline-offset:2px;font-weight:700;text-decoration:underline}.request-form__submit{cursor:pointer;text-transform:uppercase;border:0;margin-top:26px;padding:17px 24px}.contacts-info{border-left:1px solid var(--color-border);padding:26px 0 0 28px}.contacts-info__label{color:var(--color-secondary);letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px;font-size:.76rem;font-weight:750}.contacts-info a,.contacts-info p:not(.contacts-info__label){color:var(--color-muted);margin-bottom:14px;line-height:1.6;display:block}.contacts-info a{color:var(--color-heading);font-size:1.08rem;font-weight:700}.request-modal__content{background:radial-gradient(circle at 12% 88%,#17e88f29,#0000 34%),linear-gradient(145deg,#f8fbfa,#e7efee);padding:48px 52px 46px}.news-section{overflow:visible}.news-section__heading{margin-bottom:28px}.news-section__slider{position:relative}.news-section__track{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(33.3333% - 10.6667px);grid-auto-flow:column;gap:16px;display:grid;overflow-x:auto}.news-section__track::-webkit-scrollbar{display:none}.news-card{border-top:1px solid var(--color-border);scroll-snap-align:start;min-height:164px;padding:22px 24px 18px}.news-card__date{color:var(--color-muted);align-items:center;gap:8px;margin-bottom:17px;font-size:.92rem;font-weight:600;display:flex}.news-card__date svg{fill:none;width:20px;height:20px;stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.news-card h3{max-width:340px;color:var(--color-heading);margin:0;font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.22}.news-section__arrow{z-index:2;background:var(--color-surface-strong);width:44px;height:44px;color:var(--color-primary);border-radius:50%;place-items:center;transition:background-color .2s,color .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0328421f}.news-section__arrow span{font-size:1.15rem;font-weight:700;line-height:1;display:block}.news-section__arrow--prev span{transform:rotate(180deg)}.news-section__arrow:hover{background:var(--color-primary);color:#fff}.news-section__arrow--prev{left:-40px}.news-section__arrow--next{right:-40px}.news-section__arrow:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}@media (width<=900px){.news-section__track{grid-auto-columns:calc(50% - 8px)}.news-section__arrow--prev{left:-20px}.news-section__arrow--next{right:-20px}}@media (width<=600px){.news-section__heading .section-heading__top{gap:4px}.news-section__track{grid-auto-columns:88%;padding-bottom:52px}.news-card{min-height:168px;padding:20px 16px 16px 4px}.news-section__arrow{width:40px;height:40px;top:auto;bottom:6px;transform:none}.news-section__arrow--prev{left:auto;right:48px}.news-section__arrow--next{right:0}}@media (width<=900px){.hero,.contact-card,.card-grid,.service-list,.project-grid,.hero__stats{grid-template-columns:1fr}.topbar{background:#fffffff5;border:1px solid #cad1d3cc;border-radius:24px;flex-wrap:wrap;width:calc(100% - 24px);margin-top:12px;padding:12px 16px;top:10px;box-shadow:0 10px 28px #03284214}.brand__logo{height:36px}.menu-toggle{width:44px;height:44px;color:var(--color-primary);-webkit-tap-highlight-color:transparent;background:#17e88f1f;border-radius:50%;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:11px 9px;display:flex;position:relative}.menu-toggle__line{transform-origin:50%;background:currentColor;border-radius:999px;width:24px;height:2px;transition:transform .25s,opacity .2s;display:block}.menu-toggle[aria-expanded=true] .menu-toggle__line:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.menu-toggle:focus-visible,.nav__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.nav{opacity:0;visibility:hidden;gap:0;width:100%;max-height:0;transition:max-height .3s,opacity .2s,padding .3s,visibility .3s;display:grid;overflow:hidden}.topbar--menu-open .nav{opacity:1;visibility:visible;max-height:360px;padding:12px 0 6px}.nav__link{border-top:1px solid #cad1d399;padding:13px 8px;font-size:1rem}.nav__link.active{color:var(--color-primary)}body.menu-open{overflow:hidden}}@media (width<=600px){.section-heading__top{flex-direction:column;align-items:flex-start;gap:4px}}.trust-section{overflow:hidden}.trust-section__marquee{width:100%;padding:18px;position:relative;overflow:hidden;box-shadow:0 14px 40px #0328420f;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.trust-section__track{align-items:center;gap:18px;width:max-content;animation:28s linear infinite trustMarquee;display:flex}.trust-section__logo-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:16px;flex:none;justify-content:center;align-items:center;width:190px;height:80px;padding:16px 24px;display:flex}.trust-section__logo-card img{object-fit:contain;max-width:100%;max-height:48px}@keyframes trustMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}@media (width<=900px){.trust-section__track{animation-duration:22s}}@media (width<=620px){.trust-section__marquee{border-radius:20px;padding:12px}.trust-section__track{gap:12px}.trust-section__logo-card{border-radius:14px;width:150px;height:68px;padding:12px 18px}.trust-section__logo-card img{max-height:40px}}@media (prefers-reduced-motion:reduce){.btn--primary{transition:none}.btn--primary:hover{transform:none}.menu-toggle__line,.nav{transition:none}.trust-section__marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.trust-section__track{animation:none}}.about-page{padding-bottom:40px}.about-copy-section{padding-top:64px}.about-copy{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,8vw,110px);padding:18px 24px 56px;display:grid}.about-copy__lead{color:var(--color-heading);letter-spacing:-.025em;font-size:clamp(1.45rem,2.5vw,2.15rem);font-weight:600;line-height:1.35}.about-copy__detail p{color:var(--color-muted);font-size:1.02rem;line-height:1.75}.about-copy__detail p+p{margin-top:20px}.team-section{padding-top:52px}.team-section__heading{margin-bottom:34px}.team-slider{border-bottom:1px solid var(--color-border);padding-bottom:26px;position:relative}.team-slider:after{background:var(--color-primary);content:"";width:16%;height:3px;position:absolute;bottom:-2px;left:0}.team-slider__track{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(29.8507% - 16.1194px);grid-auto-flow:column;gap:18px;padding:4px 2px 20px;display:grid;overflow-x:auto}.team-slider__track::-webkit-scrollbar{display:none}.team-card{min-height:460px;color:inherit;text-align:left;scroll-snap-align:start;border-radius:22px;position:relative;overflow:hidden}.team-card:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.team-card>img,.team-card__shade{width:100%;height:100%;position:absolute;inset:0}.team-card>img{object-fit:cover;object-position:center top;transition:transform .55s}.team-card:hover>img{transform:scale(1.035)}.team-card__shade{background:linear-gradient(#0000 38%,#00241f2e 58%,#002d24f5 100%)}.team-card__content{z-index:2;position:absolute;bottom:28px;left:24px;right:24px}.team-card__name{color:#fff;min-height:1.45em;margin-bottom:8px;font-size:1.18rem;font-weight:700;line-height:1.25}.team-card__role{color:var(--color-accent);font-size:.94rem;line-height:1.4}.team-slider__controls{gap:10px;display:flex}.modal{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#012a2db8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal__dialog{background:var(--color-surface-strong);border-radius:28px;width:min(920px,100%);max-height:calc(100vh - 48px);position:relative;overflow:auto;box-shadow:0 30px 80px #012a2d52}.modal__close{z-index:3;width:44px;height:44px;color:var(--color-primary);background:#ffffffeb;border-radius:50%;place-items:center;font-size:1.8rem;line-height:1;display:grid;position:absolute;top:18px;right:18px}.modal__close:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.team-profile{grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);min-height:520px;display:grid}.team-profile>img{object-fit:cover;object-position:center top;width:100%;height:100%;min-height:520px}.team-profile__body{flex-direction:column;justify-content:center;padding:70px 52px 46px;display:flex}.team-profile__name{min-height:1.4em;color:var(--color-heading);margin-bottom:8px;font-size:1.3rem;font-weight:700}.team-profile h2{color:var(--color-heading);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.team-profile__experience{color:var(--color-muted);margin-top:22px;font-size:1.05rem;line-height:1.7}.team-profile__metrics{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.team-profile__metrics span{color:var(--color-primary);background:#17e88f21;border-radius:999px;padding:9px 13px;font-size:.82rem;font-weight:700}.team-slider__controls button{border:1px solid var(--color-primary);width:44px;height:44px;color:var(--color-primary);border-radius:50%;place-items:center;transition:background-color .2s,color .2s;display:grid}.team-slider__controls button:hover{background:var(--color-primary);color:#fff}.team-slider__controls button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.about-cta{background:radial-gradient(circle at 82% 30%, #17e88f33, transparent 34%), var(--color-primary-dark);border-radius:28px;margin-top:38px;padding:46px 42px 38px}.about-cta .section-heading{margin-bottom:0}.about-cta .section-heading:after,.about-cta .section-heading:before{background:var(--color-accent)}.about-cta .section-heading h2,.about-cta .section-heading__cta{color:#fff}.geography-section{padding-top:54px}.geography-map{aspect-ratio:889/560;width:100%;min-width:720px;position:relative;overflow:hidden}.geography-map__routes{width:100%;height:100%;position:absolute;inset:0}.geography-map__routes line{fill:none;stroke:var(--color-secondary);stroke-dasharray:1.7 1.5;stroke-linecap:round;stroke-width:.52px;opacity:.52;vector-effect:non-scaling-stroke}.geography-point{top:var(--point-y);left:var(--point-x);z-index:1;flex-direction:column;align-items:center;display:flex;position:absolute;transform:translate(-50%,-24%)}.geography-point__dot{z-index:2;background:var(--color-accent);box-sizing:content-box;background-clip:padding-box;border:3px solid #17e88f33;border-radius:50%;width:10px;height:10px;position:relative}.geography-point__label{z-index:1;color:var(--color-text);white-space:nowrap;border-radius:999px;margin-top:2px;padding:5px 10px;font-size:clamp(.68rem,1.15vw,.88rem);font-weight:650;line-height:1;position:relative}.geography-point--major .geography-point__dot{border-width:5px;width:17px;height:17px}.geography-point--major .geography-point__label,.geography-point--hub .geography-point__label{background:var(--color-primary);color:#fff;padding:7px 12px;font-size:clamp(.8rem,1.4vw,1rem)}.geography-point--hub:before{content:"";background:#17e88f1f;border-radius:50%;width:72px;height:72px;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.geography-point--hub .geography-point__dot{background:var(--color-primary);border-width:6px;border-color:#53818459;width:27px;height:27px}@media (width<=900px){.about-copy{grid-template-columns:1fr;gap:28px}.team-slider__track{grid-auto-columns:calc(50% - 9px)}}@media (width<=600px){.about-page{padding-bottom:24px}.about-copy-section,.team-section{padding-top:38px}.about-copy{gap:24px;padding:8px 0 38px}.team-slider__track{grid-auto-columns:88%}.team-card{min-height:410px}.team-section__heading .section-heading__top{flex-direction:row;align-items:center;gap:16px}.team-slider__controls button{width:40px;height:40px}.about-cta{margin-top:22px;padding:34px 22px 28px}.modal{padding:12px}.modal__dialog{border-radius:22px;max-height:calc(100vh - 24px)}.team-profile{grid-template-columns:1fr}.team-profile>img{height:340px;min-height:0}.team-profile__body{padding:34px 24px 30px}.team-profile__metrics{margin-top:24px}.geography-section{overscroll-behavior-inline:contain;scrollbar-width:thin;margin-right:calc(50% - 50vw);padding-top:38px;overflow-x:auto}.geography-section .section-heading{width:calc(100vw - 32px);position:sticky;left:0}.geography-map{width:720px}}@media (width<=900px){.contacts-layout{grid-template-columns:1fr}.contacts-info{border-top:1px solid var(--color-border);border-left:0;padding:26px 0 0}}@media (width<=600px){.contacts-page{padding-top:18px}.request-form__grid{grid-template-columns:1fr}.request-field--wide{grid-column:auto}.request-modal__content{padding:54px 20px 28px}.request-form__title{margin-bottom:24px;font-size:2.25rem}.request-form__submit{width:100%}.footer{flex-direction:column;justify-content:flex-start;gap:28px;padding:24px 4px}.footer>div:first-child{max-width:100%}.footer>div:last-child{text-align:left}}
