.site-main--contact {
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #eeeae2;
    box-shadow: none;
    text-align: left;
}

.contact-page { color: #252923; }
.contact-header { border-bottom: 3px solid #9b6628; background: #30362f; color: #fff; }
.contact-header__inner { width: min(100%, 75rem); margin: 0 auto; padding: clamp(3rem, 7vw, 5.25rem) clamp(1.5rem, 5vw, 4rem); }
.contact-header__eyebrow, .contact-overview__eyebrow, .contact-form-panel__eyebrow { margin: 0 0 0.75rem; color: #e3c08b; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.contact-header h1 { margin: 0; font-size: clamp(2.35rem, 5vw, 4rem); line-height: 1.05; text-transform: capitalize; text-wrap: balance; }

.contact-overview { display: grid; width: min(100%, 75rem); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem); align-items: start; gap: clamp(2.5rem, 6vw, 5rem); grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr); }
.contact-overview__details, .contact-form-panel { min-width: 0; }
.contact-overview__eyebrow, .contact-form-panel__eyebrow { color: #6e4a20; }
.contact-overview h2, .contact-form-panel h2 { margin: 0; color: #20251f; font-size: clamp(1.8rem, 3.5vw, 2.75rem); line-height: 1.12; text-wrap: balance; }
.contact-overview__body { margin-top: 1.5rem; color: #444940; font-size: 1.05rem; line-height: 1.75; }
.contact-overview__body > :first-child { margin-top: 0; }
.contact-overview__body > :last-child { margin-bottom: 0; }
.contact-overview__body br { display: none; }
.contact-overview__body a { color: #684419; font-weight: 700; overflow-wrap: anywhere; text-underline-offset: 0.2em; }
.contact-overview__body a:hover { color: #3f2910; }
.contact-overview__body a:focus-visible, .contact-overview__body .copy-email-btn:focus-visible { outline: 3px solid #9b6628; outline-offset: 3px; }
.contact-overview__body .copy-email-btn { display: inline-flex; width: 1.75rem; height: 1.75rem; margin-left: 0.4rem; align-items: center; justify-content: center; padding: 0; border: 1px solid #a68d6d; border-radius: 3px; background: #f7f2e9; color: #684419; cursor: pointer; vertical-align: middle; transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease; }
.contact-overview__body .copy-email-btn:hover { border-color: #7d501d; background: #eadfce; color: #3f2910; }
.contact-overview__body .copy-email-btn svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-overview__body .copy-email-btn__check { display: none; }
.contact-overview__body .copy-email-btn.is-copied { border-color: #537047; background: #edf5e9; color: #304329; }
.contact-overview__body .copy-email-btn.is-copied .copy-email-btn__icon { display: none; }
.contact-overview__body .copy-email-btn.is-copied .copy-email-btn__check { display: block; }
.copy-email-status { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.contact-overview__image { width: min(100%, 20rem); margin: 2rem 0 0; overflow: hidden; border-radius: 3px; background: #d6d0c5; box-shadow: 0 1rem 2.5rem rgba(35, 39, 33, 0.16); }
.contact-overview__image img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 10%; }

.contact-form-panel { padding: clamp(1.75rem, 4vw, 3rem); border-top: 4px solid #9b6628; border-radius: 3px; background: #fff; box-shadow: 0 1rem 2.75rem rgba(35, 39, 33, 0.12); }
.contact-form-panel__intro { margin: 0.75rem 0 0; color: #5a5f56; line-height: 1.6; }
.contact-form { margin-top: 2rem; }
.contact-form .form-group { margin-bottom: 1.35rem; }
.contact-form .form-group label { display: block; margin-bottom: 0.5rem; color: #292e28; font-size: 0.95rem; font-weight: 700; }
.contact-form .form-control { display: block; width: 100%; min-width: 0; padding: 0.8rem 0.9rem; border: 1px solid #9a9c95; border-radius: 3px; background: #fff; color: #20251f; font: inherit; font-size: 1rem; line-height: 1.4; transition: border-color 150ms ease, box-shadow 150ms ease; }
.contact-form .form-control:hover { border-color: #656a62; }
.contact-form .form-control:focus { border-color: #7d501d; outline: 0; box-shadow: 0 0 0 3px rgba(155, 102, 40, 0.24); }
.contact-form textarea.form-control { min-height: 10rem; resize: vertical; }
.contact-form button[type="submit"] { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; padding: 0.8rem 1.5rem; border: 2px solid #9b6628; border-radius: 3px; background: #c58b3a; color: #171b17; cursor: pointer; font: inherit; font-weight: 700; transition: background-color 150ms ease, border-color 150ms ease; }
.contact-form button[type="submit"]:hover { border-color: #b77d31; background: #dba752; }
.contact-form button[type="submit"]:focus-visible { outline: 3px solid #7d501d; outline-offset: 3px; }
.contact-form .field-validation-error, .contact-form .validation-summary-errors { color: #a52424; font-size: 0.9rem; font-weight: 700; line-height: 1.45; }
.contact-form .field-validation-error { display: block; margin-top: 0.4rem; }
.contact-form .validation-summary-errors { margin-bottom: 1.25rem; padding: 0.85rem 1rem; border-left: 4px solid #a52424; background: #fff2f0; }
.contact-form .validation-summary-errors ul { margin: 0; padding-left: 1.25rem; }
.success-message { margin: 1.5rem 0 0; padding: 0.9rem 1rem; border-left: 4px solid #537047; background: #edf5e9; color: #304329; font-weight: 700; line-height: 1.5; }
.honeypot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 700px) {
    .site-main--contact { width: auto; margin: 0; padding: 0; }
    .contact-header__inner { padding: 2.75rem 1.25rem; }
    .contact-overview { padding: 3.5rem 1.25rem; gap: 2.75rem; grid-template-columns: minmax(0, 1fr); }
    .contact-overview__image { width: min(100%, 24rem); }
    .contact-form-panel { padding: 1.5rem 1.25rem; }
    .contact-form button[type="submit"] { width: 100%; }
}
