/* Blog hero — side-by-side copy + featured article (mirrors contact hero). */

@media (min-width: 1024px) {
    .blog-hero__layout {
        min-height: 28rem;
        align-items: end;
    }

    .blog-hero__copy {
        padding-bottom: 0.25rem;
    }

    .blog-hero__featured {
        align-self: end;
        margin-top: 0;
    }
}

.blog-hero__spotlight-media {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.45);
}

.blog-hero__spotlight-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-hero__spotlight-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 23, 42, 0.55) 0%,
        rgba(15, 23, 42, 0.12) 45%,
        transparent 100%
    );
    pointer-events: none;
}

.blog-hero__spotlight-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.blog-hero__spotlight-meta-label {
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #7edbff;
}

.blog-hero__spotlight-meta-dot {
    display: inline-block;
    margin: 0 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.55);
    user-select: none;
}
