/* Keep all configurable surfaces clean while preserving optional color/image backgrounds. */
body.pa12-theme [class*="pa12-section-background"] {
    --pa12-surface-pattern: none !important;
    --pa12-surface-pattern-size: auto !important;
}

body.pa12-theme .pa12-section-background {
    background-image:
        linear-gradient(var(--pa12-surface-image-overlay), var(--pa12-surface-image-overlay)),
        var(--pa12-surface-image) !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: cover, cover !important;
}

body.pa12-theme .pa12-countdown-band {
    background-image:
        linear-gradient(var(--pa12-surface-image-overlay), var(--pa12-surface-image-overlay)),
        var(--pa12-surface-image) !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: cover, cover !important;
}

body.pa12-theme .pa12-fee-page {
    background-image: none !important;
    background-size: auto !important;
}

body.pa12-theme .pa12-competition-schedule {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(223, 148, 0, .13);
}

body.pa12-theme .pa12-competition-timeline-band {
    padding: clamp(52px, 7vw, 84px) 0;
}

body.pa12-theme .pa12-competition-timeline-band .pa12-competition-schedule {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.pa12-theme .pa12-competition-timeline-band .pa12-competition-schedule__head h2 {
    margin: 0;
    color: #17120b;
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 1;
    text-align: left;
}

body.pa12-theme .pa12-competition-schedule__head {
    display: block;
    margin-bottom: 14px;
    text-align: left;
}

body.pa12-theme .pa12-competition-schedule__head .pa12-kicker {
    margin: 0;
    color: var(--pa12-accent);
}

body.pa12-theme .pa12-competition-schedule__head h3 {
    margin: 0;
    color: #17120b;
    font-size: 18px;
    line-height: 1.15;
}

/* Keep every content title visually consistent across the Golden Shot theme. */
body.pa12-theme h1,
body.pa12-theme h2,
body.pa12-theme h3,
body.pa12-theme h4,
body.pa12-theme h5,
body.pa12-theme h6 {
    text-transform: uppercase;
}

body.pa12-theme .pa12-competition-schedule__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pa12-theme .pa12-competition-schedule__list > li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    min-height: 118px;
    padding: 14px;
    border: 1px solid rgba(223, 148, 0, .12);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 18, 11, .045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.pa12-theme .pa12-competition-schedule__list > li.is-current {
    border-color: rgba(223, 148, 0, .46);
    box-shadow: 0 12px 26px rgba(223, 148, 0, .13);
    transform: translateY(-2px);
}

body.pa12-theme .pa12-competition-schedule__list > li.is-complete {
    opacity: .62;
}

body.pa12-theme .pa12-competition-schedule__number {
    color: var(--pa12-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

body.pa12-theme .pa12-competition-schedule__list strong,
body.pa12-theme .pa12-competition-schedule__list time,
body.pa12-theme .pa12-competition-schedule__list small {
    display: block;
}

body.pa12-theme .pa12-competition-schedule__list strong {
    color: #17120b;
    font-size: 13px;
    line-height: 1.2;
}

body.pa12-theme .pa12-competition-schedule__list time {
    margin-top: 7px;
    color: var(--pa12-accent);
    font-size: 11px;
    font-weight: 800;
}

body.pa12-theme .pa12-competition-schedule__list small {
    margin-top: 7px;
    color: #6c665d;
    font-size: 11px;
    line-height: 1.35;
}

@media (max-width: 980px) {
    body.pa12-theme .pa12-competition-schedule__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.pa12-theme .pa12-competition-schedule__head {
        display: block;
    }

    body.pa12-theme .pa12-competition-schedule__head h3 {
        margin-top: 6px;
    }

    body.pa12-theme .pa12-competition-schedule__list {
        grid-template-columns: 1fr;
    }

    body.pa12-theme .pa12-competition-schedule__list > li {
        min-height: 0;
    }
}

body.pa12-theme .pa12-single-interview .pa12-prose,
body.pa12-theme .pa12-single-interview .pa12-interview-article__text {
    background: #fff !important;
    background-image: none !important;
}

body.pa12-theme .pa12-single-interview {
    background: #f3f0e9;
}

body.pa12-theme .pa12-single-interview__masthead {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 4vw, 54px) 0;
    border-bottom: 4px solid #e3a11c;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .pa12-single-interview__masthead::after {
    position: absolute;
    right: 4%;
    bottom: -72px;
    width: 220px;
    height: 160px;
    border: 1px solid rgba(227, 161, 28, .24);
    content: '';
    transform: rotate(-24deg);
}

body.pa12-theme .pa12-single-interview__masthead-inner {
    position: relative;
    z-index: 1;
}

body.pa12-theme .pa12-single-interview__masthead span {
    display: block;
    margin-bottom: 8px;
    color: #e3a11c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-single-interview__masthead p {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.08;
}

body.pa12-theme .pa12-interview-article-shell {
    padding: clamp(40px, 5vw, 72px) 20px clamp(72px, 8vw, 116px);
}

body.pa12-theme .pa12-interview-lead-media {
    padding-top: 36px;
}

body.pa12-theme .pa12-interview-lead-media img {
    width: min(100%, 560px);
    aspect-ratio: 4 / 5;
    max-height: 700px;
    margin: 0 auto;
    object-fit: cover;
    background: #fff2cf;
}

body.pa12-theme .pa12-interview-article__text {
    max-width: 980px;
    margin-inline: auto;
    padding: clamp(32px, 5vw, 72px);
    border-top: 4px solid #e3a11c;
    box-shadow: 0 24px 70px rgba(23, 18, 11, .10);
    color: #6c665d;
    font-size: 16px;
    line-height: 1.85;
}

body.pa12-theme .pa12-interview-article__text > .wp-block-image:first-of-type {
    width: min(100%, 390px);
    margin: 0 auto 30px 0;
}

body.pa12-theme .pa12-interview-article__text > .wp-block-image:first-of-type img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 470px;
    object-fit: contain;
    background: #17120b;
}

body.pa12-theme .pa12-interview-article__text > h1:first-of-type {
    margin-top: 0;
    color: #17120b;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

body.pa12-theme .pa12-related-interviews {
    padding: clamp(48px, 5vw, 72px) 0 clamp(36px, 3.5vw, 48px);
    border-top: 1px solid rgba(23, 18, 11, .12);
    background: #f3f0e9;
}

body.pa12-theme.pa12-event-registration-closed {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    overflow: hidden;
    background: #f3f0e9;
}

body.pa12-theme.pa12-event-registration-closed > #main {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    margin: 0 !important;
}

body.pa12-theme.pa12-event-registration-closed .pa12-footer {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

body.pa12-theme.pa12-event-registration-closed .pa12-footer-main {
    display: none !important;
}

body.pa12-theme.pa12-event-registration-closed .pa12-footer-bottom {
    min-height: 56px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-block: 10px !important;
}

body.pa12-theme .pa12-registration-closed {
    display: grid;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    padding: clamp(18px, 3vw, 32px);
    place-items: center;
    overflow: hidden;
    background: #f3f0e9;
}

body.pa12-theme .pa12-registration-closed__content {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: clamp(32px, 5vw, 64px) 0;
    border-top: 4px solid #df9400;
    text-align: center;
}

body.pa12-theme .pa12-registration-closed__eyebrow {
    margin: 0 0 14px;
    color: #8a5b04;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pa12-theme .pa12-registration-closed__content h1 {
    margin: 0;
    color: #17120b;
    font-size: clamp(40px, 7vw, 76px);
    line-height: 1;
}

body.pa12-theme .pa12-registration-closed__message {
    max-width: 610px;
    margin: 24px auto 30px;
    color: #6c665d;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.7;
}

body.pa12-theme .pa12-registration-closed__action {
    display: inline-flex;
    min-width: min(100%, 310px);
    justify-content: center;
}

@media (max-width: 520px) {
    body.pa12-theme.pa12-event-registration-closed .pa12-footer-bottom {
        min-height: 48px !important;
        justify-content: center !important;
        text-align: center;
    }

    body.pa12-theme.pa12-event-registration-closed .pa12-footer-bottom a {
        display: none;
    }

    body.pa12-theme .pa12-registration-closed__content h1 {
        font-size: clamp(36px, 12vw, 52px);
    }
}

@media (max-height: 620px) {
    body.pa12-theme .pa12-registration-closed__content {
        padding: 24px 0;
    }

    body.pa12-theme .pa12-registration-closed__message {
        margin-block: 16px 20px;
    }
}

body.pa12-theme .pa12-related-interviews__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 28px;
    text-align: left;
}

body.pa12-theme .pa12-related-interviews__head p {
    margin: 0;
    color: #e3a11c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

body.pa12-theme .pa12-related-interviews__head h2 {
    max-width: 650px;
    margin: 0;
    color: #17120b;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.05;
    text-align: left;
}

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

body.pa12-theme .pa12-related-interviews .pa12-interview-card {
    min-width: 0;
    height: 100%;
}

body.pa12-theme .pa12-related-interviews .pa12-interview-card__media {
    min-height: 250px;
}

body.pa12-theme .pa12-related-interviews .pa12-interview-card__body h3 {
    font-size: clamp(20px, 2vw, 27px);
}

@media (max-width: 900px) {
    body.pa12-theme .pa12-related-interviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.pa12-theme .pa12-interview-article-shell {
        padding: 24px 12px 64px;
    }

    body.pa12-theme .pa12-interview-article__text {
        padding: 24px 20px 42px;
    }

    body.pa12-theme .pa12-related-interviews__head {
        display: block;
    }

    body.pa12-theme .pa12-related-interviews__head h2 {
        margin-top: 8px;
    }

    body.pa12-theme .pa12-related-interviews__grid {
        grid-template-columns: 1fr;
    }
}

body.pa12-theme .pa12-interview-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(100%, 920px);
    margin: 0 auto 38px;
}

body.pa12-theme .pa12-interview-figure {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #fff2cf;
}

body.pa12-theme .pa12-interview-figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    background: #fff2cf;
}

body.pa12-theme .pa12-interview-figure figcaption {
    margin-top: 9px;
    color: #df9400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    body.pa12-theme .pa12-interview-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 30px;
    }
}
