.cfm-contact-section {
    background: #f3f0ea;
}

.cf-contact,
.cf-contact *,
.cf-contact *::before,
.cf-contact *::after {
    box-sizing: border-box;
}

.cf-contact {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: start;
    color: #171513;
}

.cf-contact__intro {
    position: sticky;
    top: 120px;
}

.cf-contact__intro h2 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #171513;
    font-size: clamp(2rem, 3.4vw, 3rem);
    letter-spacing: -.045em;
    line-height: 1.04;
}

.cf-contact__intro > p:not(.cfm-eyebrow) {
    max-width: 470px;
    color: #665f58;
    font-size: 1rem;
    line-height: 1.7;
}

.cf-contact__intro dl {
    display: grid;
    gap: 0;
    margin: 34px 0 0;
    border-top: 1px solid rgba(23, 21, 19, .14);
}

.cf-contact__intro dl > div {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(23, 21, 19, .14);
}

.cf-contact__intro dt {
    color: #786f67;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cf-contact__intro dd {
    min-width: 0;
    margin: 0;
    color: #171513;
    font-size: .9rem;
    overflow-wrap: anywhere;
}

.cf-contact__intro a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.cf-contact__panel {
    min-width: 0;
    padding: clamp(24px, 4vw, 44px);
    background: #fffdf9;
    border: 1px solid rgba(23, 21, 19, .12);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(48, 38, 29, .1);
}

.cf-contact__form {
    display: grid;
    gap: 20px;
}

.cf-contact__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cf-contact__form label {
    display: grid;
    min-width: 0;
    gap: 8px;
    color: #302c28;
    font-size: .84rem;
    font-weight: 720;
}

.cf-contact__form label > span b {
    color: #a63800;
}

.cf-contact__form :where(input, textarea) {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 13px 14px;
    color: #171513;
    background: #fff;
    border: 1px solid #bbb2a9;
    border-radius: 10px;
    box-shadow: none;
    font: inherit;
    font-size: 16px;
    line-height: 1.45;
}

.cf-contact__form textarea {
    min-height: 170px;
    resize: vertical;
}

.cf-contact__form :where(input, textarea):focus {
    border-color: #9f3200;
    outline: 3px solid rgba(255, 106, 36, .2);
    outline-offset: 1px;
}

.cf-contact__form small {
    color: #746c65;
    font-size: .74rem;
    font-weight: 500;
}

.cf-contact__privacy {
    margin: 0;
    color: #665f58;
    font-size: .78rem;
    line-height: 1.55;
}

.cf-contact__privacy a {
    color: #4c2617;
    font-weight: 700;
    text-underline-offset: 3px;
}

.cf-contact__form .cfm-button {
    width: min(100%, 280px);
    min-height: 48px;
    border: 0;
    cursor: pointer;
}

.cf-contact__form .cfm-button:disabled {
    opacity: .65;
    cursor: wait;
}

.cf-contact__status {
    min-height: 1.4em;
    margin: -8px 0 0;
    color: #6a2c0d;
    font-size: .8rem;
}

.cf-contact__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.cf-contact__notice {
    display: grid;
    gap: 3px;
    margin: 0 0 22px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: .86rem;
    line-height: 1.45;
}

.cf-contact__notice--success {
    color: #17452a;
    background: #e7f5ec;
    border: 1px solid #9bcfaf;
}

.cf-contact__notice--error {
    color: #6b271b;
    background: #fff0eb;
    border: 1px solid #e8b1a0;
}

@media (max-width: 780px) {
    .cf-contact {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cf-contact__intro {
        position: static;
    }
}

@media (max-width: 520px) {
    .cf-contact__row {
        grid-template-columns: 1fr;
    }

    .cf-contact__panel {
        padding: 22px 18px;
        border-radius: 15px;
    }

    .cf-contact__form .cfm-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cf-contact *,
    .cf-contact *::before,
    .cf-contact *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
