:root {
  --navy: #10233a;
  --navy-2: #1a3352;
  --yellow: #f5c518;
  --yellow-d: #d4a90a;
  --ink: #1c2430;
  --muted: #5b6573;
  --paper: #f6f4ee;
  --white: #fff;
  --line: #e2ddd0;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--navy-2); }
.topbar, .footer-bar {
  height: 8px;
  background: var(--yellow);
}
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
header.site {
  background: var(--white);
  color: var(--navy);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.logo { height: 96px; width: auto; display: block; }

header.site .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.mark {
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid var(--yellow);
  display: grid; place-items: center; flex-shrink: 0;
  background: #0b1b2e;
}
.brand h1 { font-size: 15px; margin: 0; letter-spacing: .08em; text-transform: uppercase; }
.brand p { margin: 2px 0 0; font-size: 11px; color: var(--yellow); letter-spacing: .12em; text-transform: uppercase; }
nav a {
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
  margin-left: 18px;
}
nav a:hover, nav a.active { color: var(--yellow); }
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, #16324f 55%, #2a4a6b 100%);
  color: var(--white);
  padding: 72px 0 80px;
}
.hero h2 { font-size: clamp(32px, 5vw, 52px); line-height: 1.1; margin: 0 0 16px; max-width: 16ch; }
.hero .tag { color: var(--yellow); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.hero p.lead { font-size: 18px; max-width: 62ch; color: #d7e2ee; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-block;
  background: var(--yellow);
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 4px;
}
.btn.ghost { background: transparent; color: var(--white); border: 1px solid #8aa0b8; }
.section { padding: 72px 0; }
.section.alt { background: var(--paper); }
h3.kicker { color: var(--yellow-d); letter-spacing: .14em; text-transform: uppercase; font-size: 12px; margin: 0 0 8px; }
h2.hd { font-size: 32px; margin: 0 0 16px; color: var(--navy); }
.grid { display: grid; gap: 20px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
  border-top: 4px solid var(--yellow);
}
.card h3 { margin: 0 0 8px; color: var(--navy); }
.card p, .card li { color: var(--muted); }
ul.clean { margin: 0; padding-left: 18px; }
.cta {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0;
  text-align: center;
}
.cta p { color: #c9d6e4; }
footer.site { background: #0b1b2e; color: #c5d0dc; padding: 40px 0 24px; font-size: 14px; }
footer.site a { color: var(--yellow); text-decoration: none; }
.footgrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 24px; }
.fine { border-top: 1px solid #24364c; padding-top: 16px; font-size: 12px; color: #8b9aab; }
.ph {
  background: repeating-linear-gradient(45deg, #ece7db, #ece7db 10px, #e4dece 10px, #e4dece 20px);
  border: 1px dashed #b7ad93;
  min-height: 180px;
  padding: 20px;
  color: var(--navy);
  font-size: 14px;
}
.ph strong { display: block; margin-bottom: 6px; }
form label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 4px; }
input, select, textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfc9bb;
  border-radius: 4px;
  font: inherit;
}
textarea { min-height: 120px; }
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 800px) {
  .g3, .g2, .footgrid, .people { grid-template-columns: 1fr; }
  nav { display: none; }
  .logo { height: 72px; }
  .hero { padding: 48px 0; }
}

.hero.photo {
  background:
    linear-gradient(160deg, rgba(11,27,46,.78) 0%, rgba(16,35,58,.42) 55%, rgba(16,35,58,.55) 100%),
    url("../images/signs-stop.jpg") center 60% / cover no-repeat;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
}
.gallery figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; }
.gallery img { width: 100%; height: 280px; object-fit: cover; border-radius: 2px; }
.gallery.g2 img { height: 340px; }
.strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 8px; margin-top: 36px; }
.strip img { width: 100%; height: 220px; object-fit: cover; }
@media (max-width: 800px) {
  .strip { grid-template-columns: 1fr; }
  .hero.photo { min-height: 70vh; align-items: center; }
}
