.pressbox-home,
.pressbox-home * {
    box-sizing: border-box;
}

.pressbox-home {
    --pb-ink: #071225;
    --pb-blue: #0d2850;
    --pb-accent: #1769aa;
    --pb-pale: #eef4f8;
    --pb-line: #d8e0e7;
    --pb-muted: #667386;
    width: min(1180px, calc(100vw - 32px));
    max-width: none;
    margin: 24px 0 72px 50%;
    transform: translateX(-50%);
    color: var(--pb-ink);
    font-family: inherit;
}

.pressbox-home a {
    color: inherit;
    text-decoration: none;
}

.pressbox-home-hero,
.pressbox-home-empty-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #092044 0%, #101a2f 60%, #071225 100%);
    color: #fff;
}

.pressbox-home-hero__media {
    position: absolute;
    inset: -2px;
    background-position: center;
    background-size: cover;
}

.pressbox-home-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 13, 29, .96) 0%, rgba(4, 13, 29, .72) 45%, rgba(4, 13, 29, .18) 100%), linear-gradient(0deg, rgba(4, 13, 29, .75), transparent 55%);
}

.pressbox-home-hero__content,
.pressbox-home-empty-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: clamp(32px, 6vw, 72px);
}

.pressbox-home-hero__content {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    min-height: 520px;
}

.pressbox-home-hero__brand,
.pressbox-home-eyebrow,
.pressbox-home-hero__eyebrow,
.pressbox-home-event-card__eyebrow,
.pressbox-home-coverage-card__eyebrow {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.pressbox-home-hero__brand {
    margin-bottom: 16px;
    color: rgba(255,255,255,.78);
}

.pressbox-home-hero__eyebrow {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    color: #b9d8f2;
}

.pressbox-home-hero h1,
.pressbox-home-empty-hero h1 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(42px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -.045em;
    color: #fff;
}

.pressbox-home-empty-hero {
    min-height: 380px;
}

.pressbox-home-empty-hero p {
    max-width: 660px;
    margin: 20px 0 0;
    font-size: 18px;
    color: rgba(255,255,255,.78);
}

.pressbox-home-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    color: rgba(255,255,255,.83);
}

.pressbox-home-hero__meta span + span::before {
    content: "•";
    margin-right: 18px;
    color: #86b9dd;
}

.pressbox-home-hero__actions,
.pressbox-home-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pressbox-home-hero__actions {
    margin-top: 28px;
}

.pressbox-home-hero__actions a,
.pressbox-home-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    background: rgba(7,18,37,.45);
    backdrop-filter: blur(8px);
}

.pressbox-home-hero__actions a.is-primary,
.pressbox-home-primary-link {
    background: #fff;
    color: var(--pb-ink);
    border-color: #fff;
}

.pressbox-home-section {
    margin-top: clamp(52px, 7vw, 84px);
}

.pressbox-home-section__heading {
    margin-bottom: 22px;
}

.pressbox-home-section__heading--inline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.pressbox-home-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--pb-accent);
}

.pressbox-home-section h2 {
    margin: 0;
    font-size: clamp(29px, 3.5vw, 43px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.pressbox-home-text-link {
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    font-weight: 700;
    white-space: nowrap;
}

.pressbox-home-next__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
}

.pressbox-home-next-card {
    min-width: 0;
    border: 1px solid var(--pb-line);
    border-radius: 16px;
    background: #fff;
    scroll-snap-align: start;
}

.pressbox-home-next-card.is-live {
    border-color: #c62b37;
    box-shadow: inset 4px 0 0 #c62b37;
}

.pressbox-home-next-card a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 12px;
    min-height: 150px;
    padding: 18px;
}

.pressbox-home-next-card__date,
.pressbox-home-next-card__sport,
.pressbox-home-next-card__time {
    font-size: 12px;
    color: var(--pb-muted);
}

.pressbox-home-next-card__date {
    font-weight: 800;
    color: var(--pb-accent);
}

.pressbox-home-next-card__sport {
    text-align: right;
}

.pressbox-home-next-card strong {
    grid-column: 1 / -1;
    align-self: end;
    font-size: 18px;
    line-height: 1.15;
}

.pressbox-home-next-card__time {
    grid-column: 1 / -1;
}

.pressbox-home-coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pressbox-home-coverage-card {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 18px;
    background: #fff;
}

.pressbox-home-coverage-card__visual {
    position: relative;
    display: block;
    min-height: 290px;
    overflow: hidden;
    background: linear-gradient(135deg, #17345a, #071225);
}

.pressbox-home-coverage-card:first-child {
    grid-column: span 2;
}

.pressbox-home-coverage-card:first-child .pressbox-home-coverage-card__visual {
    min-height: 380px;
}

.pressbox-home-coverage-card__media,
.pressbox-home-media-card__image {
    position: absolute;
    inset: -2px;
    background-position: center;
    background-size: cover;
    transition: transform .25s ease;
}

.pressbox-home-coverage-card:hover .pressbox-home-coverage-card__media,
.pressbox-home-media-card:hover .pressbox-home-media-card__image {
    transform: scale(1.025);
}

.pressbox-home-coverage-card__shade,
.pressbox-home-media-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4,13,29,.93), rgba(4,13,29,.08) 70%);
}

.pressbox-home-coverage-card__content,
.pressbox-home-media-card__content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 22px;
    color: #fff;
}

.pressbox-home-coverage-card__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #b9d8f2;
}

.pressbox-home-coverage-card__content strong,
.pressbox-home-media-card__content strong {
    display: block;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.pressbox-home-card-actions {
    padding: 12px 14px;
    border-top: 1px solid var(--pb-line);
    background: #fff;
}

.pressbox-home-card-actions a {
    padding: 7px 11px;
    border: 1px solid var(--pb-line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.pressbox-home-results-upcoming {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
}

.pressbox-home-event-stack {
    display: grid;
    gap: 12px;
}

.pressbox-home-event-card {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 16px;
    background: #fff;
}

.pressbox-home-event-card__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 17px 18px 14px;
}

.pressbox-home-event-card__eyebrow {
    color: var(--pb-accent);
}

.pressbox-home-event-card h3 {
    margin: 5px 0 0;
    font-size: 19px;
    line-height: 1.15;
}

.pressbox-home-event-card__when {
    text-align: right;
    font-size: 12px;
    color: var(--pb-muted);
}

.pressbox-home-event-card__when strong,
.pressbox-home-event-card__when span {
    display: block;
}

.pressbox-home-event-card__results {
    padding: 0 18px 14px;
}

.pressbox-home-scoreboard {
    padding: 10px 0;
    border-top: 1px solid var(--pb-line);
}

.pressbox-home-scoreboard > div,
.pressbox-home-placement-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: baseline;
    line-height: 1.35;
}

.pressbox-home-scoreboard > div.is-winner {
    font-weight: 800;
}

.pressbox-home-scoreboard strong {
    font-size: 18px;
}

.pressbox-home-placement-result {
    padding: 10px 0;
    border-top: 1px solid var(--pb-line);
}

.pressbox-home-more-results {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 700;
    color: var(--pb-accent) !important;
}

.pressbox-home-event-card__venue {
    margin: 0;
    padding: 0 18px 14px;
    color: var(--pb-muted);
    font-size: 13px;
}

.pressbox-home-media-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pressbox-home-media-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 17px;
    background: linear-gradient(135deg, #17345a, #071225);
}

.pressbox-home-media-card > a {
    position: absolute;
    inset: 0;
}

.pressbox-home-media-card__content span,
.pressbox-home-media-card__content em {
    display: block;
}

.pressbox-home-media-card__content span {
    margin-bottom: 7px;
    color: #b9d8f2;
    font-size: 12px;
}

.pressbox-home-media-card__content strong {
    font-size: 22px;
}

.pressbox-home-media-card__content em {
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
}

.pressbox-home-featured-video__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr);
    overflow: hidden;
    border-radius: 20px;
    background: var(--pb-ink);
    color: #fff;
}

.pressbox-home-featured-video__player {
    min-width: 0;
    aspect-ratio: 16 / 9;
    background: #000;
}

.pressbox-home-featured-video__player iframe,
.pressbox-home-featured-video__player video {
    width: 100%;
    height: 100%;
}

.pressbox-home-featured-video__player .pressbox-home-media-card {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}

.pressbox-home-featured-video__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(26px, 4vw, 50px);
}

.pressbox-home-featured-video__details h3 {
    margin: 0 0 10px;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.02;
}

.pressbox-home-featured-video__details p {
    color: rgba(255,255,255,.7);
}

.pressbox-home-browse__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pressbox-home-browse__group {
    padding: 22px;
    border: 1px solid var(--pb-line);
    border-radius: 17px;
    background: var(--pb-pale);
}

.pressbox-home-browse__group h3 {
    margin: 0 0 14px;
    font-size: 19px;
}

.pressbox-home-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pressbox-home-chip-list a {
    padding: 8px 11px;
    border: 1px solid #cbd8e3;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.pressbox-home-sponsor {
    margin-top: 30px;
    padding: 18px;
    border: 1px solid var(--pb-line);
    border-radius: 14px;
    text-align: center;
    background: #fff;
}

@media (max-width: 900px) {
    .pressbox-home-coverage-grid,
    .pressbox-home-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pressbox-home-coverage-card:first-child {
        grid-column: span 2;
    }

    .pressbox-home-results-upcoming,
    .pressbox-home-featured-video__layout {
        grid-template-columns: 1fr;
    }

    .pressbox-home-browse__columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pressbox-home {
        width: min(100% - 20px, 1180px);
        margin-top: 10px;
    }

    .pressbox-home-hero,
    .pressbox-home-hero__content {
        min-height: 520px;
    }

    .pressbox-home-hero__shade {
        background: linear-gradient(0deg, rgba(4,13,29,.97) 0%, rgba(4,13,29,.48) 70%, rgba(4,13,29,.15) 100%);
    }

    .pressbox-home-hero__content,
    .pressbox-home-empty-hero {
        padding: 26px 22px;
    }

    .pressbox-home-hero h1,
    .pressbox-home-empty-hero h1 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .pressbox-home-hero__meta {
        display: grid;
        gap: 5px;
    }

    .pressbox-home-hero__meta span + span::before {
        display: none;
    }

    .pressbox-home-section__heading--inline {
        align-items: flex-start;
    }

    .pressbox-home-coverage-grid,
    .pressbox-home-media-grid {
        grid-template-columns: 1fr;
    }

    .pressbox-home-coverage-card:first-child {
        grid-column: auto;
    }

    .pressbox-home-coverage-card__visual,
    .pressbox-home-coverage-card:first-child .pressbox-home-coverage-card__visual {
        min-height: 300px;
    }

    .pressbox-home-event-card__top {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pressbox-home-event-card__when {
        display: flex;
        gap: 8px;
        text-align: left;
    }

    .pressbox-home-featured-video__details {
        padding: 26px 22px 32px;
    }
}

/* v0.13.1 — full-width homepage alignment and module balance */
body.pressbox-home-shortcode-page .wp-block-post-title,
body.pressbox-home-shortcode-page .entry-title,
body.pressbox-home-shortcode-page .page-title,
body.pressbox-home-shortcode-page header.entry-header {
    display: none !important;
}

body.pressbox-home-shortcode-page .entry-content,
body.pressbox-home-shortcode-page .wp-block-post-content {
    overflow: visible;
}

.pressbox-home {
    width: calc(100vw - 40px) !important;
    max-width: 1180px !important;
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-bottom: 72px !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
}

.pressbox-home-hero,
.pressbox-home-hero__content {
    min-height: clamp(520px, 58vw, 660px);
}

.pressbox-home-hero__content {
    width: min(820px, 100%);
}

.pressbox-home-section__heading {
    width: 100%;
}

.pressbox-home-section__heading--inline {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--pb-line);
}

.pressbox-home-next__rail {
    grid-auto-flow: row;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
}

.pressbox-home-next-card a {
    min-height: 164px;
}

.pressbox-home-results-upcoming {
    align-items: start;
    gap: clamp(28px, 4vw, 52px);
}

.pressbox-home-event-column {
    min-width: 0;
}

.pressbox-home-event-column .pressbox-home-section__heading {
    min-height: 92px;
}

.pressbox-home-media-grid--count-1 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pressbox-home-media-grid--count-1 .pressbox-home-media-card {
    min-height: 390px;
}

.pressbox-home-media-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pressbox-home-media-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pressbox-home-featured-video__layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr);
}

.pressbox-home a.pressbox-home-primary-link {
    color: var(--pb-ink);
}

.pressbox-home-featured-video__details .pressbox-home-primary-link {
    margin-top: 8px;
    white-space: normal;
    text-align: center;
}

.pressbox-home-browse__columns {
    align-items: stretch;
}

.pressbox-home-browse__group {
    min-width: 0;
}

.pressbox-home-chip-list a {
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
    .pressbox-home-next__rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .pressbox-home {
        width: calc(100vw - 28px) !important;
    }

    .pressbox-home-next__rail {
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-columns: minmax(230px, 70vw);
        overflow-x: auto;
        padding: 2px 2px 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .pressbox-home-event-column .pressbox-home-section__heading {
        min-height: 0;
    }

    .pressbox-home-media-grid--count-1,
    .pressbox-home-media-grid--count-2,
    .pressbox-home-media-grid--count-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pressbox-home-featured-video__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pressbox-home {
        width: calc(100vw - 20px) !important;
        margin-top: 10px !important;
    }

    .pressbox-home-hero,
    .pressbox-home-hero__content {
        min-height: 520px;
    }

    .pressbox-home-section__heading--inline {
        gap: 16px;
    }

    .pressbox-home-media-grid--count-1,
    .pressbox-home-media-grid--count-2,
    .pressbox-home-media-grid--count-3 {
        grid-template-columns: 1fr;
    }

    .pressbox-home-media-grid--count-1 .pressbox-home-media-card {
        min-height: 340px;
    }
}


/* v0.13.2 — dedicated homepage template shell
 * The shortcode now renders outside the theme's constrained article column.
 * Keep the component centered normally instead of translating it out of a
 * narrow parent that may clip overflow.
 */
body.pressbox-home-shortcode-page .pressbox-home-template {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 24px 0 0;
    overflow: visible;
}

body.pressbox-home-shortcode-page .pressbox-home-template .pressbox-home {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px !important;
    margin: 0 auto 72px !important;
    transform: none !important;
}

@media (max-width: 900px) {
    body.pressbox-home-shortcode-page .pressbox-home-template {
        padding-top: 18px;
    }

    body.pressbox-home-shortcode-page .pressbox-home-template .pressbox-home {
        width: calc(100% - 28px) !important;
    }
}

@media (max-width: 640px) {
    body.pressbox-home-shortcode-page .pressbox-home-template {
        padding-top: 10px;
    }

    body.pressbox-home-shortcode-page .pressbox-home-template .pressbox-home {
        width: calc(100% - 20px) !important;
        margin-bottom: 48px !important;
    }
}

/* v0.13.3 - media-first homepage composition and HCS brand refinement */
.pressbox-home {
    --pb-brand-navy: #0d1b2a;
    --pb-brand-blue: #2e6eb6;
    --pb-brand-sky: #8ec2e6;
    --pb-brand-black: #111111;
    --pb-brand-white: #ffffff;
    --pb-ink: var(--pb-brand-navy);
    --pb-blue: var(--pb-brand-navy);
    --pb-accent: var(--pb-brand-blue);
    --pb-pale: #f1f7fb;
}

.pressbox-home-hero,
.pressbox-home-hero__content {
    min-height: clamp(450px, 43vw, 560px);
}

.pressbox-home-hero__content {
    width: min(650px, 72%);
    padding: clamp(28px, 4.4vw, 52px);
}

.pressbox-home-hero__shade {
    background:
        linear-gradient(
            90deg,
            rgba(13, 27, 42, .96) 0%,
            rgba(13, 27, 42, .88) 22%,
            rgba(13, 27, 42, .58) 42%,
            rgba(13, 27, 42, .22) 58%,
            rgba(13, 27, 42, .05) 72%,
            rgba(13, 27, 42, 0) 84%
        ),
        linear-gradient(
            0deg,
            rgba(13, 27, 42, .66) 0%,
            rgba(13, 27, 42, .17) 38%,
            rgba(13, 27, 42, 0) 62%
        );
}

.pressbox-home-hero h1,
.pressbox-home-empty-hero h1 {
    max-width: 650px;
    font-size: clamp(38px, 4.9vw, 62px);
    line-height: 1;
    letter-spacing: -.04em;
}

.pressbox-home-hero__brand {
    margin-bottom: 12px;
}

.pressbox-home-hero__eyebrow {
    margin-bottom: 9px;
}

.pressbox-home-hero__meta {
    margin-top: 18px;
    font-size: 14px;
}

.pressbox-home-hero__actions {
    margin-top: 22px;
}

.pressbox-home-hero__actions a,
.pressbox-home-primary-link {
    min-height: 36px;
    padding: 7px 13px;
    font-size: 13px;
}

.pressbox-home-hero__actions a.is-primary {
    border-color: var(--pb-brand-blue);
    background: var(--pb-brand-blue);
    color: var(--pb-brand-white);
}

.pressbox-home-section__heading > .pressbox-home-eyebrow::before,
.pressbox-home-section__heading > div > .pressbox-home-eyebrow::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    margin: 0 10px 3px 0;
    background: var(--pb-brand-blue);
}

.pressbox-home-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .85fr);
    gap: clamp(28px, 3.6vw, 46px);
    align-items: start;
}

.pressbox-home-feature-grid__media,
.pressbox-home-feature-grid__schedule {
    min-width: 0;
}

.pressbox-home-feature-grid__schedule {
    display: grid;
    gap: 42px;
}

.pressbox-home-feature-grid .pressbox-home-panel {
    margin-top: 0;
}


.pressbox-home-feature-grid__media .pressbox-home-section__heading,
.pressbox-home-feature-grid__schedule .pressbox-home-section__heading {
    min-height: 0;
}

.pressbox-home-feature-grid .pressbox-home-section__heading--inline {
    min-height: 78px;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.pressbox-home-feature-grid__schedule .pressbox-home-section h2,
.pressbox-home-feature-grid__schedule h2 {
    font-size: clamp(27px, 2.6vw, 36px);
}

.pressbox-home-media-grid--photo-feature {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card {
    min-height: 220px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child {
    grid-column: 1 / -1;
    min-height: 390px;
}

.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-2 {
    grid-template-columns: 1fr;
}

.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-2 .pressbox-home-media-card,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-1 .pressbox-home-media-card {
    min-height: 330px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card__content {
    padding: 18px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card__content strong {
    font-size: 20px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child .pressbox-home-media-card__content {
    padding: 24px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child .pressbox-home-media-card__content strong {
    font-size: clamp(27px, 3vw, 38px);
}


.pressbox-home-feature-grid__schedule .pressbox-home-event-stack {
    gap: 10px;
}

.pressbox-home-feature-grid__schedule .pressbox-home-event-card__top {
    gap: 14px;
    padding: 15px 16px 12px;
}

.pressbox-home-feature-grid__schedule .pressbox-home-event-card h3 {
    font-size: 17px;
}

.pressbox-home-feature-grid__schedule .pressbox-home-event-card__results {
    padding-right: 16px;
    padding-left: 16px;
}

.pressbox-home-feature-grid__schedule .pressbox-home-card-actions {
    padding: 10px 12px;
}

@media (max-width: 1020px) {
    .pressbox-home-feature-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(310px, .9fr);
        gap: 28px;
    }

    .pressbox-home-media-grid--photo-feature {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child {
        grid-column: 1 / -1;
    }

    .pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-4 .pressbox-home-media-card:last-child {
        grid-column: 1 / -1;
        min-height: 250px;
    }
}

@media (max-width: 820px) {
    .pressbox-home-feature-grid {
        grid-template-columns: 1fr;
    }

    .pressbox-home-feature-grid__schedule {
        gap: 38px;
    }

    .pressbox-home-hero__content {
        width: min(650px, 86%);
    }
}

@media (max-width: 640px) {
    .pressbox-home-hero,
    .pressbox-home-hero__content {
        min-height: 480px;
    }

    .pressbox-home-hero__content {
        width: 100%;
        padding: 26px 22px;
    }

    .pressbox-home-hero__shade {
        background:
            linear-gradient(
                0deg,
                rgba(13, 27, 42, .97) 0%,
                rgba(13, 27, 42, .72) 48%,
                rgba(13, 27, 42, .18) 82%,
                rgba(13, 27, 42, .05) 100%
            );
    }

    .pressbox-home-hero h1,
    .pressbox-home-empty-hero h1 {
        font-size: clamp(35px, 11vw, 50px);
    }

    .pressbox-home-media-grid--photo-feature,
    .pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-3 {
        grid-template-columns: 1fr;
    }

    .pressbox-home-media-grid--photo-feature .pressbox-home-media-card,
    .pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child,
    .pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-4 .pressbox-home-media-card:last-child {
        grid-column: auto;
        min-height: 285px;
    }

    .pressbox-home-feature-grid .pressbox-home-section__heading--inline {
        min-height: 0;
    }
}

/* v0.20.1: keep the premium homepage sponsor visible without becoming a second hero. */
.pressbox-home-sponsor--homepage-presenting {
    margin-top: 18px !important;
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .pressbox-home-sponsor--homepage-presenting {
        margin-top: 14px !important;
    }
}

/* v0.20.3 — pair the Homepage presenter with Today & Next Up. */
.pressbox-home-next {
    margin-top: clamp(24px, 3vw, 34px);
}

.pressbox-home-next__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 52px);
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pb-line);
}

.pressbox-home-next__intro.has-sponsor {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

.pressbox-home-next__intro-copy {
    min-width: 0;
}

.pressbox-home-next__intro-copy h2 {
    margin-bottom: 8px;
}

.pressbox-home-next__intro-copy .pressbox-home-text-link {
    display: inline-block;
    font-size: 0.95rem;
}

.pressbox-home-next__intro .pressbox-home-sponsor--homepage-presenting {
    align-self: center;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: initial;
}

.pressbox-home-next__intro
.pressbox-sponsor-placement--homepage-presenting {
    margin: 0;
}

.pressbox-home-next__intro
.pressbox-sponsor-placement--homepage-presenting
.pressbox-sponsor-placement__grid {
    width: 100%;
    margin: 0;
}

.pressbox-home-next__intro
.pressbox-sponsor-placement--homepage-presenting
.pressbox-sponsor-card--exclusive {
    min-height: 100px;
    padding: 10px 16px;
    gap: 16px;
    border-radius: 14px;
    box-shadow: none;
}

/* Fallback when there are no upcoming Events: keep the presenter visible. */
.pressbox-home > .pressbox-home-sponsor--homepage-presenting {
    margin-top: 20px !important;
}

@media (max-width: 800px) {
    .pressbox-home-next__intro.has-sponsor {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .pressbox-home-next__intro
    .pressbox-sponsor-placement--homepage-presenting
    .pressbox-sponsor-card--exclusive {
        width: min(100%, 480px);
    }
}

@media (max-width: 640px) {
    .pressbox-home-next {
        margin-top: 20px;
    }

    .pressbox-home-next__intro {
        gap: 16px;
        margin-bottom: 18px;
        padding-bottom: 16px;
    }
}

/* v0.21.22: give every Latest Top Photos card equal editorial weight. */
.pressbox-home-media-grid--photo-feature,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-3,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-2 {
    grid-template-columns: 1fr;
    gap: 16px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card,
.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-4 .pressbox-home-media-card:last-child,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-2 .pressbox-home-media-card,
.pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-1 .pressbox-home-media-card {
    grid-column: auto;
    min-height: clamp(330px, 31vw, 410px);
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card__content,
.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child .pressbox-home-media-card__content {
    padding: 24px;
}

.pressbox-home-media-grid--photo-feature .pressbox-home-media-card__content strong,
.pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child .pressbox-home-media-card__content strong {
    font-size: clamp(25px, 2.5vw, 34px);
}

@media (max-width: 640px) {
    .pressbox-home-media-grid--photo-feature .pressbox-home-media-card,
    .pressbox-home-media-grid--photo-feature .pressbox-home-media-card:first-child,
    .pressbox-home-media-grid--photo-feature.pressbox-home-media-grid--count-4 .pressbox-home-media-card:last-child {
        min-height: 285px;
    }
}

