*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); font-size: var(--body-size); font-weight: var(--fw-regular);
  line-height: var(--body-leading); color: var(--text-body); background: var(--surface-page);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: "kern" 1;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em; font-family: var(--font-display); color: var(--text-strong);
  line-height: var(--leading-snug); letter-spacing: var(--track-heading); font-weight: var(--fw-bold); text-wrap: balance;
}
h1 { font-size: var(--text-3xl); line-height: var(--leading-tight); }
h2 { font-size: var(--text-2xl); } h3 { font-size: var(--text-xl); } h4 { font-size: var(--text-lg); }
p { margin: 0 0 1em; text-wrap: pretty; max-width: 68ch; }
a { color: var(--forest); text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { color: var(--forest-400); }
strong, b { font-weight: var(--fw-bold); }
hr { border: none; border-top: var(--border-width) solid var(--border); margin: var(--space-6) 0; }
::selection { background: var(--sage); color: var(--cream); }
:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
img, svg { max-width: 100%; }
.bp-eyebrow { font-size: var(--eyebrow-size); font-weight: var(--eyebrow-weight); letter-spacing: var(--eyebrow-track); text-transform: uppercase; color: var(--text-muted); display: inline-block; }
.bp-on-dark { color: var(--text-on-dark); }
.bp-on-dark .bp-eyebrow { color: var(--text-on-dark-muted); }
.bp-on-dark h1, .bp-on-dark h2, .bp-on-dark h3, .bp-on-dark h4, .bp-on-dark h5, .bp-on-dark h6 { color: var(--cream); }
.bp-rule { border: none; border-top: 1px solid var(--rule-accent); width: 48px; opacity: 0.8; margin: 0; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }
