.oc-contact {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 6vw, 90px);
    align-items: start;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(56px, 8vw, 112px) 48px;
    box-sizing: border-box;
}
.oc-contact__intro { position: sticky; top: 120px; }
.oc-contact__kicker { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #666544; }
.oc-contact__title { margin: 0 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: .95; text-transform: uppercase; }
.oc-contact__copy { max-width: 430px; margin: 0; font-size: 17px; line-height: 1.7; color: #555; }
.oc-contact__card { padding: clamp(24px, 4vw, 46px); background: #f7f6f3; border: 1px solid rgba(17,17,17,.12); border-radius: 10px; }
.oc-contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.oc-contact__field { margin: 0 0 18px; }
.oc-contact__field label { display: block; margin: 0 0 8px; color: #111; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.oc-contact__field input,
.oc-contact__field select,
.oc-contact__field textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(17,17,17,.3);
    border-radius: 4px;
    color: #111;
    font: inherit;
}
.oc-contact__field textarea { min-height: 180px; resize: vertical; }
.oc-contact__field input:focus,
.oc-contact__field select:focus,
.oc-contact__field textarea:focus { outline: 2px solid #666544; outline-offset: 2px; border-color: #666544; }
.oc-contact__consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 22px; color: #444; font-size: 14px; line-height: 1.5; }
.oc-contact__consent input { margin-top: 4px; }
.oc-contact__consent a { color: #666544; text-decoration: underline; text-underline-offset: 3px; }
.oc-contact__submit { width: 100%; min-height: 58px; padding: 16px 24px; background: #666544; color: #fff; border: 0; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.oc-contact__submit:hover { background: #51513a; }
.oc-contact__required { margin: 12px 0 0; color: #777; font-size: 12px; }
.oc-contact__notice { margin: 0 0 22px; padding: 16px 18px; border-radius: 6px; font-weight: 600; }
.oc-contact__notice--success { background: #666544; color: #fff; }
.oc-contact__notice--error { background: #fff2f2; color: #7a1515; border: 1px solid #e5bcbc; }
.oc-contact__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 1024px) {
    .oc-contact { padding-left: 32px; padding-right: 32px; }
    .oc-contact__intro { position: static; }
}
@media (max-width: 767px) {
    .oc-contact { grid-template-columns: 1fr; gap: 34px; padding: 44px 20px 64px; }
    .oc-contact__grid { grid-template-columns: 1fr; gap: 0; }
    .oc-contact__card { padding: 22px 18px; }
    .oc-contact__title { font-size: 50px; }
}
