/* Small, deliberate editorial exceptions that should not change the shared templates. */

/* Rina Savova — The Bold Era
   Her Spotlight opener should carry the same full-bleed, cinematic framing as her
   profile header rather than the generic face-safe contained-image treatment. */
.se[data-screen-label="Spotlight — Rina Savova"] .se-hero {
  height: clamp(520px, 78vh, 860px);
}

.se[data-screen-label="Spotlight — Rina Savova"] .se-hero__img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50% !important;
}

.se[data-screen-label="Spotlight — Rina Savova"] .se-hero__scrim {
  background:
    linear-gradient(90deg, rgba(8,4,2,0.82) 0%, rgba(8,4,2,0.52) 38%, rgba(8,4,2,0.14) 70%),
    linear-gradient(to top, rgba(8,4,2,0.94) 0%, rgba(8,4,2,0.42) 34%, rgba(8,4,2,0.10) 70%);
}

.se[data-screen-label="Spotlight — Rina Savova"] .se-hero__inner {
  max-width: none;
  margin: 0;
  padding: 0 72px 7vh;
}

@media (max-width: 760px) {
  .se[data-screen-label="Spotlight — Rina Savova"] .se-hero__inner {
    padding: 0 24px 7vh;
  }
}
