/*
Theme Name: Better Health Net
Theme URI: https://labeltobowl.com/
Author: Gary Tantanella
Description: A lightweight private-review block theme for Better Health Net and Label to Bowl.
Version: 0.3.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: better-health-net
*/

:root {
  --bhn-navy: #17324d;
  --bhn-teal: #2f746d;
  --bhn-cream: #f6f1e7;
  --bhn-gold: #d89a3d;
  --bhn-charcoal: #263238;
  --bhn-pale-teal: #e8f1ef;
}

html { scroll-behavior: smooth; }
body { background: #fbfaf7; }
a { text-underline-offset: .18em; }
.wp-site-blocks { min-height: 100vh; }
.bhn-private-banner {
  background: var(--bhn-gold);
  color: #152433;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  padding: .55rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.bhn-card {
  background: #fff;
  border: 1px solid #cbd5da;
  border-radius: 1.4rem;
  box-shadow: 0 24px 70px rgba(23, 50, 77, .12);
}
.bhn-card-grid {
  align-items: stretch;
  gap: 1.5rem;
}
.bhn-card-grid > .wp-block-column,
.bhn-card-grid .bhn-card {
  padding: 1.65rem;
}
.bhn-card h2:first-child { margin-top: 0; }
.bhn-disclosure {
  background: #fff7e8;
  border: 1px solid #d89a3d;
  border-radius: .8rem;
  padding: 1rem 1.25rem;
}
.bhn-section {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
.bhn-link-list a { font-weight: 700; }
.bhn-callout {
  background: var(--bhn-pale-teal);
  border-left: 5px solid var(--bhn-teal);
  padding: 1.4rem 1.6rem;
}
.bhn-eyebrow {
  color: var(--bhn-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bhn-program-logo {
  display: block;
  height: auto;
  margin: 0 0 1.25rem;
  max-width: 260px;
  width: 100%;
}
@media (max-width: 960px) {
  main .wp-block-columns.alignwide { flex-wrap: wrap !important; }
  main .wp-block-columns.alignwide > .wp-block-column { flex-basis: 100% !important; }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex; }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
