/* Blackhawk theme page styles: /design-review/ */
.bh-design-page {
  --slate: #3f494c;
  --taupe: #4c423f;
  --bronze: #aa8f66;
  --bronze-dark: #7a6547;
  --pale-gold: #cfc2ad;
  --field: #f4f5f4;
  --warm: #f7f2ea;
  --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;
  width: 100%;
  margin-inline: 0;
  overflow-x: hidden;
  background: var(--field);
  color: var(--taupe);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.625;
}

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

.bh-design-page a {
  color: inherit;
  text-decoration: none !important;
}

.bh-design-page a:hover,
.bh-design-page a:focus-visible {
  color: var(--bronze-dark);
}

.bh-design-page p,
.bh-design-page h1,
.bh-design-page h2,
.bh-design-page h3 {
  margin: 0;
}

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

.bh-design-page h1 {
  font-size: 44px;
  line-height: 52px;
}
    .bh-hero {
      background:
        radial-gradient(circle at 92% 18%, rgba(207, 194, 173, 0.24), transparent 32%),
        linear-gradient(120deg, rgba(247, 242, 234, 0.99), rgba(244, 245, 244, 0.97) 64%),
        var(--warm);
      border-bottom: 1px solid var(--soft-line);
    }

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

    .bh-hero__inner {
      padding: 62px 0 62px;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.5fr);
      gap: 48px;
      align-items: center;
    }

    .bh-hero__copy::before {
      content: "";
      display: block;
      width: 82px;
      height: 3px;
      margin-bottom: 22px;
      background: var(--bronze);
    }

    .bh-design-page h1 {
      font-size: 44px;
      line-height: 52px;
    }

    .bh-hero__copy p {
      max-width: 720px;
      margin-top: 16px;
      color: rgba(76, 66, 63, 0.82);
      font-size: 18px;
      line-height: 29px;
    }

    .bh-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .bh-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border: 1px solid var(--slate);
      border-radius: 4px;
      font-family: var(--font-heading);
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: center;
    }

.bh-button--primary {
  background: var(--slate);
  color: var(--white) !important;
}

.bh-button--primary:hover,
.bh-button--primary:focus-visible {
  border-color: var(--bronze-dark);
  background: var(--bronze-dark);
  color: var(--white) !important;
}

.bh-button--secondary {
  background: rgba(255, 255, 255, 0.55);
  color: var(--slate) !important;
}

.bh-button--secondary:hover,
.bh-button--secondary:focus-visible {
  border-color: var(--bronze-dark);
  color: var(--bronze-dark) !important;
}

    .bh-hero-panel {
      border: 1px solid var(--soft-line);
      border-top: 4px solid var(--bronze);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.78);
      padding: 24px;
      box-shadow: 0 18px 34px rgba(63, 73, 76, 0.045);
    }

    .bh-hero-panel h2 {
      font-size: 20px;
      line-height: 28px;
    }

    .bh-mini-list {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .bh-mini-list p {
      padding-top: 12px;
      border-top: 1px solid rgba(63, 73, 76, 0.12);
      color: rgba(76, 66, 63, 0.78);
      font-size: 15px;
      line-height: 23px;
    }

    .bh-mini-list p:first-child {
      padding-top: 0;
      border-top: 0;
    }

    .bh-mini-list strong {
      display: block;
      color: var(--slate);
      font-family: var(--font-heading);
      font-size: 15px;
      line-height: 21px;
    }

    .bh-mini-list span {
      display: block;
      margin-top: 3px;
      color: rgba(76, 66, 63, 0.72);
      font-size: 14px;
      line-height: 21px;
    }

    .bh-section {
      padding: 60px 0;
    }

    .bh-section__head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 32px;
      margin-bottom: 24px;
    }

    .bh-section__head h2,
    .bh-support h2 {
      font-size: 30px;
      line-height: 38px;
    }

    .bh-section__head p {
      max-width: 620px;
      color: rgba(76, 66, 63, 0.76);
      font-size: 16px;
      line-height: 25px;
    }

    .bh-rule-band {
      background:
        linear-gradient(120deg, rgba(247, 242, 234, 0.9), rgba(244, 245, 244, 1)),
        var(--field);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .bh-embed-section {
      background: var(--field);
    }

    .bh-embed-wrap {
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--white);
      overflow: hidden;
      box-shadow: 0 18px 42px rgba(63, 73, 76, 0.07);
    }

    .bh-embed-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 16px 18px;
      border-bottom: 1px solid var(--line);
      background: rgba(247, 242, 234, 0.72);
    }

    .bh-embed-title {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }

    .bh-embed-toolbar strong {
      color: var(--slate);
      font-family: var(--font-heading);
      font-size: 17px;
      line-height: 24px;
    }

    .bh-embed-toolbar span {
      color: rgba(76, 66, 63, 0.7);
      font-size: 13px;
      line-height: 19px;
    }

    .bh-embed-toolbar a {
      color: var(--slate);
      font-family: var(--font-heading);
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-decoration: underline;
      text-decoration-color: var(--bronze);
      text-decoration-thickness: 2px;
      text-underline-offset: 5px;
      white-space: nowrap;
    }

    .bh-acc-plugin-wrap {
      border: 0;
      background: transparent;
      box-shadow: none;
      overflow: visible;
    }

    .bh-reference {
      border-top: 1px solid var(--line);
      background: var(--white);
    }

    .bh-support {
      background: var(--slate);
      color: var(--white);
    }

    .bh-support__inner {
      padding: 44px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }

    .bh-support h2 {
      color: var(--white);
    }

    .bh-support p {
      max-width: 720px;
      margin-top: 10px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 16px;
      line-height: 25px;
    }

.bh-support .bh-button {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--white) !important;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .bh-hero__inner {
    grid-template-columns: 1fr;
  }

  .bh-support__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .bh-hero__inner,
  .bh-section,
  .bh-support__inner {
    width: calc(100% - 32px);
  }

  .bh-hero__inner {
    padding: 44px 0 42px;
    gap: 28px;
  }

  .bh-design-page h1 {
    font-size: 36px;
    line-height: 43px;
  }

  .bh-hero__copy p {
    font-size: 17px;
    line-height: 27px;
  }

  .bh-section {
    padding: 44px 0;
  }

  .bh-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bh-section__head h2,
  .bh-support h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .bh-embed-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

}

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