/* OHM Contact — native homepage design system */
body.page-id-5512 {
  margin: 0;
  color: #303030;
  background: #ebebeb;
  font-family: "PT Sans", Arial, sans-serif;
}

body.page-id-5512 .ohm-native-contact {
  overflow: hidden;
  background: #ebebeb url("/wp-content/uploads/2021/05/OHM-bg-tech.webp") bottom left / cover fixed no-repeat;
}

.ohm-contact-wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.ohm-contact-hero { position: relative; padding: 112px 0 84px; background: rgba(235, 235, 235, .93); }

.ohm-contact-kicker { margin: 0 0 14px; color: #193f10; font: 700 13px/1.2 Montserrat, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.ohm-contact-hero h1,
.ohm-contact-heading h2,
.ohm-assistant-panel h2,
.ohm-contact-cta h2 { margin: 0; color: #193f10; font-family: Montserrat, Arial, sans-serif; font-weight: 700; letter-spacing: 0; }
.ohm-contact-hero h1 { max-width: 980px; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.08; text-shadow: 1px 1px 2px rgba(0, 0, 0, .28); }
.ohm-contact-intro { max-width: 780px; margin: 24px 0 0; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }

.ohm-contact-main {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #193f10 url("/wp-content/uploads/2024/07/map-image-ezgif.com-png-to-webp-converter.webp") center / cover no-repeat;
}
.ohm-contact-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr); gap: clamp(38px, 6vw, 78px); align-items: start; }
.ohm-contact-heading { margin-bottom: 30px; }
.ohm-contact-heading .ohm-contact-kicker,
.ohm-contact-heading h2 { color: #fff; }
.ohm-contact-heading h2,
.ohm-assistant-panel h2 { font-size: clamp(32px, 3.3vw, 46px); line-height: 1.15; }
.ohm-contact-options { display: grid; gap: 16px; }

.ohm-contact-card { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px; background: rgba(255, 255, 255, .96); border: 1px solid rgba(25, 63, 16, .24); }
.ohm-contact-number { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: #193f10; border-radius: 50%; font: 700 14px/1 Montserrat, Arial, sans-serif; }
.ohm-contact-card h3 { margin: 0 0 8px; color: #193f10; font: 700 21px/1.25 Montserrat, Arial, sans-serif; }
.ohm-contact-card p { margin: 0 0 12px; color: #4c5a4b; font-size: 16px; line-height: 1.5; }
.ohm-contact-card > div > a { color: #193f10; font-size: 20px; font-weight: 700; text-underline-offset: .15em; }
.ohm-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ohm-social-links a { padding: 8px 11px; color: #193f10; background: #edf3e6; border: 1px solid rgba(25, 63, 16, .24); font-size: 14px; font-weight: 700; text-decoration: none; }
.ohm-social-links a:hover { color: #fff; background: #193f10; }

.ohm-assistant-panel { padding: 34px; color: #fff; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.ohm-assistant-panel .ohm-contact-kicker,
.ohm-assistant-panel h2 { color: #fff; }
.ohm-assistant-intro { margin: 16px 0 24px; color: rgba(255, 255, 255, .84); font-size: 17px; line-height: 1.55; }
.ohm-assistant-embed { min-height: 430px; overflow: hidden; color: #303030; background: #fff; border-radius: 10px; }
.ohm-assistant-embed > * { max-width: 100%; }

.ohm-contact-cta { padding: clamp(74px, 9vw, 120px) 0; text-align: center; color: #193f10; background: rgba(237, 243, 230, .94); }
.ohm-contact-cta .ohm-contact-kicker,
.ohm-contact-cta h2,
.ohm-contact-cta p { color: #193f10; }
.ohm-contact-cta h2 { max-width: 900px; margin-inline: auto; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.1; }
.ohm-contact-cta > .ohm-contact-wrap > p:not(.ohm-contact-kicker) { max-width: 720px; margin: 22px auto 0; font-size: 20px; line-height: 1.55; }
.ohm-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.ohm-contact-button { display: inline-flex; align-items: center; justify-content: center; min-width: 240px; min-height: 58px; padding: 12px 24px; color: #193f10 !important; background: #ebebeb; border: 3px double #193f10; border-radius: 10px; font: 600 21px/1 Mohave, Arial, sans-serif; text-decoration: none !important; }
.ohm-contact-button.is-secondary { color: #193f10 !important; background: transparent; border-color: #193f10; }
.ohm-contact-button:hover { color: #fff !important; background: #6b8e3f; border-color: #fff; }

@media (max-width: 980px) {
  .ohm-contact-grid { grid-template-columns: 1fr; }
  .ohm-assistant-panel { width: min(100%, 720px); justify-self: center; }
}

@media (max-width: 640px) {
  body.page-id-5512 .ohm-native-contact { background-attachment: scroll; }
  .ohm-contact-wrap { width: min(100% - 32px, 1200px); }
  .ohm-contact-hero { padding: 88px 0 60px; }
  .ohm-contact-hero h1 { font-size: 42px; }
  .ohm-contact-card { grid-template-columns: 1fr; }
  .ohm-assistant-panel { padding: 22px; }
  .ohm-contact-actions,
  .ohm-contact-button { width: 100%; }
}
