/* Fulgent Post Atelier — Phase 5.42 newsletter preview */
#section-shop .fpa-newsletter-signup {
    margin-top: clamp(18px, 2.4vh, 28px);
    padding-top: clamp(17px, 2.1vh, 24px);
    border-top: 1px solid rgba(255,255,255,.16);
    max-width: 440px;
}

#section-shop .fpa-newsletter-kicker {
    margin: 0 0 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #c7a34f;
}

#section-shop .fpa-newsletter-title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(21px, 1.7vw, 30px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: uppercase;
    color: #f5f5f2;
}

#section-shop .fpa-newsletter-copy {
    margin: 8px 0 13px;
    max-width: 400px;
    font-size: 10px;
    line-height: 1.55;
    color: rgba(255,255,255,.58);
}

#section-shop .fpa-newsletter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 7px;
}

#section-shop .fpa-newsletter-input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 0;
    outline: none;
    background: rgba(255,255,255,.025);
    color: #fff;
    padding: 11px 12px 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: border-color .25s ease, background .25s ease;
}

#section-shop .fpa-newsletter-input::placeholder {
    color: rgba(255,255,255,.38);
    opacity: 1;
}

#section-shop .fpa-newsletter-input:focus {
    border-color: #c7a34f;
    background: rgba(255,255,255,.045);
}

#section-shop .fpa-newsletter-button {
    border: 1px solid #c7a34f;
    border-radius: 0;
    background: #c7a34f;
    color: #090909;
    padding: 10px 14px 9px;
    font-family: 'Oswald', sans-serif;
    font-size: 8px;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

#section-shop .fpa-newsletter-button:hover,
#section-shop .fpa-newsletter-button:focus-visible {
    background: transparent;
    color: #c7a34f;
    outline: none;
}

#section-shop .fpa-newsletter-meta,
#section-shop .fpa-newsletter-status {
    margin: 8px 0 0;
    min-height: 13px;
    font-size: 8px;
    line-height: 1.45;
    letter-spacing: .08em;
    color: rgba(255,255,255,.38);
}

#section-shop .fpa-newsletter-status.is-error { color: #f1b6b6; }
#section-shop .fpa-newsletter-status.is-ready { color: #c7a34f; }

@media (max-width: 1180px) {
    #section-shop .fpa-newsletter-row {
        grid-template-columns: 1fr;
    }
    #section-shop .fpa-newsletter-button {
        width: 100%;
        min-height: 36px;
    }
}

@media (max-height: 760px) and (min-width: 900px) {
    #section-shop .fpa-newsletter-signup {
        margin-top: 13px;
        padding-top: 13px;
    }
    #section-shop .fpa-newsletter-copy { margin-bottom: 9px; }
    #section-shop .fpa-newsletter-meta { display: none; }
}
