/* Angled multi-stop gradient over the hero image — Tailwind's bg-gradient-*
   utilities only support 8 fixed directions, not an arbitrary angle, so
   this is a CSS-only exception per the root CLAUDE.md. */
.hero__image-overlay {
    background: linear-gradient(202.71deg, rgba(3, 43, 54, 0) 52.59%, rgba(3, 43, 54, 0.8) 146.76%);
}
