.bhm-site {
  color: #102033;
  background: linear-gradient(135deg, #eaf4ff 0%, #fff7c7 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.bhm-site * {
  box-sizing: border-box;
}

.bhm-top-nav {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: rgba(234, 244, 255, 0.96);
  border-bottom: 1px solid #9ec5fe;
}

.bhm-top-nav a {
  padding: 9px 11px;
  color: #073b87;
  background: #fff2a8;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.bhm-account-bar,
.bhm-auth-notice {
  width: min(1180px, calc(100% - 36px));
  margin: 16px auto 0;
  border-radius: 8px;
}

.bhm-account-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: #073b87;
  background: #fff8d6;
  border: 1px solid #9ec5fe;
}

.bhm-account-bar form {
  margin: 0;
}

.bhm-account-bar button {
  min-height: 38px;
  padding: 8px 12px;
  color: #073b87;
  background: #fff2a8;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.bhm-auth-notice {
  padding: 12px 14px;
  color: #147d64;
  background: #e7f7f2;
  border: 1px solid rgba(20, 125, 100, 0.24);
  font-weight: 900;
}

.bhm-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111827;
}

.bhm-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.86), rgba(17, 24, 39, 0.42), rgba(17, 24, 39, 0.16));
}

.bhm-hero > div {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 90px clamp(20px, 5vw, 72px);
  color: #fff;
}

.bhm-hero p,
.bhm-eyebrow {
  margin: 0 0 10px;
  color: #f5c542;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bhm-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.bhm-hero span {
  display: block;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
  line-height: 1.6;
}

.bhm-hero a,
.bhm-booking button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 11px 18px;
  color: #fff;
  background: #0b5ed7;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

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

.bhm-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.12;
}

.bhm-section p {
  color: #44607a;
  line-height: 1.7;
}

.bhm-home-info {
  padding-top: 34px;
}

.bhm-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.bhm-info-grid article {
  min-height: 132px;
  padding: 16px;
  background: #fff8d6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(11, 94, 215, 0.13);
}

.bhm-info-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #0b5ed7;
  font-size: 1rem;
}

.bhm-info-grid article p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bhm-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.bhm-chip-row span,
.bhm-grid small {
  padding: 8px 11px;
  color: #073b87;
  background: #fff2a8;
  border-radius: 999px;
  font-weight: 800;
}

.bhm-grid,
.bhm-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.bhm-grid article,
.bhm-booking form,
.bhm-module-card {
  padding: 20px;
  background: #fff8d6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.11);
}

.bhm-grid h3 {
  margin: 12px 0 8px;
}

.bhm-grid strong {
  display: block;
  color: #0b5ed7;
  font-size: 1.45rem;
}

.bhm-gallery article {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.11);
}

.bhm-gallery img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.bhm-gallery div {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.88));
}

.bhm-gallery span {
  display: inline-block;
  padding: 7px 10px;
  color: #3a2416;
  background: rgba(255, 242, 214, 0.94);
  border-radius: 999px;
  font-weight: 900;
}

.bhm-gallery h3 {
  margin: 10px 0 0;
}

.bhm-customer-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}

.bhm-auth-switcher {
  display: none;
}

.bhm-auth-switcher.is-open:not([hidden]) {
  display: block;
}

.bhm-auth-tabs {
  width: min(100%, 600px);
  display: flex;
  gap: 8px;
  margin: 0 auto 12px;
}

.bhm-auth-tabs button,
.bhm-module-card .bhm-auth-prompt button {
  min-height: 38px;
  padding: 8px 15px;
  color: #356f78;
  background: #edf4f3;
  border: 1px solid #adc5c8;
  border-radius: 7px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.bhm-auth-tabs button.is-active {
  color: #fff;
  background: #356f78;
  border-color: #356f78;
}

.bhm-auth-switcher .bhm-module-card {
  width: min(100%, 600px);
  margin: 0 auto;
}

.bhm-auth-switcher .bhm-module-card[hidden] {
  display: none;
}

.bhm-auth-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 4px;
  padding: 10px 12px;
  color: #294f5c;
  background: #edf4f3;
  border: 1px solid #c3d3d8;
  border-radius: 8px;
  font-weight: 800;
}

.bhm-module-card .bhm-auth-prompt button {
  min-height: 34px;
  flex: 0 0 auto;
  padding: 6px 12px;
}

.bhm-module-card form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.bhm-module-card label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.bhm-module-card input,
.bhm-module-card textarea {
  width: 100%;
  padding: 12px;
  background: #fffbe6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-module-card .wide,
.bhm-module-card button {
  grid-column: 1 / -1;
}

.bhm-menu-choice-box {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #fffbe6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-menu-choice-list {
  display: grid;
  gap: 8px;
}

#bhm-customer-portal {
  grid-column: 1 / -1;
}

#bhm-customer-portal .bhm-menu-choice-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  gap: 12px;
}

.bhm-order-choice-group {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 248, 214, 0.72);
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-order-choice-group > strong {
  color: #073b87;
}

.bhm-menu-choice-list label {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 10px;
  background: #fff8d6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-menu-choice-list input {
  width: auto;
  margin-top: 4px;
}

.bhm-menu-choice-list small {
  display: block;
  margin-top: 3px;
  color: #44607a;
  font-weight: 700;
}

.bhm-module-card button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: #fff;
  background: #0b5ed7;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.bhm-followup-results {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.bhm-followup-summary,
.bhm-followup-results article {
  padding: 14px;
  background: #fffbe6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-followup-summary strong,
.bhm-followup-results strong {
  color: #0b5ed7;
}

.bhm-booking {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 28px;
  align-items: start;
}

.bhm-booking form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.bhm-booking label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.bhm-booking input,
.bhm-booking select,
.bhm-booking textarea {
  width: 100%;
  padding: 12px;
  background: #fffbe6;
  border: 1px solid #9ec5fe;
  border-radius: 8px;
}

.bhm-booking .wide,
.bhm-booking button {
  grid-column: 1 / -1;
}

.bhm-message {
  padding: 12px;
  color: #147d64;
  background: #e7f7f2;
  border-radius: 8px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .bhm-info-grid,
  .bhm-customer-modules,
  .bhm-module-card form,
  .bhm-booking,
  .bhm-booking form {
    grid-template-columns: 1fr;
  }

  .bhm-hero {
    min-height: 540px;
  }
}

/* Low-glare comfort palette for long viewing sessions. */
body:has(.bhm-site),
.wp-site-blocks:has(.bhm-site),
.wp-site-blocks:has(.bhm-site) main {
  background: #edf3f5;
}

.bhm-site {
  color: #253746;
  background: #edf3f5;
}

.bhm-top-nav {
  background: rgba(232, 240, 243, 0.97);
  border-color: #c3d3d8;
}

.bhm-top-nav a,
.bhm-account-bar button,
.bhm-chip-row span,
.bhm-grid small {
  color: #294f5c;
  background: #dce9e7;
}

.bhm-account-bar,
.bhm-info-grid article,
.bhm-grid article,
.bhm-booking form,
.bhm-module-card,
.bhm-menu-choice-list label,
.bhm-followup-summary,
.bhm-followup-results article {
  background: #f4f8f7;
  border-color: #c3d3d8;
  box-shadow: 0 10px 28px rgba(55, 82, 92, 0.08);
}

.bhm-home-info .bhm-info-grid article {
  background: #f6f0d8;
  border-color: #d8cfad;
  box-shadow: 0 8px 22px rgba(92, 82, 52, 0.07);
}

.bhm-module-card input,
.bhm-module-card textarea,
.bhm-menu-choice-box,
.bhm-booking input,
.bhm-booking select,
.bhm-booking textarea {
  background: #edf4f3;
  border-color: #c3d3d8;
}

.bhm-order-choice-group {
  background: #e8f0ee;
  border-color: #c3d3d8;
}

.bhm-account-bar,
.bhm-order-choice-group > strong,
.bhm-info-grid strong,
.bhm-grid strong,
.bhm-followup-summary strong,
.bhm-followup-results strong {
  color: #356f78;
}

.bhm-section p,
.bhm-menu-choice-list small {
  color: #587080;
}

.bhm-hero a,
.bhm-booking button,
.bhm-module-card button {
  background: #356f78;
}

.bhm-hero p,
.bhm-eyebrow {
  color: #b8d5cd;
}

.bhm-gallery span {
  color: #294f5c;
  background: rgba(229, 238, 236, 0.95);
}

.bhm-auth-notice,
.bhm-message {
  color: #2f665a;
  background: #e4efeb;
  border-color: #bcd4cc;
}

.bhm-site input:focus,
.bhm-site select:focus,
.bhm-site textarea:focus,
.bhm-site a:focus-visible,
.bhm-site button:focus-visible {
  outline: 2px solid #6d9da3;
  outline-offset: 2px;
}

.bhm-top-nav {
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 70px;
}

.bhm-top-nav .bhm-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  white-space: nowrap;
}

.bhm-nav-brand img {
  width: 116px;
  height: 38px;
  object-fit: contain;
}

.bhm-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.bhm-nav-toggle {
  display: none;
}

.bhm-hero {
  min-height: 520px;
}

.bhm-menu-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 14px;
  border-radius: 6px;
}

.bhm-site button,
.bhm-site a {
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.bhm-site button:hover,
.bhm-site a:hover {
  filter: brightness(0.97);
}

.bhm-site button:active,
.bhm-site a:active {
  transform: translateY(1px) scale(0.98);
}

.bhm-booking-confirmation {
  margin-top: 16px;
  padding: 18px;
  color: #294f5c;
  background: #fff5c9;
  border: 1px solid #d9cc8f;
  border-radius: 8px;
}

.bhm-booking-confirmation strong {
  font-size: 1.2rem;
}

.bhm-booking-confirmation button {
  margin-top: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #356f78;
  border: 0;
  border-radius: 7px;
  font-weight: 800;
}

.bhm-chat-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  padding: 12px 17px;
  color: #fff;
  background: #356f78;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(37, 55, 70, 0.2);
  font-weight: 800;
}

.bhm-chat-toggle.is-auth-overlap {
  display: none;
}

.bhm-chat-panel {
  position: fixed;
  right: 20px;
  bottom: 76px;
  z-index: 50;
  width: min(350px, calc(100vw - 28px));
  overflow: hidden;
  background: #f4f8f7;
  border: 1px solid #c3d3d8;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(37, 55, 70, 0.2);
}

.bhm-chat-head,
.bhm-chat-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
}

.bhm-chat-head {
  justify-content: space-between;
  color: #fff;
  background: #356f78;
}

.bhm-chat-head button,
.bhm-chat-form button {
  padding: 8px 11px;
  border: 0;
  border-radius: 6px;
}

.bhm-chat-messages {
  max-height: 280px;
  overflow-y: auto;
  padding: 12px;
}

.bhm-chat-messages p {
  width: fit-content;
  max-width: 88%;
  margin: 0 0 10px;
  padding: 9px 11px;
  border-radius: 7px;
}

.bhm-chat-messages .is-bot {
  background: #e4efeb;
}

.bhm-chat-messages .is-user {
  margin-left: auto;
  color: #fff;
  background: #527f87;
}

.bhm-chat-form input {
  min-width: 0;
  flex: 1;
  padding: 10px;
  border: 1px solid #c3d3d8;
  border-radius: 6px;
}

.bhm-chat-form button {
  color: #fff;
  background: #356f78;
}

@media (max-width: 900px) {
  .bhm-top-nav {
    flex-wrap: wrap;
  }

  .bhm-nav-toggle {
    display: inline-flex;
    padding: 9px 12px;
    color: #fff;
    background: #356f78;
    border: 0;
    border-radius: 7px;
    font-weight: 800;
  }

  .bhm-nav-links {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .bhm-top-nav.is-open .bhm-nav-links {
    display: flex;
  }

  .bhm-nav-links a {
    width: 100%;
  }

  .bhm-hero {
    min-height: 460px;
  }

  .bhm-hero img {
    object-position: left center;
  }
}

/* Keep customer access forms within one viewport on common phone and laptop sizes. */
.bhm-auth-switcher {
  padding-top: 18px;
  padding-bottom: 18px;
  scroll-margin-top: 72px;
}

.bhm-auth-switcher .bhm-auth-tabs {
  margin-bottom: 8px;
}

.bhm-auth-switcher .bhm-auth-tabs button {
  min-height: 34px;
  padding: 6px 13px;
}

.bhm-auth-switcher .bhm-module-card {
  padding: 13px 16px;
  background: #eaf3f2;
  border-color: #bfd4d3;
  box-shadow: 0 8px 22px rgba(55, 82, 92, 0.07);
}

.bhm-auth-switcher .bhm-module-card .bhm-eyebrow {
  margin: 0 0 2px;
}

.bhm-auth-switcher .bhm-module-card h2 {
  margin: 0 0 4px;
  font-size: 1.45rem;
}

.bhm-auth-switcher .bhm-module-card > p:not(.bhm-eyebrow) {
  margin: 0 0 7px;
  line-height: 1.35;
}

.bhm-auth-switcher .bhm-auth-prompt {
  margin: 7px 0 2px;
  padding: 6px 9px;
}

.bhm-auth-switcher .bhm-module-card .bhm-auth-prompt button {
  min-height: 30px;
  padding: 4px 9px;
}

.bhm-auth-switcher .bhm-module-card form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  margin-top: 9px;
}

.bhm-auth-switcher .bhm-module-card label {
  min-width: 0;
  gap: 3px;
  font-size: 13px;
  line-height: 1.25;
}

.bhm-auth-switcher .bhm-phone-field {
  min-width: 0;
  display: grid;
  grid-column: 1 / -1;
  gap: 3px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.bhm-auth-switcher .bhm-phone-field-controls {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(104px, 0.7fr) minmax(0, 1.3fr);
  gap: 7px;
}

.bhm-auth-switcher .bhm-module-card input,
.bhm-auth-switcher .bhm-module-card select,
.bhm-auth-switcher .bhm-module-card textarea {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 7px 9px;
  background: #f6faf9;
  border-color: #bfd4d3;
  font-size: 14px;
}

.bhm-auth-switcher .bhm-module-card textarea {
  min-height: 48px;
  max-height: 48px;
  resize: vertical;
}

.bhm-auth-switcher .bhm-module-card form > button {
  min-height: 36px;
  padding: 7px 14px;
}

@media (max-width: 480px) {
  .bhm-auth-switcher {
    padding: 10px 12px 14px;
    scroll-margin-top: 8px;
  }

  .bhm-auth-switcher .bhm-module-card {
    padding: 11px 12px;
  }

  .bhm-auth-switcher .bhm-module-card h2 {
    font-size: 1.25rem;
  }

  .bhm-auth-switcher .bhm-module-card > p:not(.bhm-eyebrow) {
    font-size: 13px;
  }

  .bhm-auth-switcher .bhm-module-card form {
    grid-template-columns: 1fr;
  }

  .bhm-auth-switcher .bhm-auth-prompt {
    font-size: 12px;
  }
}
