:where(body.ck-site) *, :where(body.ck-site) *::before, :where(body.ck-site) *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ck-site { margin: 0; color: var(--ck-color-text); background: var(--ck-color-white); font-family: var(--ck-font); font-size: 16px; line-height: 1.55; }
body.ck-site.admin-bar { --ck-header-offset: 32px; }
:where(body.ck-site) a { color: var(--ck-color-blue); text-underline-offset: 0.16em; }
:where(body.ck-site) a:hover { color: var(--ck-color-blue-hover); }
:where(body.ck-site) img { max-width: 100%; height: auto; }
:where(body.ck-site) button, :where(body.ck-site) input, :where(body.ck-site) select, :where(body.ck-site) textarea { font: inherit; }
:where(body.ck-site) button, :where(body.ck-site) a { -webkit-tap-highlight-color: transparent; }
:where(body.ck-site) a:focus-visible, :where(body.ck-site) button:focus-visible, :where(body.ck-site) input:focus-visible, :where(body.ck-site) select:focus-visible, :where(body.ck-site) textarea:focus-visible { outline: 3px solid var(--ck-color-focus); outline-offset: 3px; }
.ck-shell { width: min(calc(100% - 40px), var(--ck-shell)); margin-inline: auto; }
.ck-main { min-height: 60vh; }
.ck-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ck-skip-link { position: fixed; top: 10px; left: 10px; z-index: 99999; transform: translateY(-180%); background: var(--ck-color-white); color: var(--ck-color-navy); padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.ck-skip-link:focus { transform: none; }
.ck-eyebrow { margin: 0 0 6px; color: var(--ck-color-blue); font-weight: 850; font-size: 0.76rem; letter-spacing: 0.09em; text-transform: uppercase; }
.ck-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.ck-section-head h2 { margin: 0; font-family: var(--ck-font-display); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.1; letter-spacing: -0.035em; }
.ck-link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ck-color-blue); font-weight: 800; text-decoration: none; }
.ck-link-arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
