/* Secondary composition polish: retain the established visual language while
   clarifying hierarchy and tightening excess vertical rhythm. */

@media (min-width: 1280px) {
  /* Keep the headline and nationwide result dominant; supporting captions
     remain legible but no longer compete for the first glance. */
  .Hero .description1,
  .Hero .description2 {
    color: rgba(245, 245, 245, .8);
  }

  .Hero .description1 {
    opacity: .86;
  }

  .Hero .description2 {
    opacity: .84;
  }

  .Hero .position {
    opacity: .9;
  }

  /* More breathing room before the oversized section heading, while keeping
     the overall block height close to the current rhythm. */
  .Advantages {
    padding-top: 84px;
    padding-bottom: 102px;
  }

}
