/* Asia Golden Marine — hero text sizing and spacing revision 5 */
.hero-copy {
  width: min(650px, 76%) !important;
  left: 8vw !important;
}

/* Why Choose AGM photo accents: visual decoration only. */
.why > img {
  position: relative;
  z-index: 1;
  box-shadow:
    -12px 12px 0 #f5b51b,
    12px -12px 0 #071d35,
    0 18px 38px rgba(7, 29, 53, 0.18) !important;
}

@media (max-width: 600px) {
  .why > img {
    box-shadow:
      -7px 7px 0 #f5b51b,
      7px -7px 0 #071d35,
      0 12px 24px rgba(7, 29, 53, 0.16) !important;
  }
}

.hero-copy h1 {
  font-size: clamp(48px, 4.4vw, 64px) !important;
  line-height: 1.06 !important;
  margin-bottom: 22px !important;
}

@media (max-width: 600px) {
  .hero-copy {
    width: calc(100% - 60px) !important;
    left: 30px !important;
  }

  .hero-copy h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
  }
}
