*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--cd-header-height) + var(--cd-admin-offset) + var(--cd-space-4)); }
body { margin: 0; color: var(--cd-deep-navy); background: var(--cd-white); font-family: var(--cd-font); font-size: var(--cd-text-body); line-height: var(--cd-leading-body); }
body, input, button, textarea, select { font-family: var(--cd-font); }
h1, h2, h3, h4, h5, h6 { color: var(--cd-brand-navy); font-weight: 700; line-height: var(--cd-leading-heading); letter-spacing: var(--cd-tracking-heading); overflow-wrap: anywhere; }
h1 { font-size: var(--cd-text-h1); }
h2 { font-size: var(--cd-text-h2); }
h3 { font-size: var(--cd-text-h3); }
h4, h5, h6 { font-size: var(--cd-text-intro); }
p, li, a { overflow-wrap: anywhere; }
a { color: var(--cd-blue); text-underline-offset: 0.2em; text-decoration-thickness: 0.08em; }
a:hover { color: var(--cd-brand-navy); }
img, video { display: block; max-width: 100%; height: auto; }
iframe { max-width: 100%; }
figure { margin-inline: 0; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: var(--cd-focus-width) solid var(--cd-focus-color); outline-offset: var(--cd-focus-offset); }
[hidden] { display: none !important; }
pre { max-width: 100%; overflow: auto; padding: var(--cd-space-4); background: var(--cd-surface); }
.wp-block-table { max-width: 100%; overflow-x: auto; }
table { border-collapse: collapse; }
td, th { padding: var(--cd-space-3); border: var(--cd-border-width) solid var(--cd-border); text-align: start; }
blockquote { margin-inline: 0; padding-inline-start: var(--cd-space-5); border-inline-start: 3px solid var(--cd-blue); }
.screen-reader-text, .cd-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip-path: none; white-space: normal; }
.cd-skip-link { position: fixed; inset-block-start: var(--cd-space-3); inset-inline-start: var(--cd-space-3); z-index: var(--cd-z-skip); padding: var(--cd-space-3) var(--cd-space-4); background: var(--cd-white); color: var(--cd-deep-navy); transform: translateY(-200%); }
.cd-skip-link:focus { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0ms !important; scroll-behavior: auto !important; }
}
