/* EL JAWARIYA Fidélité — accueil personnalisé et typographie v0.2.4 */

.home-premium {
    color: #584446;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-premium .hero-copy {
    font-family: inherit;
}

.home-premium .hero-copy .eyebrow,
.home-premium .steps article > span {
    color: #9c8b85;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-premium .hero-copy h1 {
    max-width: 760px;
    margin-bottom: 1.35rem;
    color: #584446;
    font-family: inherit;
    font-size: clamp(2.65rem, 6vw, 5rem);
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.home-premium .hero-copy p {
    max-width: 650px;
    color: #6e5d58;
    font-family: inherit;
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    font-weight: 300;
    line-height: 1.9;
}

.home-premium .hero-copy p strong {
    color: #584446;
    font-weight: 400;
}

.home-premium .hero-actions .button {
    font-family: inherit;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-premium .steps article {
    font-family: inherit;
}

.home-premium .steps article > span {
    display: inline-block;
    margin-bottom: 2rem;
}

.home-premium .steps h2 {
    color: #584446;
    font-family: inherit;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.35;
}

.home-premium .steps p {
    color: #6e5d58;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.85;
}

.home-premium .home-text-link {
    display: inline-block;
    margin-top: 0.45rem;
    padding-bottom: 2px;
    border-bottom: 1px solid #d9c0a9;
    color: #584446;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.home-premium .home-text-link:hover {
    border-bottom-color: #584446;
}

.home-premium .home-live-card .card-top,
.home-premium .home-live-card .card-name,
.home-premium .home-live-card .card-points,
.home-premium .home-live-card .qr-wrap,
.home-premium .home-live-card .card-code {
    z-index: 2;
}

.home-premium .home-live-card .card-top,
.home-premium .home-live-card .card-name,
.home-premium .home-live-card .card-points {
    position: relative;
}

.home-premium .home-live-card .card-points {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.home-premium .home-live-card .card-name,
.home-premium .home-live-card .card-code,
.home-premium .home-live-card .card-top {
    font-family: inherit;
    font-weight: 300;
}

.home-premium .home-account-steps article {
    display: flex;
    min-height: 260px;
    flex-direction: column;
}

.home-premium .home-account-steps .home-text-link {
    margin-top: auto;
    align-self: flex-start;
}

@media (max-width: 850px) {
    .home-premium .hero-copy h1 {
        font-size: clamp(2.55rem, 9vw, 4.25rem);
    }

    .home-premium .hero-authenticated {
        padding-top: 2.5rem;
    }
}

@media (max-width: 650px) {
    .home-premium .hero-copy .eyebrow {
        margin-bottom: 1.35rem;
        font-size: 10px;
        letter-spacing: 3.4px;
    }

    .home-premium .hero-copy h1 {
        margin-bottom: 1.2rem;
        font-size: clamp(2.45rem, 11vw, 3.65rem);
        line-height: 1.06;
    }

    .home-premium .hero-copy p {
        font-size: 1rem;
        line-height: 1.85;
    }

    .home-premium .hero-actions .button {
        font-size: 11px;
        letter-spacing: 1.55px;
    }

    .home-premium .home-account-steps article {
        min-height: 0;
    }
}
