.sa-single-evento {
  background: var(--sc-blue);
  min-height: 100vh;
}

/* ── Cuerpo principal ────────────────────────────────────────── */
.sa-single-evento__body {
  padding: clamp(160px, 20vh, 240px) 0 clamp(100px, 12vh, 160px);
}

.sa-single-evento__inner {
  max-width: var(--sc-max);
  margin: 0 auto;
  padding: 0 clamp(24px, 6.5vw, 96px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5.3vw, 77px);
  align-items: stretch;
}

/* ── Imagen ──────────────────────────────────────────────────── */
.sa-single-evento__img {
  margin: 0;
  align-self: start;
}
.sa-single-evento__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.sa-single-evento__img-ph {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, .2);
  border-radius: 20px;
}

/* ── Contenido derecho ───────────────────────────────────────── */
.sa-single-evento__tag {
  font-size: clamp(18px, 2.08vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
  margin: 0 0 12px;
}

.sa-single-evento__title {
  font-size: clamp(28px, 4.2vw, 60px);
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 clamp(16px, 2.5vh, 32px);
}

.sa-single-evento__meta {
  margin-bottom: clamp(20px, 3vh, 36px);
}
.sa-single-evento__meta p {
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.sa-single-evento__desc {
  font-size: clamp(18px, 2.08vw, 30px);
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  margin-bottom: clamp(20px, 3vh, 40px);
}

.sa-single-evento__entrada {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  margin: 0;
}

/* ── Mapa ────────────────────────────────────────────────────── */
.sa-single-evento__mapa-section {
  padding-bottom: clamp(160px, 40vh, 300px);
}

.sa-single-evento__mapa-wrap {
  max-width: var(--sc-max);
  margin: 0 auto;
  padding: 0 clamp(24px, 6.5vw, 96px);
}

.sa-single-evento__mapa-title {
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 0 clamp(20px, 3vh, 40px);
}

.sa-single-evento__mapa-frame {
  position: relative;
}

.sa-single-evento__rombo {
  position: absolute;
  width: clamp(70px, 8.75vw, 126px);
  height: auto;
  pointer-events: none;
  z-index: 2;
}
.sa-single-evento__rombo--tl {
  top: 0;
  left: 0;
  transform: translate(-80%, -80%);
}
.sa-single-evento__rombo--br {
  bottom: 0;
  right: 0;
  transform: translate(80%, 80%);
}

.sa-single-evento__mapa {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
}
.sa-single-evento__mapa iframe {
  width: 100%;
  height: clamp(260px, 30.8vw, 443px);
  display: block;
  border: none;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sa-single-evento__inner {
    grid-template-columns: 1fr;
    padding: 0 clamp(24px, 6.5vw, 48px);
  }
  .sa-single-evento__img img { max-height: 60vh; width: auto; max-width: 100%; margin: 0 auto; }
}
