:root {
  --page-bg: #ffffff;
  --ink: #000000;
  --inverse: #ffffff;
  --panel: #f2f2f2;
  --accent: #f1330b;
  --max-width: 1440px;
  --site-padding: clamp(16px, 2.6vw, 38px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page-bg);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}

.site-header {
  align-items: center;
  color: var(--inverse);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(110px, 1fr) auto minmax(230px, 1fr);
  left: 0;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 19px var(--site-padding) 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand-mark {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.primary-nav,
.utility-nav {
  align-items: center;
  display: flex;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-nav {
  gap: clamp(32px, 5vw, 72px);
  font-size: 16px;
  font-weight: 600;
}

.utility-nav {
  gap: clamp(22px, 3vw, 58px);
  font-size: 14px;
  justify-self: end;
}

.primary-nav a,
.utility-nav a {
  text-decoration: none;
}

.request-link {
  align-items: center;
  background: var(--accent);
  border-radius: 32px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  min-height: 34px;
  min-width: 133px;
  padding: 0 20px;
}

.hero {
  height: 779px;
  margin: 0 auto;
  max-width: var(--max-width);
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.52);
}

.hero h1 {
  bottom: 277px;
  color: var(--inverse);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  left: var(--site-padding);
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 807px;
  position: absolute;
}

.intro-section {
  margin: 241px auto 0;
  max-width: 840px;
  padding: 0 var(--site-padding);
  text-align: center;
}

.intro-section p {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.11;
  margin: 0 auto;
}

.client-logos {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  margin-top: 54px;
}

.client-logos img {
  display: block;
  max-height: 58px;
  max-width: 135px;
  object-fit: contain;
  width: auto;
}

.panel {
  align-items: center;
  background: var(--panel);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1377px;
  min-height: 786px;
  width: calc(100% - 62px);
}

.panel h2,
.credibility-section h2,
.services-section h2,
.split-panel h2 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.panel h2 {
  text-align: center;
}

.panel-featured {
  margin-top: 191px;
}

.credibility-section {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 692px;
  padding: 120px var(--site-padding);
  text-align: center;
}

.credibility-section h2 {
  max-width: 720px;
}

.split-panel {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  padding: 96px 72px;
}

.link-list {
  font-size: 64px;
  line-height: 1.08;
  margin: 42px 0 0;
  padding-left: 1.05em;
}

.link-list a {
  text-decoration-line: underline;
}

.services-section {
  margin: 144px auto 0;
  max-width: 1377px;
  padding: 0 72px;
  width: calc(100% - 62px);
}

.services-section .link-list {
  margin-top: 42px;
  max-width: 840px;
}

.panel-work {
  margin-top: 70px;
}

.panel-blog {
  margin-bottom: 1826px;
  margin-top: 902px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .primary-nav,
  .utility-nav {
    flex-wrap: wrap;
    justify-self: start;
  }

  .primary-nav {
    gap: 18px;
    font-size: 13px;
  }

  .utility-nav {
    gap: 14px;
    font-size: 12px;
  }

  .request-link {
    min-height: 30px;
    min-width: 116px;
  }

  .hero {
    height: 64vh;
    min-height: 520px;
  }

  .hero h1 {
    bottom: 72px;
    font-size: clamp(42px, 11vw, 64px);
    max-width: min(807px, calc(100% - 32px));
  }

  .intro-section {
    margin-top: 96px;
  }

  .intro-section p {
    font-size: clamp(24px, 6vw, 36px);
  }

  .client-logos {
    grid-template-columns: repeat(2, auto);
  }

  .panel {
    min-height: 360px;
    width: calc(100% - 32px);
  }

  .panel h2,
  .credibility-section h2,
  .services-section h2,
  .split-panel h2,
  .link-list {
    font-size: clamp(34px, 8vw, 64px);
  }

  .panel-featured {
    margin-top: 96px;
  }

  .credibility-section {
    min-height: 420px;
  }

  .split-panel,
  .services-section {
    padding-left: 28px;
    padding-right: 28px;
    width: calc(100% - 32px);
  }

  .split-panel {
    padding-top: 52px;
  }

  .services-section {
    margin-top: 88px;
  }

  .panel-blog {
    margin-bottom: 360px;
    margin-top: 260px;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    font-size: 21px;
  }

  .primary-nav a,
  .utility-nav a:not(.request-link) {
    display: none;
  }

  .hero {
    min-height: 486px;
  }

  .hero h1 {
    font-size: 34px;
    max-width: 320px;
  }

  .client-logos {
    gap: 28px 36px;
  }

  .client-logos img {
    max-width: 112px;
  }

  .panel,
  .split-panel {
    border-radius: 8px;
  }

  .link-list {
    line-height: 1.12;
    margin-top: 28px;
  }
}
