/* =========================================================
   MENSAJES Y CONTENIDOS INDIVIDUALES DEL OBISPO
   ========================================================= */

.bishop-message-single {
  background: #f4f7fb;
}

/* =========================================================
   HERO
   ========================================================= */

.message-hero {
  background: linear-gradient(135deg, #0b3a82, #1554a5);
  color: #fff;
  padding: 80px 0;
}

.message-hero .container,
.bishop-message-single .container {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.message-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
}

.message-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1;
  margin: 0 0 18px;
}

.message-subtitle {
  font-size: 24px;
  color: rgba(255, 255, 255, .9);
}

.message-date {
  color: #f4b400;
  font-weight: 800;
}

.message-hero__image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .22);
}

/* =========================================================
   CONTENIDO
   ========================================================= */

.message-section {
  padding: 70px 0;
}

.message-layout {
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 42px;
  align-items: start;
}

.message-content-card,
.message-side-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(11, 58, 130, .12);
}

.message-content-card {
  padding: 42px;
}

.message-side-card {
  padding: 36px;
  border-top: 7px solid #f4b400;
}

.message-side-card h2 {
  margin-top: 0;
  color: #0b3a82;
}

.message-summary {
  background: #f4f7fb;
  border-left: 5px solid #f4b400;
  padding: 22px;
  border-radius: 16px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #10233f;
}

/* =========================================================
   VIDEO Y AUDIO
   ========================================================= */

.message-video {
  margin-top: 35px;
}

.message-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 22px;
}

.message-audio {
  margin-top: 35px;
}

.message-audio audio {
  width: 100%;
}

/* =========================================================
   GALERÍA
   ========================================================= */

.message-gallery-section {
  padding: 20px 0 90px;
}

.message-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.message-gallery-grid figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(11, 58, 130, .12);
}

.message-gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* =========================================================
   ELEMENTOS AUXILIARES
   ========================================================= */

.message-placeholder {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #0b3a82, #d9e9f8);
}

.card-date {
  display: inline-block;
  color: #f4b400;
  font-weight: 900;
  margin-bottom: 10px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .message-hero__grid,
  .message-layout,
  .message-gallery-grid {
    grid-template-columns: 1fr;
  }
}
