.bio-news-home-hero-grid {
    margin: 0 auto;
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
}

.bio-news-home-hero-grid__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.88fr);
    gap: 36px;
    align-items: start;
}

.bio-news-home-hero-grid__primary {
    min-width: 0;
}

.bio-news-home-hero-grid__primary-link {
    display: block;
    color: inherit;
    text-decoration: none;
    border-radius: 18px;
    overflow: hidden;
    background: #e5e1dd;
}

.bio-news-home-hero-grid__media {
    position: relative;
    overflow: hidden;
    background: #c7c2be;
}

.bio-news-home-hero-grid__media img,
.bio-news-home-hero-grid__media-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

.bio-news-home-hero-grid__media-placeholder {
    background:
        radial-gradient(circle at 50% 35%, rgba(86, 91, 224, 0.42), transparent 28%),
        linear-gradient(180deg, #131650 0%, #0e0b3a 100%);
}

.bio-news-home-hero-grid__feature-label {
    position: absolute;
    top: 22px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 14px;
    border-radius: 999px;
    background: #0d7d83;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bio-news-home-hero-grid__content {
    padding: 24px 24px 22px;
    background: #f5f3f3;
    min-width: 0;
}

.bio-news-home-hero-grid__title {
    margin: 0 0 16px;
    color: #322d76;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 700;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.bio-news-home-hero-grid__meta {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #2e2a6c;
    font-size: 0.95rem;
    font-weight: 500;
    flex-wrap: wrap;
    min-width: 0;
}

.bio-news-home-hero-grid__meta span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.bio-news-home-hero-grid__sidebar {
    padding: 42px 36px;
    border-radius: 18px;
    background: #F5F3F3;
}

.bio-news-home-hero-grid__sidebar-title {
    margin: 0 0 36px;
    color: #2f2a6a;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bio-news-home-hero-grid__sidebar-list {
    display: grid;
    gap: 28px;
}

.bio-news-home-hero-grid__story-link {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    color: inherit;
    text-decoration: none;
}

.bio-news-home-hero-grid__story-copy {
    min-width: 0;
}

.bio-news-home-hero-grid__story-rank {
    display: block;
    min-width: 60px;
    color: #2f2a6a;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: left;
}

.bio-news-home-hero-grid__story-title {
    margin: 0 0 10px;
    color: #252733;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.bio-news-home-hero-grid__story-category {
    color: #2f2a6a;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .bio-news-home-hero-grid {
        padding: 24px;
    }

    .bio-news-home-hero-grid__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bio-news-home-hero-grid__sidebar {
        padding: 32px 24px;
    }

    .bio-news-home-hero-grid__sidebar-list {
        gap: 22px;
    }

    .bio-news-home-hero-grid__story-link {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .bio-news-home-hero-grid {
        padding: 18px;
        border-radius: 18px;
    }

    .bio-news-home-hero-grid__layout {
        gap: 22px;
    }

    .bio-news-home-hero-grid__sidebar {
        display: block;
        padding: 28px 20px;
        border-radius: 0 0 18px 18px;
    }

    .bio-news-home-hero-grid__content {
        position: static;
        padding: 18px 18px 20px;
    }

    .bio-news-home-hero-grid__feature-label {
        top: 16px;
        bottom: auto;
        left: 16px;
    }

    .bio-news-home-hero-grid__media img,
    .bio-news-home-hero-grid__media-placeholder {
        aspect-ratio: 1.2 / 1;
        height: auto;
    }

    .bio-news-home-hero-grid__title {
        color: #3f3ba2;
        font-size: clamp(1.65rem, 6.4vw, 2rem);
        line-height: 1.16;
        letter-spacing: -0.03em;
        font-weight: 700;
    }

    .bio-news-home-hero-grid__meta {
        color: #403ca6;
        font-size: 0.82rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .bio-news-home-hero-grid__sidebar-title {
        margin-bottom: 24px;
        font-size: 0.98rem;
        letter-spacing: 0.16em;
    }

    .bio-news-home-hero-grid__sidebar-list {
        gap: 20px;
    }

    .bio-news-home-hero-grid__story-link {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .bio-news-home-hero-grid__story-rank {
        min-width: 44px;
        font-size: 1.85rem;
    }

    .bio-news-home-hero-grid__story-title {
        font-size: 1rem;
        line-height: 1.35;
    }

    .bio-news-home-hero-grid__story-category {
        font-size: 0.8rem;
    }
}
