.elementor-264 .elementor-element.elementor-element-32967eb{--display:flex;}.elementor-264:not(.elementor-motion-effects-element-type-background), .elementor-264 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9097c9f *//* =====================================================
   SITE HEADER - GLOBAL
   ===================================================== */

.ch-header {
    background: #0d0f0e;
    padding: 20px 0;
    border-bottom: 1px solid #1a1d1c;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ch-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ch-header__logo {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 600;
    color: #fafaf8;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.3s ease;
}

.ch-header__logo:hover {
    color: #c9a227;
}

.ch-header__nav {
    display: flex;
    gap: 32px;
}

.ch-header__nav a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    color: #a89f8f;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: color 0.3s ease;
}

.ch-header__nav a:hover {
    color: #c9a227;
}

/* Mobile toggle button */
.ch-header__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.ch-header__toggle span {
    width: 24px;
    height: 2px;
    background: #a89f8f;
    transition: background 0.3s ease;
}

.ch-header__toggle:hover span {
    background: #c9a227;
}

/* Mobile styles */
@media (max-width: 768px) {
    .ch-header__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0d0f0e;
        flex-direction: column;
        padding: 24px 32px;
        gap: 20px;
        border-bottom: 1px solid #1a1d1c;
    }
    
    .ch-header__nav.is-open {
        display: flex;
    }
    
    .ch-header__toggle {
        display: flex;
    }
    
    .ch-header {
        position: relative;
    }
}

/* Hide Elementor container padding */
.elementor-element:has(.ch-header) {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element:has(.ch-header) > .elementor-widget-container {
    padding: 0 !important;
}/* End custom CSS */