/*
Theme Name: José Ramones
Theme URI: https://joseramones.com
Description: Tema hijo personalizado para el sitio oficial de José Ramones.
Author: Muse Media
Author URI: https://musemedia.com.mx
Template: Divi
Version: 1.0.0
Text Domain: jose-ramones
*/

/* Estilos globales personalizados del proyecto */

/* ==================================================
   José Ramones — Hero cinematográfico
   Ajustes visuales V1
   ================================================== */

.jr-cinema__eyebrow {
  color: rgba(255, 255, 255, 0.88) !important;
}

.jr-cinema__headline,
.jr-cinema__headline .word {
  color: #ffffff !important;
  text-shadow: 0 12px 45px rgba(0, 0, 0, 0.38);
}

.jr-cinema__description {
  color: rgba(255, 255, 255, 0.82) !important;
}

.jr-cinema__brand,
.jr-cinema__status,
.jr-cinema__scroll-indicator {
  color: #ffffff !important;
}

.jr-cinema__button--primary {
  color: #ffffff !important;
  background: #1664d6 !important;
  border-color: #1664d6 !important;
  box-shadow: 0 12px 35px rgba(22, 100, 214, 0.32);
}

.jr-cinema__button--secondary {
  color: #ffffff !important;
  background: rgba(7, 9, 12, 0.52) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(14px);
}

.jr-cinema__button:hover {
  color: #ffffff !important;
}

.jr-cinema__vignette {
  background:
    linear-gradient(
      90deg,
      rgba(7, 9, 12, 0.76) 0%,
      rgba(7, 9, 12, 0.30) 45%,
      rgba(7, 9, 12, 0.20) 72%,
      rgba(7, 9, 12, 0.48) 100%
    ),
    linear-gradient(
      0deg,
      rgba(7, 9, 12, 0.82) 0%,
      transparent 48%
    ) !important;
}
