.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fcf8f8;
            color: #1c1b1b;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fcf8f8;
            color: #1c1b1b;
        }
        .masonry-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 32px;
        }
        .filter-border {
            border-bottom: 1px solid #c4c7c8;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fcf8f8;
            color: #1c1b1b;
        }
        .service-alternate:nth-child(even) .flex-container {
            flex-direction: row-reverse;
        }

body { background-color: #fcf8f8; color: #1c1b1b; }
        .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

body { background-color: #fcf8f8; color: #1c1b1b; }
        .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }
        .hero-gradient { background: linear-gradient(180deg, #0D0D0D 0%, #1A1A1A 100%); }
        .gold-accent { color: #C9A96E; }
        .gold-border { border-color: #C9A96E; }
        .concrete-line { border-bottom: 1px solid #A89F96; }
        input:focus, select:focus, textarea:focus { outline: none; border-bottom: 1px solid #C9A96E; transition: border-color 0.5s ease; }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fcf8f8;
            color: #1c1b1b;
        }
        .accordion-content {
            display: none;
        }
        .accordion-item[open] .accordion-content {
            display: block;
        }
        .accordion-item summary {
            list-style: none;
        }
        .accordion-item summary::-webkit-details-marker {
            display: none;
        }
        .accordion-item[open] .accordion-icon {
            transform: rotate(45deg);
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fcf8f8;
            color: #1c1b1b;
        }
        .editorial-divider {
            height: 1px;
            background-color: #A89F96;
            width: 100%;
        }

body:has(.template-demo-banner) {
    --demo-banner-height: 44px;
}

.template-demo-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    min-height: var(--demo-banner-height);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    background: #111111;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-family: Inter, Manrope, "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
}

.template-demo-banner a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

body:has(.template-demo-banner) > .fixed.top-0,
body:has(.template-demo-banner) > .sticky.top-0,
body:has(.template-demo-banner) > header.fixed.top-0,
body:has(.template-demo-banner) > header.sticky.top-0,
body:has(.template-demo-banner) > nav.fixed.top-0,
body:has(.template-demo-banner) > nav.sticky.top-0 {
    top: var(--demo-banner-height) !important;
}

@media (max-width: 640px) {
    body:has(.template-demo-banner) {
        --demo-banner-height: 58px;
    }

    .template-demo-banner {
        flex-direction: column;
        gap: 4px;
        padding: 8px 16px;
        font-size: 12px;
    }
}
