/* ================================
   HOME
   Homepage hero + actions
   ================================ */

/* HOME hero stack (homepage H1) */
.home .hero-stack{
  font-family: var(--font-family-heading, 'Barlow', system-ui, sans-serif);
  font-weight: var(--font-weight-heavy, 800);
  color: var(--color-primary, #022351);
  line-height: .95;
  letter-spacing: -0.01em;
  margin: 0;

  /* remove font-size from home.css for Option A */
}


.home .hero-stack .word{ display:block; }
.home .hero-stack .word > span{ display:block; }

/* CTA row (Start a conversation / See the work) */
.home .section-actions{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.home .section-actions .btn-email{
  margin-top: 0; /* override the default button rule */
}
