/* Live ship overrides: smaller hero + spine questions */
.hero .hero-title-row h1,
.hero h1 {
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.15;
}
.hero-spine-subs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
  color: var(--body-soft);
  font-weight: 400;
}

/* Hide leftover eyebrow labels sitewide */
.eyebrow,
.eyebrow::before {
  display: none !important;
}
