.contact-hero {
  min-height: min(680px, calc(100svh - 116px));
}
button,
input,
select,
textarea { font: inherit; }
button.button { cursor: pointer; }
.contact-hero .hero__media img {
  object-position: center 42%;
}
.contact-hero .hero__wash {
  background: linear-gradient(90deg, rgba(31, 63, 65, .94) 0%, rgba(48, 82, 78, .86) 34%, rgba(68, 95, 89, .55) 63%, rgba(68, 95, 89, .18) 100%);
}
.contact-hero .hero__content {
  max-width: 690px;
}
.contact-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
}
.contact-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: -48px;
  position: relative;
  z-index: 4;
}
.contact-path {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.contact-path__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--accent-deep);
  background: var(--sage);
  font-size: 1.05rem;
  font-weight: 900;
}
.contact-path h2 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}
.contact-path p {
  margin-bottom: 18px;
  font-size: .88rem;
}
.contact-path a {
  width: fit-content;
  margin-top: auto;
  color: var(--ink-deep);
  font-weight: 830;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(50px, 8vw, 105px);
  align-items: start;
}
.contact-copy {
  position: sticky;
  top: 135px;
}
.contact-copy h2 {
  margin-bottom: 22px;
}
.contact-copy__note {
  margin-top: 30px;
  padding: 22px;
  border-left: 3px solid var(--accent-deep);
  border-radius: 0 13px 13px 0;
  background: var(--sage);
}
.contact-copy__note strong,
.contact-copy__note span {
  display: block;
}
.contact-copy__note span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: .82rem;
}
.form-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.form-card h3 {
  margin-bottom: 9px;
}
.form-card__intro {
  margin-bottom: 28px;
  font-size: .87rem;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}
.field {
  display: grid;
  gap: 7px;
}
.field--full {
  grid-column: 1 / -1;
}
.field label,
.captcha-label {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: #fcfdfb;
  font: inherit;
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(105, 201, 74, .2);
  border-color: var(--accent-deep);
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: .76rem;
}
.consent input {
  margin-top: 4px;
  accent-color: var(--accent-deep);
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.captcha-wrap {
  min-height: 78px;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.form-help {
  max-width: 320px;
  color: var(--muted);
  font-size: .7rem;
}
.form-status {
  display: none;
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 750;
}
.form-status.is-visible { display: block; }
.form-status--success { color: #235a2d; background: #e6f5de; }
.form-status--error { color: #7c2923; background: #fbe7e5; }
.hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}
.hours-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.hours-card figure {
  min-height: 310px;
  margin: 0;
  overflow: hidden;
}
.hours-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hours-card__body {
  padding: 31px 27px;
}
.hours-card h3 {
  margin-bottom: 12px;
}
.hours-card address {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-style: normal;
}
.hours-card__open {
  padding: 16px 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .88rem;
}
.hours-card__open strong,
.hours-card__open span { display: block; }
.hours-card__open strong { color: var(--ink-deep); }
.locations-heading {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: end;
}
.locations-heading .section-heading { margin-bottom: 0; }

@media (max-width: 980px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .hours-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .contact-hero { min-height: 650px; }
  .contact-hero .hero__media img { object-position: 60% center; }
  .contact-hero .hero__wash { background: linear-gradient(90deg, rgba(31, 63, 65, .87), rgba(48, 82, 78, .64)); }
  .contact-paths { grid-template-columns: 1fr; margin-top: 24px; }
  .contact-path { min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .locations-heading { display: block; }
  .locations-heading .button { width: 100%; margin-top: 25px; }
  .hours-card { grid-template-columns: 1fr; }
  .hours-card figure { min-height: 230px; max-height: 290px; }
}
@media (max-width: 430px) {
  .form-card { padding: 24px 18px; }
  .g-recaptcha { transform: scale(.86); transform-origin: left top; }
  .captcha-wrap { min-height: 70px; }
}
