:root{--navy:#092b4d;--navy-deep:#061d35;--navy-soft:#153e61;--blue:#164f7b;--steel:#51697a;--ink:#142b3e;--muted:#576a79;--line:#dce4e9;--mist:#f3f6f8;--white:#fff;--max:1200px;--shadow:0 24px 65px rgba(3,25,47,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:var(--ink);background:var(--white);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
::selection{background:#bdd1e1;color:var(--navy-deep)}
:focus-visible{outline:3px solid #5d99c4;outline-offset:4px}
.container{width:min(calc(100% - 80px),var(--max));margin-inline:auto}
.skip-link{position:absolute;left:16px;top:-80px;z-index:200;padding:12px 18px;background:var(--white);color:var(--navy);border-radius:3px}
.skip-link:focus{top:12px}
.topbar{background:var(--navy-deep);color:#d4e1ec;font-size:.76rem;letter-spacing:.04em}
.topbar-inner{height:36px;display:flex;justify-content:space-between;align-items:center}
.topbar a{font-weight:700;color:var(--white)}
.site-header{background:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 rgba(7,35,62,.08)}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:block;flex:0 0 auto}
.brand img{width:255px;height:auto}
.site-nav{display:flex;align-items:center;gap:29px;color:#34495a;font-size:.87rem;font-weight:700}
.site-nav>a:not(.nav-cta){transition:color .2s}
.site-nav>a:not(.nav-cta):hover{color:var(--blue)}
.nav-cta{display:inline-flex;align-items:center;gap:20px;padding:15px 18px;background:var(--navy);color:var(--white);border-radius:3px;white-space:nowrap;transition:background .2s,transform .2s}
.nav-cta:hover{background:var(--blue);transform:translateY(-2px)}
.menu-button{display:none}
.hero{background:var(--navy-deep);color:var(--white);overflow:hidden}
.hero-grid{min-height:590px;display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}
.hero-copy{padding:82px 55px 80px 0;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.eyebrow{margin:0 0 29px;display:flex;align-items:center;gap:13px;color:var(--blue);font-size:.76rem;font-weight:800;letter-spacing:.17em;line-height:1.5}
.eyebrow-light{color:#b9d5e8}
.eyebrow-rule{width:30px;height:2px;background:currentColor;flex:0 0 30px}
.hero h1{max-width:640px;margin:0;font-size:clamp(2.75rem,4.45vw,4.7rem);font-weight:700;letter-spacing:-.06em;line-height:1.06}
.hero h1 em{font-style:normal;color:#8bb2ce}
.hero-lede{max-width:510px;margin:30px 0 0;color:#c5d2dd;font-size:1.06rem;line-height:1.75}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:27px;margin-top:38px}
.button{display:inline-flex;min-height:55px;align-items:center;justify-content:space-between;gap:35px;padding:0 21px;border-radius:3px;font-size:.88rem;font-weight:800;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-3px)}
.button-light{background:#f9fbfd;color:var(--navy)}
.button-light:hover{background:#dfeefa}
.button span,.text-link span{font-size:1.15rem}
.text-link{display:inline-flex;align-items:center;gap:13px;color:var(--blue);font-size:.87rem;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:7px;transition:gap .2s}
.text-link:hover{gap:20px}
.text-link-light{color:#e0edf6}
.hero-media{position:relative;min-height:540px;margin-right:calc((min(100vw, var(--max) + 80px) - min(100vw - 80px,var(--max)))/-2);background-color:#143e60;background-image:linear-gradient(100deg,rgba(5,28,51,.58),rgba(5,28,51,.05) 75%),linear-gradient(145deg,#103f66 0%,#37556a 42%,#0c2946 100%);background-size:cover;background-position:center}
.hero-media{background-image:linear-gradient(100deg,rgba(5,28,51,.48),rgba(5,28,51,.05) 75%),url('/assets/hero-steel.png')}
.hero-media::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(3,21,40,.66));pointer-events:none}
.hero-media-pattern{position:absolute;inset:0;opacity:.17;background:repeating-linear-gradient(116deg,transparent 0,transparent 110px,rgba(255,255,255,.65) 111px,transparent 112px);pointer-events:none}
.hero-media-label{position:absolute;left:39px;right:43px;bottom:35px;display:flex;justify-content:space-between;gap:20px;font-size:.74rem;letter-spacing:.17em;font-weight:700;color:#edf3f7}
.hero-bottom{min-height:66px;display:flex;align-items:center;gap:21px;color:#8eabbf;font-size:.72rem;font-weight:800;letter-spacing:.18em}
.hero-divider{width:4px;height:4px;border-radius:50%;background:#8eabbf}
.hero-bottom-line{height:1px;flex:1;background:#31506a}
.section{padding:105px 0}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
h2{margin:0;font-size:clamp(2.1rem,3.6vw,3.45rem);line-height:1.16;letter-spacing:-.045em}
.intro-text{border-left:1px solid var(--line);padding-left:51px}
.intro-text p{color:var(--muted);font-size:1.04rem;line-height:1.85;margin:0 0 17px}
.intro-text .text-link{margin-top:17px}
.services{background:var(--mist)}
.services-head{display:grid;grid-template-columns:1fr 340px;align-items:end;gap:48px;margin-bottom:38px}
.services-head h2{max-width:700px}
.services-head>p{margin:0 0 3px;color:var(--muted);font-size:1rem;line-height:1.75}
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.service-card{min-height:340px;padding:35px 38px 38px;background:var(--white);border:1px solid #e5ebef;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .25s,transform .25s}
.service-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.service-card-dark{background:var(--navy);color:var(--white);border-color:var(--navy)}
.service-top{display:flex;justify-content:space-between;align-items:flex-start;width:100%}
.service-number{color:#7895a7;font-size:.83rem;letter-spacing:.13em;font-weight:700}
.service-mark{width:47px;height:47px;border:1px solid #cad7df;border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:1.25rem}
.service-card-dark .service-mark{color:var(--white);border-color:#6a89a3}
.service-card h3{font-size:1.9rem;letter-spacing:-.04em;margin:42px 0 12px}
.service-card p{max-width:440px;min-height:58px;margin:0;color:var(--muted);font-size:1rem;line-height:1.7}
.service-card-dark p{color:#c5d2dc}
.service-card>a{display:inline-flex;align-items:center;gap:13px;margin-top:auto;padding-top:27px;border-bottom:1px solid currentColor;padding-bottom:6px;color:var(--blue);font-size:.88rem;font-weight:800}
.service-card-dark>a{color:var(--white)}
.service-card>a span{font-size:1.15rem}
.contact{background:var(--navy-deep);color:var(--white)}
.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:start}
.contact-main h2{max-width:650px}
.contact-main>p:not(.eyebrow){color:#c5d2dd;font-size:1.05rem;line-height:1.7;margin:23px 0 28px}
.contact-info{border-left:1px solid #35516a;padding-left:44px;margin-top:12px}
.contact-info-item+.contact-info-item{border-top:1px solid #35516a;margin-top:34px;padding-top:34px}
.contact-label{display:block;margin-bottom:15px;color:#97b9d1;font-size:.77rem;letter-spacing:.16em;font-weight:800}
.contact-phone{font-size:1.42rem;font-weight:700;letter-spacing:-.035em}
.contact-email{display:inline-block;max-width:100%;overflow-wrap:anywhere;color:#fff;font-size:1.02rem;font-weight:700;text-decoration:underline;text-decoration-color:#7695aa;text-underline-offset:5px}
.contact-info address{font-style:normal;font-size:1rem;line-height:1.75;color:#d7e1ea}
.contact-note{margin:11px 0 0;color:#b9cbd8;font-size:.88rem;line-height:1.5}
.address-link{display:inline-flex;gap:10px;margin-top:15px;border-bottom:1px solid #b0c8db;padding-bottom:4px;font-size:.86rem;font-weight:700;color:#e4f0f8}
.footer{background:var(--white)}
.footer-inner{padding:45px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-inner>img{width:240px;height:auto}
.footer-legal{display:flex;flex-direction:column;gap:8px;color:#617381;font-size:.82rem;line-height:1.35}
.back-top{font-size:.84rem;font-weight:800;color:var(--navy);white-space:nowrap}
.back-top span{margin-left:8px;font-size:1.1rem}
.floating-contact{display:none}
@media(max-width:1080px){.brand img{width:215px}.site-nav{gap:18px;font-size:.8rem}.nav-cta{gap:9px;padding-inline:13px}.hero-grid{min-height:570px}.hero-copy{padding-right:30px}.hero h1{font-size:clamp(2.65rem,4.6vw,4rem)}.intro-grid{gap:52px}.contact-grid{gap:52px}}
@media(max-width:830px){.container{width:min(calc(100% - 48px),var(--max))}.topbar-inner{height:33px}.header-inner{height:76px}.brand img{width:215px}.menu-button{width:44px;height:44px;border:1px solid var(--line);border-radius:3px;background:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.menu-button span{width:19px;height:2px;background:var(--navy)}.site-nav{display:none;position:absolute;left:0;right:0;top:100%;padding:16px 24px 24px;background:var(--white);box-shadow:0 18px 30px rgba(4,28,48,.13);flex-direction:column;align-items:stretch;gap:0}.site-nav.is-open{display:flex}.site-nav>a{padding:13px 0;font-size:1rem}.site-nav .nav-cta{margin-top:9px;padding:14px 16px;justify-content:space-between}.hero-grid{min-height:auto;grid-template-columns:1fr}.hero-copy{padding:74px 0 64px}.hero h1{max-width:700px;font-size:clamp(2.65rem,8vw,4.3rem)}.hero-media{min-height:310px;margin-inline:-24px}.hero-bottom{min-height:58px}.section{padding:80px 0}.intro-grid{gap:30px}.intro-text{padding-left:30px}.services-head{grid-template-columns:1fr 1fr;gap:30px}.contact-grid{gap:35px}.contact-info{padding-left:28px}.footer-inner>img{width:205px}}
@media(max-width:600px){.container{width:min(calc(100% - 36px),var(--max))}.topbar{font-size:.69rem}.topbar-inner>span{max-width:56%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-inner{height:72px}.brand img{width:min(215px,65vw)}.hero-copy{padding:65px 0 58px}.eyebrow{font-size:.7rem;letter-spacing:.12em;margin-bottom:23px}.eyebrow-rule{width:22px;flex-basis:22px}.hero h1{font-size:clamp(2.55rem,11vw,3.5rem);line-height:1.09}.hero-lede{font-size:1rem;line-height:1.68;margin-top:24px}.hero-actions{margin-top:30px;gap:21px}.hero-media{min-height:250px;margin-inline:-18px}.hero-media-label{left:20px;right:20px;bottom:20px;font-size:.62rem}.hero-bottom{font-size:.59rem;letter-spacing:.12em;gap:10px;min-height:60px}.hero-bottom-line,.hero-bottom-line+span{display:none}.section{padding:72px 0}h2{font-size:clamp(2rem,9vw,2.75rem)}.intro-grid,.services-head,.services-grid,.contact-grid{grid-template-columns:1fr;gap:27px}.intro-text{border-left:none;border-top:1px solid var(--line);padding:25px 0 0}.services-head{margin-bottom:27px}.services-head>p{max-width:460px}.service-card{min-height:315px;padding:27px 26px}.service-card h3{margin-top:35px}.contact-info{border-left:none;border-top:1px solid #35516a;padding:29px 0 0;margin:12px 0 0}.footer-inner{padding:39px 0 95px;flex-direction:column;align-items:flex-start;gap:23px}.footer-inner>img{width:225px}.floating-contact{position:fixed;bottom:16px;right:16px;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--navy);color:var(--white);padding:14px 18px;box-shadow:0 10px 30px rgba(4,32,58,.32);border-radius:4px;font-size:.88rem;font-weight:800}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

.site-header .brand,.footer .footer-brand{display:block;flex:0 0 auto;width:330px}
.brand .brand-logo{display:block;width:100%;height:auto}
.footer .footer-brand{width:310px}
@media(max-width:1080px){.site-header .brand{width:280px}.footer .footer-brand{width:290px}}
@media(max-width:830px){.site-header .brand{width:260px}}
@media(max-width:600px){.site-header .brand{width:min(260px,calc(100vw - 110px))}.footer .footer-brand{width:260px}.hero-bottom{flex-wrap:wrap;padding-block:12px}}
