
:root{--navy:#071c37;--navy2:#0d2d50;--gold:#c79a3b;--ink:#12213a;--muted:#566273;--paper:#f7f5ef;--line:#d9dee6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}.topbar{background:var(--navy);color:#fff;text-align:center;padding:8px 4%;font-size:12px}
header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 4.5%;background:#fff;border-bottom:1px solid var(--line)}
.logo{display:block;line-height:0;white-space:nowrap}.logo img{display:block;width:245px;height:auto;max-width:52vw}.logo small{display:block;font-size:9px;letter-spacing:.34em;color:#6c7683;margin-top:2px}
nav{display:flex;align-items:center;justify-content:center;gap:20px;font-size:12px;font-weight:800;white-space:nowrap}nav a:hover,nav a.active{color:var(--gold)}
.menu{display:none;border:0;background:var(--navy);color:#fff;padding:10px 13px;font-weight:800}
.cta{background:var(--gold);color:#fff;padding:12px 16px;font-size:12px;font-weight:800;white-space:nowrap}
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.hero-copy{background:var(--navy);color:#fff;padding:70px 8%;display:flex;flex-direction:column;justify-content:center}.eyebrow{color:#e0b65a;font-weight:900;letter-spacing:.12em;font-size:15px}.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.02;margin:16px 0}.hero p{font-size:18px;line-height:1.5;max-width:570px}.hero-photo{min-height:520px;background-size:cover;background-position:center;background-repeat:no-repeat}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-block;padding:14px 20px;background:var(--gold);color:#fff;font-weight:900;font-size:13px}.btn.alt{background:transparent;border:1px solid #fff}
.service-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper)}.service{padding:28px 26px;display:flex;gap:18px;align-items:center;border-right:1px solid #d6d1c6}.service:last-child{border:0}.icon{width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:25px;flex:0 0 56px}.service h3{margin:0 0 5px;font-size:19px}.service p{margin:0 0 8px;line-height:1.45;color:#4e5867;font-size:14px}.gold{color:var(--gold);font-weight:900;font-size:12px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.trust-item{padding:28px 20px;text-align:center;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:25px}.trust-item .gold{display:block;margin:3px 0 6px}
.section{padding:65px 7%}.section h2{text-align:center;font-size:36px;margin:0 0 12px}.lead{text-align:center;max-width:820px;margin:0 auto 34px;line-height:1.65;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);padding:25px;background:#fff}.card h3{margin:0 0 9px}.card p{line-height:1.6;color:var(--muted)}
.pagehero{display:grid;grid-template-columns:1fr 1fr;background:#eef2f6}.pagecopy{padding:62px 8%;display:flex;flex-direction:column;justify-content:center}.pagecopy h1{font-size:48px;line-height:1.05;margin:12px 0}.pagecopy p{font-size:18px;line-height:1.6;color:#455164}.pagephoto{min-height:430px;background-size:cover;background-position:center;background-repeat:no-repeat}
.list{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.item{padding:20px;background:#f7f8fa;border-left:4px solid var(--gold)}.item h3{margin:0 0 7px}.item p{margin:0;line-height:1.55;color:var(--muted)}
.note{background:var(--navy);color:#fff;padding:25px;border-left:5px solid var(--gold);line-height:1.6}
.form{max-width:780px;margin:auto;display:grid;gap:13px}.form input,.form select,.form textarea{width:100%;padding:14px;border:1px solid #cbd3dd;font:inherit}.form textarea{min-height:140px}
footer{background:var(--navy);color:#fff;text-align:center;padding:34px 7%;line-height:1.65}.footerlinks{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:12px;margin-top:16px}
@media(max-width:900px){
  .topbar{font-size:10px}.menu{display:block}header{position:relative;flex-wrap:wrap}.logo img{width:210px;max-width:58vw}.cta{display:none}nav{display:none;order:4;width:100%;flex-direction:column;gap:0;background:#fff;border-top:1px solid var(--line)}nav.open{display:flex}nav a{width:100%;padding:13px 4px;border-bottom:1px solid #edf0f3}
  .hero,.pagehero{grid-template-columns:1fr}.hero-copy{padding:48px 7%;text-align:center;align-items:center}.hero p{max-width:620px}.hero-photo{width:92%;margin:0 auto;min-height:260px;max-height:360px;border-radius:8px;background-size:contain;background-position:center;background-color:var(--navy)}.hero h1{font-size:clamp(40px,10vw,52px)}.actions{justify-content:center}.service-strip,.trust,.cards,.list{grid-template-columns:1fr}.service,.trust-item{border-right:0;border-bottom:1px solid var(--line)}.section{padding:48px 6%}.pagecopy{padding:48px 7%;text-align:center;align-items:center}.pagecopy h1{font-size:clamp(36px,9vw,44px)}.pagecopy p{max-width:680px}.pagecopy .btn{width:100%;max-width:520px;text-align:center}.pagephoto{width:92%;margin:0 auto;min-height:270px;max-height:420px;background-size:contain;background-position:center;background-color:#fff;border-radius:8px;overflow:hidden}.form{width:100%;max-width:620px}.topbar{line-height:1.45;padding-left:5%;padding-right:5%}
}

.contact-photo{background-position:center;background-size:cover}
