﻿
:root {
    --vok-ivory: #f7f4ee;
    --vok-sand: #eee7dc;
    --vok-card: #fffdf9;
    --vok-graphite: #302e2a;
    --vok-muted: #706b63;
    --vok-gold: #c4933f;
    --vok-gold-light: #e2c17a;
    --vok-stone: #45413b;
}

body {
    background: var(--vok-ivory);
    color: var(--vok-graphite);
}

.site-header {
    background: rgba(247,244,238,.94);
    border-bottom: 1px solid rgba(196,147,63,.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(73,62,46,.08);
}

.site-header.scrolled {
    background: rgba(247,244,238,.98);
    box-shadow: 0 10px 32px rgba(73,62,46,.12);
}

.navbar { min-height: 82px; }
.navbar-brand {
    width: 210px;
    height: 58px;
    background: url('../Images/logo-vok79-claro.png') center/contain no-repeat;
}
.navbar-brand .brand-logo { opacity: 0; width: 100%; height: 100%; }
.navbar-dark .navbar-toggler { filter: invert(1); }
.nav-link { color: #4b4842 !important; font-weight: 700; }
.nav-link:hover, .nav-link:focus { color: var(--vok-gold) !important; }

.btn-gold {
    background: linear-gradient(135deg,#b6802f,#e8c777,#c59443);
    color: #2c2924;
    box-shadow: 0 12px 28px rgba(196,147,63,.22);
}
.btn-gold:hover { color: #211f1b; transform: translateY(-1px); }
.btn-outline-light {
    color: var(--vok-graphite);
    border-color: rgba(48,46,42,.34);
    background: rgba(255,255,255,.72);
}
.btn-outline-light:hover {
    color: #fff;
    border-color: var(--vok-gold);
    background: var(--vok-gold);
}

.hero-section {
    min-height: 92vh;
    background:
        radial-gradient(circle at 82% 30%, rgba(226,193,122,.36), transparent 28%),
        radial-gradient(circle at 15% 75%, rgba(196,147,63,.12), transparent 30%),
        linear-gradient(135deg, #fffdf9 0%, #f7f4ee 54%, #eee7dc 100%);
    padding-top: 120px;
}
.hero-overlay {
    background: radial-gradient(circle at 76% 42%, rgba(226,193,122,.28), transparent 34%);
}
.hero-content { max-width: 920px; }
.hero-logo {
    max-width: 560px;
    filter: drop-shadow(0 12px 28px rgba(92,76,50,.12));
}
.eyebrow, .section-kicker { color: #a87425; }
.hero-section h1, .section-title { color: var(--vok-graphite); }
.hero-copy { color: #625e57; max-width: 760px; margin-inline: auto; }

.section-padding { padding: 105px 0; }
.bg-dark-2 { background: var(--vok-sand); }
.text-secondary { color: var(--vok-muted) !important; }
.text-gold { color: var(--vok-gold) !important; }

.stat-card, .pulse-card, .service-card, .process-card, .contact-card,
.contact-option-card, .location-card {
    background: rgba(255,253,249,.96);
    border: 1px solid rgba(196,147,63,.22);
    box-shadow: 0 14px 38px rgba(84,69,48,.08);
}
.stat-card strong, .service-card i, .process-card span { color: var(--vok-gold); }
.stat-card span, .service-card p, .process-card p { color: var(--vok-muted); }

.pulse-card {
    padding: 20px;
    overflow: hidden;
}
.pulse-card img {
    border-radius: 16px;
    margin-bottom: 24px;
    aspect-ratio: 16/10;
    object-fit: cover;
}
.pulse-card h3, .service-card h3, .process-card h4, .contact-option-card h3 { color: var(--vok-graphite); }

#servicios { background: #fffdf9; }
.service-card { padding: 35px; }
.service-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f3eadb;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(196,147,63,.62);
    box-shadow: 0 24px 52px rgba(84,69,48,.13);
}

#galeria { background: var(--vok-sand); }
.gallery-item {
    background: #fff;
    border-color: rgba(196,147,63,.22);
    box-shadow: 0 12px 32px rgba(84,69,48,.08);
}
.gallery-overlay {
    background: linear-gradient(to top, rgba(247,244,238,.94) 0%, rgba(247,244,238,.60) 48%, rgba(255,255,255,0) 100%);
}
.gallery-item:hover { box-shadow: 0 22px 50px rgba(84,69,48,.18); }
.gallery-caption small { color: #9e6d23; }
.gallery-caption strong { color: var(--vok-graphite); }
.gallery-zoom {
    color: #3a342b;
    background: linear-gradient(135deg,#d0a551,#efd38e,#c3933f);
}
.gallery-modal .modal-content {
    background: #fffdf9;
    border: 1px solid rgba(196,147,63,.3);
    color: var(--vok-graphite);
}
.gallery-modal .modal-header { border-bottom-color: rgba(196,147,63,.18); }
.gallery-modal .btn-close { filter: none; }

#proceso { background: #fffdf9; }
.process-card { position: relative; overflow: hidden; }
.process-card span {
    opacity: .82;
    font-size: 2.6rem;
}

.contact-section {
    background: radial-gradient(circle at 78% 24%, rgba(226,193,122,.28), transparent 30%), var(--vok-ivory);
}
.contact-option-card:hover {
    border-color: rgba(196,147,63,.58);
    box-shadow: 0 22px 50px rgba(84,69,48,.14);
}
.contact-option-icon {
    color: #3a342b;
    background: linear-gradient(135deg,#d0a551,#efd38e,#c3933f);
    box-shadow: 0 12px 28px rgba(196,147,63,.18);
}
.contact-main-data { color: #9e6d23; }
.btn-outline-gold { color: #9e6d23; border-color: var(--vok-gold); }
.btn-outline-gold:hover { color: #fff; background: var(--vok-gold); }
.location-card { background: linear-gradient(135deg,#fffdf9,#f2eadf); }


.footer {
    background: #eee7dc;
    border-top: 1px solid rgba(196,147,63,.22);
    color: var(--vok-graphite);
}
.footer .footer-logo {
    opacity: 0;
    width: 280px;
    height: 82px;
}
.footer .col-lg-5 { position: relative; }
.footer .col-lg-5::before {
    content: '';
    display: block;
    width: 280px;
    height: 82px;
    margin-bottom: -82px;
    background: url('../Images/logo-vok79-claro.png') center/contain no-repeat;
}
.footer .text-secondary { color: #706b63 !important; }
.footer-contact-link { color: #5d574f; }
.footer-contact-link:hover { color: #9e6d23; }
.social-link { color: #7a5a25; border-color: rgba(196,147,63,.36); background:#fffdf9; }
.social-link:hover { color: #fff; background: var(--vok-gold); }

.whatsapp-vok79 {
    color: #fff;
    border: 0;
    background: #25d366;
    box-shadow: 0 12px 28px rgba(37,211,102,.28);
}
.whatsapp-vok79:hover { color: #fff; background: #1fb458; }
.whatsapp-tooltip { background: #fffdf9; color: var(--vok-graphite); border-color: rgba(196,147,63,.35); }

@media (max-width: 991px) {
    .site-header { background: rgba(247,244,238,.98); }
    .navbar-brand { width: 170px; height: 50px; }
    .navbar-collapse {
        margin-top: 10px;
        padding: 18px;
        border-radius: 16px;
        background: #fffdf9;
        box-shadow: 0 16px 34px rgba(84,69,48,.10);
    }
}

@media (max-width: 767px) {
    .hero-section { min-height: 88vh; background-position: 60% center; }
    .hero-logo { width: 94%; }
    .hero-section h1 { font-size: 2.45rem; }
    .section-padding { padding: 78px 0; }
}

/* Neutralización total de la estética oscura heredada de site.css */
html, body, main { background:#f7f4ee !important; color:#302e2a !important; }
#inicio, #nosotros, #servicios, #galeria, #proceso, #contacto { color:#302e2a; }
.bg-dark, .bg-dark-2 { background:#eee7dc !important; }
.contact-card, .contact-option-card, .location-card, .process-card, .service-card, .stat-card, .pulse-card { background:#fffdf9 !important; color:#302e2a !important; }
.form-control { background:#fff !important; color:#302e2a !important; border-color:#d8cdbd !important; }
.form-control:focus { background:#fff !important; color:#302e2a !important; border-color:#c4933f !important; }
.form-control::placeholder { color:#948c81 !important; }
.hero-overlay { background:transparent !important; }
.footer { background:#eee7dc !important; color:#302e2a !important; }

/* =====================================================
   GALERIA - PROPUESTA EDITORIAL NITIDA
   Fotografias sin overlays ni difuminados.
===================================================== */
#galeria .gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 22px;
}

#galeria .gallery-item {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #fffdf9;
    border: 1px solid rgba(196,147,63,.20);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(84,69,48,.08);
    transform: none;
}

#galeria .gallery-item:nth-child(1),
#galeria .gallery-item:nth-child(2) {
    grid-column: span 3;
}

#galeria .gallery-item:nth-child(3),
#galeria .gallery-item:nth-child(4),
#galeria .gallery-item:nth-child(5) {
    grid-column: span 2;
}

#galeria .gallery-item img {
    position: relative;
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center;
    filter: none !important;
    transform: none;
    transition: transform .45s ease;
}

#galeria .gallery-item:nth-child(1) img,
#galeria .gallery-item:nth-child(2) img {
    height: 330px;
}

#galeria .gallery-overlay {
    display: none !important;
}

#galeria .gallery-caption {
    position: static;
    display: block;
    padding: 18px 20px 20px;
    background: #fffdf9;
    color: var(--vok-graphite);
}

#galeria .gallery-caption small {
    margin-bottom: 4px;
    color: #a7772f;
    font-size: .68rem;
    letter-spacing: .14em;
}

#galeria .gallery-caption strong {
    color: var(--vok-graphite);
    font-size: 1.08rem;
    font-weight: 700;
}

#galeria .gallery-zoom {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    color: #8f682b;
    background: rgba(255,253,249,.94);
    border: 1px solid rgba(196,147,63,.28);
    box-shadow: 0 6px 18px rgba(55,45,30,.12);
    opacity: 1;
    transform: none;
}

#galeria .gallery-item:hover {
    border-color: rgba(196,147,63,.46);
    box-shadow: 0 18px 42px rgba(84,69,48,.14);
    transform: translateY(-4px);
}

#galeria .gallery-item:hover img {
    filter: none !important;
    transform: scale(1.025);
}

#galeria .gallery-item:hover .gallery-zoom {
    opacity: 1;
    transform: none;
}

@media (max-width: 991.98px) {
    #galeria .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #galeria .gallery-item,
    #galeria .gallery-item:nth-child(1),
    #galeria .gallery-item:nth-child(2),
    #galeria .gallery-item:nth-child(3),
    #galeria .gallery-item:nth-child(4),
    #galeria .gallery-item:nth-child(5) {
        grid-column: span 1;
    }

    #galeria .gallery-item img,
    #galeria .gallery-item:nth-child(1) img,
    #galeria .gallery-item:nth-child(2) img {
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    #galeria .gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #galeria .gallery-item img,
    #galeria .gallery-item:nth-child(1) img,
    #galeria .gallery-item:nth-child(2) img {
        height: 235px;
    }

    #galeria .gallery-caption {
        padding: 15px 17px 17px;
    }
}


/* =====================================================
   GALERÍA 2026-08-25 - MATERIAL ORIGINAL DEL CLIENTE
   Las imágenes y el video se muestran sin filtros ni recortes.
===================================================== */
.service-intro { max-width: 800px; margin-inline: auto; }
#galeria .gallery-grid-originals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
#galeria .gallery-grid-originals .gallery-item,
#galeria .gallery-grid-originals .gallery-item:nth-child(n) {
    grid-column: span 1;
}
#galeria .gallery-grid-originals .gallery-item img,
#galeria .gallery-grid-originals .gallery-item:nth-child(n) img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    object-position: center;
    background: #111;
    filter: none !important;
    transform: none !important;
}
#galeria .gallery-grid-originals .gallery-item:hover img {
    transform: none !important;
    filter: none !important;
}
.event-video-wrap {
    max-width: 1060px;
    margin-inline: auto;
}
.event-video-title {
    color: var(--vok-graphite);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 800;
}
.event-video {
    display: block;
    width: 100%;
    max-height: 70vh;
    background: #000;
    border-radius: 20px;
    border: 1px solid rgba(196,147,63,.28);
    box-shadow: 0 18px 46px rgba(84,69,48,.14);
}
.gallery-modal-image {
    display:block;
    width:100%;
    max-height:80vh;
    object-fit:contain;
    background:#111;
}
@media (max-width: 767.98px) {
    #galeria .gallery-grid-originals { grid-template-columns: 1fr; }
    #galeria .gallery-grid-originals .gallery-item img,
    #galeria .gallery-grid-originals .gallery-item:nth-child(n) img {
        height: auto;
        max-height: 70vh;
    }
    .event-video { border-radius: 14px; }
}


/* Galería: carrusel con fotografías originales, sin recorte ni edición */
#galeria .gallery-carousel {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    background: #171717;
}
#galeria .gallery-carousel .carousel-inner {
    background: #171717;
}
#galeria .gallery-carousel-image {
    width: 100%;
    height: 620px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    cursor: zoom-in;
}
#galeria .gallery-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
#galeria .gallery-carousel .carousel-control-prev,
#galeria .gallery-carousel .carousel-control-next {
    width: 10%;
}
#galeria .gallery-carousel .carousel-control-prev-icon,
#galeria .gallery-carousel .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,.65));
}
#galeria .gallery-carousel .carousel-indicators {
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    #galeria .gallery-carousel-image { height: 500px; }
}
@media (max-width: 767.98px) {
    #galeria .gallery-carousel { border-radius: 16px; }
    #galeria .gallery-carousel-image { height: 360px; }
}
@media (max-width: 479.98px) {
    #galeria .gallery-carousel-image { height: 290px; }
}
