/* ── Page Hero ───────────────────────────────────────────────── */
.sa-page-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--sc-blue);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sa-page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--sc-max);
  margin: 0 auto;
  padding: clamp(100px, 12vh, 160px) clamp(24px, 6.5vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
}

.sa-decor--arcoiris-eventos {
  right: 0;
  bottom: 0;
  width: clamp(280px, 35vw, 560px);
  height: auto;
  z-index: 0;
  transform: translateY(28%);
}

.sa-page-hero .sa-decor--textura-papel {
  z-index: 1;
  transform: translateY(40%);
}

.sa-page-hero__text { color: #fff; }

.sa-page-hero__title {
  font-size: clamp(30px, 3.47vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 clamp(20px, 3vh, 56px);
}
.sa-page-hero__title strong {
  font-weight: 900;
  display: block;
}

.sa-page-hero__desc {
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  max-width: 535px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .18);
}

.sa-page-hero__illus {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sa-page-hero__illus img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sa-page-hero__inner {
    grid-template-columns: 1fr;
    padding-top: clamp(80px, 10vh, 120px);
  }
  .sa-page-hero__illus { justify-content: center; }
  .post-type-archive-evento .sa-section--proximos-eventos .sa-card__thumb {
    aspect-ratio: 4 / 3;
  }
}
