/* ==========================================================================
   ESTILOS LEYENDAS V6.1 (Optimizado: Variables Nativas)
   Carga solo en single-leyenda.php
   ========================================================================== */

.bio-page-container { background-color: var(--bg-color, #F5F3EF); padding: 40px 20px; font-family: var(--font-body); color: var(--text-main); }
.bio-grid-layout { max-width: 1200px; margin: 0 auto; display: grid; gap: 60px; grid-template-columns: 1fr; }

@media (min-width: 992px) {
    .bio-grid-layout { grid-template-columns: 350px 1fr; align-items: start; }
    .bio-visual-sidebar { position: sticky; top: 100px; }
}

.bio-card-wrapper { position: relative; padding: 10px; }
.bio-card-inner { background-color: #fff; border-radius: 16px; padding: 15px 15px 0 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); border: 1px solid #e0e0e0; overflow: hidden; transform: rotate(-1deg); transition: transform 0.3s ease; }
.bio-card-inner:hover { transform: rotate(0deg) scale(1.02); }

.bio-card-info-mini { margin-bottom: 15px; text-align: center; }
.bio-card-name-mini { font-size: 1.1rem; font-weight: 800; margin: 0; line-height: 1.2; color: var(--text-muted); font-family: var(--font-titles); }
.bio-card-meta-mini { font-size: 0.75rem; font-weight: 700; color: #8B4513; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px; }

.legend-img-wrap { background-color: transparent; border-radius: 12px 12px 0 0; overflow: hidden; position: relative; line-height: 0; }
.legend-responsive-img, .bio-hero-img { width: 100%; height: auto; display: block; object-fit: cover; transition: filter 0.3s ease; }
.legend-custom-zoom { display: block; position: relative; cursor: zoom-in; }
.legend-custom-zoom:hover img { filter: brightness(0.9); }
.legend-no-img { padding: 40px; text-align: center; background: #eee; color: #999; line-height: normal; font-size: 1rem; }

.legend-meta-box { padding: 15px; border-top: 1px solid #eee; background-color: #fff; }
.legend-meta-list { list-style: none; padding: 0; margin: 0; }
.legend-meta-list li { margin-bottom: 8px; font-size: 0.9rem; color: #444; display: flex; flex-direction: row; align-items: baseline; gap: 6px; line-height: 1.4; }
.legend-meta-list li strong { font-size: 0.75rem; text-transform: uppercase; color: #8B4513; font-weight: 800; margin-bottom: 0; white-space: nowrap; }

.bio-info-content { width: 100%; min-width: 0; }
.bio-main-name { font-family: var(--font-titles); font-size: 2.8rem; font-weight: 900; text-transform: uppercase; line-height: 1.1; margin-bottom: 30px; color: var(--text-muted); letter-spacing: -1px; word-wrap: break-word; }

@media (max-width: 991px) {
    .bio-main-name { font-size: 2.3rem; text-align: center; margin-top: 20px; line-height: 1.2; }
    .bio-grid-layout { grid-template-columns: 1fr; }
    .bio-card-wrapper { max-width: 320px; margin: 0 auto; }
}