/* Final visual guardrails for the shared button class, header, and page titles. */

body.pa12-theme .gsp-button.pa12-button {
    display: inline-flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

body.pa12-theme .gsp-button--gold.pa12-button {
    border: 1px solid #df9400 !important;
    background: #df9400 !important;
    color: #17120b !important;
}

body.pa12-theme .gsp-button--gold.pa12-button:hover,
body.pa12-theme .gsp-button--gold.pa12-button:focus-visible {
    border-color: #f1c45b !important;
    background: #f1c45b !important;
    color: #17120b !important;
}

body.pa12-theme .gsp-button--line.pa12-button {
    border: 1px solid rgba(255, 255, 255, .58) !important;
    background: transparent !important;
    color: #fff !important;
}

body.pa12-theme .gsp-button--line.pa12-button:hover,
body.pa12-theme .gsp-button--line.pa12-button:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #17120b !important;
}

/* Shared class stays present, but utility controls keep their own visual job. */
body.pa12-theme .btn.btn-link.pa12-button,
body.pa12-theme .pa12-submenu-toggle.pa12-button,
body.pa12-theme .auth-modal-close.pa12-button,
body.pa12-theme .pa12-winner-modal__close.pa12-button {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

body.pa12-theme .btn.btn-link.pa12-button {
    display: inline-flex !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

body.pa12-theme .btn.btn-outline.pa12-button {
    border-color: rgba(23, 18, 11, .28) !important;
    background: transparent !important;
    color: #17120b !important;
    box-shadow: none !important;
}

body.pa12-theme .btn.btn-outline.pa12-button:hover,
body.pa12-theme .btn.btn-outline.pa12-button:focus-visible {
    border-color: #df9400 !important;
    background: #fff4d7 !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-slider-dots .pa12-button {
    width: 11px !important;
    min-width: 11px !important;
    height: 11px !important;
    min-height: 11px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .82) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.pa12-theme .pa12-slider-dots .pa12-button.is-active {
    border-color: #df9400 !important;
    background: #df9400 !important;
}

/* Parent links use the same hover treatment as their siblings and keep a small white arrow. */
body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-menu-link,
body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-menu-link::after {
    text-decoration: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-menu-link::after {
    display: none !important;
    content: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-submenu-toggle {
    color: #fff !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent__row {
    border-radius: 6px !important;
    background: transparent !important;
    transition: background-color 160ms ease, transform 160ms ease !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-menu-link,
body.pa12-theme.pa12-theme .pa12-menu-parent__row .pa12-submenu-toggle {
    background: transparent !important;
    transform: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent:hover > .pa12-menu-parent__row .pa12-menu-link,
body.pa12-theme.pa12-theme .pa12-menu-parent:focus-within > .pa12-menu-parent__row .pa12-menu-link {
    text-decoration: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent:hover > .pa12-menu-parent__row,
body.pa12-theme.pa12-theme .pa12-menu-parent:focus-within > .pa12-menu-parent__row {
    background: transparent !important;
    transform: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent:hover > .pa12-menu-parent__row .pa12-menu-link,
body.pa12-theme.pa12-theme .pa12-menu-parent:focus-within > .pa12-menu-parent__row .pa12-menu-link,
body.pa12-theme.pa12-theme .pa12-menu-parent.is-submenu-open > .pa12-menu-parent__row .pa12-menu-link {
    background: #df9400 !important;
    color: #17120b !important;
    transform: none !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent:hover > .pa12-menu-parent__row .pa12-submenu-toggle,
body.pa12-theme.pa12-theme .pa12-menu-parent:focus-within > .pa12-menu-parent__row .pa12-submenu-toggle {
    background: transparent !important;
    color: #fff !important;
}

body.pa12-theme.pa12-theme .pa12-menu-parent.is-submenu-open > .pa12-menu-parent__row {
    background: transparent !important;
}

/* Category pages use the same warm paper field as the other editorial pages. */
body.pa12-theme.pa12-theme .pa12-categories-page,
body.pa12-theme.pa12-theme .pa12-categories-page .pa12-categories-clean {
    background: #fcfbfa !important;
}

/* The hero pagination sits on the visual center line, clear of the footer rule. */
body.pa12-theme.pa12-theme .gsp-slider-dots {
    right: 50% !important;
    bottom: 30px !important;
    left: auto !important;
    margin: 0 !important;
    align-self: auto !important;
    transform: translateX(50%) !important;
}

body.pa12-theme.pa12-theme .gsp-slider-dots .pa12-button {
    width: 28px !important;
    min-width: 28px !important;
    height: 3px !important;
    min-height: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Books: a quiet editorial grid with the official Golden Shot covers as the signal. */
body.pa12-theme .pa12-books-page__content {
    background: #f8f6f1 !important;
}

body.pa12-theme .pa12-books-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    gap: 34px 80px;
    align-items: end;
    margin-bottom: 54px;
}

body.pa12-theme .pa12-books-intro .pa12-kicker {
    grid-column: 1 / -1;
    margin: 0;
    color: #a66c00 !important;
}

body.pa12-theme .pa12-books-intro h2 {
    max-width: 680px;
    margin: 0;
    color: #17120b;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .98;
}

body.pa12-theme .pa12-books-intro > p:last-child {
    max-width: 430px;
    margin: 0;
    color: #6c665d;
    font-size: 17px;
    line-height: 1.7;
}

body.pa12-theme .pa12-books-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

body.pa12-theme .pa12-book-card {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
    gap: 28px;
    padding: 22px;
    border: 1px solid rgba(23, 18, 11, .12);
    background: #fff;
    box-shadow: 0 20px 48px rgba(23, 18, 11, .08);
}

body.pa12-theme .pa12-book-card--featured {
    border-top: 4px solid #df9400;
}

body.pa12-theme .pa12-book-card__cover {
    overflow: hidden;
    aspect-ratio: 1 / 1.18;
    background: #e9e5dd;
}

body.pa12-theme .pa12-book-card__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease;
}

body.pa12-theme .pa12-book-card:hover .pa12-book-card__cover img {
    transform: scale(1.035);
}

body.pa12-theme .pa12-book-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

body.pa12-theme .pa12-book-card__body .pa12-kicker {
    margin: 0 0 14px;
    color: #a66c00 !important;
}

body.pa12-theme .pa12-book-card__body h2 {
    margin: 0 0 14px;
    color: #17120b;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1;
}

body.pa12-theme .pa12-book-card__body > p:not(.pa12-kicker) {
    margin: 0;
    color: #6c665d;
    font-size: 15px;
    line-height: 1.65;
}

body.pa12-theme .pa12-book-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body.pa12-theme .pa12-book-card__actions .pa12-button {
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
}

body.pa12-theme .pa12-page-closing {
    display: flow-root;
    margin: clamp(72px, 8vw, 120px) 0 !important;
    padding: 86px 0 92px;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .pa12-page-closing__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

body.pa12-theme .pa12-page-closing__head .pa12-kicker,
body.pa12-theme .pa12-page-closing__card .pa12-kicker {
    margin: 0 0 10px;
    color: #f1c45b !important;
}

body.pa12-theme .pa12-page-closing__head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 58px);
    line-height: .98;
}

body.pa12-theme .pa12-page-closing__head > .pa12-text-link,
body.pa12-theme .pa12-page-closing__card .pa12-text-link {
    color: #fff !important;
}

body.pa12-theme .pa12-page-closing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.pa12-theme .pa12-page-closing__card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
}

body.pa12-theme .pa12-page-closing__media {
    display: block;
    overflow: hidden;
    min-height: 150px;
}

body.pa12-theme .pa12-page-closing__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    transition: transform 360ms ease;
}

body.pa12-theme .pa12-page-closing__card:hover .pa12-page-closing__media img {
    transform: scale(1.04);
}

body.pa12-theme .pa12-page-closing__card h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
}

body.pa12-theme .pa12-page-closing__card h3 a {
    color: inherit;
    text-decoration: none;
}

body.pa12-theme .pa12-page-closing__next {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
    align-items: end;
    gap: 34px;
    margin-top: 62px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

body.pa12-theme .pa12-page-closing__next .pa12-kicker {
    margin: 0 0 10px;
    color: #f1c45b !important;
}

body.pa12-theme .pa12-page-closing__next h3 {
    max-width: 560px;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1;
}

body.pa12-theme .pa12-page-closing__next-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

body.pa12-theme .pa12-page-closing__next-actions .pa12-button {
    min-height: 46px !important;
    padding: 0 14px !important;
    font-size: 10px !important;
}

body.pa12-theme .pa12-page-closing__next-actions .pa12-button--outline {
    border-color: rgba(255, 255, 255, .56) !important;
    background: transparent !important;
    color: #fff !important;
}

body.pa12-theme .pa12-page-closing__next-actions .pa12-button--outline:hover,
body.pa12-theme .pa12-page-closing__next-actions .pa12-button--outline:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-page-closing__next-actions .pa12-button--line {
    border-color: #df9400 !important;
    background: #df9400 !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-page-closing__next-actions .pa12-button--line:hover,
body.pa12-theme .pa12-page-closing__next-actions .pa12-button--line:focus-visible {
    border-color: #f1c45b !important;
    background: #f1c45b !important;
    color: #17120b !important;
}

/* Interview actions need a solid foreground/background pairing. */
body.pa12-theme .pa12-interview-card__body .pa12-text-link,
body.pa12-theme .pa12-page-closing__card .pa12-text-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    border: 1px solid #df9400 !important;
    background: #df9400 !important;
    color: #17120b !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .1em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.pa12-theme .pa12-interview-card__body .pa12-text-link:hover,
body.pa12-theme .pa12-interview-card__body .pa12-text-link:focus-visible,
body.pa12-theme .pa12-page-closing__card .pa12-text-link:hover,
body.pa12-theme .pa12-page-closing__card .pa12-text-link:focus-visible {
    border-color: #f1c45b !important;
    background: #f1c45b !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-page-closing__empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.pa12-theme .pa12-page-closing__empty p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
}

@media (max-width: 900px) {
    body.pa12-theme .pa12-books-grid,
    body.pa12-theme .pa12-page-closing__grid {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .pa12-books-intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 620px) {
    body.pa12-theme.pa12-theme .gsp-slider-dots {
        right: 50% !important;
        bottom: 22px !important;
    }

    body.pa12-theme .pa12-book-card,
    body.pa12-theme .pa12-page-closing__card {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .pa12-book-card__cover {
        max-height: 360px;
    }

    body.pa12-theme .pa12-page-closing__head,
    body.pa12-theme .pa12-page-closing__empty,
    body.pa12-theme .pa12-page-closing__next {
        align-items: flex-start;
        flex-direction: column;
    }

    body.pa12-theme .pa12-page-closing__next {
        display: flex;
    }

    body.pa12-theme .pa12-page-closing__next-actions {
        justify-content: flex-start;
    }
}

/* The full desktop navigation does not need the mobile menu trigger. */
body.pa12-theme .pa12-footer-cta--standalone {
    position: relative;
    margin: clamp(76px, 9vw, 132px) 0 0 !important;
    border-top: 5px solid #df9400 !important;
    border-bottom: 1px solid rgba(23, 18, 11, .16) !important;
    background: #f1eadf !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-footer-cta--standalone::after {
    position: absolute;
    right: -24px;
    bottom: -42px;
    width: 240px;
    height: 104px;
    border-top: 1px solid rgba(223, 148, 0, .44);
    border-left: 1px solid rgba(223, 148, 0, .44);
    content: "";
    transform: rotate(-18deg);
    pointer-events: none;
}

body.pa12-theme .pa12-footer-cta--standalone .pa12-footer-kicker {
    margin: 0 0 12px;
    color: #a66c00 !important;
}

body.pa12-theme .pa12-footer-cta--standalone h2 {
    max-width: 760px;
    margin: 0;
    color: #17120b !important;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.03;
    text-transform: uppercase;
}

body.pa12-theme .pa12-footer-cta--standalone .pa12-footer-cta__button {
    border-color: #17120b !important;
    background: #17120b !important;
    color: #fff !important;
}

body.pa12-theme .pa12-footer-cta--standalone .pa12-footer-cta__button:hover,
body.pa12-theme .pa12-footer-cta--standalone .pa12-footer-cta__button:focus-visible {
    border-color: #df9400 !important;
    background: #df9400 !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-footer {
    margin-top: clamp(76px, 9vw, 132px) !important;
}

@media (max-width: 680px) {
    body.pa12-theme .pa12-footer-cta--standalone h2 {
        font-size: 38px;
    }
}

/* The full desktop navigation does not need the mobile menu trigger. */
@media (min-width: 861px) {
    body.pa12-theme .pa12-menu-toggle {
        display: none !important;
    }

    body.pa12-theme .pa12-header__inner {
        gap: 16px !important;
    }

    body.pa12-theme .pa12-brand {
        flex: 0 0 235px !important;
        width: 235px !important;
    }

    body.pa12-theme .pa12-brand img {
        width: 235px !important;
        max-width: 235px !important;
    }

    body.pa12-theme .pa12-nav {
        gap: 8px !important;
    }

    body.pa12-theme .pa12-menu {
        gap: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.pa12-theme .pa12-menu > li > a,
    body.pa12-theme .pa12-menu .pa12-menu-link {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 12px !important;
        letter-spacing: .035em !important;
    }

    body.pa12-theme .pa12-submenu-toggle {
        width: 24px !important;
    }
}

/* A stronger editorial title band gives every interior page a clear entry point. */
body.pa12-theme .pa12-page-head {
    position: relative !important;
    overflow: hidden !important;
    width: min(1180px, calc(100% - 44px)) !important;
    margin: 0 auto 58px !important;
    padding: 54px 56px 48px !important;
    border: 1px solid rgba(223, 148, 0, .38) !important;
    border-top: 5px solid #df9400 !important;
    background: linear-gradient(120deg, #17120b 0%, #2b200d 58%, #11100e 100%) !important;
    box-shadow: 12px 12px 0 rgba(223, 148, 0, .14) !important;
    text-align: left !important;
}

body.pa12-theme .pa12-inner-hero,
body.pa12-theme .pa12-page-hero {
    position: relative !important;
    overflow: hidden !important;
    padding: 56px 0 48px !important;
    border-bottom: 1px solid rgba(223, 148, 0, .42) !important;
    background: linear-gradient(120deg, #17120b 0%, #2b200d 58%, #11100e 100%) !important;
}

body.pa12-theme .pa12-inner-hero::after,
body.pa12-theme .pa12-page-hero::after {
    position: absolute;
    right: -30px;
    bottom: -72px;
    width: 300px;
    height: 170px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
    content: "";
    transform: rotate(-24deg);
    pointer-events: none;
}

body.pa12-theme .pa12-inner-hero__grid,
body.pa12-theme .pa12-page-hero > .pa12-shell {
    position: relative !important;
    z-index: 1 !important;
}

body.pa12-theme .pa12-inner-hero .pa12-kicker,
body.pa12-theme .pa12-page-hero .pa12-kicker {
    color: #f1c45b !important;
}

body.pa12-theme .pa12-inner-hero h1,
body.pa12-theme .pa12-page-hero h1 {
    color: #fff !important;
}

body.pa12-theme .pa12-inner-hero__grid > p,
body.pa12-theme .pa12-page-hero p:not(.pa12-kicker) {
    color: rgba(255, 255, 255, .76) !important;
}

/* Some information templates carry an extra wrapper with a stronger legacy rule. */
body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero {
    background: linear-gradient(120deg, #17120b 0%, #2b200d 58%, #11100e 100%) !important;
}

body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero h1 {
    color: #fff !important;
}

body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero .pa12-kicker {
    color: #f1c45b !important;
}

body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero__grid > p,
body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero p:not(.pa12-kicker) {
    color: rgba(255, 255, 255, .76) !important;
}

body.pa12-theme .pa12-page-head::after {
    position: absolute;
    right: -42px;
    bottom: -64px;
    width: 280px;
    height: 150px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 1px solid rgba(255, 255, 255, .22);
    content: "";
    transform: rotate(-24deg);
    pointer-events: none;
}

/* Show the official About logo at its natural ratio without cropping. */
body.pa12-theme .pa12-about-page-grid figure img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center;
}

body.pa12-theme .pa12-about-page-grid figcaption {
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-page-head h1 {
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(42px, 6vw, 78px) !important;
    letter-spacing: .035em !important;
    line-height: .96 !important;
}

body.pa12-theme .pa12-page-head p {
    position: relative !important;
    z-index: 1 !important;
    max-width: 760px !important;
    margin: 18px 0 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid rgba(223, 148, 0, .62) !important;
    border-bottom: 0 !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

@media (max-width: 700px) {
    body.pa12-theme .pa12-page-head {
        width: calc(100% - 28px) !important;
        margin-bottom: 34px !important;
        padding: 36px 24px 32px !important;
        box-shadow: 7px 7px 0 rgba(223, 148, 0, .14) !important;
    }

    body.pa12-theme .pa12-inner-hero,
    body.pa12-theme .pa12-page-hero {
        padding: 38px 0 34px !important;
    }

    body.pa12-theme .pa12-page-head h1 {
        font-size: clamp(36px, 12vw, 58px) !important;
    }

    body.pa12-theme .pa12-page-head p {
        font-size: 15px !important;
    }
}

/* Flat editorial title bands: no gradient behind page headings. */
body.pa12-theme.pa12-theme .pa12-inner-hero,
body.pa12-theme.pa12-theme .pa12-page-hero,
body.pa12-theme.pa12-theme .pa12-page-head,
body.pa12-theme.pa12-theme .pa12-info-page > .pa12-inner-hero,
body.pa12-theme.pa12-theme .pa12-jury-page .pa12-inner-hero {
    background: #17120b !important;
    background-image: none !important;
}

/* Keep the main navigation flush with its black surface. */
body.pa12-theme.pa12-theme .pa12-header {
    border: 0 !important;
}

/* Winners gallery: blue Honorable Mention badges and a black image viewer backdrop. */
body.pa12-theme .pa12-winner-card--blue {
    --pa12-rank-color: #1d78b5 !important;
    --pa12-rank-soft: #e5f3fc !important;
}

body.pa12-theme .pa12-winner-card__badge--blue {
    background: #1d78b5 !important;
    color: #fff !important;
}

body.pa12-theme .pa12-winner-modal[data-winner-modal].is-blue {
    --pa12-modal-rank: #1d78b5 !important;
    --pa12-modal-soft: #e5f3fc !important;
}

body.pa12-theme .pa12-winner-modal[data-winner-modal] .pa12-winner-modal__backdrop {
    background: rgba(0, 0, 0, .92) !important;
    background-image: none !important;
}

body.pa12-theme .pa12-winner-card--silver {
    --pa12-rank-color: #d9dee5 !important;
    --pa12-rank-soft: #f5f7fa !important;
}

body.pa12-theme .pa12-winner-card__badge--silver {
    background: #d9dee5 !important;
    color: #252a31 !important;
}

body.pa12-theme .pa12-winner-modal[data-winner-modal].is-silver {
    --pa12-modal-rank: #d9dee5 !important;
    --pa12-modal-soft: #f5f7fa !important;
}

body.pa12-theme .pa12-winner-modal.is-silver .pa12-winner-modal__status {
    color: #252a31 !important;
}

/* Animated media partner rail at the end of the homepage. */
body.pa12-theme .gsp-media-partners {
    overflow: hidden;
    padding: 112px 0 0;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .gsp-media-partners__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr);
    align-items: end;
    gap: 40px;
    padding-bottom: 58px;
}

body.pa12-theme .gsp-media-partners__intro .gsp-eyebrow {
    grid-column: 1 / -1;
    margin: 0 0 -24px;
    color: #f1c45b;
}

body.pa12-theme .gsp-media-partners__intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .9;
    text-transform: uppercase;
}

body.pa12-theme .gsp-media-partners__intro > p:last-child {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
    line-height: 1.65;
}

body.pa12-theme .gsp-media-marquee {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

body.pa12-theme .gsp-media-track {
    display: flex;
    width: max-content;
    animation: gsp-media-marquee 34s linear infinite;
    will-change: transform;
}

body.pa12-theme .gsp-media-track__group {
    display: flex;
}

body.pa12-theme .gsp-media-partner {
    display: grid;
    width: clamp(190px, 18vw, 260px);
    min-height: 142px;
    place-items: center;
    align-content: center;
    gap: 14px;
    padding: 22px 24px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .76);
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

body.pa12-theme .gsp-media-partner:hover,
body.pa12-theme .gsp-media-partner:focus-visible {
    background: rgba(241, 196, 91, .12);
    color: #f1c45b;
}

body.pa12-theme .gsp-media-partner img {
    width: auto;
    max-width: 156px;
    height: 46px;
    object-fit: contain;
    opacity: 1;
    transition: opacity 180ms ease;
}

body.pa12-theme .gsp-media-partner:hover img,
body.pa12-theme .gsp-media-partner:focus-visible img {
    opacity: 1;
}

body.pa12-theme .gsp-media-partner span {
    color: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.pa12-theme .gsp-media-marquee:hover .gsp-media-track,
body.pa12-theme .gsp-media-marquee:focus-within .gsp-media-track {
    animation-play-state: paused;
}

@keyframes gsp-media-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 720px) {
    body.pa12-theme .gsp-media-partners {
        padding-top: 78px;
    }

    body.pa12-theme .gsp-media-partners__intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 38px;
    }

    body.pa12-theme .gsp-media-partners__intro .gsp-eyebrow {
        margin: 0;
    }

    body.pa12-theme .gsp-media-partners__intro > p:last-child {
        max-width: 34ch;
    }

    body.pa12-theme .gsp-media-partner {
        width: 178px;
        min-height: 120px;
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .gsp-media-track {
        animation: none;
    }
}

/* Official Prize page: editorial content and original prize artwork. */
body.pa12-theme .pa12-prize-official-page {
    background: #f5f2eb;
}

body.pa12-theme .pa12-prize-official-page .pa12-inner-hero {
    background: #12100d;
}

body.pa12-theme .pa12-prize-official {
    padding: 96px 0 120px;
    background: #f5f2eb;
}

body.pa12-theme .pa12-prize-official__intro {
    max-width: 860px;
    margin: 0 auto 58px;
    text-align: center;
}

body.pa12-theme .pa12-prize-official__intro .pa12-kicker,
body.pa12-theme .pa12-prize-official__copy .pa12-kicker {
    color: #b97900;
    letter-spacing: .16em;
}

body.pa12-theme .pa12-prize-official__intro h2,
body.pa12-theme .pa12-prize-official__copy h2 {
    margin: 12px 0 20px;
    color: #17130e;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .98;
    letter-spacing: .01em;
}

body.pa12-theme .pa12-prize-official__intro > p:last-child {
    max-width: 720px;
    margin: 0 auto;
    color: #514a40;
    font-size: 18px;
    line-height: 1.75;
}

body.pa12-theme .pa12-prize-official__hero-media {
    max-width: 1040px;
    margin: 0 auto 112px;
    overflow: hidden;
    background: #17130e;
    border-top: 3px solid #d99a12;
}

body.pa12-theme .pa12-prize-official__hero-media img,
body.pa12-theme .pa12-prize-official__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

body.pa12-theme .pa12-prize-official__hero-media img {
    max-height: 560px;
}

body.pa12-theme .pa12-prize-official__content {
    max-width: 1180px;
    margin: 0 auto;
}

body.pa12-theme .pa12-prize-official__feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: clamp(40px, 7vw, 108px);
    align-items: center;
    padding: 92px 0;
    border-top: 1px solid rgba(23, 19, 14, .18);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) {
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media {
    order: -1;
}

body.pa12-theme .pa12-prize-official__copy p:not(.pa12-kicker) {
    max-width: 680px;
    margin: 0 0 18px;
    color: #514a40;
    font-size: 16px;
    line-height: 1.8;
}

body.pa12-theme .pa12-prize-official__copy h3 {
    margin: 0 0 18px;
    color: #2c241a;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

body.pa12-theme .pa12-prize-official__media {
    margin: 0;
    background: #17130e;
    border: 1px solid rgba(217, 154, 18, .56);
    box-shadow: 18px 18px 0 rgba(217, 154, 18, .14);
}

body.pa12-theme .pa12-prize-official__feature--certificate .pa12-prize-official__media,
body.pa12-theme .pa12-prize-official__feature--book .pa12-prize-official__media {
    background: #fffdf8;
}

body.pa12-theme .pa12-prize-official__feature--certificate .pa12-prize-official__media img,
body.pa12-theme .pa12-prize-official__feature--book .pa12-prize-official__media img {
    padding: 18px;
}

body.pa12-theme .pa12-prize-official__feature--cash .pa12-prize-official__media img,
body.pa12-theme .pa12-prize-official__feature--category .pa12-prize-official__media img {
    max-height: 520px;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official {
        padding: 68px 0 84px;
    }

    body.pa12-theme .pa12-prize-official__intro {
        margin-bottom: 40px;
        text-align: left;
    }

    body.pa12-theme .pa12-prize-official__intro h2,
    body.pa12-theme .pa12-prize-official__copy h2 {
        font-size: 36px;
    }

    body.pa12-theme .pa12-prize-official__intro > p:last-child {
        font-size: 16px;
    }

    body.pa12-theme .pa12-prize-official__hero-media {
        margin-bottom: 58px;
    }

    body.pa12-theme .pa12-prize-official__feature,
    body.pa12-theme .pa12-prize-official__feature:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 62px 0;
    }

    body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media {
        order: 0;
    }

    body.pa12-theme .pa12-prize-official__media {
        box-shadow: 10px 10px 0 rgba(217, 154, 18, .14);
    }
}

/* Premium motion layer: a quiet reveal rhythm for editorial sections and card grids. */
body.pa12-theme .pa12-scroll-reveal {
    opacity: 0;
    transform: translate3d(var(--pa12-reveal-x, 0px), 14px, 0);
    transition: opacity 680ms cubic-bezier(.22, 1, .36, 1), transform 680ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--pa12-reveal-delay, 0ms);
}

body.pa12-theme .pa12-scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
}

body.pa12-theme .gsp-category-list__item,
body.pa12-theme .gsp-curated-card,
body.pa12-theme .gsp-news-card,
body.pa12-theme .pa12-interview-card,
body.pa12-theme .gsp-juror-card,
body.pa12-theme .gsp-timeline-list > div {
    will-change: transform;
}

body.pa12-theme .gsp-category-list__item:active,
body.pa12-theme .gsp-button:active,
body.pa12-theme .pa12-button:active {
    transform: translateY(1px) scale(.985);
}

/* Interview archive pagination follows the official 15-item archive rhythm. */
body.pa12-theme .pa12-interviews-pagination {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

body.pa12-theme .pa12-interviews-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pa12-theme .pa12-interviews-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

body.pa12-theme .pa12-interviews-pagination .page-numbers a,
body.pa12-theme .pa12-interviews-pagination .page-numbers span {
    display: inline-grid;
    min-width: 40px;
    height: 38px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid rgba(17, 17, 17, .18);
    color: #17120b;
    background: #fffdf8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.pa12-theme .pa12-interviews-pagination .page-numbers a:hover,
body.pa12-theme .pa12-interviews-pagination .page-numbers a:focus-visible,
body.pa12-theme .pa12-interviews-pagination .page-numbers .current {
    border-color: var(--gsp-gold, #df9400);
    color: #17120b;
    background: var(--gsp-gold, #df9400);
}

body.pa12-theme .pa12-interviews-pagination .page-numbers a:active {
    transform: translateY(1px);
}

body.pa12-theme .pa12-interviews-pagination .page-numbers .dots {
    min-width: 24px;
    padding: 0;
    border-color: transparent;
    background: transparent;
}

@media (max-width: 640px) {
    body.pa12-theme .pa12-interviews-pagination {
        margin-top: 40px;
    }

    body.pa12-theme .pa12-interviews-pagination .page-numbers {
        gap: 6px;
    }

    body.pa12-theme .pa12-interviews-pagination .page-numbers a,
    body.pa12-theme .pa12-interviews-pagination .page-numbers span {
        min-width: 36px;
        height: 36px;
        padding: 0 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .pa12-scroll-reveal,
    body.pa12-theme .pa12-scroll-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none !important;
    }

    body.pa12-theme .gsp-category-list__item,
    body.pa12-theme .gsp-curated-card,
    body.pa12-theme .gsp-news-card,
    body.pa12-theme .pa12-interview-card,
    body.pa12-theme .gsp-juror-card,
    body.pa12-theme .gsp-timeline-list > div {
        will-change: auto;
    }
}

/* The home index mirrors the full 16-category archive with image-led tiles. */
body.pa12-theme .gsp-categories .gsp-category-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    border: 0 !important;
}

body.pa12-theme .gsp-categories .gsp-category-list__item {
    position: relative;
    display: flex !important;
    min-height: 286px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 18px !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: #fff !important;
    background: #17120b !important;
    isolation: isolate;
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease !important;
}

body.pa12-theme .gsp-categories .gsp-category-list__item::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(10, 9, 7, .04) 28%, rgba(10, 9, 7, .88) 100%);
}

body.pa12-theme .gsp-categories .gsp-category-list__item:hover,
body.pa12-theme .gsp-categories .gsp-category-list__item:focus-visible {
    border-color: var(--gsp-gold) !important;
    box-shadow: 0 16px 32px rgba(23, 18, 11, .2);
    transform: translateY(-5px);
}

body.pa12-theme .gsp-categories .gsp-category-list__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    display: block !important;
    overflow: hidden;
}

body.pa12-theme .gsp-categories .gsp-category-list__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .82;
    filter: saturate(.76) contrast(1.06);
    transition: transform 600ms cubic-bezier(.22, 1, .36, 1), filter 300ms ease, opacity 300ms ease;
}

body.pa12-theme .gsp-categories .gsp-category-list__item:hover .gsp-category-list__media img,
body.pa12-theme .gsp-categories .gsp-category-list__item:focus-visible .gsp-category-list__media img {
    opacity: 1;
    filter: saturate(1) contrast(1.06);
    transform: scale(1.07);
}

body.pa12-theme .gsp-categories .gsp-category-list__number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid !important;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .1em;
}

body.pa12-theme .gsp-categories .gsp-category-list__content {
    position: relative;
    z-index: 1;
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    padding-right: 22px;
}

body.pa12-theme .gsp-categories .gsp-category-list__content small {
    color: var(--gsp-gold) !important;
    font-size: 9px !important;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
}

body.pa12-theme .gsp-categories .gsp-category-list__content strong {
    color: #fff !important;
    font-size: clamp(16px, 1.4vw, 22px) !important;
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

body.pa12-theme .gsp-categories .gsp-category-list__item > i {
    position: absolute;
    right: 16px;
    bottom: 17px;
    color: var(--gsp-gold) !important;
    font-size: 19px !important;
    font-style: normal;
    line-height: 1;
}

@media (max-width: 1080px) {
    body.pa12-theme .gsp-categories .gsp-category-list { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-categories .gsp-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
    body.pa12-theme .gsp-categories .gsp-category-list__item { min-height: 230px; padding: 14px !important; }
    body.pa12-theme .gsp-categories .gsp-category-list__number { top: 12px; left: 12px; }
    body.pa12-theme .gsp-categories .gsp-category-list__item > i { right: 13px; bottom: 14px; }
}

@media (max-width: 480px) {
    body.pa12-theme .gsp-categories .gsp-category-list { grid-template-columns: 1fr !important; }
    body.pa12-theme .gsp-categories .gsp-category-list__item { min-height: 250px; }
}

/* Entry Fee: turn the note and action into a clearer two-column decision point. */
body.pa12-theme.pa12-theme .pa12-fee-page .pa12-page-cta--entry {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr);
    align-items: center;
    gap: 42px;
    min-height: 190px;
    margin-top: 52px !important;
    padding: 30px 34px !important;
    border: 1px solid rgba(223, 148, 0, .32) !important;
    border-left: 5px solid #df9400 !important;
    background: #17120b !important;
    box-shadow: 14px 14px 0 rgba(223, 148, 0, .12) !important;
    animation: pa12-soft-rise 700ms cubic-bezier(.22, 1, .36, 1) .12s both;
}

body.pa12-theme .pa12-page-cta--entry .pa12-page-cta__copy {
    min-width: 0;
}

body.pa12-theme .pa12-page-cta--entry .pa12-kicker {
    margin: 0 0 13px !important;
    color: #f1c45b !important;
}

body.pa12-theme .pa12-page-cta--entry h2 {
    max-width: 760px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(22px, 2.35vw, 36px) !important;
    font-weight: 700;
    line-height: 1.12;
}

body.pa12-theme .pa12-page-cta--entry .pa12-page-cta__action {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 13px;
}

body.pa12-theme .pa12-page-cta--entry .pa12-page-cta__meta {
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-page-cta--entry .pa12-button {
    min-width: 205px !important;
    min-height: 54px !important;
    justify-content: space-between !important;
    border-color: #df9400 !important;
    background: #df9400 !important;
    color: #17120b !important;
}

body.pa12-theme .pa12-page-cta--entry .pa12-button:hover,
body.pa12-theme .pa12-page-cta--entry .pa12-button:focus-visible {
    border-color: #f1c45b !important;
    background: #f1c45b !important;
    color: #17120b !important;
}

/* Category grid: taller editorial cards with a deliberate entrance rhythm. */
body.pa12-theme.pa12-theme .pa12-categories-page .pa12-category-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.pa12-theme.pa12-theme .pa12-categories-page .pa12-category-card {
    aspect-ratio: 4 / 5 !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 34px rgba(23, 18, 11, .1) !important;
    animation: pa12-category-enter 720ms cubic-bezier(.22, 1, .36, 1) both;
    will-change: transform;
}

body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(2) { animation-delay: 70ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(3) { animation-delay: 140ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(4) { animation-delay: 210ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(5) { animation-delay: 280ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(6) { animation-delay: 350ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(7) { animation-delay: 420ms; }
body.pa12-theme .pa12-categories-page .pa12-category-card:nth-child(8) { animation-delay: 490ms; }

body.pa12-theme .pa12-categories-page .pa12-category-card__number {
    width: 38px !important;
    height: 38px !important;
    border-color: rgba(255, 255, 255, .64) !important;
    background: rgba(23, 18, 11, .76) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

body.pa12-theme .pa12-categories-page .pa12-category-card__arrow {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .56);
    background: rgba(23, 18, 11, .58);
    color: #fff;
    transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

body.pa12-theme .pa12-categories-page .pa12-category-card:hover .pa12-category-card__number,
body.pa12-theme .pa12-categories-page .pa12-category-card:focus-within .pa12-category-card__number {
    border-color: #df9400 !important;
    background: #df9400 !important;
    color: #17120b;
    transform: translateY(-2px);
}

body.pa12-theme .pa12-categories-page .pa12-category-card:hover .pa12-category-card__arrow,
body.pa12-theme .pa12-categories-page .pa12-category-card:focus-within .pa12-category-card__arrow {
    border-color: #df9400;
    background: #df9400;
    color: #17120b;
    transform: translateY(-2px) rotate(-4deg);
}

@keyframes pa12-soft-rise {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pa12-category-enter {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    body.pa12-theme.pa12-theme .pa12-categories-page .pa12-category-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    body.pa12-theme.pa12-theme .pa12-fee-page .pa12-page-cta--entry {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 26px 22px !important;
    }

    body.pa12-theme .pa12-page-cta--entry .pa12-page-cta__action {
        align-items: flex-start;
    }

    body.pa12-theme.pa12-theme .pa12-categories-page .pa12-category-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    body.pa12-theme.pa12-theme .pa12-categories-page .pa12-category-card-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .pa12-page-cta--entry,
    body.pa12-theme .pa12-categories-page .pa12-category-card {
        animation: none !important;
        transform: none !important;
    }
}

/* Full Entry Fee redesign. */
body.pa12-theme .pa12-fee-redesign {
    overflow: hidden;
    background: #fcfbfa;
}

body.pa12-theme .pa12-fee-redesign__hero {
    position: relative;
    overflow: hidden;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .pa12-fee-redesign__hero::after {
    position: absolute;
    right: -42px;
    bottom: -76px;
    width: 320px;
    height: 190px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 1px solid rgba(255, 255, 255, .22);
    content: "";
    transform: rotate(-22deg);
    pointer-events: none;
}

body.pa12-theme .pa12-fee-redesign__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .52fr);
    align-items: end;
    gap: 52px;
    min-height: 253px;
    padding-top: 80px;
    padding-bottom: 52px;
}

body.pa12-theme .pa12-fee-redesign__hero-copy {
    animation: pa12-fee-copy-in 720ms cubic-bezier(.22, 1, .36, 1) both;
}

body.pa12-theme .pa12-fee-redesign__hero-copy .pa12-kicker,
body.pa12-theme .pa12-fee-redesign__hero-note > span,
body.pa12-theme .pa12-fee-redesign__hero-note strong {
    color: #f1c45b;
}

body.pa12-theme .pa12-fee-redesign__hero-copy .pa12-kicker {
    margin: 0 0 6px;
}

body.pa12-theme .pa12-fee-redesign__hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.4vw, 72px);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: .96;
    text-transform: uppercase;
}

body.pa12-theme .pa12-fee-redesign__hero-lede {
    max-width: 520px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
}

body.pa12-theme .pa12-fee-redesign__hero-note {
    display: grid;
    gap: 8px;
    padding: 0 0 0 26px;
    border-left: 1px solid rgba(241, 196, 91, .56);
    animation: pa12-fee-copy-in 720ms cubic-bezier(.22, 1, .36, 1) 130ms both;
}

body.pa12-theme .pa12-fee-redesign__hero-note > span,
body.pa12-theme .pa12-fee-redesign__hero-note strong {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-fee-redesign__hero-note strong {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 1;
}

body.pa12-theme .pa12-fee-redesign__hero-note p {
    max-width: 280px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
    line-height: 1.55;
}

body.pa12-theme .pa12-fee-redesign__pricing,
body.pa12-theme .pa12-fee-redesign__collection {
    padding: 96px 0 104px;
    background: #fcfbfa;
}

body.pa12-theme .pa12-fee-redesign__section-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .54fr);
    align-items: end;
    gap: 52px;
    margin-bottom: 44px;
}

body.pa12-theme .pa12-fee-redesign__section-intro .pa12-kicker {
    margin: 0 0 12px;
    color: #a66c00;
}

body.pa12-theme .pa12-fee-redesign__section-intro h2 {
    max-width: 700px;
    margin: 0;
    color: #17120b;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .98;
}

body.pa12-theme .pa12-fee-redesign__section-intro > p {
    max-width: 380px;
    margin: 0;
    color: #6c665d;
    font-size: 16px;
    line-height: 1.7;
}

body.pa12-theme .pa12-fee-redesign__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.pa12-theme .pa12-fee-redesign__card {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 24px;
    border: 0;
    border-top: 1px solid rgba(23, 18, 11, .22);
    background: transparent;
    box-shadow: none;
    animation: pa12-fee-card-in 720ms cubic-bezier(.22, 1, .36, 1) var(--fee-card-delay) both;
    transition: border-color 240ms ease, transform 240ms ease;
}

body.pa12-theme .pa12-fee-redesign__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #df9400;
    content: "";
}

body.pa12-theme .pa12-fee-redesign__card:nth-child(2)::before { background: #c69d5b; }
body.pa12-theme .pa12-fee-redesign__card:nth-child(3)::before { background: #2b9f9a; }

body.pa12-theme .pa12-fee-redesign__card:hover,
body.pa12-theme .pa12-fee-redesign__card:focus-within {
    border-top-color: #df9400;
    transform: translateY(-7px);
}

body.pa12-theme .pa12-fee-redesign__card + .pa12-fee-redesign__card {
    border-left: 1px solid rgba(23, 18, 11, .12);
}

body.pa12-theme .pa12-fee-redesign__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.pa12-theme .pa12-fee-redesign__card-index {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(223, 148, 0, .42);
    border-radius: 50%;
    color: #a66c00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

body.pa12-theme .pa12-fee-redesign__card-type {
    color: #9d9488;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-align: right;
    text-transform: uppercase;
}

body.pa12-theme .pa12-fee-redesign__card h3 {
    max-width: 250px;
    margin: 56px 0 14px;
    color: #17120b;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: .98;
    text-transform: uppercase;
}

body.pa12-theme .pa12-fee-redesign__card > p {
    max-width: 280px;
    margin: 0;
    color: #6c665d;
    font-size: 14px;
    line-height: 1.6;
}

body.pa12-theme .pa12-fee-redesign__card-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: auto;
    padding-top: 34px;
}

body.pa12-theme .pa12-fee-redesign__card-price span {
    color: #a66c00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

body.pa12-theme .pa12-fee-redesign__card-price strong {
    color: #df9400;
    font-size: clamp(42px, 4.3vw, 64px);
    line-height: .88;
}

body.pa12-theme .pa12-fee-redesign__steps {
    padding: 96px 0 104px;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .pa12-fee-redesign__section-intro--light h2,
body.pa12-theme .pa12-fee-redesign__section-intro--light > p {
    color: #fff;
}

body.pa12-theme .pa12-fee-redesign__section-intro--light > p {
    color: rgba(255, 255, 255, .68);
}

body.pa12-theme .pa12-fee-redesign__section-intro--light .pa12-kicker {
    color: #f1c45b;
}

body.pa12-theme .pa12-fee-redesign__step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pa12-theme .pa12-fee-redesign__step {
    min-height: 210px;
    padding: 26px 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    animation: pa12-fee-card-in 720ms cubic-bezier(.22, 1, .36, 1) both;
}

body.pa12-theme .pa12-fee-redesign__step + .pa12-fee-redesign__step {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

body.pa12-theme .pa12-fee-redesign__step:nth-child(2) { animation-delay: 100ms; }
body.pa12-theme .pa12-fee-redesign__step:nth-child(3) { animation-delay: 200ms; }

body.pa12-theme .pa12-fee-redesign__step > span {
    color: #f1c45b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

body.pa12-theme .pa12-fee-redesign__step h3 {
    margin: 34px 0 12px;
    color: #fff;
    font-size: 23px;
    line-height: 1.05;
}

body.pa12-theme .pa12-fee-redesign__step p {
    max-width: 270px;
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.6;
}

body.pa12-theme .pa12-fee-redesign__collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.pa12-theme .pa12-fee-redesign__collection-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    margin: 0;
    background: #17120b;
    animation: pa12-fee-card-in 720ms cubic-bezier(.22, 1, .36, 1) var(--fee-card-delay) both;
}

body.pa12-theme .pa12-fee-redesign__collection-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78) contrast(1.04);
    transition: filter 360ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

body.pa12-theme .pa12-fee-redesign__collection-card:hover img {
    filter: saturate(1) contrast(1.06);
    transform: scale(1.06);
}

body.pa12-theme .pa12-fee-redesign__collection-card figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: grid;
    gap: 5px;
    padding-top: 52px;
    color: #fff;
}

body.pa12-theme .pa12-fee-redesign__collection-card figcaption strong,
body.pa12-theme .pa12-fee-redesign__collection-card figcaption span {
    position: relative;
    z-index: 1;
}

body.pa12-theme .pa12-fee-redesign__collection-card figcaption strong {
    font-size: 16px;
    line-height: 1.1;
}

body.pa12-theme .pa12-fee-redesign__collection-card figcaption span {
    color: #f1c45b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-fee-redesign__final-cta {
    margin: 0;
    padding: 82px 0 90px;
    background: #df9400;
}

body.pa12-theme .pa12-fee-redesign__final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 44px;
}

body.pa12-theme .pa12-fee-redesign__final-inner .pa12-kicker {
    margin: 0 0 12px;
    color: #17120b;
}

body.pa12-theme .pa12-fee-redesign__final-inner h2 {
    max-width: 820px;
    margin: 0;
    color: #17120b;
    font-size: clamp(28px, 4vw, 54px);
    line-height: .98;
}

body.pa12-theme .pa12-fee-redesign__final-inner .pa12-button {
    min-width: 214px !important;
    min-height: 56px !important;
    border-color: #17120b !important;
    background: #17120b !important;
    color: #fff !important;
}

body.pa12-theme .pa12-fee-redesign__final-inner .pa12-button:hover,
body.pa12-theme .pa12-fee-redesign__final-inner .pa12-button:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #17120b !important;
}

@keyframes pa12-fee-copy-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pa12-fee-card-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    body.pa12-theme .pa12-fee-redesign__hero-grid,
    body.pa12-theme .pa12-fee-redesign__section-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.pa12-theme .pa12-fee-redesign__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pa12-theme .pa12-fee-redesign__step-grid,
    body.pa12-theme .pa12-fee-redesign__collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.pa12-theme .pa12-fee-redesign__step + .pa12-fee-redesign__step {
        padding-left: 0;
        border-left: 0;
    }

    body.pa12-theme .pa12-fee-redesign__step {
        padding-right: 12px;
    }

    body.pa12-theme .pa12-fee-redesign__card + .pa12-fee-redesign__card {
        border-left: 0;
    }
}

@media (max-width: 620px) {
    body.pa12-theme .pa12-fee-redesign__hero-grid {
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 54px;
    }

    body.pa12-theme .pa12-fee-redesign__hero h1 {
        font-size: 62px;
    }

    body.pa12-theme .pa12-fee-redesign__hero-note {
        padding-left: 18px;
    }

    body.pa12-theme .pa12-fee-redesign__pricing,
    body.pa12-theme .pa12-fee-redesign__collection,
    body.pa12-theme .pa12-fee-redesign__steps {
        padding: 68px 0 74px;
    }

    body.pa12-theme .pa12-fee-redesign__cards,
    body.pa12-theme .pa12-fee-redesign__step-grid,
    body.pa12-theme .pa12-fee-redesign__collection-grid {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .pa12-fee-redesign__card {
        min-height: 300px;
    }

    body.pa12-theme .pa12-fee-redesign__final-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.pa12-theme .pa12-fee-redesign__final-cta {
        padding: 66px 0 74px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .pa12-fee-redesign__hero-copy,
    body.pa12-theme .pa12-fee-redesign__hero-note,
    body.pa12-theme .pa12-fee-redesign__card,
    body.pa12-theme .pa12-fee-redesign__step,
    body.pa12-theme .pa12-fee-redesign__collection-card {
        animation: none !important;
        transform: none !important;
    }
}

/* Prize page visual refinement and reveal fallback. */
body.pa12-theme .pa12-prize-official.pa12-scroll-reveal {
    opacity: 1;
    transform: none;
}

body.pa12-theme .pa12-prize-official__content {
    counter-reset: prize-feature;
}

body.pa12-theme .pa12-prize-official__feature {
    position: relative;
    isolation: isolate;
    counter-increment: prize-feature;
    margin: 0;
    padding: 104px clamp(28px, 5vw, 82px);
    border-top: 0;
    overflow: hidden;
}

body.pa12-theme .pa12-prize-official__feature + .pa12-prize-official__feature {
    border-top: 1px solid rgba(217, 154, 18, .28);
}

body.pa12-theme .pa12-prize-official__feature::before {
    content: "0" counter(prize-feature);
    position: absolute;
    top: 26px;
    right: clamp(28px, 5vw, 82px);
    z-index: -1;
    color: rgba(217, 154, 18, .18);
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(72px, 11vw, 154px);
    font-weight: 900;
    line-height: .8;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(odd) {
    background: #17130e;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) {
    background: #fffdf8;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(odd) .pa12-prize-official__copy h2,
body.pa12-theme .pa12-prize-official__feature:nth-child(odd) .pa12-prize-official__copy h3 {
    color: #fffdf8;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(odd) .pa12-prize-official__copy p:not(.pa12-kicker) {
    color: #d8d0c2;
}

body.pa12-theme .pa12-prize-official__copy h2 {
    position: relative;
    padding-bottom: 18px;
}

body.pa12-theme .pa12-prize-official__copy h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 3px;
    background: #d99a12;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(odd) .pa12-prize-official__media {
    border-color: rgba(217, 154, 18, .72);
    box-shadow: 16px 16px 0 rgba(217, 154, 18, .22);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media {
    box-shadow: 16px 16px 0 rgba(23, 19, 14, .12);
}

body.pa12-theme .pa12-prize-official__feature--cash .pa12-prize-official__copy h2 {
    font-size: clamp(42px, 5vw, 76px);
}

body.pa12-theme .pa12-prize-official__feature--category .pa12-prize-official__copy h3 {
    font-size: 26px;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official__feature {
        padding: 76px 22px 68px;
    }

    body.pa12-theme .pa12-prize-official__feature::before {
        right: 22px;
    }

    body.pa12-theme .pa12-prize-official__feature:nth-child(odd) .pa12-prize-official__media,
    body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media {
        box-shadow: 9px 9px 0 rgba(217, 154, 18, .16);
    }
}

/* Card-only finish: the page frame and hero layout stay on the shared template. */
body.pa12-theme .pa12-prize-official__feature {
    border-left: 4px solid #d99a12;
    box-shadow: 0 16px 28px rgba(23, 19, 14, .06);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) {
    border-left-color: #2b241a;
}

body.pa12-theme .pa12-prize-official__feature::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: 92px;
    height: 3px;
    background: #d99a12;
    opacity: .9;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even)::after {
    right: auto;
    left: 28px;
    background: #2b241a;
    opacity: .22;
}

body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media {
    position: relative;
    overflow: hidden;
    outline: 1px solid rgba(217, 154, 18, .42);
    outline-offset: 7px;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media {
    outline-color: rgba(43, 36, 26, .2);
}

body.pa12-theme .pa12-prize-official__feature--certificate .pa12-prize-official__media {
    display: flex;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: #fffdf8;
}

body.pa12-theme .pa12-prize-official__feature--certificate .pa12-prize-official__media img {
    width: min(88%, 460px);
    max-height: 260px;
    padding: 0;
    object-fit: contain;
}

body.pa12-theme .pa12-prize-official__feature--book .pa12-prize-official__media {
    padding: 18px;
}

body.pa12-theme .pa12-prize-official__feature--book .pa12-prize-official__media img {
    padding: 0;
}

body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media img {
    transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}

body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media:hover img {
    transform: scale(1.045);
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official__feature--certificate .pa12-prize-official__media {
        min-height: 230px;
    }

    body.pa12-theme .pa12-prize-official__feature::after {
        right: 18px;
        bottom: 18px;
        width: 62px;
    }

    body.pa12-theme .pa12-prize-official__feature:nth-child(even)::after {
        right: auto;
        left: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media img {
        transition: none;
    }
}

/* Signature award-placard treatment inside the existing cards. */
body.pa12-theme .pa12-prize-official__content {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

body.pa12-theme .pa12-prize-official__feature {
    width: 100%;
    box-sizing: border-box;
}

body.pa12-theme .pa12-prize-official__feature {
    background-image:
        linear-gradient(90deg, rgba(217, 154, 18, .07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(217, 154, 18, .05) 1px, transparent 1px);
    background-size: 44px 44px;
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) {
    background-image:
        linear-gradient(90deg, rgba(43, 36, 26, .06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(43, 36, 26, .045) 1px, transparent 1px);
}

body.pa12-theme .pa12-prize-official__feature::before {
    text-shadow: 10px 10px 0 rgba(217, 154, 18, .06);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even)::before {
    color: rgba(217, 154, 18, .2);
}

body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media {
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(.22, 1, .36, 1), box-shadow 500ms ease;
}

body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media:hover {
    transform: translateY(-6px);
    box-shadow: 20px 20px 0 rgba(217, 154, 18, .24);
}

body.pa12-theme .pa12-prize-official__feature:nth-child(even) .pa12-prize-official__media:hover {
    box-shadow: 20px 20px 0 rgba(23, 19, 14, .16);
}

body.pa12-theme .pa12-prize-official__feature--cash {
    border-top: 5px solid #d99a12;
}

body.pa12-theme .pa12-prize-official__feature--category {
    border-top: 5px solid #2b241a;
}

body.pa12-theme .pa12-prize-official__feature--certificate {
    border-top: 5px solid #d99a12;
}

body.pa12-theme .pa12-prize-official__feature--book {
    border-top: 5px solid #2b241a;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official__feature {
        background-size: 32px 32px;
    }

    body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .pa12-prize-official__feature .pa12-prize-official__media {
        transition: none;
    }
}

/* The trophy is the lead award card for Photographer of the Year. */
body.pa12-theme .pa12-prize-official__feature--trophy {
    border-top: 5px solid #d99a12;
}

body.pa12-theme .pa12-prize-official__feature--trophy .pa12-prize-official__copy h2 {
    max-width: 720px;
    font-size: clamp(38px, 5.2vw, 76px);
    letter-spacing: .02em;
}

body.pa12-theme .pa12-prize-official__feature--trophy .pa12-prize-official__media {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    background: #17130e;
}

body.pa12-theme .pa12-prize-official__feature--trophy .pa12-prize-official__media img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official__feature--trophy .pa12-prize-official__copy h2 {
        font-size: 34px;
    }

    body.pa12-theme .pa12-prize-official__feature--trophy .pa12-prize-official__media {
        min-height: 240px;
    }
}

body.pa12-theme .pa12-prize-official__feature--gallery {
    border-top: 5px solid #d99a12;
}

body.pa12-theme .pa12-prize-official__feature--gallery .pa12-prize-official__copy h2 {
    font-size: clamp(38px, 5vw, 70px);
}

body.pa12-theme .pa12-prize-official__feature--gallery .pa12-prize-official__media {
    background: #17130e;
}

body.pa12-theme .pa12-prize-official__feature--gallery .pa12-prize-official__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Jury metadata: make role and country easier to scan at a glance. */
body.pa12-theme .gsp-juror-card__role {
    font-size: 10px !important;
}

body.pa12-theme .gsp-juror-card__country {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-size: 11px !important;
}

body.pa12-theme .gsp-juror-card__country-flag {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

body.pa12-theme .gsp-juror-card,
body.pa12-theme .gsp-juror-card.is-lead,
body.pa12-theme .gsp-juror-card:not(.is-lead),
body.pa12-theme .gsp-juror-card__body,
body.pa12-theme .gsp-juror-card.is-lead .gsp-juror-card__body {
    background: #f8f6f1 !important;
    color: #171717 !important;
}

body.pa12-theme .gsp-juror-card__body {
    grid-template-columns: 1fr !important;
}

body.pa12-theme .gsp-juror-card h3,
body.pa12-theme .gsp-juror-card p,
body.pa12-theme .gsp-juror-card__country {
    grid-column: 1 !important;
}

body.pa12-theme .gsp-juror-card h3,
body.pa12-theme .gsp-juror-card p,
body.pa12-theme .gsp-juror-card__country,
body.pa12-theme .gsp-juror-card__country > span:first-child {
    color: #171717 !important;
}

body.pa12-theme .gsp-juror-card h3,
body.pa12-theme .gsp-juror-card.is-lead h3 {
    max-width: none !important;
    font-size: 20px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
}

body.pa12-theme .gsp-juror-card__role {
    font-size: 8px !important;
    font-weight: 900 !important;
}

body.pa12-theme .gsp-juror-card p {
    font-size: 12px !important;
    letter-spacing: .1em !important;
    color: #000000 !important;
}

body.pa12-theme .gsp-juror-card__country {
    font-weight: 800 !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    margin-top: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 6px !important;
    border-top: 1px solid #ded8cf !important;
    color: #000000 !important;
}

body.pa12-theme .gsp-juror-card__country > span:first-child {
    display: inline-block;
    transform: none;
    color: #000000 !important;
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-juror-card h3,
    body.pa12-theme .gsp-juror-card.is-lead h3 {
        font-size: 16px !important;
    }

    body.pa12-theme .gsp-juror-card__role {
        font-size: 8px !important;
    }

    body.pa12-theme .gsp-juror-card p {
        font-size: 11px !important;
    }

    body.pa12-theme .gsp-juror-card__country {
        gap: 3px;
        font-size: 10px !important;
    }

    body.pa12-theme .gsp-juror-card__country-flag {
        font-size: 16px;
    }
}

body.pa12-theme .pa12-prize-official__actions {
    display: flex;
    margin-top: 30px;
}

body.pa12-theme .pa12-prize-official__actions .pa12-button {
    min-width: 210px;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-prize-official__feature--gallery .pa12-prize-official__copy h2 {
        font-size: 34px;
    }

    body.pa12-theme .pa12-prize-official__actions {
        margin-top: 22px;
    }
}
body.pa12-theme .gsp-countdown__numbers.is-closed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 120px;
    border-left: 1px solid rgba(0, 0, 0, .25);
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-countdown__numbers.is-closed {
        grid-template-columns: repeat(4, 1fr);
        min-height: 84px;
        border-left: 0;
    }
}

body.pa12-theme .gsp-countdown__numbers strong,
body.pa12-theme .gsp-countdown__numbers span {
    text-align: center;
}

body.pa12-theme .pa12-entry-fee__items {
    gap: 16px;
    border: 0;
}

body.pa12-theme .pa12-entry-fee__item {
    position: relative;
    min-height: 292px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f8f6f1;
    color: #17130e;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

body.pa12-theme .pa12-entry-fee__item::before {
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: var(--gsp-gold);
    content: '';
}

body.pa12-theme .pa12-entry-fee__item:nth-child(2) {
    background: var(--gsp-gold);
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) {
    background: #242018;
    color: #fff;
}

body.pa12-theme .pa12-entry-fee__item:hover,
body.pa12-theme .pa12-entry-fee__item:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 26px 44px rgba(0, 0, 0, .28);
}

body.pa12-theme .pa12-entry-fee__item span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 148px;
    padding: 28px 24px 16px;
    color: #17130e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.pa12-theme .pa12-entry-fee__item span small {
    color: #8d5c00;
    font-size: 11px;
    letter-spacing: .16em;
}

body.pa12-theme .pa12-entry-fee__item strong {
    display: block;
    margin: auto 24px 0;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(23, 19, 14, .2);
    color: #17130e;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .9;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) span,
body.pa12-theme .pa12-entry-fee__item:nth-child(3) strong {
    color: #fff;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) span small {
    color: var(--gsp-gold);
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) strong {
    border-top-color: rgba(255, 255, 255, .22);
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-entry-fee__item {
        min-height: 204px;
    }

    body.pa12-theme .pa12-entry-fee__item span {
        min-height: 104px;
        padding: 22px 20px 12px;
    }

    body.pa12-theme .pa12-entry-fee__item strong {
        margin-right: 20px;
        margin-left: 20px;
        padding: 18px 0 22px;
        font-size: 52px;
    }
}

body.pa12-theme .pa12-entry-fee__item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    min-height: 236px;
    padding: 26px 24px 24px;
}

body.pa12-theme .pa12-entry-fee__item span {
    grid-column: 1 / -1;
    grid-row: 1;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    min-height: 42px;
    padding: 0;
}

body.pa12-theme .pa12-entry-fee__item span small {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    letter-spacing: .08em;
}

body.pa12-theme .pa12-entry-fee__item strong {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    border-top: 0;
    text-align: right;
    font-size: 68px;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) span small {
    border-color: var(--gsp-gold);
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-entry-fee__item {
        min-height: 184px;
        padding: 22px 20px 20px;
    }

    body.pa12-theme .pa12-entry-fee__item strong {
        font-size: 50px;
    }
}

body.pa12-theme .pa12-entry-fee__item:nth-child(2) {
    background: #d7d4ce;
}

body.pa12-theme .pa12-entry-fee__item::after {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-right: 1px solid var(--gsp-gold);
    border-bottom: 1px solid var(--gsp-gold);
    content: '';
    opacity: .7;
    pointer-events: none;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(2)::after {
    border-color: #17130e;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3)::after {
    border-color: var(--gsp-gold);
}

body.pa12-theme .pa12-entry-fee__item strong {
    position: relative;
    z-index: 1;
    font-size: 76px;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-entry-fee__item strong {
        font-size: 52px;
    }
}

body.pa12-theme .pa12-entry-fee__items {
    grid-template-columns: 1fr;
    gap: 10px;
}

body.pa12-theme .pa12-entry-fee__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 118px;
    padding: 0 28px;
    border-radius: 2px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.pa12-theme .pa12-entry-fee__item::before {
    inset: 0 auto 0 0;
    width: 6px;
    height: auto;
}

body.pa12-theme .pa12-entry-fee__item::after {
    display: none;
}

body.pa12-theme .pa12-entry-fee__item:hover,
body.pa12-theme .pa12-entry-fee__item:focus-within {
    transform: translateX(8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .24);
}

body.pa12-theme .pa12-entry-fee__item span {
    grid-column: 1;
    grid-row: 1;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    min-height: 0;
    padding: 0;
}

body.pa12-theme .pa12-entry-fee__item span small {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
}

body.pa12-theme .pa12-entry-fee__item strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
    font-size: 58px;
}

@media (max-width: 760px) {
    body.pa12-theme .pa12-entry-fee__item {
        min-height: 94px;
        padding: 0 20px;
    }

    body.pa12-theme .pa12-entry-fee__item span {
        gap: 10px;
        font-size: 12px;
    }

    body.pa12-theme .pa12-entry-fee__item span small {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    body.pa12-theme .pa12-entry-fee__item strong {
        font-size: 40px;
    }
}

/* Interviews: the pinned conversation is the editorial lead, not merely card one. */
body.pa12-theme .pa12-interviews-page .pa12-interviews-grid {
    grid-auto-rows: auto;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
    grid-template-rows: minmax(0, 1fr);
    min-height: 420px;
    border-color: rgba(223, 148, 0, .42);
    background: #17120b;
    box-shadow: 0 24px 52px rgba(23, 18, 11, .18);
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__media {
    min-height: 420px;
    aspect-ratio: auto;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body {
    position: relative;
    align-content: end;
    gap: 16px;
    padding: clamp(28px, 3.2vw, 46px);
    color: #fff;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body::before {
    content: "Pinned interview";
    align-self: start;
    width: max-content;
    max-width: 100%;
    margin-bottom: auto;
    color: #df9400;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body h2,
body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body h2 a {
    color: #fff;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body h2 {
    font-size: clamp(26px, 2.25vw, 36px);
    line-height: 1.04;
}

body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body p {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .68);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 900px) {
    body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr);
    }
}

@media (max-width: 700px) {
    body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 0;
    }

    body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    body.pa12-theme .pa12-interviews-page .pa12-interview-card.is-featured .pa12-interview-card__body {
        min-height: 280px;
        padding: 26px;
    }
}
