/* Lead with the three services; keep the existing Amy reveal and cinema scenes. */
.grid-home .home-services {
  max-width: 1260px;
  margin: 64px auto 32px;
  padding: 32px 0;
}
.grid-home .home-services,
.grid-home .home-service {
  scroll-margin-top: 110px;
}
.grid-home #wp-content .home-services__heading h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 48px);
}
.grid-home #wp-content .home-services__heading > p:last-child {
  margin: 0 0 28px;
  font-size: 17px;
}
.grid-home .home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.grid-home .home-service {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid #cdd5d1;
  border-top: 4px solid #a81e20;
  border-radius: 12px;
  background: #fffdf7;
  color: #243025;
}
.grid-home .home-service--engineering {
  border-top-color: #001f3f;
  background: #edf2f5;
}
.grid-home .home-service__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.grid-home #wp-content .home-service h3 {
  margin: 18px 0 14px;
  font-size: clamp(27px, 2.4vw, 34px);
  line-height: 1.15;
}
.grid-home #wp-content .home-service p,
.grid-home #wp-content .home-service li {
  font-size: 16px;
  line-height: 1.55;
}
.grid-home .home-service ul {
  padding-left: 19px;
  margin: 8px 0 24px;
}
.grid-home .home-service li + li {
  margin-top: 8px;
}
.grid-home .home-service > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  margin-top: auto;
  border-top: 1px solid #cdd5d1;
  padding-top: 12px;
  color: #001f3f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.grid-home .home-service > a:focus-visible {
  outline: 2px solid #a81e20;
  outline-offset: 4px;
}
.grid-home #wp-content .home-services__note {
  max-width: 900px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #53604f;
}
@media (max-width: 900px) {
  .grid-home .home-services__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .grid-home #wp-content .use-case-heading > .use-case-eyebrow {
    display: block;
  }
  .grid-home #wp-content [data-yta-marketing='main'] .use-case-heading h1 {
    font-size: clamp(36px, 10vw, 46px) !important;
  }
  .grid-home .home-services {
    margin-top: 24px;
    padding-top: 24px;
  }
  .grid-home .home-service {
    padding: 24px 20px;
  }
}
