/* =========================================================
   HOCKENHEIM-FM
   ARTIST APPLICATION
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.artist-application-hero {
    padding: 92px 0 82px;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(224, 36, 49, 0.14),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #0d0d0f 0%,
            #151518 100%
        );
    color: #ffffff;
}

.artist-application-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 70px;
    align-items: center;
}

.artist-application-copy h1 {
    margin: 14px 0 24px;
    max-width: 850px;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.artist-application-intro {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.12rem;
    line-height: 1.75;
}

.artist-public-url-preview {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 38px;
    padding: 17px 21px;
    border-left: 3px solid #e02431;
    background: rgba(255, 255, 255, 0.045);
}

.artist-public-url-preview span {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.artist-public-url-preview strong {
    color: #ffffff;
    font-size: 1.08rem;
    letter-spacing: -0.015em;
}


/* =========================================================
   HERO STATUS
   ========================================================= */

.artist-application-status {
    position: relative;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.artist-application-status::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 82px;
    height: 3px;
    background: #e02431;
}

.artist-application-status-label {
    display: block;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.artist-application-status strong {
    display: block;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1.2;
}

.artist-application-status p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.65;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.artist-application-benefits {
    padding: 88px 0 96px;
    background: #111114;
    color: #ffffff;
}

.artist-application-benefits .section-heading h2 {
    color: #ffffff;
}

.artist-application-benefits .eyebrow {
    color: #ff7a00;
}

.artist-application-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.artist-application-benefit {
    position: relative;
    min-height: 285px;
    padding: 29px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
}

.artist-application-benefit::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(224, 36, 49, 0.18);
    border-radius: 50%;
}

.artist-application-benefit > span {
    display: block;
    margin-bottom: 48px;
    color: #ef2635;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.artist-application-benefit h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.2;
}

.artist-application-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.94rem;
    line-height: 1.65;
}


/* =========================================================
   APPLICATION SECTION
   ========================================================= */

.artist-application-form-section {
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 80% 35%,
            rgba(224, 36, 49, 0.08),
            transparent 30%
        ),
        #161619;
    color: #ffffff;
}

.artist-application-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    gap: 86px;
    align-items: start;
}

.artist-application-form-copy {
    position: sticky;
    top: 35px;
}

.artist-application-form-copy h2 {
    margin: 12px 0 22px;
    color: #ffffff;
    font-size: clamp(2.5rem, 4.5vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.artist-application-form-copy > p:not(.eyebrow) {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.04rem;
    line-height: 1.75;
}


/* =========================================================
   APPLICATION PROCESS
   ========================================================= */

.artist-application-process {
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-application-process-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-application-process-item > span {
    color: #ef2635;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.artist-application-process-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 0.98rem;
}

.artist-application-process-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    line-height: 1.55;
}


/* =========================================================
   FORM PANEL
   ========================================================= */

.artist-application-panel {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #202024;
    box-shadow: 0 32px 75px rgba(0, 0, 0, 0.32);
}

.artist-application-panel-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.artist-application-panel-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e02431;
    box-shadow: 0 0 0 5px rgba(224, 36, 49, 0.12);
}

.artist-application-panel > h2 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.artist-application-panel-intro {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.6;
}


/* =========================================================
   FORM
   ========================================================= */

.artist-application-form {
    display: flex;
    flex-direction: column;
}

.artist-application-form > label:not(.artist-application-consent) {
    margin: 19px 0 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.artist-application-form input[type="text"],
.artist-application-form input[type="url"] {
    width: 100%;
    min-height: 54px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    outline: none;
    background: #f7f7f7;
    color: #17171a;
    font: inherit;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
    box-sizing: border-box;
}

.artist-application-form input:focus {
    border-color: #e02431;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(224, 36, 49, 0.11);
}

.artist-application-form input::placeholder {
    color: #8e8e93;
}


/* =========================================================
   SLUG FIELD
   ========================================================= */

.artist-slug-field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #f7f7f7;
}

.artist-slug-field:focus-within {
    border-color: #e02431;
    box-shadow: 0 0 0 3px rgba(224, 36, 49, 0.11);
}

.artist-slug-field > span {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    color: #66666b;
    font-size: 0.9rem;
    white-space: nowrap;
}

.artist-slug-field input[type="text"] {
    min-width: 0;
    border: 0;
    box-shadow: none;
}

.artist-slug-field input[type="text"]:focus {
    border: 0;
    box-shadow: none;
}

.artist-field-hint {
    margin: 8px 0 4px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    line-height: 1.5;
}


/* =========================================================
   PLATFORM GROUPS
   ========================================================= */

.artist-platform-heading {
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-platform-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #ef2635;
    font-size: 0.71rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.artist-platform-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.84rem;
    line-height: 1.55;
}


/* =========================================================
   VERIFY NOTICE
   ========================================================= */

.artist-verify-notice {
    margin-top: 24px;
    padding: 20px;
    border-left: 3px solid #e02431;
    background: #29292e;
}

.artist-verify-notice strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 0.9rem;
}

.artist-verify-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.82rem;
    line-height: 1.6;
}


/* =========================================================
   CONSENT
   ========================================================= */

.artist-application-consent {
    display: grid;
    grid-template-columns: 19px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 31px;
    cursor: pointer;
}

.artist-application-consent input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: #e02431;
}

.artist-application-consent span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    line-height: 1.55;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.artist-application-form button {
    width: 100%;
    min-height: 58px;
    margin-top: 27px;
    padding: 0 22px;
    border: 0;
    background: #e02431;
    color: #ffffff;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition:
        transform 150ms ease,
        background 150ms ease,
        box-shadow 150ms ease;
}

.artist-application-form button:hover {
    transform: translateY(-2px);
    background: #c91d29;
    box-shadow: 0 12px 25px rgba(224, 36, 49, 0.25);
}

.artist-application-form button:active {
    transform: translateY(0);
}


/* =========================================================
   ACCOUNT NOTE
   ========================================================= */

.artist-application-account-note {
    margin-top: 29px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-application-account-note > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.artist-application-account-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.8rem;
    line-height: 1.55;
}


/* =========================================================
   AFTER VERIFICATION
   ========================================================= */

.artist-after-verification {
    padding: 90px 0;
    background: #0d0d0f;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.artist-after-verification-box {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 70px;
    align-items: center;
}

.artist-after-verification-box h2 {
    margin: 11px 0 17px;
    color: #ffffff;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.artist-after-verification-box p:not(.eyebrow) {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
}

.artist-after-verification-url {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid #e02431;
    background: rgba(255, 255, 255, 0.04);
}

.artist-after-verification-url span {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.artist-after-verification-url strong {
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.35rem);
    word-break: break-word;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

    .artist-application-hero-inner,
    .artist-application-form-layout,
    .artist-after-verification-box {
        grid-template-columns: 1fr;
    }

    .artist-application-hero-inner {
        gap: 45px;
    }

    .artist-application-status {
        max-width: 600px;
    }

    .artist-application-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-application-form-layout {
        gap: 55px;
    }

    .artist-application-form-copy {
        position: static;
    }

    .artist-after-verification-box {
        gap: 38px;
    }

}


@media (max-width: 680px) {

    .artist-application-hero {
        padding: 65px 0 60px;
    }

    .artist-application-benefits,
    .artist-application-form-section,
    .artist-after-verification {
        padding: 68px 0;
    }

    .artist-application-copy h1 {
        font-size: clamp(2.8rem, 15vw, 4.3rem);
    }

    .artist-application-benefit-grid {
        grid-template-columns: 1fr;
    }

    .artist-application-benefit {
        min-height: 0;
    }

    .artist-application-benefit > span {
        margin-bottom: 30px;
    }

    .artist-application-panel {
        padding: 28px 20px;
    }

    .artist-slug-field {
        display: block;
    }

    .artist-slug-field > span {
        min-height: 38px;
        padding: 0 15px;
        border-bottom: 1px solid #d5d5d5;
        font-size: 0.82rem;
    }

    .artist-slug-field input[type="text"] {
        min-height: 50px;
    }

    .artist-public-url-preview {
        width: 100%;
        box-sizing: border-box;
    }

}