/* DOMINANT CENTER COVER STORY V4 — JULY 2026 */

/* =========================================================
   PRO WRESTLING 911
   MAIN STYLESHEET
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   REAL MAGAZINE COVER COMPOSITION V5
========================================================= */

.digital-magazine-cover {
    min-height: 0 !important;
    aspect-ratio: 8.5 / 11 !important;
}

.digital-cover-story {
    z-index: 7 !important;
    top: 26% !important;
    right: 33% !important;
    bottom: 2.5% !important;
    left: 2.5% !important;
    display: block;
    width: auto;
    height: auto;
    max-height: none !important;
    padding: 0;
    overflow: hidden;
    background: #050505;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-top: 7px solid #c20000;
    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.84),
        8px 8px 0 rgba(112, 0, 0, 0.7);
    text-align: left;
    transform: none;
}

.digital-cover-story:hover,
.digital-cover-story:focus-visible {
    background: #050505;
    transform: translateY(-3px);
}

.digital-cover-story > .digital-cover-story-image {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at 50% 35%, #3b3b3b 0, #171717 58%, #030303 100%);
    box-shadow: none;
}

.digital-cover-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.digital-cover-story > .digital-cover-story-copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-height: 42%;
    padding: clamp(48px, 7vw, 92px) clamp(16px, 2.2vw, 30px)
        clamp(17px, 2.5vw, 32px);
    background:
        linear-gradient(
            180deg,
            transparent 0,
            rgba(0, 0, 0, 0.78) 27%,
            rgba(0, 0, 0, 0.98) 100%
        );
    box-shadow: none;
}

.digital-cover-story-copy em {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 13px;
    background: #c50000;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.76);
    color: #fff;
    font-size: clamp(0.62rem, 0.85vw, 0.78rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.1;
    text-shadow: 0 2px 2px #000;
    text-transform: uppercase;
}

.digital-cover-story h1 {
    display: -webkit-box;
    max-width: none;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(2.25rem, 5.1vw, 4.75rem);
    letter-spacing: 0.01em;
    line-height: 0.88;
    text-align: left;
    text-shadow:
        0 4px 0 #000,
        0 8px 18px #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.digital-cover-story p {
    display: -webkit-box;
    max-width: 92%;
    margin: 12px 0 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(0.72rem, 1vw, 0.92rem);
    font-weight: 700;
    line-height: 1.32;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.digital-cover-teaser {
    z-index: 9 !important;
    right: 2.2% !important;
    left: auto !important;
    display: grid !important;
    width: 28.4% !important;
    height: 16.2% !important;
    padding: 6px;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 7px;
    background:
        linear-gradient(100deg, rgba(12, 12, 12, 0.98), rgba(0, 0, 0, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-top: 4px solid #b90000;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.82),
        5px 5px 0 rgba(112, 0, 0, 0.68);
    text-align: left;
    transform: none;
}

.digital-cover-teaser:hover,
.digital-cover-teaser:focus-visible,
.digital-cover-teaser-3:hover,
.digital-cover-teaser-3:focus-visible,
.digital-cover-teaser-4:hover,
.digital-cover-teaser-4:focus-visible {
    background: linear-gradient(100deg, #780000, #160000);
    transform: translateX(-4px);
}

.digital-cover-teaser-1 {
    top: 26% !important;
}

.digital-cover-teaser-2 {
    top: 43.5% !important;
}

.digital-cover-teaser-3 {
    top: 61% !important;
}

.digital-cover-teaser-4 {
    top: 78.5% !important;
}

.digital-cover-teaser .digital-teaser-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at center, #353535 0, #161616 65%, #030303 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.digital-cover-teaser .digital-teaser-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.digital-cover-teaser .digital-teaser-copy {
    display: flex;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 1px 0;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.digital-cover-teaser .digital-teaser-copy em {
    margin: 0 0 4px;
    color: #ffba2e;
    font-size: clamp(0.43rem, 0.58vw, 0.56rem);
    letter-spacing: 0.1em;
}

.digital-cover-teaser .digital-teaser-copy strong {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: clamp(0.7rem, 1.22vw, 1.08rem);
    line-height: 0.98;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.digital-cover-teaser .digital-teaser-copy small {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #e4e4e4;
    font-size: clamp(0.46rem, 0.6vw, 0.58rem);
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 760px) {
    .digital-magazine-cover {
        min-height: 1420px !important;
        aspect-ratio: auto !important;
    }

    .digital-cover-story {
        top: 225px !important;
        right: 10px !important;
        bottom: auto !important;
        left: 10px !important;
        height: 650px;
    }

    .digital-cover-story > .digital-cover-story-copy {
        min-height: 40%;
    }

    .digital-cover-story h1 {
        font-size: clamp(2rem, 8vw, 3.7rem);
    }

    .digital-cover-teaser {
        width: calc(50% - 15px) !important;
        height: 245px !important;
        grid-template-columns: 1fr;
        grid-template-rows: 47% minmax(0, 1fr);
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        top: 890px !important;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        top: 1148px !important;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        right: auto !important;
        left: 8px !important;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        right: 8px !important;
        left: auto !important;
    }

    .digital-cover-teaser .digital-teaser-copy strong {
        font-size: clamp(0.82rem, 3.1vw, 1.12rem);
    }

    .digital-cover-teaser .digital-teaser-copy small {
        font-size: clamp(0.55rem, 2vw, 0.68rem);
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 500px) {
    .digital-magazine-cover {
        min-height: 1340px !important;
    }

    .digital-cover-story {
        top: 210px !important;
        height: 600px;
    }

    .digital-cover-story > .digital-cover-story-copy {
        padding: 52px 15px 19px;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.75rem, 8.2vw, 3rem);
    }

    .digital-cover-teaser {
        height: 245px !important;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        top: 825px !important;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        top: 1080px !important;
    }
}

html {
    scroll-behavior: smooth;
    background: #0b0b0b;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top,
            #202020 0,
            #111 360px,
            #0b0b0b 900px
        );
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ff4545;
}

button,
input,
textarea,
select {
    font: inherit;
}


/* =========================================================
   SITE BANNER
========================================================= */

.banner {
    background: #000;
    border-bottom: 4px solid #c00000;
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}


/* =========================================================
   MAIN NAVIGATION
========================================================= */

.main-navigation {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 5, 5, 0.96);
    border-bottom: 1px solid #3d3d3d;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

.navigation-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 0;
}

.navigation-inner a {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 4px;
    color: #ddd;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.navigation-inner a:hover,
.navigation-inner a.active {
    background: #c00000;
    color: #fff;
}


/* =========================================================
   GENERAL LAYOUT
========================================================= */

.container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.section-heading {
    margin-bottom: 22px;
}

.section-heading h1,
.section-heading h2 {
    line-height: 1.12;
}

.section-heading h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.section-kicker {
    display: block;
    margin-bottom: 5px;
    color: #ff4545;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.about {
    position: relative;
    margin: 30px 0 45px;
    padding: 28px 30px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(192, 0, 0, 0.16),
            rgba(255, 255, 255, 0.02)
        ),
        #181818;
    border: 1px solid #303030;
    border-left: 6px solid #c00000;
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.about::after {
    position: absolute;
    right: -45px;
    bottom: -65px;
    width: 180px;
    height: 180px;
    content: "";
    border: 30px solid rgba(192, 0, 0, 0.07);
    border-radius: 50%;
}

.about p {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    color: #d4d4d4;
    font-size: 1.08rem;
}


/* =========================================================
   FEATURED ARTICLE
========================================================= */

.featured-section {
    margin-bottom: 55px;
}

.featured-post {
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    overflow: hidden;
    background: #181818;
    border: 1px solid #363636;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.featured-image-link {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #050505;
}

.featured-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.featured-image-link:hover .featured-image {
    transform: scale(1.035);
}

.featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 58px);
}

.featured-content h2 {
    margin: 12px 0 16px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.05;
}

.featured-content h2 a {
    color: #fff;
}

.featured-content h2 a:hover {
    color: #ff4545;
}

.featured-content p {
    max-width: 760px;
    color: #d3d3d3;
    font-size: 1.08rem;
}


/* =========================================================
   ARTICLE SECTION HEADER
========================================================= */

.articles-section {
    margin-bottom: 50px;
}

.articles-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 3px solid #c00000;
}

.articles-header .section-heading {
    margin-bottom: 0;
}

.article-count {
    flex-shrink: 0;
    padding: 7px 12px;
    background: #202020;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    color: #bdbdbd;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


/* =========================================================
   CATEGORY FILTERS
========================================================= */

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
}

.category-filter {
    padding: 10px 15px;
    background: #191919;
    color: #d7d7d7;
    border: 1px solid #454545;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.category-filter:hover {
    transform: translateY(-1px);
    background: #292929;
    border-color: #777;
    color: #fff;
}

.category-filter.active {
    background: #c00000;
    border-color: #f33;
    color: #fff;
}


/* =========================================================
   ARTICLE GRID
========================================================= */

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.post-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #181818;
    border: 1px solid #333;
    border-radius: 7px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    border-color: #6b1a1a;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.46);
}

.post-card[hidden] {
    display: none;
}

.post-card-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #050505;
    aspect-ratio: 4 / 5;
}

.post-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.post-card:hover .post-card-image {
    transform: scale(1.04);
    filter: contrast(1.04);
}

.post-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    padding: 30px;
    background:
        repeating-linear-gradient(
            -45deg,
            #121212,
            #121212 12px,
            #181818 12px,
            #181818 24px
        );
    color: #777;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.post-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px;
}

.post-card-content h3 {
    margin: 10px 0 12px;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.12;
}

.post-card-content h3 a {
    color: #fff;
}

.post-card-content h3 a:hover {
    color: #ff4545;
}

.post-card-summary {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    color: #cfcfcf;
    font-size: 0.98rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.post-card-content .read-more {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 18px;
}


/* =========================================================
   ARTICLE META
========================================================= */

.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.category-label {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 4px 9px;
    background: #c00000;
    border: 1px solid #ec3030;
    border-radius: 3px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.post-date {
    color: #989898;
    font-size: 0.82rem;
    font-weight: 600;
}


/* =========================================================
   BUTTONS AND LINKS
========================================================= */

.read-more {
    display: inline-block;
    color: #ff4747;
    font-weight: 800;
    letter-spacing: 0.015em;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.read-more:hover {
    color: #fff;
    transform: translateX(3px);
}


/* =========================================================
   EMPTY STATES
========================================================= */

.no-posts,
.no-filter-results {
    padding: 34px;
    background: #181818;
    border: 1px solid #333;
    border-left: 5px solid #c00000;
    border-radius: 6px;
    color: #c8c8c8;
    text-align: center;
}


/* =========================================================
   INDIVIDUAL ARTICLE PAGE
   Retains compatibility with existing post.php
========================================================= */

.blogs {
    margin-top: 35px;
}

.blog-title {
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 3px solid #c00000;
    font-size: clamp(1.9rem, 4vw, 2.5rem);
}

.post {
    max-width: 1100px;
    margin: 35px auto;
    overflow: hidden;
    background: #181818;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.35);
}

.post-content {
    padding: clamp(24px, 5vw, 48px);
}

.post h1 {
    margin-bottom: 14px;
    font-size: clamp(2.1rem, 5vw, 3.5rem);
    line-height: 1.08;
}

.post h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.15;
}

.post h1 a,
.post h3 a {
    color: #fff;
}

.post h1 a:hover,
.post h3 a:hover {
    color: #ff4545;
}

.post p,
.post-body {
    color: #dedede;
    font-size: 1.06rem;
}

.post-body {
    padding: 0 clamp(24px, 5vw, 48px) clamp(30px, 5vw, 52px);
    white-space: pre-wrap;
}

.post-featured-image,
.full-post-featured-image {
    display: block;
    width: 100%;
    background: #000;
}

.post-featured-image {
    max-height: 620px;
    object-fit: contain;
}

.full-post-featured-image {
    width: auto;
    max-width: min(100%, 650px);
    max-height: 820px;
    margin: 0 auto;
    object-fit: contain;
}

.post-image-link {
    display: block;
    overflow: hidden;
    background: #050505;
}

.post-image-link:hover .post-featured-image {
    transform: scale(1.02);
}


/* =========================================================
   ARTICLE BODY TYPOGRAPHY
========================================================= */

.post-body p {
    margin-bottom: 1.3em;
}

.post-body h2,
.post-body h3,
.post-body h4 {
    margin-top: 1.5em;
    margin-bottom: 0.65em;
    color: #fff;
    line-height: 1.18;
}

.post-body h2 {
    font-size: 1.9rem;
}

.post-body h3 {
    font-size: 1.55rem;
}

.post-body strong {
    color: #fff;
}

.post-body blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    background: #202020;
    border-left: 5px solid #c00000;
    color: #eee;
    font-style: italic;
}

.post-body ul,
.post-body ol {
    margin: 18px 0 18px 28px;
}

.post-body li {
    margin-bottom: 8px;
}


/* =========================================================
   FORMS
========================================================= */

input,
textarea,
select {
    width: 100%;
    padding: 12px 13px;
    background: #101010;
    color: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #d22;
    box-shadow: 0 0 0 3px rgba(192, 0, 0, 0.18);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

button {
    cursor: pointer;
}


/* =========================================================
   COMMENTS
   Compatible with common comment classes
========================================================= */

.comments-section {
    max-width: 1100px;
    margin: 0 auto 45px;
    padding: clamp(24px, 5vw, 42px);
    background: #181818;
    border: 1px solid #333;
    border-radius: 8px;
}

.comments-section h2,
.comments-section h3 {
    margin-bottom: 18px;
}

.comment-form {
    display: grid;
    gap: 15px;
    margin-bottom: 35px;
}

.comment-form button,
.submit-button {
    width: fit-content;
    padding: 11px 20px;
    background: #c00000;
    color: #fff;
    border: 1px solid #e53333;
    border-radius: 4px;
    font-weight: 800;
}

.comment-form button:hover,
.submit-button:hover {
    background: #e00000;
}

.comment {
    padding: 20px 0;
    border-top: 1px solid #393939;
}

.comment:first-of-type {
    border-top: 0;
}

.comment-author {
    margin-bottom: 4px;
    color: #fff;
    font-weight: 800;
}

.comment-date {
    margin-bottom: 10px;
    color: #888;
    font-size: 0.8rem;
}

.comment-body {
    color: #d4d4d4;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    margin-top: 70px;
    padding: 38px 20px;
    background: #080808;
    border-top: 4px solid #c00000;
    color: #999;
    font-size: 0.86rem;
    line-height: 1.75;
    text-align: center;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.site-footer p {
    margin: 11px auto;
}

.footer-copyright {
    color: #ddd;
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .featured-post {
        grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
    }

    .featured-image {
        min-height: 410px;
    }

    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .container {
        width: 94%;
    }

    .main-navigation {
        position: static;
    }

    .navigation-inner {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 7px 0;
        scrollbar-width: none;
    }

    .navigation-inner::-webkit-scrollbar {
        display: none;
    }

    .navigation-inner a {
        flex-shrink: 0;
        padding: 9px 13px;
        font-size: 0.75rem;
    }

    .about {
        padding: 22px;
        margin: 22px 0 36px;
    }

    .about p {
        font-size: 1rem;
    }

    .featured-post {
        grid-template-columns: 1fr;
    }

    .featured-image {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .featured-content {
        padding: 25px 22px 28px;
    }

    .featured-content h2 {
        font-size: 2rem;
    }

    .featured-content p {
        font-size: 1rem;
    }

    .articles-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .category-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .category-filters::-webkit-scrollbar {
        display: none;
    }

    .category-filter {
        flex-shrink: 0;
    }

    .post-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .post-card {
        max-width: 520px;
        margin: 0 auto;
    }

    .post-card-content {
        padding: 20px;
    }

    .post-card-content h3 {
        font-size: 1.55rem;
    }

    .post-content {
        padding: 24px 20px;
    }

    .post-body {
        padding: 0 20px 28px;
    }

    .post p,
    .post-body {
        font-size: 1rem;
    }

    .comments-section {
        padding: 24px 20px;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 430px) {

    .container {
        width: 96%;
    }

    .about {
        padding: 19px;
    }

    .featured-content {
        padding: 22px 18px 25px;
    }

    .post-card-content {
        padding: 18px;
    }

    .category-filter {
        padding: 9px 12px;
        font-size: 0.75rem;
    }

    .post h1 {
        font-size: 2rem;
    }

}
/* =========================================================
   ARTICLE PAGE ENHANCEMENTS
========================================================= */

.article-summary {
    max-width: 850px;
    margin-top: 18px;
    color: #bdbdbd;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.65;
}

.full-post .full-post-featured-image {
    margin-bottom: 35px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.article-navigation {
    padding: 0 clamp(24px, 5vw, 48px) 42px;
}

.related-articles {
    max-width: 1100px;
    margin: 60px auto;
}

.related-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-post-grid .post-card-image-link {
    aspect-ratio: 4 / 5;
}

.comment-form label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.comment-message {
    margin: 15px 0 22px;
    padding: 13px 15px;
    background: #2b1717;
    border-left: 4px solid #c00000;
    color: #eee;
}

.comment-count {
    color: #999;
    font-size: 0.85em;
}

.no-comments {
    color: #aaa;
}

.post-not-found {
    margin-top: 40px;
}

.post-not-found h2 {
    margin-bottom: 8px;
}

.post-not-found .read-more {
    margin-top: 20px;
}

@media (max-width: 850px) {

    .related-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .related-post-grid {
        grid-template-columns: 1fr;
    }

    .related-post-grid .post-card {
        max-width: 500px;
        margin: 0 auto;
    }

}
/* =========================================================
   ARTICLE VIEW COUNT
========================================================= */

.post-views {
    color: #989898;
    font-size: 0.82rem;
    font-weight: 600;
}

.post-views::before {
    margin-right: 7px;
    color: #666;
    content: "•";
}
/* =========================================================
   POPULAR ARTICLES
========================================================= */

.popular-section {
    margin-bottom: 55px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.popular-card {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 175px;
    overflow: hidden;
    background: #181818;
    border: 1px solid #333;
    border-radius: 7px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.popular-card:hover {
    transform: translateY(-4px);
    border-color: #6b1a1a;
}

.popular-rank {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #c00000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.popular-image-link {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #050505;
}

.popular-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-card:hover .popular-image {
    transform: scale(1.04);
}

.popular-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
}

.popular-content h3 {
    margin: 10px 0 8px;
    font-size: 1.22rem;
    line-height: 1.15;
}

.popular-content h3 a {
    color: #fff;
}

.popular-content h3 a:hover {
    color: #ff4545;
}

.popular-views {
    color: #999;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 1000px) {

    .popular-grid {
        grid-template-columns: 1fr;
    }

    .popular-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

}

@media (max-width: 520px) {

    .popular-card {
        grid-template-columns: 105px minmax(0, 1fr);
        min-height: 155px;
    }

    .popular-content {
        padding: 15px;
    }

    .popular-content h3 {
        font-size: 1.05rem;
    }

}
/* =========================================================
   PRO WRESTLING 911 — MISSION PAGE
   ========================================================= */

.mission-page {
    background:
        radial-gradient(
            circle at top,
            rgba(150, 0, 0, 0.14),
            transparent 35rem
        ),
        #080808;
    color: #f2f2f2;
}

.mission-page main {
    overflow: hidden;
}

/* ---------------------------------------------------------
   Shared mission typography
   --------------------------------------------------------- */

.mission-eyebrow {
    margin: 0 0 0.65rem;
    color: #d72b2b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mission-title-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 34rem;
    margin: 1rem 0 1.5rem;
}

.mission-title-divider span {
    display: block;
    flex: 1;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(215, 43, 43, 0.85),
        transparent
    );
}

.mission-title-divider strong {
    color: #d72b2b;
    font-size: 0.85rem;
}

/* ---------------------------------------------------------
   Main hero layout
   --------------------------------------------------------- */

.mission-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, 0.95fr);
    min-height: 52rem;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 46%,
            rgba(8, 8, 8, 0.9) 55%,
            #080808 100%
        );
}

.mission-hero-image-wrap {
    position: relative;
    min-height: 52rem;
    overflow: hidden;
}

.mission-hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to right,
            transparent 65%,
            rgba(8, 8, 8, 0.95) 100%
        ),
        linear-gradient(
            to bottom,
            transparent 75%,
            #080808 100%
        );
}

.mission-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 52rem;
    object-fit: cover;
    object-position: center;
}

.mission-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem clamp(2rem, 5vw, 6rem) 5rem 1rem;
}

.mission-hero-content h1 {
    margin: 0;
    color: #f4f0e7;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(4rem, 7vw, 7.5rem);
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 0.9;
    text-transform: uppercase;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.65),
        0 0 25px rgba(255, 255, 255, 0.08);
}

.mission-hero-content h2 {
    margin: 0 0 1.5rem;
    color: #d72b2b;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.15;
    text-transform: uppercase;
}

.mission-hero-content p {
    max-width: 49rem;
    margin: 0 0 1rem;
    color: #d8d8d8;
    font-size: 1rem;
    line-height: 1.7;
}

.mission-hero-content .mission-closing-statement {
    margin-top: 0.6rem;
    padding-left: 1.2rem;
    border-left: 4px solid #d72b2b;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.65;
}

/* ---------------------------------------------------------
   Quote section
   --------------------------------------------------------- */

.mission-quote-section {
    position: relative;
    padding: 5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.76),
            rgba(0, 0, 0, 0.86)
        ),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 7px
        );
}

.mission-quote-inner {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 5rem;
    text-align: center;
}

.mission-quote-inner blockquote {
    margin: 0;
    color: #f0ece2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.3;
    text-transform: uppercase;
}

.mission-quote-mark {
    position: absolute;
    color: #c91f1f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0.9;
}

.mission-quote-mark-left {
    top: -0.5rem;
    left: 0;
}

.mission-quote-mark-right {
    right: 0;
    bottom: -2.5rem;
}

/* ---------------------------------------------------------
   Dream story
   --------------------------------------------------------- */

.dream-section {
    padding: 6rem 1.5rem;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(150, 0, 0, 0.12),
            transparent 34rem
        ),
        #0b0b0b;
}

.dream-section-inner {
    max-width: 62rem;
    margin: 0 auto;
}

.dream-section-header {
    margin-bottom: 2.5rem;
}

.dream-section-header h2 {
    margin: 0;
    color: #f2eee6;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 0.95;
    text-transform: uppercase;
}

.dream-story {
    padding: clamp(1.75rem, 4vw, 3.5rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid #c91f1f;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.012)
        );
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
}

.dream-story p {
    margin: 0 0 1.2rem;
    color: #d7d7d7;
    font-size: 1.06rem;
    line-height: 1.82;
}

.dream-story p:last-child {
    margin-bottom: 0;
}

.dream-story .dream-opening::first-letter {
    float: left;
    margin: 0.08rem 0.6rem 0 0;
    color: #d72b2b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 0.8;
}

.dream-highlight {
    margin: 2rem 0 !important;
    color: #ffffff !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2rem, 5vw, 3.7rem) !important;
    letter-spacing: 0.04em;
    line-height: 1 !important;
    text-align: center;
    text-transform: uppercase;
}

.dream-story strong {
    color: #ffffff;
}

/* ---------------------------------------------------------
   Thank-you section
   --------------------------------------------------------- */

.mission-thanks {
    padding: 6rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(
            135deg,
            rgba(125, 0, 0, 0.23),
            rgba(0, 0, 0, 0.9)
        ),
        #070707;
}

.mission-thanks-inner {
    max-width: 54rem;
    margin: 0 auto;
    text-align: center;
}

.mission-thanks h2 {
    margin: 0 0 2rem;
    color: #f3efe7;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3rem, 7vw, 5.8rem);
    letter-spacing: 0.03em;
    line-height: 0.95;
    text-transform: uppercase;
}

.mission-thanks p {
    margin: 0 auto 1rem;
    color: #d7d7d7;
    font-size: 1.08rem;
    line-height: 1.75;
}

.mission-thanks .mission-final-line {
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

.mission-signature {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 3rem;
    color: #cfcfcf;
}

.mission-signature strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
}

.mission-signature span:first-of-type {
    margin-top: 0.25rem;
    color: #d72b2b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mission-signature span:last-child {
    font-weight: 700;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */

.site-footer {
    padding: 2.5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #030303;
}

.site-footer-inner {
    max-width: 76rem;
    margin: 0 auto;
    color: #8f8f8f;
    font-size: 0.86rem;
    line-height: 1.65;
    text-align: center;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-navigation a,
.site-footer a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer-navigation a:hover,
.site-footer a:hover {
    color: #d72b2b;
}

.site-footer p {
    max-width: 58rem;
    margin: 0.7rem auto;
}

/* ---------------------------------------------------------
   Responsive design
   --------------------------------------------------------- */

@media (max-width: 1050px) {
    .mission-hero {
        grid-template-columns: 1fr;
    }

    .mission-hero-image-wrap {
        min-height: auto;
        aspect-ratio: 16 / 10;
    }

    .mission-hero-image {
        min-height: 0;
    }

    .mission-hero-image-wrap::after {
        background:
            linear-gradient(
                to bottom,
                transparent 55%,
                #080808 100%
            );
    }

    .mission-hero-content {
        margin-top: -6rem;
        padding: 3rem 2rem 5rem;
    }
}

@media (max-width: 700px) {
    .mission-hero-image-wrap {
        aspect-ratio: 4 / 5;
    }

    .mission-hero-image {
        object-position: center top;
    }

    .mission-hero-content {
        margin-top: -3rem;
        padding: 2rem 1.25rem 4rem;
    }

    .mission-hero-content h1 {
        font-size: clamp(3.5rem, 20vw, 5.5rem);
    }

    .mission-hero-content p {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .mission-quote-section {
        padding: 3.5rem 1rem;
    }

    .mission-quote-inner {
        padding: 2.5rem 1rem;
    }

    .mission-quote-inner blockquote {
        font-size: clamp(1.4rem, 7vw, 2.15rem);
    }

    .mission-quote-mark {
        font-size: 4rem;
        opacity: 0.55;
    }

    .mission-quote-mark-left {
        left: -0.25rem;
    }

    .mission-quote-mark-right {
        right: -0.25rem;
        bottom: -1rem;
    }

    .dream-section {
        padding: 4rem 1rem;
    }

    .dream-story {
        padding: 1.5rem;
    }

    .dream-story p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .mission-thanks {
        padding: 4.5rem 1.25rem;
    }
}
/* =========================================================
   PRIMARY SITE HEADER AND NAVIGATION
   ========================================================= */

.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 4px solid #c91f1f;
    background:
        linear-gradient(
            180deg,
            #151515 0%,
            #080808 100%
        );
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: min(94%, 1400px);
    margin: 0 auto;
    padding: 1.15rem 0;
}

.site-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    color: #ffffff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-logo-main {
    font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.site-logo-number {
    color: #d42020;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.main-navigation {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0.45rem;
    margin-left: auto;
}

.main-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.75rem 1.3rem;
    border: 1px solid transparent;
    color: #f3f3f3;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    background: #b71919;
    transform: translateY(-1px);
}

.main-navigation a.active {
    border-color: #d42020;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #d42020 0%,
            #9d1010 100%
        );
}

/* Tablet and mobile navigation */

@media (max-width: 900px) {
    .site-header-inner {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        padding: 1rem 0 1.15rem;
    }

    .site-logo {
        justify-content: center;
    }

    .main-navigation {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

    .main-navigation a {
        flex: 1;
        max-width: 11rem;
    }
}

@media (max-width: 600px) {
    .main-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .main-navigation a {
        width: 100%;
        max-width: none;
        min-height: 3rem;
        padding: 0.7rem 0.5rem;
        font-size: 1rem;
    }
}
/* =========================================================
   PRO WRESTLING 911 — ARTICLES ARCHIVE
   ========================================================= */

.articles-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top center,
            rgba(170, 0, 0, 0.15),
            transparent 34rem
        ),
        #080808;
    color: #f2f2f2;
}

/* Archive heading */

.articles-archive-header {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(
            110deg,
            rgba(130, 0, 0, 0.52),
            rgba(8, 8, 8, 0.92) 48%,
            #080808
        );
}

.articles-archive-header::after {
    content: "911";
    position: absolute;
    top: 50%;
    right: 4%;
    color: rgba(255, 255, 255, 0.035);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(10rem, 25vw, 26rem);
    font-weight: 900;
    line-height: 0.7;
    transform: translateY(-50%);
    pointer-events: none;
}

.articles-archive-header-inner {
    position: relative;
    z-index: 2;
    width: min(94%, 1400px);
    margin: 0 auto;
}

.articles-archive-eyebrow {
    margin: 0 0 0.8rem;
    color: #e13a3a;
    font-size: 0.83rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.articles-archive-header h1 {
    margin: 0;
    color: #f5f1e8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(4.5rem, 12vw, 10rem);
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 0.82;
    text-transform: uppercase;
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.35);
}

.articles-archive-introduction {
    max-width: 49rem;
    margin: 2rem 0 0;
    color: #d7d7d7;
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.75;
}

.articles-archive-count {
    display: inline-block;
    margin-top: 1.7rem;
    padding: 0.65rem 1rem;
    border-left: 4px solid #d32727;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.42);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Main archive */

.articles-archive-section {
    padding: clamp(3rem, 6vw, 6rem) 1.5rem;
}

.articles-archive-inner {
    width: min(94%, 1400px);
    margin: 0 auto;
}

.articles-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

/* Article cards */

.archive-article-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 4px solid #c92020;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.012)
        ),
        #111111;
    box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.28);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.archive-article-card:hover {
    border-color: rgba(211, 39, 39, 0.68);
    transform: translateY(-5px);
    box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.44);
}

.archive-article-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.archive-article-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.archive-article-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.48),
            transparent 45%
        );
}

.archive-article-image-wrap.image-unavailable::before {
    content: "PRO WRESTLING 911";
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.48);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    letter-spacing: 0.06em;
    text-align: center;
    transform: translate(-50%, -50%);
}

.archive-article-image {
    display: block;
    width: 100%;
    height: auto;
}

.archive-article-card:hover .archive-article-image {
    transform: scale(1.045);
}

.archive-article-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}

.archive-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1rem;
}

.archive-article-category {
    display: inline-block;
    padding: 0.38rem 0.65rem;
    color: #ffffff;
    background: #b91c1c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}

.archive-article-meta time {
    color: #969696;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.archive-article-content h2 {
    margin: 0 0 1rem;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0.018em;
    line-height: 1.08;
    text-transform: uppercase;
}

.archive-article-content h2 a {
    color: #f5f2eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.archive-article-content h2 a:hover {
    color: #e43a3a;
}

.archive-article-content p {
    margin: 0 0 1.5rem;
    color: #c5c5c5;
    font-size: 0.96rem;
    line-height: 1.7;
}

.archive-read-article {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    align-self: flex-start;
    margin-top: auto;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #c92020;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.archive-read-article span {
    color: #e03737;
    font-size: 1.15rem;
    transition: transform 0.2s ease;
}

.archive-read-article:hover span {
    transform: translateX(4px);
}

/* Empty/error states */

.articles-message {
    max-width: 48rem;
    margin: 2rem auto;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid #c92020;
    background: rgba(255, 255, 255, 0.035);
    text-align: center;
}

.articles-message h2 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.articles-message p {
    margin: 0;
    color: #bcbcbc;
    line-height: 1.7;
}

.articles-error-message {
    border-top-color: #ff3d3d;
}

/* Responsive archive */

@media (max-width: 1050px) {
    .articles-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .articles-archive-header {
        padding: 4rem 1rem;
    }

    .articles-archive-header::after {
        right: -10%;
    }

    .articles-archive-section {
        padding: 3rem 1rem;
    }

    .articles-archive-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .archive-article-content {
        padding: 1.25rem;
    }

    .archive-article-content h2 {
        font-size: 1.8rem;
    }
}
/* =========================================================
   PRO WRESTLING 911 — CONTACT PAGE
   ========================================================= */

.contact-page {
    min-height: 100vh;
    color: #f2f2f2;
    background:
        radial-gradient(
            circle at top center,
            rgba(160, 0, 0, 0.16),
            transparent 34rem
        ),
        #080808;
}

/* ---------------------------------------------------------
   Contact hero
   --------------------------------------------------------- */

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(
            110deg,
            rgba(125, 0, 0, 0.54),
            rgba(8, 8, 8, 0.94) 52%,
            #080808
        );
}

.contact-hero::after {
    content: "@";
    position: absolute;
    top: 50%;
    right: 5%;
    color: rgba(255, 255, 255, 0.035);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(13rem, 30vw, 30rem);
    font-weight: 900;
    line-height: 0.7;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-hero-inner {
    position: relative;
    z-index: 2;
    width: min(94%, 1400px);
    margin: 0 auto;
}

.contact-eyebrow {
    margin: 0 0 0.8rem;
    color: #e13a3a;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.contact-hero h1 {
    margin: 0;
    color: #f5f1e8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(4.5rem, 12vw, 10rem);
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 0.82;
    text-transform: uppercase;
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.35);
}

.contact-hero-introduction {
    max-width: 49rem;
    margin: 2rem 0 0;
    color: #d7d7d7;
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.75;
}

/* ---------------------------------------------------------
   Main contact area
   --------------------------------------------------------- */

.contact-main-section {
    padding: clamp(3rem, 6vw, 6rem) 1.5rem;
}

.contact-main-inner {
    width: min(94%, 1120px);
    margin: 0 auto;
}

/* ---------------------------------------------------------
   Important comments notice
   --------------------------------------------------------- */

.contact-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    margin-bottom: 3rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 2px solid #d22b2b;
    border-left-width: 8px;
    background:
        linear-gradient(
            135deg,
            rgba(170, 0, 0, 0.22),
            rgba(255, 255, 255, 0.025)
        ),
        #121212;
    box-shadow:
        0 1.5rem 3.5rem rgba(0, 0, 0, 0.35),
        inset 0 0 2rem rgba(180, 0, 0, 0.06);
}

.contact-notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border: 3px solid #e43b3b;
    border-radius: 50%;
    color: #ffffff;
    background: #b71919;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    box-shadow: 0 0 1.5rem rgba(210, 43, 43, 0.28);
}

.contact-notice-label,
.contact-option-label {
    margin: 0 0 0.55rem;
    color: #e43b3b;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-notice h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.02;
    text-transform: uppercase;
}

.contact-notice p {
    margin: 0 0 1rem;
    color: #d2d2d2;
    font-size: 1rem;
    line-height: 1.75;
}

.contact-notice p:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------------------
   Contact purpose cards
   --------------------------------------------------------- */

.contact-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.contact-option-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.35rem;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 4px solid #c92020;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.012)
        ),
        #111111;
    box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.28);
}

.contact-option-number {
    color: rgba(224, 55, 55, 0.55);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 0.9;
}

.contact-option-content h2 {
    margin: 0 0 1.1rem;
    color: #f5f2eb;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-transform: uppercase;
}

.contact-option-content p {
    margin: 0 0 1rem;
    color: #c9c9c9;
    line-height: 1.72;
}

.contact-option-content p:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------------------
   Editorial boundaries
   --------------------------------------------------------- */

.contact-boundaries {
    margin-bottom: 5rem;
}

.contact-section-heading {
    margin-bottom: 2rem;
}

.contact-section-heading h2 {
    margin: 0;
    color: #f5f1e8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    letter-spacing: 0.025em;
    line-height: 0.95;
    text-transform: uppercase;
}

.contact-boundaries-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-boundary-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.028);
}

.contact-boundary-item span {
    flex: 0 0 auto;
    color: #e43b3b;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1;
}

.contact-boundary-item p {
    margin: 0;
    color: #c9c9c9;
    line-height: 1.65;
}

/* ---------------------------------------------------------
   Email call to action
   --------------------------------------------------------- */

.contact-email-section {
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 5px solid #d22b2b;
    background:
        radial-gradient(
            circle at top right,
            rgba(185, 0, 0, 0.25),
            transparent 24rem
        ),
        #101010;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
    text-align: center;
}

.contact-email-content {
    max-width: 52rem;
    margin: 0 auto;
}

.contact-email-content h2 {
    margin: 0 0 1.4rem;
    color: #f5f1e8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    letter-spacing: 0.025em;
    line-height: 0.95;
    text-transform: uppercase;
}

.contact-email-content > p {
    margin: 0 auto 1.5rem;
    color: #d0d0d0;
    font-size: 1.05rem;
    line-height: 1.72;
}

.contact-email-link {
    display: inline-block;
    max-width: 100%;
    margin: 0.5rem 0 1.8rem;
    color: #ffffff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(1.6rem, 4vw, 3rem);
    letter-spacing: 0.025em;
    overflow-wrap: anywhere;
    text-decoration: none;
    text-transform: lowercase;
}

.contact-email-link:hover {
    color: #e43b3b;
}

.contact-email-content .contact-response-note {
    max-width: 44rem;
    margin-bottom: 2rem;
    color: #969696;
    font-size: 0.92rem;
}

.contact-email-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 3.5rem;
    padding: 0.9rem 1.5rem;
    border: 1px solid #ee4b4b;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #d52b2b,
            #9e1111
        );
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.3);
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.contact-email-button:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
}

.contact-email-button span {
    font-size: 1.15rem;
}

/* ---------------------------------------------------------
   Responsive contact page
   --------------------------------------------------------- */

@media (max-width: 850px) {
    .contact-options,
    .contact-boundaries-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .contact-hero,
    .contact-main-section {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .contact-notice {
        grid-template-columns: 1fr;
    }

    .contact-notice-icon {
        width: 3.8rem;
        height: 3.8rem;
        font-size: 2.1rem;
    }

    .contact-option-card {
        grid-template-columns: 1fr;
    }

    .contact-option-number {
        font-size: 2.8rem;
    }

    .contact-email-section {
        padding: 2.5rem 1.25rem;
    }
}
/* ==========================================================================
   PRO WRESTLING 911 — MAGAZINE MASTHEAD
   ========================================================================== */

:root {
    --pw911-black: #090909;
    --pw911-black-soft: #111111;
    --pw911-charcoal: #191919;
    --pw911-charcoal-light: #242424;
    --pw911-red: #b11217;
    --pw911-red-bright: #dc1f26;
    --pw911-white: #ffffff;
    --pw911-off-white: #f1f1f1;
    --pw911-gray: #aaaaaa;
    --pw911-border: rgba(255, 255, 255, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(
            circle at top,
            rgba(177, 18, 23, 0.08),
            transparent 420px
        ),
        var(--pw911-black);

    color: var(--pw911-off-white);
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 9999;
    padding: 0.8rem 1rem;
    background: var(--pw911-white);
    color: var(--pw911-black);
    font-weight: 800;
    text-decoration: none;
}

.skip-link:focus {
    top: 1rem;
}

/* ==========================================================================
   PUBLICATION HEADER
   ========================================================================== */

.publication-header {
    width: 100%;
    background:
        linear-gradient(
            180deg,
            #080808 0%,
            #111111 100%
        );
    border-bottom: 1px solid var(--pw911-border);
}

.publication-topline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 4vw;
    background: var(--pw911-red);
    color: var(--pw911-white);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.banner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.5rem 4vw 1.2rem;
    text-align: center;
    background: transparent;
}

.banner a {
    display: inline-block;
    max-width: 100%;
}

.banner img {
    display: block;
    width: min(760px, 92vw);
    height: auto;
    margin: 0 auto;
}

.publication-tagline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.75rem;
    color: var(--pw911-gray);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.5;
    text-transform: uppercase;
}

/* ==========================================================================
   FULL-WIDTH MAGAZINE NAVIGATION
   ========================================================================== */

.main-navigation.magazine-navigation {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--pw911-charcoal);
    border-top: 1px solid var(--pw911-border);
    border-bottom: 4px solid var(--pw911-red);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.35);
}

.main-navigation.magazine-navigation a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin: 0;
    padding: 0.85rem 1rem;
    color: var(--pw911-white);
    background: transparent;
    border-right: 1px solid var(--pw911-border);
    font-size: clamp(0.78rem, 1.4vw, 1rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.main-navigation.magazine-navigation a:last-child {
    border-right: 0;
}

.main-navigation.magazine-navigation a::after {
    content: "";
    position: absolute;
    right: 16%;
    bottom: 0;
    left: 16%;
    height: 4px;
    background: var(--pw911-red-bright);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.main-navigation.magazine-navigation a:hover,
.main-navigation.magazine-navigation a:focus-visible {
    background: var(--pw911-charcoal-light);
    color: var(--pw911-white);
}

.main-navigation.magazine-navigation a:hover::after,
.main-navigation.magazine-navigation a:focus-visible::after {
    transform: scaleX(1);
}

.main-navigation.magazine-navigation a.active {
    background:
        linear-gradient(
            180deg,
            rgba(220, 31, 38, 0.24),
            rgba(177, 18, 23, 0.08)
        );
    color: var(--pw911-white);
}

.main-navigation.magazine-navigation a.active::after {
    transform: scaleX(1);
}

/* ==========================================================================
   911 DISPATCH STRIP
   ========================================================================== */

.dispatch-strip {
    width: 100%;
    background: #050505;
    border-bottom: 1px solid var(--pw911-border);
}

.dispatch-strip-inner {
    display: flex;
    align-items: center;
    width: min(1500px, 100%);
    min-height: 46px;
    margin: 0 auto;
    padding: 0 4vw;
}

.dispatch-label {
    flex: 0 0 auto;
    margin-right: 1rem;
    padding: 0.4rem 0.7rem;
    background: var(--pw911-red);
    color: var(--pw911-white);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dispatch-link,
.dispatch-text {
    min-width: 0;
    overflow: hidden;
    color: var(--pw911-off-white);
    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-link {
    text-decoration: none;
}

.dispatch-link:hover,
.dispatch-link:focus-visible {
    color: var(--pw911-red-bright);
}

/* ==========================================================================
   MAGAZINE FOOTER
   ========================================================================== */

.site-footer {
    margin-top: 4rem;
    background: #090909;
    border-top: 5px solid var(--pw911-red);
}

.footer-inner.magazine-footer {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(170px, 0.65fr)
        minmax(220px, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
    width: min(1500px, 92%);
    margin: 0 auto;
    padding: 3.5rem 0;
}

.footer-brand,
.footer-navigation-column,
.footer-contact-column {
    min-width: 0;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--pw911-white);
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-logo:hover,
.footer-logo:focus-visible {
    color: var(--pw911-red-bright);
}

.footer-tagline,
.footer-contact-column p {
    max-width: 520px;
    margin: 0;
    color: var(--pw911-gray);
    font-size: 0.94rem;
    line-height: 1.7;
}

.footer-navigation-column h2,
.footer-contact-column h2 {
    margin: 0 0 1rem;
    color: var(--pw911-white);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-navigation {
    display: grid;
    gap: 0.7rem;
}

.footer-navigation a,
.footer-email {
    color: var(--pw911-off-white);
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible {
    color: var(--pw911-red-bright);
}

.footer-email {
    display: inline-block;
    margin-top: 0.85rem;
    overflow-wrap: anywhere;
}

.footer-legal {
    background: #050505;
    border-top: 1px solid var(--pw911-border);
}

.footer-legal-inner {
    width: min(1500px, 92%);
    margin: 0 auto;
    padding: 1.6rem 0 2rem;
}

.footer-legal-inner p {
    max-width: 1200px;
    margin: 0.45rem 0;
    color: #858585;
    font-size: 0.76rem;
    line-height: 1.65;
}

.footer-legal-inner .footer-copyright {
    color: #c8c8c8;
    font-weight: 800;
}

/* ==========================================================================
   RESPONSIVE HEADER AND FOOTER
   ========================================================================== */

@media (max-width: 760px) {

    .publication-topline {
        justify-content: center;
        text-align: center;
    }

    .publication-topline span:last-child {
        display: none;
    }

    .banner {
        padding: 1.2rem 1rem 1rem;
    }

    .publication-tagline {
        gap: 0.45rem;
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .main-navigation.magazine-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-navigation.magazine-navigation a {
        min-height: 54px;
        border-bottom: 1px solid var(--pw911-border);
    }

    .main-navigation.magazine-navigation a:nth-child(2) {
        border-right: 0;
    }

    .main-navigation.magazine-navigation a:nth-child(3),
    .main-navigation.magazine-navigation a:nth-child(4) {
        border-bottom: 0;
    }

    .dispatch-strip-inner {
        padding: 0 1rem;
    }

    .dispatch-label {
        margin-right: 0.7rem;
        font-size: 0.62rem;
    }

    .footer-inner.magazine-footer {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: min(92%, 680px);
        padding: 2.7rem 0;
    }

    .footer-legal-inner {
        width: min(92%, 680px);
    }

}

@media (max-width: 430px) {

    .publication-tagline span[aria-hidden="true"] {
        display: none;
    }

    .publication-tagline {
        flex-direction: column;
        gap: 0.2rem;
    }

    .main-navigation.magazine-navigation a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 0.72rem;
        letter-spacing: 0.045em;
    }

    .dispatch-label {
        display: none;
    }

}
/* =========================================================
   PRO WRESTLING 911 — VERSION 2.0 MAGAZINE HOMEPAGE
   Complete homepage layer for the replacement index.php
========================================================= */

.magazine-home {
    width: min(94%, 1400px);
    margin: 0 auto;
    padding: 2rem 0 0;
}

.magazine-kicker {
    display: block;
    margin-bottom: 0.45rem;
    color: #e13333;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.19em;
    line-height: 1.2;
    text-transform: uppercase;
}

.magazine-section-heading {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
    margin-bottom: 1.6rem;
}

.magazine-section-heading h2,
.panel-heading h2,
.weekly-issue-header h2,
.subscription-preview h2,
.editors-desk-content h2 {
    margin: 0;
    color: #f4f0e8;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 0.95;
    text-transform: uppercase;
}

.magazine-section-heading h2 {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.section-rule {
    flex: 1;
    height: 4px;
    margin-bottom: 0.4rem;
    background: linear-gradient(90deg, #c91f1f, rgba(201, 31, 31, 0));
}

/* Issue banner */

.issue-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 5px solid #c91f1f;
    background:
        linear-gradient(120deg, rgba(153, 0, 0, 0.5), rgba(10, 10, 10, 0.94) 48%, #090909),
        #101010;
    box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.32);
}

.issue-banner::after {
    position: absolute;
    top: 50%;
    right: 2%;
    content: "911";
    color: rgba(255, 255, 255, 0.045);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(6rem, 14vw, 13rem);
    font-weight: 900;
    line-height: 0.75;
    pointer-events: none;
    transform: translateY(-50%);
}

.issue-banner-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
    align-items: center;
    gap: clamp(1.4rem, 4vw, 3.5rem);
    padding: clamp(1.25rem, 2.5vw, 2.15rem);
}

.issue-label,
.issue-introduction-label {
    display: block;
    margin-bottom: 0.45rem;
    color: #ef4444;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.issue-identity h1 {
    margin: 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2.6rem, 5.2vw, 4.8rem);
    letter-spacing: 0.025em;
    line-height: 0.82;
    text-transform: uppercase;
}

.issue-identity p {
    margin-top: 0.65rem;
    color: #d8d8d8;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.issue-introduction {
    max-width: 42rem;
    padding-left: clamp(1.2rem, 3vw, 2.5rem);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.issue-introduction p {
    margin: 0;
    color: #e0e0e0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.65;
}

/* Cover story */

.cover-story-section {
    margin-bottom: 4.8rem;
}

.cover-story {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.cover-story-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.cover-story-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.cover-story-image-link:hover .cover-story-image {
    filter: contrast(1.05);
    transform: scale(1.025);
}

.cover-story-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: repeating-linear-gradient(-45deg, #111 0, #111 15px, #181818 15px, #181818 30px);
    color: #666;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.cover-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
    border-left: 5px solid #c91f1f;
    background:
        radial-gradient(circle at top right, rgba(170, 0, 0, 0.18), transparent 23rem),
        linear-gradient(145deg, #191919, #0d0d0d);
}

.cover-story-meta,
.issue-card-meta,
.headline-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cover-story-content h2 {
    margin: 1.1rem 0 1.2rem;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    letter-spacing: 0.015em;
    line-height: 0.94;
    text-transform: uppercase;
}

.cover-story-content h2 a,
.headline-item h3 a,
.most-read-item h3 a,
.editor-pick-card h3 a,
.issue-card h3 a {
    color: #fff;
}

.cover-story-content h2 a:hover,
.headline-item h3 a:hover,
.most-read-item h3 a:hover,
.editor-pick-card h3 a:hover,
.issue-card h3 a:hover {
    color: #ef3d3d;
}

.cover-story-content p {
    max-width: 45rem;
    margin: 0 0 1.8rem;
    color: #d2d2d2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.75;
}

.magazine-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: fit-content;
    min-height: 3.2rem;
    padding: 0.8rem 1.25rem;
    border: 1px solid #ed3d3d;
    background: linear-gradient(180deg, #d32222, #9f1010);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.magazine-button:hover {
    border-color: #fff;
    background: #e12626;
    color: #fff;
    transform: translateY(-2px);
}

.magazine-button-secondary {
    border-color: #555;
    background: #171717;
}

/* Latest and most read */

.magazine-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(290px, 0.75fr);
    gap: 2rem;
    margin-bottom: 4.8rem;
}

.latest-headlines-panel,
.most-read-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #111;
}

.panel-heading {
    padding: 1.5rem 1.6rem;
    border-bottom: 4px solid #c91f1f;
    background: linear-gradient(180deg, #1c1c1c, #121212);
}

.panel-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.headline-list,
.most-read-list {
    display: flex;
    flex-direction: column;
}

.headline-item {
    display: grid;
    grid-template-columns: 130px 4.2rem minmax(0, 1fr);
    gap: 1.1rem;
    align-items: center;
    padding: 1.4rem 1.6rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.headline-item:last-child,
.most-read-item:last-child {
    border-bottom: 0;
}
.headline-image-link{
    display:block;
    overflow:hidden;
    border-radius:4px;
    background:#000;
}

.headline-image{
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    transition:transform .3s ease;
}

.headline-image-link:hover .headline-image{
    transform:scale(1.04);
}

.headline-number {
    color: #d22a2a;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.6rem;
    line-height: 1;
}

.headline-meta {
    margin-bottom: 0.35rem;
    color: #929292;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.headline-item h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    line-height: 1.2;
}

.most-read-item {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1.2rem 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.most-read-rank {
    color: #d22a2a;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
}

.most-read-category,
.most-read-views {
    color: #8d8d8d;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.most-read-item h3 {
    margin: 0.35rem 0 0.45rem;
    font-size: 1.05rem;
    line-height: 1.24;
}

/* Editor's desk */

.editors-desk-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1.65fr);
    align-items: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    margin-bottom: 4.8rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-top: 5px solid #c91f1f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(120deg, rgba(151, 0, 0, 0.38), rgba(12, 12, 12, 0.95) 45%),
        #111;
}

.editors-desk-mark {
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(7rem, 17vw, 14rem);
    font-weight: 900;
    line-height: 0.72;
}

.editors-desk-content {
    position: relative;
    z-index: 1;
}

.editors-desk-content h2 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.7rem, 6vw, 5rem);
}

.editors-desk-content p {
    max-width: 55rem;
    margin: 0 0 1.4rem;
    color: #d8d8d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.8;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ef3d3d;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.text-link:hover {
    color: #fff;
}

/* Editor picks */

.editors-picks-section {
    margin-bottom: 4.8rem;
}

.editors-picks-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.editor-pick-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 4px solid #c91f1f;
    background: #121212;
    box-shadow: 0 1rem 2.3rem rgba(0, 0, 0, 0.3);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.editor-pick-card:hover {
    border-color: rgba(221, 47, 47, 0.75);
    transform: translateY(-5px);
}

.editor-pick-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #050505;
}

.editor-pick-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.editor-pick-card:hover .editor-pick-image {
    transform: scale(1.035);
}

.editor-pick-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem;
}

.editor-pick-content h3 {
    margin: 0.8rem 0 0.8rem;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    line-height: 1.14;
}

.editor-pick-content p {
    margin: 0 0 1rem;
    color: #bfbfbf;
    font-size: 0.94rem;
    line-height: 1.65;
}

.editor-pick-content .text-link {
    margin-top: auto;
    padding-top: 0.7rem;
}

/* Weekly issue */

.weekly-issue-section {
    margin-bottom: 4.8rem;
}

.weekly-issue-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 5px solid #c91f1f;
}

.weekly-issue-header h2 {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.weekly-issue-number {
    flex-shrink: 0;
    padding: 0.65rem 0.95rem;
    border: 1px solid #4b4b4b;
    background: #171717;
    color: #ddd;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.magazine-category-filters {
    margin-bottom: 1.7rem;
}

.weekly-issue-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.issue-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: #121212;
    box-shadow: 0 1rem 2.1rem rgba(0, 0, 0, 0.27);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.issue-card:hover {
    border-color: rgba(201, 31, 31, 0.7);
    transform: translateY(-4px);
}

.issue-card[hidden] {
    display: none;
}

.issue-card-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #050505;
}

.issue-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.issue-card:hover .issue-card-image {
    transform: scale(1.035);
}

.issue-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: repeating-linear-gradient(-45deg, #111 0, #111 12px, #191919 12px, #191919 24px);
    color: #666;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 1.55rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.issue-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
}

.issue-card-content h3 {
    margin: 0.75rem 0;
    font-size: 1.3rem;
    line-height: 1.14;
}

.issue-card-content p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 1rem;
    color: #bdbdbd;
    font-size: 0.9rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.issue-card-content .text-link {
    margin-top: auto;
    padding-top: 0.65rem;
}

.view-archive-row {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.magazine-empty-message {
    padding: 2rem;
    border: 1px solid #333;
    border-left: 5px solid #c91f1f;
    background: #151515;
    color: #bbb;
}

/* Subscription preview */

.subscription-preview {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 5px solid #c91f1f;
    background:
        radial-gradient(circle at bottom right, rgba(170, 0, 0, 0.28), transparent 25rem),
        #101010;
}

.subscription-preview h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.subscription-preview p {
    max-width: 52rem;
    margin: 0;
    color: #d0d0d0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    line-height: 1.75;
}

.subscription-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.subscription-features span {
    padding: 0.55rem 0.75rem;
    border: 1px solid #424242;
    background: #171717;
    color: #cfcfcf;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.subscription-status {
    padding: 2rem 1rem;
    border: 1px solid #4b4b4b;
    background: rgba(0, 0, 0, 0.42);
    text-align: center;
}

.subscription-status span {
    display: block;
    margin-bottom: 0.6rem;
    color: #999;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.subscription-status strong {
    display: block;
    color: #ef3d3d;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.35rem;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

/* Dispatch strip compatibility */

.dispatch-strip,
.site-dispatch,
.news-dispatch {
    border-bottom: 1px solid #4a1616;
    background: #8f0d0d;
    color: #fff;
}

.dispatch-strip-inner,
.site-dispatch-inner,
.news-dispatch-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: min(94%, 1400px);
    min-height: 2.75rem;
    margin: 0 auto;
    padding: 0.55rem 0;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

/* Responsive magazine homepage */

@media (max-width: 1120px) {
    .weekly-issue-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .issue-banner-inner,
    .cover-story,
    .magazine-news-grid,
    .subscription-preview {
        grid-template-columns: 1fr;
    }

    .issue-introduction {
        padding-top: 1.4rem;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .cover-story-image,
    .cover-story {
        min-height: 0;
    }

    .cover-story-image-link {
        aspect-ratio: 16 / 10;
    }

    .cover-story-content {
        border-top: 5px solid #c91f1f;
        border-left: 0;
    }

    .editors-picks-grid,
    .weekly-issue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .subscription-status {
        max-width: 28rem;
    }
}

@media (max-width: 700px) {
    .magazine-home {
        width: 94%;
        padding-top: 1.25rem;
    }

    .magazine-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .section-rule {
        width: 100%;
        flex: none;
    }

    .issue-banner-inner {
        padding: 1.25rem 1.1rem;
    }

    .issue-banner::after {
        opacity: 0.55;
    }

    .cover-story-image-link {
        aspect-ratio: 4 / 5;
    }

    .cover-story-content {
        padding: 1.7rem 1.35rem 2rem;
    }

   .headline-item{
    grid-template-columns:90px 3rem minmax(0,1fr);
    padding:1.2rem;
}

    .headline-number {
        font-size: 2rem;
    }

    .editors-desk-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.4rem;
    }

    .editors-desk-mark {
        position: absolute;
        right: -1rem;
        bottom: -1rem;
        opacity: 0.45;
    }

    .editors-picks-grid,
    .weekly-issue-grid {
        grid-template-columns: 1fr;
    }

    .editor-pick-card,
    .issue-card {
        width: 100%;
        max-width: 34rem;
        margin: 0 auto;
    }

    .weekly-issue-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .subscription-preview {
        padding: 2rem 1.35rem;
    }
}

@media (max-width: 430px) {
    .magazine-home {
        width: 96%;
    }

    .issue-identity h1 {
        font-size: 3.35rem;
    }

    .cover-story-content h2 {
        font-size: 2.65rem;
    }

    .magazine-section-heading h2,
    .weekly-issue-header h2,
    .editors-desk-content h2,
    .subscription-preview h2 {
        font-size: 2.55rem;
    }

    .panel-heading {
        padding: 1.3rem 1.15rem;
    }

    .headline-item,
    .most-read-item {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


/* =========================================================
   MAGAZINE WORKFLOW COMPATIBILITY
========================================================= */

/* Multiple categories and issue links */

.post-meta {
    flex-wrap: wrap;
}

a.category-label,
a.post-date,
a.archive-article-category,
a.archive-issue-link {
    text-decoration: none;
}

a.category-label:hover,
a.category-label:focus-visible,
a.archive-article-category:hover,
a.archive-article-category:focus-visible {
    color: #fff;
    background: #f00000;
}

a.post-date:hover,
a.post-date:focus-visible,
a.archive-issue-link:hover,
a.archive-issue-link:focus-visible {
    color: #ff4545;
}

.archive-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.archive-issue-link {
    display: inline-block;
    margin-bottom: 8px;
    color: #aaa;
    font-size: 0.9rem;
}

/* Combined issue and category archive controls */

.archive-browse-tools {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
    padding: 20px;
    background: #1c1c1c;
    border: 1px solid #303030;
    border-top: 4px solid #c00000;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.archive-filter-group strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.archive-filter-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.archive-filter-links a {
    display: inline-block;
    padding: 7px 11px;
    color: #fff;
    background: #333;
    border: 1px solid #474747;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.archive-filter-links a:hover,
.archive-filter-links a:focus-visible,
.archive-filter-links a.active {
    color: #fff;
    background: #c00000;
    border-color: #e32a2a;
}

/* Keep longer magazine navigation labels usable on smaller screens. */

@media (max-width: 600px) {
    .main-navigation.magazine-navigation a {
        min-width: 0;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .archive-browse-tools {
        padding: 16px;
    }

    .archive-filter-links {
        gap: 6px;
    }

    .archive-filter-links a {
        padding: 6px 9px;
        font-size: 0.82rem;
    }
}


/* =========================================================
   FULL MAGAZINE COVER HOMEPAGE
========================================================= */

.magazine-cover-home {
    width: min(94%, 1440px);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 42px) 0 70px;
}

.current-magazine-cover {
    --cover-image: none;
    position: relative;
    width: min(100%, 1040px);
    min-height: clamp(720px, 82vw, 1040px);
    margin: 0 auto clamp(55px, 7vw, 90px);
    overflow: hidden;
    isolation: isolate;
    background-color: #151515;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.02) 35%,
            rgba(0, 0, 0, 0.15) 58%,
            rgba(0, 0, 0, 0.92) 100%
        ),
        var(--cover-image);
    background-position: center top;
    background-size: cover;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.62),
        0 0 0 7px #101010,
        0 0 0 8px #3c3c3c;
}

.current-magazine-cover::before {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 9px solid rgba(255, 255, 255, 0.08);
    content: "";
    pointer-events: none;
}

.current-magazine-cover.cover-without-image {
    background-image:
        radial-gradient(circle at 50% 36%, #3b3b3b, #171717 48%, #050505 100%);
}

.magazine-cover-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.64),
            transparent 25%,
            transparent 75%,
            rgba(0, 0, 0, 0.64)
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.48),
            transparent 25%,
            transparent 62%,
            rgba(0, 0, 0, 0.78)
        );
    pointer-events: none;
}

.magazine-cover-topline,
.magazine-cover-masthead,
.magazine-cover-lines,
.magazine-cover-main-story {
    position: absolute;
    z-index: 2;
}

.magazine-cover-topline {
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 24px;
    background: #b80000;
    color: #fff;
    font-size: clamp(0.68rem, 1vw, 0.83rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.magazine-cover-masthead {
    top: 38px;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 15px 30px 22px;
    color: #fff;
    text-align: center;
    text-shadow:
        0 4px 0 #000,
        0 8px 20px rgba(0, 0, 0, 0.85);
}

.cover-masthead-small {
    margin: 0 12px 14px 0;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2rem, 5.5vw, 5rem);
    font-style: italic;
    letter-spacing: -0.045em;
    line-height: 0.85;
    text-transform: uppercase;
}

.magazine-cover-masthead > strong {
    color: #d00000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(5.4rem, 13vw, 11rem);
    font-style: italic;
    letter-spacing: -0.07em;
    line-height: 0.67;
    -webkit-text-stroke: 2px #fff;
}

.cover-issue-number {
    position: absolute;
    right: 23px;
    bottom: 3px;
    padding: 5px 9px;
    background: #fff;
    color: #111;
    font-size: clamp(0.72rem, 1.2vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-shadow: none;
    text-transform: uppercase;
}

.magazine-cover-lines {
    inset: 0;
    pointer-events: none;
}

.magazine-cover-line {
    position: absolute;
    display: block;
    width: min(40%, 390px);
    padding: 12px 15px 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.78);
    border-left: 6px solid #d00000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    text-shadow: 0 2px 5px #000;
    pointer-events: auto;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.magazine-cover-line:hover,
.magazine-cover-line:focus-visible {
    color: #fff;
    background: rgba(184, 0, 0, 0.92);
    transform: translateY(-3px);
}

.magazine-cover-line span {
    display: block;
    margin-bottom: 4px;
    color: #ff4a4a;
    font-size: clamp(0.62rem, 0.9vw, 0.78rem);
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.magazine-cover-line:hover span,
.magazine-cover-line:focus-visible span {
    color: #fff;
}

.magazine-cover-line strong {
    display: block;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(1.05rem, 2.25vw, 1.85rem);
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 1.04;
    text-transform: uppercase;
}

.magazine-cover-line-1 {
    top: 25%;
    left: 22px;
}

.magazine-cover-line-2 {
    top: 48%;
    left: 22px;
}

.magazine-cover-line-3 {
    top: 25%;
    right: 22px;
    border-right: 6px solid #d00000;
    border-left: 0;
    text-align: right;
}

.magazine-cover-line-4 {
    top: 48%;
    right: 22px;
    border-right: 6px solid #d00000;
    border-left: 0;
    text-align: right;
}

.magazine-cover-main-story {
    right: clamp(22px, 5vw, 60px);
    bottom: clamp(24px, 4vw, 50px);
    left: clamp(22px, 5vw, 60px);
    display: block;
    padding: clamp(18px, 3vw, 32px);
    color: #fff;
    background:
        linear-gradient(
            90deg,
            rgba(152, 0, 0, 0.94),
            rgba(28, 0, 0, 0.92)
        );
    border-top: 6px solid #fff;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.55);
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.magazine-cover-main-story:hover,
.magazine-cover-main-story:focus-visible {
    color: #fff;
    background:
        linear-gradient(
            90deg,
            rgba(195, 0, 0, 0.98),
            rgba(55, 0, 0, 0.96)
        );
    transform: translateY(-4px);
}

.magazine-cover-main-story > span {
    display: block;
    margin-bottom: 6px;
    font-size: clamp(0.72rem, 1vw, 0.9rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.magazine-cover-main-story h1 {
    max-width: 900px;
    margin: 0 auto;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.2rem, 5.3vw, 4.7rem);
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 0.98;
    text-transform: uppercase;
}

.magazine-cover-main-story p {
    max-width: 830px;
    margin: 12px auto 0;
    color: #eee;
    font-size: clamp(0.78rem, 1.15vw, 1rem);
    line-height: 1.45;
}

.cover-read-prompt {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.83rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.magazine-cover-empty {
    width: min(100%, 1040px);
    min-height: 650px;
    margin: 0 auto 70px;
    padding: 60px;
    background: radial-gradient(circle at center, #333, #090909 72%);
    border: 8px solid #222;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    text-align: center;
}

.magazine-cover-empty span {
    color: #d00000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(4rem, 10vw, 8rem);
}

.magazine-cover-empty h1 {
    margin: 25px 0 10px;
    font-size: clamp(2rem, 4vw, 4rem);
}

/* Homepage sections beneath the cover */

.cover-home-section {
    margin-bottom: clamp(55px, 7vw, 90px);
}

.cover-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 13px;
    border-bottom: 4px solid #c00000;
}

.cover-home-heading > span,
.cover-home-heading > div > span {
    display: block;
    color: #ff4545;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.cover-home-heading h2 {
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.cover-most-read-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 17px;
}

.cover-most-read-card {
    min-width: 0;
    overflow: hidden;
    background: #181818;
    border: 1px solid #343434;
    border-radius: 5px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

.cover-most-read-card:hover {
    border-color: #850000;
    transform: translateY(-5px);
}

.cover-most-read-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #090909;
}

.cover-most-read-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cover-most-read-card:hover img {
    transform: scale(1.05);
}

.cover-most-read-image > span {
    color: #6e6e6e;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 2rem;
}

.cover-most-read-image > strong {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 48px;
    padding: 5px 12px;
    background: #c00000;
    color: #fff;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
}

.cover-most-read-card > div {
    padding: 15px;
}

.cover-card-category {
    display: block;
    margin-bottom: 6px;
    color: #ff4545;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cover-most-read-card h3 {
    margin-bottom: 10px;
    font-size: clamp(0.95rem, 1.4vw, 1.18rem);
    line-height: 1.22;
}

.cover-card-views {
    color: #999;
    font-size: 0.78rem;
}

/* Previous issue covers */

.archive-home-heading a {
    color: #ddd;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.issue-archive-cover-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 34px);
}

.archived-issue-cover {
    min-width: 0;
}

.archived-issue-cover-image {
    --archive-cover-image: none;
    position: relative;
    display: flex;
    min-height: 430px;
    padding: 20px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background-color: #151515;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.15) 50%,
            rgba(0, 0, 0, 0.94)
        ),
        var(--archive-cover-image);
    background-position: center;
    background-size: cover;
    border: 5px solid #282828;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.42);
    text-align: center;
    text-shadow: 0 3px 8px #000;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

.archived-issue-cover-image:hover,
.archived-issue-cover-image:focus-visible {
    color: #fff;
    border-color: #c00000;
    transform: translateY(-6px);
}

.archived-issue-cover-image > span {
    margin-top: 5px;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 2.3rem);
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.archived-issue-cover-image > strong {
    color: #d00000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(4rem, 7vw, 6.5rem);
    font-style: italic;
    letter-spacing: -0.07em;
    line-height: 0.8;
    -webkit-text-stroke: 1px #fff;
}

.archived-issue-cover-image > em {
    margin-top: 12px;
    padding: 4px 8px;
    background: #fff;
    color: #111;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-shadow: none;
    text-transform: uppercase;
}

.archived-issue-cover-image > b {
    width: 100%;
    margin-top: auto;
    padding: 14px 10px;
    background: rgba(165, 0, 0, 0.92);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-style: italic;
    line-height: 1.05;
    text-transform: uppercase;
}

.archived-issue-details {
    padding-top: 13px;
    text-align: center;
}

.archived-issue-details h3 {
    font-size: 1.2rem;
}

.archived-issue-details span {
    color: #999;
    font-size: 0.82rem;
}

.issue-archive-empty {
    padding: 30px;
    background: #181818;
    border: 1px solid #333;
    border-left: 5px solid #c00000;
    color: #bbb;
}

@media (max-width: 1100px) {
    .cover-most-read-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .issue-archive-cover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .current-magazine-cover {
        min-height: 1000px;
    }

    .magazine-cover-masthead {
        top: 39px;
    }

    .magazine-cover-line {
        width: calc(50% - 30px);
    }

    .magazine-cover-line-1,
    .magazine-cover-line-3 {
        top: 25%;
    }

    .magazine-cover-line-2,
    .magazine-cover-line-4 {
        top: 46%;
    }

    .magazine-cover-main-story p {
        display: none;
    }

    .issue-archive-cover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .magazine-cover-home {
        width: 96%;
        padding-top: 14px;
    }

    .current-magazine-cover {
        min-height: 960px;
        margin-bottom: 60px;
        box-shadow:
            0 25px 50px rgba(0, 0, 0, 0.58),
            0 0 0 3px #101010,
            0 0 0 4px #3c3c3c;
    }

    .current-magazine-cover::before {
        border-width: 5px;
    }

    .magazine-cover-topline {
        padding: 8px 12px;
        letter-spacing: 0.05em;
    }

    .magazine-cover-topline span:last-child {
        display: none;
    }

    .magazine-cover-masthead {
        top: 31px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .cover-masthead-small {
        margin-right: 7px;
        margin-bottom: 9px;
        font-size: clamp(1.45rem, 8vw, 2.7rem);
    }

    .magazine-cover-masthead > strong {
        font-size: clamp(4.3rem, 24vw, 7rem);
        -webkit-text-stroke-width: 1px;
    }

    .cover-issue-number {
        right: 12px;
        bottom: 0;
    }

    .magazine-cover-line {
        width: calc(50% - 16px);
        padding: 10px 9px 11px;
        border-left-width: 4px;
    }

    .magazine-cover-line-1,
    .magazine-cover-line-2 {
        left: 8px;
    }

    .magazine-cover-line-3,
    .magazine-cover-line-4 {
        right: 8px;
        border-right-width: 4px;
    }

    .magazine-cover-line-1,
    .magazine-cover-line-3 {
        top: 23%;
    }

    .magazine-cover-line-2,
    .magazine-cover-line-4 {
        top: 44%;
    }

    .magazine-cover-line strong {
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(0.82rem, 4vw, 1.05rem);
        font-weight: 900;
        line-height: 1.08;
    }

    .magazine-cover-main-story {
        right: 10px;
        bottom: 18px;
        left: 10px;
        padding: 17px 12px;
        border-top-width: 4px;
    }

    .magazine-cover-main-story h1 {
        font-size: clamp(1.75rem, 8.3vw, 2.7rem);
    }

    .cover-most-read-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cover-most-read-card > div {
        padding: 12px;
    }

    .cover-most-read-card h3 {
        font-size: 0.9rem;
    }

    .archive-home-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .issue-archive-cover-grid {
        grid-template-columns: 1fr;
    }

    .archived-issue-cover {
        width: min(100%, 340px);
        margin: 0 auto;
    }
}

@media (max-width: 390px) {
    .current-magazine-cover {
        min-height: 900px;
    }

    .magazine-cover-line strong {
        font-size: 0.76rem;
    }

    .magazine-cover-line span {
        font-size: 0.54rem;
    }

    .cover-most-read-grid {
        grid-template-columns: 1fr;
    }

    .cover-most-read-card {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .cover-most-read-image {
        height: 100%;
        aspect-ratio: auto;
    }
}


/* =========================================================
   CURRENT DIGITAL EDITION — PREMIUM MAGAZINE DESIGN
========================================================= */

.digital-edition-home {
    position: relative;
    width: min(96%, 1500px);
    margin: 0 auto;
    padding: clamp(18px, 2.5vw, 38px) 0 80px;
}

.digital-edition-home::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.013) 0,
            rgba(255, 255, 255, 0.013) 1px,
            transparent 1px,
            transparent 7px
        ),
        radial-gradient(circle at 50% 0, #2b2b2b, #101010 42%, #080808 100%);
    content: "";
    pointer-events: none;
}

/* Magazine cover */

.digital-cover-stage {
    position: relative;
    width: min(100%, 1060px);
    margin: 0 auto clamp(45px, 5vw, 75px);
    padding: 12px;
    background:
        linear-gradient(135deg, #777, #1d1d1d 18%, #555 45%, #121212 70%, #777);
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    filter: drop-shadow(0 35px 38px rgba(0, 0, 0, 0.64));
}

.digital-cover-stage::before {
    position: absolute;
    z-index: -1;
    top: 3%;
    right: -20px;
    bottom: -20px;
    left: 4%;
    background: #050505;
    border: 1px solid #3f3f3f;
    content: "";
    transform: rotate(1.4deg);
}

.digital-cover-label {
    position: absolute;
    z-index: 8;
    top: 23px;
    left: -22px;
    padding: 9px 38px 9px 26px;
    background: linear-gradient(90deg, #8b0000, #d00000);
    box-shadow: 7px 10px 22px rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: clamp(0.68rem, 1vw, 0.86rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: skewX(-13deg);
}

.digital-cover-label::after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 23px;
    height: 100%;
    background: #fff;
    content: "";
}

.digital-magazine-cover {
    --digital-cover-image: none;
    position: relative;
    min-height: clamp(800px, 95vw, 1120px);
    overflow: hidden;
    isolation: isolate;
    background-color: #161616;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.32) 0,
            rgba(0, 0, 0, 0.02) 28%,
            rgba(0, 0, 0, 0.08) 55%,
            rgba(0, 0, 0, 0.92) 100%
        ),
        var(--digital-cover-image);
    background-position: center top;
    background-size: cover;
    border: 1px solid #999;
    box-shadow:
        inset 0 0 0 7px rgba(255, 255, 255, 0.055),
        inset 0 0 60px rgba(0, 0, 0, 0.48);
}

.digital-magazine-cover::before {
    position: absolute;
    z-index: 5;
    top: -28%;
    left: -38%;
    width: 88%;
    height: 105%;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.12) 48%,
        rgba(255, 255, 255, 0.025) 58%,
        transparent 70%
    );
    content: "";
    pointer-events: none;
    transform: rotate(8deg);
}

.digital-magazine-cover::after {
    position: absolute;
    z-index: 4;
    inset: 0;
    border: 9px solid rgba(255, 255, 255, 0.055);
    content: "";
    pointer-events: none;
}

.digital-cover-no-image {
    background-image:
        radial-gradient(circle at 50% 35%, #4a4a4a, #1c1c1c 48%, #050505 100%);
}

.digital-cover-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.68),
            transparent 29%,
            transparent 71%,
            rgba(0, 0, 0, 0.68)
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.42),
            transparent 22%,
            transparent 57%,
            rgba(0, 0, 0, 0.92)
        );
    pointer-events: none;
}

.digital-cover-date,
.digital-cover-masthead,
.digital-cover-issue,
.digital-cover-teaser,
.digital-cover-story {
    position: absolute;
    z-index: 2;
}

.digital-cover-date {
    top: 15px;
    right: 21px;
    color: #ddd;
    font-size: clamp(0.64rem, 1vw, 0.82rem);
    font-weight: 900;
    letter-spacing: 0.13em;
    text-shadow: 0 2px 6px #000;
    text-transform: uppercase;
}

.digital-cover-masthead {
    top: 45px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    filter: drop-shadow(0 7px 2px rgba(0, 0, 0, 0.82));
    line-height: 0.75;
    text-transform: uppercase;
}

.digital-cover-masthead span {
    margin: 0 14px 14px 0;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.25rem, 6.4vw, 5.5rem);
    font-style: italic;
    letter-spacing: -0.05em;
    transform: skewX(-6deg);
}

.digital-cover-masthead strong {
    color: #c90000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(6rem, 15vw, 12.5rem);
    font-style: italic;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 2px #fff;
}

.digital-cover-issue {
    top: clamp(145px, 16vw, 184px);
    right: 24px;
    padding: 6px 11px;
    background:
        linear-gradient(180deg, #f9f9f9, #aaa 48%, #fff 52%, #8e8e8e);
    box-shadow: 5px 6px 0 #8e0000;
    color: #111;
    font-size: clamp(0.7rem, 1.1vw, 0.94rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: skewX(-8deg);
}

.digital-cover-teaser {
    display: block;
    width: min(39%, 385px);
    padding: 12px 15px 14px;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(0, 0, 0, 0.94), rgba(22, 22, 22, 0.78));
    border-left: 7px solid #c50000;
    box-shadow:
        7px 9px 0 rgba(129, 0, 0, 0.5),
        0 15px 30px rgba(0, 0, 0, 0.46);
    text-shadow: 0 2px 5px #000;
    transform: skewY(-1.5deg);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.digital-cover-teaser:hover,
.digital-cover-teaser:focus-visible {
    color: #fff;
    background: linear-gradient(100deg, #a00000, #400000);
    transform: skewY(-1.5deg) translateY(-4px);
}

.digital-cover-teaser span {
    display: block;
    margin-bottom: 4px;
    color: #ff3c3c;
    font-size: clamp(0.6rem, 0.9vw, 0.76rem);
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.digital-cover-teaser:hover span,
.digital-cover-teaser:focus-visible span {
    color: #fff;
}

.digital-cover-teaser strong {
    display: block;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(1.05rem, 2.25vw, 1.85rem);
    font-style: italic;
    letter-spacing: 0.015em;
    line-height: 1.02;
    text-transform: uppercase;
}

.digital-cover-teaser-1 {
    top: 27%;
    left: 21px;
}

.digital-cover-teaser-2 {
    top: 49%;
    left: 21px;
}

.digital-cover-teaser-3 {
    top: 27%;
    right: 21px;
    border-right: 7px solid #c50000;
    border-left: 0;
    box-shadow:
        -7px 9px 0 rgba(129, 0, 0, 0.5),
        0 15px 30px rgba(0, 0, 0, 0.46);
    text-align: right;
    transform: skewY(1.5deg);
}

.digital-cover-teaser-3:hover,
.digital-cover-teaser-3:focus-visible,
.digital-cover-teaser-4:hover,
.digital-cover-teaser-4:focus-visible {
    transform: skewY(1.5deg) translateY(-4px);
}

.digital-cover-teaser-4 {
    top: 49%;
    right: 21px;
    border-right: 7px solid #c50000;
    border-left: 0;
    box-shadow:
        -7px 9px 0 rgba(129, 0, 0, 0.5),
        0 15px 30px rgba(0, 0, 0, 0.46);
    text-align: right;
    transform: skewY(1.5deg);
}

.digital-cover-story {
    right: clamp(22px, 5vw, 62px);
    bottom: clamp(22px, 4vw, 50px);
    left: clamp(22px, 5vw, 62px);
    display: block;
    padding: clamp(18px, 3vw, 34px);
    color: #fff;
    background:
        linear-gradient(
            105deg,
            rgba(140, 0, 0, 0.97),
            rgba(36, 0, 0, 0.94) 72%,
            rgba(0, 0, 0, 0.96)
        );
    border-top: 6px solid #e6e6e6;
    border-bottom: 2px solid #710000;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.64),
        10px 10px 0 rgba(0, 0, 0, 0.48);
    text-align: center;
    text-shadow: 0 3px 6px #000;
    transform: skewY(-0.7deg);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.digital-cover-story:hover,
.digital-cover-story:focus-visible {
    color: #fff;
    background: linear-gradient(105deg, #c50000, #520000 72%, #080808);
    transform: skewY(-0.7deg) translateY(-5px);
}

.digital-cover-story > span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 12px;
    background: #fff;
    color: #111;
    font-size: clamp(0.66rem, 1vw, 0.82rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-shadow: none;
    text-transform: uppercase;
}

.digital-cover-story h1 {
    max-width: 900px;
    margin: 0 auto;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.25rem, 5.4vw, 4.8rem);
    font-style: italic;
    letter-spacing: 0.015em;
    line-height: 0.96;
    text-transform: uppercase;
}

.digital-cover-story p {
    max-width: 820px;
    margin: 13px auto 0;
    color: #e5e5e5;
    font-size: clamp(0.78rem, 1.12vw, 0.98rem);
    line-height: 1.42;
}

.digital-edition-empty {
    min-height: 720px;
    padding: 80px 30px;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 2px, transparent 2px, transparent 10px),
        radial-gradient(circle, #343434, #090909 70%);
    border: 10px solid #272727;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.digital-edition-empty span {
    color: #c90000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(4rem, 10vw, 9rem);
    font-style: italic;
}

.digital-edition-empty h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    text-transform: uppercase;
}

/* Interior issue transition */

.edition-page-rule {
    position: relative;
    height: 34px;
    margin: 0 0 30px;
    overflow: hidden;
    background:
        repeating-linear-gradient(
            -55deg,
            #890000 0,
            #890000 22px,
            #c80000 22px,
            #c80000 44px,
            #272727 44px,
            #272727 65px
        );
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.42);
}

.edition-page-rule span {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    padding: 6px 38px;
    background: linear-gradient(180deg, #eee, #8f8f8f 50%, #f7f7f7 52%, #777);
    color: #111;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transform: translateX(-50%) skewX(-15deg);
}

/* Shared interior magazine panels */

.edition-paper-section {
    position: relative;
    margin-bottom: 34px;
    padding: clamp(28px, 4vw, 58px);
    overflow: hidden;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.014) 0,
            rgba(255, 255, 255, 0.014) 1px,
            transparent 1px,
            transparent 5px
        ),
        linear-gradient(135deg, #252525, #111 68%);
    border: 1px solid #464646;
    border-top: 7px solid #a90000;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.44),
        inset 0 1px rgba(255, 255, 255, 0.08);
}

.edition-paper-section::after {
    position: absolute;
    z-index: 0;
    top: -90px;
    right: -130px;
    width: 320px;
    height: 230px;
    background: linear-gradient(135deg, transparent 45%, rgba(179, 0, 0, 0.25) 46%);
    content: "";
    pointer-events: none;
    transform: rotate(8deg);
}

.edition-section-number {
    position: absolute;
    z-index: 0;
    right: 25px;
    bottom: -32px;
    color: rgba(255, 255, 255, 0.035);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(9rem, 20vw, 18rem);
    font-style: italic;
    line-height: 0.75;
}

.edition-section-heading,
.editors-note-heading,
.editors-note-copy,
.edition-contents-list,
.edition-reader-comments,
.edition-comments-empty {
    position: relative;
    z-index: 1;
}

.edition-section-heading > span,
.editors-note-heading > span {
    display: block;
    margin-bottom: 5px;
    color: #e32828;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.edition-section-heading h2,
.editors-note-heading h2 {
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 0.95;
    text-transform: uppercase;
}

/* Editor's note */

.editors-note-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(30px, 6vw, 90px);
    align-items: center;
}

.editors-note-heading {
    padding-right: 35px;
    border-right: 5px solid #a90000;
    transform: skewY(-2deg);
}

.editors-note-copy {
    columns: 2;
    column-gap: 38px;
    color: #cfcfcf;
}

.editors-note-copy p {
    margin-bottom: 16px;
}

.editors-note-lead {
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.35;
}

.editors-note-lead::first-letter {
    float: left;
    margin: 4px 9px 0 0;
    color: #c40000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 4.6rem;
    line-height: 0.72;
}

.editors-note-signature {
    break-inside: avoid;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
}

.editors-note-signature span {
    display: block;
    margin-top: 2px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.68rem;
    font-style: normal;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

/* Table of contents */

.edition-contents-section .edition-section-heading {
    margin-bottom: 28px;
}

.edition-contents-list {
    border-top: 1px solid #555;
}

.edition-content-entry {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 45px;
    gap: 20px;
    align-items: center;
    padding: 20px 18px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(255,255,255,.025), transparent);
    border-bottom: 1px solid #3f3f3f;
    transition:
        background 0.2s ease,
        padding-left 0.2s ease;
}

.edition-content-entry::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    width: 16px;
    background: #b90000;
    content: "";
    transform: skewX(-16deg);
    transition: left 0.2s ease;
}

.edition-content-entry:hover,
.edition-content-entry:focus-visible {
    padding-left: 28px;
    color: #fff;
    background: linear-gradient(90deg, rgba(167, 0, 0, 0.28), rgba(255,255,255,.025));
}

.edition-content-entry:hover::before,
.edition-content-entry:focus-visible::before {
    left: 3px;
}

.contents-page-number {
    color: #777;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-style: italic;
    line-height: 0.8;
}

.contents-cover-story .contents-page-number {
    color: #c40000;
}

.contents-entry-copy {
    min-width: 0;
}

.contents-entry-copy em {
    display: block;
    margin-bottom: 3px;
    color: #db2b2b;
    font-size: 0.67rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contents-entry-copy strong {
    display: block;
    font-size: clamp(1.12rem, 2vw, 1.65rem);
    line-height: 1.15;
}

.contents-entry-copy small {
    display: block;
    max-width: 1000px;
    margin-top: 7px;
    overflow: hidden;
    color: #999;
    font-size: 0.82rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents-arrow {
    color: #c40000;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: right;
}

/* Feature spreads */

.edition-features-section {
    margin: 45px 0;
}

.feature-section-heading {
    position: relative;
    margin-bottom: 25px;
    padding: 22px 32px 19px;
    overflow: hidden;
    background: linear-gradient(100deg, #8f0000, #310000 68%, #121212);
    border-left: 10px solid #ddd;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.44);
    transform: skewY(-0.7deg);
}

.feature-section-heading::after {
    position: absolute;
    top: -40px;
    right: 7%;
    width: 160px;
    height: 180px;
    background: rgba(255, 255, 255, 0.07);
    content: "";
    transform: skewX(-24deg);
}

.feature-section-heading > span {
    color: #fff;
}

.edition-feature-spreads {
    display: grid;
    gap: 22px;
}

.edition-feature-spread {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    min-height: 430px;
    overflow: hidden;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.012) 0, rgba(255,255,255,.012) 2px, transparent 2px, transparent 9px),
        #171717;
    border: 1px solid #3a3a3a;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

.edition-feature-spread::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: calc(46% - 34px);
    width: 68px;
    background: linear-gradient(90deg, transparent, #a90000 48%, #530000 52%, transparent);
    clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
    content: "";
    pointer-events: none;
}

.edition-feature-spread.feature-spread-reversed {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.feature-spread-reversed::after {
    right: calc(46% - 34px);
    left: auto;
    transform: scaleX(-1);
}

.edition-feature-image {
    position: relative;
    display: block;
    min-height: 430px;
    overflow: hidden;
    background: #080808;
}

.edition-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.08) saturate(0.9);
    transition:
        filter 0.3s ease,
        transform 0.4s ease;
}

.edition-feature-image:hover img,
.edition-feature-image:focus-visible img {
    filter: contrast(1.12) saturate(1.1);
    transform: scale(1.035);
}

.feature-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-image-empty span {
    color: #4d4d4d;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2rem, 5vw, 5rem);
    font-style: italic;
    text-transform: uppercase;
}

.edition-feature-copy {
    position: relative;
    z-index: 3;
    display: flex;
    padding: clamp(30px, 5vw, 70px);
    flex-direction: column;
    justify-content: center;
}

.feature-spread-reversed .edition-feature-image {
    order: 2;
}

.feature-spread-reversed .edition-feature-copy {
    order: 1;
    text-align: right;
}

.feature-running-number {
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(255, 255, 255, 0.055);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(5rem, 9vw, 9rem);
    font-style: italic;
    line-height: 0.8;
}

.feature-spread-reversed .feature-running-number {
    right: auto;
    left: 24px;
}

.feature-category {
    display: block;
    margin-bottom: 9px;
    color: #df2929;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.edition-feature-copy h3 {
    max-width: 720px;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 0.98;
    text-transform: uppercase;
}

.feature-spread-reversed .edition-feature-copy h3 {
    margin-left: auto;
}

.edition-feature-copy h3 a:hover,
.edition-feature-copy h3 a:focus-visible {
    color: #ff3535;
}

.edition-feature-copy p {
    max-width: 680px;
    margin-top: 18px;
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.58;
}

.feature-spread-reversed .edition-feature-copy p {
    margin-left: auto;
}

.edition-read-link {
    align-self: flex-start;
    margin-top: 23px;
    padding: 10px 16px;
    background: linear-gradient(90deg, #a50000, #5c0000);
    border-right: 4px solid #ddd;
    box-shadow: 5px 6px 0 #080808;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: skewX(-8deg);
}

.edition-read-link:hover,
.edition-read-link:focus-visible {
    color: #fff;
    background: linear-gradient(90deg, #df0000, #800000);
}

.feature-spread-reversed .edition-read-link {
    align-self: flex-end;
}

/* Reader comments */

.edition-comments-section {
    margin-top: 45px;
}

.edition-comments-section .edition-section-heading {
    margin-bottom: 28px;
}

.edition-reader-comments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #484848;
}

.edition-reader-comment {
    position: relative;
    min-width: 0;
    padding: 28px 32px 25px 60px;
    border-right: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

.edition-reader-comment:nth-child(even) {
    border-right: 0;
}

.reader-comment-mark {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #a90000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5.7rem;
    line-height: 1;
}

.edition-reader-comment blockquote {
    color: #d0d0d0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.55;
}

.edition-reader-comment footer {
    margin-top: 17px;
    padding-top: 12px;
    border-top: 2px solid #670000;
}

.edition-reader-comment footer strong {
    display: block;
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.edition-reader-comment footer a {
    display: block;
    margin-top: 3px;
    color: #999;
    font-size: 0.72rem;
}

.edition-reader-comment footer a:hover,
.edition-reader-comment footer a:focus-visible {
    color: #ff4545;
}

.edition-comments-empty {
    padding: 28px;
    background: rgba(0, 0, 0, 0.25);
    border-left: 5px solid #a90000;
    color: #aaa;
}

/* Responsive digital edition */

@media (max-width: 1000px) {
    .digital-magazine-cover {
        min-height: 1050px;
    }

    .digital-cover-teaser {
        width: calc(50% - 32px);
    }

    .editors-note-section {
        grid-template-columns: 1fr;
    }

    .editors-note-heading {
        padding: 0 0 22px;
        border-right: 0;
        border-bottom: 5px solid #a90000;
    }

    .edition-feature-spread,
    .edition-feature-spread.feature-spread-reversed {
        grid-template-columns: 1fr 1fr;
    }

    .edition-feature-spread::after {
        left: calc(50% - 34px);
    }

    .feature-spread-reversed::after {
        right: calc(50% - 34px);
        left: auto;
    }
}

@media (max-width: 760px) {
    .digital-cover-stage {
        padding: 7px;
    }

    .digital-cover-label {
        left: -8px;
    }

    .digital-magazine-cover {
        min-height: 1020px;
    }

    .digital-magazine-cover::after {
        border-width: 5px;
    }

    .digital-cover-masthead {
        top: 53px;
    }

    .digital-cover-masthead span {
        margin-right: 8px;
        margin-bottom: 10px;
        font-size: clamp(1.8rem, 8vw, 3.2rem);
    }

    .digital-cover-masthead strong {
        font-size: clamp(5rem, 25vw, 8.6rem);
        -webkit-text-stroke-width: 1px;
    }

    .digital-cover-issue {
        top: 148px;
    }

    .digital-cover-teaser {
        width: calc(50% - 17px);
        padding: 10px 9px 11px;
        border-left-width: 4px;
        box-shadow:
            4px 6px 0 rgba(129, 0, 0, 0.5),
            0 12px 22px rgba(0, 0, 0, 0.42);
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        left: 8px;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        right: 8px;
        border-right-width: 4px;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        top: 24%;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        top: 44%;
    }

    .digital-cover-teaser strong {
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(0.82rem, 3.6vw, 1.08rem);
        font-weight: 900;
        line-height: 1.08;
    }

    .digital-cover-story {
        right: 12px;
        bottom: 18px;
        left: 12px;
        padding: 19px 14px;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.85rem, 8vw, 3.1rem);
    }

    .digital-cover-story p {
        display: none;
    }

    .editors-note-copy {
        columns: 1;
    }

    .contents-entry-copy small {
        white-space: normal;
    }

    .edition-feature-spread,
    .edition-feature-spread.feature-spread-reversed {
        grid-template-columns: 1fr;
    }

    .edition-feature-spread::after,
    .feature-spread-reversed::after {
        display: none;
    }

    .edition-feature-image,
    .feature-spread-reversed .edition-feature-image {
        min-height: 340px;
        order: 1;
    }

    .edition-feature-copy,
    .feature-spread-reversed .edition-feature-copy {
        order: 2;
        text-align: left;
    }

    .feature-spread-reversed .edition-feature-copy h3,
    .feature-spread-reversed .edition-feature-copy p {
        margin-left: 0;
    }

    .feature-spread-reversed .edition-read-link {
        align-self: flex-start;
    }

    .edition-reader-comments {
        grid-template-columns: 1fr;
    }

    .edition-reader-comment,
    .edition-reader-comment:nth-child(even) {
        border-right: 0;
    }
}

@media (max-width: 500px) {
    .digital-edition-home {
        width: 97%;
    }

    .digital-cover-stage {
        clip-path: none;
    }

    .digital-cover-stage::before {
        display: none;
    }

    .digital-cover-label {
        top: 14px;
        padding: 7px 27px 7px 16px;
        letter-spacing: 0.08em;
    }

    .digital-magazine-cover {
        min-height: 940px;
    }

    .digital-cover-date {
        top: 52px;
        right: 11px;
        font-size: 0.57rem;
    }

    .digital-cover-masthead {
        top: 78px;
    }

    .digital-cover-issue {
        top: 157px;
        right: 12px;
        font-size: 0.62rem;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        top: 25%;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        top: 45%;
    }

    .digital-cover-teaser span {
        font-size: 0.51rem;
        letter-spacing: 0.08em;
    }

    .digital-cover-teaser strong {
        font-size: clamp(0.72rem, 3.5vw, 0.92rem);
    }

    .digital-cover-story > span {
        font-size: 0.58rem;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.65rem, 8vw, 2.4rem);
    }

    .edition-page-rule span {
        padding-right: 22px;
        padding-left: 22px;
        font-size: 0.62rem;
        white-space: nowrap;
    }

    .edition-paper-section {
        padding: 25px 18px;
    }

    .edition-content-entry {
        grid-template-columns: 48px minmax(0, 1fr) 24px;
        gap: 10px;
        padding: 17px 5px;
    }

    .edition-content-entry:hover,
    .edition-content-entry:focus-visible {
        padding-left: 12px;
    }

    .contents-page-number {
        font-size: 2.6rem;
    }

    .contents-entry-copy strong {
        font-size: 1rem;
    }

    .contents-entry-copy small {
        display: none;
    }

    .contents-arrow {
        font-size: 1.2rem;
    }

    .feature-section-heading {
        padding: 18px 20px;
    }

    .edition-feature-image {
        min-height: 270px;
    }

    .edition-feature-copy {
        padding: 27px 21px 31px;
    }

    .edition-reader-comment {
        padding: 25px 18px 23px 48px;
    }

    .reader-comment-mark {
        left: 8px;
        font-size: 4.7rem;
    }
}


/* =========================================================
   BOOKSTORE COVER REFINEMENT
========================================================= */

.digital-cover-stage {
    padding: 9px;
    background:
        linear-gradient(
            135deg,
            #e4e4e4 0,
            #585858 8%,
            #171717 23%,
            #8b8b8b 48%,
            #111 72%,
            #d0d0d0 100%
        );
}

.digital-magazine-cover {
    border: 9px solid #a90000;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.45),
        inset 0 0 0 8px rgba(0, 0, 0, 0.25),
        inset 0 -160px 180px rgba(0, 0, 0, 0.5),
        inset 0 0 75px rgba(0, 0, 0, 0.38);
}

.digital-magazine-cover::after {
    border: 3px solid rgba(255, 255, 255, 0.28);
    box-shadow:
        inset 0 0 0 6px rgba(0, 0, 0, 0.13),
        inset 0 0 42px rgba(0, 0, 0, 0.25);
}

.digital-cover-overlay {
    background:
        radial-gradient(
            ellipse at 50% 36%,
            rgba(255, 255, 255, 0.13),
            transparent 38%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.72),
            transparent 27%,
            transparent 73%,
            rgba(0, 0, 0, 0.72)
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2),
            transparent 25%,
            transparent 57%,
            rgba(0, 0, 0, 0.94)
        );
}

.digital-cover-masthead {
    top: 38px;
    right: 11px;
    left: 11px;
    display: block;
    padding: 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid #a90000;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.62),
        inset 0 -12px 20px rgba(0, 0, 0, 0.32);
    filter: none;
    line-height: normal;
}

.digital-cover-masthead img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    opacity: 1;
    filter: none;
    transform: none;
}

.digital-cover-date {
    z-index: 7;
    top: 13px;
    right: 24px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
}

.digital-cover-issue {
    z-index: 7;
    top: clamp(155px, 18vw, 205px);
    right: 24px;
    padding: 8px 14px;
    background:
        linear-gradient(
            180deg,
            #fff 0,
            #b7b7b7 47%,
            #f8f8f8 51%,
            #898989 100%
        );
    border: 2px solid #fff;
    box-shadow:
        7px 8px 0 #8d0000,
        0 12px 25px rgba(0, 0, 0, 0.5);
}

.digital-cover-label {
    top: 17px;
    left: -24px;
    padding: 10px 42px 10px 29px;
    background:
        linear-gradient(90deg, #710000, #c80000 65%, #8a0000);
    border-top: 1px solid #ff5a5a;
    border-bottom: 1px solid #4d0000;
    box-shadow:
        9px 10px 0 rgba(0, 0, 0, 0.34),
        0 15px 26px rgba(0, 0, 0, 0.55);
}

.digital-cover-label::before {
    position: absolute;
    right: 11px;
    bottom: -8px;
    left: 11px;
    height: 4px;
    background: rgba(255, 255, 255, 0.72);
    content: "";
}

.digital-cover-teaser {
    width: min(42%, 420px);
    padding: 9px 10px 13px;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74),
        rgba(0, 0, 0, 0.28)
    );
    border-left: 0;
    box-shadow: none;
    text-shadow:
        0 2px 0 #000,
        0 4px 10px #000;
    transform: none;
}

.digital-cover-teaser::after {
    display: block;
    width: 72%;
    height: 5px;
    margin-top: 8px;
    background: linear-gradient(90deg, #d00000, #670000, transparent);
    content: "";
}

.digital-cover-teaser:hover,
.digital-cover-teaser:focus-visible {
    background: linear-gradient(
        90deg,
        rgba(154, 0, 0, 0.88),
        rgba(38, 0, 0, 0.35)
    );
    transform: translateY(-3px);
}

.digital-cover-teaser span {
    display: inline-block;
    padding: 3px 7px;
    background: #b60000;
    color: #fff;
    letter-spacing: 0.13em;
}

.digital-cover-teaser strong {
    margin-top: 5px;
    font-size: clamp(1.18rem, 2.6vw, 2.15rem);
    letter-spacing: 0.02em;
    -webkit-text-stroke: 0.25px rgba(255, 255, 255, 0.75);
}

.digital-cover-teaser-1 {
    top: 30%;
    left: 23px;
}

.digital-cover-teaser-2 {
    top: 50%;
    left: 23px;
}

.digital-cover-teaser-3,
.digital-cover-teaser-4 {
    right: 23px;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.74),
        rgba(0, 0, 0, 0.28)
    );
    border-right: 0;
    box-shadow: none;
    transform: none;
}

.digital-cover-teaser-3 {
    top: 30%;
}

.digital-cover-teaser-4 {
    top: 50%;
}

.digital-cover-teaser-3::after,
.digital-cover-teaser-4::after {
    margin-left: auto;
    background: linear-gradient(270deg, #d00000, #670000, transparent);
}

.digital-cover-teaser-3:hover,
.digital-cover-teaser-3:focus-visible,
.digital-cover-teaser-4:hover,
.digital-cover-teaser-4:focus-visible {
    background: linear-gradient(
        270deg,
        rgba(154, 0, 0, 0.88),
        rgba(38, 0, 0, 0.35)
    );
    transform: translateY(-3px);
}

.digital-cover-story {
    right: clamp(20px, 4vw, 48px);
    bottom: clamp(20px, 3.5vw, 42px);
    left: clamp(20px, 4vw, 48px);
    background:
        linear-gradient(
            100deg,
            rgba(124, 0, 0, 0.98),
            rgba(21, 0, 0, 0.95) 66%,
            rgba(0, 0, 0, 0.98)
        );
    border-top: 8px solid #fff;
    border-right: 2px solid #8e0000;
    border-bottom: 2px solid #8e0000;
    border-left: 2px solid #8e0000;
    box-shadow:
        0 17px 36px rgba(0, 0, 0, 0.72),
        11px 11px 0 rgba(0, 0, 0, 0.48),
        inset 0 1px rgba(255, 255, 255, 0.12);
}

.digital-cover-story > span {
    position: relative;
    padding: 5px 17px;
    background: #fff;
    box-shadow: 5px 5px 0 #8d0000;
}

.digital-cover-story h1 {
    font-size: clamp(2.5rem, 6vw, 5.35rem);
    letter-spacing: 0.025em;
    text-shadow:
        0 3px 0 #000,
        0 7px 16px #000;
}

@media (max-width: 760px) {
    .digital-cover-masthead {
        top: 66px;
        right: 7px;
        left: 7px;
    }

    .digital-cover-issue {
        top: 174px;
        right: 14px;
    }

    .digital-cover-teaser {
        width: calc(50% - 14px);
        padding: 8px 7px 10px;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        left: 7px;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        right: 7px;
    }

    .digital-cover-teaser strong {
        font-size: clamp(0.83rem, 3.7vw, 1.14rem);
        -webkit-text-stroke: 0;
    }
}

@media (max-width: 500px) {
    .digital-magazine-cover {
        border-width: 6px;
    }

    .digital-cover-label {
        top: 13px;
        left: -8px;
    }

    .digital-cover-date {
        top: 53px;
    }

    .digital-cover-masthead {
        top: 78px;
    }

    .digital-cover-issue {
        top: 166px;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        top: 28%;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        top: 47%;
    }

    .digital-cover-teaser span {
        padding: 2px 5px;
        font-size: 0.48rem;
    }

    .digital-cover-teaser::after {
        height: 3px;
        margin-top: 6px;
    }

    .digital-cover-story {
        border-top-width: 5px;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.8rem, 8.4vw, 2.6rem);
    }
}


/* PRO WRESTLING 911 — FIVE-STORY COVER REBUILD — JULY 2026 */

/* =========================================================
   FINAL FIVE-STORY MAGAZINE COVER COMPOSITION
========================================================= */

.digital-magazine-cover {
    min-height: 0 !important;
    aspect-ratio: 8.5 / 11 !important;
}

.digital-cover-teaser {
    z-index: 8 !important;
    display: flex !important;
    width: 27% !important;
    height: 22% !important;
    padding: 7px;
    overflow: hidden;
    flex-direction: column;
    background: rgba(4, 4, 4, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-top: 5px solid #c40000;
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.78),
        6px 6px 0 rgba(126, 0, 0, 0.72);
    text-align: left;
    text-shadow: 0 2px 4px #000;
}

.digital-cover-teaser::after {
    display: none;
}

.digital-cover-teaser .digital-teaser-image {
    display: block;
    width: 100%;
    height: 46%;
    min-height: 0;
    margin: 0 0 7px;
    padding: 0;
    overflow: hidden;
    flex: 0 0 46%;
    background:
        radial-gradient(circle at center, #353535 0, #171717 62%, #050505 100%);
    border: 0;
}

.digital-cover-teaser .digital-teaser-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.25s ease;
}

.digital-cover-teaser:hover .digital-teaser-image img,
.digital-cover-teaser:focus-visible .digital-teaser-image img {
    transform: none;
}

.digital-cover-teaser .digital-teaser-image b {
    display: grid;
    height: 100%;
    place-items: center;
    color: #a90000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(1.7rem, 4vw, 3rem);
}

.digital-cover-teaser .digital-teaser-copy {
    display: flex;
    min-height: 0;
    margin: 0;
    padding: 0;
    flex: 1;
    flex-direction: column;
    background: transparent;
}

.digital-cover-teaser .digital-teaser-copy em {
    display: block;
    margin: 0 0 3px;
    color: #ff3d3d;
    font-size: clamp(0.48rem, 0.72vw, 0.66rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.15;
    text-transform: uppercase;
}

.digital-cover-teaser .digital-teaser-copy strong {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(0.92rem, 1.65vw, 1.45rem);
    font-style: italic;
    letter-spacing: 0.015em;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.digital-cover-teaser .digital-teaser-copy small {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #d7d7d7;
    font-size: clamp(0.55rem, 0.76vw, 0.69rem);
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.digital-cover-teaser-1,
.digital-cover-teaser-2 {
    left: 2.2%;
}

.digital-cover-teaser-3,
.digital-cover-teaser-4 {
    right: 2.2%;
    text-align: left;
}

.digital-cover-teaser-1,
.digital-cover-teaser-3 {
    top: 28%;
}

.digital-cover-teaser-2,
.digital-cover-teaser-4 {
    top: 52%;
}

.digital-cover-story {
    z-index: 9 !important;
    display: flex;
    right: 29% !important;
    bottom: 3% !important;
    left: 29% !important;
    width: auto;
    height: 66%;
    max-height: none !important;
    padding: 9px;
    overflow: hidden;
    flex-direction: column;
    background:
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.97) 0,
            rgba(20, 0, 0, 0.97) 58%,
            rgba(116, 0, 0, 0.98) 100%
        );
    border: 2px solid #970000;
    border-top: 8px solid #fff;
    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.82),
        10px 10px 0 rgba(128, 0, 0, 0.72),
        inset 0 0 30px rgba(255, 255, 255, 0.05);
}

.digital-cover-story > .digital-cover-story-image {
    display: block;
    position: relative;
    width: 100%;
    height: 53%;
    min-height: 0;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
    flex: 0 0 53%;
    background:
        radial-gradient(circle at center, #3b3b3b 0, #181818 62%, #050505 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.digital-cover-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.digital-cover-story-image b {
    display: grid;
    height: 100%;
    place-items: center;
    color: #a90000;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
}

.digital-cover-story > .digital-cover-story-copy {
    display: flex;
    position: relative;
    min-height: 0;
    margin: 0;
    padding: 0 8px 6px;
    flex: 1;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
}

.digital-cover-story-copy em {
    align-self: center;
    margin: 0 0 10px;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 4px 4px 0 #8d0000;
    color: #111;
    font-size: clamp(0.6rem, 0.82vw, 0.76rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-shadow: none;
    text-transform: uppercase;
}

.digital-cover-story h1 {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(1.75rem, 3.45vw, 3.25rem);
    line-height: 0.92;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.digital-cover-story p {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    font-size: clamp(0.66rem, 0.9vw, 0.84rem);
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 760px) {
    .digital-magazine-cover {
        min-height: 1120px !important;
        aspect-ratio: auto !important;
    }

    .digital-cover-teaser {
        width: calc(50% - 18px) !important;
        height: 250px !important;
        padding: 6px;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        left: 8px;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        right: 8px;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        top: 255px;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        top: 520px;
    }

    .digital-cover-teaser .digital-teaser-copy strong {
        font-family: Impact, "Arial Black", sans-serif;
        font-size: clamp(0.88rem, 3.2vw, 1.18rem);
    }

    .digital-cover-teaser .digital-teaser-copy small {
        font-size: clamp(0.55rem, 2.15vw, 0.68rem);
    }

    .digital-cover-story {
        right: 14px !important;
        bottom: 18px !important;
        left: 14px !important;
        height: 330px;
        max-height: none;
    }

    .digital-cover-story > .digital-cover-story-image {
        height: 48%;
        flex-basis: 48%;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.3rem, 5.2vw, 2.2rem);
    }

    .digital-cover-story p {
        display: -webkit-box;
        font-size: 0.7rem;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 500px) {
    .digital-magazine-cover {
        min-height: 1040px !important;
    }

    .digital-cover-teaser {
        width: calc(50% - 13px) !important;
        height: 225px !important;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        top: 230px;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        top: 468px;
    }

    .digital-cover-teaser .digital-teaser-image {
        height: 43%;
        flex-basis: 43%;
    }

    .digital-cover-teaser .digital-teaser-copy small {
        -webkit-line-clamp: 2;
    }

    .digital-cover-story {
        height: 320px;
        max-height: none;
    }
}
/* =========================================================
   REAL MAGAZINE COVER COMPOSITION V5
========================================================= */

.digital-magazine-cover {
    min-height: 0 !important;
    aspect-ratio: 8.5 / 11 !important;
}

.digital-cover-story {
    z-index: 7 !important;
    top: 26% !important;
    right: 33% !important;
    bottom: 2.5% !important;
    left: 2.5% !important;
    display: block;
    width: auto;
    height: auto;
    max-height: none !important;
    padding: 0;
    overflow: hidden;
    background: #050505;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-top: 7px solid #c20000;
    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.84),
        8px 8px 0 rgba(112, 0, 0, 0.7);
    text-align: left;
    transform: none;
}

.digital-cover-story:hover,
.digital-cover-story:focus-visible {
    background: #050505;
    transform: translateY(-3px);
}

.digital-cover-story > .digital-cover-story-image {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at 50% 35%, #3b3b3b 0, #171717 58%, #030303 100%);
    box-shadow: none;
}

.digital-cover-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.digital-cover-story > .digital-cover-story-copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-height: 42%;
    padding: clamp(48px, 7vw, 92px) clamp(16px, 2.2vw, 30px)
        clamp(17px, 2.5vw, 32px);
    background:
        linear-gradient(
            180deg,
            transparent 0,
            rgba(0, 0, 0, 0.78) 27%,
            rgba(0, 0, 0, 0.98) 100%
        );
    box-shadow: none;
}

.digital-cover-story-copy em {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 13px;
    background: #c50000;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.76);
    color: #fff;
    font-size: clamp(0.62rem, 0.85vw, 0.78rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.1;
    text-shadow: 0 2px 2px #000;
    text-transform: uppercase;
}

.digital-cover-story h1 {
    display: -webkit-box;
    max-width: none;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(2.25rem, 5.1vw, 4.75rem);
    letter-spacing: 0.01em;
    line-height: 0.88;
    text-align: left;
    text-shadow:
        0 4px 0 #000,
        0 8px 18px #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.digital-cover-story p {
    display: -webkit-box;
    max-width: 92%;
    margin: 12px 0 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(0.72rem, 1vw, 0.92rem);
    font-weight: 700;
    line-height: 1.32;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.digital-cover-teaser {
    z-index: 9 !important;
    right: 2.2% !important;
    left: auto !important;
    display: grid !important;
    width: 28.4% !important;
    height: 16.2% !important;
    padding: 6px;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 7px;
    background:
        linear-gradient(100deg, rgba(12, 12, 12, 0.98), rgba(0, 0, 0, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-top: 4px solid #b90000;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.82),
        5px 5px 0 rgba(112, 0, 0, 0.68);
    text-align: left;
    transform: none;
}

.digital-cover-teaser:hover,
.digital-cover-teaser:focus-visible,
.digital-cover-teaser-3:hover,
.digital-cover-teaser-3:focus-visible,
.digital-cover-teaser-4:hover,
.digital-cover-teaser-4:focus-visible {
    background: linear-gradient(100deg, #780000, #160000);
    transform: translateX(-4px);
}

.digital-cover-teaser-1 {
    top: 26% !important;
}

.digital-cover-teaser-2 {
    top: 43.5% !important;
}

.digital-cover-teaser-3 {
    top: 61% !important;
}

.digital-cover-teaser-4 {
    top: 78.5% !important;
}

.digital-cover-teaser .digital-teaser-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at center, #353535 0, #161616 65%, #030303 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.digital-cover-teaser .digital-teaser-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.digital-cover-teaser .digital-teaser-copy {
    display: flex;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 1px 0;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.digital-cover-teaser .digital-teaser-copy em {
    margin: 0 0 4px;
    color: #ffba2e;
    font-size: clamp(0.43rem, 0.58vw, 0.56rem);
    letter-spacing: 0.1em;
}

.digital-cover-teaser .digital-teaser-copy strong {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(0.7rem, 1.22vw, 1.08rem);
    line-height: 0.98;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);
    -webkit-text-stroke: 0;
    filter: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.digital-cover-teaser .digital-teaser-copy small {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #e4e4e4;
    font-size: clamp(0.46rem, 0.6vw, 0.58rem);
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 760px) {
    .digital-magazine-cover {
        min-height: 1420px !important;
        aspect-ratio: auto !important;
    }

    .digital-cover-story {
        top: 225px !important;
        right: 10px !important;
        bottom: auto !important;
        left: 10px !important;
        height: 650px;
    }

    .digital-cover-story > .digital-cover-story-copy {
        min-height: 40%;
    }

    .digital-cover-story h1 {
        font-size: clamp(2rem, 8vw, 3.7rem);
    }

    .digital-cover-teaser {
        width: calc(50% - 15px) !important;
        height: 245px !important;
        grid-template-columns: 1fr;
        grid-template-rows: 47% minmax(0, 1fr);
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        top: 890px !important;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        top: 1148px !important;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-3 {
        right: auto !important;
        left: 8px !important;
    }

    .digital-cover-teaser-2,
    .digital-cover-teaser-4 {
        right: 8px !important;
        left: auto !important;
    }

    .digital-cover-teaser .digital-teaser-copy strong {
        font-size: clamp(0.82rem, 3.1vw, 1.12rem);
    }

    .digital-cover-teaser .digital-teaser-copy small {
        font-size: clamp(0.55rem, 2vw, 0.68rem);
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 500px) {
    .digital-magazine-cover {
        min-height: 1340px !important;
    }

    .digital-cover-story {
        top: 210px !important;
        height: 600px;
    }

    .digital-cover-story > .digital-cover-story-copy {
        padding: 52px 15px 19px;
    }

    .digital-cover-story h1 {
        font-size: clamp(1.75rem, 8.2vw, 3rem);
    }

    .digital-cover-teaser {
        height: 245px !important;
    }

    .digital-cover-teaser-1,
    .digital-cover-teaser-2 {
        top: 825px !important;
    }

    .digital-cover-teaser-3,
    .digital-cover-teaser-4 {
        top: 1080px !important;
    }
}

html {
    scroll-behavior: smooth;
    background: #0b0b0b;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top,
            #202020 0,
            #111 360px,
            #0b0b0b 900px
        );
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ff4545;
}

button,
input,
textarea,
select {
    font: inherit;
}
