.blog-page-heading,
.block-post,
.neporn-blog-index {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.blog-page-heading h1,
.neporn-editorial .blog-hero h2,
.neporn-editorial .blog-hero p,
.neporn-editorial .blog-article-body,
.blog-index-intro,
.blog-index-hero h1,
.blog-index-hero p,
.blog-card-copy,
.blog-card-copy h2,
.blog-card-copy p {
    min-width: 0;
    overflow-wrap: anywhere;
}

.blog-page-heading {
    position: relative;
    max-width: 1120px;
    margin: 20px auto 18px;
    padding: 30px 34px 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(229, 9, 20, 0.18), transparent 260px),
        linear-gradient(135deg, #1c1b1e, #121214);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.blog-page-heading::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -85px;
    width: 210px;
    height: 210px;
    border: 38px solid rgba(229, 9, 20, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.blog-page-heading h1 {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 10px 0 0;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(30px, 3.3vw, 48px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.blog-page-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #969299;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.blog-page-meta a {
    color: #ff4a55;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.blog-page-meta a:hover {
    color: #fff;
}

.block-post {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 26px;
}

.block-post .post-holder {
    min-width: 0;
    padding-right: 0;
    overflow: visible;
}

.block-post .post-content.neporn-editorial {
    --blog-red: #e50914;
    --blog-red-soft: #ff4a55;
    --blog-ink: #f7f4f1;
    --blog-muted: #c7c2c5;
    --blog-panel: #151416;
    --blog-panel-soft: #1e1c20;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 24px;
    overflow: hidden;
    color: var(--blog-ink);
    background:
        radial-gradient(circle at 8% 0, rgba(229, 9, 20, 0.14), transparent 520px),
        var(--blog-panel);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
    font-family: "Avenir Next", "Trebuchet MS", sans-serif;
    font-size: 16px;
}

.neporn-editorial *,
.neporn-editorial *::before,
.neporn-editorial *::after {
    box-sizing: border-box;
}

.neporn-editorial img {
    display: block;
    max-width: 100%;
}

.neporn-editorial .blog-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: 410px;
    overflow: hidden;
    background: #080708;
}

.neporn-editorial .blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 7, 8, 0.94) 0, rgba(8, 7, 8, 0.56) 54%, rgba(8, 7, 8, 0.14) 100%),
        linear-gradient(0deg, var(--blog-panel) 0, transparent 48%);
}

.neporn-editorial .blog-hero img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
    filter: saturate(0.95) contrast(1.08);
}

.neporn-editorial .blog-hero-copy {
    width: min(760px, 90%);
    padding: clamp(34px, 5vw, 62px);
}

.neporn-editorial .blog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.neporn-editorial .blog-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    background: var(--blog-red);
}

.neporn-editorial .blog-hero h2 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.neporn-editorial .blog-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.55;
}

.neporn-editorial .blog-article-body {
    max-width: 880px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 76px);
}

.neporn-editorial .blog-lede {
    margin: 0 0 34px;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(23px, 2.5vw, 30px);
    line-height: 1.55;
}

.neporn-editorial .blog-article-body > p,
.neporn-editorial .blog-media-copy p {
    margin: 0 0 24px;
    color: var(--blog-muted);
    font-size: 17px;
    line-height: 1.8;
}

.neporn-editorial .blog-article-body h3 {
    margin: 46px 0 16px;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(29px, 3vw, 40px);
    line-height: 1.15;
}

.neporn-editorial .blog-pullquote {
    position: relative;
    margin: 46px 0;
    padding: 26px 28px 26px 34px;
    color: #fff;
    background: linear-gradient(110deg, rgba(229, 9, 20, 0.2), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(229, 9, 20, 0.36);
    border-left: 4px solid var(--blog-red);
    border-radius: 0 14px 14px 0;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.45;
}

.neporn-editorial .blog-topics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 32px 0 48px;
}

.neporn-editorial .blog-topic {
    min-height: 190px;
    padding: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
}

.neporn-editorial .blog-topic span {
    display: block;
    margin-bottom: 18px;
    color: var(--blog-red-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.neporn-editorial .blog-topic strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.neporn-editorial .blog-topic p {
    margin: 0;
    color: var(--blog-muted);
    font-size: 15px;
    line-height: 1.6;
}

.neporn-editorial .blog-media {
    display: grid;
    grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(24px, 4vw, 50px);
    align-items: center;
    margin: 50px 0;
    padding: 20px;
    background: var(--blog-panel-soft);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 15px;
}

.neporn-editorial .blog-media img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.neporn-editorial .blog-media h3 {
    margin-top: 0;
}

.neporn-editorial .blog-signoff {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.neporn-editorial .blog-signoff strong {
    color: #fff;
}

.neporn-editorial .blog-credit {
    margin: 38px 0 0;
    color: #868187;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.neporn-editorial .blog-credit a {
    color: #bbb6bb;
    font-size: 12px;
    text-decoration: underline;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px 4px;
    color: #c9c4c8;
    font-size: 14px;
    font-weight: 700;
}

.blog-back-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #ff3e49;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.blog-back-link:hover {
    color: #fff;
}

.blog-back-link:hover svg {
    transform: translateX(-3px);
}

.neporn-blog-index {
    --index-red: #e50914;
    --index-red-soft: #ff4a55;
    --index-panel: #19181b;
    --index-muted: #bdb8bd;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0 38px;
    color: #fff;
}

.blog-index-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    min-height: 280px;
    margin-bottom: 24px;
    padding: clamp(38px, 5vw, 68px);
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(10, 9, 10, 0.15), rgba(10, 9, 10, 0.82)),
        radial-gradient(circle at 78% 32%, rgba(229, 9, 20, 0.28), transparent 300px),
        linear-gradient(135deg, #272329, #111113 68%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.blog-index-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 9%;
    width: 260px;
    height: 460px;
    background: linear-gradient(180deg, transparent, rgba(229, 9, 20, 0.15), transparent);
    transform: rotate(24deg);
}

.blog-index-intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.blog-index-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--index-red-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.blog-index-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--index-red);
}

.blog-index-hero h1 {
    margin: 12px 0 14px;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(48px, 7vw, 86px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.blog-index-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.65;
}

.blog-index-mark {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex: 0 0 auto;
    padding: 17px 20px;
    background: rgba(8, 7, 8, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.blog-index-mark strong {
    color: var(--index-red-soft);
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 0.8;
}

.blog-index-mark span {
    color: #aaa4aa;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.blog-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.blog-index-card {
    min-width: 0;
}

.blog-index-card:first-child {
    grid-column: 1 / -1;
}

/* Keep an unpaired final card from leaving an empty grid column. */
.blog-index-card:last-child:nth-child(even) {
    grid-column: 1 / -1;
}

.blog-index-card:last-child:nth-child(even) .blog-index-card-link {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.blog-index-card:last-child:nth-child(even) .blog-card-art {
    min-height: 320px;
}

.blog-index-card:last-child:nth-child(even) .blog-card-copy h2 {
    font-size: clamp(30px, 3.4vw, 48px);
}

.blog-index-card-link {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    min-height: 320px;
    overflow: hidden;
    color: #fff;
    background: var(--index-panel);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blog-index-card-link:hover {
    color: #fff;
    border-color: rgba(229, 9, 20, 0.55);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
    transform: translateY(-3px);
}

.blog-card-art {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    padding: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 28%, rgba(255, 75, 86, 0.9), transparent 85px),
        linear-gradient(145deg, #e50914 0 25%, #65060c 25% 43%, #171518 43% 100%);
}

.blog-card-art::before,
.blog-card-art::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.blog-card-art::before {
    right: -90px;
    bottom: -80px;
    width: 270px;
    height: 270px;
}

.blog-card-art::after {
    right: -30px;
    bottom: -20px;
    width: 150px;
    height: 150px;
}

.blog-card-number {
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, serif;
    font-size: 68px;
    line-height: 1;
}

.blog-card-art-title {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.12em;
}

.blog-card-art i {
    position: absolute;
    top: 26px;
    right: 27px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}

.blog-card-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(30px, 4vw, 52px);
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #918c92;
    font-size: 12px;
    font-weight: 600;
}

.blog-card-meta span {
    padding: 5px 8px;
    color: #fff;
    background: rgba(229, 9, 20, 0.18);
    border: 1px solid rgba(229, 9, 20, 0.36);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-card-copy h2 {
    margin: 20px 0 14px;
    color: #fff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.blog-card-copy p {
    max-width: 680px;
    margin: 0 0 26px;
    color: var(--index-muted);
    font-size: 16px;
    line-height: 1.7;
}

.blog-card-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.blog-card-read svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--index-red-soft);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.blog-index-card-link:hover .blog-card-read svg {
    transform: translateX(4px);
}

.blog-index-card:not(:first-child) .blog-index-card-link {
    grid-template-columns: 1fr;
}

.blog-index-card:not(:first-child) .blog-card-art {
    min-height: 190px;
}

.blog-index-card:not(:first-child) .blog-card-copy h2 {
    font-size: 30px;
}

.blog-index-empty {
    grid-column: 1 / -1;
    padding: 70px 24px;
    color: #aaa4aa;
    background: var(--index-panel);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    font-size: 16px;
    text-align: center;
}

.blog-index-pagination {
    margin-top: 28px;
}

@media (max-width: 1024px) {
    .blog-index-hero {
        min-height: 245px;
    }

    .blog-index-mark {
        display: none;
    }
}

@media (max-width: 860px) {
    .blog-index-card-link {
        grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    }
}

@media (max-width: 680px) {
    .blog-page-heading,
    .block-post,
    .block-post .post-holder,
    .block-post .post-content.neporn-editorial,
    .neporn-blog-index,
    .blog-index-hero,
    .blog-index-grid,
    .blog-index-card,
    .blog-index-card-link,
    .blog-card-art,
    .blog-card-copy {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .blog-page-heading {
        margin-top: 12px;
        margin-bottom: 14px;
        padding: 22px 20px 24px;
        border-radius: 12px;
    }

    .blog-page-heading h1 {
        margin-top: 8px;
        font-size: 30px;
    }

    .block-post .post-content.neporn-editorial {
        border-radius: 12px;
    }

    .neporn-editorial .blog-hero {
        min-height: 390px;
    }

    .neporn-editorial .blog-hero::after {
        background: linear-gradient(0deg, var(--blog-panel) 4%, rgba(8, 7, 8, 0.65) 72%, rgba(8, 7, 8, 0.24) 100%);
    }

    .neporn-editorial .blog-hero-copy {
        width: 100%;
        padding: 30px 22px 34px;
    }

    .neporn-editorial .blog-hero h2 {
        font-size: 38px;
        line-height: 1.02;
    }

    .neporn-editorial .blog-hero p {
        font-size: 16px;
        line-height: 1.5;
    }

    .neporn-editorial .blog-article-body {
        padding: 34px 22px 42px;
    }

    .neporn-editorial .blog-lede {
        font-size: 23px;
    }

    .neporn-editorial .blog-article-body > p,
    .neporn-editorial .blog-media-copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .neporn-editorial .blog-article-body h3 {
        margin-top: 38px;
        font-size: 30px;
    }

    .neporn-editorial .blog-pullquote {
        margin: 36px 0;
        padding: 22px 20px 22px 24px;
        font-size: 22px;
    }

    .neporn-editorial .blog-topics,
    .neporn-editorial .blog-media {
        grid-template-columns: 1fr;
    }

    .neporn-editorial .blog-topic {
        min-height: 0;
    }

    .neporn-editorial .blog-media {
        margin: 38px 0;
        padding: 12px;
    }

    .neporn-editorial .blog-media img {
        min-height: 220px;
    }

    .neporn-editorial .blog-media-copy {
        padding: 0 8px 6px;
    }

    .blog-index-hero {
        min-height: 235px;
        margin-bottom: 16px;
        padding: 30px 22px;
        border-radius: 13px;
    }

    .blog-index-kicker {
        font-size: 11px;
    }

    .blog-index-hero h1 {
        font-size: 52px;
    }

    .blog-index-hero p {
        font-size: 15px;
        line-height: 1.6;
    }

    .blog-index-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .blog-index-card,
    .blog-index-card:first-child,
    .blog-index-card:last-child:nth-child(even) {
        grid-column: 1;
    }

    .blog-index-card-link,
    .blog-index-card:first-child .blog-index-card-link,
    .blog-index-card:last-child:nth-child(even) .blog-index-card-link {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 13px;
    }

    .blog-card-art,
    .blog-index-card:first-child .blog-card-art,
    .blog-index-card:last-child:nth-child(even) .blog-card-art {
        min-height: 190px;
        padding: 22px;
    }

    .blog-card-number {
        font-size: 54px;
    }

    .blog-card-copy {
        padding: 26px 22px 28px;
    }

    .blog-card-copy h2,
    .blog-index-card:not(:first-child) .blog-card-copy h2,
    .blog-index-card:last-child:nth-child(even) .blog-card-copy h2 {
        margin-top: 16px;
        font-size: 29px;
    }

    .blog-card-copy p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-index-card-link,
    .blog-card-read svg,
    .blog-back-link svg {
        transition: none;
    }
}
