:root{--white:#fff;--blue:#25255e;--yellow:#f9c400;--steel:#4682b4;--ink:#071327;--muted:#6f737c;--soft:#f4f6f9;--line:rgba(37,37,94,.14);--shadow:0 22px 60px rgba(7,19,39,.12);--radius:22px;--page-pad:clamp(22px,6vw,96px)}*{box-sizing:border-box;margin:0;padding:0;max-width:100%}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{width:100%;background:var(--white);color:var(--ink);font-family:Montserrat,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.site-nav{position:fixed;inset:0 0 auto 0;z-index:100;width:100%;padding:18px var(--page-pad);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);color:var(--blue);border-bottom:1px solid rgba(37,37,94,.08)}.brand img{width:188px;height:auto;object-fit:contain}.menu-toggle,.menu-close{border:0;background:transparent;color:inherit;font:inherit;font-weight:800;text-transform:uppercase;letter-spacing:.03em;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.menu-toggle i,.menu-close i{color:var(--yellow);font-size:22px}.menu-overlay{position:fixed;inset:0;z-index:200;background:var(--steel);color:var(--white);padding:34px var(--page-pad);opacity:0;pointer-events:none;transition:opacity .24s ease;display:flex;flex-direction:column;justify-content:space-between}.menu-overlay.open{opacity:1;pointer-events:auto}.menu-top{display:flex;align-items:center;justify-content:space-between}.menu-top img{width:220px;height:auto;object-fit:contain}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px 70px;align-items:end;max-width:1180px}.big-link{display:block;font-size:clamp(38px,5.2vw,76px);font-weight:900;letter-spacing:-.06em;line-height:1.02;margin:12px 0}.menu-group{display:grid;gap:8px}.menu-group a:not(.big-link){font-size:20px;color:rgba(255,255,255,.82);line-height:1.25}.kicker{color:var(--blue);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:14px;margin-bottom:18px}.services-hero{min-height:100vh;padding:180px var(--page-pad) 76px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);gap:clamp(34px,5vw,84px);align-items:center;background:var(--white);color:var(--blue)}.services-hero h1,.statement h2,.section-head h2,.feature-text h2,.process h2,.service-cta h2{color:var(--blue);font-weight:900;letter-spacing:-.08em}.services-hero h1{font-size:clamp(58px,8vw,124px);line-height:.84;max-width:1120px}.hero-text{color:var(--ink);font-size:clamp(18px,1.85vw,29px);line-height:1.18;letter-spacing:-.04em;max-width:940px;margin-top:28px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;border-radius:13px;border:1px solid currentColor;font-size:15px;font-weight:800;white-space:nowrap;cursor:pointer;font-family:inherit}.btn.blue{background:var(--blue);color:var(--white)}.btn.outline{color:var(--blue);background:transparent}.btn.yellow{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.hero-visual{position:relative;height:min(76vh,780px);min-height:560px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--soft)}.hero-visual:after,.feature-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,19,39,.02),rgba(7,19,39,.45));pointer-events:none}.visual-caption{position:absolute;z-index:3;left:28px;right:28px;bottom:28px;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;font-weight:900;font-size:clamp(30px,3vw,52px);line-height:.92;letter-spacing:-.06em;text-shadow:0 2px 22px rgba(0,0,0,.36)}.visual-caption i{color:var(--yellow);font-size:52px;flex:0 0 auto}.statement{padding:clamp(80px,10vw,150px) var(--page-pad);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.statement h2{font-size:clamp(42px,7vw,112px);line-height:.9;max-width:1420px}.core-services,.modular-services,.process{padding:clamp(72px,8vw,120px) var(--page-pad)}.section-head{display:grid;grid-template-columns:180px 1fr;align-items:end;gap:34px;margin-bottom:36px}.section-head h2{font-size:clamp(42px,6.2vw,96px);line-height:.88;max-width:1040px}.service-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px}.service-card{min-height:560px;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,3vw,38px);display:flex;flex-direction:column;justify-content:flex-end;background:#fff;box-shadow:0 10px 30px rgba(7,19,39,.06);overflow:hidden}.service-card.primary{background:var(--blue);color:#fff}.service-card.primary h3,.service-card.primary p,.service-card.primary li{color:#fff}.service-card i{color:var(--yellow);font-size:78px;margin-bottom:auto}.service-card h3{color:var(--blue);font-size:clamp(32px,3.4vw,58px);line-height:.9;letter-spacing:-.07em;font-weight:900;margin-bottom:18px}.service-card p{color:var(--ink);font-size:17px;line-height:1.35;font-weight:600;margin-bottom:18px}.service-card ul{list-style:none;display:grid;gap:9px;color:var(--muted);font-size:14px;line-height:1.25;font-weight:700}.service-card li:before{content:"→";color:var(--yellow);margin-right:8px;font-weight:900}.modular-services{background:var(--blue);color:#fff}.modular-services .kicker,.modular-services .section-head h2{color:#fff}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);overflow:hidden}.module-grid article{min-height:360px;background:var(--blue);padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.module-grid i{color:var(--yellow);font-size:62px;margin-bottom:auto}.module-grid h3{color:#fff;font-size:clamp(28px,2.6vw,44px);line-height:.92;letter-spacing:-.06em;font-weight:900;margin-bottom:14px}.module-grid p{color:rgba(255,255,255,.8);line-height:1.35;font-weight:500}.feature-row{padding:clamp(72px,8vw,120px) var(--page-pad);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0;align-items:stretch}.feature-row.reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.feature-row.reverse .feature-text{order:2}.feature-row.reverse .feature-img{order:1}.feature-text{background:var(--blue);color:#fff;border-radius:var(--radius) 0 0 var(--radius);padding:clamp(30px,5vw,72px);display:flex;flex-direction:column;justify-content:flex-end}.feature-text.white-card{background:#fff;color:var(--blue);border:1px solid var(--line);border-left:0;border-radius:0 var(--radius) var(--radius) 0}.feature-text .kicker,.feature-text h2,.feature-text p{color:#fff}.feature-text.white-card .kicker,.feature-text.white-card h2,.feature-text.white-card p{color:var(--blue)}.feature-text h2{font-size:clamp(42px,5.6vw,92px);line-height:.86;margin:20px 0}.feature-text p{font-size:clamp(18px,1.6vw,24px);line-height:1.25;letter-spacing:-.035em;max-width:720px;margin-bottom:20px}.feature-logo{width:260px;height:auto;object-fit:contain;margin-bottom:auto}.gex-visuals-logo{width:310px}.feature-img{position:relative;min-height:680px;overflow:hidden;border-radius:0 var(--radius) var(--radius) 0}.reverse .feature-img{border-radius:var(--radius) 0 0 var(--radius)}.process{border-top:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.process-grid article{min-height:360px;border-radius:var(--radius);background:var(--soft);border:1px solid var(--line);padding:26px;display:flex;flex-direction:column;justify-content:flex-end}.process-grid span{color:var(--yellow);font-weight:900;letter-spacing:.14em}.process-grid i{color:var(--blue);font-size:68px;margin:auto 0 22px}.process-grid h3{color:var(--blue);font-size:34px;line-height:.95;letter-spacing:-.06em;font-weight:900;margin-bottom:12px}.process-grid p{color:var(--muted);line-height:1.35;font-weight:600}.service-cta{padding:clamp(72px,9vw,140px) var(--page-pad);border-top:1px solid var(--line)}.service-cta h2{font-size:clamp(42px,7vw,112px);line-height:.86;max-width:1240px;margin-bottom:24px}.service-cta p{color:var(--ink);font-size:clamp(18px,1.7vw,25px);line-height:1.28;letter-spacing:-.035em;max-width:760px;margin-bottom:26px}footer{background:#f1f3f6;color:var(--ink);padding:56px var(--page-pad) 28px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:44px}.footer-gex{width:210px;height:auto;object-fit:contain;margin-bottom:18px}.mie-logo{width:190px;height:auto;object-fit:contain;margin:14px 0}.footer-col h4{color:var(--blue);text-transform:uppercase;font-size:14px;margin-bottom:18px}.footer-col p,.footer-col a{display:block;color:var(--ink);font-size:14px;line-height:1.45;margin-bottom:8px}.footer-col i{color:var(--blue);margin-right:8px}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(0,0,0,.12);padding-top:22px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:12px}.footer-bottom div{display:flex;gap:18px}.footer-bottom i{color:var(--blue);font-size:20px}@media(max-width:1200px){.services-hero,.service-grid,.feature-row,.feature-row.reverse{grid-template-columns:1fr}.feature-text,.feature-text.white-card,.feature-img,.reverse .feature-img{border-radius:var(--radius)}.feature-row.reverse .feature-text,.feature-row.reverse .feature-img{order:initial}.feature-img{margin-top:16px}.module-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){footer{grid-template-columns:1fr 1fr}}@media(max-width:680px){:root{--page-pad:22px}.site-nav{padding:18px var(--page-pad)}.brand img{width:156px}.menu-overlay{padding:24px}.menu-top img{width:170px}.menu-grid{grid-template-columns:1fr;gap:18px}.big-link{font-size:clamp(40px,13vw,64px);line-height:1.02}.services-hero{min-height:auto;padding:150px var(--page-pad) 56px;display:block}.services-hero h1{font-size:clamp(48px,14.5vw,78px);max-width:100%;overflow-wrap:break-word}.hero-text{font-size:18px;max-width:100%}.button-row{flex-direction:column;align-items:stretch}.btn{width:100%;white-space:normal}.hero-visual{margin-top:34px;width:100%;min-height:420px;height:54vh}.visual-caption{left:18px;right:18px;bottom:18px;font-size:30px}.statement,.core-services,.modular-services,.feature-row,.process,.service-cta{padding:64px var(--page-pad)}.statement h2,.section-head h2,.feature-text h2,.service-cta h2{font-size:clamp(40px,12vw,68px);max-width:100%;overflow-wrap:break-word}.section-head{grid-template-columns:1fr;gap:12px}.module-grid,.process-grid,footer{grid-template-columns:1fr}.service-card{min-height:430px}.module-grid article,.process-grid article{min-height:300px}.feature-row{display:block}.feature-text{min-height:480px}.feature-logo{width:220px}.gex-visuals-logo{width:260px}.feature-img{min-height:420px}footer{padding-top:44px}.footer-bottom{display:block}.footer-bottom div{margin-top:16px}}
