:root {
    --black: #050505;
    --black2: #0d0d0d;
    --gold: #d8aa4c;
    --gold2: #f2d078;
    --white: #f7f7f7;
    --muted: #aaa
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--black);
    color: var(--white);
    font-family: Arial,Helvetica,sans-serif
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999;
    transition: .3s;
    background: linear-gradient(#000d,transparent)
}

    .site-header.scrolled {
        background: #050505f5;
        box-shadow: 0 10px 30px #0008
    }

.brand-logo {
    height: 58px
}

.nav-link {
    color: #eee !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .9rem
}

.btn-gold {
    background: linear-gradient(135deg,#9b6818,#f0ce74,#b47b20);
    border: 0;
    color: #080808;
    font-weight: 700
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: url('../Images/hero-vok79.svg') center/cover;
    padding-top: 110px
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle,#0003,#000c)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 980px
}

.hero-logo {
    max-width: 650px;
    width: 90%;
    filter: drop-shadow(0 10px 35px #000)
}

.eyebrow, .section-kicker {
    color: var(--gold2);
    letter-spacing: .28em;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 700
}

.hero-section h1 {
    font-size: clamp(2.5rem,6vw,5rem);
    line-height: 1.05;
    font-weight: 800
}

.hero-copy {
    font-size: 1.15rem;
    color: #ccc
}

.section-padding {
    padding: 105px 0
}

.bg-dark-2 {
    background: var(--black2)
}

.section-title {
    font-size: clamp(2rem,4vw,3.6rem);
    font-weight: 800
}

.text-gold {
    color: var(--gold2)
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px
}

.stat-card, .pulse-card, .service-card, .process-card, .contact-card {
    background: linear-gradient(145deg,#171717,#0c0c0c);
    border: 1px solid #d8aa4c33;
    border-radius: 22px
}

.stat-card {
    padding: 25px 18px;
    text-align: center
}

    .stat-card strong {
        display: block;
        font-size: 2rem;
        color: var(--gold2)
    }

    .stat-card span, .service-card p, .process-card p {
        color: var(--muted)
    }

.pulse-card {
    padding: 45px;
    min-height: 330px
}

.pulse-line {
    height: 130px;
    background: url('../Images/hero-vok79.svg') center 55%/900px auto no-repeat
}

.service-card {
    height: 100%;
    padding: 35px;
    transition: .3s
}

    .service-card:hover {
        transform: translateY(-8px);
        border-color: #f2d078aa
    }

    .service-card i {
        font-size: 2rem;
        color: var(--gold2);
        margin-bottom: 20px
    }

.process-card {
    padding: 30px;
    height: 100%
}

    .process-card span {
        font-size: 2.2rem;
        color: var(--gold2);
        font-weight: 800
    }

.contact-section {
    background: radial-gradient(circle at 75% 30%,#d8aa4c20,transparent 35%),#080808
}

.contact-card {
    padding: 35px
}

.form-control {
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 12px;
    padding: 14px 16px
}

    .form-control:focus {
        background: #111;
        color: #fff;
        border-color: var(--gold);
        box-shadow: 0 0 0 .2rem #d8aa4c24
    }

.footer {
    background: #020202;
    border-top: 1px solid #d8aa4c2e
}

.footer-logo {
    max-width: 300px
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #fff;
    border: 1px solid #333;
    text-decoration:none;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    z-index: 1000;
    text-decoration: none;
}

@media(max-width:991px) {
    .site-header {
        background: #050505f5
    }

    .brand-logo {
        height: 48px
    }
    
}

@media(max-width:767px) {
    .section-padding {
        padding: 75px 0
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

  
    .hero-section h1 {
        font-size: 2.45rem
    }
}

.contact-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.contact-option-card {
    height: 100%;
    padding: 36px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid rgba(216, 170, 76, 0.22);
    background: linear-gradient( 145deg, rgba(25, 25, 25, 0.98), rgba(8, 8, 8, 0.98) );
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .contact-option-card:hover {
        transform: translateY(-8px);
        border-color: rgba(242, 208, 120, 0.7);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
    }

.contact-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #111;
    font-size: 2rem;
    background: linear-gradient( 135deg, #93621b, #f2d078, #b77d20 );
    box-shadow: 0 12px 35px rgba(216, 170, 76, 0.2);
}

.contact-option-card h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
}

.contact-main-data {
    color: #f2d078;
    font-size: 1.15rem;
    font-weight: 700;
}

.contact-email {
    overflow-wrap: anywhere;
}

.btn-outline-gold {
    color: #f2d078;
    border: 1px solid #d8aa4c;
    font-weight: 700;
    transition: all 0.25s ease;
}

    .btn-outline-gold:hover {
        color: #080808;
        border-color: #f2d078;
        background: #f2d078;
    }

.location-card {
    padding: 35px;
    border-radius: 22px;
    border: 1px solid rgba(216, 170, 76, 0.22);
    background: linear-gradient( 135deg, rgba(216, 170, 76, 0.08), rgba(12, 12, 12, 0.98) );
}

.footer-contact-link {
    color: #d0d0d0;
    transition: color 0.25s ease;
}

    .footer-contact-link:hover {
        color: #f2d078;
    }

.whatsapp-vok79 {
    color: #f2d078;
    border: 2px solid #d8aa4c;
    background: #080808;
}

    .whatsapp-vok79:hover {
        color: #080808;
        background: #f2d078;
    }

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    width: max-content;
    padding: 9px 14px;
    border-radius: 8px;
    color: #ffffff;
    background: #111111;
    border: 1px solid rgba(216, 170, 76, 0.35);
    font-size: 0.82rem;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-vok79:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 767px) {
    .contact-option-card {
        padding: 28px 22px;
    }

    .location-card {
        padding: 28px 22px;
        text-align: center;
    }

    .whatsapp-tooltip {
        display: none;
    }
}


/* =====================================================
   GALERĶA
===================================================== */

.gallery-intro {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 260px;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    background: #111111;
    border: 1px solid rgba(216, 170, 76, 0.22);
    border-radius: 20px;
    appearance: none;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item-wide {
    grid-column: span 2;
}
.gallery-item-wide-gl {
    grid-column: span 3;
}
.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease, filter 0.45s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.05) 100% );
    transition: background 0.35s ease;
}

.gallery-caption {
    position: absolute;
    right: 25px;
    bottom: 22px;
    left: 25px;
    z-index: 2;
    color: #ffffff;
}

    .gallery-caption small {
        display: block;
        margin-bottom: 5px;
        color: #f2d078;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .gallery-caption strong {
        display: block;
        font-size: 1.25rem;
        line-height: 1.2;
    }

.gallery-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #111111;
    font-size: 1rem;
    background: linear-gradient( 135deg, #9b6818, #f2d078, #b47b20 );
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-item:hover {
    z-index: 2;
    border-color: rgba(242, 208, 120, 0.72);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.48);
    transform: translateY(-6px);
}

    .gallery-item:hover img {
        filter: brightness(1.08);
        transform: scale(1.07);
    }

    .gallery-item:hover .gallery-overlay {
        background: linear-gradient( to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.18) 58%, rgba(216, 170, 76, 0.08) 100% );
    }

    .gallery-item:hover .gallery-zoom {
        opacity: 1;
        transform: translateY(0);
    }

.gallery-item:focus-visible {
    outline: 3px solid #f2d078;
    outline-offset: 4px;
}

/* Modal */

.gallery-modal .modal-content {
    overflow: hidden;
    color: #ffffff;
    background: #080808;
    border: 1px solid rgba(216, 170, 76, 0.4);
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.75);
}

.gallery-modal .modal-header {
    border-bottom: 1px solid rgba(216, 170, 76, 0.2);
}

.gallery-modal .modal-title {
    color: #f2d078;
    font-weight: 700;
}

.gallery-modal .modal-body {
    padding: 0;
    background: #000000;
}

.gallery-modal-image {
    display: block;
    width: 100%;
    max-height: 78vh;
    margin: auto;
    object-fit: contain;
}

/* Tablet */

@media (max-width: 991px) {

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 240px;
    }

    .gallery-item-wide {
        grid-column: span 2;
    }
    
    .gallery-item-wide-gl {
        grid-column: span 2;
    }
}

/* Celular */

@media (max-width: 575px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 225px;
        gap: 15px;
    }

    .gallery-item-wide {
        grid-column: span 1;
    }

    .gallery-item-wide-gl {
        grid-column: span 1;
    }

    .gallery-caption {
        right: 20px;
        bottom: 18px;
        left: 20px;
    }

        .gallery-caption strong {
            font-size: 1.1rem;
        }

    .gallery-zoom {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        opacity: 1;
        transform: none;
    }
}