/* ============================================
   CULTURA LA CRUZ - Estilos Artesano (perfil)
   estilos/artesano.css
   ============================================ */

/* ---- HERO ---- */
.art-hero {
    background: var(--negro);
    padding: 0;
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
}
.art-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    opacity: .35;
}
.art-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.1) 100%);
}
.art-hero-content { position: relative; z-index: 2; padding: 60px 0 50px; }
.art-oficio {
    font-size: 11px; letter-spacing: .28em;
    text-transform: uppercase; color: var(--ocre);
    font-weight: 600; margin-bottom: 14px;
}
.art-nombre {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 6vw, 72px);
    color: #fff; font-weight: 900;
    line-height: 1.05; margin-bottom: 16px;
}
.art-lugar {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    display: flex; align-items: center; gap: 6px;
}
.breadcrumb-cul { margin-top: 18px; }
.breadcrumb-cul a {
    color: var(--morado-claro);
    text-decoration: none; font-size: 13px;
}
.breadcrumb-cul span {
    color: rgba(255,255,255,.3);
    font-size: 13px; margin: 0 8px;
}
.breadcrumb-cul em {
    color: rgba(255,255,255,.45);
    font-size: 13px; font-style: normal;
}

/* ---- CUERPO ---- */
.art-body { padding: 80px 0; }

.art-foto-perfil {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.art-foto-wrap { position: static; }
.art-foto-wrap::after { display: none; }

.art-desc-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px; font-weight: 700; margin-bottom: 6px;
}
.dv { width: 46px; height: 3px; background: var(--ocre); margin: 18px 0 24px; }

.art-desc-text {
    font-size: 16px;
    line-height: 1.85;
    color: #3a3a3a;
    margin-bottom: 28px;
}

.art-tag {
    display: inline-block;
    background: var(--crema);
    border: 1px solid #c9a8f0;
    color: var(--terra);
    font-size: 11.5px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 6px 14px;
    margin: 4px 4px 4px 0;
}

/* ---- DATOS DE CONTACTO ---- */
.dato-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
.dato-ic {
    width: 38px; height: 38px;
    background: var(--crema);
    border: 1px solid #c9a8f0;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: var(--ocre);
    font-size: 16px;
}
.dato-label {
    font-size: 10.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gris);
    font-weight: 600;
    margin-bottom: 3px;
}
.dato-val {
    font-size: 15px;
    color: var(--negro);
    font-weight: 500;
}

.btn-volver {
    background: transparent;
    border: 1px solid rgba(0,0,0,.2);
    color: var(--negro);
    font-weight: 600; font-size: 11.5px;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 11px 24px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}
.btn-volver:hover { border-color: var(--ocre); color: var(--ocre); }

/* ---- GALERÍA ---- */
.carrusel-section { background: var(--carbon); padding: 80px 0; }
.carrusel-titulo {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px,3.5vw,40px);
    color: #fff; font-weight: 700; margin-bottom: 8px;
}
.carrusel-sub { color: rgba(255,255,255,.45); font-size: 15px; margin-bottom: 40px; }

.carousel-foto {
    width: 100%; object-fit: cover; display: block;
    cursor: pointer;
    transition: opacity .3s;
}
.carousel-foto:hover { opacity: .82; }

/* ---- LIGHTBOX ---- */
.lightbox {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.95);
    z-index: 9999;
    align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lb-img { max-width: 90vw; max-height: 88vh; object-fit: contain; display: block; }
.lb-close {
    position: absolute; top: 20px; right: 24px;
    color: #fff; font-size: 30px; cursor: pointer;
    background: none; border: none; opacity: .7; transition: opacity .2s;
}
.lb-close:hover { opacity: 1; }
.lb-prev, .lb-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff; font-size: 22px;
    padding: 12px 16px; cursor: pointer;
    transition: background .2s; border-radius: 0;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.22); }
.lb-counter {
    position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: .1em;
}
.lb-caption {
    position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,.7); font-size: 14px;
    text-align: center; max-width: 500px;
}

/* ---- RELACIONADOS ---- */
.rel-section { background: var(--crema); padding: 72px 0; }
.rel-card {
    background: #fff; overflow: hidden;
    text-decoration: none; display: block; color: inherit;
    transition: box-shadow .3s;
}
.rel-card:hover { box-shadow: 0 12px 36px rgba(124,63,191,.12); color: inherit; }
.rel-img {
    width: 100%; height: 200px; object-fit: cover;
    filter: grayscale(15%); transition: filter .3s;
}
.rel-card:hover .rel-img { filter: grayscale(0%); }
.rel-body { padding: 18px; }
.rel-of {
    font-size: 10px; letter-spacing: .18em;
    text-transform: uppercase; color: var(--ocre);
    font-weight: 600; margin-bottom: 5px;
}
.rel-nm { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; }