body.admin-bar .site-header { top: 32px; }
.wp-site-blocks { padding: 0; }
.wp-content-shell {
  min-height: 70vh;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 7vw, 120px);
}
.wp-content-shell__inner { max-width: 980px; margin: 0 auto; }
.wp-content-shell .page-kicker {
  color: var(--coral);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.wp-content-shell h1 {
  letter-spacing: -.045em;
  margin: 18px 0 34px;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 750;
  line-height: .98;
}
.wp-content-shell h2,
.wp-content-shell h3 { line-height: 1.12; margin: 1.6em 0 .55em; }
.wp-content-shell p,
.wp-content-shell li { color: var(--muted); font-size: 17px; line-height: 1.75; }
.wp-content-shell ul,
.wp-content-shell ol { padding-left: 1.4em; }
.wp-content-shell a:not(.button) { color: var(--coral-dark); text-decoration: underline; }
.post-list {
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.post-list article { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); min-height: 360px; }
.post-list article:nth-child(3n) { border-right: 0; }
.post-list a { color: inherit !important; display: flex; flex-direction: column; height: 100%; padding: 28px; text-decoration: none !important; }
.post-list small { color: var(--coral-dark); letter-spacing: .12em; text-transform: uppercase; font-size: 9px; font-weight: 800; }
.post-list h2 { font-size: clamp(27px, 3vw, 42px); margin: 28px 0 18px; }
.post-list p { font-size: 14px; line-height: 1.65; }
.post-list strong { border-top: 1px solid var(--line); margin-top: auto; padding-top: 22px; text-transform: uppercase; font-size: 10px; }
.single-featured { margin: 0 0 42px; }
.single-featured img { width: 100%; height: auto; }
.pagination { display: flex; gap: 20px; justify-content: center; margin-top: 42px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 760px) {
  .wp-content-shell { padding: 72px 20px 100px; }
  .post-list { grid-template-columns: 1fr; }
  .post-list article,
  .post-list article:nth-child(3n) { border-right: 0; }
}
