/* ===== PÁGINA EXPERIENCIAS ===== */

.experiencias-page {
    background: #000;
    color: #f5f5f5;
}

/* ---------- HERO ---------- */

.exp-hero {
    padding: 110px 40px 60px;
    border-bottom: 1px solid #222;
    background: radial-gradient(circle at top right, rgba(192,192,192,0.18), transparent 45%),
                radial-gradient(circle at bottom left, rgba(255,255,255,0.04), transparent 55%),
                #050505;
}

.exp-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.exp-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #C0C0C0;
}

.exp-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0 14px;
    color: #ffffff;
}

.exp-hero-text {
    font-size: 15px;
    color: #c0c0c0;
    max-width: 620px;
}

/* ---------- MENTOR ---------- */

.exp-mentor {
    padding: 50px 40px 40px;
}

.exp-mentor-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.4fr;
    gap: 40px;
    align-items: center;
}

.exp-mentor-photo {
    display: flex;
    justify-content: center;
}

.exp-photo-placeholder {
    width: 100%;
    max-width: 320px;
    height: 360px;
    border-radius: 14px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, rgba(192,192,192,0.22), transparent 55%),
                #050505;
    text-align: center;
}

.exp-photo-placeholder span {
    font-size: 13px;
    color: #d0d0d0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Cuando pongas la foto real, algo así:
.exp-mentor-photo img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 14px;
    border: 1px solid #333;
    object-fit: cover;
}
*/

.exp-mentor-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.exp-mentor-title {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C0C0C0;
    margin-bottom: 14px;
}

.exp-mentor-bio {
    font-size: 14px;
    color: #c8c8c8;
    line-height: 1.7;
    margin-bottom: 18px;
}

.exp-mentor-tags {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 20px;
}

.exp-tag-block {
    background: #050505;
    border-radius: 10px;
    border: 1px solid #222;
    padding: 12px 14px;
}

.exp-tag-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C0C0C0;
}

.exp-tag-block p {
    font-size: 13px;
    color: #d0d0d0;
    margin-top: 6px;
}

/* ---------- TALLER ---------- */

.exp-workshop {
    padding: 30px 40px 40px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    background: #050505;
}

.exp-workshop-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
}

.exp-workshop-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #C0C0C0;
}

.exp-workshop-text p {
    font-size: 14px;
    color: #d0d0d0;
    margin-bottom: 14px;
}

.exp-workshop-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.exp-workshop-list li {
    font-size: 13px;
    color: #c0c0c0;
    margin-bottom: 8px;
    line-height: 1.6;
}

.exp-workshop-card {
    background: #000;
    border-radius: 12px;
    border: 1px solid #222;
    padding: 18px 18px 20px;
}

.exp-workshop-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #f5f5f5;
}

.exp-workshop-card p {
    font-size: 13px;
    color: #c8c8c8;
    line-height: 1.6;
}

/* ---------- DETALLES PRÁCTICOS ---------- */

.exp-details {
    padding: 35px 40px 60px;
}

.exp-details-inner {
    max-width: 1100px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.exp-detail-card {
    background: #050505;
    border-radius: 10px;
    border: 1px solid #222;
    padding: 14px 14px 16px;
}

.exp-detail-full {
    grid-column: 1 / -1;
}

.exp-detail-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C0C0C0;
}

.exp-detail-text {
    font-size: 13px;
    color: #d0d0d0;
    margin-top: 6px;
    line-height: 1.6;
}

/* CTA */

.exp-cta {
    max-width: 800px;
    margin: 10px auto 0;
    text-align: center;
}

.exp-cta p {
    font-size: 14px;
    color: #c8c8c8;
    margin-bottom: 14px;
}

.btn-exp-cta {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 999px;
    border: 1px solid #C0C0C0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    background: #C0C0C0;
    transition: 0.25s;
}

.btn-exp-cta:hover {
    background: #ffffff;
    border-color: #ffffff;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .exp-mentor-inner {
        grid-template-columns: 1fr;
    }

    .exp-mentor-tags {
        grid-template-columns: 1fr;
    }

    .exp-workshop-inner {
        grid-template-columns: 1fr;
    }

    .exp-details-inner {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 768px) {
    .exp-hero {
        padding: 90px 20px 40px;
    }

    .exp-mentor,
    .exp-workshop,
    .exp-details {
        padding: 30px 20px 40px;
    }

    .exp-details-inner {
        grid-template-columns: 1fr;
    }
}

/* ===== CONTACTO FINAL ===== */

.exp-contact {
    padding: 40px 40px 70px;
    border-top: 1px solid #111;
    background: #050505;
}

.exp-contact-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.exp-contact h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.exp-contact-intro {
    font-size: 14px;
    color: #c8c8c8;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.exp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.exp-contact-card {
    background: #000;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 18px 12px;
}

.exp-contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C0C0C0;
}

.exp-contact-value {
    font-size: 15px;
    color: #f5f5f5;
    margin-top: 6px;
    font-weight: 500;
}

.exp-contact-note {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #777;
}

.exp-socials {
    margin-top: 6px;
}

.exp-socials h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
}

.exp-socials ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.exp-socials li {
    margin: 4px 0;
}

.exp-socials a {
    color: #C0C0C0;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.exp-socials a:hover {
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .exp-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================
   NOSOTROS / ABOUT NABANI
   ================================ */

   .about-page {
    background: #000;
    color: #f5f5f5;
}

/* HERO */

.about-hero {
    padding: 120px 40px 40px;
    text-align: center;
}

.about-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.about-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    color: #9c9c9c;
    margin-bottom: 8px;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e5e5e5;
    margin: 0 0 14px;
}

.about-subtitle {
    font-size: 15px;
    color: #bfbfbf;
    line-height: 1.8;
    margin: 0;
}

/* SECCIONES GENERALES */

.about-section {
    padding: 40px 40px 60px;
}

.about-section-dark {
    background: #050505;
    border-top: 1px solid #1b1b1b;
}

.about-wrapper {
    max-width: 1050px;
    margin: 0 auto;
}

/* FUNDADORA */

.about-founder-card {
    display: grid;
    grid-template-columns: 0.95fr 1.4fr;
    gap: 40px;
    align-items: center;
}

.founder-photo {
    display: flex;
    justify-content: center;
}

.founder-photo-frame {
    border-radius: 18px;
    border: 1px solid #2d2d2d;
    padding: 10px;
    background: radial-gradient(circle at top, #202020 0, #050505 60%);
    max-width: 340px;
}

.founder-photo-frame img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

/* TEXTO FUNDADORA */

.founder-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    color: #b0b0b0;
    margin-bottom: 6px;
}

.founder-name {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f0f0f0;
    margin: 0 0 14px;
}

.founder-text {
    color: #d0d0d0;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 12px;
}

/* META FUNDADORA */

.founder-meta {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.meta-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 2px;
}

.meta-value {
    font-size: 13px;
    color: #c8c8c8;
}

/* BLOQUES DE FILOSOFÍA */

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 10px;
}

.about-block-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e5e5e5;
    margin-bottom: 8px;
}

.about-block-text {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.8;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .about-founder-card {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 30px 20px 40px;
    }

    .about-hero {
        padding: 100px 20px 30px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }
}

