/* 2026 feminine editorial refresh */
body {
    background: #fffafb;
}

h1,
.section-head h2,
.project-group-head h3,
.about-card h2,
.contact-card h2 {
    font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
    letter-spacing: 0;
}

.brand-mark {
    border: 1px solid rgba(180, 35, 90, .18);
    background: #fff0f5;
    color: #b4235a;
    box-shadow: 0 12px 24px rgba(180, 35, 90, .12);
}

.nav-cta {
    background: #b4235a;
    box-shadow: 0 14px 26px rgba(180, 35, 90, .2);
}

.mobile-anchor-nav {
    display: none;
}

.site-shell {
    width: min(1480px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 228px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.site-shell > .page {
    width: 100%;
    min-width: 0;
}

.side-nav {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 14px;
    max-height: calc(100vh - 108px);
    padding-top: 42px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.side-nav-card,
.side-contact-card {
    padding: 18px;
    border: 1px solid rgba(180, 35, 90, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(76, 29, 54, .07);
}

.side-title {
    margin-bottom: 12px;
    color: #5d1838;
    font-family: "Songti SC", "STSong", serif;
    font-size: 20px;
    font-weight: 900;
}

.side-nav-card nav {
    display: grid;
    gap: 7px;
}

.side-nav-card nav a {
    padding: 10px 11px;
    border: 1px solid rgba(17, 24, 39, .07);
    border-radius: 12px;
    background: #fffafb;
    color: #3f3440;
    font-size: 13px;
    font-weight: 750;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.side-nav-card nav a:hover {
    transform: translateX(3px);
    border-color: rgba(180, 35, 90, .3);
    color: #8f1746;
}

.side-contact-card {
    display: grid;
    gap: 10px;
}

.side-contact-card button {
    font: inherit;
}

.side-qr {
    width: 100%;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(17, 24, 39, .07);
    border-radius: 13px;
    background: #fff;
    color: #111827;
    text-align: left;
    cursor: pointer;
}

.side-qr img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
}

.side-qr span,
.side-qr small {
    display: block;
    min-width: 0;
}

.side-qr strong {
    font-size: 13px;
}

.side-qr small {
    margin-top: 3px;
    color: #5f6b7a;
    font-size: 11px;
    line-height: 1.45;
}

.hero {
    grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
}

.hero-panel,
.profile-card,
.focus-card {
    border-color: rgba(180, 35, 90, .12);
    background: #fff;
}

.hero-panel {
    min-height: 0;
}

.hero-panel h1 {
    font-size: clamp(42px, 4.7vw, 66px);
    line-height: 1.16;
}

.intro-service-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.intro-service-list article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 15px 16px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fffdfd;
}

.intro-number {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #fde8f0;
    color: #b4235a;
    font-size: 11px;
    font-weight: 900;
}

.intro-service-list h3 {
    margin: 0 0 4px;
    font-size: 16px;
}

.intro-service-list p {
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.65;
}

.intro-service-list a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 40px;
    margin-top: 12px;
    padding: 0 16px;
    border: 1px solid #168457;
    border-radius: 999px;
    background: linear-gradient(135deg, #27bd71, #159258);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 10px 22px rgba(31, 157, 104, .22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.intro-service-list a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #20aa64, #117a49);
    box-shadow: 0 14px 26px rgba(31, 157, 104, .3);
}

.metric-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-grid-four .metric {
    min-width: 0;
    padding: 15px 10px;
    border-color: rgba(180, 35, 90, .12);
    background: #fff7fa;
}

.metric-grid-four .metric strong {
    color: #b4235a;
    font-size: 22px;
}

.metric-grid-four .metric span {
    font-size: 11px;
}

.project-guide {
    padding-top: 30px;
}

.project-guide .section-head {
    margin-bottom: 22px;
}

.project-guide .route-grid {
    gap: 18px;
}

.project-guide .route-card {
    position: relative;
    border-color: rgba(180, 35, 90, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(76, 29, 54, .07);
}

.project-guide .route-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 0 0 20px 20px;
    background: #d94378;
}

.project-guide .route-card.route-blue::after {
    background: #4b9fd8;
}

.project-guide .route-card.route-violet::after {
    background: #8b6ee8;
}

.route-topline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.route-topline .icon-box {
    margin: 0;
    background: #fff0f5;
    color: #b4235a;
}

.route-level {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid rgba(180, 35, 90, .25);
    border-radius: 999px;
    color: #8f1746;
    font-size: 12px;
    font-weight: 900;
}

.project-guide .route-card h3 {
    font-family: "Songti SC", "STSong", serif;
    font-size: 22px;
}

.project-guide .button.primary {
    border-color: #ef6470;
    background: #ef6470;
}

@media (max-width: 1320px) {
    .site-shell {
        display: block;
        width: 100%;
    }

    .site-shell > .page {
        width: min(1180px, calc(100% - 32px));
        margin: 0 auto;
    }

    .side-nav {
        display: none;
    }
}

@media (max-width: 980px) {
    .mobile-anchor-nav {
        display: flex;
        gap: 8px;
        padding: 0 16px 10px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .mobile-anchor-nav::-webkit-scrollbar {
        display: none;
    }

    .mobile-anchor-nav a {
        flex: 0 0 auto;
        padding: 7px 11px;
        border: 1px solid rgba(180, 35, 90, .13);
        border-radius: 999px;
        background: #fff6f9;
        color: #8f1746;
        font-size: 12px;
        font-weight: 800;
    }

    .metric-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .hero-panel h1 {
        font-size: 38px;
    }

    .intro-service-list article {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 14px;
    }

    .metric-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* Contact directory and premium project hierarchy */
.tier-section {
    scroll-margin-top: 92px;
    padding: 28px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(76, 29, 54, .06);
}

.tier-section + .tier-section {
    margin-top: 28px;
}

.tier-section .project-group-head .section-kicker {
    padding: 9px 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(17, 24, 39, .12);
}

.tier-section-c .project-group-head .section-kicker {
    background: #a7194b;
}

.tier-section-b .project-group-head .section-kicker {
    background: #2679b8;
}

.tier-section-a .project-group-head .section-kicker {
    background: #18845b;
}

.tier-section .project-group-head h3 {
    margin-top: 13px;
    font-size: 27px;
}

.club-featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, .68fr);
    gap: 28px;
    margin-top: 22px;
    padding: 28px;
    border-color: rgba(180, 35, 90, .18);
    background: #fff8fb;
}

.club-featured .label {
    background: #a7194b;
    color: #fff;
}

.club-featured h3 {
    font-family: "Songti SC", "STSong", serif;
    font-size: 34px;
}

.benefit-list {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.benefit-list li {
    display: flex;
    gap: 9px;
    color: #3f3440;
    font-size: 14px;
    line-height: 1.65;
}

.benefit-list i {
    margin-top: .35em;
    color: #b4235a;
}

.poster-link,
.poster-preview {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fff;
}

.poster-link {
    height: 520px;
}

.poster-link img,
.poster-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .25s ease;
}

.poster-link:hover img,
.poster-preview:hover img {
    transform: scale(1.02);
}

.premium-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.premium-project-card {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 18px;
    min-height: 310px;
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
}

.poster-preview {
    height: 274px;
}

.premium-project-card.no-poster {
    grid-template-columns: 76px minmax(0, 1fr);
}

.premium-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 16px;
    background: #fff0f5;
    color: #a7194b;
    font-size: 28px;
}

.premium-copy {
    min-width: 0;
}

.product-badge {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fde8f0;
    color: #8f1746;
    font-size: 12px;
    font-weight: 900;
}

.premium-copy h4 {
    margin: 10px 0 7px;
    font-family: "Songti SC", "STSong", serif;
    font-size: 21px;
}

.premium-copy p {
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.7;
}

.premium-copy ul {
    display: grid;
    gap: 5px;
    margin: 12px 0 16px;
    padding-left: 17px;
    color: #3f3440;
    font-size: 12px;
    line-height: 1.5;
}

.premium-copy .button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
}

.contact-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-person-card {
    width: 100%;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(180, 35, 90, .12);
    border-radius: 18px;
    background: #fff;
    color: #111827;
    font: inherit;
    text-align: left;
    box-shadow: 0 12px 28px rgba(76, 29, 54, .06);
}

button.contact-person-card {
    cursor: pointer;
}

.contact-person-card img {
    width: 118px;
    height: 118px;
    border-radius: 12px;
    object-fit: cover;
}

.contact-type {
    color: #b4235a;
    font-size: 12px;
    font-weight: 900;
}

.contact-person-card h3 {
    margin: 5px 0 7px;
    font-size: 20px;
}

.contact-person-card p {
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.65;
}

.contact-person-card strong {
    color: #8f1746;
}

@media (max-width: 1120px) {
    .premium-project-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .tier-section {
        padding: 20px;
    }

    .club-featured {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .poster-link {
        height: 420px;
    }

    .contact-directory {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tier-section {
        padding: 16px;
        border-radius: 18px;
    }

    .tier-section .project-group-head .section-kicker {
        font-size: 14px;
    }

    .tier-section .project-group-head h3 {
        font-size: 23px;
    }

    .premium-project-card,
    .premium-project-card.no-poster {
        grid-template-columns: 1fr;
    }

    .poster-preview {
        height: 300px;
    }

    .premium-icon {
        width: 58px;
        height: 58px;
    }

    .contact-person-card {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 13px;
        padding: 14px;
    }

    .contact-person-card img {
        width: 86px;
        height: 86px;
    }
}
/* Keep tool content aligned for scanning as the library grows. */
.tool-card,
button.tool-card {
    text-align: left;
}

.tool-card .chips,
.tool-card .tool-actions {
    justify-content: flex-start;
}

.tool-card .tool-actions {
    margin-top: 24px;
}

.tool-card .tool-actions .button {
    width: auto;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13px;
}
/* Materials and resource directory */
.material-download {
    padding: 26px;
    border: 1px solid rgba(180, 35, 90, .14);
    border-radius: 20px;
    background: #fff8fb;
    box-shadow: 0 14px 34px rgba(76, 29, 54, .06);
}

.material-copy {
    display: flex;
    gap: 16px;
    align-items: center;
}

.material-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    background: #fde8f0;
    color: #a7194b;
    font-size: 22px;
}

.material-copy h3 {
    font-size: 20px;
}

.material-copy p,
.material-actions p {
    margin-top: 5px;
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.65;
}

.material-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.material-tags span {
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    color: #5d1838;
    font-size: 12px;
    font-weight: 800;
}

.material-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.material-actions p {
    max-width: 540px;
    margin: 0;
}

.resource-summary {
    display: grid;
    grid-template-columns: 160px 160px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    margin-bottom: 26px;
}

.resource-summary > div {
    display: grid;
    gap: 5px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fff;
}

.resource-summary span {
    color: #5f6b7a;
    font-size: 12px;
}

.resource-summary strong {
    color: #8f1746;
    font-size: 18px;
}

.resource-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: center;
    padding: 14px;
    border: 1px solid rgba(180, 35, 90, .12);
    border-radius: 16px;
    background: #fff8fb;
}

.resource-anchor-nav a {
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff;
    color: #8f1746;
    font-size: 12px;
    font-weight: 850;
}

.resource-group-block {
    scroll-margin-top: 92px;
    padding: 28px 0;
    border-top: 1px solid rgba(17, 24, 39, .09);
}

.resource-group-block:last-child {
    border-bottom: 1px solid rgba(17, 24, 39, .09);
}

.resource-group-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(180, 35, 90, .13);
    border-left: 5px solid #d43b73;
    border-radius: 14px;
    background: #fff3f7;
    box-shadow: 0 8px 22px rgba(76, 29, 54, .05);
}

#resource-ai .resource-group-head {
    border-color: rgba(38, 121, 184, .16);
    border-left-color: #348fd0;
    background: #f0f8fe;
}

#resource-growth .resource-group-head {
    border-color: rgba(24, 132, 91, .16);
    border-left-color: #27a974;
    background: #f0faf6;
}

#resource-other .resource-group-head {
    border-color: rgba(176, 109, 18, .16);
    border-left-color: #d9942d;
    background: #fff9ed;
}

.resource-group-icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    background: #fff0f5;
    color: #a7194b;
    font-size: 19px;
}

.resource-group-icon.blue {
    background: #edf6fd;
    color: #2679b8;
}

.resource-group-icon.green {
    background: #ecf8f3;
    color: #18845b;
}

.resource-group-icon.amber {
    background: #fff7e8;
    color: #b06d12;
}

.resource-group-head h3 {
    font-family: "Songti SC", "STSong", serif;
    font-size: 25px;
}

.resource-group-head p {
    margin-top: 3px;
    color: #5f6b7a;
    font-size: 13px;
}

.resource-table {
    display: grid;
    gap: 10px;
}

.resource-row {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(180px, .72fr) auto;
    gap: 18px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 39, .04);
}

.resource-row h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

.resource-row p {
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.65;
}

.resource-facts {
    display: grid;
    gap: 4px;
    color: #5f6b7a;
    font-size: 12px;
}

.resource-facts strong {
    color: #18845b;
}

.resource-row .button {
    min-width: 94px;
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
}

@media (max-width: 820px) {
    .resource-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resource-anchor-nav {
        grid-column: 1 / -1;
    }

    .resource-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .resource-row .button {
        width: fit-content;
    }
}

@media (max-width: 560px) {
    .material-download {
        padding: 18px;
    }

    .material-copy {
        align-items: flex-start;
    }

    .material-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .material-actions .button {
        width: 100%;
    }

    .resource-summary {
        grid-template-columns: 1fr;
    }

    .resource-anchor-nav {
        grid-column: auto;
    }
}

/* Responsive sidebar drawer and compact floating contact */
.mobile-menu-toggle,
.side-nav-close,
.side-nav-backdrop {
    display: none;
}

@media (max-width: 1320px) {
    .side-nav {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 82;
        display: block;
        width: min(88vw, 320px);
        max-height: none;
        padding: 64px 14px 24px;
        overflow-y: auto;
        background: #fffafb;
        box-shadow: 24px 0 60px rgba(76, 29, 54, .18);
        transform: translateX(-105%);
        transition: transform .25s ease;
    }

    .side-nav.is-open {
        transform: translateX(0);
    }

    .mobile-menu-toggle {
        display: grid;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        place-items: center;
        border: 1px solid rgba(180, 35, 90, .16);
        border-radius: 13px;
        background: #fff5f8;
        color: #8f1746;
        font-size: 18px;
        cursor: pointer;
    }

    .side-nav-close {
        position: absolute;
        top: 14px;
        right: 14px;
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        border: 1px solid rgba(180, 35, 90, .14);
        border-radius: 12px;
        background: #fff;
        color: #8f1746;
        cursor: pointer;
    }

    .side-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 81;
        background: rgba(15, 23, 42, .42);
    }

    .side-nav-backdrop.is-open {
        display: block;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .mobile-anchor-nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .button.float-contact {
        top: 56%;
        right: max(8px, env(safe-area-inset-right));
        bottom: auto;
        width: auto;
        min-width: 0;
        padding: 0 12px;
        transform: translateY(-50%);
    }
}

/* Tablet hero stacking and left-aligned menu trigger */
@media (max-width: 1320px) {
    .mobile-menu-toggle {
        order: -1;
    }
}

@media (max-width: 980px) {
    .hero {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .hero-panel,
    .hero-side {
        width: 100%;
        min-width: 0;
    }

    .hero-panel h1 {
        font-size: clamp(34px, 7vw, 58px);
    }
}

/* High-contrast action buttons and aligned route CTAs */
.project-guide .route-card {
    display: flex;
    flex-direction: column;
}

.project-guide .route-card .card-actions {
    margin-top: auto;
    padding-top: 22px;
}

.project-guide .button.primary,
.resource-row .button,
.project-row .button,
.premium-copy .button.soft {
    border-color: #168457;
    background: #1f9d68;
    color: #fff;
    box-shadow: 0 10px 20px rgba(31, 157, 104, .22);
}

.project-guide .button.primary:hover,
.resource-row .button:hover,
.project-row .button:hover,
.premium-copy .button.soft:hover {
    border-color: #126f49;
    background: #168457;
    color: #fff;
    box-shadow: 0 14px 26px rgba(31, 157, 104, .3);
}

.partner-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.partner-proof span {
    padding: 6px 9px;
    border: 1px solid rgba(31, 157, 104, .2);
    border-radius: 999px;
    background: #eefaf5;
    color: #126f49;
    font-size: 11px;
    font-weight: 850;
}


/* Community section */
.community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.community-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(190, 36, 96, 0.14);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #fff8fb 100%);
  box-shadow: 0 16px 36px rgba(72, 28, 48, 0.08);
}
.community-card-poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 22px;
  align-items: center;
}
.community-copy { min-width: 0; }
.community-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #fbe5ee;
  color: #b92059;
  font-size: 1.05rem;
}
.community-label {
  display: block;
  margin-bottom: 8px;
  color: #b92059;
  font-size: 0.78rem;
  font-weight: 800;
}
.community-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.28rem;
  line-height: 1.45;
  letter-spacing: 0;
}
.community-card p {
  margin: 0;
  color: #647084;
  line-height: 1.85;
}
.community-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.community-meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f5f6f8;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 700;
}
.community-card .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #159b5b;
  background: linear-gradient(135deg, #20b96b, #11884e);
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(17, 136, 78, 0.22);
}
.community-poster {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(190, 36, 96, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(72, 28, 48, 0.09);
}
.community-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (max-width: 920px) {
  .community-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .community-card { padding: 20px; }
  .community-card-poster { grid-template-columns: 1fr; }
  .community-poster { width: min(100%, 230px); }
}


/* Header brand and hero material entry */
.brand-mark {
    overflow: hidden;
    border: 1px solid rgba(180, 35, 90, .14);
    background: #fff;
}
.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-material-entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 24px;
    padding: 15px 18px;
    border: 1px solid rgba(58, 151, 215, .25);
    border-radius: 16px;
    background: linear-gradient(135deg, #f1f9ff, #ffffff);
}
.hero-material-entry strong,
.hero-material-entry span {
    display: block;
}
.hero-material-entry strong {
    color: #172033;
    font-size: 14px;
}
.hero-material-entry span {
    margin-top: 5px;
    color: #657286;
    font-size: 12px;
    line-height: 1.6;
}
.hero-material-entry a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(58, 151, 215, .38);
    border-radius: 999px;
    background: #e8f5ff;
    color: #176b9c;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}
.hero-material-entry a:hover {
    background: #d9efff;
    color: #125a84;
}
@media (max-width: 560px) {
    .hero-material-entry {
        grid-template-columns: 1fr;
    }
    .hero-material-entry a {
        width: fit-content;
    }
}
