
:root{
  --maroon:#6b1d1d;
  --maroon-dark:#541616;
  --gray:#ececec;
  --text:#222;
  --muted:#555;
  --max:1100px;
  --header-z:100;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Montserrat,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:var(--maroon);text-decoration:none}
a:hover{text-decoration:underline}

body{padding-top:118px}
.qr-wrap{display:flex;justify-content:center;padding:8px 16px 16px;background:#fff}
.qr-wrap img{width:600px;max-width:100%;height:auto;border:1px solid #cfcfcf}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:var(--header-z);
  background:#fff;
  box-shadow:0 1px 0 #d0d0d0;
}
.topbar{display:flex;justify-content:center;gap:80px;padding:8px 16px;font-size:15px;background:#fff}
.topbar a{color:#2a6fbd}
.nav{background:#e6e6e6;border-top:1px solid #ddd}
.nav-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;gap:8px;padding:6px 16px;flex-wrap:wrap}
.logo img{width:175px;height:auto;display:block}
.nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:2px;margin-left:18px}
.nav-links>a,.drop>button{
  display:inline-block;padding:10px 14px;color:#333;font-size:15px;
  background:none;border:0;cursor:pointer;font-family:inherit;font-weight:400
}
.nav-links>a:hover,.drop>button:hover{color:#111;text-decoration:none}
.nav-links>a.active,.drop>button.active{font-weight:700;color:#111}
.drop{position:relative}
.drop-menu{
  display:none;position:absolute;top:100%;left:0;background:#fff;
  border:1px solid #ddd;min-width:240px;z-index:20;box-shadow:0 8px 20px rgba(0,0,0,.08)
}
.drop:hover .drop-menu,.drop:focus-within .drop-menu{display:block}
.drop-menu a{display:block;padding:10px 14px;color:#333;font-size:14px}
.drop-menu a:hover{background:#f6f6f6;text-decoration:none}
.drop-menu a.active{font-weight:700}

.hero{max-width:1200px;margin:24px auto;padding:0 16px}
.hero-img{min-height:320px;background:#333 center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}
.hero-img h1{color:#fff;font-weight:500;font-size:clamp(22px,3.2vw,36px);text-shadow:0 2px 10px rgba(0,0,0,.6);max-width:900px;padding:40px 24px;margin:0}
.badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;padding:28px 16px}
.badges img{height:61px;width:auto;object-fit:contain}
.wrap{max-width:var(--max);margin:0 auto;padding:8px 20px 40px}
.intro{font-size:17px}
.divider{height:1px;background:#ccc;margin:28px 0}
.postcards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.postcards img{width:100%;height:auto;border:1px solid #eee}
h2.section{font-size:22px;font-weight:600;margin:8px 0 16px}
.news-list{display:flex;flex-direction:column;gap:28px;max-width:720px;margin:0 auto}
.news-item h3{margin:0 0 4px;font-size:22px;font-weight:600;color:#333}
.news-item h3 a{color:#333}
.news-item .date{color:#888;font-size:12px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}
.news-item p{margin:0;color:#444;white-space:pre-line}
.footer{max-width:var(--max);margin:0 auto;padding:10px 20px 40px;color:#666;font-size:14px}
.page-title{font-size:32px;font-weight:700;margin:28px 0 16px;text-align:center}
.lead{font-size:18px;text-align:center;color:#444;margin:10px auto 28px;max-width:720px}
.about-hero{
  text-align:center;
  font-style:italic;
  font-weight:700;
  font-size:clamp(28px, 3.8vw, 42px);
  line-height:1.25;
  color:#111;
  max-width:900px;
  margin:56px auto 64px;
  padding:0 16px;
}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.grid-2 img{width:100%;height:auto}
.team{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card img{width:100%;height:auto;aspect-ratio:353/255;object-fit:cover;object-position:center 12%;background:#eee;display:block}
.team-page .card img{aspect-ratio:359/450;object-position:center top}
.card h3{margin:10px 0 4px;font-size:18px}
.card p{margin:0;color:#555;font-size:14px}
.services-intro{max-width:760px;margin:0 auto 24px;text-align:center}
.services-cols{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:640px;margin:0 auto 36px}
.services-cols h2{margin:0 0 8px;font-size:20px}
.scroll-box{height:160px;overflow:auto;border:1px solid #ddd;padding:8px 12px;background:#fafafa;font-size:14px}
.scroll-box div{padding:2px 0}
.cert-block{max-width:860px;margin:0 auto}
.cert-block h2{text-align:center;font-size:22px;margin:8px 0 24px}
.cert-row{display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:center;margin:0 0 28px}
.cert-row.rev{grid-template-columns:1fr 180px}
.cert-row img{width:140px;max-height:90px;object-fit:contain;height:auto;justify-self:center}
.notice{background:#f7f2f2;border:1px solid #e0cfcf;padding:18px 20px;margin:16px 0}
.notice h1{margin:0 0 8px;color:var(--maroon);font-size:28px}
.label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#888;font-weight:600}
.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px}
.map{width:100%;height:360px;border:0;margin:16px 0}
.btn{display:inline-block;background:var(--maroon);color:#fff;padding:10px 16px;border-radius:3px}
.btn:hover{background:var(--maroon-dark);text-decoration:none;color:#fff}
form.simple label{display:block;margin:12px 0 4px;font-weight:600;font-size:14px}
form.simple input,form.simple select,form.simple textarea{width:100%;padding:8px 10px;border:1px solid #ccc;font-family:inherit;font-size:15px}
form.simple textarea{min-height:90px}
form.simple .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.article{max-width:760px;margin:0 auto}
.article .date{color:#777;text-transform:uppercase;letter-spacing:.04em;font-size:12px}
.article .body p{margin:0 0 1em}
.widget-wrap{max-width:980px;margin:20px auto 36px;padding:0 16px}
.hamburger{display:none;margin-left:auto;background:none;border:0;font-size:28px}

@media(max-width:800px){
  .grid-2,.services-cols,.contact-grid,.postcards,.team,form.simple .row,.cert-row,.cert-row.rev{grid-template-columns:1fr}
  .team{grid-template-columns:1fr 1fr}
  .topbar{gap:24px}
  .cert-row img{margin-bottom:8px}
}
@media(max-width:720px){
  .hamburger{display:block}
  .nav-links{display:none;width:100%;flex-direction:column;align-items:stretch;margin-left:0}
  .nav-links.open{display:flex}
  .drop-menu{position:static;box-shadow:none;border:0}
}

@media(max-width:720px){
  body{padding-top:148px}
}
.easypay-page{text-align:center;max-width:760px}
.easypay-card{display:block;width:209px;height:auto;margin:8px auto 28px}
.easypay-copy{color:#444;font-size:16px;line-height:1.6;margin:0 auto 36px;max-width:720px;text-align:center}
.easypay-apply{color:#444;font-size:16px;line-height:1.6;margin:0 auto 8px}
.easypay-apply a{color:#2a6fbd;text-decoration:underline}
.emp-page{max-width:980px}
.emp-kicker{text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#9a9a9a;margin:8px 0 4px}
.emp-team-heading{text-align:center;font-size:32px;font-weight:700;margin:0 0 28px}
.emp-team{
  margin:0 auto 36px;
  max-width:920px;
  grid-template-columns:repeat(4,minmax(0,210px));
  justify-content:center;
  gap:16px;
}
.emp-team .card h3{text-align:center;font-size:28px;font-weight:500;margin:12px 0 6px}
.emp-team .card p{color:#555;font-size:15px;line-height:1.45}
.emp-team .card img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center top;
  background:transparent;
}
.emp-copy{max-width:820px;margin:0 auto;color:#333;font-size:16px;line-height:1.55}
.emp-copy p{margin:0 0 16px}
.emp-points{margin:8px 0 20px;padding-left:22px}
.emp-points li{margin:0 0 8px}
.emp-link{color:#2a6fbd;text-decoration:underline}
.emp-cta{font-weight:700;letter-spacing:.02em;margin:18px 0 4px}
.emp-phone{font-size:22px;margin:0 0 12px}
.emp-phone a{color:#2a6fbd}
