/* ==========================================================
   BOXXHEAD GAMING — FEATURE PUBLICATION
   Major editorial stories.
   Boxxhead original design.
   Homepage hero/banner intentionally untouched.
   ========================================================== */

.bx-article-page.bx-story-type-feature {
    width: min(1440px, calc(100% - 36px));
}

/* Feature masthead */
.bx-story-type-feature .bx-article-top,
.bx-story-type-feature .bx-article-header,
.bx-story-type-feature .bx-share-block {
    max-width: 1120px;
}

.bx-story-type-feature .bx-article-header {
    padding-top: 24px;
    padding-bottom: 32px;
}

.bx-story-type-feature .bx-article-header h1 {
    max-width: 1080px;
    font-size: clamp(48px, 7.4vw, 104px);
    line-height: .90;
    letter-spacing: -.065em;
}

.bx-story-type-feature .bx-article-deck {
    max-width: 900px;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.5;
}

/* Cinematic lead image */
.bx-story-type-feature .bx-article-hero {
    width: min(1320px, 100%);
    margin-top: 12px;
    margin-bottom: 58px;
    border-radius: 8px;
    background: #050505;
}

.bx-story-type-feature .bx-article-hero img {
    width: 100% !important;
    height: auto !important;
    max-height: 820px;
    object-fit: cover !important;
}

/* Keep this a news publication, not a microsite */
.bx-story-type-feature .bx-article-layout {
    width: min(1160px, 100%);
    grid-template-columns: minmax(0, 790px) minmax(230px, 300px);
    gap: 64px;
    align-items: start;
}

.bx-story-type-feature .bx-article-body {
    width: 100%;
    max-width: 790px;
}

.bx-story-type-feature .bx-article-reading-body {
    width: 100%;
    max-width: none;
    font-size: 18px;
    line-height: 1.78;
}

.bx-story-type-feature .bx-article-reading-body p {
    margin-bottom: 27px;
}

/* Strong magazine-style section titles */
.bx-story-type-feature .bx-article-subheading,
.bx-story-type-feature .bx-article-reading-body h2 {
    margin: 58px 0 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: clamp(28px, 3.2vw, 45px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 950;
}

/* Large editorial photography */
.bx-story-type-feature .bx-article-inline-image {
    width: min(1080px, calc(100vw - 44px));
    max-width: none;
    margin: 48px 0 52px;
}

.bx-story-type-feature .bx-article-inline-image img {
    width: 100% !important;
    max-width: none !important;
    max-height: 760px;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 7px;
}

.bx-story-type-feature .bx-article-inline-image figcaption {
    max-width: 790px;
    margin: 10px 0 0;
}

/* Feature quote / emphasis */
.bx-story-type-feature .bx-article-reading-body blockquote {
    margin: 48px 0;
    padding: 22px 0 22px 26px;
    border-left: 5px solid #e31616;
    font-size: clamp(23px, 2.5vw, 33px);
    line-height: 1.3;
}

/* Weekly updates remain structured/readable without becoming features */
.bx-story-type-weekly-update .bx-article-reading-body h2,
.bx-story-type-weekly-update .bx-article-subheading {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(227,22,22,.72);
}

/* Opinion gets a slightly wider reading column */
.bx-story-type-opinion .bx-article-body {
    max-width: 820px;
}

/* Mobile */
@media screen and (max-width: 760px) {

    .bx-article-page.bx-story-type-feature {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .bx-story-type-feature .bx-article-top,
    .bx-story-type-feature .bx-article-header,
    .bx-story-type-feature .bx-share-block {
        width: calc(100% - 36px);
        margin-left: auto;
        margin-right: auto;
    }

    .bx-story-type-feature .bx-article-header {
        padding-top: 8px;
    }

    .bx-story-type-feature .bx-article-header h1 {
        font-size: clamp(42px, 13vw, 62px);
        line-height: .93;
    }

    .bx-story-type-feature .bx-article-deck {
        font-size: 17px;
    }

    .bx-story-type-feature .bx-article-hero {
        width: 100%;
        margin: 8px 0 34px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .bx-story-type-feature .bx-article-hero img {
        width: 100% !important;
        height: auto !important;
        max-height: none;
        object-fit: cover !important;
    }

    .bx-story-type-feature .bx-article-layout {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .bx-story-type-feature .bx-article-body,
    .bx-story-type-feature .bx-article-reading-body {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bx-story-type-feature .bx-article-reading-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 17px;
        line-height: 1.72;
    }

    .bx-story-type-feature .bx-article-subheading,
    .bx-story-type-feature .bx-article-reading-body h2 {
        margin-top: 44px;
        font-size: 27px !important;
    }

    .bx-story-type-feature .bx-article-inline-image {
        width: calc(100% + 40px) !important;
        max-width: none !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-top: 36px;
        margin-bottom: 38px;
    }

    .bx-story-type-feature .bx-article-inline-image img {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        border-radius: 0;
    }

    .bx-story-type-feature .bx-article-inline-image figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }
}
