/* Shared logo framing. Original transparent artwork is preserved in the package. */
.sit-logo-art { display:block; position:relative; overflow:hidden; width:240px; max-width:100%; aspect-ratio:1908 / 474; flex:none; }
.sit-logo-art .sit-logo-image { display:block; position:absolute; width:113.836478%; max-width:none; height:auto; left:-7.651992%; top:-21.097046%; margin:0; padding:0; border:0; }
.sit-logo-custom-wrap { display:block; width:240px; max-width:100%; }
.sit-logo-custom-wrap .sit-logo-custom { display:block; width:auto; max-width:100%; max-height:64px; height:auto; object-fit:contain; }
.sit-brand, .sp-brand { min-width:0; flex-shrink:0; }
.sp-header .sit-logo-art, .sp-header .sit-logo-custom-wrap { width:220px; }
.sp-footer .sp-brand { display:inline-flex; padding:12px; border-radius:10px; background:#fff; max-width:100%; }
.sp-footer .sit-logo-art, .sp-footer .sit-logo-custom-wrap { width:205px; }
@media(max-width:600px) {
    .sit-header .sit-logo-art, .sit-header .sit-logo-custom-wrap { width:200px; }
    .sp-header .sit-logo-art, .sp-header .sit-logo-custom-wrap { width:165px; }
}
@media(max-width:360px) {
    .sit-header .sit-logo-art, .sit-header .sit-logo-custom-wrap { width:175px; }
    .sp-header .sit-logo-art, .sp-header .sit-logo-custom-wrap { width:145px; }
}

