/* ============================================
   CULTURA LA CRUZ - Estilos Artesanos
   estilos/artesanos.css
   ============================================ */

/* ---- PAGE HERO ---- */
.page-hero {
    background: var(--carbon);
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}
.page-hero-z { position: relative; z-index: 2; }

.page-h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px);
    color: #fff;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 16px;
}
.page-sub {
    color: rgba(255,255,255,.56);
    font-size: 16px;
    line-height: 1.7;
    max-width: 520px;
}
.breadcrumb-cul { margin-top: 22px; }
.breadcrumb-cul a {
    color: var(--morado-claro);
    text-decoration: none;
    font-size: 13px;
}
.breadcrumb-cul span {
    color: rgba(255,255,255,.35);
    font-size: 13px;
    margin: 0 8px;
}
.breadcrumb-cul em {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    font-style: normal;
}

/* ---- FILTROS ---- */
.filtros {
    background: var(--crema);
    padding: 28px 0;
    border-bottom: 1px solid #e0d0f8;
}
.btn-filtro {
    background: transparent;
    border: 1px solid #c9a8f0;
    color: var(--terra);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s;
}
.btn-filtro.active,
.btn-filtro:hover {
    background: var(--ocre);
    border-color: var(--ocre);
    color: #fff;
}

/* ---- GRID ARTESANOS ---- */
.artesanos-grid { padding: 72px 0; background: #fff; }

.ac {
    background: #fff;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    text-decoration: none;
    display: block;
    color: inherit;
    border: 1px solid #e0d0f8;
}
.ac:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 52px rgba(0,0,0,.12);
    color: inherit;
}
.ac-img {
    width: 100%; height: 280px;
    object-fit: cover; display: block;
    filter: grayscale(15%);
    transition: filter .35s;
}
.ac:hover .ac-img { filter: grayscale(0%); }

.ac-b { padding: 26px; }
.ac-of {
    font-size: 10.5px; letter-spacing: .2em;
    text-transform: uppercase; color: var(--ocre);
    font-weight: 600; margin-bottom: 7px;
}
.ac-nm {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700; margin-bottom: 9px;
}
.ac-ex {
    font-size: 14px; color: var(--gris);
    line-height: 1.65; margin-bottom: 16px;
}
.ac-lk {
    font-size: 11.5px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--negro); text-decoration: none;
    border-bottom: 2px solid var(--ocre); padding-bottom: 2px;
}
.ac:hover .ac-lk { color: var(--terra); }

/* ---- SIN RESULTADOS ---- */
.no-arts {
    text-align: center;
    padding: 80px 0;
    color: var(--gris);
}
.no-arts i {
    font-size: 60px;
    color: var(--morado-claro);
    display: block;
    margin-bottom: 20px;
}