
/* SPACE2047 DESKTOP HEADER CROP FIX
   Keeps mobile layout, fixes cropped Benjamin Robinson on desktop/tablet. */

@media (min-width: 701px) {
    .s2047-header,
    .site-header,
    header.site-header,
    .s2047-header-inner,
    .s2047-brand,
    .s2047-branding,
    .s2047-logo-area,
    .site-branding {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .s2047-header-inner,
    .s2047-brand,
    .s2047-branding,
    .s2047-logo-area,
    .site-branding {
        padding-top: 16px !important;
        padding-bottom: 14px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .s2047-site-title,
    .site-title,
    .s2047-brand-title,
    .s2047-logo-title,
    .s2047-brand h1,
    .s2047-branding h1,
    .site-branding h1 {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        line-height: 1.08 !important;
        padding-top: 0 !important;
        padding-bottom: 0.08em !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        font-size: clamp(2.15rem, 5.1vw, 4.9rem) !important;
        letter-spacing: clamp(0.16em, 0.95vw, 0.42em) !important;
        transform: none !important;
    }

    .s2047-site-description,
    .site-description,
    .s2047-tagline,
    .s2047-subtitle,
    .s2047-brand-subtitle,
    .s2047-logo-subtitle,
    .s2047-brand p,
    .s2047-branding p,
    .site-branding p,
    .s2047-header .subtitle,
    .site-header .subtitle {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        line-height: 1.35 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: clamp(0.82rem, 1.55vw, 1.08rem) !important;
        letter-spacing: clamp(0.18em, 0.65vw, 0.38em) !important;
        white-space: normal !important;
    }
}

/* Extra desktop-wide safety where browser zoom or admin bar reduces space. */
@media (min-width: 1000px) {
    .s2047-site-title,
    .site-title,
    .s2047-brand-title,
    .s2047-logo-title,
    .s2047-brand h1,
    .s2047-branding h1,
    .site-branding h1 {
        font-size: clamp(2.5rem, 4.4vw, 4.6rem) !important;
        line-height: 1.12 !important;
    }
}
