/* Blackhawk theme page styles: /contact/ */
.bh-contact {
    --slate: #3f494c;
    --taupe: #4c423f;
    --bronze: #aa8f66;
    --pale-gold: #cfc2ad;
    --field: #f4f5f4;
    --warm: #f6ecde;
    --white: #ffffff;
    --line: rgba(63, 73, 76, 0.16);
    --soft-line: rgba(170, 143, 102, 0.34);
    --font-heading: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--taupe);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.625;
  }

  .bh-contact,
  .bh-contact * {
    box-sizing: border-box;
  }

  .bh-contact p {
    margin: 0;
  }

  .bh-contact h1,
  .bh-contact h2,
  .bh-contact h3 {
    margin: 0;
    color: var(--slate);
    font-family: var(--font-heading);
    font-weight: 600;
    overflow-wrap: anywhere;
  }

  .bh-contact a {
    color: inherit;
  }

  .bh-contact-breakout {
    width: 100%;
    margin-inline: 0;
  }

  .bh-contact-hero {
    background:
      linear-gradient(120deg, rgba(246, 236, 222, 0.98), rgba(244, 245, 244, 0.96) 56%),
      var(--warm);
    border-bottom: 1px solid var(--line);
  }

  .bh-contact-hero-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 62px;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.66fr);
    gap: 46px;
    align-items: center;
  }

  .bh-contact-hero-lead {
    max-width: 720px;
  }

  .bh-contact h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .bh-contact-hero-copy {
    max-width: 690px;
    margin-top: 16px;
    color: rgba(76, 66, 63, 0.84);
    font-size: 18px;
    line-height: 28px;
  }

  .bh-contact-office-panel {
    border: 1px solid var(--soft-line);
    border-top: 4px solid var(--bronze);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);
    padding: 24px 24px 26px;
  }

  .bh-contact-office-panel h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .bh-contact-office-panel p {
    margin-top: 8px;
    color: rgba(76, 66, 63, 0.78);
    font-size: 15px;
    line-height: 24px;
  }

  .bh-contact-lines {
    margin-top: 18px;
    display: grid;
    gap: 8px;
  }

  .bh-contact-lines a,
  .bh-contact-lines span {
    display: inline-flex;
    width: fit-content;
    color: var(--slate);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
  }

  .bh-contact-lines a {
    border-bottom: 1px solid var(--bronze);
  }

  .bh-contact-small-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: rgba(76, 66, 63, 0.68);
    font-size: 14px;
    line-height: 22px;
  }

  .bh-contact-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0;
  }

  .bh-contact-section-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 26px;
  }

  .bh-contact-section-head h2,
  .bh-contact-directory h2,
  .bh-contact-board-inner h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .bh-contact-section-head p {
    max-width: 540px;
    color: rgba(76, 66, 63, 0.76);
    font-size: 16px;
    line-height: 26px;
  }

  .bh-contact-locations-band {
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .bh-contact-locations-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 50px 0;
  }

  .bh-contact-directory {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 48px;
  }

  .bh-contact-directory > div:first-child p {
    margin-top: 12px;
    color: rgba(76, 66, 63, 0.74);
    font-size: 16px;
    line-height: 26px;
  }

  .bh-contact-board-band {
    background: var(--slate);
    color: var(--white);
  }

  .bh-contact-board-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
  }

  .bh-contact-board-inner h2 {
    color: var(--white);
  }

  .bh-contact-board-inner p {
    max-width: 760px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 26px;
  }

  .bh-contact-button-quiet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 4px;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
    white-space: nowrap;
  }

  @media (max-width: 980px) {
    .bh-contact-hero-inner,
    .bh-contact-directory {
      grid-template-columns: 1fr;
    }

    .bh-contact-section-head {
      display: block;
    }

    .bh-contact-section-head p {
      margin-top: 10px;
    }

    .bh-contact-board-inner {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (max-width: 640px) {
    .bh-contact-hero-inner,
    .bh-contact-section,
    .bh-contact-locations-inner,
    .bh-contact-board-inner {
      width: min(1180px, calc(100% - 32px));
    }

    .bh-contact-hero-inner {
      padding: 40px 0 42px;
      gap: 28px;
    }

    .bh-contact h1 {
      font-size: 34px;
      line-height: 42px;
    }

    .bh-contact-hero-copy {
      font-size: 16px;
      line-height: 24px;
    }

    .bh-contact-office-panel {
      padding: 22px 18px;
    }

    .bh-contact-section,
    .bh-contact-locations-inner {
      padding: 44px 0;
    }

    .bh-contact-section-head h2,
    .bh-contact-directory h2,
    .bh-contact-board-inner h2 {
      font-size: 26px;
      line-height: 34px;
    }

  }

.bh-service-content > .bh-contact {
  margin-block-start: 1.5rem;
}
