:root {
  --ink: #101828;
  --muted: #5d6678;
  --line: #d9e2ec;
  --panel: #ffffff;
  --wash: #f6f8fb;
  --navy: #10243e;
  --teal: #168b8f;
  --gold: #f4a23a;
  --berry: #9b2c83;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 36, 62, .1);
  backdrop-filter: blur(12px);
}
.wrap {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--navy);
}
.mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal), var(--navy));
  color: #fff;
  font-weight: 900;
}
.brand span:last-child { white-space: nowrap; }
.menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu a {
  text-decoration: none;
  color: #26354b;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 6px;
}
.menu a:hover,
.menu a.active { background: #ecf6f6; color: var(--teal); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--teal);
}
.button.secondary {
  background: #fff;
  color: var(--navy);
  border-color: rgba(16, 36, 62, .25);
}
.hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 29, 42, .96), rgba(18, 112, 106, .82)),
    url("/wp-content/uploads/2018/02/header_image.jpg") center/cover;
}
.hero .wrap {
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 96px 0 72px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: 54px;
  align-items: end;
}
.eyebrow {
  margin: 0 0 14px;
  color: #c8f1ef;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}
h1 {
  font-size: 64px;
  max-width: 780px;
}
.hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #e7edf5;
  font-size: 20px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.proof-panel {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 24px;
}
.proof-panel strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}
.proof-panel span {
  display: block;
  color: #dbe8f6;
  margin-top: 8px;
}
.band {
  padding: 78px 0;
}
.band.alt { background: var(--wash); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(260px, .45fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}
.section-head h2,
.page-title h1 {
  font-size: 42px;
  color: var(--navy);
}
.section-head p,
.page-title p,
.lead {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(300px, .6fr);
  gap: 46px;
  align-items: center;
}
.portrait {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.portrait img { width: 100%; aspect-ratio: 1 / .92; object-fit: cover; }
.service-grid,
.process-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card,
.process-card,
.quote-card,
.info-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.service-card h3,
.process-card h3,
.quote-card h3,
.info-card h3 { font-size: 22px; color: var(--navy); }
.service-card p,
.process-card p,
.quote-card p,
.info-card p { color: var(--muted); margin: 12px 0 0; }
.service-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}
.process-card { padding: 0; overflow: hidden; }
.process-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.process-card div { padding: 22px; }
.logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}
.logos img {
  width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
}
.contact-band {
  background: var(--navy);
  color: #fff;
}
.contact-band .section-head h2,
.contact-band h3 { color: #fff; }
.contact-band p { color: #dce6f2; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .45fr);
  gap: 28px;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.contact-list a { color: #fff; font-weight: 800; }
.site-footer {
  background: #081522;
  color: #c9d4e3;
  padding: 30px 0;
  font-size: 14px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.page-hero {
  background: linear-gradient(90deg, #eef7f7, #fff);
  border-bottom: 1px solid var(--line);
}
.page-title {
  padding: 82px 0 62px;
  max-width: 820px;
}
.page-title p { margin-top: 18px; }
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(280px, .4fr);
  gap: 48px;
  align-items: start;
}
.feature-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 24px;
}
.feature-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.article-stack {
  display: grid;
  gap: 22px;
}
.article-section {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.article-section h2 { font-size: 28px; color: var(--navy); }
.article-section p { margin: 12px 0 0; color: var(--muted); }
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.checklist li {
  position: relative;
  padding-left: 24px;
  color: #334155;
}
.checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}
.cta-panel {
  background: #10243e;
  color: #fff;
  border-radius: 8px;
  padding: 26px;
}
.cta-panel h3 { color: #fff; }
.cta-panel p { color: #dbe8f6; margin-bottom: 20px; }
@media (max-width: 920px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .menu { justify-content: flex-start; }
  h1 { font-size: 46px; }
  .hero-grid,
  .section-head,
  .split,
  .contact-grid,
  .content-grid { grid-template-columns: 1fr; }
  .service-grid,
  .process-grid,
  .quote-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1140px); }
  .hero .wrap { min-height: 560px; padding: 72px 0 54px; }
  h1 { font-size: 38px; }
  .section-head h2,
  .page-title h1 { font-size: 32px; }
  .service-grid,
  .process-grid,
  .quote-grid,
  .logos { grid-template-columns: 1fr; }
  .menu a { padding: 8px 10px; }
  .brand span:last-child { white-space: normal; }
}
