/* Targeted refinements from the approved 29 August review. */
.about-perspective__heading{
  max-width:14ch;
  font-size:clamp(3.5rem,7vw,7.8rem);
  font-weight:400;
  line-height:.92;
  letter-spacing:-.065em;
}
.footer__follow a{
  display:flex;
  align-items:center;
  gap:.55rem;
  color:inherit;
  text-decoration:none;
}
.footer__follow a:hover{text-decoration:underline;text-underline-offset:.2em}
.footer__follow a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(max-width:800px){
  .about-perspective__heading{font-size:clamp(3rem,14vw,5rem)}
}