:root{
  --navy:#06245f;
  --deep:#06162d;
  --blue:#087cc1;
  --cyan:#dff4fb;
  --text:#082452;
  --muted:#6d7e95;
  --line:#dbe6ee;
  --white:#fff;
  --max:1120px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}

/* Header */
.topbar{background:var(--navy);color:#dce8f5;font-size:10px;letter-spacing:.02em}
.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.top-contact{display:flex;gap:22px}
.nav-wrap{height:78px;background:#fff;border-bottom:1px solid #edf1f4}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:9px;color:var(--navy)}
.brand-mark{width:31px;height:31px;border:2px solid var(--navy);display:grid;place-items:center;font-size:9px;font-weight:800;letter-spacing:-.08em}
.brand strong,.brand small{display:block;line-height:1}
.brand strong{font-size:11px;letter-spacing:.08em}
.brand small{font-size:7px;letter-spacing:.22em;margin-top:4px}
.menu{display:flex;align-items:center;gap:22px;font-size:11px;font-weight:500}
.menu a{transition:.25s;color:#29415e}
.menu a:hover{color:var(--blue)}
.nav-cta{border:1px solid #b8d0e1;padding:12px 15px!important;color:var(--navy)!important}
.nav-cta span{margin-left:10px}
.menu-toggle{display:none;border:0;background:none;width:40px}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0}

/* Hero */
.hero{min-height:560px;position:relative;color:white;overflow:hidden;background:#071b35}
.hero-image,.hero-overlay{position:absolute;inset:0}
.hero-image{background:url("https://images.unsplash.com/photo-1537462715879-360eeb61a0ad?auto=format&fit=crop&w=1800&q=90") center/cover}
.hero-overlay{background:linear-gradient(90deg,rgba(2,17,37,.97) 0%,rgba(3,27,53,.86) 47%,rgba(2,17,37,.38) 100%)}
.hero-content{position:relative;z-index:2;padding:105px 0 95px}
.eyebrow{font-size:9px;font-weight:700;letter-spacing:.2em;color:#0879bd;margin-bottom:13px}
.eyebrow.light{color:#87c7e8}
.hero h1{font-size:clamp(42px,5.1vw,69px);line-height:1.02;letter-spacing:-.055em;max-width:680px}
.hero h1 em{font-style:normal;color:#53b6e7}
.hero-text{max-width:555px;color:#c7d7e6;font-size:14px;margin:22px 0 27px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;gap:22px;padding:13px 17px;font-size:10px;font-weight:700;transition:.25s}
.button.primary{background:#087fc4;color:white}
.button.primary:hover{transform:translateY(-2px);background:#0b91dc}
.button.ghost{border:1px solid rgba(255,255,255,.35);color:#fff}
.button.ghost:hover{background:rgba(255,255,255,.1)}
.hero-side{position:absolute;right:max(28px,calc((100vw - var(--max))/2));bottom:68px;z-index:2;border-left:1px solid rgba(255,255,255,.25);padding-left:16px;font-size:9px;color:#c8d8e6}
.hero-side span{display:block;color:#6caed0;margin-bottom:7px}
.hero-side strong{font-weight:500}

/* Generic sections */
.section{padding:100px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.about-photo{position:relative;padding:0 15px 15px 0}
.about-photo:after{content:"";position:absolute;right:0;bottom:0;width:74%;height:72%;border:1px solid #c7dce7;z-index:-1}
.about-photo img{height:390px;object-fit:cover}
.about-photo span{position:absolute;left:0;bottom:15px;background:var(--navy);color:#fff;padding:8px 12px;font-size:8px}
.about-copy h2,.section-heading h2,.commitment h2{font-size:42px;line-height:1.05;letter-spacing:-.045em;margin-bottom:20px}
.about-copy h2 strong,.commitment h2 strong{color:#087fc4}
.about-copy p{font-size:13px;color:var(--muted);margin-bottom:15px;max-width:530px}
.text-link{display:inline-flex;gap:15px;align-items:center;color:#087fc4;font-size:10px;font-weight:700;border-bottom:1px solid #b9d5e4;padding-bottom:8px;margin-top:8px}
.stats{display:flex;gap:75px;border-top:1px solid var(--line);margin-top:34px;padding-top:19px}
.stats strong{display:block;font-size:28px;line-height:1}
.stats span{display:block;font-size:9px;color:var(--muted);margin-top:6px}

/* Services */
.services{background:#eff9fc}
.section-heading{max-width:650px;margin-bottom:35px}
.section-heading h2{margin-bottom:13px}
.section-heading>p:last-child{color:var(--muted);font-size:12px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-card{position:relative;background:#fff;border:1px solid #e0ebf1;padding:23px 21px 25px;min-height:205px;transition:.3s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(8,36,82,.08)}
.card-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid #c8dfe9;color:#087fc4;font-size:14px;margin-bottom:22px}
.service-card small{display:block;color:#8193a5;font-size:7px;letter-spacing:.13em;font-weight:700;margin-bottom:6px}
.service-card h3{font-size:15px;margin-bottom:8px}
.service-card p{font-size:10px;color:var(--muted);max-width:260px}
.service-card>a{position:absolute;right:20px;top:20px;color:#087fc4;font-size:12px}
.center{text-align:center;margin-top:27px}

/* Commitment */
.commitment{background:#fff}
.commitment-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.commitment h2{margin-bottom:15px}
.commitment p{color:var(--muted);font-size:12px;max-width:440px;margin-bottom:24px}
.principles{border-top:1px solid var(--line)}
.principles>div{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}
.principles b{font-size:9px;color:#087fc4}
.principles span{font-size:10px;color:var(--muted)}
.principles strong{display:block;color:var(--text);font-size:11px;margin-bottom:3px}

/* Image band */
.image-band{position:relative;min-height:420px;display:grid;place-items:center;color:#fff;overflow:hidden}
.image-band-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,20,43,.94),rgba(4,37,70,.55)),url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1800&q=85") center/cover}
.image-band .container{position:relative}
.image-band h2{font-size:clamp(35px,5vw,58px);line-height:1.05;letter-spacing:-.05em;margin-bottom:25px}

/* Articles */
.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.article{border:1px solid var(--line);background:#fff}
.article img{height:235px;object-fit:cover}
.article>div{padding:22px}
.article small{font-size:8px;letter-spacing:.15em;color:#087fc4;font-weight:700}
.article h3{font-size:18px;line-height:1.2;margin:7px 0 17px}
.article a{font-size:10px;color:#087fc4;font-weight:700}

/* CTA/Footer */
.cta{background:var(--navy);color:#fff;padding:58px 0}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta h2{font-size:31px;line-height:1.1;margin-bottom:7px}
.cta p:last-child{font-size:11px;color:#bdd0e3}
.footer{background:#06172e;color:#c3d0df;padding:70px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.25fr 1.1fr;gap:45px}
.footer-brand{color:#fff;margin-bottom:17px}
.footer-grid>div>p{font-size:10px;max-width:260px;line-height:1.7}
.footer h4{font-size:8px;letter-spacing:.16em;color:#fff;margin-bottom:16px}
.footer-grid>div>a:not(.brand),.footer-grid>div>span{display:block;font-size:9px;margin:8px 0;color:#9fb1c4}
.footer-grid>div>a:hover{color:#fff}
.social{display:flex;gap:7px;margin-top:17px}
.social a{width:25px!important;height:25px;border:1px solid #42566e;display:grid!important;place-items:center;color:#fff!important;margin:0!important}
.copyright{border-top:1px solid #1a2b41;margin-top:55px;padding-top:16px;display:flex;justify-content:space-between;font-size:8px;color:#6f8298}

/* Scroll reveal — CSS only */
.reveal{animation:rise linear both;animation-timeline:view();animation-range:entry 0% cover 28%}
@keyframes rise{0%{opacity:0;transform:translateY(35px)}100%{opacity:1;transform:none}}
@supports not (animation-timeline:view()){
  .reveal{animation:loadIn .8s ease both}
}
@keyframes loadIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}

/* Responsive */
@media(max-width:900px){
  .menu{gap:12px}
  .menu a{font-size:10px}
  .about-grid,.commitment-grid{gap:40px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .topbar{display:none}
  .nav-wrap{height:68px}
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 20px;flex-direction:column;align-items:stretch;gap:0;z-index:20;box-shadow:0 15px 25px rgba(0,0,0,.08)}
  .menu.open{display:flex}
  .menu a{padding:12px 0;border-bottom:1px solid #edf1f4}
  .nav-cta{margin-top:8px;text-align:center}
  .hero{min-height:650px}
  .hero-content{padding:80px 0}
  .hero h1{font-size:42px}
  .hero-side{display:none}
  .about-grid,.commitment-grid,.article-grid{grid-template-columns:1fr}
  .about-photo img{height:310px}
  .section{padding:72px 0}
  .about-copy h2,.section-heading h2,.commitment h2{font-size:34px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:180px}
  .commitment-grid{gap:45px}
  .image-band{min-height:370px}
  .cta-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px 25px}
  .copyright{flex-direction:column;gap:8px}
}
@media(max-width:430px){
  .hero h1{font-size:37px}
  .hero-text{font-size:12px}
  .hero-actions .button{width:100%;justify-content:space-between}
  .stats{gap:40px}
  .footer-grid{grid-template-columns:1fr}
}
