/* Layout overrides only, loaded after style.css. Brand colors live in
   style.css's own :root — not redefined here, so the brand palette set
   there is the one that actually renders. */

/* Centered no-image hero variant, unique to this site */
.hero-slide--centered {
  justify-content: center;
  text-align: center;
  background-image: none !important;
}
.hero-slide__content--center {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-slide__content--center .hero-slide__sub {
  -webkit-line-clamp: 3;
}
