
/* SPACE2047 DESKTOP NAME ONE-LINE FIX
   Desktop/tablet only. Mobile appearance remains unchanged. */
@media (min-width: 701px) {
    .s2047-site-title,
    .site-title,
    .s2047-brand-title,
    .s2047-logo-title,
    .s2047-brand h1,
    .s2047-branding h1,
    .site-branding h1 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 auto 7px !important;
        padding: 0 18px 0.08em !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: keep-all !important;
        text-align: center !important;
        line-height: 1.08 !important;
        font-size: clamp(1.65rem, 3.25vw, 3.35rem) !important;
        letter-spacing: clamp(0.08em, 0.42vw, 0.24em) !important;
        transform: none !important;
    }

    .s2047-header-inner,
    .s2047-brand,
    .s2047-branding,
    .s2047-logo-area,
    .site-branding {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }
}

@media (min-width: 1200px) {
    .s2047-site-title,
    .site-title,
    .s2047-brand-title,
    .s2047-logo-title,
    .s2047-brand h1,
    .s2047-branding h1,
    .site-branding h1 {
        font-size: clamp(2rem, 3vw, 3.45rem) !important;
        letter-spacing: 0.18em !important;
    }
}
