.elementor-265 .elementor-element.elementor-element-2677a90{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:110px;--padding-bottom:110px;--padding-left:24px;--padding-right:24px;}/* Start custom CSS for html, class: .elementor-element-56c3e47 */@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* =========================================================
   JORDAN'S ART GALLERY — ARTIST PROFILE
   ========================================================= */

.jag-artist-profile,
.jag-artist-profile *,
.jag-artist-profile *::before,
.jag-artist-profile *::after {
    box-sizing: border-box;
}

.jag-artist-profile {
    --jag-white: #ffffff;
    --jag-text: rgba(255, 255, 255, 0.76);
    --jag-text-soft: rgba(255, 255, 255, 0.50);
    --jag-border: rgba(255, 255, 255, 0.11);

    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(38px, 6vw, 75px);
    overflow: hidden;

    border: 1px solid var(--jag-border);
    border-radius: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.012)
        ) !important;

    color: var(--jag-text);
    font-family: "Plus Jakarta Sans", sans-serif;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    -webkit-backdrop-filter: blur(18px) saturate(120%);
    backdrop-filter: blur(18px) saturate(120%);
}

/* =========================================================
   LIMPIEZA DE ESTILOS HEREDADOS
   ========================================================= */

.jag-artist-profile h1,
.jag-artist-profile h2,
.jag-artist-profile h3,
.jag-artist-profile h4,
.jag-artist-profile h5,
.jag-artist-profile h6,
.jag-artist-profile p,
.jag-artist-profile span,
.jag-artist-profile strong,
.jag-artist-profile small,
.jag-artist-profile li {
    text-shadow: none !important;
    filter: none !important;
}

/* =========================================================
   ENCABEZADO
   ========================================================= */

.jag-artist-profile__header {
    position: relative;
    max-width: 850px;
    margin: 0 0 clamp(50px, 8vw, 90px);
}

.jag-artist-profile__eyebrow {
    display: inline-flex;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

.jag-artist-profile__name {
    margin: 0 0 18px;
    color: var(--jag-white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(30px, 4.3vw, 54px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.jag-artist-profile__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.jag-artist-profile__separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.46);
}

/* =========================================================
   SECCIONES
   ========================================================= */

.jag-artist-profile__body {
    display: flex;
    flex-direction: column;
}

.jag-artist-profile__section {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 35px;
    padding: clamp(40px, 6vw, 70px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.jag-artist-profile__section-number {
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.36);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.jag-artist-profile__section-content {
    min-width: 0;
}

.jag-artist-profile__label {
    display: block;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.jag-artist-profile__title {
    max-width: 760px;
    margin: 0 0 30px;
    color: var(--jag-white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(24px, 3.3vw, 39px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.22;
}

/* =========================================================
   BIOGRAFÍA
   ========================================================= */

.jag-artist-profile__text {
    max-width: 900px;
    columns: 2;
    column-gap: 48px;
}

.jag-artist-profile__text p {
    margin: 0 0 20px;
    color: var(--jag-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;

    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-word !important;

    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;

    word-break: normal !important;
    overflow-wrap: normal !important;

    break-inside: avoid;
}

/* =========================================================
   EXPOSICIONES
   ========================================================= */

.jag-artist-profile__exhibitions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jag-artist-profile__exhibitions li {
    display: flex;
    min-width: 0;
    padding: 17px 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jag-artist-profile__exhibitions li span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.5;
}

.jag-artist-profile__exhibitions li small {
    flex: 0 0 auto;
    color: var(--jag-text-soft);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: right;
    text-transform: uppercase;
}

/* =========================================================
   RECONOCIMIENTOS
   ========================================================= */

.jag-artist-profile__award {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    max-width: 760px;
    padding: 26px;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.012)
        );

    box-shadow:
        0 15px 38px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    -webkit-backdrop-filter: blur(13px) saturate(115%);
    backdrop-filter: blur(13px) saturate(115%);
}

.jag-artist-profile__award-year {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.5;
}

.jag-artist-profile__award strong {
    display: block;
    margin: 0 0 7px;
    color: var(--jag-white);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.jag-artist-profile__award p {
    margin: 0;
    color: var(--jag-text-soft);
    font-size: 13px;
    line-height: 1.65;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jag-artist-profile__text {
        columns: 1;
    }

    .jag-artist-profile__exhibitions {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 650px) {

    .jag-artist-profile {
        padding: 31px 18px;
        border-radius: 18px;

        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.034),
                rgba(255, 255, 255, 0.010)
            ) !important;

        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.04);

        -webkit-backdrop-filter: blur(16px) saturate(115%);
        backdrop-filter: blur(16px) saturate(115%);
    }

    .jag-artist-profile__header {
        margin-bottom: 44px;
    }

    .jag-artist-profile__name {
        font-size: clamp(28px, 9vw, 39px);
        letter-spacing: -0.035em;
        line-height: 1.1;
    }

    .jag-artist-profile__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .jag-artist-profile__separator {
        display: none;
    }

    .jag-artist-profile__section {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 40px 0;
    }

    .jag-artist-profile__section-number {
        padding: 0;
    }

    .jag-artist-profile__title {
        margin-bottom: 23px;
        font-size: 25px;
    }

    .jag-artist-profile__text p {
        font-size: 14px;
        line-height: 1.78;

        text-align: justify !important;
        text-align-last: left !important;
        text-justify: inter-word !important;

        hyphens: none !important;
        -webkit-hyphens: none !important;
        -ms-hyphens: none !important;

        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .jag-artist-profile__exhibitions li {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .jag-artist-profile__exhibitions li small {
        text-align: left;
    }

    .jag-artist-profile__award {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 20px;

        background:
            linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.038),
                rgba(255, 255, 255, 0.010)
            );
    }
}

/* =========================================================
   COLORES DORADOS ORIGINALES
   ========================================================= */

.jag-artist-profile {
    --jag-gold: #DAAB5C;
    --jag-gold-light: #E4C289;
}

/* Etiqueta superior */
.jag-artist-profile__eyebrow {
    color: var(--jag-gold);
}

/* Profesión y ubicación */
.jag-artist-profile__meta {
    color: var(--jag-gold-light);
}

/* Punto separador */
.jag-artist-profile__separator {
    background: var(--jag-gold);
}

/* Número de sección */
.jag-artist-profile__section-number {
    color: rgba(218, 171, 92, 0.55);
}

/* Etiquetas: Biography, Selected Exhibitions, Recognition */
.jag-artist-profile__label {
    color: var(--jag-gold);
}

/* Títulos de cada sección */
.jag-artist-profile__title {
    color: var(--jag-gold-light);
}

/* Año del reconocimiento */
.jag-artist-profile__award-year {
    color: var(--jag-gold);
}

/* Título del reconocimiento */
.jag-artist-profile__award strong {
    color: var(--jag-gold-light);
}

/* Líneas divisorias con tono dorado sutil */
.jag-artist-profile__section {
    border-top-color: rgba(218, 171, 92, 0.16);
}

.jag-artist-profile__exhibitions li {
    border-bottom-color: rgba(218, 171, 92, 0.10);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcedf91 */@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

/* =========================================================
   JORDAN'S ART GALLERY — ARTIST STATEMENT
   ========================================================= */

.jag-statement,
.jag-statement *,
.jag-statement *::before,
.jag-statement *::after {
    box-sizing: border-box;
}

.jag-statement {
    --jag-gold: #DAAB5C;
    --jag-gold-light: #E4C289;
    --jag-white: #ffffff;
    --jag-text: rgba(255, 255, 255, 0.75);
    --jag-text-soft: rgba(255, 255, 255, 0.48);
    --jag-border: rgba(255, 255, 255, 0.11);

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 62px);

    border: 1px solid var(--jag-border);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.038),
            rgba(255, 255, 255, 0.009)
        );

    color: var(--jag-text);
    font-family: "Plus Jakarta Sans", sans-serif;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    -webkit-backdrop-filter: blur(18px) saturate(115%);
    backdrop-filter: blur(18px) saturate(115%);
}

/* Elimina estilos heredados */

.jag-statement h1,
.jag-statement h2,
.jag-statement h3,
.jag-statement p,
.jag-statement span,
.jag-statement strong,
.jag-statement figcaption {
    text-shadow: none !important;
    filter: none !important;
}

/* =========================================================
   ESTRUCTURA
   ========================================================= */

.jag-statement__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: clamp(38px, 6vw, 75px);
}

.jag-statement__content {
    min-width: 0;
}

/* =========================================================
   CABECERA
   ========================================================= */

.jag-statement__eyebrow {
    display: block;
    margin: 0 0 14px;

    color: var(--jag-gold);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.3;
    text-transform: uppercase;
}

.jag-statement__title {
    margin: 0 0 30px;

    color: var(--jag-gold-light);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(35px, 5vw, 60px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

/* =========================================================
   TEXTO
   ========================================================= */

.jag-statement__text {
    max-width: 690px;
}

.jag-statement__text p {
    margin: 0 0 20px;

    color: var(--jag-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;

    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-word !important;

    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
}

.jag-statement__text p:last-child {
    margin-bottom: 0;
}

.jag-statement__text strong {
    color: var(--jag-gold-light);
    font-weight: 600;
}

/* =========================================================
   IMAGEN
   ========================================================= */

.jag-statement__visual {
    width: 100%;
    margin: 0;
}

.jag-statement__image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;

    border: 1px solid rgba(218, 171, 92, 0.18);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.025);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.jag-statement__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: inherit;

    background:
        linear-gradient(
            180deg,
            transparent 65%,
            rgba(6, 5, 6, 0.28) 100%
        );

    pointer-events: none;
}

.jag-statement__image {
    display: block;
    width: 100%;
    height: clamp(480px, 62vw, 680px);
    object-fit: cover;
    object-position: center;

    transition:
        transform 0.65s ease,
        filter 0.65s ease;
}

.jag-statement__image-wrap:hover .jag-statement__image {
    transform: scale(1.025);
}

.jag-statement__caption {
    display: block;
    margin: 13px 0 0;

    color: var(--jag-text-soft);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: right;
    text-transform: uppercase;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jag-statement__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .jag-statement__text {
        max-width: none;
    }

    .jag-statement__image {
        height: min(780px, 115vw);
        object-position: center top;
    }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 650px) {

    .jag-statement {
        padding: 30px 18px;
        border-radius: 18px;

        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.03),
                rgba(255, 255, 255, 0.007)
            );
    }

    .jag-statement__grid {
        gap: 36px;
    }

    .jag-statement__title {
        margin-bottom: 24px;
        font-size: 36px;
    }

    .jag-statement__text p {
        font-size: 14px;
        line-height: 1.78;

        text-align: justify !important;
        text-align-last: left !important;
        text-justify: inter-word !important;

        hyphens: none !important;
        -webkit-hyphens: none !important;
        -ms-hyphens: none !important;

        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .jag-statement__image-wrap {
        border-radius: 14px;
    }

    .jag-statement__image {
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center top;
    }

    .jag-statement__caption {
        font-size: 9.5px;
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4061dfe */@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

/* =========================================================
   JORDAN'S ART GALLERY — ARTWORKS CLEAN
   ========================================================= */

.jag-artworks-clean,
.jag-artworks-clean *,
.jag-artworks-clean *::before,
.jag-artworks-clean *::after {
    box-sizing: border-box;
}

.jag-artworks-clean {
    --jag-gold: #DAAB5C;
    --jag-gold-soft: #E4C289;
    --jag-white: #ffffff;
    --jag-text: rgba(255, 255, 255, 0.74);
    --jag-text-soft: rgba(255, 255, 255, 0.52);
    --jag-glass: rgba(255, 255, 255, 0.06);
    --jag-glass-strong: rgba(255, 255, 255, 0.09);

    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 50px);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.jag-artworks-clean h1,
.jag-artworks-clean h2,
.jag-artworks-clean h3,
.jag-artworks-clean h4,
.jag-artworks-clean p,
.jag-artworks-clean span,
.jag-artworks-clean strong {
    text-shadow: none !important;
    filter: none !important;
}

/* =========================================================
   HEADER
   ========================================================= */

.jag-artworks-clean__header {
    max-width: 760px;
    margin: 0 0 40px;
}

.jag-artworks-clean__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--jag-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.jag-artworks-clean__title {
    margin: 0 0 16px;
    color: var(--jag-gold);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.jag-artworks-clean__intro {
    margin: 0;
    color: var(--jag-text);
    font-size: 15px;
    line-height: 1.8;
}

/* =========================================================
   GRID
   ========================================================= */

.jag-artworks-clean__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
    align-items: start;
}

/* =========================================================
   ITEM
   ========================================================= */

.jag-artwork-clean {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.jag-artwork-clean__figure {
    margin: 0;
    line-height: 0;
}

.jag-artwork-clean__figure img {
    display: block;
    width: 100%;
    height: auto;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.jag-artworks-clean {
    --jag-gold: #DAAB5C;
    --jag-gold-soft: #E4C289;
    --jag-white: #ffffff;
    --jag-text: rgba(255, 255, 255, 0.74);
    --jag-text-soft: rgba(255, 255, 255, 0.52);
    --jag-glass: rgba(255, 255, 255, 0.035);
    --jag-glass-strong: rgba(255, 255, 255, 0.06);

    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 62px);
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.012)
        );

    font-family: "Plus Jakarta Sans", sans-serif;

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    -webkit-backdrop-filter: blur(18px) saturate(115%);
    backdrop-filter: blur(18px) saturate(115%);
}



/* =========================================================
   INFO CARD
   ========================================================= */

.jag-artwork-clean__info {
    padding: 18px 18px 16px;
    background: linear-gradient(
        145deg,
        var(--jag-glass-strong),
        var(--jag-glass)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.jag-artwork-clean__name {
    margin: 0 0 16px;
    color: var(--jag-gold-soft);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.jag-artwork-clean__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.jag-artwork-clean__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.jag-artwork-clean__meta-item span {
    color: var(--jag-text-soft);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jag-artwork-clean__meta-item strong {
    color: var(--jag-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
    .jag-artworks-clean__grid {
        gap: 28px 22px;
    }

    .jag-artwork-clean__name {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .jag-artworks-clean {
        padding: 20px 14px 30px;
    }

    .jag-artworks-clean__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .jag-artworks-clean__title {
        font-size: 34px;
    }

    .jag-artworks-clean__intro {
        font-size: 14px;
        line-height: 1.75;
    }

    .jag-artwork-clean__info {
        padding: 16px 15px 15px;
    }

    .jag-artwork-clean__name {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .jag-artwork-clean__meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}/* End custom CSS */