.contacts-hero { padding: 175px 0 92px; color: #f4f1eb; background: #1b1b19; }
.contacts-hero .container { max-width: 1200px; }
.contacts-hero h1 { max-width: 780px; margin: 20px 0 24px; font-family: var(--serif); font-size: clamp(52px, 7vw, 104px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.contacts-hero h1 em, .contacts-details h2 em, .contact-form-section h2 em { color: #d9503e; font-weight: inherit; }
.contacts-hero > .container > p:last-child { max-width: 490px; margin: 0; color: #c5c1ba; font-size: 16px; line-height: 1.7; }
.contacts-content { padding: 112px 0; background: #f3f0e9; }
.contacts-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 8vw, 130px); align-items: start; }
.contacts-details h2, .contact-form-section h2 { margin: 20px 0 42px; font-family: var(--serif); font-size: clamp(40px, 4.6vw, 70px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.contacts-details address { margin: 0 0 42px; font-style: normal; color: #56534d; font-size: 18px; line-height: 1.65; }
.contacts-details address strong { color: #1b1b19; font-size: 20px; }
.contacts-details dl { margin: 0; border-top: 1px solid #cbc6bc; }
.contacts-details dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid #cbc6bc; }
.contacts-details dt { color: #777269; font: 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contacts-details dd { margin: 0; color: #242320; font-size: 14px; }
.contacts-details a { color: #1b1b19; text-decoration-color: #d9503e; text-underline-offset: 4px; }
.map-wrap { min-height: 500px; overflow: hidden; background: #ddd8ce; }
.map-wrap iframe { display: block; width: 100%; min-height: 500px; border: 0; filter: grayscale(1) contrast(.9); }
.contact-form-section { padding: 112px 0 124px; }
.form-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 10vw, 160px); }
.contact-form-section h2 { color: #f4f1eb; }
.contact-form-section .form-grid > div > p:last-child { max-width: 350px; margin: 0; color: #b9b5ad; line-height: 1.7; }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form label { display: grid; gap: 9px; color: #dad6cf; font: 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; box-sizing: border-box; border: 0; border-bottom: 1px solid #65615a; border-radius: 0; padding: 10px 0 12px; color: #f5f2ec; background: transparent; font: 15px/1.5 var(--sans); outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #d9503e; }
.contact-form .button-light { justify-self: start; margin-top: 10px; border: 0; cursor: pointer; }
.contact-form .privacy-consent { display: flex; align-items: flex-start; gap: 10px; color: #d0ccc5; font: 12px/1.6 var(--sans); letter-spacing: 0; text-transform: none; }
.contact-form .privacy-consent input { width: 16px; height: 16px; min-width: 16px; margin: 2px 0 0; accent-color: #d9503e; }
.contact-form .privacy-consent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-note { margin: -5px 0 0; color: #aaa69f; font-size: 12px; }
.form-note[data-status="success"] { color: #d6e7c1; }
.form-note[data-status="error"] { color: #f2b5aa; }
.website-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 760px) { .contacts-hero { padding: 138px 0 68px; } .contacts-content, .contact-form-section { padding: 76px 0; } .contacts-grid, .form-grid { grid-template-columns: 1fr; gap: 52px; } .map-wrap, .map-wrap iframe { min-height: 350px; } .form-row { grid-template-columns: 1fr; gap: 20px; } .contacts-details h2, .contact-form-section h2 { margin-bottom: 32px; } }
