/* Finishing polish for the homepage review. */
.hero-visual {
  margin-bottom: 1.8rem;
}

.hero-caption {
  bottom: -1.45rem;
  right: 1%;
}

.hero-note {
  min-width: 175px;
}

.hero-note .note-icon {
  align-items: center;
  color: var(--gold-deep);
  display: inline-flex;
  font-size: 1.35rem;
  justify-content: center;
  width: 1.35rem;
}

.hero-note--top {
  bottom: auto;
  left: auto;
  right: -10%;
  top: 8%;
  transform: rotate(3deg);
}

.hero-note--right {
  bottom: 31%;
  left: auto;
  right: -12%;
  transform: rotate(2deg);
}

.hero-note--left {
  bottom: auto;
  left: -8%;
  top: 37%;
  transform: rotate(-2deg);
}

.service-strip p {
  font-size: .9rem;
  line-height: 1.4;
}

.service-strip small {
  font-size: .8rem;
  line-height: 1.35;
  margin-top: .15rem;
}

.mini-icon {
  font-size: 1.7rem;
}

.experience-details p {
  font-size: .9rem;
  letter-spacing: .015em;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .hero-visual {
    margin-bottom: 1.55rem;
  }

  .hero-caption {
    bottom: -1.3rem;
    font-size: .52rem;
    right: 2%;
  }

  .hero-note {
    gap: .55rem;
    min-width: 0;
    padding: .68rem .72rem;
  }

  .hero-note p {
    font-size: .68rem;
  }

  .hero-note .note-icon {
    font-size: 1.1rem;
    width: 1.1rem;
  }

  .hero-note--top {
    right: -2%;
    top: 5%;
  }

  .hero-note--right {
    bottom: 30%;
    right: -3%;
  }

  .hero-note--left {
    left: -2%;
    top: 32%;
  }

  .service-strip p {
    font-size: .98rem;
  }

  .service-strip small {
    font-size: .86rem;
  }

  .mini-icon {
    font-size: 1.85rem;
  }

  .experience-details p {
    font-size: .95rem;
    line-height: 1.45;
  }

  .service-card a {
    bottom: auto;
    display: inline-flex;
    margin-top: 1.45rem;
    position: static;
  }
}
