:root {
  --ink: #122534;
  --blue: #185274;
  --bright: #2f84a5;
  --mist: #edf4f6;
  --cream: #fcfaf5;
  --line: #cbd8dd;
  --white: #fff;
  --shadow: 0 18px 48px rgba(13, 49, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 20px;
  top: 20px;
  z-index: 9;
  background: #fff;
  padding: 8px;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 5;
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  display: block;
  width: 180px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
}

.site-nav a:hover,
.site-nav a:focus { color: var(--bright); }

.site-nav .nav-portal {
  background: var(--blue);
  color: #fff;
  padding: 11px 16px;
  border-radius: 8px;
}

.site-nav .nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 8px;
  padding: 10px 16px;
}

.site-nav .nav-contact a {
  color: var(--blue);
  font-size: .86rem;
}

.site-nav .nav-contact a + a {
  border-left: 1px solid var(--line);
  padding-left: 12px;
}

.menu-button { display: none; }

.hero {
  padding: 92px 0;
  background: linear-gradient(115deg, #e8f3f6 0%, #fdfbf7 58%, #d8edf3 100%);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1.65fr .85fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  color: var(--bright);
  font-size: .78rem;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  font-family: Georgia, serif;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.35rem, 4.8vw, 4.65rem);
  max-width: 680px;
}

h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.6rem; }

.hero-copy {
  font-size: 1.18rem;
  max-width: 660px;
  margin: 26px 0 32px;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--blue);
  border-radius: 8px;
}

.button-primary {
  background: var(--blue);
  color: #fff;
}

.button-primary:hover { background: #0e405d; }

.button-secondary {
  color: var(--blue);
  background: transparent;
}

.button-secondary:hover { background: #fff; }

.contact-card {
  padding: 30px;
  background: #fff;
  border-top: 5px solid var(--bright);
  box-shadow: var(--shadow);
}

.contact-card a,
.site-footer a {
  display: block;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  text-decoration: none;
  margin: 5px 0;
}

.contact-card a:hover,
.site-footer a:hover { color: var(--bright); }

.contact-card p:last-child { margin: 22px 0 0; }

.hero-photo-card {
  margin: 0;
  justify-self: end;
  width: min(100%, 420px);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card-label,
.footer-title {
  font-size: .75rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
}

.trust-bar {
  background: var(--ink);
  color: #fff;
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.trust-items p {
  margin: 0;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  font-weight: 700;
  font-size: .92rem;
}

.trust-items p:last-child { border: 0; }

.section { padding: 100px 0; }

.section-intro {
  max-width: 670px;
  margin-bottom: 46px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-grid article {
  background: #fff;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--bright);
}

.service-grid p { margin-bottom: 0; }

.coverage-section { background: var(--mist); }
.coverage-grid > div > p:not(.eyebrow) { font-size: 1.1rem; }
.coverage-list { margin: 0; }

.coverage-list div {
  border-top: 1px solid #a8c2cc;
  padding: 20px 0;
}

.coverage-list div:last-child { border-bottom: 1px solid #a8c2cc; }

.coverage-list dt {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: bold;
}

.coverage-list dd { margin: 6px 0 0; }

.text-link {
  color: var(--blue);
  font-weight: bold;
  text-decoration: none;
}

.portal-section { padding: 78px 0; }

.portal-inner {
  background: var(--blue);
  color: #fff;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.portal-inner h2 { color: #fff; }
.portal-inner .eyebrow { color: #aee4f1; }

.portal-inner .button-primary {
  background: #fff;
  color: var(--blue);
  white-space: nowrap;
}

.site-footer {
  background: var(--ink);
  color: #e9f1f3;
  padding: 60px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 10px;
}

.site-footer a {
  color: #fff;
  font-size: 1rem;
}

.site-footer p { margin: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: 45px;
  padding-top: 18px;
  font-size: .85rem;
}

@media (max-width: 760px) {
  .nav-wrap { min-height: 70px; }
  .brand img { width: 145px; }

  .menu-button {
    display: block;
    border: 1px solid var(--blue);
    background: #fff;
    color: var(--blue);
    padding: 8px 12px;
    font-weight: bold;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 18px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .site-nav.is-open { display: flex; }
  .site-nav .nav-portal { text-align: center; }
  .hero { padding: 64px 0; }

  .hero-grid,
  .coverage-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .trust-items,
  .service-grid { grid-template-columns: 1fr; }

  .trust-items p {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 14px;
  }

  .section { padding: 68px 0; }
  .hero-photo-card {
    justify-self: start;
    max-width: 500px;
  }

  .portal-inner {
    padding: 32px;
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-inner .button-primary { white-space: normal; }
  .footer-grid { gap: 28px; }
}
