.post-head { text-align: center; padding: 26px 0 6px; max-width: 760px; margin: 0 auto; }
.post-head h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.14;
  letter-spacing: -1.2px;
}
.post-meta { margin-top: 14px; color: var(--faint); font-size: 14px; }

.post {
  max-width: 720px;
  margin: 34px auto 0;
  font-size: 17px;
  line-height: 1.72;
  color: #cbd5e1;
}
.post p { margin-top: 18px; }
.post h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.6px;
  color: var(--text);
  margin-top: 40px;
}
.post strong { color: var(--text); font-weight: 600; }
.post a { color: var(--link); text-decoration: none; }
.post a:hover { text-decoration: underline; }

.pullbox {
  margin-top: 30px;
  padding: 20px 22px;
  background: var(--surface-panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: 16px;
}
.pullbox p { margin-top: 10px; }
.pullbox p:first-child { margin-top: 0; }

.post-figure { margin: 34px auto 0; max-width: 340px; }
.post-figure img { width: 100%; border-radius: 26px; display: block; }
.post-figure figcaption { margin-top: 12px; text-align: center; color: var(--faint); font-size: 13.5px; line-height: 1.5; }

.post-caveat {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--divider);
  color: var(--faint);
  font-size: 14px;
  line-height: 1.65;
}

.post-cta { margin-top: 34px; text-align: center; }
.post-cta a {
  display: inline-block;
  padding: 13px 26px;
  background: var(--brand);
  color: #06141e;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
}
.post-cta a:hover { background: var(--brand-light); }

.post-list { max-width: 720px; margin: 30px auto 0; }
.post-card {
  display: block;
  padding: 22px 24px;
  margin-top: 16px;
  background: var(--surface-panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s var(--ease-smooth);
}
.post-card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.post-card h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.5px;
  color: var(--text);
}
.post-card p { margin-top: 8px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.post-card .when { margin-top: 12px; display: block; color: var(--faint); font-size: 13px; }
