.post-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 24px 96px;
  font-family: 'Red Hat Display', sans-serif;
  color: #e5e5f0;
  font-size: 1.08rem;
  line-height: 1.75;
}
.post-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00c8c8;
  margin-bottom: 16px;
}
.post-wrap h1 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 20px;
}
.post-deck {
  font-size: 1.25rem;
  color: #9999b8;
  line-height: 1.5;
  margin: 0 0 28px;
}
.post-byline {
  font-size: 0.9rem;
  color: #666685;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 40px;
}
.post-wrap p { margin: 0 0 22px; }
.post-wrap strong { color: #fff; }
.post-wrap em { color: #b8b8d0; }
.post-wrap h2 {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #fff;
  margin: 56px 0 18px;
}
.post-wrap h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 28px 0 8px;
}
.post-wrap ul { padding-left: 22px; margin: 0 0 24px; }
.post-wrap li { margin-bottom: 10px; }
.post-wrap a { color: #00c8c8; text-decoration: none; border-bottom: 1px solid rgba(0,200,200,0.35); }
.post-wrap a:hover { border-bottom-color: #00c8c8; }
.post-wrap figure {
  margin: 40px -40px;
  padding: 0;
}
.post-wrap figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.post-wrap figcaption {
  font-size: 0.85rem;
  color: #777799;
  text-align: center;
  margin-top: 14px;
  font-style: italic;
}
.pullquote {
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin: 64px 0;
  padding: 36px 20px;
  border-top: 1px solid rgba(0,200,200,0.3);
  border-bottom: 1px solid rgba(0,200,200,0.3);
}
.callout {
  background: rgba(0,200,200,0.05);
  border: 1px solid rgba(0,200,200,0.2);
  border-radius: 14px;
  padding: 28px 32px;
  margin: 36px 0;
}
.callout h3:first-child { margin-top: 0; }
.callout .kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #00c8c8;
  margin-bottom: 10px;
}
table.anatomy {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  background: rgba(255,255,255,0.02);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.95rem;
}
table.anatomy th {
  background: rgba(0,200,200,0.08);
  text-align: left;
  padding: 12px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ddede;
}
table.anatomy td {
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}
table.anatomy td:first-child { font-weight: 700; color: #fff; white-space: nowrap; }
table.anatomy td:nth-child(3) { color: #00c8c8; }
.post-footer {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.9rem;
  color: #777799;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00c8c8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 24px;
  border-bottom: none !important;
}
@media (max-width: 720px) {
  .post-wrap { padding: 56px 20px 80px; }
  .post-wrap h1 { font-size: 2rem; }
  .post-deck { font-size: 1.05rem; }
  .post-wrap figure { margin: 32px -20px; }
  .post-wrap figure img { border-radius: 0; }
  .pullquote { font-size: 1.3rem; padding: 24px 12px; }
  .post-wrap h2 { font-size: 1.5rem; }
}
