*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #0b0b0d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.site-width {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

p {
  margin: 0 0 10px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.spacer {
  margin: 0 0 10px;
}

/* Header — logo placement, left-aligned */

.site-header {
  padding: 6px 0 0;
}

.header-inner {
  padding: 0;
}

.wordmark {
  display: inline-block;
  padding: 12px 0 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0b0b0d;
}

/* Hero — About Us */

.section-hero {
  padding-bottom: 0;
}

.heading-primary {
  width: 100%;
  max-width: 750px;
  margin: 72px auto 22px;
  padding: 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #0b0b0d;
}

.content-inset {
  width: 100%;
  max-width: 704px;
  margin: 0 0 10px 139px;
}

.content-inset p:last-child {
  margin-bottom: 0;
}

/* Image banner */

.image-banner {
  width: 100%;
  margin: 56px 0 64px;
  overflow: hidden;
}

.image-banner img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(100%) contrast(1.04);
}

/* Body content after banner */

.section-body {
  padding-bottom: 0;
}

/* Two-column sections — Tyler Careers / Contact pattern */

.section-two-col {
  padding: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 454px 1fr;
  align-items: start;
}

.heading-section {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  color: #0b0b0d;
}

.col-content {
  max-width: 526px;
}

.subheading {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

.section-two-col:not(.section-careers):not(.section-contact):not(.section-approach) {
  margin-top: 80px;
}

.section-approach {
  margin-top: 80px;
}

.section-careers {
  margin-top: 135px;
}

.section-contact {
  margin-top: 50px;
  padding-bottom: 80px;
}

/* Footer */

.site-footer {
  padding: 0 0 48px;
}

.footer-text {
  margin: 0 0 0 139px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b0b0d;
}

/* Responsive */

@media (max-width: 1020px) {
  .site-width {
    padding: 0 20px;
  }

  .content-inset {
    margin-left: 0;
    max-width: none;
  }

  .footer-text {
    margin-left: 0;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .image-banner {
    margin: 40px 0 48px;
  }

  .image-banner img {
    height: 220px;
  }

  .heading-primary {
    margin-top: 56px;
    font-size: 36px;
  }

  .section-two-col:not(.section-careers):not(.section-contact):not(.section-approach),
  .section-approach {
    margin-top: 64px;
  }

  .section-careers {
    margin-top: 80px;
  }

  .section-contact {
    margin-top: 48px;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 17px;
  }

  .heading-primary {
    font-size: 30px;
    margin-top: 40px;
  }

  .heading-section {
    font-size: 26px;
  }
}
