/* Ajustes editoriales 1.0.37: alertas AEMET, incendios, portada y cabecera. */
.arenace-wildfire__bars .is-current {
  background: linear-gradient(90deg, #376f48, #1e5135);
}

.arenace-wildfire__current {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: center;
  margin: 34px 0;
  padding: 40px;
  border: 1px solid rgba(159, 63, 39, .22);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff8eb, #f3e3d2);
  box-shadow: 0 18px 42px rgba(80, 42, 30, .11);
}

.arenace-wildfire__current-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.arenace-wildfire__current-stats article {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(71, 47, 35, .08);
}

.arenace-wildfire__current-stats article strong {
  font-size: clamp(25px, 3vw, 38px);
}

body.home :is(
  .arenace-enterprise-intro,
  .arenace-editorial-features,
  .arenace-photo-exhibition,
  .arenace-aemet-red-alert,
  .arenace-wildfire-teaser,
  .arenace-figures-layout,
  .arenace-field-notebook,
  .arenace-home-agenda,
  .arenace-home-zones,
  .arenace-home-municipalities,
  .arenace-daniel-civic-quote,
  .arenace-civic-voices,
  .arenace-climate-home,
  .arenace-home-partner-logos,
  .arenace-enterprise-cta,
  .arenace-home-join-cta
) {
  box-shadow:
    0 18px 42px rgba(31, 65, 40, .11),
    -12px 0 25px rgba(31, 65, 40, .045),
    12px 0 25px rgba(31, 65, 40, .045) !important;
}

/* Aviso oficial, visible solo mientras alguno de los RSS Meteoalerta de la
   provincia contiene nivel rojo. */
body.home .arenace-aemet-red-alert {
  overflow: hidden;
  border: 1px solid rgba(124, 25, 23, .28);
  border-radius: 28px;
  background: linear-gradient(135deg, #7c1719 0%, #a32627 57%, #6d1216 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(88, 20, 22, .22) !important;
}

body.home .arenace-aemet-red-alert article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
}

body.home .arenace-aemet-red-alert article + article { border-top: 1px solid rgba(255,255,255,.2); }
body.home .arenace-aemet-red-alert p { margin: 0 0 8px; color: #ffd5a1; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
body.home .arenace-aemet-red-alert h2 { margin: 0 0 13px; color: #fff; font-size: clamp(30px, 4.4vw, 56px); line-height: 1.04; }
body.home .arenace-aemet-red-alert strong,
body.home .arenace-aemet-red-alert span,
body.home .arenace-aemet-red-alert small { display: block; margin-top: 8px; color: #fff; font-size: 16px; line-height: 1.5; }
body.home .arenace-aemet-red-alert small { max-width: 900px; color: rgba(255,255,255,.82); font-size: 14px; }
body.home .arenace-aemet-red-alert a { display: inline-flex; align-items: center; gap: 9px; min-height: 54px; padding: 0 24px; border: 2px solid #fff; border-radius: 999px; background: #fff; color: #7c1719; font-weight: 900; text-decoration: none; white-space: nowrap; box-shadow: 0 12px 28px rgba(37,7,8,.22); }
body.home .arenace-aemet-red-alert a:hover { transform: translateY(-2px); }

/* Una sola caja editorial para toda la portada. Evita que bloques heredados
   usen 1180, 1280 y 1420 px a la vez o pierdan uno de sus laterales. */
body.home .arenace-editorial-home > :is(
  section,
  .arenace-enterprise-cta,
  .arenace-home-join-cta
),
body.home :is(
  .arenace-wildfire-teaser,
  .arenace-photo-exhibition,
  .arenace-figures-layout,
  .arenace-field-notebook,
  .arenace-home-agenda,
  .arenace-home-zones,
  .arenace-climate-home,
  .arenace-civic-voices,
  .arenace-home-partner-logos,
  .arenace-home-join-cta,
  .arenace-enterprise-cta
) {
  width: min(1420px, calc(100% - 34px)) !important;
  max-width: 1420px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

/* Fondo ilustrado del bloque de incendios: bosque vivo, frente de fuego y
   bosque quemado. La trama oscura conserva la lectura del texto. */
body.home .arenace-wildfire-teaser {
  position: relative !important;
  isolation: isolate !important;
  min-height: 300px !important;
  overflow: hidden !important;
  padding: clamp(30px, 5vw, 64px) !important;
  border: 1px solid rgba(245, 221, 174, .42) !important;
  background-color: #183f2c !important;
  background-image:
    linear-gradient(90deg, rgba(10, 42, 27, .94) 0%, rgba(15, 49, 32, .86) 42%, rgba(42, 35, 25, .52) 68%, rgba(31, 24, 22, .38) 100%),
    url('/wp-content/plugins/alicante-renace-editorial/assets/images/wildfire-forest-illustration-2026.png') !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow:
    0 20px 48px rgba(44, 38, 25, .2),
    -12px 0 25px rgba(31, 65, 40, .055),
    12px 0 25px rgba(31, 65, 40, .055) !important;
}

body.home .arenace-wildfire-teaser > * {
  position: relative;
  z-index: 1;
}

body.home .arenace-wildfire-teaser > div { max-width: 760px; }
body.home .arenace-wildfire-teaser p { color: #f3c56d !important; }
body.home .arenace-wildfire-teaser h2,
body.home .arenace-wildfire-teaser span { color: #fff !important; text-shadow: 0 2px 14px rgba(0, 0, 0, .42); }
body.home .arenace-wildfire-teaser a {
  border: 2px solid rgba(255, 255, 255, .7) !important;
  background: rgba(255, 253, 245, .96) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
}

/* Archivo de noticias vertical: diez entradas por página (la consulta PHP
   controla la paginación) y una lectura visual limpia. */
.arenace-editorial-listing.arenace-news-archive {
  width: min(1180px, calc(100% - 34px));
  margin: clamp(28px, 5vw, 64px) auto;
}

.arenace-news-list { display: grid; gap: 22px; }
.arenace-news-list__item {
  display: grid;
  grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(47, 101, 62, .15);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 65, 40, .1);
}
.arenace-news-list__image { min-height: 260px; overflow: hidden; }
.arenace-news-list__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.arenace-news-list__item:hover .arenace-news-list__image img { transform: scale(1.025); }
.arenace-news-list__item > div { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 4vw, 42px); }
.arenace-news-list__item time { color: #70806f; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.arenace-news-list__item h2 { margin: 8px 0 13px; font-size: clamp(25px, 3vw, 38px); line-height: 1.13; }
.arenace-news-list__item h2 a { color: #194e32; text-decoration: none; }
.arenace-news-list__item p { margin: 0 0 20px; color: #59685f; font-size: 17px; line-height: 1.6; }
.arenace-news-list__read { margin-top: auto; color: #2f7548; font-weight: 900; text-decoration: none; }
.arenace-news-pagination { margin-top: 30px; }
.arenace-news-pagination .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 0; list-style: none; }
.arenace-news-pagination a,
.arenace-news-pagination span { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 13px; border: 1px solid #39754a; border-radius: 999px; color: #245d3a; text-decoration: none; }
.arenace-news-pagination .current { background: #39754a; color: #fff; }

/* En la ficha de noticia se conserva la imagen como apertura y el título de
   artículo queda debajo, con una escala menor que el antiguo título de página. */
body.single-post .eltdf-title { display: none !important; }
body.single-post .eltdf-blog-holder article .eltdf-post-image { margin-bottom: 18px !important; }
body.single-post .eltdf-blog-holder article .eltdf-post-title,
body.single-post .eltdf-blog-holder article .eltdf-post-title a {
  color: #194e32 !important;
  font-size: clamp(29px, 4vw, 46px) !important;
  line-height: 1.12 !important;
}

/* Valoraciones AJAX bajo cada noticia. */
.arenace-news-reviews {
  width: min(900px, 100%);
  margin: 46px auto 20px;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(48, 103, 64, .17);
  border-radius: 26px;
  background: linear-gradient(145deg, #f8fbf2, #eef4e6);
  box-shadow: 0 18px 42px rgba(31, 65, 40, .1);
  box-sizing: border-box;
}
.arenace-news-reviews > header { margin-bottom: 22px; }
.arenace-news-reviews > header p { margin: 0; color: #67834b; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.arenace-news-reviews > header h2 { margin: 5px 0; color: #194e32; font-size: clamp(27px, 4vw, 40px); }
.arenace-news-reviews__average { color: #5c695f; font-weight: 700; }
.arenace-news-reviews__average b { color: #d99a21; letter-spacing: .08em; }
.arenace-news-reviews__published { display: grid; gap: 12px; margin: 20px 0 26px; }
.arenace-news-reviews__published article { padding: 18px 20px; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(31,65,40,.07); }
.arenace-news-reviews__published article header { display: flex; justify-content: space-between; gap: 14px; }
.arenace-news-reviews__published article span { color: #d99a21; letter-spacing: .06em; }
.arenace-news-review-form { display: grid; gap: 17px; }
.arenace-news-review-form fieldset { margin: 0; padding: 0; border: 0; }
.arenace-news-review-form legend,
.arenace-news-review-form label { color: #334a3a; font-weight: 800; }
.arenace-news-review-form__stars { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; }
.arenace-news-review-form__stars input { position: absolute; opacity: 0; pointer-events: none; }
.arenace-news-review-form__stars label { color: #c9cec8; font-size: 34px; line-height: 1; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.arenace-news-review-form__stars label:hover,
.arenace-news-review-form__stars label:hover ~ label,
.arenace-news-review-form__stars input:checked ~ label { color: #e1a129; transform: translateY(-1px); }
.arenace-news-review-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.arenace-news-review-form label { display: grid; gap: 7px; }
.arenace-news-review-form :is(input:not([type='radio']), textarea) { width: 100%; padding: 13px 15px; border: 1px solid #ccd8c8; border-radius: 13px; background: #fff; color: #24382c; box-sizing: border-box; }
.arenace-news-review-form textarea { resize: vertical; }
.arenace-news-review-form button { justify-self: start; min-height: 50px; padding: 13px 25px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #438154, #286842); color: #fff; font-weight: 900; cursor: pointer; box-shadow: 0 10px 22px rgba(39, 104, 65, .22); }
.arenace-news-review-form button:hover { transform: translateY(-2px); }
.arenace-news-review-form button:disabled { opacity: .65; cursor: wait; }
.arenace-news-review-form output { color: #366747; font-weight: 800; }
.arenace-news-review-form__trap { position: absolute !important; left: -9999px !important; }

/* Cabecera uniforme en portada y secciones. */
@media (min-width: 1001px) {
  body .eltdf-page-header { min-height: 102px !important; }
  body .eltdf-page-header .eltdf-fixed-wrapper { min-height: 102px !important; padding: 11px 0 !important; box-sizing: border-box !important; }
  body .eltdf-page-header .eltdf-menu-area { min-height: 80px !important; padding: 0 28px !important; box-sizing: border-box !important; }
  body .eltdf-page-header .eltdf-vertical-align-containers { min-height: 80px !important; }
  body .eltdf-page-header .eltdf-main-menu > ul > li > a { padding: 13px 12px !important; font-size: 18px !important; line-height: 1.25 !important; }
  body .eltdf-page-header .eltdf-logo-wrapper a { max-height: 70px !important; }
  body .eltdf-page-header .eltdf-logo-wrapper img { width: auto !important; max-width: 270px !important; max-height: 70px !important; object-fit: contain !important; }
}

/* Las tarjetas interiores conservan una profundidad mas suave para que el
   sombreado lateral no quede interrumpido dentro de los grandes bloques. */
body.home :is(
  .arenace-editorial-feature,
  .arenace-figure-card,
  .arenace-field-note-card,
  .arenace-home-agenda__card,
  .arenace-home-zone-card,
  .arenace-home-partner-logos__grid > a
) {
  box-shadow:
    0 11px 25px rgba(31, 65, 40, .085),
    -7px 0 16px rgba(31, 65, 40, .035),
    7px 0 16px rgba(31, 65, 40, .035) !important;
}

@media (max-width: 900px) {
  body.home .arenace-aemet-red-alert article { grid-template-columns: 1fr; }
  body.home .arenace-aemet-red-alert a { justify-self: start; white-space: normal; }
  .arenace-wildfire__current { grid-template-columns: 1fr; }
  .arenace-news-list__item { grid-template-columns: 1fr; }
  .arenace-news-list__image { min-height: 230px; }
}

@media (max-width: 560px) {
  .arenace-wildfire__current { padding: 24px; }
  .arenace-wildfire__current-stats { grid-template-columns: 1fr; }
  body.home .arenace-editorial-home > :is(section, .arenace-enterprise-cta, .arenace-home-join-cta),
  body.home :is(.arenace-aemet-red-alert,.arenace-wildfire-teaser,.arenace-photo-exhibition,.arenace-figures-layout,.arenace-field-notebook,.arenace-home-agenda,.arenace-home-zones,.arenace-climate-home,.arenace-civic-voices,.arenace-home-partner-logos,.arenace-home-join-cta,.arenace-enterprise-cta) {
    width: calc(100% - 20px) !important;
  }
  body.home .arenace-wildfire-teaser { min-height: 410px !important; background-position: 57% center !important; }
  .arenace-news-review-form__fields { grid-template-columns: 1fr; }
}
