/* ── Página Talleres ── */

html:has(body.page-talleres) {
    overflow: auto !important;
    height: auto !important;
}

body.page-talleres {
    background: #10b184;
    overflow: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header estático */
body.page-talleres .site-nav {
    position: static;
    width: 100%;
}

/* Footer estático */
body.page-talleres .site-footer {
    position: static;
    margin-top: auto;
}

/* Título blanco */
body.page-talleres .site-name,
body.page-talleres .site-name:hover {
    color: #fff;
}

/* ── Layout principal ── */
.talleres-main {
    padding: 60px 0 80px;
    flex: 1;
}

.talleres-subtitle {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: right;
}

/* ── Texto ── */
.talleres-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #fff;
}

/* ── Enlace ── */
.talleres-link {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.talleres-link:hover {
    color: rgba(255,255,255,0.75);
}

/* ── Foto bloque 2 ── */
.talleres-foto {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Carrusel ── */
.talleres-carousel-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Footer: texto blanco ── */
body.page-talleres .site-footer a {
    color: #fff;
}
