/* =========================================================
   HANPUNCH PROMOTION PROFILE
   Template: single-promotion.php
   ========================================================= */

/* ---------------------------------------------------------
   General promotion variables
   --------------------------------------------------------- */

.single-promotion {
    --hp-promotion-ink: #111111;
    --hp-promotion-muted: #686868;
    --hp-promotion-soft: #f4f3ef;
    --hp-promotion-line: #deddd8;
    --hp-promotion-card: #ffffff;
    --hp-promotion-dark: #121923;
    --hp-promotion-accent: #6fa3ff;
    --hp-promotion-navy: #0d131b;
    --hp-promotion-navy-2: #101824;
    --hp-promotion-navy-3: #10233e;
    --hp-promotion-radius: 4px;
}

.single-promotion .hp-container {
    width: min(1240px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

.hp-promotion-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 470px;
    padding: 76px 0 72px;
    background:
        linear-gradient(
            90deg,
            var(--hp-promotion-navy) 0%,
            var(--hp-promotion-navy-2) 58%,
            var(--hp-promotion-navy-3) 100%
        );
    color: #ffffff;
}

.hp-promotion-hero.has-background {
    background-image:
        linear-gradient(
            90deg,
            rgba(13, 19, 27, 0.97) 0%,
            rgba(16, 24, 36, 0.93) 52%,
            rgba(16, 35, 62, 0.88) 100%
        ),
        var(--hp-promotion-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hp-promotion-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(
            circle at 78% 42%,
            rgba(52, 104, 176, 0.16),
            transparent 42%
        );
}

.hp-promotion-hero.has-background .hp-promotion-hero-overlay {
    backdrop-filter: saturate(0.85);
}

.hp-promotion-hero-grid {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 335px;
    align-items: center;
    gap: 42px;
}

.hp-promotion-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    padding: 20px;
    overflow: hidden;
    background: rgba(9, 13, 19, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    box-shadow: none;
}

.hp-promotion-mark img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    object-fit: contain;
    background: #ffffff;
}

.hp-promotion-mark > span {
    color: #111111;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hp-promotion-heading {
    min-width: 0;
}

.hp-promotion-heading .hp-kicker {
    margin-bottom: 15px;
    color: var(--hp-promotion-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hp-promotion-heading h1 {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 800;
    line-height: 0.97;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.hp-promotion-native {
    margin-top: 14px;
    color: #d8e2ef;
    font-size: 19px;
    line-height: 1.4;
}

.hp-promotion-tagline {
    max-width: 680px;
    margin: 18px 0 0;
    color: #b8c4d3;
    font-size: 18px;
    line-height: 1.6;
}

.hp-promotion-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hp-promotion-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.hp-promotion-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
}

.hp-promotion-hero-links a {
    position: relative;
    color: var(--hp-promotion-accent);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
}

.hp-promotion-hero-links a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 1px;
    background: var(--hp-promotion-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.hp-promotion-hero-links a:hover::after,
.hp-promotion-hero-links a:focus-visible::after {
    transform: scaleX(1);
}

/* ---------------------------------------------------------
   Hero summary card
   --------------------------------------------------------- */

.hp-promotion-summary {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    color: #111111;
    box-shadow: none;
    backdrop-filter: none;
}

.hp-promotion-summary > small {
    margin-bottom: 11px;
    color: #0f4f96;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.hp-promotion-summary > strong {
    color: #111111;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.hp-promotion-summary > span {
    margin-top: 7px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.hp-promotion-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #dedfe3;
}

.hp-promotion-summary-grid > div {
    min-width: 0;
    padding: 12px 14px 12px 0;
}

.hp-promotion-summary-grid b {
    display: block;
    overflow-wrap: anywhere;
    color: #111111;
    font-size: 14px;
    line-height: 1.3;
}

.hp-promotion-summary-grid small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.09em;
    line-height: 1.25;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   Main profile layout
   --------------------------------------------------------- */

.hp-promotion-shell {
    display: grid;
    grid-template-columns: 315px minmax(0, 1fr);
    align-items: start;
    gap: 66px;
    padding-top: 72px;
    padding-bottom: 80px;
}

.hp-promotion-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 22px;
}

.hp-promotion-details,
.hp-promotion-quick-links {
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: var(--hp-promotion-card, #ffffff);
}

.hp-section-heading {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid var(--hp-promotion-line, #deddd8);
}

.hp-section-heading h2,
.hp-section-heading h3 {
    margin: 0;
    color: var(--hp-promotion-ink, #111111);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.hp-promotion-details dl,
.hp-promotion-contact-list {
    margin: 0;
}

.hp-promotion-details dl > div {
    display: grid;
    grid-template-columns: minmax(105px, 0.9fr) minmax(0, 1.2fr);
    gap: 15px;
    padding: 13px 20px;
    border-bottom: 1px solid #ecebe7;
}

.hp-promotion-details dl > div:last-child {
    border-bottom: 0;
}

.hp-promotion-details dt {
    color: var(--hp-promotion-muted, #686868);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
}

.hp-promotion-details dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--hp-promotion-ink, #111111);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    text-align: right;
}

.hp-promotion-quick-links {
    padding-bottom: 5px;
}

.hp-promotion-quick-links > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 20px;
    border-bottom: 1px solid #ecebe7;
    color: var(--hp-promotion-ink, #111111);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    transition:
        background-color 160ms ease,
        padding-left 160ms ease;
}

.hp-promotion-quick-links > a:last-child {
    border-bottom: 0;
}

.hp-promotion-quick-links > a:hover,
.hp-promotion-quick-links > a:focus-visible {
    padding-left: 24px;
    background: var(--hp-promotion-soft, #f4f3ef);
}

.hp-promotion-quick-links span {
    font-size: 15px;
}

/* ---------------------------------------------------------
   Editorial profile body
   --------------------------------------------------------- */

.hp-promotion-content {
    min-width: 0;
}

.hp-promotion-overview {
    padding: clamp(28px, 5vw, 58px);
    background: var(--hp-promotion-dark, #121212);
    color: #ffffff;
}

.hp-promotion-overview > small {
    display: block;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.hp-promotion-overview h2 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.hp-promotion-overview p,
.hp-promotion-overview li {
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.82;
}

.hp-promotion-overview p:first-of-type {
    font-size: 20px;
    line-height: 1.68;
}

.hp-promotion-overview p:last-child {
    margin-bottom: 0;
}

.hp-promotion-overview a {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 4px;
}

.hp-promotion-content-section {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 28px;
    padding: 54px 0;
    border-bottom: 1px solid var(--hp-promotion-line, #deddd8);
}

.hp-promotion-content-section > span {
    padding-top: 8px;
    color: #9c9c98;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.hp-promotion-content-section h2 {
    margin: 0 0 24px;
    color: var(--hp-promotion-ink, #111111);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.hp-promotion-content-section p,
.hp-promotion-content-section li {
    color: #333333;
    font-size: 16px;
    line-height: 1.85;
}

.hp-promotion-content-section p:last-child {
    margin-bottom: 0;
}

.hp-promotion-content-section ul,
.hp-promotion-content-section ol {
    padding-left: 1.25em;
}

/* ---------------------------------------------------------
   Shared full-width sections
   --------------------------------------------------------- */

.hp-promotion-section {
    padding-top: 72px;
    padding-bottom: 72px;
    border-top: 1px solid var(--hp-promotion-line, #deddd8);
}

.hp-promotion-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.hp-promotion-section-heading small {
    display: block;
    margin-bottom: 7px;
    color: var(--hp-promotion-muted, #686868);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.hp-promotion-section-heading h2 {
    margin: 0;
    color: var(--hp-promotion-ink, #111111);
    font-size: clamp(29px, 4vw, 45px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.hp-promotion-section-heading > a {
    flex: 0 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #a8a8a5;
    color: var(--hp-promotion-ink, #111111);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   Event cards
   --------------------------------------------------------- */

.hp-promotion-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hp-promotion-event-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.hp-promotion-event-card:hover,
.hp-promotion-event-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09);
}

.hp-promotion-event-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8e7e3;
}

.hp-promotion-event-image::after {
    content: "EVENT";
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    background: rgba(15, 15, 15, 0.88);
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.hp-promotion-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.hp-promotion-event-card:hover img {
    transform: scale(1.035);
}

.hp-promotion-event-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.hp-promotion-event-card-content small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hp-promotion-event-card-content h3 {
    margin: 10px 0 12px;
    color: var(--hp-promotion-ink, #111111);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.hp-promotion-event-card-content p {
    margin: auto 0 0;
    color: var(--hp-promotion-muted, #686868);
    font-size: 13px;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   Fighter cards
   --------------------------------------------------------- */

.hp-promotion-fighters-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hp-promotion-fighter-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.hp-promotion-fighter-card:hover,
.hp-promotion-fighter-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.09);
}

.hp-promotion-fighter-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e9e8e4;
}

.hp-promotion-fighter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 350ms ease;
}

.hp-promotion-fighter-card:hover img {
    transform: scale(1.035);
}

.hp-promotion-fighter-card > div:last-child {
    padding: 18px;
}

.hp-promotion-fighter-card small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hp-promotion-fighter-card h3 {
    margin: 8px 0 7px;
    color: var(--hp-promotion-ink, #111111);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.hp-promotion-fighter-card p {
    margin: 0;
    color: var(--hp-promotion-muted, #686868);
    font-size: 12px;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   Team cards
   --------------------------------------------------------- */

.hp-promotion-teams-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hp-promotion-team-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.hp-promotion-team-card:hover,
.hp-promotion-team-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.hp-promotion-team-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    padding: 14px;
    background: #f0efeb;
}

.hp-promotion-team-image img {
    width: 100%;
    height: 100%;
    max-height: 96px;
    object-fit: contain;
}

.hp-promotion-team-image span {
    color: #181818;
    font-size: 28px;
    font-weight: 850;
}

.hp-promotion-team-card > div:last-child {
    align-self: center;
    min-width: 0;
    padding: 18px;
}

.hp-promotion-team-card small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hp-promotion-team-card h3 {
    margin: 7px 0;
    color: var(--hp-promotion-ink, #111111);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.hp-promotion-team-card p {
    margin: 0;
    color: var(--hp-promotion-muted, #686868);
    font-size: 12px;
    line-height: 1.45;
}

/* ---------------------------------------------------------
   Contact and connect
   --------------------------------------------------------- */

.hp-promotion-contact-row {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
    gap: 24px;
    padding-top: 72px;
    padding-bottom: 72px;
    border-top: 1px solid var(--hp-promotion-line, #deddd8);
}

.hp-promotion-contact,
.hp-promotion-connect {
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
}

.hp-promotion-contact-body {
    display: grid;
    grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
    gap: 38px;
    padding: 32px;
}

.hp-promotion-contact-body > div > small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.hp-promotion-contact-body h3 {
    margin: 8px 0 12px;
    color: var(--hp-promotion-ink, #111111);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.hp-promotion-contact-body p {
    margin: 0;
    color: var(--hp-promotion-muted, #686868);
    font-size: 13px;
    line-height: 1.6;
}

.hp-promotion-contact-list > div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid #ecebe7;
}

.hp-promotion-contact-list > div:last-child {
    border-bottom: 0;
}

.hp-promotion-contact-list dt {
    color: var(--hp-promotion-muted, #686868);
    font-size: 11px;
    font-weight: 700;
}

.hp-promotion-contact-list dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--hp-promotion-ink, #111111);
    font-size: 12px;
    font-weight: 650;
    text-align: right;
}

.hp-promotion-connect {
    padding-bottom: 28px;
}

.hp-promotion-connect > p {
    margin: 24px 24px 18px;
    color: var(--hp-promotion-muted, #686868);
    font-size: 14px;
    line-height: 1.6;
}

.hp-promotion-connect-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 24px;
}

.hp-promotion-connect-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    color: var(--hp-promotion-ink, #111111);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
}

.hp-promotion-connect-links a:hover,
.hp-promotion-connect-links a:focus-visible {
    border-color: #151515;
    background: #151515;
    color: #ffffff;
}

/* ---------------------------------------------------------
   Related promotions
   --------------------------------------------------------- */

.hp-promotion-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hp-promotion-related-card {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.hp-promotion-related-card:hover,
.hp-promotion-related-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.hp-promotion-related-image {
    min-height: 132px;
    overflow: hidden;
    background: #eeeeea;
}

.hp-promotion-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.hp-promotion-related-card > div:last-child {
    align-self: center;
    min-width: 0;
    padding: 19px;
}

.hp-promotion-related-card small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hp-promotion-related-card h3 {
    margin: 7px 0;
    color: var(--hp-promotion-ink, #111111);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.hp-promotion-related-card p {
    margin: 0;
    color: var(--hp-promotion-muted, #686868);
    font-size: 12px;
    line-height: 1.45;
}

/* ---------------------------------------------------------
   Fallback article cards
   --------------------------------------------------------- */

.hp-promotion-article-card {
    overflow: hidden;
    border: 1px solid var(--hp-promotion-line, #deddd8);
    background: #ffffff;
}

.hp-promotion-article-card > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hp-promotion-article-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hp-promotion-article-card > a > div {
    padding: 20px;
}

.hp-promotion-article-card small {
    color: var(--hp-promotion-muted, #686868);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.hp-promotion-article-card h3 {
    margin: 9px 0 0;
    color: var(--hp-promotion-ink, #111111);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

/* ---------------------------------------------------------
   Empty-image safeguards
   --------------------------------------------------------- */

.hp-promotion-event-image:empty,
.hp-promotion-fighter-image:empty,
.hp-promotion-related-image:empty {
    background:
        linear-gradient(135deg, #e6e5e1 0%, #f5f4f1 100%);
}

/* ---------------------------------------------------------
   Accessibility
   --------------------------------------------------------- */

.hp-promotion-hero-links a:focus-visible,
.hp-promotion-quick-links a:focus-visible,
.hp-promotion-event-card:focus-visible,
.hp-promotion-fighter-card:focus-visible,
.hp-promotion-team-card:focus-visible,
.hp-promotion-related-card:focus-visible,
.hp-promotion-connect-links a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* ---------------------------------------------------------
   Responsive: medium desktop / tablet landscape
   --------------------------------------------------------- */

@media (max-width: 1100px) {
    .hp-promotion-hero-grid {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 32px;
    }

    .hp-promotion-mark {
        width: 140px;
        height: 140px;
    }

    .hp-promotion-summary {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
        align-items: center;
        gap: 25px;
    }

    .hp-promotion-summary-grid {
        margin-top: 0;
    }

    .hp-promotion-shell {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 42px;
    }

    .hp-promotion-events-grid,
    .hp-promotion-teams-grid,
    .hp-promotion-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-promotion-fighters-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ---------------------------------------------------------
   Responsive: tablet
   --------------------------------------------------------- */

@media (max-width: 820px) {
    .single-promotion .hp-container {
        width: min(100% - 30px, 1240px);
    }

    .hp-promotion-hero {
        min-height: auto;
        padding: 54px 0;
    }

    .hp-promotion-hero-grid {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 24px;
    }

    .hp-promotion-mark {
        width: 105px;
        height: 105px;
        padding: 14px;
    }

    .hp-promotion-heading h1 {
        font-size: clamp(35px, 8vw, 58px);
    }

    .hp-promotion-tagline {
        font-size: 16px;
    }

    .hp-promotion-summary {
        display: block;
        padding: 24px;
    }

    .hp-promotion-summary-grid {
        margin-top: 22px;
    }

    .hp-promotion-shell {
        display: flex;
        flex-direction: column;
        gap: 45px;
        padding-top: 50px;
        padding-bottom: 58px;
    }

    .hp-promotion-sidebar {
        position: static;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-promotion-content {
        width: 100%;
    }

    .hp-promotion-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hp-promotion-contact-row {
        grid-template-columns: 1fr;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hp-promotion-fighters-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ---------------------------------------------------------
   Responsive: mobile
   --------------------------------------------------------- */

@media (max-width: 600px) {
    .single-promotion .hp-container {
        width: min(100% - 24px, 1240px);
    }

    .hp-promotion-hero {
        padding: 38px 0 42px;
    }

    .hp-promotion-hero-grid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .hp-promotion-mark {
        width: 94px;
        height: 94px;
    }

    .hp-promotion-heading h1 {
        font-size: clamp(34px, 12vw, 49px);
        line-height: 0.99;
    }

    .hp-promotion-native {
        font-size: 16px;
    }

    .hp-promotion-tagline {
        margin-top: 14px;
        font-size: 15px;
    }

    .hp-promotion-chips {
        margin-top: 19px;
    }

    .hp-promotion-hero-links {
        gap: 11px 18px;
        margin-top: 22px;
    }

    .hp-promotion-summary {
        width: 100%;
    }

    .hp-promotion-summary-grid {
        grid-template-columns: 1fr;
    }

    .hp-promotion-shell {
        gap: 34px;
        padding-top: 38px;
        padding-bottom: 45px;
    }

    .hp-promotion-sidebar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hp-promotion-details dl > div {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .hp-promotion-overview {
        padding: 28px 23px;
    }

    .hp-promotion-overview h2 {
        margin-bottom: 20px;
        font-size: 31px;
    }

    .hp-promotion-overview p,
    .hp-promotion-overview li {
        font-size: 15px;
        line-height: 1.75;
    }

    .hp-promotion-overview p:first-of-type {
        font-size: 17px;
    }

    .hp-promotion-content-section {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 38px 0;
    }

    .hp-promotion-content-section > span {
        padding-top: 0;
    }

    .hp-promotion-content-section h2 {
        margin-bottom: 18px;
        font-size: 29px;
    }

    .hp-promotion-content-section p,
    .hp-promotion-content-section li {
        font-size: 15px;
        line-height: 1.75;
    }

    .hp-promotion-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .hp-promotion-section-heading {
        display: block;
        margin-bottom: 24px;
    }

    .hp-promotion-section-heading > a {
        display: inline-block;
        margin-top: 15px;
    }

    .hp-promotion-events-grid,
    .hp-promotion-fighters-grid,
    .hp-promotion-teams-grid,
    .hp-promotion-related-grid {
        grid-template-columns: 1fr;
    }

    .hp-promotion-team-card,
    .hp-promotion-related-card {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .hp-promotion-contact-row {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .hp-promotion-contact-body {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 24px;
    }

    .hp-promotion-contact-list > div {
        grid-template-columns: 115px minmax(0, 1fr);
    }
}

/* ---------------------------------------------------------
   Promotion hero alignment with Fighter and Team profiles
   --------------------------------------------------------- */

.hp-promotion-summary > small {
    color: #0f4f96;
}

.hp-promotion-summary > strong {
    color: #164f91;
}

.hp-promotion-summary-grid b {
    color: #111111;
}

.hp-promotion-summary-grid small {
    color: #667085;
}

.hp-promotion-mark > span {
    color: #ffffff;
}

.hp-promotion-hero.has-background .hp-promotion-hero-overlay {
    backdrop-filter: saturate(0.82);
}

/* Remove temporary template debugging banner if it still exists in markup. */
.single-promotion-template-active,
.hp-promotion-template-active,
.promotion-template-notice,
.template-debug-notice {
    display: none !important;
}