.accreditation-eyebrow,
.accreditation-form-kicker {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.accreditation-submit svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.accreditation-form {
    position: relative;
    display: grid;
    gap: 24px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(232, 173, 0, 0.58);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0, rgba(232, 173, 0, 0.15), transparent 30%),
        linear-gradient(135deg, #171612, #050505 56%, #11100d);
    color: var(--ivory);
    box-shadow: 0 28px 86px rgba(34, 24, 6, 0.28);
}

.accreditation-form::before {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(232, 173, 0, 0.12);
    border-radius: 6px;
    pointer-events: none;
    content: "";
}

.accreditation-form-head {
    position: relative;
    z-index: 1;
    text-align: center;
}

.accreditation-form-head h2 {
    color: var(--gold) !important;
}

.accreditation-form-kicker {
    margin-bottom: 12px;
}

.accreditation-form h2 {
    margin: 0;
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;

    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
}

.accreditation-field label {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.accreditation-field {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
}

.accreditation-field input,
.accreditation-field textarea {
    width: 100%;
    border: 1px solid rgba(232, 173, 0, 0.36);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--white);
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.accreditation-field input {
    min-height: 52px;
    padding: 0 16px;
}

.accreditation-field textarea {
    min-height: 132px;
    padding: 15px 16px;
    resize: vertical;
}

.accreditation-field input::placeholder,
.accreditation-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.accreditation-field input:focus,
.accreditation-field textarea:focus {
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 3px rgba(232, 173, 0, 0.14);
    outline: 0;
}

.accreditation-submit {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    border: 0;
    border-radius: 6px;
    background: var(--gold);
    color: var(--black);
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background 180ms ease, transform 180ms ease;
}

.accreditation-submit:hover {
    background: var(--champagne);
    transform: translateY(-2px);
}

.accreditation-submit svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.accreditation-form,
.accreditation-field {
    min-width: 0;
}

.media-accreditation-page {
    background: var(--ivory);
}

.accreditation-main {
    min-width: 0;
}

.accreditation-hero {
    padding: clamp(132px, 13vw, 174px) 0 clamp(70px, 9vw, 120px);
}

.accreditation-wrap {
    width: min(100% - 40px, 1080px);
    margin-inline: auto;
}

.accreditation-intro {
    max-width: 820px;
    margin: 0 auto clamp(36px, 6vw, 64px);
    text-align: center;
}

.accreditation-intro h1 {
    margin: 0 auto 22px;
    font-size: clamp(36px, 6vw, 86px);
    line-height: 0.96;
}

.accreditation-intro h1 em {
    display: block;
    color: var(--gold);
}

.accreditation-intro>p:not(.accreditation-eyebrow) {
    max-width: 720px;
    margin-inline: auto;
    color: var(--muted);
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.2;
}

.accreditation-note {
    max-width: 760px;
    margin: 28px auto 0;
    padding: 20px 24px;
    border: 1px solid rgba(184, 149, 53, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.54);
    text-align: left;
}

.accreditation-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.accreditation-note p {
    margin: 0;
    color: var(--graphite);
    font-size: 14px;
    line-height: 1.2;
}

.accreditation-form {
    width: 100%;
    gap: 34px;
}

.accreditation-form .accreditation-form-head p:last-child {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.accreditation-section {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0;
    padding: 0 0 32px;
    border: 0;
    border-bottom: 1px solid rgba(232, 173, 0, 0.22);
}

.accreditation-main .accreditation-form-kicker {
    color: var(--white);
}

.accreditation-section legend {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
}

.accreditation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.accreditation-span-full {
    grid-column: 1 / -1;
}

.accreditation-upload-note {
    margin: 0px 0 20px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.accreditation-upload-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.accreditation-file {
    align-content: start;
    min-width: 0;
    padding: 18px;
    border: 1px dashed rgba(232, 173, 0, 0.42);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.035);
}

.accreditation-file input[type="file"] {
    width: 100%;
    min-height: 46px;
    padding: 8px;
    border: 1px solid rgba(232, 173, 0, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.accreditation-file input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 8px 10px;
    border: 0;
    border-radius: 4px;
    background: var(--gold);
    color: var(--black);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.accreditation-form>.accreditation-submit {
    width: 50%;
    justify-self: center;
}

.accreditation-form>.accreditation-submit:disabled {
    cursor: wait;
    opacity: 0.62;
}

.accreditation-errors.is-hidden {
    display: none;
}

.accreditation-field.has-error input,
.accreditation-field.has-error textarea,
.accreditation-field.has-error select {
    border-color: #ff7777;
    box-shadow: 0 0 0 1px rgba(255, 119, 119, 0.24);
}

.accreditation-field-error {
    margin: 7px 0 0;
    color: #ffb2b2;
    font-size: 12px;
    line-height: 1.45;
}

.accreditation-errors {
    position: relative;
    z-index: 1;
    padding: 18px 20px;
    border: 1px solid rgba(255, 112, 112, 0.5);
    border-radius: 6px;
    background: rgba(128, 18, 18, 0.22);
    color: #ffe7e7;
    font-size: 14px;
}

.accreditation-errors ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.accreditation-privacy {
    position: relative;
    z-index: 1;
    margin: -4px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.accreditation-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

body.accreditation-modal-open {
    overflow: hidden;
}

.accreditation-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.accreditation-modal[hidden] {
    display: none;
}

.accreditation-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
}

.accreditation-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.accreditation-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.accreditation-modal-close:hover,
.accreditation-modal-close:focus-visible {
    border-color: var(--gold);
    color: var(--gold);
    outline: 0;
}

.accreditation-success {
    max-width: 760px;
    margin-inline: auto;
    padding: clamp(34px, 6vw, 64px);
    border: 1px solid rgba(232, 173, 0, 0.58);
    border-radius: 8px;
    background: linear-gradient(135deg, #171612, #050505 56%, #11100d);
    color: var(--white);
    text-align: center;
    box-shadow: 0 28px 86px rgba(34, 24, 6, 0.28);
}

.accreditation-success>span {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
}

.accreditation-success h2 {
    margin: 0 0 16px;
    color: var(--white);
    font-size: clamp(20px, 5vw, 36px);
}

.accreditation-success>p {
    color: rgba(255, 255, 255, 0.72);
}

.accreditation-success>div:not(.accreditation-submit) {
    margin: 28px 0;
    padding: 20px;
    border: 1px solid rgba(232, 173, 0, 0.34);
    border-radius: 6px;
    background: rgba(232, 173, 0, 0.08);
}

.accreditation-success small,
.accreditation-success strong {
    display: block;
}

.accreditation-success small {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.accreditation-success strong {
    color: var(--gold);
    font-size: clamp(18px, 3vw, 26px);
    letter-spacing: 0.04em;
}

.accreditation-success .accreditation-submit {
    width: min(100%, 220px);
    margin-top: 24px;
    padding-inline: 26px;
    text-decoration: none;
}

.accreditation-main .accreditation-field label {
    text-transform: none;
}

@media (max-width: 1180px) {
    .accreditation-form {
        width: min(760px, 100%);
    }
}

@media (max-width: 760px) {
    .accreditation-form {
        gap: 20px;
        padding: 24px 18px;
    }

    .accreditation-submit {
        width: 100%;
    }

    .accreditation-form input,
    .accreditation-form select,
    .accreditation-form textarea,
    .accreditation-submit {
        width: 100%;
    }

    .accreditation-main .media-accreditation-copy h2 {
        font-size: 24px;
    }

    .accreditation-main .accreditation-form h2 {
        font-size: 24px;
    }

    .accreditation-main .accreditation-field label {
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
    }

    .accreditation-hero {
        padding-top: clamp(116px, 30vw, 140px);
    }

    .accreditation-wrap {
        width: min(100% - 28px, 640px);
    }

    .accreditation-intro h1 {
        font-size: 36px;
    }

    .accreditation-form>.accreditation-submit {
        width: 100%;
    }

    .accreditation-form {
        gap: 28px;
    }

    .accreditation-grid,
    .accreditation-upload-grid {
        grid-template-columns: 1fr;
    }

    .accreditation-span-full {
        grid-column: auto;
    }

    .accreditation-section legend {
        font-size: 22px;
        line-height: 1.2;
    }
}