/* ── SINGLE ARTICLE ─────────────────────────────────────────────── */
.crp-article__cat {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.crp-article__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.15;
  color: #1A1A1A;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.crp-article__dek {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  border-left: 3px solid #C12527;
  padding-left: 16px;
}

.crp-article__hero-img {
  margin-bottom: 32px;
}

.crp-article__hero-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.crp-article__body {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 19px;
  line-height: 1.78;
  color: #1A1A1A;
}

.crp-article__body p {
  margin-bottom: 24px;
}

.crp-article__body h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 16px;
}

.crp-article__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 32px 0 12px;
}

.crp-article__body a {
  color: #C12527;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.crp-article__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}

/* Related articles */
.crp-related {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 3px solid #C12527;
}

.crp-related__header {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 18px;
}

/* ── VIDEO EMBEDS ────────────────────────────────────────────────── */
.wp-block-embed {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}

.wp-embed-aspect-4-3.wp-has-aspect-ratio .wp-block-embed__wrapper {
  padding-bottom: 75%;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper iframe,
.wp-has-aspect-ratio .wp-block-embed__wrapper embed,
.wp-has-aspect-ratio .wp-block-embed__wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .crp-article__title { font-size: 30px; }
  .crp-article__dek { font-size: 18px; }
  .crp-article__body { font-size: 17px; }
  .crp-article__hero-img img { height: 240px; }
}
