.hero {
  padding: 80px 0 140px;
}

.hero-copy-wrap,
.contact-copy-wrap {
  background: var(--color-panel);
}

.hero-copy {
  padding: 146px 15px 10px;
  max-width: 490px;
  min-height: 860px;
  margin: 0 auto;
}

.hero-copy h1 {
  margin: 0 0 33px;
  color: var(--color-accent);
  font-size: 72px;
  line-height: 1.25;
  font-weight: 700;
}

.hero-subtitle {
  margin: 0 0 33px;
  max-width: 460px;
  font-size: 20px;
  line-height: 1.67;
  font-weight: 700;
}

.hero-points {
  margin: 0 0 52px;
  padding-left: 18px;
  max-width: 460px;
  display: grid;
  gap: 0;
  font-size: 15px;
  line-height: 1.875;
  font-weight: 700;
}

.hero-points li + li {
  margin-top: 8px;
}

.hero .button {
  font-size: 15px;
}

.services-intro {
  padding: 0 0 70px;
}

.services-intro-panel {
  position: relative;
}

.services-intro-media {
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

.services-intro-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, 0.62);
}

.services-intro-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 124px 80px 60px;
  color: #fff;
  text-align: center;
}

.services-intro h2 {
  margin: 0 0 41px;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
}

.services-intro .intro-title {
  margin: 0 0 31px;
  font-size: 28px;
  line-height: 1.38;
  font-style: italic;
  font-weight: 400;
}

.services-intro-copy p {
  margin: 0 0 18px;
  max-width: 1120px;
  font-size: 15px;
  line-height: 1.875;
  font-weight: 700;
}

.services-grid {
  padding-bottom: 120px;
}

.services-grid .container {
  display: grid;
  gap: 40px;
}

.service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  gap: 40px;
}

.service-card--reverse .service-image {
  order: 2;
}

.service-card--reverse .service-copy {
  order: 1;
}

.service-image {
  overflow: hidden;
  min-height: 620px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.8s var(--ease);
}

.service-card:hover .service-image img {
  transform: scale(1.08);
}

.service-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 82px 44px;
  background: var(--color-accent-bright);
  text-align: center;
}

.service-copy h3 {
  margin: 0 0 38px;
  max-width: 460px;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700;
}

.service-copy p {
  margin: 0 0 52px;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.875;
}

.service-copy .button-light {
  min-width: 238px;
  font-size: 15px;
}

.team {
  padding: 24px 0 120px;
}

.team-anchor {
  margin-bottom: 39px;
  font-size: 14px;
  color: transparent;
}

.team-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.team-photo {
  width: 200px;
  height: 200px;
  margin: 0 auto 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
  box-shadow: var(--shadow-soft);
}

.slide h2 {
  margin: 0 0 8px;
  color: var(--color-accent);
  font-size: 22px;
  line-height: 1.41;
  font-weight: 700;
}

.team-role {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.75;
}

.team-bio {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.88;
}

.contact {
  padding: 0;
}

.contact-copy {
  padding: 120px 88px;
}

.contact-kicker {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.contact-copy h2 {
  margin: 0 0 24px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.contact-lead {
  margin: 0 auto 42px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}

.contact-details {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.contact-details a {
  font-size: 18px;
  line-height: 1.9;
}

.site-footer {
  padding: 42px 0 32px;
}

@media (max-width: 1100px) {
}

@media (max-width: 820px) {
  .hero {
    padding: 24px 0 80px;
  }

  .hero-copy,
  .contact-copy,
  .service-copy {
    padding: 40px 24px 28px;
    min-height: 0;
  }

  .services-intro {
    padding-bottom: 40px;
  }

  .services-intro-media {
    min-height: 560px;
  }

  .services-intro-copy {
    padding: 64px 24px 28px;
  }

  .services-intro h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .services-intro .intro-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .services-intro-copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .service-card--reverse .service-image,
  .service-card--reverse .service-copy {
    order: initial;
  }

  .service-card {
    min-height: 0;
    gap: 18px;
  }

  .service-image {
    min-height: 300px;
  }

  .contact-image {
    order: -1;
    min-height: 360px;
  }

  .team-bio {
    max-width: none;
  }

  .contact-copy h2 {
    font-size: 38px;
  }

}
