.ja-contact-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(72px, 9vw, 132px) 28px clamp(88px, 11vw, 150px);
    color: #20201f;
}

.ja-contact-intro {
    max-width: 760px;
    margin-bottom: clamp(44px, 6vw, 76px);
}

.ja-contact-kicker,
.ja-contact-aside > span {
    display: block;
    margin-bottom: 18px;
    font: 600 11px/1.2 Inter, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ja-contact-intro h1 {
    margin: 0 0 20px;
    font: 500 clamp(52px, 7vw, 92px)/.92 "Cormorant Garamond", serif;
    letter-spacing: -.035em;
}

.ja-contact-intro p {
    max-width: 650px;
    margin: 0;
    font: 400 clamp(16px, 1.4vw, 19px)/1.75 Inter, sans-serif;
    color: #666159;
}

.ja-contact-layout {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.45fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: start;
    padding-top: 42px;
    border-top: 1px solid #cfc8bc;
}

.ja-contact-aside blockquote {
    margin: 0 0 26px;
    font: italic 500 clamp(26px, 3vw, 38px)/1.12 "Cormorant Garamond", serif;
}

.ja-contact-aside p,
.bc-form-description,
.bc-form-field small {
    color: #79736a;
    font: 400 12px/1.65 Inter, sans-serif;
}

.ja-contact-form-card {
    padding: clamp(28px, 4vw, 52px);
    background: #fffdf9;
    border: 1px solid #ded7cc;
}

.bc-form-success {
    padding: 22px 24px;
    border: 1px solid #66745e;
    background: #eef2e9;
    font: 500 14px/1.6 Inter, sans-serif;
}

.bc-form-description {
    margin: 0 0 30px;
}

.bc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
}

.bc-form-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.bc-form-full { grid-column: 1 / -1; }
.bc-form-half { grid-column: span 1; }

.bc-form-field > label {
    display: block;
    margin-bottom: 9px;
    font: 600 11px/1.3 Inter, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bc-form-field input,
.bc-form-field select,
.bc-form-field textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0;
    color: #20201f;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aaa399;
    border-radius: 0;
    outline: none;
    font: 400 15px/1.5 Inter, sans-serif;
}

.bc-form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.bc-form-field input:focus,
.bc-form-field select:focus,
.bc-form-field textarea:focus {
    border-color: #bd5c37;
    box-shadow: 0 1px 0 #bd5c37;
}

.bc-form-field small {
    display: block;
    margin-top: 8px;
}

.bc-form-error {
    display: block;
    margin-top: 7px;
    color: #a33d2f;
    font: 500 12px/1.4 Inter, sans-serif;
}

.bc-btn-primary {
    min-width: 190px;
    padding: 15px 25px;
    color: #fff;
    background: #242321;
    border: 1px solid #242321;
    border-radius: 999px;
    cursor: pointer;
    font: 600 11px/1 Inter, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.bc-btn-primary:hover {
    color: #242321;
    background: transparent;
}

@media (max-width: 760px) {
    .ja-contact-page { padding-inline: 20px; }
    .ja-contact-layout { grid-template-columns: 1fr; }
    .ja-contact-aside { max-width: 500px; }
    .bc-form-grid { grid-template-columns: 1fr; }
    .bc-form-half { grid-column: 1 / -1; }
}
