.contact-page .header { max-width: 1280px; height: 78px; padding: 0 52px; color: var(--ink); }
.contact-page .nav > a:hover, .contact-page .dropdown-toggle:hover { color: #5f7138; }
.contact-page .menu-toggle { border-color: #17181730; }
.contact-page .menu-toggle span { background: var(--ink); }
.contact-page .nav-cta { min-height: 40px; }
.contact-main { max-width: 1280px; margin: 0 auto; padding: 50px 52px 72px; }
.contact-heading .eyebrow { margin-bottom: 24px; color: var(--ink); }
.contact-heading h1 { font-size: clamp(36px, 4vw, 48px); line-height: 1.2; letter-spacing: -.065em; }
.contact-heading > p:last-child { margin-top: 22px; color: #5f605d; font-size: 16px; line-height: 1.5; }
.contact-layout { display: grid; grid-template-columns: 1.75fr 1fr; align-items: start; gap: 64px; margin-top: 64px; }
.inquiry-form { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.inquiry-field { display: flex; flex-direction: column; gap: 16px; }
.inquiry-field label { font-size: 20px; line-height: 1.4; }
.inquiry-field input, .inquiry-field textarea { width: 100%; min-width: 0; padding: 16px 24px; border: 1px solid #c6c8c3; border-radius: 12px; background: white; color: var(--ink); font-size: 16px; line-height: 1.5; letter-spacing: -.025em; transition: border-color .2s; }
.inquiry-field input { height: 56px; }
.inquiry-field textarea { height: 168px; min-height: 140px; resize: vertical; }
.inquiry-field input::placeholder, .inquiry-field textarea::placeholder { color: #888b86; }
.inquiry-field input:hover, .inquiry-field textarea:hover { border-color: #7c8276; }
.inquiry-field input:focus, .inquiry-field textarea:focus { border-color: #41483a; }
.contact-submit { align-self: flex-start; background: var(--ink); color: var(--lime); min-height: 48px; padding-left: 16px; }
.contact-submit > span { width: 40px; height: 40px; color: var(--ink); background: var(--lime); }
.contact-submit:hover { background: #333a2b; }
.inquiry-status { margin-top: -10px; color: var(--muted); font-size: 12px; line-height: 1.6; max-width: 550px; }
.inquiry-status.is-previewed { border-radius: 12px; background: #eff8dc; color: #344024; padding: 14px 18px; font-size: 14px; }
.contact-information { display: flex; flex-direction: column; gap: 24px; font-style: normal; }
.contact-information dt { font-size: 16px; line-height: 1.5; margin-bottom: 16px; color: #444641; }
.contact-information dl, .contact-information dd { margin: 0; }
.contact-information dl { display: flex; flex-direction: column; gap: 24px; }
.contact-information dd { font-size: 20px; line-height: 1.45; letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-information dd > a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color .2s; }
.contact-information dd > a:hover { text-decoration-color: #74814f; }
.contact-socials { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-socials a { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; transition: background .2s, transform .2s; }
.contact-socials a:hover { background: #465332; transform: translateY(-2px); }
.contact-socials svg { width: 20px; height: 20px; }
.contact-example-note { font-size: 12px; color: #787b74; margin-top: 4px; }
.contact-footer { max-width: 1128px; margin: 0 auto 24px; padding: 40px 36px 30px; background: var(--ink); color: #fff; border-radius: 24px; }
.contact-footer .footer-top { gap: 60px; }
.contact-footer .footer-about { max-width: 445px; }
.contact-footer .footer-about > a > img { width: 160px; margin-bottom: 24px; }
.contact-footer .footer-about > p { color: #ffffffd6; max-width: 440px; font-size: 14px; }
.contact-footer .newsletter { margin-top: 20px; }
.contact-footer .newsletter label { font-size: 14px; }
.contact-footer .newsletter form { max-width: 355px; border: 0; background: #ffffff14; padding: 5px; }
.contact-footer .newsletter input { color: #fff; padding-left: 16px; }
.contact-footer .newsletter input::placeholder { color: #ffffff73; }
.contact-footer .newsletter .button { font-size: 12px; gap: 6px; }
.contact-footer .form-note { color: #ffffff80; }
.contact-footer .footer-links { gap: 80px; padding-right: 0; padding-top: 6px; }
.contact-footer .footer-links p { color: #ffffff70; }
.contact-footer .footer-links a { color: #ffffffbf; font-size: 14px; }
.contact-footer .footer-links a:hover { color: var(--lime); }
.contact-footer .footer-bottom { border-color: #ffffff1c; margin-top: 34px; color: #ffffff91; font-size: 12px; }
@media (max-width: 1000px) {
  .contact-page .header { padding: 0 32px; }
  .contact-main { padding: 48px 32px 64px; }
  .contact-layout { grid-template-columns: 1.5fr 1fr; gap: 40px; }
  .contact-information dd { font-size: 18px; }
  .contact-footer { margin: 0 24px 24px; }
  .contact-footer .footer-links { gap: 40px; }
}
@media (max-width: 760px) {
  .contact-page .header { height: 76px; padding: 0 24px; }
  .contact-main { padding: 34px 24px 48px; }
  .contact-heading .eyebrow { font-size: 14px; margin-bottom: 20px; }
  .contact-heading h1 { font-size: 40px; }
  .contact-heading > p:last-child { margin-top: 18px; max-width: 480px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; margin-top: 42px; }
  .inquiry-field { gap: 12px; }
  .inquiry-field label { font-size: 18px; }
  .inquiry-field input, .inquiry-field textarea { padding: 15px 18px; }
  .contact-submit { font-size: 14px; }
  .contact-information dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px 24px; }
  .contact-information dd { font-size: 18px; }
  .contact-information dt { margin-bottom: 12px; }
  .contact-footer { margin: 0 12px 12px; padding: 32px 24px 24px; border-radius: 20px; }
  .contact-footer .footer-top { gap: 32px; }
  .contact-footer .footer-about { max-width: none; }
  .contact-footer .footer-links { gap: 64px; }
  .contact-footer .footer-bottom { margin-top: 30px; }
}
@media (max-width: 440px) {
  .contact-main { padding-inline: 22px; }
  .contact-heading h1 { font-size: 36px; }
  .contact-information dl { grid-template-columns: minmax(0, 1fr); }
  .contact-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
