@charset "UTF-8";

@media (max-width:1180px){
  .nav-list{gap:16px}
  .nav-list > li > a{font-size:14.5px}
  .act{padding:10px 12px;font-size:13.5px}
  .cards-4{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:1000px){
  .cards,.projs{grid-template-columns:repeat(2,1fr)}
  .cards-centre > .card{flex-basis:calc((100% - 26px) / 2);max-width:calc((100% - 26px) / 2)}
  .split{grid-template-columns:1fr;gap:38px}
  .gal,.gal-5{grid-template-columns:repeat(3,1fr)}
  .ftr-cols{grid-template-columns:1fr 1fr}
  .stats-in{grid-template-columns:1fr 1fr}
  .stat:nth-child(3){border-left:0}
  .stat:nth-child(n+3){border-top:1px solid rgba(255,255,255,.16)}
  .sec{padding:70px 0}
  .hero-in{padding-block:74px}
}

@media (max-width:900px){
  :root{--hdr-h:70px;--topbar-h:38px}
  .burger{display:block;margin-left:auto}

  .hero{min-height:520px}
  .hero-img{object-position:center 40%}
  .hero::after{background:linear-gradient(180deg,rgba(3,26,80,.86) 0%,rgba(4,34,96,.80) 45%,rgba(4,34,96,.90) 100%)}
  .hero-in{text-align:left}
  .hero-in > *{max-width:none;margin-left:0}
  .hero h1{font-size:clamp(30px,4.6vw,42px)}
  .hero p{max-width:580px}
  .hero .btns{justify-content:flex-start;max-width:none;margin-left:0}
  .hero .hero-trust{justify-content:flex-start;max-width:none;margin-left:0;gap:12px 30px}

  .phero-right::after,.phero-left::after{background:linear-gradient(180deg,rgba(3,26,80,.84) 0%,rgba(4,34,96,.78) 45%,rgba(4,34,96,.88) 100%)}
  .phero-right .phero-in{text-align:left}
  .phero-right .phero-in > *,.phero-left .phero-in > *{max-width:none;margin-left:0}
  .phero-right h1,.phero-left h1{max-width:900px}
  .phero-right p,.phero-left p{max-width:680px}
  .phero-right .btns{justify-content:flex-start;max-width:none;margin-left:0}

  .nav{
    position:fixed;inset:calc(var(--hdr-h) + var(--topbar-h)) 0 0 0;
    background:#fff;
    display:block;
    margin:0;
    padding:16px 0 120px;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateX(100%);
    transition:transform .22s ease;
    visibility:hidden;
    z-index:79;
  }
  .nav.open{transform:none;visibility:visible}

  .nav-list{display:block;gap:0;text-align:center}
  .nav-list > li{border-bottom:1px solid var(--line)}
  .nav-list > li > a{
    display:block;padding:17px 24px;font-size:18px;border-bottom:0;
    min-height:56px;
  }

  .sub{
    position:static;opacity:1;visibility:visible;transform:none;
    border:0;box-shadow:none;border-radius:0;min-width:0;
    padding:0 0 10px;background:var(--bg);
    display:none;
  }
  .has-sub.open > .sub{display:block}
  .has-sub > a{position:relative}
  .has-sub > a::after{
    content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);
    font-size:24px;color:var(--blue);line-height:1;font-weight:400;
  }
  .has-sub.open > a::after{content:"\2212"}
  .sub a{padding:14px 24px;font-size:16.5px;min-height:50px;display:flex;align-items:center;justify-content:center}

  .hdr-actions{
    display:grid;grid-template-columns:1fr 1fr;gap:10px;
    padding:22px 24px 0;margin:0;
  }
  .act{justify-content:center;padding:15px 12px;font-size:15.5px}

  body.nav-open{overflow:hidden}

  .mbar{display:flex}
  body{padding-bottom:62px}
  .back-top{bottom:76px}
}

@media (max-width:760px){
  body{font-size:16px}
  .wrap{padding-inline:18px}

  .brand img{height:40px}
  .brand-txt b{font-size:16px}
  .brand-txt small{font-size:9px;letter-spacing:.16em}

  .hero{min-height:0}
  .hero-in{padding-block:56px}
  .hero::after{background:linear-gradient(180deg,rgba(3,26,80,.92),rgba(5,40,110,.9))}
  .hero p{font-size:17.5px}
  .hero .hero-trust{gap:9px 18px;font-size:13px}

  .phero-in{padding-block:48px}
  .phero p{font-size:17px}

  .cards,.projs,.cards-2,.cards-4{grid-template-columns:1fr}
  .cards-centre > .card{flex-basis:100%;max-width:100%}
  .gal,.gal-5,.gal-3{grid-template-columns:repeat(2,1fr);gap:10px}

  .lb{padding:52px 10px}
  .lb-fig img{max-height:calc(100vh - 170px)}
  .lb-nav{width:44px;height:44px}
  .lb-prev{left:6px}
  .lb-next{right:6px}
  .proj{aspect-ratio:4/3}

  .sec{padding:54px 0}
  .shead{margin-bottom:34px}
  .cta{padding:56px 0}
  .cta-in{gap:26px}

  .btns{width:100%}
  .btn{width:100%}

  .form{padding:22px 18px}
  .grid-2{grid-template-columns:1fr}

  .ftr{padding-top:56px}
  .ftr-cols{grid-template-columns:1fr;gap:34px;padding-bottom:38px}
  .ftr-btm{flex-direction:column;gap:10px}

  .stat b{font-size:32px}
  .stat{padding:24px 14px}

  .spectbl{font-size:14.5px}
  .spectbl th,.spectbl td{padding:11px 12px}
}

@media (max-width:900px) and (orientation:landscape){
  :root{--hdr-h:58px;--topbar-h:36px}
  .nav{padding-bottom:80px}
  .nav-list > li > a{padding:13px 24px;min-height:46px;font-size:16.5px}
  .sub a{min-height:42px;padding:11px 24px}
  .hero-in{padding-block:44px}
  .hero h1{font-size:clamp(28px,5vw,40px)}
  .mbar a{padding:7px 4px;font-size:10.5px}
  .mbar svg{width:17px;height:17px}
  body{padding-bottom:52px}
}

@media (max-width:380px){
  .brand-txt small{display:none}
  .hdr-actions{grid-template-columns:1fr}
  .mbar a{font-size:10px}
}

@media (min-width:1500px){
  :root{--wrap:1340px}
}

@media print{
  .hdr,.topbar,.stickytop,.nav,.mbar,.back-top,.cta,.crumbs,.burger,.memstrip{display:none !important}
  body{padding-bottom:0;font-size:12pt;color:#000}
  .hero,.phero{min-height:0;background:none;color:#000}
  .hero::after,.hero-img,.phero img{display:none}
  .hero h1,.phero h1,.hero p,.phero p{color:#000}
  .ftr{background:none;color:#000;border-top:1px solid #999}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt}
  .sec{padding:18px 0}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  .card:hover{transform:none}
  .card:hover .card-img img,.proj:hover img,.gal a:hover img,
  .flyer:hover img{transform:none}
}

@media (max-width:1000px){
  .steps{grid-template-columns:repeat(2,1fr)}
  .vcards{grid-template-columns:repeat(2,1fr)}

  .vcards > :last-child:nth-child(3n+1){grid-column:auto}
  .vcards > :last-child:nth-child(2n+1){grid-column:1 / -1;justify-self:center;width:calc(50% - 13px)}
  .formgrid{grid-template-columns:1fr;gap:34px}
  .bignum{grid-template-columns:150px 1fr;gap:26px}
  .bignum-img{grid-column:1 / -1;aspect-ratio:16/9}
  .bignum-fig b{font-size:58px}
}
@media (max-width:760px){
  .steps,.steps-3,.vcards,.cbox{grid-template-columns:1fr}
  .vcards > :last-child:nth-child(2n+1),
  .vcards > :last-child:nth-child(3n+1){grid-column:auto;justify-self:stretch;width:auto}
  .defs div{grid-template-columns:1fr;gap:6px;padding:15px 0}
  .bignum{grid-template-columns:1fr;gap:16px;padding:28px 0}
  .bignum-fig b{font-size:52px}
  .answer{padding:22px 20px}
  .note{padding:18px 20px}
}
@media (max-width:760px){
  .chartblock{padding:22px 0}
  .chartblock-head h3{font-size:20px}
}

@media (max-width:760px){
  .badges li{width:142px;min-height:100px;padding:14px 18px}
  .badges img{max-width:104px;max-height:64px}
  .job{grid-template-columns:1fr;padding:22px 20px}

  .flyers{gap:14px}
  .flyer{width:calc(50% - 7px)}
}

@media (max-width:760px){
  .quote{padding:22px 20px}
  .quote p{font-size:16px}
}

@media (max-width:1000px){
  .revs{grid-template-columns:1fr}
}
@media (max-width:760px){
  .post-hero{margin:26px 0 30px}
  .pager{gap:14px;flex-wrap:wrap}
  .rev{padding:22px 22px}
}

@media (max-width:760px){
  .post-hero-tall{max-width:100%}
  .post-hero-news,.post-hero-news.post-hero-tall{max-width:100%}
  .post-hero-news.post-hero-tall{width:auto}
  .post-hero-news.post-hero-tall img{max-height:none;width:100%}
}

@media (max-width:760px){

  .load{grid-template-columns:1fr;gap:5px}
  .load-date{font-size:13.5px}
}

@media (max-width:760px){
  .spectbl{font-size:14.5px}
  .spectbl th,.spectbl td{padding:11px 11px}
  .spectbl td .nowrap{white-space:normal}
}

@media (max-width:760px){
  .memstrip{padding:24px 0}
  .memstrip .badges{gap:9px}
  .memstrip .badges li{width:104px;min-height:70px;padding:9px 12px}
  .memstrip .badges img{max-width:78px;max-height:48px}
  .memstrip-note{font-size:14px;margin-top:14px}
}

@media (max-width:1000px){ .vids{grid-template-columns:repeat(2,1fr)} }

@media (max-width:900px){
  .vid-lock-sub{display:none}
  .vid-lock-say{font-size:15px}
}
@media (max-width:640px){
  .vids{grid-template-columns:1fr;gap:24px}

  .vid-lock-sub{display:block;font-size:13px}
  .vid-lock-say{font-size:17px}
  .vid-play{width:54px;height:54px}
  .vid-play svg{width:28px;height:28px}
  .vid-gate{padding:14px 16px}
  .vid-gate button{width:100%}
}

@media (max-width:760px){
  .topbar-in{justify-content:space-between;gap:10px}
  .tb{font-size:13px;gap:6px}
  .tb-mail span{display:none}
  .tb-mail::after{content:"Email";font-weight:600}
}
@media (max-width:400px){
  .tb span{font-size:12.5px}
}
