.cluster-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 24px 64px;
}

.cluster-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
}

.cluster-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.cluster-tab {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.cluster-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 40px;
    align-items: end;
    margin-bottom: 48px;
}

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

.cluster-title {
    font-size: clamp(44px, 7vw, 72px);
    line-height: 0.96;
    letter-spacing: 0;
    overflow-wrap: normal;
    text-wrap: balance;
}

.cluster-lede {
    max-width: 760px;
    font-size: clamp(18px, 2.1vw, 22px);
    line-height: 1.55;
}

.cluster-feature {
    width: 100%;
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.cluster-feature a,
.cluster-feature p,
.cluster-card-grid a,
.cluster-card-grid p,
.cluster-card-grid h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.cluster-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cluster-card-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .cluster-nav {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 44px;
    }

    .cluster-tabs {
        width: 100%;
    }

    .cluster-tab {
        font-size: 13px;
        padding: 8px 12px;
    }

    .cluster-hero {
        display: block;
    }

    .cluster-feature {
        margin-top: 28px;
    }

    .cluster-card-grid,
    .cluster-card-grid.two-up {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cluster-shell {
        padding: 32px 16px 56px;
    }

    .cluster-title {
        font-size: clamp(38px, 15vw, 56px);
        line-height: 0.98;
    }

    .cluster-lede {
        font-size: 18px;
    }
}
