body.page-id-890 {
    --ivory-contact-black: #111111;
    --ivory-contact-ink: #1c1c1c;
    --ivory-contact-muted: #77736d;
    --ivory-contact-line: #d9d5cf;
    --ivory-contact-soft: #f7f5f1;
}

body.page-id-890 .wpcf7 {
    width: 100%;
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--ivory-contact-ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.page-id-890 .ivory-contact-form {
    display: grid;
    gap: 20px;
    width: 100%;
}

body.page-id-890 .ivory-contact-form__row {
    position: relative;
    margin: 0;
}

body.page-id-890 .ivory-contact-form input[type="text"],
body.page-id-890 .ivory-contact-form input[type="email"],
body.page-id-890 .ivory-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 15px 0 13px;
    border: 0;
    border-bottom: 1px solid var(--ivory-contact-black);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ivory-contact-black);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.45;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-id-890 .ivory-contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

body.page-id-890 .ivory-contact-form input::placeholder,
body.page-id-890 .ivory-contact-form textarea::placeholder {
    color: var(--ivory-contact-muted);
    opacity: 1;
}

body.page-id-890 .ivory-contact-form input:focus,
body.page-id-890 .ivory-contact-form textarea:focus {
    border-bottom-color: var(--ivory-contact-black);
    background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), var(--ivory-contact-black) calc(100% - 1px));
}

body.page-id-890 .ivory-contact-form .wpcf7-not-valid {
    border-bottom-color: #9b1c1c;
}

body.page-id-890 .ivory-contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    color: #9b1c1c;
    font-size: 11px;
    letter-spacing: 0.04em;
}

body.page-id-890 .ivory-contact-form__submit {
    margin-top: 10px;
}

body.page-id-890 .ivory-contact-form input[type="submit"],
body.page-id-890 .ivory-contact-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 15px 28px;
    border: 1px solid var(--ivory-contact-black);
    border-radius: 0;
    background: var(--ivory-contact-black);
    color: #ffffff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

body.page-id-890 .ivory-contact-form input[type="submit"]:hover,
body.page-id-890 .ivory-contact-form input[type="submit"]:focus-visible,
body.page-id-890 .ivory-contact-form .wpcf7-submit:hover,
body.page-id-890 .ivory-contact-form .wpcf7-submit:focus-visible {
    background: var(--ivory-contact-black);
    color: #ffffff;
    opacity: 0.78;
    outline: none;
}

body.page-id-890 .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
    background-color: var(--ivory-contact-black);
}

body.page-id-890 .wpcf7 form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 16px;
    border: 1px solid var(--ivory-contact-black);
    color: var(--ivory-contact-black);
    font-size: 12px;
    line-height: 1.5;
}

body.page-id-890 .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--ivory-contact-black);
    background: var(--ivory-contact-soft);
}

body.page-id-890 .wpcf7 form.invalid .wpcf7-response-output,
body.page-id-890 .wpcf7 form.unaccepted .wpcf7-response-output,
body.page-id-890 .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #9b1c1c;
    background: #fff8f7;
}

@media (max-width: 767px) {
    body.page-id-890 .wpcf7 {
        max-width: none;
        margin-top: 18px;
    }

    body.page-id-890 .ivory-contact-form {
        gap: 17px;
    }

    body.page-id-890 .ivory-contact-form input[type="text"],
    body.page-id-890 .ivory-contact-form input[type="email"],
    body.page-id-890 .ivory-contact-form textarea {
        min-height: 50px;
        font-size: 12px;
    }

    body.page-id-890 .ivory-contact-form textarea {
        min-height: 118px;
    }
}
