﻿/*
Theme Name: Blue Hippo Learning
Theme URI: https://thebluehippo.com
Author: The Blue Hippo Learning Company
Description: Responsive WordPress theme for The Blue Hippo Learning Company.
Version: 1.1.0
Text Domain: blue-hippo-learning
*/

:root {
  --bh-navy: #071b5c;
  --bh-blue: #0867f2;
  --bh-cyan: #00a6d6;
  --bh-pale: #eaf6ff;
  --bh-soft: #f6fbff;
  --bh-card: #ffffff;
  --bh-border: rgba(7, 27, 92, 0.1);
  --bh-shadow: 0 14px 35px rgba(10, 55, 120, 0.1);
  --bh-shadow-soft: 0 8px 24px rgba(10, 55, 120, 0.08);
  --bh-radius: 24px;
  --bh-max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
}

body {
  margin: 0;
  color: var(--bh-navy);
  background: #fff;
  font-family: Inter, "Nunito Sans", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--bh-blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(8, 103, 242, 0.45);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p,
a,
label,
button {
  overflow-wrap: break-word;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bh-container {
  width: min(var(--bh-max), calc(100% - 48px));
  margin: 0 auto;
}

.bh-header {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--bh-border);
}

.bh-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.bh-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 230px;
}

.bh-brand img,
.bh-logo-custom img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.bh-brand-text {
  display: grid;
  gap: 1px;
  color: var(--bh-navy);
  line-height: 1.05;
}

.bh-brand-text strong {
  font-size: 24px;
  font-weight: 900;
}

.bh-brand-text span {
  font-size: 17px;
  font-weight: 650;
}

.bh-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 44px;
  font-weight: 800;
}

.bh-menu a {
  position: relative;
  padding: 29px 0 25px;
}

.bh-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.bh-menu a.active,
.bh-menu a:hover {
  color: var(--bh-blue);
}

.bh-menu a.active::after,
.bh-menu a:hover::after {
  background: var(--bh-blue);
}

.bh-hero,
.bh-contact-page {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 44%),
    var(--bh-pale);
}

.bh-hero-grid {
  min-height: 455px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 52px;
  padding: 56px 0;
}

.bh-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.bh-hero h1,
.bh-contact-copy h1 {
  max-width: 660px;
  margin: 0 0 24px;
  font-size: 68px;
  line-height: 1;
  font-weight: 950;
}

.bh-hero p,
.bh-contact-copy p {
  max-width: 590px;
  margin: 0;
  font-size: 18px;
  color: #10286c;
}

.bh-hero-art {
  min-height: 360px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.bh-hero-art img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  object-position: center bottom;
}

.bh-section {
  padding: 46px 0;
}

.bh-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
}

.bh-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bh-card {
  min-width: 0;
  background: var(--bh-card);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius);
  box-shadow: var(--bh-shadow);
}

.bh-product-card {
  min-height: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 26px;
  text-align: center;
}

.bh-product-image {
  width: 100%;
  height: 236px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
}

.bh-product-image img {
  max-width: 95%;
  max-height: 228px;
  object-fit: contain;
  object-position: center bottom;
}


.bh-product-card:nth-child(1) .bh-product-image img {
  max-height: 228px;
}

.bh-product-card:nth-child(2) .bh-product-image img,
.bh-product-card:nth-child(3) .bh-product-image img,
.bh-product-card:nth-child(4) .bh-product-image img {
  max-height: 218px;
}

.bh-product-card:nth-child(4) .bh-product-image img {
  max-width: 96%;
}
.bh-product-card h3 {
  min-height: 58px;
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.1;
}

.bh-product-card p {
  margin: 0;
  font-size: 16px;
}

.bh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bh-feature-card {
  min-height: 148px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.bh-icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  object-fit: contain;
  border-radius: 50%;
  background: #e8f4ff;
}

.bh-feature-card h3,
.bh-about-card h2 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.16;
}

.bh-feature-card p,
.bh-about-card p {
  margin: 0;
  color: #163071;
}

.bh-about-hero-art {
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(3, minmax(82px, 1fr));
  align-items: end;
  justify-items: center;
  gap: 12px;
}

.bh-about-hero-art img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  object-position: center bottom;
}

.bh-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bh-about-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
}

.bh-about-card .bh-icon {
  margin-bottom: 20px;
}

.bh-promise-section {
  padding-top: 16px;
}

.bh-promise-panel {
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  gap: 28px;
  padding: 34px 34px 0;
  overflow: hidden;
  border-radius: var(--bh-radius);
  background: var(--bh-pale);
  box-shadow: var(--bh-shadow-soft);
}

.bh-promise-copy {
  align-self: center;
  padding-bottom: 34px;
}

.bh-promise-copy h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.bh-promise-copy p {
  max-width: 760px;
  margin: 0 0 20px;
}

.bh-promise-art img {
  width: 100%;
  max-height: 255px;
  object-fit: contain;
  object-position: center bottom;
}

.bh-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bh-tag-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--bh-navy);
  font-size: 14px;
  font-weight: 800;
}

.bh-tag-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: var(--bh-blue);
  box-shadow: inset 0 0 0 4px #dceeff;
}

.bh-contact-page {
  padding: 70px 0 86px;
}

.bh-contact-grid {
  min-height: 615px;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(190px, 0.6fr) minmax(310px, 1fr);
  align-items: center;
  gap: 36px;
}

.bh-contact-copy h1 {
  font-size: 54px;
}

.bh-email-link {
  display: inline-flex;
  max-width: 100%;
  overflow-wrap: anywhere;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-weight: 850;
  color: var(--bh-blue);
}

.bh-email-icon {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--bh-shadow-soft);
}

.bh-email-icon::before {
  content: "";
  width: 18px;
  height: 13px;
  border: 2px solid var(--bh-blue);
  border-radius: 3px;
}

.bh-email-icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 2px solid var(--bh-blue);
  border-bottom: 2px solid var(--bh-blue);
  transform: translateY(-3px) rotate(-45deg);
}

.bh-contact-art {
  min-width: 0;
  display: grid;
  align-self: end;
  justify-items: center;
  min-height: 420px;
}

.bh-contact-art img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center bottom;
}

.bh-contact-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
}

.bh-field {
  margin-bottom: 16px;
}

.bh-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 800;
}

.bh-contact-form input,
.bh-contact-form textarea {
  width: 100%;
  border: 1px solid #d7e5f5;
  border-radius: 12px;
  padding: 15px 16px;
  color: var(--bh-navy);
  background: #fff;
  font: inherit;
}

.bh-contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.bh-button,
.bh-contact-form input[type="submit"],
.bh-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 13px 28px;
  color: #fff;
  background: var(--bh-blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.bh-form-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: #315084;
}

.bh-footer {
  padding: 30px 0;
  color: #fff;
  background: linear-gradient(90deg, #00408f, var(--bh-cyan));
}

.bh-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.55fr) minmax(220px, 0.65fr);
  align-items: center;
  gap: 52px;
}

.bh-footer-brand {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.bh-footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.bh-footer h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.05;
}

.bh-footer h2 span {
  display: block;
  font-size: 17px;
  font-weight: 650;
}

.bh-footer p {
  margin: 0;
  overflow-wrap: anywhere;
}

.bh-footer-links {
  display: grid;
  gap: 8px;
}

.bh-footer-links h2 {
  margin-bottom: 2px;
  font-size: 18px;
}

.bh-footer-links a {
  color: #fff;
}

.bh-aus-panel {
  min-height: 0;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.wp-site-blocks > *,
.wp-block-post-content > *,
.wp-block-template-part,
.wp-block-template-part > .wp-block-html,
.wp-block-post-content > .wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-block-image {
  margin: 0;
}

.bh-hero-art .wp-block-image,
.bh-product-image .wp-block-image,
.bh-about-hero-art .wp-block-image,
.bh-promise-art .wp-block-image,
.bh-contact-art .wp-block-image {
  width: 100%;
  display: grid;
  place-items: end center;
}

.bh-feature-card .wp-block-group,
.bh-about-card .wp-block-group,
.bh-product-card .wp-block-group {
  min-width: 0;
}

.bh-feature-card figure.bh-icon,
.bh-about-card figure.bh-icon {
  margin: 0 0 20px;
}

.bh-feature-card figure.bh-icon {
  margin-bottom: 0;
}

figure.bh-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home .bh-menu a[href="/"],
.page-id-4 .bh-menu a[href="/"],
.page-id-5 .bh-menu a[href="/about-us/"],
.page-id-6 .bh-menu a[href="/contact/"] {
  color: var(--bh-blue);
}

.home .bh-menu a[href="/"]::after,
.page-id-4 .bh-menu a[href="/"]::after,
.page-id-5 .bh-menu a[href="/about-us/"]::after,
.page-id-6 .bh-menu a[href="/contact/"]::after {
  background: var(--bh-blue);
}

.bh-aus-panel img {
  width: 112px;
  height: 78px;
  object-fit: contain;
}

.bh-copyright {
  padding: 15px 0;
  overflow-wrap: anywhere;
  color: var(--bh-navy);
  background: #fff;
  font-size: 14px;
}

.bh-fallback {
  padding: 36px;
}

@media (max-width: 1040px) {
  .bh-hero h1 {
    font-size: 44px;
  }

  .bh-contact-copy h1 {
    font-size: 46px;
  }

  .bh-product-grid,
  .bh-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  }

  .bh-contact-art {
    min-width: 0;
    order: 3;
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .bh-contact-art img {
    max-height: 330px;
  }
}

@media (max-width: 860px) {
  .bh-container {
    width: min(var(--bh-max), calc(100% - 34px));
  }

  .bh-nav {
    min-height: 0;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

.bh-menu {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .bh-menu a {
    padding: 8px 0 12px;
  }

  .bh-menu a::after {
    bottom: 4px;
  }

  .bh-hero-grid,
  .bh-contact-grid,
  .bh-promise-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-hero-grid {
    min-height: 0;
    padding: 42px 0 34px;
    gap: 28px;
  }

  .bh-hero h1,
  .bh-contact-copy h1 {
    font-size: 42px;
  }

  .bh-hero p,
  .bh-contact-copy p {
    font-size: 17px;
  }

  .bh-hero-art,
  .bh-contact-art {
    min-width: 0;
    min-height: 250px;
  }

  .bh-hero-art img,
  .bh-contact-art img {
    max-height: 340px;
  }

  .bh-about-hero-art {
    min-height: 230px;
  }

  .bh-about-hero-art img {
    max-height: 245px;
  }

  .bh-feature-grid,
  .bh-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-promise-panel {
    padding: 28px 24px 0;
  }

  .bh-promise-copy {
    padding-bottom: 0;
  }

  .bh-promise-art {
    display: flex;
    justify-content: center;
  }

  .bh-promise-art img {
    max-height: 220px;
  }
}

@media (max-width: 600px) {
  .bh-container {
    width: min(var(--bh-max), calc(100% - 28px));
  }

  .bh-brand {
    min-width: 0;
  }

  .bh-brand img,
  .bh-logo-custom img {
    width: 50px;
    height: 50px;
  }

  .bh-brand-text strong {
    font-size: 21px;
  }

  .bh-brand-text span {
    font-size: 15px;
  }

  .bh-menu {
    font-size: 15px;
    column-gap: 30px;
    row-gap: 2px;
  }

  .bh-hero h1,
  .bh-contact-copy h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .bh-section-title {
    font-size: 29px;
  }
  .bh-product-card h3 {
    font-size: 23px;
  }

  .bh-product-card p {
    max-width: 30ch;
  }

  .bh-product-grid,
  .bh-about-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-feature-card {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    justify-items: center;
  }

  .bh-about-hero-art {
    grid-template-columns: repeat(3, minmax(76px, 1fr));
    gap: 4px;
  }

  .bh-about-hero-art img {
    max-height: 228px;
  }

  .bh-contact-page {
    padding: 46px 0 56px;
  }

  .bh-contact-form {
    padding: 22px;
  }

  .bh-footer-brand,
  .bh-aus-panel {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .bh-aus-panel img {
    width: 112px;
    height: 78px;
  }
}

@media (max-width: 420px) {
  .bh-container {
    width: min(var(--bh-max), calc(100% - 24px));
  }

  .bh-hero h1,
  .bh-contact-copy h1 {
    font-size: 30px;
  }

  .bh-hero p,
  .bh-contact-copy p {
    font-size: 16px;
  }

  .bh-menu {
    column-gap: 22px;
  }

  .bh-product-card {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* Final validation responsive overrides. */
.bh-contact-grid,
.bh-contact-copy,
.bh-contact-form,
.bh-contact-art,
.bh-footer-grid,
.bh-footer-brand,
.bh-footer-links,
.bh-aus-panel,
.bh-copyright .bh-container {
  min-width: 0;
}

.bh-contact-copy h1,
.bh-contact-copy p,
.bh-form-note,
.bh-email-link,
.bh-footer,
.bh-copyright {
  overflow-wrap: anywhere;
}

@media (max-width: 600px) {
  .bh-contact-page {
    padding: 40px 0 50px;
  }

  .bh-contact-grid {
    gap: 26px;
  }

  .bh-contact-form {
    padding: 20px;
  }

  .bh-product-image {
    height: 220px;
  }

  .bh-product-image img {
    max-height: 214px;
  }
}

@media (max-width: 420px) {
  .bh-hero h1,
  .bh-contact-copy h1 {
    font-size: 29px;
  }

  .bh-contact-form {
    padding: 18px;
  }

  .bh-footer-grid {
    gap: 30px;
  }
}
/* Visual alignment pass: logo, About hero, Promise strip and Contact pairing. */
.bh-brand img,
.bh-logo-custom img,
.bh-footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.bh-footer-brand {
  grid-template-columns: 58px minmax(0, 1fr);
}

.bh-about-hero-art {
  min-height: 320px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  justify-items: center;
  gap: 10px;
}

.bh-about-hero-art img {
  width: auto;
  height: 300px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
}

.bh-promise-panel {
  min-height: 156px;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: end;
  gap: 18px;
  padding: 18px 30px 0;
  border-radius: 12px;
}

.bh-promise-copy {
  align-self: center;
  padding-bottom: 18px;
}

.bh-promise-copy h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.1;
}

.bh-promise-copy p {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.bh-tag-list {
  column-gap: 12px;
  row-gap: 8px;
}

.bh-tag-list li {
  gap: 5px;
  font-size: 11px;
  line-height: 1.2;
}

.bh-tag-list li::before {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
  box-shadow: inset 0 0 0 3px #dceeff;
}

.bh-promise-art {
  height: 156px;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.bh-promise-art img {
  width: auto;
  height: 255px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  transform: translateY(-6px);
}

.bh-contact-page {
  padding: 52px 0 62px;
  background: var(--bh-pale);
}

.bh-contact-grid {
  min-height: 535px;
  grid-template-columns: minmax(210px, 0.72fr) minmax(220px, 0.62fr) minmax(310px, 390px);
  align-items: center;
  gap: 24px;
}

.bh-contact-copy h1 {
  max-width: 9.5ch;
  margin-bottom: 22px;
  font-size: 52px;
  line-height: 1.02;
}

.bh-contact-copy p {
  max-width: 31ch;
  font-size: 18px;
  line-height: 1.48;
}

.bh-email-link {
  margin-top: 10px;
}

.bh-contact-art {
  min-height: 500px;
  align-self: end;
  align-items: end;
}

.bh-contact-art img {
  width: auto;
  height: 500px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
}

.bh-contact-form {
  justify-self: end;
  max-width: 390px;
  padding: 26px 28px 28px;
  border-radius: 14px;
}

.bh-field {
  margin-bottom: 14px;
}

.bh-contact-form input,
.bh-contact-form textarea {
  border-color: #dbe7f4;
  border-radius: 10px;
  padding: 0 13px;
  font-size: 14px;
}

.bh-contact-form input {
  height: 54px;
}

.bh-contact-form textarea {
  min-height: 172px;
  padding-top: 13px;
}

.bh-contact-form ::placeholder {
  color: #2b3d67;
  opacity: 0.82;
}

.bh-contact-form .bh-button {
  min-width: 160px;
  margin: 2px auto 0;
  padding-inline: 24px;
}

.bh-form-note {
  max-width: 34ch;
  margin: 14px auto 0;
  text-align: center;
}

@media (max-width: 900px) {
  .bh-about-hero-art {
    min-height: 235px;
  }

  .bh-about-hero-art img {
    height: 230px;
  }

  .bh-promise-panel {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px 24px 0;
  }

  .bh-promise-art {
    height: 150px;
    justify-content: flex-end;
  }

  .bh-contact-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .bh-contact-copy h1 {
    max-width: 12ch;
    font-size: 40px;
  }

  .bh-contact-art {
    min-height: 0;
    order: 2;
    grid-column: auto;
    justify-items: center;
  }

  .bh-contact-form {
    order: 3;
  }

  .bh-contact-art img {
    height: 390px;
    max-width: 100%;
  }

  .bh-contact-form {
    justify-self: center;
    width: min(100%, 390px);
  }
}

@media (max-width: 600px) {
  .bh-brand img,
  .bh-logo-custom img,
  .bh-footer-brand img {
    width: 50px;
    height: 50px;
  }

  .bh-footer-brand {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-about-hero-art {
    min-height: 170px;
    gap: 2px;
  }

  .bh-about-hero-art img {
    height: 166px;
  }

  .bh-promise-panel {
    min-height: 0;
    padding: 22px 20px 0;
  }

  .bh-promise-copy h2 {
    font-size: 22px;
  }

  .bh-promise-art {
    height: 132px;
  }

  .bh-promise-art img {
    height: 225px;
  }

  .bh-contact-copy h1 {
    font-size: 32px;
  }

  .bh-contact-copy p {
    font-size: 16px;
  }

  .bh-contact-art img {
    height: 330px;
  }

  .bh-contact-form {
    padding: 22px;
  }
}
/* About hero balance: keep the mascot trio visible beside the headline. */
.bh-about-hero .bh-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  gap: 24px;
}

.bh-about-hero .bh-hero-copy h1 {
  max-width: 620px;
  font-size: 52px;
  line-height: 1.04;
}

.bh-about-hero .bh-about-hero-art {
  min-height: 300px;
}

.bh-about-hero .bh-about-hero-art img {
  height: 280px;
}

@media (max-width: 900px) {
  .bh-about-hero .bh-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .bh-about-hero .bh-hero-copy h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .bh-about-hero .bh-about-hero-art {
    min-height: 220px;
  }

  .bh-about-hero .bh-about-hero-art img {
    height: 215px;
  }
}

@media (max-width: 600px) {
  .bh-about-hero .bh-hero-copy h1 {
    font-size: 32px;
  }

  .bh-about-hero .bh-about-hero-art {
    min-height: 160px;
  }

  .bh-about-hero .bh-about-hero-art img {
    height: 154px;
  }
}


