:root {
  --ck-red: #e31e24;
  --ck-red-deep: #bf171d;
  --ck-blue: #17345f;
  --ck-blue-soft: #39557e;
  --ck-ice: #edf3fb;
  --ck-paper: #ffffff;
  --ck-paper-soft: #f8fafc;
  --ck-ink: #18212e;
  --ck-muted: #5d6878;
  --ck-line: #d7e0eb;
  --shadow-lg: 0 18px 38px rgba(23, 52, 95, 0.1);
  --shadow-sm: 0 10px 22px rgba(23, 52, 95, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(227, 30, 36, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfcfe 0%, #eef3f8 100%);
  color: var(--ck-ink);
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  line-height: 1.55;
  margin: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  color: var(--ck-blue);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
  margin: 0;
}

h1 {
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  line-height: 1.06;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1.15;
  margin-bottom: 8px;
}

h3 {
  font-size: 0.98rem;
  margin-bottom: 6px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

.lead {
  color: var(--ck-muted);
  font-size: 0.92rem;
  max-width: 58ch;
}

.eyebrow,
.kicker,
.page-meta,
.tile-meta {
  color: var(--ck-blue-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.kicker,
.page-meta {
  margin-bottom: 12px;
}
