
/* =========================================================
   LEO & SON V53 — CLEAN HERO ALIGNMENT
   Removes the legacy vertical gold rail from every hero.
========================================================= */

/* Homepage + all secondary pages: one clean left text edge. */
.premium-hero.unified-home-hero .premium-hero-content,
.local-hero.unified-page-hero .local-hero-copy{
  padding-left:0!important;
  border-left:0!important;
}

/* Keep only the intentional short horizontal gold eyebrow accent. */
.premium-hero.unified-home-hero .eyebrow,
.local-hero.unified-page-hero .local-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  max-width:100%!important;
}

.premium-hero.unified-home-hero .eyebrow::before,
.local-hero.unified-page-hero .local-eyebrow::before{
  width:28px!important;
  height:2px!important;
  flex:0 0 28px!important;
  border-radius:999px!important;
  background:#f8c800!important;
}

/* Keep all hero copy aligned to the same origin. */
.premium-hero.unified-home-hero h1,
.premium-hero.unified-home-hero .hero-description,
.premium-hero.unified-home-hero .hero-actions,
.local-hero.unified-page-hero h1,
.local-hero.unified-page-hero p,
.local-hero.unified-page-hero .local-hero-actions{
  margin-left:0!important;
}

/* Mobile had its own forced padding/border from the older system. */
@media (max-width:760px){
  .premium-hero.unified-home-hero .premium-hero-content,
  .local-hero.unified-page-hero .local-hero-copy{
    padding-left:0!important;
    border-left:0!important;
  }

  .premium-hero.unified-home-hero .eyebrow,
  .local-hero.unified-page-hero .local-eyebrow{
    gap:8px!important;
  }

  .premium-hero.unified-home-hero .eyebrow::before,
  .local-hero.unified-page-hero .local-eyebrow::before{
    width:22px!important;
    flex-basis:22px!important;
  }
}
