.sb-hero-1 {
    position: relative;
    min-height: 75vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--sb-base);
}
.sb-hero-1 .sb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}
.sb-hero-1 .wp-block-group {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: 0;
}
.sb-hero-1 h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-left: 4px solid var(--sb-primary);
    padding-left: 20px;
}
.sb-hero-1 p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    padding-left: 24px;
}