/* Samantha's House: hero (Figma 6:222). The tint comes from each hero's `background: alt` setting (not CSS),
   so the builder shows it and the section spacing rules see the real background. */
.block--hero .hero__title { color: var(--sh-blue); line-height: 1.15; letter-spacing: -0.02em; }
.block--hero .eyebrow { border-radius: 999px; background: var(--sh-pill); font-size: 0.75rem; }
.section--bg-alt.block--hero .eyebrow { background: var(--sh-pill); }
.block--hero .hero--split { gap: clamp(2rem, 4.5vw, 4rem); }
.block--hero .hero__media img { aspect-ratio: 7 / 6; object-fit: cover; }
/* Video in the Figma image frame */
.block--hero .hero__video { border-radius: var(--sh-radius-frame); border: 2px solid var(--sh-line); box-shadow: var(--maw-shadow-lg); }
