:root {
  color: #20343a;
  background: #f6f1e7;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f6f1e7;
}

.prerender-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 12vh 24px 16vh;
}

.prerender-kicker {
  color: #0e625f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prerender-shell h1 {
  max-width: 760px;
  margin: 24px 0;
  color: #20343a;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.prerender-shell h1 em {
  color: #8f3b29;
  font-style: normal;
}

.prerender-shell > p:not(.prerender-kicker),
.prerender-lead {
  max-width: 680px;
  color: #506264;
  font-size: 1.15rem;
  line-height: 1.75;
}

.prerender-shell nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.prerender-shell nav a {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  color: #f6f1e7;
  background: #0e625f;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.prerender-shell nav a.secondary {
  color: #20343a;
  background: #f1c75b;
}

.prerender-articles {
  max-width: 760px;
  margin-top: 64px;
}

.prerender-articles h2,
.prerender-related h2 {
  margin: 0 0 20px;
  color: #20343a;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.prerender-articles ul,
.prerender-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d7d1c4;
}

.prerender-articles li,
.prerender-related li {
  border-bottom: 1px solid #d7d1c4;
}

.prerender-articles a,
.prerender-related a {
  display: block;
  padding: 20px 0;
  color: #0e625f;
  text-decoration: none;
}

.prerender-articles a:hover,
.prerender-related a:hover {
  color: #8f3b29;
}

.prerender-articles strong,
.prerender-related strong {
  display: block;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.25;
}

.prerender-articles span,
.prerender-related span {
  display: block;
  margin-top: 8px;
  color: #506264;
  font-size: 0.95rem;
  line-height: 1.55;
}

.prerender-related {
  max-width: 680px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #d7d1c4;
}

.prerender-points {
  max-width: 680px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d7d1c4;
}

.prerender-points li {
  padding: 18px 0;
  border-bottom: 1px solid #d7d1c4;
  color: #506264;
  font-size: 1rem;
  line-height: 1.6;
}

.prerender-points li::before {
  margin-right: 16px;
  color: #8f3b29;
  content: "→";
  font-weight: 700;
}

@media (max-width: 640px) {
  .prerender-shell {
    padding: 56px 20px 80px;
  }
}