:root {
  --ink: #111827;
  --muted: #5d6675;
  --blue: #004e86;
  --navy: #142440;
  --cyan: #4ac7ed;
  --paper: #ffffff;
  --soft: #f5f7f9;
  --line: #e4e8ee;
  --sidebar: 300px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.65;
  background: var(--paper);
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  padding: 34px 34px 28px;
  background: #fff;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.logo {
  display: block;
  margin-bottom: 34px;
}

.logo img {
  width: 150px;
  max-width: 100%;
}

.nav {
  display: flex;
  flex-direction: column;
}

.nav a {
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  padding: 14px 0;
  border-bottom: 1px solid #eef1f5;
}

.nav-social {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.nav-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.nav-social-icons a {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 800;
}

.sidebar-foot {
  margin-top: auto;
  color: var(--muted);
  font-size: 14px;
}

.main {
  margin-left: var(--sidebar);
  min-height: 100vh;
}

.mobile-top {
  display: none;
}

.hero {
  min-height: 520px;
  padding: 92px 8vw;
  color: white;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 77, 137, .91), rgba(0, 77, 137, .42)),
    var(--hero-image, none) center / cover no-repeat;
}

.home-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(0, 78, 134, .36), rgba(0, 78, 134, .28)),
    var(--hero-image) center / cover no-repeat;
}

.home-hero-copy {
  padding: 240px 50px 120px 150px;
  color: #fff;
  text-shadow: 1px 1px 2px #848484;
}

.home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #dbedf4;
  font-family: Lato, "Open Sans", Arial, sans-serif;
  font-size: 80px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}

.home-hero h2 {
  margin: 26px 0 0;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}

.home-hero p {
  margin: 10px 0 30px;
  max-width: 620px;
  font-size: 30px;
  line-height: 1.3;
}

.hero h1 {
  max-width: 850px;
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.hero p {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  color: white;
  background: var(--cyan);
  border-radius: 999px;
  font-weight: 700;
}

.button.dark {
  background: var(--navy);
}

.button:hover {
  text-decoration: none;
}

.section {
  padding: 72px 8vw;
}

.section.soft {
  background: var(--soft);
}

.section h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 22px;
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #d8d8d8;
  font-family: Lato, "Open Sans", Arial, sans-serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 43%) 1fr;
}

.split-feature-image {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(0, 78, 134, .35), rgba(0, 78, 134, .33)),
    var(--feature-image) center / cover no-repeat;
}

.split-feature-copy {
  padding: 70px 8vw 70px 80px;
  color: var(--blue);
}

.split-feature-copy h2 {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 20px;
}

.cta-band {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 310px;
}

.cta-band-copy {
  padding: 75px;
  background: #dbedf4;
  color: var(--blue);
}

.cta-band-copy .small {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
}

.cta-band-copy .big {
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}

.cta-band-copy p {
  font-size: 18px;
  text-transform: uppercase;
}

.cta-band-action {
  display: grid;
  place-items: center;
  padding: 25px;
  background: var(--blue);
}

.services-dark {
  padding: 100px 8vw;
  color: white;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .70), rgba(0, 0, 0, .34)),
    var(--services-image) center / cover fixed;
}

.services-dark h2 {
  color: #dbedf4;
}

.service-blurbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  max-width: 900px;
}

.service-blurb {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.service-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #4ac8ed;
  border: 2px solid #4ac8ed;
  border-radius: 50%;
  font-weight: 800;
  font-size: 22px;
}

.service-blurb h3 {
  margin: 0 0 8px;
  color: #4ac8ed;
  font-size: 22px;
}

.reviews {
  padding: 90px 8vw;
  color: white;
  text-align: center;
  background:
    linear-gradient(rgba(0, 38, 68, .72), rgba(0, 38, 68, .72)),
    var(--reviews-image) center / cover fixed;
}

.reviews h2 {
  color: #4ac8ed;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 32px 0;
  text-align: left;
}

.review {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
}

.review strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
}

.appointment img {
  width: 100%;
  max-width: 560px;
  display: block;
  margin: 18px 0;
}

.calendly-box {
  min-height: 600px;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  text-align: center;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.logo-grid-item {
  min-height: 130px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #e2e5ed;
}

.logo-grid-item img {
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.narrow {
  max-width: 900px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 48px;
  align-items: start;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.card-body {
  padding: 24px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.25;
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.content {
  max-width: 900px;
  padding: 72px 8vw;
}

.content h1 {
  color: var(--blue);
  font-size: 46px;
  line-height: 1.15;
}

.content h2,
.content h3 {
  color: var(--blue);
  line-height: 1.25;
}

.content img {
  max-width: 100%;
  height: auto;
}

.meta {
  color: var(--muted);
  font-size: 14px;
}

.form-preview {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-preview input,
.form-preview textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
}

.footer {
  padding: 56px 8vw 34px;
  background: var(--navy);
  color: white;
}

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

.footer h3 {
  margin-top: 0;
  color: #dbedf4;
}

.footer a {
  color: white;
}

.footer ul {
  margin: 0;
  padding-left: 18px;
}

.footer-bottom {
  margin-top: 36px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

@media (max-width: 980px) {
  .sidebar {
    display: none;
  }

  .mobile-top {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    z-index: 30;
  }

  .mobile-top img {
    width: 170px;
  }

  .mobile-top nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
    font-size: 13px;
    font-weight: 700;
  }

  .main {
    margin-left: 0;
  }

  .hero,
  .home-hero {
    min-height: 560px;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    padding: 140px 24px 80px;
    text-align: center;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero h2 {
    font-size: 28px;
  }

  .home-hero p {
    font-size: 20px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 18px;
  }

  .section,
  .content {
    padding: 52px 24px;
  }

  .grid,
  .two,
  .split-feature,
  .cta-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .split-feature-image {
    min-height: 320px;
  }

  .split-feature-copy,
  .cta-band-copy {
    padding: 48px 24px;
  }

  .service-blurbs,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
