.triola-newsletter {
    margin-top: 90px;
    padding: 42px;
    background:
        linear-gradient(
            135deg,
            rgba(208,170,98,.08),
            transparent 50%
        ),
        #141414;
    border: 1px solid rgba(255,255,255,.13);
}

.triola-newsletter-copy > span {
    color: #d0aa62;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.8px;
}

.triola-newsletter-copy h2 {
    margin: 10px 0 18px;
    color: #f5f2eb;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 300;
    line-height: 1;
}

.triola-newsletter-copy p {
    max-width: 760px;
    color: #c7c1b7;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.triola-newsletter-form {
    margin-top: 30px;
}

.triola-newsletter-fields {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.triola-newsletter-form label > span {
    display: block;
    margin-bottom: 8px;
    color: #d0aa62;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.triola-newsletter-form input[type="text"],
.triola-newsletter-form input[type="email"] {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    background: #0d0d0d;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-family: "Inter", sans-serif;
}

.triola-newsletter-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0;
    color: #c7c1b7;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.triola-newsletter-consent input {
    margin-top: 3px;
}

.triola-newsletter-consent > span {
    margin: 0 !important;
    color: #c7c1b7 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.triola-newsletter-consent a {
    color: #d0aa62;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.triola-newsletter-form button {
    min-height: 54px;
    padding: 0 28px;
    background: #d0aa62;
    border: 1px solid #d0aa62;
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background .25s ease,
        color .25s ease;
}

.triola-newsletter-form button:hover {
    background: transparent;
    color: #e1c486;
}

.triola-newsletter-message {
    margin-top: 24px;
    padding: 16px 18px;
    font-family: "Inter", sans-serif;
}

.triola-newsletter-message.is-success {
    background: rgba(40,167,69,.15);
    border-left: 3px solid #6fb985;
}

.triola-newsletter-message.is-error {
    background: rgba(220,53,69,.15);
    border-left: 3px solid #d76a6a;
}

@media (max-width: 720px) {
    .triola-newsletter {
        padding: 26px;
    }

    .triola-newsletter-fields {
        grid-template-columns: 1fr;
    }
}
