/* Dynamic CSS - Generated by Agave Admin Global Background Manager */
/* This file is automatically generated. Do not edit manually. */

/* Background System */
body {
    background-color: white;
}

/* Active Background Images */
/* Available images: agave01.webp */

/* Dynamic Background Container */
#bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

#bg-container.loaded {
    opacity: 1;
}

#bg-container img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Background Overlay - Compartmentalized to exclude hero section */
#bg-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f2d4;
    opacity: 0.9;
    mix-blend-mode: normal;
    z-index: 1;
}

/* Content above background */
.navbar, main, .footer {
    position: relative;
    z-index: 1;
}

/* Hero section independence from background overlay */
.hero-section {
    position: relative;
    z-index: 2;
}

/* Section overrides */
.custom > .section-light {
    background-color: transparent !important;
    backdrop-filter: none;
}

.custom > .section-dark {
    background-color: rgba(34, 87, 126, 0.95);
    backdrop-filter: blur(2px);
}

.custom > .section-accent {
    background-color: rgba(149, 209, 204, 0.95);
    backdrop-filter: blur(2px);
}

/* Generated: 2025-08-08 19:30:39 | Active images: 1 */