.epk-page-shell {
    width: 100%;
    max-width: 1120px;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

.epk-page {
    width: min(calc(100% - 32px), 1120px);
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 22px 0 42px;
    color: #f1dfbd;
    box-sizing: border-box;
}

.epk-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
    min-width: 0;
    height: clamp(330px, 36vw, 430px);
    min-height: 0;
    box-sizing: border-box;
    border: 1px solid rgba(218, 164, 71, .58);
    background:
        linear-gradient(110deg, rgba(12, 7, 3, .98), rgba(40, 19, 8, .86)),
        radial-gradient(circle at 82% 16%, rgba(220, 160, 56, .2), transparent 32%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
}

.epk-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(26px, 3.8vw, 48px);
}

.epk-kicker {
    margin: 0 0 12px;
    color: #d9a34a;
    font-family: "Cinzel", Georgia, serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .28em;
    line-height: 1.3;
    text-transform: uppercase;
}

.epk-hero h1,
.epk-section h2,
.epk-booking h2,
.epk-downloads h2 {
    margin: 0;
    color: #f5d28b;
    font-family: "Cinzel", Georgia, serif;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.08;
    text-transform: uppercase;
}

.epk-hero h1 {
    max-width: 470px;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.epk-hero__intro {
    max-width: 540px;
    overflow-wrap: anywhere;
    margin: 20px 0 0;
    color: #ead6b0;
    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.3;
}

.epk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.epk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid #c68c2f;
    color: #1d0d04;
    font-family: "Cinzel", Georgia, serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.epk-button--gold {
    background: linear-gradient(180deg, #f0c260, #c88d30);
}

.epk-button--gold:hover,
.epk-button--gold:focus-visible {
    background: #f6d27e;
    color: #1d0d04;
}

.epk-button--quiet {
    color: #e8c17a;
    background: transparent;
}

.epk-button--quiet:hover,
.epk-button--quiet:focus-visible {
    color: #fff0c6;
    background: rgba(218, 164, 71, .12);
}

.epk-hero__media {
    position: relative;
    min-width: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-left: 1px solid rgba(218, 164, 71, .38);
    background:
        linear-gradient(180deg, rgba(12, 6, 2, .12), rgba(12, 6, 2, .8)),
        repeating-linear-gradient(135deg, rgba(255, 214, 130, .04) 0 1px, transparent 1px 9px),
        #241108;
}

.epk-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.epk-hero__media > span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #f4d49a;
    font-family: "Cinzel", Georgia, serif;
    font-size: 10px;
    letter-spacing: .13em;
    text-shadow: 0 2px 8px #000;
    text-transform: uppercase;
}

.epk-pending {
    display: flex;
    min-height: 106px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(218, 164, 71, .35);
    background: rgba(9, 5, 2, .38);
    color: #d5b77e;
}

.epk-pending strong {
    color: #f1cd85;
    font-family: "Cinzel", Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.epk-pending span,
.epk-pending small {
    max-width: 580px;
    color: rgba(236, 214, 174, .78);
    font-family: "EB Garamond", Georgia, serif;
    font-size: 16px;
    line-height: 1.35;
}

.epk-pending--hero {
    height: 100%;
    min-height: 0;
    align-items: center;
    padding: 42px;
    text-align: center;
}

.epk-pending--hero small {
    max-width: 230px;
    font-size: 16px;
}

.epk-pending__mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(218, 164, 71, .6);
    border-radius: 50%;
    color: #e7b75d !important;
    font-family: "Cinzel", Georgia, serif !important;
    font-size: 28px !important;
    line-height: 1 !important;
}

.epk-section {
    margin-top: 16px;
    padding: clamp(24px, 3.2vw, 38px);
    border: 1px solid rgba(218, 164, 71, .32);
    background: rgba(31, 15, 6, .76);
}

.epk-section--bio {
    display: grid;
    grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
    gap: 32px;
    background: linear-gradient(110deg, rgba(54, 26, 10, .86), rgba(20, 10, 4, .82));
}

.epk-section h2,
.epk-booking h2,
.epk-downloads h2 {
    font-size: clamp(23px, 2.35vw, 34px);
    overflow-wrap: anywhere;
}

.epk-copy-block p,
.epk-section__lead,
.epk-booking p {
    margin: 0;
    color: #e4cda4;
    font-family: "EB Garamond", Georgia, serif;
    font-size: 19px;
    line-height: 1.42;
    white-space: pre-line;
}

.epk-section__heading--row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.epk-section__index {
    color: #c8913b;
    font-family: "Cinzel", Georgia, serif;
    font-size: 13px;
    letter-spacing: .2em;
}

.epk-section__lead {
    max-width: 780px;
    margin-bottom: 26px;
}

.epk-media-grid,
.epk-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.epk-media-card,
.epk-photo-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid rgba(218, 164, 71, .45);
    background: rgba(8, 5, 2, .42);
    color: #f2d293;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.epk-media-card:hover,
.epk-media-card:focus-visible,
.epk-photo-card:hover,
.epk-photo-card:focus-visible {
    border-color: #f0c260;
    transform: translateY(-2px);
}

.epk-media-card__visual,
.epk-photo-card {
    position: relative;
    overflow: hidden;
}

.epk-media-card__visual {
    display: grid;
    aspect-ratio: 16 / 9;
    place-items: center;
    background: #1c0b04;
}

.epk-media-card__visual img,
.epk-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.epk-media-card__fallback,
.epk-photo-card__fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 150px;
    place-items: center;
    color: #c79240;
    font-family: "Cinzel", Georgia, serif;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.epk-media-card__play {
    position: absolute;
    right: 12px;
    bottom: 10px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 221, 145, .7);
    color: #fff0bd;
    background: rgba(20, 8, 2, .75);
    font-family: "Cinzel", Georgia, serif;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.epk-media-card__body {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 13px;
}

.epk-media-card__body strong,
.epk-photo-card > span {
    color: #f0cd87;
    font-family: "Cinzel", Georgia, serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.epk-media-card__body small {
    color: rgba(233, 206, 157, .7);
    font-family: "EB Garamond", Georgia, serif;
    font-size: 15px;
}

.epk-photo-card {
    aspect-ratio: 4 / 3;
}

.epk-photo-card > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 12px 11px;
    color: #fff0bf;
    background: linear-gradient(transparent, rgba(12, 5, 1, .9));
}

.epk-section--split {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    gap: 40px;
}

.epk-link-list {
    display: grid;
    gap: 8px;
}

.epk-link-list a,
.epk-downloads__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(218, 164, 71, .28);
    color: #efca80;
    font-family: "Cinzel", Georgia, serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.epk-link-list a:hover,
.epk-link-list a:focus-visible,
.epk-downloads__links a:hover,
.epk-downloads__links a:focus-visible {
    color: #fff0bf;
}

.epk-link-list b {
    color: #dca348;
    font-size: 18px;
    font-weight: 400;
}

.epk-link-list--compact {
    margin-top: 20px;
}

.epk-downloads,
.epk-booking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 16px;
    padding: 24px clamp(22px, 3.2vw, 42px);
    border: 1px solid rgba(218, 164, 71, .48);
}

.epk-downloads {
    background: rgba(46, 23, 8, .8);
}

.epk-downloads__links {
    display: grid;
    min-width: min(100%, 400px);
    gap: 0;
}

.epk-downloads__links a {
    padding: 8px 0;
}

.epk-booking {
    background: linear-gradient(110deg, rgba(52, 23, 8, .94), rgba(24, 10, 4, .96));
}

.epk-booking h2 {
    margin-bottom: 12px;
}

.epk-booking p {
    max-width: 650px;
    font-size: 18px;
}

@media (max-width: 760px) {
    .epk-page {
        width: min(100% - 18px, 620px);
        padding-top: 12px;
    }

    .epk-hero,
    .epk-section--bio,
    .epk-section--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .epk-hero__copy {
        padding: 22px 18px 20px;
    }

    .epk-kicker {
        margin-bottom: 8px;
    }

    .epk-hero h1 {
        max-width: 100%;
        font-size: clamp(27px, 7.5vw, 35px);
        line-height: 1.04;
        word-break: break-word;
    }

    .epk-hero__intro {
        margin-top: 12px;
        font-size: 17px;
        line-height: 1.24;
    }

    .epk-hero__actions {
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 16px;
    }

    .epk-hero__actions .epk-button {
        min-width: 0;
        flex: 1 1 0;
        padding: 10px 8px;
        font-size: 9px;
        letter-spacing: .1em;
        white-space: nowrap;
    }

    .epk-hero__media {
        height: 180px;
        min-height: 0;
        border-top: 1px solid rgba(218, 164, 71, .38);
        border-left: 0;
    }

    .epk-hero__media img,
    .epk-pending--hero {
        min-height: 0;
        height: 180px;
    }

    .epk-section,
    .epk-downloads,
    .epk-booking {
        padding: 22px 16px;
    }

    .epk-media-grid,
    .epk-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .epk-media-card__body {
        min-height: 86px;
        padding: 10px;
    }

    .epk-media-card__body strong,
    .epk-photo-card > span {
        font-size: 10px;
    }

    .epk-downloads,
    .epk-booking {
        align-items: flex-start;
        flex-direction: column;
    }

    .epk-downloads__links {
        width: 100%;
        min-width: 0;
    }

    .epk-booking .epk-button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .epk-hero__actions {
        gap: 8px;
    }

    .epk-media-grid,
    .epk-photo-grid {
        grid-template-columns: 1fr;
    }
}

/* The shared navigation has a desktop brand lock; release it for EPK widths. */
@media (max-width: 1180px) {
    .epk-page-shell .public-nav {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        justify-content: space-between !important;
        gap: 12px !important;
        min-height: 56px !important;
        padding: 10px 18px !important;
        overflow: visible !important;
    }

    .epk-page-shell .public-nav .nav-burger {
        display: inline-flex !important;
        order: 2 !important;
        flex: 0 0 35px !important;
        width: 35px !important;
        min-width: 35px !important;
        margin-left: 12px !important;
        top: 0 !important;
        visibility: visible !important;
    }

    .epk-page-shell .public-nav .nav-brand {
        flex: 0 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: min(260px, calc(100vw - 85px)) !important;
        margin: 0 auto 0 0 !important;
    }

    .epk-page-shell .public-nav .nav-brand-copy {
        min-width: 0 !important;
    }
}

@media (max-width: 760px) {
    .epk-page-shell {
        width: 100vw;
        max-width: 100vw;
        margin: 0 !important;
        overflow-x: clip;
    }

    .epk-page,
    .epk-hero,
    .epk-section,
    .epk-downloads,
    .epk-booking {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .epk-page {
        width: min(calc(100vw - 18px), 620px) !important;
        margin-left: 9px !important;
        margin-right: 0 !important;
    }

    .epk-page-shell .public-nav {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative !important;
    }

    .epk-page-shell .public-nav .nav-burger {
        position: absolute !important;
        left: calc(100vw - 55px) !important;
        right: auto !important;
        margin-left: 0 !important;
    }

    .epk-page-shell .epk-hero {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .epk-page-shell .epk-hero__copy,
    .epk-page-shell .epk-hero__media {
        width: 100%;
        flex: 0 0 auto;
        box-sizing: border-box;
    }

    .epk-page-shell .epk-pending--hero {
        width: 100%;
        box-sizing: border-box;
    }
}
