:root {
    --color-bg-dark: #0f1a17;
    --color-bg-overlay: rgba(15, 26, 23, 0.85);
    --color-text-main: #f4f4f2;
    --color-accent: #c9a26a;
}

body {
    background-color: var(--color-bg-dark);
    color: var(--color-text-main);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
                 sans-serif;
}

.bg-premium {
    background:
        radial-gradient(
            60% 40% at 50% 0%,
            rgba(255,255,255,0.04),
            transparent 70%
        ),
        linear-gradient(
            180deg,
            #1f352e 0%,
            #0f1a17 60%,
            #0b1412 100%
        );
}

.bg-premium2 {
    background:        
        linear-gradient(
            360deg,
            #1f352e 0%,
            #0f1a17 30%,
            #0b1412 100%
        );
}

.bg-premium3 {
    background:
        linear-gradient(
            180deg,
            #1f352e 0%,
            #0f1a17 60%,
            #0b1412 100%
        );
}

.uk-offcanvas-bar {
    background: radial-gradient(
        circle at top,
        #1f352e 0%,
        #0f1a17 60%,
        #0b1412 100%
    );
    width: 75vw;          /* no tan invasivo */
    max-width: 320px;
    padding: 32px 24px;
}

.uk-offcanvas-close {
    color: rgba(244,244,242,0.6);
}

.uk-offcanvas-close:hover {
    color: #c9a26a;
}

.uk-offcanvas-bar .uk-nav > li > a:hover {
    color: #c9a26a;
}

.uk-offcanvas-bar .uk-nav > li + li {
    margin-top: 8px;
}

.uk-offcanvas-bar .uk-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(244,244,242,0.85);
    padding: 12px 0;
}

/* BOTONES */
.uk-button-primary {
    background: linear-gradient(
        180deg,
        #e0bb7e 0%,
        #c9a26a 100%
    );
    color: #1a1a1a;
    font-weight: 600;
    border-radius: 6px;

    /* tridimensionalidad */
    box-shadow:
        0 6px 14px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.uk-button-primary:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);

    background: linear-gradient(
        180deg,
        #e8c48b 0%,
        #d4ad74 100%
    );
}

.uk-button-primary:active {
    transform: translateY(0);

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.25),
        inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* LOGO NAVBAR */
.uk-navbar .uk-logo .navbar-logo {
    height: 60px;
    width: auto;
    margin-right: 12px;
    padding-left: 50px;
}

/* TEXTO NAVBAR LOGO */
.uk-navbar .uk-logo .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.9;
    color: #fdfbef;
    letter-spacing: 1px;
}

/* TEXTO NAVBAR BOTONES */
.uk-navbar-center .uk-navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #c9a26a;
}

/* Hover */
.uk-navbar-center .uk-navbar-nav > li > a:hover {
    color: #fdfbef;
}

/* Item activo */
.uk-navbar-center .uk-navbar-nav > li.uk-active > a {
    color: #fdfbef;
}

/* BOTON NAVBAR "agendar sesion" */
.uk-navbar-right {
    margin-right: 50px;
}


.hero-slideshow > .uk-position-relative {
    position: relative;
    width: 100%;
    max-width: 1700px;
    max-height: 1060px;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    overflow: hidden;
}

.hero-slideshow .uk-slideshow-items,
.hero-slideshow .uk-slideshow-items > li {
    height: 100%;
}



/* INTRO PORTAFOLIO */
.portfolio-intro {
    text-align: center;
    padding: 32px 16px 24px;
}

.portfolio-intro p {
    font-family: 'Allura', cursive;
    font-size: 50px;
    letter-spacing: 0.8px;
    color: #c9a26a;
    opacity: 0.9;
}



/* PORTAFOLIO */

.portfolio-grid {
    column-count: 3;
    column-gap: 16px;   /* antes 32px */
}

.portfolio-grid img {
    margin-bottom: 16px;  /* antes 32px */
}

.uk-lightbox {
    background: rgba(15, 26, 23, 0.95);
}

.portfolio-item {
    position: relative;
}

.portfolio-item a {
    display: block;
    position: relative;
}

.portfolio-item a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 26, 23, 0.3); /* verde oscuro, MUY leve */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.portfolio-item a:hover::after {
    opacity: 1;
}

/* QUIEN SOY */

.about-section {
    display: flex;
    justify-content: center;
}

.about-section .uk-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.about-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #c9a26a;
}

.about-text {
    font-family: 'Montserrat', serif;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(244, 244, 242, 0.9);
    margin-bottom: 20px;
    max-width: 520px;   /* ← CLAVE: evita que el texto se estire */
}

.about-image-wrapper {
    display: flex;
    justify-content: flex-end;
}

.about-section .uk-container {
    max-width: 1100px;
}

/* CTA FINAL */
.cta-section {
    padding: 96px 0;
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #c9a26a;
}

.cta-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    color: rgba(244, 244, 242, 0.85);
    max-width: 520px;
    margin: 0 auto 32px;
}



/* FOOTER */
.site-footer {
    padding: 64px 0 40px;
}

.footer-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    color: #f4f4f2;
    margin-bottom: 12px;
}

.footer-text {
    font-size: 14px;
    color: rgba(244, 244, 242, 0.7);
    margin-bottom: 20px;
}

.footer-links {
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-links a {
    color: #c9a26a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #f4f4f2;
}

.footer-separator {
    margin: 0 10px;
    color: rgba(244, 244, 242, 0.4);
}

.footer-copy {
    font-size: 12px;
    color: rgba(244, 244, 242, 0.5);
}



@media (max-width: 959px) {

    .uk-navbar {
        display: flex;
        align-items: center;
    }

    .uk-navbar-left {
        display: flex;
        align-items: center;
        gap: 1px;              /* ← CLAVE */
        padding-left: 16px;
        flex: 0 0 auto;         /* ← NO crece */
    }

    .uk-navbar-right {
        margin-left: auto;     /* empuja el botón a la derecha */
        padding-right: 0px;
    }

    .hero-slideshow {
        aspect-ratio: 3 / 2;
    }

    .hero-slideshow img {
        object-position: center 30%;
    }

    .uk-slidenav {
        display: none;
    }
    

    .portfolio-grid {
        column-gap: 10px;
    }

    .portfolio-grid img {
        margin-bottom: 10px;
    }

    .portfolio-item a::after {
        display: none;
    }

    .portfolio-item a {
        cursor: default;
    }

    .portfolio-intro p {
        font-size: 35px;       /* o 15px si lo quieres más sutil */
        line-height: 1.3;
        letter-spacing: 0.6px;
    }

    .about-section .uk-container {
        padding-left: 20px;
        padding-right: 50px;
    }

    .about-text-title {
        text-align: left;
    }

    .about-text {
        text-align: left;
    }

    .cta-section {
        padding: 64px 0;
    }

    .cta-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        line-height: 1.6;
        color: #c9a26a;
        max-width: 520px;
        margin: 0 auto 32px;
    }

    .cta-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 1.6;
        color: rgba(244, 244, 242, 0.85);
        max-width: 520px;
        margin: 0 auto 32px;
    }

    .site-footer {
        padding: 48px 0 32px;
    }

    .footer-links {
        font-size: 12px;
    }


}
