/* Estilos de la plantilla Vidas de Cristal, organizados por p?gina. */

/* Cabecera interior común: usada por todas las páginas salvo la portada. */
.navbar-exposicion .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
}

.navbar-exposicion .site-logo {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    flex: 0 0 auto;
}

/* Botón general reutilizable para enlaces y elementos button. */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: .85rem 1.25rem;
    border: 1px solid #171717;
    border-radius: 0;
    background: #171717;
    color: #fff;
    font: inherit;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}

    .button:hover {
        border-color: #333;
        background: #333;
        color: #fff;
        transform: translateY(-2px);
    }

    .button:focus-visible {
        outline: 2px solid #ff8755;
        outline-offset: 3px;
    }

.button--outline {
    background: transparent;
    color: #171717;
}

    .button--outline:hover {
        background: #171717;
        color: #fff;
    }

.button--light {
    border-color: rgba(255, 255, 255, .8);
    background: transparent;
    color: #fff;
}

    .button--light:hover {
        border-color: #fff;
        background: #fff;
        color: #171717;
    }

body:has(.site-header) .site-header {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #080808;
    color: #fff;
}

    body:has(.site-header) .header-background,
    body:has(.site-header) .header-overlay,
    body:has(.site-header) .site-header::after {
        position: absolute;
        inset: 0;
    }

body:has(.site-header) .header-background {
    z-index: 0;
    overflow: hidden;
}

    body:has(.site-header) .header-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.03);
    }

body:has(.site-header) .header-overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .42) 45%, rgba(0, 0, 0, .58) 100%);
}

body:has(.site-header) .site-header::after {
    content: "";
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0%, transparent 40%, rgba(0, 0, 0, .45) 100%);
}

body:has(.site-header) .navbar-exposicion {
    position: relative;
    z-index: 10;
    padding: 1.5rem 0;
    background: transparent;
}

    body:has(.site-header) .navbar-exposicion .navbar-brand {
        color: #fff;
        font-size: 1rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        text-decoration: none;
    }

    body:has(.site-header) .navbar-exposicion .nav-link {
        color: rgba(255, 255, 255, .85);
        margin-left: 1.5rem;
        font-size: .7rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        transition: color .3s ease;
    }

        body:has(.site-header) .navbar-exposicion .nav-link:hover,
        body:has(.site-header) .navbar-exposicion .nav-link.active {
            color: #fff;
        }

body:has(.site-header) .navbar-toggler:focus {
    box-shadow: none;
}

body:has(.site-header) .page-header {
    position: relative;
    z-index: 5;
    padding: 7rem 0 8rem;
}

body:has(.site-header) .breadcrumb-interior {
    margin-bottom: 2.5rem;
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .70);
}

    body:has(.site-header) .breadcrumb-interior a {
        color: rgba(255, 255, 255, .70);
        text-decoration: none;
        transition: color .3s ease;
    }

        body:has(.site-header) .breadcrumb-interior a:hover {
            color: #fff;
        }

    body:has(.site-header) .breadcrumb-interior span {
        margin: 0 .75rem;
        opacity: .55;
    }

body:has(.site-header) .page-header h1 {
    margin: 0;
    font-size: clamp(4rem, 9vw, 9rem);
    font-weight: 300;
    line-height: .85;
    letter-spacing: -.05em;
}

body:has(.site-header) .page-description {
    max-width: 600px;
    margin: 2rem 0 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .82);
}

body:has(.site-header) footer {
    background: #111;
    color: rgba(255, 255, 255, .6);
    padding: 4rem 0;
}

    body:has(.site-header) footer a {
        color: inherit;
        text-decoration: none;
        transition: color .3s ease;
    }

        body:has(.site-header) footer a:hover {
            color: #fff;
        }

    body:has(.site-header) footer small {
        display: block;
        margin-top: .5rem;
        opacity: .5;
    }

.footer-social {
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    margin-right: 1.5rem;
}

    .footer-social a {
        display: inline-grid;
        width: 1.9rem;
        height: 1.9rem;
        place-items: center;
        border: 1px solid currentColor;
        border-radius: 50%;
        font-size: .8rem;
    }

        .footer-social a:hover {
            color: #fff;
            border-color: #fff;
        }

@media (max-width: 991px) {
    body:has(.site-header) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }
}

@media (max-width: 767px) {
    body:has(.site-header) .site-header {
        min-height: 520px;
    }

    body:has(.site-header) .page-header {
        padding: 5rem 0 6rem;
    }

    body:has(.site-header) footer {
        text-align: center;
    }

        body:has(.site-header) footer .text-md-end {
            text-align: center !important;
        }
}


/* index.html */
html {
    scroll-behavior: smooth;
}

body:has(.hero) {
    margin: 0;
    background: #111;
    color: #fff;
}




    body:has(.hero) .navbar-exposicion {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        padding: 1.5rem 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .70), transparent);
    }

        body:has(.hero) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1.05rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            text-decoration: none;
        }

        body:has(.hero) .navbar-exposicion .nav-link {
            color: rgba(255, 255, 255, .90);
            margin-left: 1.5rem;
            font-size: .75rem;
            letter-spacing: .1em;
            text-transform: uppercase;
            transition: color .3s ease;
        }

            body:has(.hero) .navbar-exposicion .nav-link:hover,
            body:has(.hero) .navbar-exposicion .nav-link.active {
                color: #fff;
            }

    body:has(.hero) .navbar-toggler:focus {
        box-shadow: none;
    }




    body:has(.hero) .navbar-exposicion .dropdown-menu {
        margin-top: .75rem;
        padding: .75rem 0;
        min-width: 220px;
        border: 0;
        border-radius: 0;
        background: rgba(17, 17, 17, .96);
        box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    }

    body:has(.hero) .navbar-exposicion .dropdown-item {
        padding: .7rem 1.25rem;
        color: rgba(255, 255, 255, .75);
        font-size: .68rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        transition: background .3s ease, color .3s ease;
    }

        body:has(.hero) .navbar-exposicion .dropdown-item:hover,
        body:has(.hero) .navbar-exposicion .dropdown-item:focus {
            color: #fff;
            background: rgba(255, 255, 255, .08);
        }

    body:has(.hero) .navbar-exposicion .dropdown-toggle::after {
        margin-left: .45rem;
        vertical-align: .15em;
    }


@media (min-width: 992px) {

    body:has(.hero) .navbar-exposicion .dropdown:hover > .dropdown-menu {
        display: block;
    }

    body:has(.hero) .navbar-exposicion .dropdown:hover > .dropdown-toggle {
        color: #fff;
    }
}




body:has(.hero) .hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #111;
}

body:has(.hero) .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

body:has(.hero) .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .25) 55%, rgba(0, 0, 0, .45) 100% );
}

body:has(.hero) .hero-content {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 11%;
}

    body:has(.hero) .hero-content .eyebrow {
        font-size: .8rem;
        letter-spacing: .25em;
        text-transform: uppercase;
        margin-bottom: 1.25rem;
    }

    body:has(.hero) .hero-content h1 {
        font-size: clamp(3.5rem, 9vw, 9rem);
        line-height: .86;
        font-weight: 300;
        margin: 0;
        letter-spacing: -.04em;
    }

    body:has(.hero) .hero-content .subtitle {
        margin-top: 2rem;
        font-size: clamp(1rem, 2vw, 1.3rem);
        line-height: 1.6;
        max-width: 600px;
        color: rgba(255, 255, 255, .85);
    }

body:has(.hero) .hero-button {
    margin-top: 2rem;
}




body:has(.hero) .hero-scroll {
    position: absolute;
    z-index: 5;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: .8;
}

    body:has(.hero) .hero-scroll i {
        font-size: .8rem;
        animation: scrollArrow 1.8s infinite;
    }

@keyframes scrollArrow {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}




body:has(.hero) .intro {
    background: #f4f2ed;
    color: #171717;
    padding: 9rem 0;
}

body:has(.hero) .section-label {
    font-size: .7rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: .55;
    margin-bottom: 1.5rem;
}

body:has(.hero) .intro h2 {
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    font-weight: 300;
    line-height: .95;
    letter-spacing: -.03em;
    margin: 0;
}

body:has(.hero) .intro-text {
    font-size: 1.1rem;
    line-height: 1.9;
    max-width: 650px;
    margin-bottom: 1.5rem;
}




body:has(.hero) .gallery {
    background: #111;
    padding: 8rem 0;
}

    body:has(.hero) .gallery .section-label {
        color: #fff;
        opacity: .45;
    }

body:has(.hero) .gallery-title {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    line-height: .9;
    letter-spacing: -.04em;
    margin-bottom: 5rem;
}

body:has(.hero) .gallery-item {
    position: relative;
    overflow: hidden;
    background: #222;
}

    body:has(.hero) .gallery-item img {
        width: 100%;
        display: block;
        transition: transform .8s ease, filter .8s ease;
    }

    body:has(.hero) .gallery-item:hover img {
        transform: scale(1.04);
        filter: brightness(.85);
    }

body:has(.hero) .gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    background: linear-gradient( to top, rgba(0, 0, 0, .8), transparent );
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
}

body:has(.hero) .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

body:has(.hero) .gallery-caption h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 .35rem;
}

body:has(.hero) .gallery-caption span {
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .65;
}

body:has(.hero) .gallery-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    text-decoration: none;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
}

    body:has(.hero) .gallery-button:hover {
        background: #fff;
        color: #111;
    }




body:has(.hero) .info {
    background: #f4f2ed;
    color: #171717;
    padding: 8rem 0;
}

body:has(.hero) .info-title {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    line-height: .9;
    letter-spacing: -.04em;
}

body:has(.hero) .info-block {
    border-top: 1px solid rgba(0, 0, 0, .18);
    padding: 1.5rem 0;
}

body:has(.hero) .info-label {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    opacity: .55;
    margin-bottom: .35rem;
}

body:has(.hero) .info-value {
    font-size: 1.1rem;
}

body:has(.hero) .info-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #171717;
    color: #fff;
    text-decoration: none;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .3s ease;
}

    body:has(.hero) .info-button:hover {
        background: #333;
        color: #fff;
    }




body:has(.hero) .final-image {
    position: relative;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
}

    body:has(.hero) .final-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.5s ease;
    }

    body:has(.hero) .final-image:hover img {
        transform: scale(1.02);
    }

    body:has(.hero) .final-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .35);
    }

body:has(.hero) .final-content {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    body:has(.hero) .final-content .eyebrow {
        font-size: .75rem;
        letter-spacing: .25em;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
    }

    body:has(.hero) .final-content h2 {
        font-size: clamp(3.5rem, 8vw, 8rem);
        font-weight: 300;
        line-height: .85;
        letter-spacing: -.04em;
        margin: 0;
    }




body:has(.hero) footer {
    background: #111;
    color: rgba(255, 255, 255, .6);
    padding: 4rem 0;
}

    body:has(.hero) footer a {
        color: inherit;
        text-decoration: none;
        transition: color .3s ease;
    }

        body:has(.hero) footer a:hover {
            color: #fff;
        }

    body:has(.hero) footer small {
        display: block;
        margin-top: .5rem;
        opacity: .5;
    }




@media (max-width: 991px) {

    body:has(.hero) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }

    body:has(.hero) .navbar-exposicion .dropdown-menu {
        margin-top: 0;
        padding: .25rem 0 .5rem 1rem;
        background: transparent;
        box-shadow: none;
    }

    body:has(.hero) .navbar-exposicion .dropdown-item {
        padding: .6rem 0;
        color: rgba(255, 255, 255, .7);
    }

    body:has(.hero) .hero-content h1 {
        font-size: clamp(3.5rem, 12vw, 7rem);
    }
}


@media (max-width: 767px) {

    body:has(.hero) .navbar-exposicion {
        padding: 1rem 0;
    }

    body:has(.hero) .hero {
        min-height: 600px;
    }

    body:has(.hero) .hero-content {
        bottom: 12%;
    }

        body:has(.hero) .hero-content h1 {
            font-size: clamp(3.2rem, 16vw, 5.5rem);
        }

        body:has(.hero) .hero-content .subtitle {
            font-size: 1rem;
            margin-top: 1.5rem;
        }

    body:has(.hero) .hero-scroll {
        display: none;
    }

    body:has(.hero) .intro,
    body:has(.hero) .gallery,
    body:has(.hero) .info {
        padding: 5rem 0;
    }

    body:has(.hero) .gallery-title {
        margin-bottom: 3rem;
    }

    body:has(.hero) .gallery-caption {
        opacity: 1;
        transform: translateY(0);
    }

    body:has(.hero) .final-image {
        height: 60vh;
    }

    body:has(.hero) footer {
        text-align: center;
    }

        body:has(.hero) footer .text-md-end {
            text-align: center !important;
        }
}


/* autor.html */
body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .navbar-exposicion {
        background: #111;
        padding: 1.4rem 0;
    }

        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.75);
            margin-left: 1.5rem;
            font-size: .75rem;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

            body:has(.site-header) .navbar-exposicion .nav-link:hover {
                color: #fff;
            }




    body:has(.site-header) .author-page {
        padding: 3rem 0 8rem;
    }




    body:has(.site-header) .section-label {
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .2em;
        opacity: .5;
        margin-bottom: 1.5rem;
    }



    body:has(.site-header) .author-image {
        overflow: hidden;
    }

        body:has(.site-header) .author-image img {
            width: 100%;
            display: block;
            transition: transform .8s ease;
        }

        body:has(.site-header) .author-image:hover img {
            transform: scale(1.03);
        }


    body:has(.site-header) .author-content {
        max-width: 600px;
    }

        body:has(.site-header) .author-content h2 {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            font-weight: 300;
            line-height: 1;
            margin-bottom: .75rem;
        }

    body:has(.site-header) .author-role {
        font-size: .75rem;
        letter-spacing: .15em;
        text-transform: uppercase;
        opacity: .5;
        margin-bottom: 3rem;
    }

    body:has(.site-header) .author-content p {
        font-size: 1.05rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }

    body:has(.site-header) .author-intro {
        font-size: 1.3rem !important;
        line-height: 1.6 !important;
    }




    body:has(.site-header) .author-data {
        border-top: 1px solid rgba(0,0,0,.2);
        margin-top: 3rem;
    }

    body:has(.site-header) .author-data-item {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

        body:has(.site-header) .author-data-item span {
            font-size: .7rem;
            text-transform: uppercase;
            letter-spacing: .12em;
            opacity: .5;
        }

        body:has(.site-header) .author-data-item strong {
            font-weight: 400;
            text-align: right;
        }




    body:has(.site-header) .author-social {
        display: flex;
        gap: 1.5rem;
        margin-top: 2rem;
    }

        body:has(.site-header) .author-social a {
            color: #171717;
            font-size: 1.1rem;
            text-decoration: none;
            transition: opacity .3s ease;
        }

            body:has(.site-header) .author-social a:hover {
                opacity: .5;
            }




    body:has(.site-header) .author-quote {
        margin-top: 10rem;
        padding: 5rem 0;
        border-top: 1px solid rgba(0,0,0,.2);
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    body:has(.site-header) .quote-mark {
        font-size: 6rem;
        line-height: .5;
        font-weight: 300;
    }

    body:has(.site-header) .author-quote blockquote {
        font-size: clamp(2rem, 4vw, 4rem);
        font-weight: 300;
        line-height: 1.1;
        margin: 2rem 0;
        max-width: 1000px;
    }

    body:has(.site-header) .quote-author {
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .15em;
        opacity: .5;
    }




    body:has(.site-header) .trajectory {
        margin-top: 8rem;
    }

    body:has(.site-header) .trajectory-title {
        font-size: clamp(2rem, 4vw, 4rem);
        font-weight: 300;
        line-height: 1;
    }


    body:has(.site-header) .timeline {
        border-top: 1px solid rgba(0,0,0,.2);
    }

    body:has(.site-header) .timeline-item {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 2rem;
        padding: 2rem 0;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    body:has(.site-header) .timeline-year {
        font-size: .8rem;
        letter-spacing: .1em;
        opacity: .5;
    }

    body:has(.site-header) .timeline-item h3 {
        font-size: 1.15rem;
        font-weight: 400;
        margin-bottom: .5rem;
    }

    body:has(.site-header) .timeline-item p {
        margin: 0;
        opacity: .6;
    }




    body:has(.site-header) footer {
        background: #111;
        padding: 4rem 0;
        color: rgba(255,255,255,.6);
    }

        body:has(.site-header) footer a {
            color: inherit;
            text-decoration: none;
        }

            body:has(.site-header) footer a:hover {
                color: #fff;
            }




@media (max-width: 767px) {

    body:has(.site-header) .author-page {
        padding: 2rem 0 5rem;
    }

    body:has(.site-header) .author-content {
        padding-top: 2rem;
    }

    body:has(.site-header) .author-role {
        margin-bottom: 2rem;
    }

    body:has(.site-header) .author-quote {
        margin-top: 6rem;
        padding: 4rem 0;
    }

        body:has(.site-header) .author-quote blockquote {
            font-size: 2rem;
        }

    body:has(.site-header) .trajectory {
        margin-top: 5rem;
    }

    body:has(.site-header) .timeline-item {
        grid-template-columns: 70px 1fr;
        gap: 1rem;
    }
}


/* exposiciones.html */
html {
    scroll-behavior: smooth;
}


body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .site-header {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        background: #080808;
        color: #fff;
    }




    body:has(.site-header) .header-background {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }


        body:has(.site-header) .header-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.03);
        }




    body:has(.site-header) .header-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.58) 100% );
    }


    body:has(.site-header) .site-header::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient( to bottom, rgba(0,0,0,.25) 0%, transparent 40%, rgba(0,0,0,.45) 100% );
    }




    body:has(.site-header) .navbar-exposicion {
        position: relative;
        z-index: 10;
        padding: 1.5rem 0;
    }


        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            text-decoration: none;
        }


        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.85);
            margin-left: 1.5rem;
            font-size: .7rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            transition: color .3s ease;
        }


            body:has(.site-header) .navbar-exposicion .nav-link:hover,
            body:has(.site-header) .navbar-exposicion .nav-link.active {
                color: #fff;
            }


    body:has(.site-header) .navbar-toggler:focus {
        box-shadow: none;
    }




    body:has(.site-header) .page-header {
        position: relative;
        z-index: 5;
        padding: 7rem 0 8rem;
    }


    body:has(.site-header) .breadcrumb-interior {
        margin-bottom: 2.5rem;
        font-size: .7rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(255,255,255,.70);
    }


        body:has(.site-header) .breadcrumb-interior a {
            color: rgba(255,255,255,.70);
            text-decoration: none;
        }


        body:has(.site-header) .breadcrumb-interior span {
            margin: 0 .75rem;
            opacity: .55;
        }


    body:has(.site-header) .page-header h1 {
        font-size: clamp(4rem, 9vw, 9rem);
        font-weight: 300;
        line-height: .85;
        letter-spacing: -.05em;
        margin: 0;
    }


    body:has(.site-header) .page-description {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: 0;
        font-size: 1.05rem;
        line-height: 1.7;
        color: rgba(255,255,255,.82);
    }




    body:has(.site-header) .exhibitions {
        padding: 6rem 0 9rem;
        background: #f4f2ed;
    }




    body:has(.site-header) .exhibition {
        display: flex;
        align-items: stretch;
        margin-bottom: 4rem;
        background: #fff;
        overflow: hidden;
    }




    body:has(.site-header) .exhibition-image {
        position: relative;
        width: 42%;
        flex: 0 0 42%;
        overflow: hidden;
    }


        body:has(.site-header) .exhibition-image img {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 360px;
            object-fit: cover;
            transition: transform .8s ease, filter .5s ease;
        }


    body:has(.site-header) .exhibition:hover .exhibition-image img {
        transform: scale(1.04);
        filter: brightness(.9);
    }




    body:has(.site-header) .exhibition-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3.5rem;
        flex: 1;
    }




    body:has(.site-header) .exhibition-location {
        display: flex;
        align-items: center;
        gap: .75rem;
        margin-bottom: 1.5rem;
        font-size: .8rem;
        font-weight: 500;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #555;
    }


        body:has(.site-header) .exhibition-location i {
            color: #777;
            font-size: .9rem;
        }


    body:has(.site-header) .exhibition-date {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -.02em;
        color: #171717;
        margin-bottom: 1.75rem;
    }




    body:has(.site-header) .exhibition-title {
        margin: 0;
        font-size: clamp(2rem, 3.5vw, 3.4rem);
        font-weight: 300;
        line-height: 1;
        letter-spacing: -.035em;
    }




    body:has(.site-header) .exhibition-text {
        max-width: 620px;
        margin: 1.5rem 0 0;
        font-size: .95rem;
        line-height: 1.8;
        color: #666;
    }






    body:has(.site-header) footer {
        background: #111;
        color: rgba(255,255,255,.6);
        padding: 4rem 0;
    }


        body:has(.site-header) footer a {
            color: inherit;
            text-decoration: none;
            transition: color .3s ease;
        }


            body:has(.site-header) footer a:hover {
                color: #fff;
            }


        body:has(.site-header) footer small {
            display: block;
            margin-top: .5rem;
            opacity: .5;
        }




@media (max-width: 991px) {

    body:has(.site-header) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }


    body:has(.site-header) .exhibition-content {
        padding: 2.5rem;
    }


    body:has(.site-header) .exhibition-date {
        font-size: 1.3rem;
    }
}


@media (max-width: 767px) {

    body:has(.site-header) .site-header {
        min-height: 520px;
    }


    body:has(.site-header) .page-header {
        padding: 5rem 0 6rem;
    }


    body:has(.site-header) .exhibitions {
        padding: 4rem 0 6rem;
    }


    body:has(.site-header) .exhibition {
        display: block;
        margin-bottom: 3rem;
    }


    body:has(.site-header) .exhibition-image {
        width: 100%;
        height: 300px;
    }


        body:has(.site-header) .exhibition-image img {
            min-height: 300px;
        }


    body:has(.site-header) .exhibition-content {
        padding: 2.5rem 2rem;
    }


    body:has(.site-header) .exhibition-location {
        font-size: .7rem;
        margin-bottom: 1rem;
    }


    body:has(.site-header) .exhibition-date {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }


    body:has(.site-header) .exhibition-title {
        font-size: 2rem;
    }


    body:has(.site-header) .exhibition-text {
        font-size: .9rem;
    }


    body:has(.site-header) .header-overlay {
        background: rgba(0,0,0,.55);
    }


    body:has(.site-header) .page-description {
        font-size: .95rem;
    }


    body:has(.site-header) footer {
        text-align: center;
    }
}


/* galeria.html */
body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .navbar-exposicion {
        background: #111;
        padding: 1.4rem 0;
    }

        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.75);
            margin-left: 1.5rem;
            font-size: .75rem;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

            body:has(.site-header) .navbar-exposicion .nav-link:hover {
                color: #fff;
            }




    body:has(.site-header) .works-page {
        padding: 3rem 0 8rem;
    }




    body:has(.site-header) .section-label {
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .2em;
        opacity: .5;
        margin-bottom: 1.5rem;
    }



    body:has(.site-header) .work {
        padding: 6rem 0;
        border-top: 1px solid rgba(0,0,0,.15);
    }




    body:has(.site-header) .work-image {
        position: relative;
        overflow: hidden;
        background: #ddd;
    }

        body:has(.site-header) .work-image img {
            width: 100%;
            display: block;
            transition: transform .8s ease;
        }

        body:has(.site-header) .work-image:hover img {
            transform: scale(1.025);
        }




    body:has(.site-header) .work-enlarge {
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
        width: 45px;
        height: 45px;
        border: 0;
        border-radius: 50%;
        background: rgba(255,255,255,.92);
        color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .3s ease, background .3s ease;
    }

        body:has(.site-header) .work-enlarge:hover {
            transform: scale(1.08);
            background: #fff;
        }




    body:has(.site-header) .work-info {
        padding-left: 2rem;
    }

    body:has(.site-header) .work-number {
        font-size: .7rem;
        letter-spacing: .15em;
        opacity: .45;
        margin-bottom: 1.5rem;
    }

    body:has(.site-header) .work-title {
        font-size: clamp(2rem, 4vw, 3.5rem);
        font-weight: 300;
        line-height: 1;
        margin-bottom: .75rem;
    }

    body:has(.site-header) .work-meta {
        font-size: .7rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        opacity: .5;
        margin-bottom: 2rem;
    }

    body:has(.site-header) .work-description {
        font-size: 1rem;
        line-height: 1.8;
        max-width: 550px;
    }




    body:has(.site-header) .audio-guide {
        margin-top: 2.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0,0,0,.15);
        /*max-width: 550px;*/
    }

    body:has(.site-header) .audio-guide-label {
        display: flex;
        align-items: center;
        gap: .75rem;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .15em;
        margin-bottom: 1rem;
        opacity: .6;
    }

        body:has(.site-header) .audio-guide-label i {
            font-size: .9rem;
        }

    body:has(.site-header) .audio-player {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    body:has(.site-header) .audio-play {
        width: 42px;
        height: 42px;
        border: 1px solid #171717;
        border-radius: 50%;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-shrink: 0;
    }

        body:has(.site-header) .audio-play:hover {
            background: #171717;
            color: #fff;
        }

    body:has(.site-header) .audio-player audio {
        width: 100%;
        height: 35px;
    }




    body:has(.site-header) .modal-image {
        width: 100%;
        max-height: 85vh;
        object-fit: contain;
    }

    body:has(.site-header) .modal-content {
        background: #111;
        border: 0;
        border-radius: 0;
    }

    body:has(.site-header) .modal-header {
        border: 0;
    }

    body:has(.site-header) .modal-title {
        color: #fff;
        font-weight: 300;
    }

    body:has(.site-header) .btn-close {
        filter: invert(1);
    }




@media (max-width: 991px) {

    body:has(.site-header) .work-info {
        padding-left: 0;
        padding-top: 2rem;
    }
}


@media (max-width: 767px) {

    body:has(.site-header) .works-page {
        padding: 2rem 0 5rem;
    }

    body:has(.site-header) .work {
        padding: 4rem 0;
    }

    body:has(.site-header) .work-title {
        font-size: 2.5rem;
    }

    body:has(.site-header) .audio-player audio {
        max-width: calc(100% - 55px);
    }
}


/* galeria_ficha.html */
html {
    scroll-behavior: smooth;
}


body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .site-header {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        background: #080808;
        color: #fff;
    }




    body:has(.site-header) .header-background {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }


        body:has(.site-header) .header-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.03);
        }




    body:has(.site-header) .header-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.58) 100% );
    }


    body:has(.site-header) .site-header::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient( to bottom, rgba(0,0,0,.25) 0%, transparent 40%, rgba(0,0,0,.45) 100% );
    }




    body:has(.site-header) .navbar-exposicion {
        position: relative;
        z-index: 10;
        padding: 1.5rem 0;
    }


        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            text-decoration: none;
        }


        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.85);
            margin-left: 1.5rem;
            font-size: .7rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            transition: color .3s ease;
        }


            body:has(.site-header) .navbar-exposicion .nav-link:hover,
            body:has(.site-header) .navbar-exposicion .nav-link.active {
                color: #fff;
            }


    body:has(.site-header) .navbar-toggler:focus {
        box-shadow: none;
    }




    body:has(.site-header) .page-header {
        position: relative;
        z-index: 5;
        padding: 7rem 0 8rem;
    }


    body:has(.site-header) .breadcrumb-interior {
        margin-bottom: 2.5rem;
        font-size: .7rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(255,255,255,.70);
    }


        body:has(.site-header) .breadcrumb-interior a {
            color: rgba(255,255,255,.70);
            text-decoration: none;
            transition: color .3s ease;
        }


            body:has(.site-header) .breadcrumb-interior a:hover {
                color: #fff;
            }


        body:has(.site-header) .breadcrumb-interior span {
            margin: 0 .75rem;
            opacity: .55;
        }


    body:has(.site-header) .page-header h1 {
        font-size: clamp(4rem, 9vw, 9rem);
        font-weight: 300;
        line-height: .85;
        letter-spacing: -.05em;
        margin: 0;
    }


    body:has(.site-header) .page-description {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: 0;
        font-size: 1.05rem;
        line-height: 1.7;
        color: rgba(255,255,255,.82);
    }




    body:has(.site-header) .artwork-detail {
        padding: 7rem 0 9rem;
        background: #f4f2ed;
    }




    body:has(.site-header) .artwork-view {
        position: relative;
        width: 100%;
        background: #ddd;
        overflow: hidden;
    }


        body:has(.site-header) .artwork-view img {
            display: block;
            width: 100%;
            /*max-height: 850px;*/
            object-fit: contain;
            margin: 0 auto;
        }




    body:has(.site-header) .artwork-expand {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
        width: 3.25rem;
        height: 3.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: rgba(255,255,255,.95);
        color: #111;
        font-size: 1rem;
        cursor: pointer;
        box-shadow: 0 5px 25px rgba(0,0,0,.18);
        transition: transform .3s ease, background .3s ease;
    }


        body:has(.site-header) .artwork-expand:hover {
            transform: scale(1.08);
            background: #fff;
        }




    body:has(.site-header) .artwork-detail-info {
        max-width: 850px;
        margin: 4rem auto 0;
    }


    body:has(.site-header) .artwork-number {
        font-size: .65rem;
        letter-spacing: .15em;
        color: #777;
        margin-bottom: .75rem;
    }


    body:has(.site-header) .artwork-title {
        font-size: clamp(2.5rem, 5vw, 5rem);
        font-weight: 300;
        line-height: .95;
        letter-spacing: -.035em;
        margin: 0 0 2.5rem;
    }




    body:has(.site-header) .audio-guide {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        padding: 1.25rem 1.5rem;
        margin-bottom: 3rem;
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
    }


    body:has(.site-header) .audio-guide-icon {
        flex: 0 0 auto;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #171717;
        color: #fff;
    }


    body:has(.site-header) .audio-guide-content {
        flex: 1;
    }


    body:has(.site-header) .audio-guide-label {
        display: block;
        margin-bottom: .25rem;
        font-size: .65rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #777;
    }


    body:has(.site-header) .audio-guide audio {
        width: 100%;
        height: 35px;
    }




    body:has(.site-header) .artwork-description {
        font-size: 1.05rem;
        line-height: 1.9;
        color: #444;
    }


        body:has(.site-header) .artwork-description p {
            margin-bottom: 1.5rem;
        }




    body:has(.site-header) .artwork-navigation {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 6rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(0,0,0,.15);
    }


    body:has(.site-header) .artwork-nav-link {
        display: flex;
        align-items: center;
        gap: 1rem;
        color: #171717;
        text-decoration: none;
        max-width: 40%;
        transition: opacity .3s ease;
    }


        body:has(.site-header) .artwork-nav-link:hover {
            color: #171717;
            opacity: .55;
        }


        body:has(.site-header) .artwork-nav-link.next {
            text-align: right;
            justify-content: flex-end;
        }


    body:has(.site-header) .artwork-nav-arrow {
        flex: 0 0 auto;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0,0,0,.25);
        border-radius: 50%;
        font-size: .9rem;
        transition: background .3s ease, color .3s ease;
    }


    body:has(.site-header) .artwork-nav-link:hover .artwork-nav-arrow {
        background: #171717;
        color: #fff;
        border-color: #171717;
    }


    body:has(.site-header) .artwork-nav-label {
        display: block;
        margin-bottom: .3rem;
        font-size: .6rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #888;
    }


    body:has(.site-header) .artwork-nav-title {
        font-size: .95rem;
        color: #171717;
    }


    body:has(.site-header) .artwork-navigation-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


        body:has(.site-header) .artwork-navigation-center a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            color: #171717;
            text-decoration: none;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 50%;
            transition: background .3s ease, color .3s ease;
        }


            body:has(.site-header) .artwork-navigation-center a:hover {
                background: #171717;
                color: #fff;
            }




    body:has(.site-header) .image-modal {
        background: rgba(0,0,0,.94);
    }


        body:has(.site-header) .image-modal .modal-dialog {
            max-width: 95vw;
            margin: 2vh auto;
        }


        body:has(.site-header) .image-modal .modal-content {
            background: transparent;
            border: 0;
        }


        body:has(.site-header) .image-modal img {
            max-width: 95vw;
            max-height: 92vh;
            width: auto;
            height: auto;
            object-fit: contain;
        }


    body:has(.site-header) .image-modal-close {
        position: fixed;
        top: 1.5rem;
        right: 1.5rem;
        z-index: 10;
        width: 3rem;
        height: 3rem;
        border: 0;
        border-radius: 50%;
        background: rgba(255,255,255,.9);
        color: #111;
        font-size: 1.1rem;
    }




    body:has(.site-header) footer {
        background: #111;
        color: rgba(255,255,255,.6);
        padding: 4rem 0;
    }


        body:has(.site-header) footer a {
            color: inherit;
            text-decoration: none;
            transition: color .3s ease;
        }


            body:has(.site-header) footer a:hover {
                color: #fff;
            }


        body:has(.site-header) footer small {
            display: block;
            margin-top: .5rem;
            opacity: .5;
        }




@media (max-width: 991px) {

    body:has(.site-header) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }


    body:has(.site-header) .artwork-detail {
        padding: 5rem 0 7rem;
    }
}


@media (max-width: 767px) {

    body:has(.site-header) .site-header {
        min-height: 520px;
    }


    body:has(.site-header) .page-header {
        padding: 5rem 0 6rem;
    }


    body:has(.site-header) .artwork-detail {
        padding: 4rem 0 5rem;
    }


    body:has(.site-header) .artwork-detail-info {
        margin-top: 3rem;
    }


    body:has(.site-header) .artwork-title {
        margin-bottom: 2rem;
    }


    body:has(.site-header) .audio-guide {
        display: block;
        padding: 1.25rem;
    }


    body:has(.site-header) .audio-guide-icon {
        margin-bottom: 1rem;
    }


    body:has(.site-header) .artwork-navigation {
        margin-top: 4rem;
    }


    body:has(.site-header) .artwork-nav-link {
        max-width: 42%;
        gap: .5rem;
    }


    body:has(.site-header) .artwork-nav-arrow {
        width: 2.75rem;
        height: 2.75rem;
    }


    body:has(.site-header) .artwork-nav-title {
        display: none;
    }


    body:has(.site-header) .artwork-navigation-center {
        display: none;
    }


    body:has(.site-header) .header-overlay {
        background: rgba(0,0,0,.55);
    }


    body:has(.site-header) .page-description {
        font-size: .95rem;
    }


    body:has(.site-header) footer {
        text-align: center;
    }
}


/* galeria_mosaico.html */
html {
    scroll-behavior: smooth;
}

body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .site-header {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        background: #080808;
        color: #fff;
    }




    body:has(.site-header) .header-background {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }

        body:has(.site-header) .header-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.03);
        }




    body:has(.site-header) .header-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.58) 100% );
    }


    body:has(.site-header) .site-header::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient( to bottom, rgba(0,0,0,.25) 0%, transparent 40%, rgba(0,0,0,.45) 100% );
    }




    body:has(.site-header) .navbar-exposicion {
        position: relative;
        z-index: 10;
        padding: 1.5rem 0;
    }

        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            text-decoration: none;
        }

        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.85);
            margin-left: 1.5rem;
            font-size: .7rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            transition: color .3s ease;
        }

            body:has(.site-header) .navbar-exposicion .nav-link:hover,
            body:has(.site-header) .navbar-exposicion .nav-link.active {
                color: #fff;
            }

    body:has(.site-header) .navbar-toggler:focus {
        box-shadow: none;
    }




    body:has(.site-header) .page-header {
        position: relative;
        z-index: 5;
        padding: 7rem 0 8rem;
    }

    body:has(.site-header) .breadcrumb-interior {
        margin-bottom: 2.5rem;
        font-size: .7rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(255,255,255,.70);
    }

        body:has(.site-header) .breadcrumb-interior a {
            color: rgba(255,255,255,.70);
            text-decoration: none;
            transition: color .3s ease;
        }

            body:has(.site-header) .breadcrumb-interior a:hover {
                color: #fff;
            }

        body:has(.site-header) .breadcrumb-interior span {
            margin: 0 .75rem;
            opacity: .55;
        }

    body:has(.site-header) .page-header h1 {
        font-size: clamp(4rem, 9vw, 9rem);
        font-weight: 300;
        line-height: .85;
        letter-spacing: -.05em;
        margin: 0;
    }

    body:has(.site-header) .page-description {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: 0;
        font-size: 1.05rem;
        line-height: 1.7;
        color: rgba(255,255,255,.82);
    }




    body:has(.site-header) .gallery {
        padding: 6rem 0 8rem;
        background: #f4f2ed;
    }




    body:has(.site-header) .container-gallery {
        width: 100%;
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }




    body:has(.site-header) .artwork {
        margin-bottom: 4rem;
    }

    body:has(.site-header) .artwork-image {
        position: relative;
        overflow: hidden;
        background: #ddd;
    }

        body:has(.site-header) .artwork-image img {
            display: block;
            width: 100%;
            height: auto;
            transition: transform .8s ease, filter .5s ease;
        }

    body:has(.site-header) .artwork:hover .artwork-image img {
        transform: scale(1.035);
        filter: brightness(.9);
    }




    body:has(.site-header) .artwork-zoom {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.9);
        color: #111;
        border-radius: 50%;
        opacity: 0;
        transform: translateY(-5px);
        transition: opacity .3s ease, transform .3s ease;
    }

    body:has(.site-header) .artwork:hover .artwork-zoom {
        opacity: 1;
        transform: translateY(0);
    }




    body:has(.site-header) .artwork-info {
        padding-top: 1.25rem;
    }

    body:has(.site-header) .artwork-number {
        font-size: .65rem;
        letter-spacing: .15em;
        color: #777;
        margin-bottom: .4rem;
    }

    body:has(.site-header) .artwork-title {
        font-size: 1.15rem;
        font-weight: 400;
        margin: 0;
    }

    body:has(.site-header) .artwork-meta {
        margin-top: .35rem;
        font-size: .75rem;
        color: #777;
    }




    body:has(.site-header) .artwork-link {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        margin-top: 1rem;
        color: #171717;
        text-decoration: none;
        font-size: .7rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        border-bottom: 1px solid #171717;
        padding-bottom: .25rem;
        transition: gap .3s ease, opacity .3s ease;
    }

        body:has(.site-header) .artwork-link:hover {
            gap: 1rem;
            color: #171717;
            opacity: .6;
        }




    body:has(.site-header) footer {
        background: #111;
        color: rgba(255,255,255,.6);
        padding: 4rem 0;
    }

        body:has(.site-header) footer a {
            color: inherit;
            text-decoration: none;
            transition: color .3s ease;
        }

            body:has(.site-header) footer a:hover {
                color: #fff;
            }

        body:has(.site-header) footer small {
            display: block;
            margin-top: .5rem;
            opacity: .5;
        }




@media (max-width: 991px) {

    body:has(.site-header) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }
}


@media (max-width: 767px) {

    body:has(.site-header) .site-header {
        min-height: 520px;
    }

    body:has(.site-header) .page-header {
        padding: 5rem 0 6rem;
    }

    body:has(.site-header) .gallery {
        padding: 4rem 0 5rem;
    }

    body:has(.site-header) .artwork {
        margin-bottom: 3.5rem;
    }

    body:has(.site-header) .artwork-zoom {
        opacity: 1;
        transform: none;
    }

    body:has(.site-header) .header-overlay {
        background: rgba(0,0,0,.55);
    }

    body:has(.site-header) .page-description {
        font-size: .95rem;
    }

    body:has(.site-header) .container-gallery {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body:has(.site-header) footer {
        text-align: center;
    }
}




@media (min-width: 1400px) {

    body:has(.site-header) .container-gallery {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}




@media (min-width: 1800px) {

    body:has(.site-header) .container-gallery {
        max-width: 1900px;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


/* mosaico_submenus.html */
html {
    scroll-behavior: smooth;
}

body:has(.site-header) {
    margin: 0;
    background: #f4f2ed;
    color: #171717;
}




    body:has(.site-header) .site-header {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        background: #080808;
        color: #fff;
    }




    body:has(.site-header) .header-background {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }

        body:has(.site-header) .header-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.03);
        }




    body:has(.site-header) .header-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.58) 100% );
    }

    body:has(.site-header) .site-header::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient( to bottom, rgba(0,0,0,.25) 0%, transparent 40%, rgba(0,0,0,.45) 100% );
    }




    body:has(.site-header) .navbar-exposicion {
        position: relative;
        z-index: 10;
        padding: 1.5rem 0;
    }

        body:has(.site-header) .navbar-exposicion .navbar-brand {
            color: #fff;
            font-size: 1rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            text-decoration: none;
        }

        body:has(.site-header) .navbar-exposicion .nav-link {
            color: rgba(255,255,255,.85);
            margin-left: 1.5rem;
            font-size: .7rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            transition: color .3s ease;
        }

            body:has(.site-header) .navbar-exposicion .nav-link:hover,
            body:has(.site-header) .navbar-exposicion .nav-link.active {
                color: #fff;
            }

    body:has(.site-header) .navbar-toggler:focus {
        box-shadow: none;
    }




    body:has(.site-header) .navbar-exposicion .dropdown-menu {
        margin-top: 1rem;
        padding: .75rem 0;
        min-width: 220px;
        background: rgba(17,17,17,.97);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 0;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.25);
    }

    body:has(.site-header) .navbar-exposicion .dropdown-item {
        padding: .7rem 1.25rem;
        color: rgba(255,255,255,.75);
        font-size: .68rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        background: transparent;
        transition: color .3s ease, background-color .3s ease;
    }

        body:has(.site-header) .navbar-exposicion .dropdown-item:hover,
        body:has(.site-header) .navbar-exposicion .dropdown-item:focus,
        body:has(.site-header) .navbar-exposicion .dropdown-item.active {
            color: #fff;
            background: rgba(255,255,255,.08);
        }

    body:has(.site-header) .navbar-exposicion .dropdown-toggle::after {
        margin-left: .45rem;
        vertical-align: .15em;
    }




    body:has(.site-header) .page-header {
        position: relative;
        z-index: 5;
        padding: 7rem 0 8rem;
    }

    body:has(.site-header) .breadcrumb-interior {
        margin-bottom: 2.5rem;
        font-size: .7rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(255,255,255,.70);
    }

        body:has(.site-header) .breadcrumb-interior a {
            color: rgba(255,255,255,.70);
            text-decoration: none;
            transition: color .3s ease;
        }

            body:has(.site-header) .breadcrumb-interior a:hover {
                color: #fff;
            }

        body:has(.site-header) .breadcrumb-interior span {
            margin: 0 .75rem;
            opacity: .55;
        }

    body:has(.site-header) .page-header h1 {
        font-size: clamp(4rem, 9vw, 9rem);
        font-weight: 300;
        line-height: .85;
        letter-spacing: -.05em;
        margin: 0;
    }

    body:has(.site-header) .page-description {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: 0;
        font-size: 1.05rem;
        line-height: 1.7;
        color: rgba(255,255,255,.82);
    }




    body:has(.site-header) .gallery {
        padding: 6rem 0 8rem;
        background: #f4f2ed;
    }




    body:has(.site-header) .artwork {
        margin-bottom: 4rem;
    }

    body:has(.site-header) .artwork-image {
        position: relative;
        overflow: hidden;
        background: #ddd;
    }

        body:has(.site-header) .artwork-image img {
            display: block;
            width: 100%;
            height: auto;
            transition: transform .8s ease, filter .5s ease;
        }

    body:has(.site-header) .artwork:hover .artwork-image img {
        transform: scale(1.035);
        filter: brightness(.9);
    }




    body:has(.site-header) .artwork-zoom {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.9);
        color: #111;
        border-radius: 50%;
        opacity: 0;
        transform: translateY(-5px);
        transition: opacity .3s ease, transform .3s ease;
    }

    body:has(.site-header) .artwork:hover .artwork-zoom {
        opacity: 1;
        transform: translateY(0);
    }




    body:has(.site-header) .artwork-info {
        padding-top: 1.25rem;
    }

    body:has(.site-header) .artwork-number {
        font-size: .65rem;
        letter-spacing: .15em;
        color: #777;
        margin-bottom: .4rem;
    }

    body:has(.site-header) .artwork-title {
        font-size: 1.15rem;
        font-weight: 400;
        margin: 0;
    }

    body:has(.site-header) .artwork-meta {
        margin-top: .35rem;
        font-size: .75rem;
        color: #777;
    }




    body:has(.site-header) .artwork-link {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        margin-top: 1rem;
        color: #171717;
        text-decoration: none;
        font-size: .7rem;
        letter-spacing: .12em;
        text-transform: uppercase;
        border-bottom: 1px solid #171717;
        padding-bottom: .25rem;
        transition: gap .3s ease, opacity .3s ease;
    }

        body:has(.site-header) .artwork-link:hover {
            gap: 1rem;
            color: #171717;
            opacity: .6;
        }




    body:has(.site-header) footer {
        background: #111;
        color: rgba(255,255,255,.6);
        padding: 4rem 0;
    }

        body:has(.site-header) footer a {
            color: inherit;
            text-decoration: none;
            transition: color .3s ease;
        }

            body:has(.site-header) footer a:hover {
                color: #fff;
            }

        body:has(.site-header) footer small {
            display: block;
            margin-top: .5rem;
            opacity: .5;
        }




@media (max-width: 991px) {

    body:has(.site-header) .navbar-exposicion .nav-link {
        margin-left: 0;
        padding: .75rem 0;
    }

    body:has(.site-header) .navbar-exposicion .dropdown-menu {
        margin-top: 0;
        padding: .25rem 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body:has(.site-header) .navbar-exposicion .dropdown-item {
        padding: .65rem 1rem;
        color: rgba(255,255,255,.65);
        font-size: .65rem;
    }

        body:has(.site-header) .navbar-exposicion .dropdown-item:hover,
        body:has(.site-header) .navbar-exposicion .dropdown-item:focus,
        body:has(.site-header) .navbar-exposicion .dropdown-item.active {
            background: transparent;
            color: #fff;
        }
}


@media (max-width: 767px) {

    body:has(.site-header) .site-header {
        min-height: 520px;
    }

    body:has(.site-header) .page-header {
        padding: 5rem 0 6rem;
    }

    body:has(.site-header) .gallery {
        padding: 4rem 0 5rem;
    }

    body:has(.site-header) .artwork {
        margin-bottom: 3.5rem;
    }

    body:has(.site-header) .artwork-zoom {
        opacity: 1;
        transform: none;
    }

    body:has(.site-header) .header-overlay {
        background: rgba(0,0,0,.55);
    }

    body:has(.site-header) .page-description {
        font-size: .95rem;
    }

    body:has(.site-header) footer {
        text-align: center;
    }
}

/* La cabecera interior se superpone siempre a su imagen de fondo. */
body:has(.site-header) .navbar-exposicion {
    background: transparent;
}

body:has(.site-header) .share-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 0;
    color: rgba(23, 23, 23, .6);
}

    body:has(.site-header) .share-options > span {
        margin-right: .25rem;
        font-size: .65rem;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    body:has(.site-header) .share-options a {
        display: inline-grid;
        width: 2rem;
        height: 2rem;
        place-items: center;
        border: 1px solid currentColor;
        border-radius: 50%;
        font-size: .8rem;
    }

        body:has(.site-header) .share-options a:hover {
            color: #171717;
        }

@media (max-width: 767px) {
    body:has(.site-header) .share-options {
        justify-content: center;
    }
}
