@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{--navy:#1a388e;--ink:#111d36;--cyan:#0da6e7;--paper:#f6f7f9;--line:#dce1e9;--muted:#59657a;--radius:22px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}::selection{background:var(--cyan);color:white}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;letter-spacing:-.055em}p{line-height:1.65}header{height:92px;padding:0 3.3%;display:flex;align-items:center;justify-content:space-between;gap:30px;position:sticky;top:0;background:rgba(246,247,249,.96);backdrop-filter:blur(16px);z-index:30}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:43px;height:43px;object-fit:contain}.brand strong{font-size:23px;font-weight:650;letter-spacing:-1px;line-height:1}.brand small{display:block;font-size:10px;letter-spacing:2.2px;margin-top:6px;font-weight:500}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,3.5vw,68px);font-size:14px;font-weight:500}.desktop-nav a{padding:12px 0;position:relative}.desktop-nav a:after{content:'';position:absolute;height:1px;width:0;background:var(--navy);bottom:5px;left:0;transition:width .3s}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{width:100%}.header-right{display:flex;align-items:center;gap:24px}.language{font-size:13px}.menu-toggle{display:flex;align-items:center;gap:13px;background:none;border:0;color:var(--ink);padding:14px 0;font-size:13px}.hamburger{width:37px;display:grid;gap:6px}.hamburger i{height:1px;background:currentColor;width:100%;transition:transform .3s}.wrap{width:89%;max-width:1440px;margin:auto}.hero{margin:0 12px;min-height:650px;height:calc(100svh - 108px);max-height:880px;border-radius:var(--radius);position:relative;overflow:hidden;background:#092452;color:white;padding:44px 4.4% 35px;display:flex;flex-direction:column;justify-content:space-between}.hero-photo{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;object-position:50% 30%;opacity:.8;animation:photo-in 1.5s ease both}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#092452 3%,rgba(9,36,82,.98) 24%,rgba(9,36,82,.55) 54%,rgba(9,36,82,.04) 100%)}.hero>*:not(img){z-index:1;position:relative}.eyebrow{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1.8px;display:flex;gap:12px;align-items:center;line-height:1.5}.eyebrow:before{content:'+';font-size:20px;font-weight:400}.hero h1{font-size:clamp(64px,7.8vw,124px);line-height:1.02;max-width:1150px;margin-top:30px;letter-spacing:-.065em}.hero h1 em{font-style:normal;color:#78d7ff}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-top:40px}.hero-copy{max-width:415px}.hero-copy p{font-size:18px;color:#d7e2f6;line-height:1.5;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:16px 23px;border-radius:50px;background:var(--navy);color:#fff;border:1px solid transparent;font-size:14px;font-weight:500;transition:background .25s,transform .25s}.button:hover{background:#0c255f;transform:translateY(-2px)}.button.white{background:white;color:var(--ink)}.button.white:hover{background:#dff4ff}.button.outline{background:transparent;border-color:var(--line);color:var(--ink)}.arrow{font-size:21px;line-height:1;font-weight:400}.hero-note{font-size:12px;letter-spacing:.08em;writing-mode:vertical-rl;display:flex;gap:20px;align-items:center}.hero-foot{display:flex;justify-content:space-between;align-items:center;margin-top:34px;border-top:1px solid #ffffff30;padding-top:17px;color:#d8e6fa;font-size:12px;letter-spacing:.03em}.hero-foot span:last-child{font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:47px 0;border-bottom:1px solid var(--line)}.metric{padding-left:30px;border-left:1px solid var(--line)}.metric:first-child{padding:0;border:0}.metric b{display:block;font-size:50px;letter-spacing:-3px;font-weight:500;color:var(--navy)}.metric span{font-size:13px;color:var(--muted);display:block;margin-top:5px}.section{padding:108px 0}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:40px}.section-top h2{font-size:clamp(40px,5.3vw,78px);line-height:1.06;margin-top:25px}.section-top p{max-width:390px;color:var(--muted);font-size:16px}.text-link{display:inline-flex;align-items:center;gap:30px;font-size:14px;border-bottom:1px solid;padding:12px 0;white-space:nowrap}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:start}.about-grid h2{font-size:clamp(38px,4.5vw,68px);line-height:1.07;margin:25px 0 30px}.about-grid .large-copy{font-size:24px;line-height:1.45;letter-spacing:-.025em;margin-bottom:25px}.about-grid p{color:var(--muted);margin-bottom:25px}.about-image{width:100%;height:365px;object-fit:cover;border-radius:var(--radius);margin-top:40px;object-position:center 40%}.image-caption{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:12px}.blue-section{background:#eaf0f8;border-radius:var(--radius);margin:0 12px}.service-list{border-top:1px solid #bdc8da}.service-item{border-bottom:1px solid #bdc8da}.service-item summary{list-style:none;display:grid;grid-template-columns:70px 1fr 40px;align-items:center;padding:29px 0;gap:20px;cursor:pointer}.service-item summary::-webkit-details-marker{display:none}.service-item summary h3{font-size:clamp(24px,3vw,44px);letter-spacing:-.04em}.service-item .num{font-size:12px;color:var(--muted)}.plus{font-size:29px;text-align:center;border:1px solid #b9c6dc;border-radius:50%;width:39px;height:39px;display:grid;place-items:center;line-height:1;font-weight:400}.service-item[open] .plus{transform:rotate(45deg);background:var(--navy);color:white;border-color:var(--navy)}.service-body{padding:0 60px 34px 90px;display:grid;grid-template-columns:1.1fr 1fr;gap:8%}.service-body p{font-size:17px;color:var(--muted)}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.tag{font-size:12px;padding:7px 12px;border:1px solid #c7d3e5;border-radius:30px;line-height:1.25}.service-body .text-link{margin-top:14px}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px 24px}.project-card{min-width:0}.project-image{border-radius:18px;overflow:hidden;position:relative;background:#10224b;aspect-ratio:1.35;display:flex;align-items:flex-end;padding:28px;color:white}.project-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s;opacity:.68}.project-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,42,.85),transparent 85%)}.project-card:hover img{transform:scale(1.04)}.project-image .project-caption{position:relative;z-index:1;max-width:85%}.project-caption span{font-size:11px;text-transform:uppercase;letter-spacing:1.8px}.project-caption h3{font-size:clamp(27px,3vw,45px);line-height:1.07;margin-top:13px;letter-spacing:-.04em}.project-image .round-arrow{position:absolute;right:24px;top:24px;z-index:1;border:1px solid #ffffff90;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;transition:background .2s}.project-card:hover .round-arrow{background:white;color:var(--navy)}.project-meta{display:flex;justify-content:space-between;gap:15px;padding-top:15px;font-size:15px}.project-meta small{font-size:12px;color:var(--muted)}.product-section{background:#102958;color:white;border-radius:var(--radius);margin:0 12px;overflow:hidden}.product-section .section-top p{color:#c1d1eb}.product-section .eyebrow{color:#88d9ff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#193563;border:1px solid #34507b;padding:30px;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start;min-height:340px;transition:background .3s}.product-card:hover{background:#234476}.product-code{font-size:12px;letter-spacing:1.5px;color:#b2dffc;margin-bottom:45px}.product-card h3{font-size:29px;line-height:1.1;letter-spacing:-.035em;margin-bottom:18px}.product-card p{font-size:15px;color:#d0dbee;line-height:1.6}.product-card .text-link{margin-top:auto;padding-top:28px}.small-note{font-size:13px;color:#b9cbe7;margin-top:24px}.sector-line{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:45px}.sector-line a{font-size:clamp(24px,3.5vw,49px);letter-spacing:-.04em;border-bottom:1px solid #cdd5e2;padding-bottom:14px;color:#42516b;transition:color .2s}.sector-line a:hover{color:var(--cyan)}.approach{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.approach h2{font-size:clamp(42px,5.4vw,78px);line-height:1.06;margin:23px 0}.approach p{color:var(--muted)}.steps{border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.step span{font-size:12px;color:var(--navy);padding-top:6px}.step h3{font-size:25px;letter-spacing:-.03em;margin-bottom:10px}.step p{font-size:15px}.contact-band{margin:0 12px;background:#dceaf5;border-radius:var(--radius);padding:70px 5%;display:grid;grid-template-columns:1.1fr 1fr;gap:10%;overflow:hidden;position:relative}.contact-band h2{font-size:clamp(48px,6.3vw,90px);line-height:1.02;margin:25px 0 26px}.contact-band p{max-width:410px;color:#435876}.contact-details{margin-top:30px;display:flex;flex-direction:column;gap:12px}.contact-details a{font-size:18px}.contact-form{padding:32px;border-radius:18px;background:white;position:relative}.contact-form h3{font-size:28px;letter-spacing:-.03em;margin-bottom:24px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field label{font-size:13px}.field input,.field textarea,.field select{border:1px solid #dce1e9;background:#f6f8fa;width:100%;border-radius:7px;padding:13px;font-size:15px;color:var(--ink)}.field textarea{min-height:98px;resize:vertical}.contact-form .button{width:100%}.form-note{font-size:12px!important;margin-top:14px;line-height:1.5!important}.form-note a{text-decoration:underline}.form-status{font-size:14px;margin-top:16px}.footer{padding:60px 5% 25px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}.footer-top h4{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted);margin:0 0 18px}.footer-top p{font-size:14px;color:var(--muted);max-width:300px;margin-top:20px}.footer-links{display:flex;flex-direction:column;gap:11px;font-size:14px}.footer-links a:hover{color:var(--cyan)}.footer-word{font-size:clamp(65px,16vw,245px);font-weight:600;letter-spacing:-.075em;line-height:1.06;margin-top:55px;color:var(--navy);border-bottom:1px solid var(--line);padding-bottom:25px}.footer-word span{color:var(--cyan)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:11px;color:var(--muted);padding-top:20px}.menu-panel{border:0;margin:0;width:100%;max-width:none;height:100svh;max-height:none;background:#102958;color:white;padding:30px 5% 40px;overflow:auto}.menu-panel::backdrop{background:#102958}.menu-top{display:flex;justify-content:space-between;align-items:center}.menu-top .brand img{filter:brightness(0) invert(1)}.close-menu{border:1px solid #526684;border-radius:50%;width:48px;height:48px;background:none;color:white;font-size:26px}.menu-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:15%;margin-top:55px}.menu-primary{display:flex;flex-direction:column}.menu-primary a{display:flex;gap:25px;align-items:baseline;font-size:clamp(37px,5.6vw,75px);letter-spacing:-.055em;padding:8px 0}.menu-primary small{font-size:12px;letter-spacing:0;color:#8aa3cd}.menu-primary a:hover{color:#82d9ff}.menu-secondary{padding-top:20px}.menu-secondary>p{font-size:22px;line-height:1.5;color:#b7c9e6;margin-bottom:30px}.menu-secondary .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:20px}.menu-email{font-size:20px;display:inline-block;margin-top:45px;border-bottom:1px solid #60779a;padding-bottom:10px}.page-intro{padding:55px 0 65px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:40px}.breadcrumbs a{text-decoration:underline}.page-intro h1{font-size:clamp(50px,7vw,104px);line-height:1.04;margin:24px 0;max-width:1120px}.page-intro p{font-size:20px;color:var(--muted);max-width:760px}.page-wide-image{width:100%;height:420px;object-fit:cover;border-radius:var(--radius);margin:0 0 55px}.article{max-width:850px;margin:0 auto 80px}.article h2{font-size:38px;line-height:1.2;margin:45px 0 20px}.article h3{font-size:25px;letter-spacing:-.035em;margin:30px 0 14px}.article p,.article li{font-size:17px;line-height:1.8;color:#4c5b72}.article ul{padding-left:23px}.article p+p{margin-top:18px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.info-card{padding:32px;background:white;border-radius:16px;border:1px solid var(--line)}.info-card h2,.info-card h3{font-size:29px;letter-spacing:-.035em;margin-bottom:16px}.info-card p{color:var(--muted)}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 30px}.filter{background:none;border:1px solid #cbd3e1;border-radius:40px;padding:10px 19px;color:var(--ink);font-size:14px}.filter[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}[hidden]{display:none!important}.reveal{animation:rise .75s both}.skip{position:absolute;top:-80px;left:15px;z-index:60;background:white;padding:14px}.skip:focus{top:10px}.resource-card{display:block;border-top:1px solid var(--line);padding:30px 0}.resource-card h2{font-size:32px;line-height:1.2;margin:14px 0}.resource-card p{color:var(--muted);max-width:800px}.resource-card small{color:var(--navy)}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes photo-in{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1700px){.hero{padding-left:6%;padding-right:6%}}@media(max-width:1000px){.desktop-nav{gap:22px}.desktop-nav a:nth-child(2){display:none}.brand strong{font-size:20px}.header-right{gap:18px}.hero h1{font-size:8.2vw}.hero{min-height:620px}.about-grid{gap:6%}.product-grid{gap:12px}.product-card{padding:22px}.contact-band{gap:5%;padding:55px 4%}.contact-form{padding:25px}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-top>div:last-child{grid-column:1/-1}.footer-top>div:last-child .footer-links{flex-direction:row;flex-wrap:wrap}.service-body{padding-left:60px}.service-item summary{grid-template-columns:40px 1fr 40px}.wrap{width:90%}}
@media(max-width:700px){header{height:78px;padding:0 5%;gap:15px}.desktop-nav{display:none}.brand img{width:34px;height:34px}.brand strong{font-size:20px}.brand small{font-size:8px;letter-spacing:1.8px}.header-right{gap:20px}.menu-toggle>span:first-child{display:none}.hamburger{width:30px}.hero{margin:0 8px;padding:29px 6% 22px;min-height:670px;height:calc(100svh - 88px);max-height:800px;border-radius:17px}.hero h1{font-size:clamp(43px,10.6vw,70px);margin-top:25px;line-height:1.05}.hero-photo{width:100%;object-position:60% 30%;opacity:.58}.hero:after{background:linear-gradient(90deg,rgba(9,36,82,.88),rgba(9,36,82,.12)),linear-gradient(0deg,#092452,transparent 85%)}.eyebrow{font-size:10px;letter-spacing:1.3px}.hero-copy p{font-size:16px;max-width:290px}.hero-bottom{margin-top:80px}.hero-note{display:none}.hero-foot{font-size:10px;gap:15px;align-items:start;line-height:1.5}.hero-foot span:last-child{font-size:10px;max-width:110px;text-align:right}.metrics{grid-template-columns:1fr 1fr;gap:30px 0;padding:35px 0}.metric b{font-size:42px}.metric:nth-child(3){padding-left:0;border:0}.metric{padding-left:24px}.metric span{font-size:12px}.section{padding:65px 0}.section-top{display:block;margin-bottom:30px}.section-top h2{font-size:43px;margin-top:20px}.section-top p,.section-top>.text-link{margin-top:24px}.about-grid,.approach{grid-template-columns:1fr;gap:35px}.about-grid h2{font-size:43px}.about-grid .large-copy{font-size:22px}.about-image{height:300px;margin-top:25px}.blue-section,.product-section{margin:0 8px}.service-item summary{grid-template-columns:25px 1fr 32px;gap:10px;padding:24px 0}.service-item summary h3{font-size:25px;line-height:1.15}.plus{height:30px;width:30px;font-size:23px}.service-body{padding:0 0 25px 35px;grid-template-columns:1fr;gap:15px}.service-body p{font-size:15px}.projects-grid{grid-template-columns:1fr;gap:30px}.project-image{padding:25px;aspect-ratio:1.14}.project-caption h3{font-size:33px}.project-meta{font-size:14px}.project-meta small{font-size:11px}.product-grid{grid-template-columns:1fr;gap:15px}.product-card{min-height:280px;padding:28px}.product-code{margin-bottom:30px}.sector-line{gap:15px 22px;margin-top:30px}.sector-line a{font-size:28px}.approach h2{font-size:45px}.contact-band{margin:0 8px;grid-template-columns:1fr;gap:35px;padding:45px 6%}.contact-band h2{font-size:53px}.contact-form{padding:24px 20px}.contact-details a{font-size:16px}.footer{padding:45px 5% 25px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-word{font-size:18vw;margin-top:45px}.footer-bottom{font-size:10px}.menu-panel{padding:25px 6%}.menu-layout{grid-template-columns:1fr;gap:30px;margin-top:25px}.menu-primary a{font-size:43px;padding:5px 0}.menu-secondary>p{font-size:17px}.menu-email{font-size:17px;margin-top:28px}.page-intro{padding:25px 0 40px}.breadcrumbs{margin-bottom:30px}.page-intro h1{font-size:49px}.page-intro p{font-size:18px}.page-wide-image{height:270px}.info-grid{grid-template-columns:1fr}.info-card{padding:26px}.article h2{font-size:32px}.article p,.article li{font-size:16px}.resource-card h2{font-size:27px}}
.product-card{padding:0;overflow:hidden}.product-visual{position:relative;width:100%;aspect-ratio:1.55;overflow:hidden;background:#061a3f;display:grid;place-items:center}.product-visual img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;opacity:.35;transition:transform .6s}.product-card:hover .product-visual img{transform:scale(1.05)}.product-visual>span{position:relative;font-size:clamp(23px,2.6vw,40px);letter-spacing:-.06em;font-weight:600}.product-card-body{padding:27px;display:flex;flex-direction:column;flex:1}.product-card .product-code{margin:0 0 21px;font-size:10px;line-height:1.5}.product-card .text-link{white-space:normal}.product-detail-visual{height:420px;position:relative;background:#102958;border-radius:22px;overflow:hidden;display:grid;place-items:center;color:white;margin-bottom:40px}.product-detail-visual img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.4}.product-detail-visual>span{position:relative;font-size:clamp(50px,9vw,130px);letter-spacing:-.065em;font-weight:600}.case-stat{display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);padding:10px 0 30px}.case-stat b{font-size:70px;font-weight:500;letter-spacing:-.07em;color:var(--navy)}.case-stat span{max-width:200px;color:var(--muted)}.footer-bottom>span:nth-child(2){display:flex;gap:22px}@media(max-width:700px){.product-visual{aspect-ratio:1.8}.product-visual>span{font-size:38px}.product-detail-visual{height:290px}.case-stat{gap:20px}.case-stat b{font-size:48px}.case-stat span{font-size:14px}.product-card-body{padding:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.scroll-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.scroll-reveal.entered{opacity:1;transform:none}.menu-panel[open] .menu-layout{animation:rise .4s ease both}.bullet{padding-left:22px;position:relative}.bullet:before{content:"•";position:absolute;left:0;color:var(--cyan)}
