:root {
  --deep: #14342b;
  --accent: #b8860b;
}

.brand-mark {
  background: var(--deep);
}

.footer-brand .brand-mark {
  background: var(--accent);
}

.brand strong {
  font-size: 1.16rem;
  line-height: 1.15;
}

.brand small {
  margin-top: 4px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero h1 {
  font-size: clamp(2.3rem, 4.86vw, 4.05rem);
  line-height: 1.02;
}

.hero {
  background:
    linear-gradient(90deg, rgba(12, 19, 17, 0.7), rgba(12, 19, 17, 0.3) 48%, rgba(12, 19, 17, 0.04)),
    var(--hero-image) center / cover;
}

.home-services-section {
  padding-top: clamp(36px, 4.6vw, 54px);
  padding-bottom: clamp(8px, 1.4vw, 16px);
}

.home-services-section .section-heading {
  grid-template-columns: minmax(180px, 0.52fr) minmax(320px, 1fr);
  align-items: end;
  column-gap: 34px;
  row-gap: 8px;
  width: min(980px, 100%);
  margin-bottom: 18px;
}

.home-services-section .section-heading span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.home-services-section .service-card {
  padding: 20px 24px;
}

.home-services-section .service-card p {
  line-height: 1.58;
}

.home-services-section .service-card ul {
  margin-top: 12px;
}

.home-services-section .service-card li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.home-strength-section {
  padding-top: clamp(4px, 0.7vw, 8px);
  padding-bottom: clamp(44px, 5.2vw, 68px);
}

.home-strength-section .section-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.home-strength-section .number-list article {
  padding: 14px 0;
}

@media (max-width: 620px) {
  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    display: block;
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(1.98rem, 9.9vw, 2.65rem);
  }

  .home-services-section {
    padding-top: 32px;
    padding-bottom: 12px;
  }

  .home-services-section .section-heading {
    grid-template-columns: 1fr;
  }

  .home-services-section .section-heading span {
    grid-column: auto;
    grid-row: auto;
  }

  .home-strength-section {
    padding-top: 12px;
  }
}
