/* Final packaging fixes: smaller headings and reliable hero imagery. */
h1,
.text-display-xl,
.text-display-lg {
  font-size: clamp(1.45rem, 3.6vw, 2.4rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

h2,
.text-display-md {
  font-size: clamp(1.2rem, 2.6vw, 1.65rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

h3,
.text-display-sm,
.text-heading-lg {
  font-size: clamp(1rem, 1.8vw, 1.2rem) !important;
  line-height: 1.25 !important;
}

.hero img,
.hero video,
section img,
video {
  object-fit: cover;
}

@media (max-width: 640px) {
  h1,
  .text-display-xl,
  .text-display-lg {
    font-size: clamp(1.35rem, 7vw, 1.75rem) !important;
  }

  h2,
  .text-display-md {
    font-size: clamp(1.12rem, 5.4vw, 1.35rem) !important;
  }
}
