/**
 * Community Profiles — layout aligned with Credits Shop storefront headers.
 *
 * Receptar / SWCblog defaults body to `blog`, which applies
 * `.blog .content-area { margin-top: 33.33%; }` and leaves a large blank band
 * between the site masthead and the purple profile hero. Mirror shop spacing.
 */

body.community-profile-grav .site-content .content-area {
    margin-top: 0 !important;
}

body.community-profile-grav .site-header {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

body.community-profile-grav #content.site-content,
body.community-profile-grav .site-content {
    /* Match shop / forum offset so the hero clears the fixed masthead */
    padding-top: clamp(4.25rem, 12vw, 8.75rem) !important;
}

/* Profile shell: same flush hero → frame relationship as shop pages */
.community-profile.cs-shop-app {
    margin-bottom: 2rem;
}

.community-profile .cs-shop-hero {
    margin-bottom: 0;
}

.community-profile .cs-shop-frame {
    margin-top: 1.25rem;
}

.community-profile .cs-profile-page {
    padding-top: 1.35rem;
}

.community-profile .cs-profile-sheet {
    margin: 0;
}
