
:root{
  --page:#f6f6f6;
  --text:#222;
  --muted:#666;
  --line:#d7d7d7;
  --soft:#eeeeee;
  --white:#fff;
  --blue:#006fb6;
  --blue-dark:#00558c;
  --footer:#1a1a1a;
  --footer-soft:#cfcfcf;
  --max:980px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--page) url('../images/back.jpg') top center/cover fixed no-repeat}
a{color:#111;text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}.wrap{width:min(var(--max),calc(100% - 32px));margin:0 auto}.site-header{background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.22);position:sticky;top:0;z-index:50}.header-row{display:flex;align-items:center;gap:26px;height:54px}.brand{font-size:20px;color:#111;white-space:nowrap}.brand img{max-width:178px;height:auto}.main-nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:0}.main-nav a{display:flex;align-items:center;height:54px;padding:0 14px;color:#222;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap}.main-nav a:hover,.main-nav a.active{background:#f1f1f1;color:#000;text-decoration:none}.hero-home{padding:70px 0 22px}.hero-home h1{margin:0 0 4px;font-weight:400;font-size:28px;line-height:1.15;color:#3d3d3d}.hero-home .subtitle{font-size:19px;color:#555;margin:0 0 34px}.tile-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tile{position:relative;background:#222;color:#fff;min-height:185px;overflow:hidden}.tile img{width:100%;height:185px;object-fit:cover;filter:grayscale(.1);opacity:.92;transition:.25s}.tile:hover img{transform:scale(1.035);opacity:1}.tile .top{position:absolute;left:14px;top:14px;right:12px;font-size:15px;line-height:1.25;color:#fff;text-shadow:0 1px 2px #000}.tile .bottom{position:absolute;left:14px;bottom:12px;font-size:22px;color:#fff;text-shadow:0 1px 2px #000}.divider{height:38px;position:relative;margin:4px 0 18px}.divider:before,.divider:after{content:"";position:absolute;top:18px;height:1px;background:#777}.divider:before{left:0;right:50.8%}.divider:after{left:50.8%;right:0}.divider span{position:absolute;left:50%;top:13px;transform:translateX(-50%);width:10px;height:10px;background:#333;clip-path:polygon(50% 100%,0 0,100% 0)}.section{padding:36px 0}.section.white{background:#fff}.section.grey{background:#eee}.section h2{margin:0 0 16px;font-size:20px;line-height:1.25;font-weight:700}.section h3{margin:0 0 10px;font-size:15px;line-height:1.25;font-weight:700}.section p{margin:0 0 12px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.btn{display:inline-flex;background:#050505;color:#fff;border-radius:2px;padding:9px 13px;font-size:12px;font-weight:700;margin-top:14px}.btn:hover{background:#333;color:#fff;text-decoration:none}.btn.blue{background:var(--blue)}.btn.blue:hover{background:var(--blue-dark)}.image-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.image-strip.three{grid-template-columns:repeat(3,1fr)}.image-strip img{width:100%;height:135px;object-fit:cover;border:1px solid #ddd;background:#fff}.about-grid{display:grid;grid-template-columns:1fr;gap:24px}.clean-list{margin:0 0 14px 18px;padding:0}.clean-list li{margin:3px 0}.form-panel{background:#eee;border:1px solid #ddd;padding:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}.form-grid .full{grid-column:1/-1}label{font-weight:700;font-size:12px}input,textarea,select{width:100%;border:1px solid #c8c8c8;background:#fff;padding:8px;font:inherit}textarea{min-height:120px}.note{font-size:12px;color:#444}.page-hero{background:#fff;padding:18px 0 0}.page-titlebar{display:flex;align-items:baseline;gap:28px;padding:10px 0 14px}.page-titlebar h1{font-size:18px;font-weight:400;margin:0}.page-titlebar p{margin:0;color:#333}.hero-strip img{width:100%;height:150px;object-fit:cover}.content-layout{display:grid;grid-template-columns:1fr 210px;gap:24px}.content-box{background:#eee;padding:18px}.white-box{background:#fff;padding:18px}.sidebar{font-size:12px}.sidebar .card{background:#fff;border-left:1px solid #ddd;padding:12px;margin-bottom:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-img{border:1px solid #d5d5d5;background:#fff}.feature-img img{width:100%;height:180px;object-fit:cover}.legal{background:#fff;padding:38px 42px;margin:42px auto;border:1px solid #ddd}.legal h1{font-size:30px;margin:0 0 24px}.legal h2{font-size:22px;margin:34px 0 12px;border-top:1px solid #ddd;padding-top:22px}.legal h3{font-size:16px;margin:22px 0 8px}.contact-card{background:#fff;border:1px solid #ddd;padding:22px}.site-footer{background:#bbb;color:#222;margin-top:0}.footer-top{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;padding:34px 0}.site-footer h3{font-size:18px;font-weight:400;margin:0 0 12px}.site-footer a{display:block;color:#222;font-weight:700;margin:0 0 8px}.copyright{background:#171717;color:#eee;font-size:11px;padding:14px 0}.copyright a{display:inline;color:#eee;font-weight:400;margin:0}.blue-footer{background:#1d5878;color:#fff}.blue-footer a{color:#fff}.muted{color:var(--muted)}.mt{margin-top:24px}.center{text-align:center}.logo-word{font-size:28px;letter-spacing:.02em}.mobile-only{display:none}
@media(max-width:980px){.top-contact-inner{justify-content:flex-start;flex-wrap:wrap}.header-row{height:auto;min-height:54px;align-items:flex-start;flex-direction:column;padding:12px 0}.main-nav{margin-left:0;flex-wrap:wrap;justify-content:flex-start}.main-nav a{height:auto;padding:9px 10px}.tile-row,.service-grid{grid-template-columns:repeat(2,1fr)}.content-layout,.two-col{grid-template-columns:1fr}.footer-top{gap:26px}.hero-home{padding-top:40px}}
@media(max-width:640px){body{font-size:15px}.wrap{width:min(100% - 22px,var(--max))}.tile-row,.service-grid,.three-col,.image-strip,.image-strip.three,.footer-top,.form-grid{grid-template-columns:1fr}.tile,.tile img{height:170px;min-height:170px}.hero-home h1{font-size:25px}.hero-home .subtitle{font-size:17px}.legal{padding:24px 16px;margin:24px auto}.page-titlebar{display:block}.footer-top{padding:26px 0}.mobile-only{display:block}}

.top-contact{background:#fff;border-bottom:1px solid #ececec;font-size:12px;line-height:1.2}
.top-contact-inner{min-height:26px;display:flex;align-items:center;justify-content:flex-end;gap:9px;color:#333;text-align:right}
.top-contact a{font-weight:700;color:#111;white-space:nowrap}.top-contact .sep{color:#999}.contact-request{background:#eee;border:1px solid #ddd;padding:22px}.contact-request h2,.contact-request h3{margin-top:0}.contact-actions{margin-top:14px}.btn.secondary{background:#555}.btn.secondary:hover{background:#333}
