:root{
  --red:#ed1119;
  --red-dark:#c90b12;
  --ink:#17191d;
  --text:#40444a;
  --muted:#71757c;
  --line:#e5e6e8;
  --soft:#f7f8f9;
  --dark:#191b1e;
  --container:1280px;
  --gutter:32px;
  --radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(calc(100% - (var(--gutter) * 2)),var(--container));margin-inline:auto}

/* HEADER */
.site-header{height:86px;background:rgba(255,255,255,.98);border-bottom:1px solid #ececef;position:relative;z-index:50}
.header-inner{height:100%;display:grid;grid-template-columns:185px 1fr auto;align-items:center;gap:34px}
.brand{display:flex;align-items:center;height:100%}
.brand img{width:145px;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;font-size:14px;font-weight:650;white-space:nowrap}
.main-nav a{padding:30px 0;position:relative;transition:color .2s ease}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:21px;height:2px;background:var(--red);transform:scaleX(0);transition:transform .2s ease}
.main-nav a:hover{color:var(--red)}
.main-nav a:hover::after{transform:scaleX(1)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:7px;font-weight:750;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease;white-space:nowrap}
.btn span{font-size:1.25em;line-height:1}
.btn-primary{background:var(--red);color:#fff;padding:15px 23px;box-shadow:0 8px 22px rgba(237,17,25,.15)}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.header-cta{font-size:14px;padding:14px 20px}
.menu-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:2px;background:#111;margin:5px 0}

/* HERO */
.hero{height:610px;position:relative;overflow:visible;background:#0f1114;color:#fff}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%;filter:saturate(1.04) contrast(1.03)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,9,.95) 0%,rgba(5,7,9,.88) 25%,rgba(5,7,9,.54) 46%,rgba(5,7,9,.13) 72%,rgba(5,7,9,.05) 100%),linear-gradient(0deg,rgba(0,0,0,.38),rgba(0,0,0,0) 48%)}
.hero-content{height:100%;position:relative;z-index:2;display:flex;align-items:flex-start;padding-top:88px}
.hero-copy{width:min(590px,48%)}
.hero h1{font-size:58px;line-height:1.04;letter-spacing:-2.2px;margin:0 0 24px;font-weight:820;color:#fff}
.hero p{font-size:16px;line-height:1.55;margin:0 0 30px;color:rgba(255,255,255,.94);max-width:560px}
.hero-actions{display:flex;gap:14px;align-items:center}
.hero-actions .btn{font-size:14px;padding:15px 24px;min-width:150px}
.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.62);background:rgba(10,10,10,.18)}
.btn-outline-light:hover{background:rgba(255,255,255,.09);border-color:#fff;transform:translateY(-1px)}
.trust-strip{position:absolute;z-index:4;left:50%;bottom:0;transform:translate(-50%,0);height:104px;background:rgba(22,23,25,.95);border:1px solid rgba(255,255,255,.28);border-bottom:0;border-radius:12px 12px 0 0;display:grid;grid-template-columns:repeat(4,1fr);padding:0 20px;box-shadow:0 -10px 34px rgba(0,0,0,.17)}
.trust-item{display:flex;align-items:center;gap:16px;padding:18px 24px;min-width:0;position:relative}
.trust-item:not(:last-child)::after{content:"";position:absolute;right:0;top:22px;bottom:22px;width:1px;background:rgba(255,255,255,.22)}
.trust-item svg{width:44px;height:44px;flex:none;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-item strong{display:block;font-size:15px;line-height:1.18;margin-bottom:5px;color:#fff}
.trust-item span{display:block;font-size:12px;line-height:1.25;color:#d8d8d8}

/* SHARED SECTION */
.section{position:relative}
.eyebrow{margin:0 0 7px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.02em}
.section h2,.services h2,.about h2,.projects h2,.advantages h2{font-size:34px;line-height:1.12;letter-spacing:-.8px;margin:0;font-weight:820;color:#1c1e22}

/* SERVICES */
.services{padding:82px 0 88px;background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.service-card{min-height:158px;border:1px solid #dedfe2;border-radius:10px;background:#fff;display:grid;grid-template-columns:76px 1fr 22px;align-items:center;gap:18px;padding:22px 22px;box-shadow:0 5px 18px rgba(20,22,25,.025);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.service-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(20,22,25,.07);border-color:#d3d4d7}
.service-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:9px;background:#fafafa;border:1px solid #f0f0f1}
.service-icon svg{width:60px;height:60px;fill:none;stroke:#34363a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-icon svg path+path,.service-icon svg circle{stroke:var(--red)}
.service-copy h3{font-size:17px;line-height:1.22;margin:0 0 9px;font-weight:790}
.service-copy p{font-size:13px;line-height:1.48;margin:0;color:#555960}
.card-arrow{color:var(--red);font-size:22px;align-self:center}

/* ABOUT */
.about{background:#f8f9fa;padding:92px 0;border-top:1px solid #f0f0f1}
.about-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.28fr);gap:72px;align-items:center}
.about h2{font-size:38px;margin-top:3px;margin-bottom:20px}
.about-text{font-size:15px;line-height:1.68;margin:0;max-width:520px;color:#4d5158}
.about-photo{margin:0;overflow:hidden;border-radius:16px;height:430px;background:#ddd;box-shadow:0 15px 40px rgba(20,22,25,.08)}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 50%}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:32px;max-width:570px}
.stat-card{height:145px;border:1px solid #dedfe2;border-radius:9px;background:#fff;text-align:center;padding:15px 6px 10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.stat-card svg{width:42px;height:42px;margin-bottom:4px;fill:none;stroke:#4b4d50;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.stat-card svg path+path{stroke:var(--red)}
.stat-card strong{font-size:32px;line-height:1;color:var(--red);font-weight:820;margin-top:2px}
.stat-card .stat-small{font-size:23px;line-height:.95;margin-top:5px}
.stat-card span{font-size:10px;line-height:1.25;color:#62666d;margin-top:10px}

/* PROJECTS */
.projects{padding:86px 0 92px;background:#fff}
.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px;gap:28px}
.text-link{color:var(--red);font-size:13px;font-weight:750;display:flex;align-items:center;gap:7px;margin-bottom:6px}
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{border:1px solid #dedfe2;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 6px 20px rgba(20,22,25,.035);transition:transform .2s ease,box-shadow .2s ease}
.project-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(20,22,25,.09)}
.project-photo{height:225px;position:relative;overflow:hidden;background:#ddd}
.project-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}
.project-card:hover .project-photo img{transform:scale(1.025)}
.project-photo span{position:absolute;left:16px;bottom:14px;background:rgba(0,0,0,.74);backdrop-filter:blur(4px);color:#fff;padding:6px 9px;border-radius:4px;font-size:10px;font-weight:650}
.project-body{min-height:132px;padding:18px 20px 20px;position:relative}
.project-body h3{font-size:17px;line-height:1.25;margin:0 36px 9px 0;font-weight:790}
.project-body p{font-size:13px;line-height:1.48;margin:0 42px 0 0;color:#565a61}
.project-body a{position:absolute;right:18px;bottom:20px;color:var(--red);font-size:22px}

/* ADVANTAGES */
.advantages{padding:76px 0 86px;background:#fff;border-top:1px solid #f3f3f4}
.advantages h2{margin-bottom:28px}
.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.advantage{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:start}
.advantage svg{width:58px;height:58px;fill:none;stroke:var(--red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.advantage h3{font-size:15px;line-height:1.28;margin:3px 0 9px;font-weight:800}
.advantage p{font-size:12.5px;line-height:1.55;margin:0;color:#5b5f66}

/* CTA */
.cta-section{min-height:172px;position:relative;background:#202225;color:#fff;overflow:hidden}
.cta-bg{position:absolute;inset:0;background:url('assets/cta-hd.png') center/cover no-repeat;filter:grayscale(.45) brightness(.38);opacity:.82}
.cta-section::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,24,26,.92),rgba(22,24,26,.64))}
.cta-inner{min-height:172px;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:52px;padding:30px 0}
.cta-inner h2{font-size:33px;line-height:1.08;margin:0 0 9px;letter-spacing:-.6px;color:#fff}
.cta-inner p{font-size:14px;line-height:1.48;margin:0;color:#f0f0f1}
.btn-large{font-size:14px;min-width:200px;padding:16px 25px}

/* FOOTER */
.site-footer{background:#202225;color:#fff;padding:38px 0 16px}
.footer-grid{display:grid;grid-template-columns:1.35fr .7fr 1.05fr .9fr;gap:68px;align-items:start}
.footer-brand img{width:142px;height:auto;margin-bottom:12px}
.footer-brand p{font-size:11px;line-height:1.5;color:#e1e1e1;max-width:295px;margin:0 0 13px}
.certs{display:flex;gap:6px;flex-wrap:wrap}
.certs span{font-size:8px;border:1px solid #777;border-radius:3px;padding:3px 6px;color:#eee}
.footer-col h3{font-size:12px;margin:0 0 11px;font-weight:750}
.footer-col a{display:block;font-size:10.5px;line-height:1.52;color:#ddd;margin:2px 0}
.footer-col a:hover{color:#fff}
.contact-col p{font-size:10.5px;line-height:1.5;color:#e1e1e1;margin:0 0 10px;position:relative;padding-left:18px}
.contact-icon{position:absolute;left:0;color:#fff}.indent{display:inline-block;margin-left:0}
.footer-bottom{border-top:1px solid #4b4d50;margin-top:22px;padding-top:12px;display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#bfc1c4}
.footer-bottom div{display:flex;gap:28px}.footer-bottom a{color:#d4d4d4}

/* TABLET */
@media (max-width:1100px){
  :root{--gutter:24px}
  .site-header{height:74px;position:sticky;top:0;box-shadow:0 2px 12px rgba(0,0,0,.05)}
  .header-inner{grid-template-columns:auto 1fr auto;gap:18px}.brand img{width:124px}.header-cta{display:none}.menu-toggle{display:block;justify-self:end}
  .main-nav{position:absolute;left:0;right:0;top:74px;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px var(--gutter) 20px;border-bottom:1px solid #ddd;box-shadow:0 10px 22px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{padding:13px 0;border-bottom:1px solid #eee}.main-nav a::after{display:none}
  .hero{height:auto;min-height:650px}.hero-bg{object-position:68% center}.hero-shade{background:linear-gradient(90deg,rgba(4,5,7,.94) 0%,rgba(4,5,7,.75) 58%,rgba(4,5,7,.24) 100%)}.hero-content{min-height:520px;padding-top:72px;padding-bottom:135px}.hero-copy{width:min(600px,75%)}.hero h1{font-size:clamp(44px,7vw,58px)}.hero p{font-size:15px}.desktop-only{display:none}
  .trust-strip{position:relative;left:auto;bottom:auto;transform:none;width:100%;height:auto;border-radius:0;border-left:0;border-right:0;grid-template-columns:1fr 1fr;padding:8px var(--gutter)}.trust-item{padding:16px 10px}.trust-item:nth-child(2)::after{display:none}
  .services,.about,.projects,.advantages{padding:64px 0}.section h2,.services h2,.about h2,.projects h2,.advantages h2{font-size:32px}.services-grid{grid-template-columns:1fr 1fr}.service-card{min-height:150px}
  .about-grid{grid-template-columns:1fr;gap:36px}.about-photo{height:auto;aspect-ratio:1.9/1;grid-row:1}.about-copy{grid-row:2}.about-text{max-width:780px}.stats-grid{max-width:none}.projects-grid{grid-template-columns:1fr}.project-photo{height:auto;aspect-ratio:2.8/1}.project-body{min-height:118px}
  .advantages-grid{grid-template-columns:1fr 1fr;gap:34px 30px}
  .cta-inner{min-height:180px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:38px 56px}
}

/* MOBILE */
@media (max-width:680px){
  :root{--gutter:18px}
  .site-header{height:66px}.main-nav{top:66px}.brand img{width:112px}
  .hero{min-height:730px}.hero-content{min-height:548px;padding-top:55px;padding-bottom:150px}.hero-copy{width:100%}.hero h1{font-size:42px;letter-spacing:-1.6px}.hero p{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column;width:100%}.hero-actions .btn{width:100%}
  .trust-strip{grid-template-columns:1fr;padding:8px var(--gutter)}.trust-item:not(:last-child)::after{display:none}.trust-item{border-bottom:1px solid rgba(255,255,255,.13);padding:13px 4px}.trust-item:last-child{border-bottom:0}.trust-item svg{width:38px;height:38px}.trust-item strong{font-size:14px}.trust-item span{font-size:11px}
  .services,.about,.projects,.advantages{padding:50px 0}.section h2,.services h2,.about h2,.projects h2,.advantages h2{font-size:29px}.services-grid{grid-template-columns:1fr;gap:12px}.service-card{min-height:130px;grid-template-columns:66px 1fr 20px;padding:16px}.service-icon{width:60px;height:60px}.service-icon svg{width:52px;height:52px}.service-copy h3{font-size:15px}.service-copy p{font-size:12px}
  .about h2{font-size:31px}.about-photo{aspect-ratio:1.38/1}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{height:130px}.stat-card strong{font-size:30px}.stat-card .stat-small{font-size:22px}
  .section-heading-row{align-items:flex-start;flex-direction:column;gap:10px}.text-link{margin:0}.project-photo{aspect-ratio:1.62/1}.project-body{min-height:132px}.project-body h3{font-size:16px}.project-body p{font-size:12px}
  .advantages-grid{grid-template-columns:1fr;gap:28px}.advantage{grid-template-columns:58px 1fr}.advantage svg{width:52px;height:52px}.advantage h3{font-size:15px}.advantage p{font-size:12px}
  .cta-inner{min-height:0;padding:40px 0;flex-direction:column;align-items:flex-start;gap:24px}.cta-inner h2{font-size:29px}.cta-inner p{font-size:12.5px}.btn-large{width:100%}
  .site-footer{padding-top:34px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-brand p{max-width:420px}.footer-bottom{flex-direction:column;gap:9px;align-items:flex-start}.footer-bottom div{gap:18px}
}


/* ===== MULTI-PAGE EXTENSIONS ===== */
.main-nav a.active{color:var(--red)}
.main-nav a.active::after{transform:scaleX(1)}
.page-hero{min-height:410px;position:relative;overflow:hidden;background:#141619;color:#fff}
.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,11,13,.94) 0%,rgba(9,11,13,.82) 36%,rgba(9,11,13,.40) 68%,rgba(9,11,13,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.38),transparent 55%)}
.page-hero-inner{position:relative;z-index:2;min-height:410px;display:flex;flex-direction:column;justify-content:center;padding-top:24px;padding-bottom:36px}
.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:11px;color:rgba(255,255,255,.62);margin-bottom:28px}.breadcrumbs a:hover{color:#fff}
.eyebrow.light{color:#ff3b41;margin-bottom:10px}
.page-hero h1{font-size:54px;line-height:1.04;letter-spacing:-1.9px;margin:0 0 20px;max-width:780px;font-weight:820;color:#fff}
.page-hero p:not(.eyebrow){font-size:16px;line-height:1.58;max-width:680px;color:rgba(255,255,255,.88);margin:0}
.content-section{padding:92px 0}.soft-section{padding:88px 0;background:#f7f8f9;border-top:1px solid #eef0f1;border-bottom:1px solid #eef0f1}
.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:76px;align-items:center}.split-layout.reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.content-section h2,.soft-section h2,.team-section h2,.group-section h2,.references-section h2,.news-section h2,.jobs-section h2,.faq-section h2{font-size:40px;line-height:1.1;letter-spacing:-1px;margin:0 0 22px}
.lead{font-size:18px;line-height:1.65;color:#363a40;margin:0 0 20px}.lead.narrow{max-width:750px}.content-section p:not(.eyebrow):not(.lead){font-size:15px;line-height:1.75;color:#565b62}
.content-photo{margin:0;height:430px;border-radius:16px;overflow:hidden;background:#ddd;box-shadow:0 18px 46px rgba(20,22,25,.1)}.content-photo img{width:100%;height:100%;object-fit:cover}
.numbers-band{background:#1b1d20;color:#fff;padding:44px 0}.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr)}.numbers-grid>div{padding:4px 36px;border-right:1px solid rgba(255,255,255,.17)}.numbers-grid>div:first-child{padding-left:0}.numbers-grid>div:last-child{border-right:0}.numbers-grid strong{display:block;color:var(--red);font-size:42px;line-height:1;font-weight:850;letter-spacing:-1.5px}.numbers-grid span{display:block;font-size:12px;color:#d4d5d7;margin-top:8px}
.feature-grid{display:grid;gap:18px;margin-top:30px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-card{background:#fff;border:1px solid #e0e2e4;border-radius:12px;padding:26px;min-height:205px;box-shadow:0 6px 20px rgba(20,22,25,.025)}.feature-card svg{width:54px;height:54px;fill:none;stroke:var(--red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:18px}.feature-card h3{font-size:17px;margin:0 0 10px}.feature-card p{font-size:13px;line-height:1.55;color:#5b6066;margin:0}
.team-section{padding:88px 0}.section-intro{max-width:470px;margin:0;color:#686d74;font-size:13px;line-height:1.55}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.person-card{border:1px solid #dedfe2;border-radius:10px;padding:24px;background:#fff}.person-card span{display:block;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:13px}.person-card h3{font-size:18px;margin:0 0 5px}.person-card p{font-size:12px;color:#666b72;margin:0}
.group-section{padding:88px 0;background:#fff}.group-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.group-grid article{background:#1e2023;color:#fff;border-radius:12px;padding:30px;min-height:190px}.group-grid b{display:block;color:#fff;font-size:21px;letter-spacing:-.5px}.group-grid span{display:block;color:var(--red);font-size:11px;font-weight:800;margin:8px 0 16px}.group-grid p{font-size:13px;line-height:1.55;color:#d6d7d9;margin:0}
.offer-page{padding-top:88px}.offer-page h2{margin-bottom:30px}.linked-card{color:inherit}.about-link{margin-top:24px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.process-grid article{background:#fff;border:1px solid #e0e2e4;border-radius:12px;padding:26px;min-height:190px}.process-grid span{font-size:12px;color:var(--red);font-weight:850}.process-grid h3{font-size:17px;margin:28px 0 10px}.process-grid p{font-size:13px;line-height:1.55;color:#60656b;margin:0}
.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.check-list.two-col{grid-template-columns:1fr 1fr;column-gap:30px}.check-list li{position:relative;padding-left:28px;font-size:14px;color:#474c52}.check-list li:before{content:'✓';position:absolute;left:0;top:-1px;color:#fff;background:var(--red);width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}
.service-detail-grid{display:grid;grid-template-columns:230px 1fr;gap:72px;align-items:start}.service-detail-icon{height:230px;border-radius:16px;background:#f7f8f9;border:1px solid #e1e2e4;display:grid;place-items:center}.service-detail-icon svg{width:120px;height:120px;fill:none;stroke:#33363a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-detail-icon svg path+path,.service-detail-icon svg circle{stroke:var(--red)}
.related-section{padding:84px 0}.compact-services .service-card:nth-child(n+4){display:none}.compact-services{grid-template-columns:repeat(3,1fr)}
.projects-page{padding-top:88px}.projects-grid-wide{grid-template-columns:repeat(3,1fr);gap:22px}.projects-page .project-photo{height:250px}.project-card b{position:absolute;right:18px;bottom:20px;color:var(--red);font-size:22px}.project-filters{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{border:1px solid #d9dbde;background:#fff;border-radius:999px;padding:9px 15px;font-size:12px;font-weight:700;cursor:pointer;color:#4e5359}.filter-btn.active,.filter-btn:hover{background:#1d1f22;border-color:#1d1f22;color:#fff}.filter-item.is-hidden{display:none}
.project-detail-layout{display:grid;grid-template-columns:260px 1fr;gap:72px;align-items:start}.project-meta{border:1px solid #e0e2e4;border-radius:12px;padding:24px;display:flex;flex-direction:column}.project-meta span{font-size:10px;color:#858990;text-transform:uppercase;font-weight:800;letter-spacing:.05em;margin-top:15px}.project-meta span:first-child{margin-top:0}.project-meta strong{font-size:13px;margin-top:5px}.project-meta .text-link{margin-top:30px}.project-gallery{padding:0 0 92px}.gallery-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;height:430px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.highlight-box{display:flex;align-items:center;justify-content:space-between;gap:50px;border-radius:14px;background:#f7f8f9;border:1px solid #e2e3e5;padding:38px 42px}.highlight-box h2{margin-bottom:12px}.highlight-box p{margin:0;max-width:700px}
.jobs-section{padding:88px 0}.jobs-list{border-top:1px solid #dedfe2}.job-row{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:22px 4px;border-bottom:1px solid #dedfe2}.job-row span{font-size:10px;color:var(--red);font-weight:800;text-transform:uppercase}.job-row h3{font-size:18px;margin:4px 0 0}.job-row a{display:flex;gap:12px;color:var(--red);font-size:13px;font-weight:800}
.news-section{padding:88px 0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{border:1px solid #e0e2e4;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(20,22,25,.035)}.news-card img{height:220px;width:100%;object-fit:cover}.news-card>div{padding:22px}.news-card span{font-size:10px;color:var(--red);font-weight:850;text-transform:uppercase}.news-card h3{font-size:19px;line-height:1.25;margin:8px 0 10px}.news-card p{font-size:13px;line-height:1.55;color:#5d6268;margin:0 0 18px}.news-card b{font-size:12px;color:var(--red)}
.references-section{padding:88px 0}.references-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}.reference-logo{height:135px;border:1px solid #e0e2e4;border-radius:10px;background:#fff;display:grid;place-items:center;text-align:center;padding:18px}.reference-logo span{font-size:13px;font-weight:850;color:#373a3f}
.contact-section{padding:88px 0}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card{padding:34px;border-radius:14px;border:1px solid #dfe1e3;background:#fff}.contact-card.dark{background:#1d1f22;color:#fff;border-color:#1d1f22}.contact-card>span{color:var(--red);font-size:11px;font-weight:850;text-transform:uppercase}.contact-card h2{font-size:25px;line-height:1.15;margin:10px 0 18px}.contact-card p{font-size:14px;color:#60656b}.contact-card.dark p{color:#d4d6d8}.contact-card dl{margin:24px 0 0}.contact-card dl>div{display:grid;grid-template-columns:90px 1fr;padding:11px 0;border-top:1px solid #e5e6e8}.contact-card.dark dl>div{border-color:#3e4145}.contact-card dt{font-size:11px;color:#8a8e94}.contact-card dd{font-size:13px;margin:0;font-weight:650}.contact-form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:76px;align-items:start}.contact-points{margin-top:28px;display:flex;gap:44px}.contact-points p{display:flex;flex-direction:column}.contact-points b{font-size:10px;text-transform:uppercase;color:#8b8f95}.contact-points a{font-size:15px;font-weight:700;margin-top:4px}.contact-form{background:#fff;border:1px solid #dfe1e3;border-radius:14px;padding:30px;display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label:not(.consent){display:grid;gap:7px;font-size:11px;font-weight:750;color:#50545a}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #d6d8db;border-radius:7px;background:#fff;padding:12px 13px;color:#222;outline:none}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(237,17,25,.08)}.consent{display:flex;gap:10px;align-items:flex-start;font-size:10px;color:#676b71}.consent input{width:16px;height:16px;flex:none}.contact-form .btn{justify-self:start}.form-status{font-size:12px;margin:0;color:#4d5258}.faq-section{padding:84px 0}.faq-list{margin-top:28px;border-top:1px solid #dfe1e3}.faq-list details{border-bottom:1px solid #dfe1e3;padding:0}.faq-list summary{font-size:15px;font-weight:760;padding:20px 0;cursor:pointer;list-style:none;position:relative;padding-right:32px}.faq-list summary:after{content:'+';position:absolute;right:4px;color:var(--red);font-size:22px}.faq-list details[open] summary:after{content:'–'}.faq-list details p{font-size:13px;color:#62676e;margin:0 0 20px;max-width:760px}
.footer-ref{margin-top:15px!important;color:#fff!important;font-weight:800!important}

@media(max-width:1100px){
 .page-hero,.page-hero-inner{min-height:360px}.page-hero h1{font-size:46px}.content-section,.soft-section,.team-section,.group-section,.references-section,.news-section,.jobs-section,.faq-section{padding:66px 0}
 .split-layout,.split-layout.reverse{grid-template-columns:1fr;gap:36px}.content-photo{height:auto;aspect-ratio:1.8/1}.feature-grid.four,.process-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr 1fr}.group-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr 1fr}.references-grid{grid-template-columns:repeat(3,1fr)}
 .projects-grid-wide{grid-template-columns:1fr 1fr}.project-detail-layout{grid-template-columns:220px 1fr;gap:42px}.service-detail-grid{grid-template-columns:180px 1fr;gap:40px}.service-detail-icon{height:180px}.service-detail-icon svg{width:95px;height:95px}.contact-form-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:680px){
 .page-hero,.page-hero-inner{min-height:350px}.page-hero h1{font-size:38px;letter-spacing:-1.2px}.page-hero p:not(.eyebrow){font-size:14px}.breadcrumbs{margin-bottom:20px}
 .content-section h2,.soft-section h2,.team-section h2,.group-section h2,.references-section h2,.news-section h2,.jobs-section h2,.faq-section h2{font-size:30px}.lead{font-size:16px}.numbers-grid{grid-template-columns:1fr 1fr;gap:0}.numbers-grid>div{padding:18px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.numbers-grid>div:nth-child(even){border-right:0}.numbers-grid>div:nth-last-child(-n+2){border-bottom:0}.numbers-grid>div:first-child{padding-left:18px}.numbers-grid strong{font-size:35px}
 .feature-grid.four,.process-grid,.team-grid,.news-grid,.projects-grid-wide,.references-grid{grid-template-columns:1fr}.feature-card{min-height:0}.check-list.two-col{grid-template-columns:1fr}.service-detail-grid,.project-detail-layout{grid-template-columns:1fr}.service-detail-icon{height:150px}.compact-services{grid-template-columns:1fr}.compact-services .service-card:nth-child(n+3){display:none}.gallery-grid{grid-template-columns:1fr;height:auto}.gallery-grid img{height:auto;aspect-ratio:1.6/1}.highlight-box{align-items:flex-start;flex-direction:column;padding:28px}.job-row{align-items:flex-start}.job-row h3{font-size:16px}.news-card img{height:200px}.contact-cards{grid-template-columns:1fr}.contact-card{padding:25px}.contact-form{padding:22px}.form-row{grid-template-columns:1fr}.contact-points{gap:26px;flex-direction:column}.project-filters{margin-top:8px}
}
