/* ============================================
   CULTURA LA CRUZ - Estilos Index
   estilos/index.css
   ============================================ */

/* ---- HERO ---- */
.hero {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
                url('../img/artesania.jpg') center/cover no-repeat;
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero-bg { display: none; }
.hero-z  { position: relative; z-index: 2; }

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(44px, 7vw, 88px);
    color: #fff;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: var(--morado-claro); }

.hero-p {
    color: rgba(255,255,255,.6);
    font-size: 17px;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 38px;
}
.scroll-h {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.28);
    font-size: 10.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    text-align: center;
}
.scroll-h i { display: block; font-size: 17px; margin-top: 5px; animation: boun 2s infinite; }
@keyframes boun { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }

/* ---- NÚMEROS ---- */
.nums { background: var(--carbon); padding: 76px 0; }
.n-v {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    color: var(--morado-claro);
    line-height: 1;
    margin-bottom: 6px;
}
.n-l {
    font-size: 11.5px;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
}

/* ---- ARTESANOS ---- */
.arts { background: var(--crema); padding: 96px 0; }
.ac {
    background: #fff;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    text-decoration: none;
    display: block;
    color: inherit;
}
.ac:hover { transform: translateY(-7px); box-shadow: 0 20px 52px rgba(0,0,0,.13); color: inherit; }
.ac-img {
    width: 100%; height: 275px;
    object-fit: cover; display: block;
    filter: grayscale(15%);
    transition: filter .35s;
}
.ac:hover .ac-img { filter: grayscale(0%); }
.ac-b { padding: 24px; }
.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: 15px; }
.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); }

/* ---- ACTIVIDADES ---- */
.act-s { padding: 96px 0; }
.act-c {
    border: 1px solid #e0d0f8;
    padding: 36px 26px;
    transition: border-color .3s, box-shadow .3s;
    height: 100%;
    text-decoration: none;
    display: block;
    color: inherit;
}
.act-c:hover {
    border-color: var(--ocre);
    box-shadow: 0 8px 28px rgba(124,63,191,.12);
    color: inherit;
}
.act-ic { font-size: 36px; color: var(--ocre); margin-bottom: 18px; display: block; }
.act-t { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; margin-bottom: 10px; }
.act-d { font-size: 14px; color: var(--gris); line-height: 1.7; }

/* ---- TURISMO ---- */
.tur { background: var(--crema); padding: 96px 0; }
.tur-img {
    position: relative; overflow: hidden; height: 470px;
    background: var(--crema);
    display: flex; align-items: center; justify-content: center;
}
.tur-img img { width: 100%; height: 100%; object-fit: cover; }
.tur-b {
    position: absolute; bottom: 26px; left: 26px;
    background: var(--ocre); color: #fff;
    font-weight: 700; font-size: 11.5px;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 9px 18px;
}

/* ---- CTA ---- */
.cta { background: var(--terra); padding: 70px 0; text-align: center; }
.cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 42px);
    color: #fff; font-weight: 700; margin-bottom: 16px;
}
.cta p { color: rgba(255,255,255,.78); font-size: 16px; margin-bottom: 34px; }
.btn-cta {
    background: #fff; color: var(--terra);
    font-weight: 700; font-size: 12px;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 14px 34px; border: none;
    text-decoration: none; display: inline-block;
}
.btn-cta:hover { background: var(--crema); }

/* ---- CONTACTO ---- */
.cont { padding: 96px 0; }
.soc {
    width: 35px; height: 35px;
    border: 1px solid rgba(0,0,0,.15);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--gris); font-size: 15px;
    text-decoration: none; margin-right: 7px;
    transition: all .2s;
}
.soc:hover { border-color: var(--ocre); color: var(--ocre); }
.form-cul {
    border-radius: 0 !important;
    padding: 13px 16px !important;
    border-color: #c9a8f0 !important;
}
.form-cul:focus { border-color: var(--ocre) !important; box-shadow: none !important; }