.category-blog.category-blog--shaped-me .hero-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.category-blog.category-blog--shaped-me .hero__inner {
    flex: 1 1 auto;
    max-width: 100%;
}

.category-blog.category-blog--shaped-me .hero__text--two-columns {
    position: relative;
}

.category-blog.category-blog--shaped-me .hero__search-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    min-width: 0;
}

.category-blog.category-blog--shaped-me .hero__search-row .category-search {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 1.5rem;
}

.category-blog.category-blog--shaped-me .hero__search-row .category-search input {
    width: 100%;
    min-width: 0;
    max-width: 480px;
}

.category-blog.category-blog--shaped-me .hero__signature {
    font-size: 2rem;
    text-align: right;
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
}

.category-blog.category-blog--shaped-me .hero__title h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.category-blog.category-blog--shaped-me .hero__title {
    margin-bottom: 0;
}

.category-blog.category-blog--shaped-me .hero__search-row .hero__signature {
    text-align: right;
}

.category-blog.category-blog--shaped-me .hero__text-prose {
    column-count: 2;
    column-gap: 2.5rem;
}

.category-blog.category-blog--shaped-me .hero__text-prose p {
    break-inside: avoid;
}

.category-blog.category-blog--shaped-me .blog-posts--shaped-me-cards {
    margin-bottom: 0;
}

.category-blog.category-blog--shaped-me .blog-posts--shaped-me-cards + .blog-posts {
    margin-top: 2.5rem;
}

.category-blog.category-blog--shaped-me .post-card--shaped-me {
    background: var(--color-blue);
    color: var(--color-white);
}

.category-blog.category-blog--shaped-me .post-card--shaped-me .post-card__media {
    background: var(--color-dark-blue);
}

.category-blog.category-blog--shaped-me .post-card--shaped-me .post-card__body {
    padding: 1.75rem 1.5rem !important;
}

.category-blog.category-blog--shaped-me .post-card--shaped-me .post-card__title {
    font-size: 1.375rem;
    color: var(--color-white);
}

.category-blog.category-blog--shaped-me .post-card--shaped-me .post-card__meta {
    font-size: 1.125rem;
    color: var(--color-white);
    transition: transform 0.2s ease;
    transform-origin: left center;
    margin-top: auto;
}

.category-blog.category-blog--shaped-me .post-card--shaped-me .post-card__excerpt {
    -webkit-line-clamp: 7;
    line-clamp: 7;
    color: var(--color-light-purple);
}

.category-blog.category-blog--shaped-me .post-card--shaped-me:hover .post-card__meta {
    color: var(--color-white);
    transform: scale(1.06);
}

.post-grid--shaped-me-xl .post-grid {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 800px) {
    .post-grid--shaped-me-xl .post-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-blog.category-blog--shaped-me .hero__text-prose {
        column-count: 1;
        column-gap: 2.5rem;
    }

    .category-blog.category-blog--shaped-me .hero__search-row {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
