.contact-page { --contact-accent: #a83d1b; padding-top: 88px; }
.contact-page a, .contact-page button, .contact-page input, .contact-page select, .contact-page textarea { -webkit-tap-highlight-color: transparent; }
.contact-page :focus-visible { outline: 3px solid var(--contact-accent); outline-offset: 5px; }
.contact-page .nav-cta[aria-current="page"] { background: var(--ink); color: var(--paper); }
.contact-skip { position: fixed; top: -100px; left: 20px; z-index: 200; padding: 16px 22px; background: var(--ink); color: white; }
.contact-skip:focus { top: 12px; }
.contact-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.contact-intro { max-width: 1440px; margin: auto; padding: 48px 7vw 62px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 6vw; }
.contact-back { display: inline-block; color: #585650; font: 11px "DM Mono", monospace; text-decoration: none; margin-bottom: 42px; }
.contact-back:hover { text-decoration: underline; }
.contact-intro .eyebrow { color: var(--contact-accent); margin-bottom: 20px; }
.contact-intro h1 { font: 600 clamp(44px, 5.1vw, 76px)/1.06 "Playfair Display", serif; letter-spacing: -.055em; margin: 0; }
.contact-intro h1 em { color: var(--contact-accent); }
.contact-lead { max-width: 470px; font-size: 15px; line-height: 1.85; margin: 24px 0 24px; }
.contact-intro-photo { position: relative; margin: 45px 0 0; transform: rotate(2deg); background: #e6ebe7; border: 9px solid white; box-shadow: 9px 12px 0 #e9e5db; }
.contact-intro-photo::before { content: ""; position: absolute; z-index: 1; width: 82px; height: 27px; background: #efb855d9; left: calc(50% - 41px); top: -20px; transform: rotate(-5deg); }
.contact-intro-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1.65; object-fit: cover; }
.contact-intro-photo figcaption { padding: 16px 10px 9px; background: white; display: flex; justify-content: space-between; gap: 12px; font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .04em; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); max-width: 1240px; margin: 0 auto 86px; border-top: 1px solid var(--line); }
.contact-information { padding: 48px 44px; background: #e6ebe7; }
.contact-information h2 { font-size: clamp(32px, 3vw, 44px); line-height: 1.14; }
.contact-coordinates { margin: 35px 0 0; }
.contact-coordinates > div { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-coordinates dt { font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; color: #515b54; }
.contact-coordinates dd { margin: 0; font-size: 14px; line-height: 1.8; }
.contact-coordinates a { color: var(--ink); text-decoration: none; overflow-wrap: anywhere; }
.contact-coordinates a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-coordinates .contact-phone { font-size: clamp(20px, 2.05vw, 28px); font-weight: 800; letter-spacing: -.045em; }
.contact-coordinates a > span { margin-left: 7px; }
.contact-coordinates address { font-style: normal; }
.contact-coordinates .contact-address-link { display: inline-block; margin-top: 13px; font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.contact-coordinates dd p { color: #4c554e; font-size: 12px; margin: 8px 0 0; max-width: 285px; }
.contact-socials { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-socials .eyebrow { font-size: 9px; margin-bottom: 17px; }
.contact-socials > a { display: inline-block; color: var(--ink); font-size: 11px; font-weight: 800; text-underline-offset: 4px; margin: 0 16px 12px 0; }
.contact-form-panel { background: #fffdf8; padding: 48px 48px 35px; min-width: 0; scroll-margin-top: 15px; }
.contact-form-panel > .eyebrow { color: var(--contact-accent); }
.contact-form-panel h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.16; }
.contact-form-panel h2 em { color: var(--contact-accent); }
.contact-form-intro { font-size: 13px; line-height: 1.8; max-width: 425px; margin: 19px 0 26px; }
.contact-required { color: #615e58; font-size: 11px; line-height: 1.6; margin: 0 0 21px; }
.contact-trap { display: none; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.contact-field { min-width: 0; }
.contact-field-full { grid-column: 1 / -1; }
.contact-field label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 9px; line-height: 1.6; }
.contact-optional { font-weight: 500; color: #615e58; }
.contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-height: 49px; padding: 13px; border: 1px solid #b9b7af; border-radius: 3px; color: var(--ink); background: white; font: 13px/1.5 Manrope, Arial, sans-serif; }
.contact-field select { padding-right: 27px; }
.contact-field textarea { min-height: 150px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #74716b; opacity: 1; }
.contact-field [aria-invalid="true"] { border: 2px solid #a52d22; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--contact-accent); outline: 2px solid var(--contact-accent); outline-offset: 2px; }
.contact-message-help { display: flex; justify-content: space-between; gap: 10px; margin-top: 8px; font-size: 10px; color: #615e58; }
.contact-consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 23px; }
.contact-consent input { width: 18px; height: 18px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--ink); }
.contact-consent label { font-size: 11px; line-height: 1.8; color: #494740; }
.contact-consent a { color: var(--contact-accent); text-underline-offset: 3px; }
.contact-send-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; }
.contact-send { min-height: 52px; border: 0; border-radius: 100px; cursor: pointer; font-family: inherit; transition: background .2s; }
.contact-send [data-submit-label] { font-size: 12px; }
.contact-send:hover { background: #3d3c36; }
.contact-send:disabled { opacity: .65; cursor: wait; }
.contact-send-row p { color: #615e58; font: italic 15px/1.4 "Playfair Display", serif; margin: 0; }
.contact-send-status { font-size: 12px; line-height: 1.6; margin: 12px 0 0; }
.contact-send-status:empty { display: none; }
.contact-feedback { padding: 20px; margin: 22px 0; border-left: 3px solid; font-size: 13px; line-height: 1.7; scroll-margin-top: 110px; }
.contact-feedback strong { display: block; }
.contact-feedback p { margin: 7px 0 0; }
.contact-feedback ul { margin: 9px 0 0; padding-left: 18px; }
.contact-feedback a { color: inherit; }
.contact-feedback.is-error { background: #fceddf; color: #782919; border-color: #a83d1b; }
.contact-feedback.is-success { background: #e7efe3; color: #274b32; border-color: #365d40; }
.field-error { color: #9c2c20; font-size: 11px; line-height: 1.6; margin: 7px 0 0; }
.contact-visit { background: var(--ink); color: var(--paper); padding: 76px max(7vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-visit-heading .eyebrow { color: #f3ae8f; }
.contact-visit h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.1; }
.contact-visit h2 em { color: #f3ae8f; }
.contact-visit-heading > p:last-child { max-width: 360px; font-size: 14px; line-height: 1.9; color: #d0ccc3; margin: 25px 0 0; }
.contact-visit-details article { display: flex; gap: 24px; padding: 26px 0; border-top: 1px solid #53524c; }
.contact-visit-details article:first-child { padding-top: 0; border-top: 0; }
.contact-visit-details article:last-child { padding-bottom: 0; }
.contact-step { color: #f3ae8f; font: 11px "DM Mono", monospace; padding-top: 5px; }
.contact-visit-details h3 { font: 600 25px "Playfair Display", serif; margin: 0; letter-spacing: -.03em; }
.contact-visit-details p { font-size: 12px; line-height: 1.9; margin: 12px 0 16px; color: #d0ccc3; }
.contact-visit-details strong { font-weight: 600; }
.contact-visit-details .text-link { font-size: 11px; line-height: 1.8; display: inline-block; color: var(--paper); }
.contact-privacy { padding: 46px max(7vw, calc((100vw - 1240px) / 2)); background: #eeeae0; }
.contact-privacy h2 { font: 800 14px/1.6 Manrope, Arial, sans-serif; letter-spacing: 0; }
.contact-privacy p { max-width: 870px; font-size: 11px; line-height: 1.9; color: #535047; margin: 12px 0 0; }
.contact-privacy a { color: var(--ink); overflow-wrap: anywhere; }
.contact-page footer { gap: 30px; flex-wrap: wrap; }
@media (min-width: 761px) and (max-width: 1100px) {
  .contact-page .site-header { padding-inline: 3vw; }
  .contact-page .site-header nav { gap: 13px; }
  .contact-page .site-header nav a { font-size: 11px; }
  .contact-page .site-header .brand small { display: none; }
}
@media (max-width: 1280px) {
  .contact-layout { margin-inline: 7vw; }
  .contact-information, .contact-form-panel { padding: 36px 28px; }
}
@media (max-width: 960px) {
  .contact-layout { grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); }
  .contact-fields { grid-template-columns: 1fr; gap: 18px; }
  .contact-send-row { flex-wrap: wrap; }
  .contact-send-row p { display: none; }
}
@media (max-width: 760px) {
  .contact-page { padding-top: 72px; }
  .contact-intro { padding: 30px 7vw 44px; grid-template-columns: 1fr; gap: 36px; }
  .contact-back { margin-bottom: 32px; }
  .contact-intro h1 { font-size: clamp(44px, 9vw, 65px); }
  .contact-lead { font-size: 14px; }
  .contact-intro-photo { margin: 0; max-width: 440px; width: calc(100% - 10px); justify-self: center; }
  .contact-intro-photo img { aspect-ratio: 2.1; }
  .contact-layout { grid-template-columns: 1fr; margin: 0 5vw 48px; border-top: 0; }
  .contact-form-panel { grid-row: 1; padding: 32px 6vw; border-top: 2px solid var(--ink); }
  .contact-information { padding: 32px 6vw; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-field input, .contact-field select, .contact-field textarea { font-size: 16px; }
  .contact-field label { font-size: 12px; }
  .contact-consent label { font-size: 12px; }
  .contact-send { width: 100%; justify-content: space-between; }
  .contact-coordinates .contact-phone { font-size: 26px; }
  .contact-visit { padding: 50px 7vw; grid-template-columns: 1fr; gap: 36px; }
  .contact-privacy { padding: 34px 7vw; }
  .contact-page footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page { scroll-behavior: auto; }
  html:has(.contact-page) { scroll-behavior: auto; }
  .contact-page * { transition: none !important; }
}
