.hero-rustic {
    background: linear-gradient(rgba(26, 26, 58, 0.6), rgba(93, 64, 55, 0.8)), url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}

.clip-path-jagged {
    clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 100%);
}