/**
 * Contact Us page — two-column layout inspired by dealer find/location pages.
 * Depends on baish-content-pages.css (enqueued as dependency).
 */

.baish-contact-us-page {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  box-sizing: border-box;
}

.baish-contact-us__hero {
  margin: 12px 0 28px;
  padding-bottom: 16px;
  border-bottom: 3px solid #1e2e4c;
}

.baish-contact-us__hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
  line-height: 1.2;
}

.baish-contact-us__layout {
  display: grid;
  gap: 28px 40px;
  align-items: start;
}

@media (min-width: 900px) {
  .baish-contact-us__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

.baish-contact-us__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.baish-contact-us__card {
  padding: 24px 22px 26px;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(30, 46, 76, 0.08);
  box-sizing: border-box;
}

.baish-contact-us__card--primary {
  border-top: 3px solid #1e2e4c;
}

.baish-contact-us__brand {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e2e4c;
  letter-spacing: -0.02em;
}

.baish-contact-us__address {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #374151;
}

.baish-contact-us__reg {
  margin: 0 0 18px;
  font-size: 0.9rem;
  color: #5c6570;
}

.baish-contact-us__label {
  margin: 18px 0 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e2e4c;
}

.baish-contact-us__label:first-of-type {
  margin-top: 0;
}

.baish-contact-us__phones,
.baish-contact-us__emails {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.baish-contact-us__phones a,
.baish-contact-us__emails a {
  color: #2d4886;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.baish-contact-us__phones a:hover,
.baish-contact-us__emails a:hover {
  color: #1e2e4c;
}

.baish-contact-us__phone {
  display: inline-block;
  margin-right: 12px;
}

.baish-contact-us__directions {
  margin: 22px 0 0;
}

.baish-contact-us__btn-directions {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background: #1e2e4c;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.15s ease;
}

.baish-contact-us__btn-directions:hover {
  background: #2d4886;
  color: #fff !important;
}

.baish-contact-us__hours {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.baish-contact-us__hours li {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eaef;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #374151;
}

.baish-contact-us__hours li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.baish-contact-us__card--secondary {
  background: #fafbfc;
  box-shadow: none;
}

.baish-contact-us__subhead {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #1e2e4c;
}

.baish-contact-us__hk {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
}

.baish-contact-us__stripe {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #5c6570;
}

/* Form column */
.baish-contact-us__form-panel {
  padding: 26px 24px 32px;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(30, 46, 76, 0.08);
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .baish-contact-us__form-panel {
    padding: 32px 36px 40px;
  }
}

.baish-contact-us__form-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e2e4c;
}

.baish-contact-us__form-intro {
  margin: 0 0 22px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
}

.baish-contact-us__form-intro a {
  color: #2d4886;
  font-weight: 600;
}

.baish-contact-us__extra {
  margin-top: 36px;
}

/* CF7 inside panel */
.baish-contact-us-cf7 .baish-cf7-fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.baish-contact-us-cf7 .baish-cf7-fieldset legend {
  padding: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #1e2e4c;
}

.baish-contact-us-cf7 label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
}

.baish-contact-us-cf7 input[type="text"],
.baish-contact-us-cf7 input[type="email"],
.baish-contact-us-cf7 input[type="tel"],
.baish-contact-us-cf7 select,
.baish-contact-us-cf7 textarea {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
}

.baish-contact-us-cf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.baish-contact-us-cf7 input[type="submit"] {
  margin-top: 8px;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  background: #1e2e4c;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.baish-contact-us-cf7 input[type="submit"]:hover {
  background: #2d4886;
}

.baish-contact-us-cf7 .wpcf7-acceptance label {
  font-size: 0.88rem;
  line-height: 1.5;
  font-weight: 400;
}
