/* AI-MAINTENANCE: Shared BHMT shell styles. Keep every page on this file and the canonical header/footer markup. */
html {
  scroll-behavior: smooth;
  background: #f8faf8;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f8faf8;
  color: #191c1b;
  cursor: auto !important;
  user-select: auto !important;
}

img {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #8fa98f;
}

.site-header__active {
  color: #4c644e;
  border-bottom: 2px solid #4c644e;
  font-weight: 700;
}

.site-mobile-nav__active {
  color: #4c644e;
  background: rgba(143, 169, 143, 0.22);
}

/* Keep the Contact hero's -z-10 photo behind its copy without placing it behind the page background. */
.contact-page-shell {
  isolation: isolate;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

[data-contact-status][hidden] {
  display: none;
}

.practice-calendar-shell {
  background:
    linear-gradient(135deg, rgba(143, 169, 143, 0.10), rgba(255, 255, 255, 0) 44%),
    #ffffff;
}

.simplepractice-booking-button {
  text-decoration: none;
}

.simplepractice-booking-button:hover {
  color: #ffffff;
}

.simplepractice-booking-button:active {
  transform: scale(0.98);
}

.article-content {
  color: #4d5350;
  font-family: "Work Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.article-content > * + * {
  margin-top: 1.35rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: #2f3f31;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-top: 2.5rem;
}

.article-content h2 {
  font-size: 1.75rem;
}

.article-content h3,
.article-content h4 {
  font-size: 1.4rem;
}

.article-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.article-content li + li {
  margin-top: 0.45rem;
}

.article-content a {
  color: #4c644e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Article CTA links sit inside the article link rule above; keep the green CTA readable. */
.article-content a.bg-primary {
  color: #ffffff;
  text-decoration: none;
}

.article-content figure {
  margin: 2.25rem 0;
}

.article-content figure img {
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(76, 100, 78, 0.12);
  width: 100%;
}

summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .practice-calendar-shell {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
