:root{--navy:#041a36;--blue:#062b5b;--gold:#e6b43b;--cream:#f5f7fa;--ink:#152033;--muted:#586779;--line:#d9e0e8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);font-size:16px;line-height:1.65}a{color:inherit}.site-header{height:86px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:rgba(4,26,54,.97);color:white;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:56px;height:62px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font:800 24px/1 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:.08em}.brand small{color:var(--gold);font:700 11px/1.5 Inter,sans-serif;text-transform:uppercase;letter-spacing:.2em}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:600}.nav-cta{border:1px solid var(--gold);padding:10px 16px;color:var(--gold)}.menu-button{display:none}.hero{background:linear-gradient(118deg,var(--navy) 0%,var(--blue) 72%,#0a3b76 100%);color:white;min-height:690px;display:grid;align-items:center;overflow:hidden}.hero-grid{width:min(1180px,90vw);margin:auto;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px}.eyebrow{color:var(--gold);font:700 13px/1.2 Inter,sans-serif;text-transform:uppercase;letter-spacing:.2em;margin:0 0 20px}.hero h1,.section h2,.dark-section h2,.quote-section h2{font:800 clamp(44px,6vw,80px)/.96 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:.01em;margin:0}.hero h1 span{color:var(--gold)}.hero-intro{font-size:20px;max-width:650px;color:#dce7f4;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border:0;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:13px;cursor:pointer}.primary{background:var(--gold);color:var(--navy)}.primary:hover{background:#f3c658}.secondary{border:1px solid rgba(255,255,255,.45);color:white;background:transparent}.trust-list{list-style:none;padding:0;margin:34px 0 0;display:flex;gap:24px;flex-wrap:wrap;color:#cbd8e8;font-size:14px}.trust-list li:before{content:'✓';color:var(--gold);margin-right:8px}.hero-mark{min-height:520px;display:grid;place-items:center;position:relative}.hero-mark img{width:min(430px,92%);position:relative;z-index:2;filter:drop-shadow(0 28px 35px rgba(0,0,0,.35))}.watch-ring{width:470px;height:470px;border:1px solid rgba(230,180,59,.35);border-radius:50%;position:absolute}.watch-ring:after,.watch-ring:before{content:'';position:absolute;inset:35px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.watch-ring:after{inset:90px;border-color:rgba(230,180,59,.22)}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--gold);color:var(--navy);padding:24px 5vw}.proof-strip p{margin:0;display:flex;flex-direction:column;align-items:center;border-right:1px solid rgba(4,26,54,.25)}.proof-strip p:last-child{border:0}.proof-strip strong{font:800 23px 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:.09em}.proof-strip span{font-size:13px}.section{padding:110px max(5vw,24px)}.section-heading{max-width:750px;margin-bottom:55px}.section-heading h2{font-size:clamp(42px,5vw,66px);color:var(--navy)}.section-heading>p:last-child{color:var(--muted);font-size:18px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:34px;min-height:280px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}.service-grid article:hover{background:var(--cream);transform:translateY(-3px)}.service-grid span{color:var(--gold);font-weight:800}.service-grid h3{font:800 29px/1.1 'Barlow Condensed',sans-serif;text-transform:uppercase;color:var(--navy);margin:38px 0 14px}.service-grid p{color:var(--muted);margin:0}.dark-section{padding:110px max(5vw,24px);background:var(--navy);color:white}.section-heading.light h2{color:white;font-size:clamp(42px,5vw,66px)}.industry-list{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.2)}.industry-list div{padding:30px 22px;border-right:1px solid rgba(255,255,255,.2)}.industry-list b{display:block;color:var(--gold);font:800 25px 'Barlow Condensed',sans-serif;text-transform:uppercase}.industry-list span{color:#b9c7d8;font-size:14px}.about{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:start}.about h2{font-size:clamp(42px,5vw,64px);color:var(--navy);margin-bottom:30px}.about-panel>p:not(.eyebrow){color:var(--muted);font-size:18px}.standards{background:var(--cream);padding:42px}.standards h3{font:800 32px 'Barlow Condensed',sans-serif;text-transform:uppercase;color:var(--navy);margin:0 0 28px}.standards ul{list-style:none;padding:0;margin:0}.standards li{padding:18px 0;border-top:1px solid var(--line);display:flex;flex-direction:column}.standards b{color:var(--navy)}.standards span{color:var(--muted);font-size:14px}.quote-section{padding:110px max(5vw,24px);background:#eef2f7;display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw}.quote-section h2{font-size:clamp(44px,5vw,68px);color:var(--navy)}.quote-intro>p:not(.eyebrow){color:var(--muted);font-size:18px}.contact-card{margin-top:45px;border-left:4px solid var(--gold);padding:18px 22px;background:white;display:flex;flex-direction:column}.contact-card span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.contact-card strong{color:var(--navy);margin-bottom:14px}.contact-card small{color:#8a4b25}form{background:white;padding:42px;box-shadow:0 25px 70px rgba(4,26,54,.11)}label{display:flex;flex-direction:column;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:20px}input,select,textarea{margin-top:8px;padding:13px 14px;border:1px solid #bcc7d4;background:white;font:inherit;color:var(--ink);border-radius:0}input:focus,select:focus,textarea:focus{outline:3px solid rgba(230,180,59,.35);border-color:var(--gold)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-note{font-size:13px;color:var(--muted);margin-bottom:0}footer{background:#020d1b;color:#aebdd0;padding:45px max(5vw,24px);display:flex;justify-content:space-between;align-items:center;font-size:13px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:62px;height:70px;object-fit:contain}.footer-brand p{display:flex;flex-direction:column}.footer-brand strong{font:800 23px 'Barlow Condensed',sans-serif;text-transform:uppercase;color:white}.footer-brand span{color:var(--gold)}footer>div:last-child{text-align:right}footer p{margin:3px 0}@media(max-width:900px){.site-header nav{display:none;position:absolute;top:86px;left:0;right:0;background:var(--navy);padding:24px;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.menu-button{display:block;background:transparent;border:1px solid var(--gold);color:var(--gold);padding:9px 13px}.hero-grid{grid-template-columns:1fr;padding:80px 0}.hero-mark{min-height:350px;grid-row:1}.hero-mark img{max-height:330px}.watch-ring{width:330px;height:330px}.service-grid{grid-template-columns:repeat(2,1fr)}.industry-list{grid-template-columns:repeat(2,1fr)}.about,.quote-section{grid-template-columns:1fr}.proof-strip{grid-template-columns:1fr;gap:16px}.proof-strip p{border:0}.hero{min-height:auto}}@media(max-width:560px){.brand strong{font-size:20px}.brand img{width:48px}.hero h1{font-size:50px}.hero-intro{font-size:17px}.hero-actions .button{width:100%}.hero-mark{min-height:280px}.hero-mark img{max-height:270px}.watch-ring{width:260px;height:260px}.trust-list{gap:10px}.service-grid,.industry-list{grid-template-columns:1fr}.service-grid article{min-height:auto}.section,.dark-section,.quote-section{padding-top:80px;padding-bottom:80px}.form-row{grid-template-columns:1fr}form{padding:25px}.about{gap:45px}.standards{padding:28px}footer{flex-direction:column;align-items:flex-start;gap:25px}footer>div:last-child{text-align:left}}
