/* Shared illustrated headings for NWA's public sections. */
.nwa-page-hero {
    --hero-emblem-gold: #efc365;
    --hero-emblem-silver: #9eacc0;
    padding-block: clamp(68px, 7vw, 90px) clamp(50px, 5vw, 72px);
}

.nwa-page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 350px);
    min-height: 212px;
    align-items: center;
    gap: clamp(28px, 5vw, 76px);
}

.nwa-page-hero-copy {
    min-width: 0;
}

.nwa-page-hero-copy p {
    max-width: 650px;
    line-height: 1.6;
}

.page-hero-emblem {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    justify-self: end;
    overflow: visible;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .28));
}

.page-hero-emblem-primary {
    color: var(--hero-emblem-gold);
}

.page-hero-emblem-secondary {
    color: var(--hero-emblem-silver);
    opacity: .83;
}

.page-hero-emblem-detail {
    color: var(--hero-emblem-gold);
    opacity: .5;
}

.page-hero-emblem-wordmark {
    fill: var(--hero-emblem-gold);
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1px;
}

.nwa-page-hero--rankings {
    --hero-emblem-gold: #eec56d;
    --hero-emblem-silver: #a6b6cc;
}

.nwa-page-hero--events {
    --hero-emblem-gold: #edba65;
    --hero-emblem-silver: #a4b8cf;
}

.nwa-page-hero--champions {
    --hero-emblem-gold: #f3c969;
    --hero-emblem-silver: #b3c0cf;
}

.nwa-page-hero--tournaments {
    --hero-emblem-gold: #f2bf63;
    --hero-emblem-silver: #a5b5c9;
}

.nwa-page-hero--drafts {
    --hero-emblem-gold: #f2c66c;
    --hero-emblem-silver: #a2b2c8;
}

.nwa-page-hero--news {
    --hero-emblem-gold: #eac274;
    --hero-emblem-silver: #a7b8cd;
}

.nwa-page-hero--watch {
    --hero-emblem-gold: #f0c46a;
    --hero-emblem-silver: #a8b8cb;
}

@media (max-width: 900px) {
    .nwa-page-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(185px, 28vw);
        gap: 20px;
    }
}

@media (max-width: 640px), (max-width: 1000px) and (pointer: coarse) {
    .nwa-page-hero {
        padding-block: 66px 42px;
    }

    .nwa-page-hero-inner {
        display: block;
        min-height: 0;
    }

    .nwa-page-hero .page-hero-emblem {
        display: none;
    }
}
