/* 2026-08-24 v1.1
 * - Removed inherited vertical auto margins so the copy is actually anchored lower.
 * 2026-08-24 v1.0
 * - Added mobile alternative G with the E overlay and lower copy placement.
 */
@media (max-width:720px) {
    .home-hero-gradient { background:linear-gradient(0deg,rgba(6,4,4,.235),rgba(6,4,4,.155) 58%,rgba(6,4,4,.07)),linear-gradient(90deg,rgba(6,4,4,.175),rgba(6,4,4,.03)); }
    .home-hero-copy-inner { margin:0 auto; padding-top:0; padding-bottom:calc(132px + env(safe-area-inset-bottom)); }
}
