/* Full Width Image — full-bleed decorative band (Figma section #9). */
.full-width-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
