/* ── HERO PHOTO ─────────────────────────────────────────────────── */
.crp-hero-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.crp-hero-photo__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.crp-hero-photo__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crp-hero-photo__img--placeholder {
  background: linear-gradient(135deg, #7A1415, #C12527);
}

.crp-hero-photo__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 45%, transparent 100%);
}

.crp-hero-photo__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 36px;
  max-width: 760px;
}

.crp-hero-photo__cat {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.crp-hero-photo__title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.crp-hero-photo__excerpt {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
  max-width: 680px;
}

.crp-hero-photo__meta {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  display: flex;
  gap: 0;
  align-items: center;
}

/* ── HERO SOLID ─────────────────────────────────────────────────── */
.crp-hero-solid {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.crp-hero-solid__subtitle {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
  display: block;
}

.crp-hero-solid__title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.crp-hero-solid__cta {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
  padding: 11px 24px;
  align-self: flex-start;
}

@media (max-width: 600px) {
  .crp-hero-photo__body { padding: 24px 20px 20px; }
  .crp-hero-photo__title { font-size: 30px; }
  .crp-hero-solid { padding: 24px 20px; }
  .crp-hero-solid__title { font-size: 32px; }
  .crp-hero-photo__excerpt{display: none;}
}
