
:root{
  --navy:#0f2233;
  --navy2:#0b1926;
  --gold:#c99b56;
  --ink:#132235;
  --muted:#5c6670;
  --line:#e5e6e7;
  --paper:#ffffff;
  --cream:#fbf8f4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
button,input{font:inherit}

.topbar{
  position:absolute;z-index:20;top:0;left:0;right:0;height:62px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 3.4vw;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)
}
.brand{font-weight:700;font-size:21px;letter-spacing:-.02em}
.menu-button{
  border:0;background:none;color:#fff;display:flex;align-items:center;gap:10px;
  cursor:pointer;font-weight:700;font-size:13px
}
.menu-button b{display:block;width:24px;height:2px;background:#fff}
.menu-button b:nth-of-type(2){width:18px}
.menu-button b:nth-of-type(3){width:24px}
.drawer{
  position:fixed;z-index:60;top:0;right:0;height:100vh;width:min(390px,88vw);
  padding:95px 42px;background:#102435;color:#fff;transform:translateX(102%);
  transition:.3s ease;display:flex;flex-direction:column
}
.drawer.open{transform:none}
.drawer a{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.drawer-close{position:absolute;top:20px;right:25px;border:0;background:none;color:#fff;font-size:36px;cursor:pointer}
.backdrop{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:.25s}
.backdrop.show{opacity:1;pointer-events:auto}

.hero{
  min-height:445px;position:relative;color:#fff;
  background:url("../../images/head.jpg") center 44%/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,18,28,.93) 0%,rgba(7,18,28,.77) 32%,rgba(7,18,28,.25) 66%,rgba(7,18,28,.08) 100%)
}
.hero-inner{
  position:relative;z-index:2;max-width:580px;padding:84px 0 30px 3.5vw
}
.hero h1{
  margin:0;font-size:clamp(44px,4.1vw,66px);line-height:.98;letter-spacing:-.04em;font-weight:700
}
.gold-line{display:block;width:62px;height:2px;background:var(--gold);margin:16px 0}
.hero p{
  max-width:520px;margin:0;color:rgba(255,255,255,.96);font-size:15px;line-height:1.55
}

.services{
  padding:20px 3.5vw;display:grid;grid-template-columns:31.5% 1fr;gap:42px;background:#fff;align-items:stretch
}
.service-photo{border-radius:6px;overflow:hidden;min-height:230px}
.service-grid{display:grid;grid-template-columns:1fr 1fr}
.service-grid article{padding:10px 28px 16px;border-bottom:1px solid var(--line)}
.service-grid article:nth-child(odd){border-right:1px solid var(--line)}
.service-grid article:nth-child(n+3){border-bottom:0;padding-top:18px}
.service-head{display:grid;grid-template-columns:50px 46px 1fr;gap:12px;align-items:start}
.num{font-size:29px;line-height:1;font-weight:700;color:var(--gold)}
.icon{width:42px;height:42px;color:#17283b}
.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-grid h2{font-size:15px;margin:1px 0 8px;line-height:1.2}
.service-grid p{font-size:12px;line-height:1.55;color:#2d3741;margin:0;max-width:265px}

.feature-row{
  margin:0 3.5vw 10px;display:grid;grid-template-columns:1fr 1fr;min-height:145px;
  border-radius:6px;overflow:hidden;background:var(--cream)
}
.feature-image{min-height:145px}
.feature-copy{padding:22px 42px;display:flex;flex-direction:column;justify-content:center}
.kicker{font-size:11px;color:var(--gold);margin-bottom:4px}
.feature-copy h2{font-size:18px;margin:0 0 7px}
.feature-copy p{font-size:12px;line-height:1.5;margin:0 0 8px;max-width:600px}
.feature-copy a{font-size:12px;color:var(--gold);font-weight:700}
.feature-copy a span{padding-left:6px}

.newsletter{
  margin-top:18px;background:linear-gradient(100deg,var(--navy),var(--navy2));
  color:#fff;padding:17px 3.5vw;display:grid;grid-template-columns:1fr 44%;gap:50px;align-items:center
}
.newsletter .kicker{display:block;margin-bottom:4px}
.newsletter h2{font-size:20px;margin:0 0 6px}
.newsletter p{font-size:12px;color:rgba(255,255,255,.85);margin:0}
.newsletter form{display:flex}
.newsletter input{
  flex:1;min-width:0;height:47px;border:0;background:#fff;padding:0 18px;border-radius:6px 0 0 6px;outline:none
}
.newsletter button{
  width:140px;border:0;background:var(--gold);color:#fff;border-radius:0 6px 6px 0;font-weight:700;cursor:pointer
}
footer{
  min-height:55px;background:#0b1926;color:#fff;border-top:1px solid rgba(255,255,255,.15);
  padding:0 3.5vw;display:flex;align-items:center;justify-content:space-between;font-size:12px
}
.socials{display:flex;gap:34px;font-weight:700}
footer p{margin:0;color:rgba(255,255,255,.92)}
footer span{margin-left:8px}
footer b{color:var(--gold);font-weight:400}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:900px){
  .topbar{position:fixed;background:rgba(12,29,43,.88);backdrop-filter:blur(8px)}
  .hero{min-height:620px;background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(7,18,28,.92),rgba(7,18,28,.44))}
  .hero-inner{padding:120px 28px 55px;max-width:640px}
  .services{grid-template-columns:1fr;padding:28px}
  .service-photo{height:360px}
  .feature-row{margin:0 28px 18px}
  .newsletter{grid-template-columns:1fr;padding:35px 28px}
  footer{padding:22px 28px;gap:25px;align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .brand{font-size:18px}
  .menu-button span{display:none}
  .hero{min-height:660px}
  .hero-inner{padding-left:22px;padding-right:22px}
  .hero h1{font-size:46px}
  .hero p{font-size:14px}
  .services{padding:20px 22px}
  .service-photo{height:280px}
  .service-grid{grid-template-columns:1fr}
  .service-grid article,.service-grid article:nth-child(odd),.service-grid article:nth-child(n+3){
    border-right:0;border-bottom:1px solid var(--line);padding:20px 0
  }
  .service-grid article:last-child{border-bottom:0}
  .service-head{grid-template-columns:48px 40px 1fr}
  .feature-row,.feature-row.reverse{grid-template-columns:1fr;margin:0 22px 18px}
  .feature-row.reverse .feature-copy{order:2}
  .feature-row.reverse .feature-image{order:1}
  .feature-image{height:230px}
  .feature-copy{padding:28px 24px}
  .newsletter{padding:35px 22px;gap:25px}
  .newsletter form{display:grid}
  .newsletter input{border-radius:6px;height:50px}
  .newsletter button{width:100%;height:48px;border-radius:6px;margin-top:8px}
  .socials{gap:16px;flex-wrap:wrap}
}
