/* /Layout/MainLayout.razor.rz.scp.css */
.site[b-x8xez25vx5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-x8xez25vx5] {
    flex: 1;
}

/* ---------------------------------------------------------------- topbar */

.topbar[b-x8xez25vx5] {
    background: #0b0e11;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

.topbar__inner[b-x8xez25vx5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1rem;
    padding: 0.55rem 0;
}

.topbar__sep[b-x8xez25vx5] {
    opacity: 0.35;
}

.topbar__phone[b-x8xez25vx5] {
    margin-left: auto;
    color: #c79a5b;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.topbar__phone:hover[b-x8xez25vx5] {
    color: #fff;
}

@media (max-width: 720px) {
    .topbar[b-x8xez25vx5] {
        display: none;
    }
}

/* ---------------------------------------------------------------- footer */

.footer[b-x8xez25vx5] {
    background: #101418;
    color: rgba(255, 255, 255, 0.68);
    padding: 4rem 0 1.5rem;
    font-size: 0.97rem;
}

.footer__grid[b-x8xez25vx5] {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
}

@media (max-width: 900px) {
    .footer__grid[b-x8xez25vx5] {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

.footer__logo[b-x8xez25vx5] {
    width: 220px;
    max-width: 70%;
    margin-bottom: 1.25rem;
    background: #fff;
    padding: 0.6rem 0.9rem;
    border-radius: 3px;
}

.footer__slogan[b-x8xez25vx5] {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.92rem;
    color: #c79a5b;
    margin-bottom: 0.9rem;
}

.footer__blurb[b-x8xez25vx5] {
    max-width: 38ch;
    line-height: 1.65;
}

.footer h4[b-x8xez25vx5] {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid rgba(199, 154, 91, 0.55);
    display: inline-block;
}

.footer__links[b-x8xez25vx5] {
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
}

.footer__links li[b-x8xez25vx5] {
    margin-bottom: 0.5rem;
}

.footer__links[b-x8xez25vx5]  a {
    color: rgba(255, 255, 255, 0.68);
}

.footer__links[b-x8xez25vx5]  a:hover,
.footer__links[b-x8xez25vx5]  a.active {
    color: #c79a5b;
}

.footer__social[b-x8xez25vx5] {
    display: flex;
    gap: 0.6rem;
}

.footer__social a[b-x8xez25vx5] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
}

.footer__social a:hover[b-x8xez25vx5] {
    background: #c79a5b;
    border-color: #c79a5b;
    color: #101418;
}

.footer__social svg[b-x8xez25vx5] {
    width: 18px;
    height: 18px;
}

.footer__legal[b-x8xez25vx5] {
    margin-top: 3rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ------------------------------------------------------------- call fab */

.call-fab[b-x8xez25vx5] {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 90;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #c79a5b;
    color: #101418;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.call-fab:hover[b-x8xez25vx5] {
    background: #101418;
    color: #c79a5b;
}

.call-fab svg[b-x8xez25vx5] {
    width: 24px;
    height: 24px;
}

@media (min-width: 900px) {
    .call-fab[b-x8xez25vx5] {
        display: none;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.header[b-abnh8moceb] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid rgba(16, 20, 24, 0.09);
    box-shadow: 0 2px 14px rgba(16, 20, 24, 0.07);
}

.header__inner[b-abnh8moceb] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.7rem 0;
}

.brand[b-abnh8moceb] {
    flex: none;
    display: block;
}

.brand img[b-abnh8moceb] {
    height: 66px;
    width: auto;
}

.nav[b-abnh8moceb] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav ul[b-abnh8moceb] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
}

.nav[b-abnh8moceb]  a {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.86rem;
    color: #101418;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.nav[b-abnh8moceb]  a:hover {
    color: #a3763a;
}

.nav[b-abnh8moceb]  a.active {
    color: #a3763a;
    border-bottom-color: #c79a5b;
}

.nav__cta[b-abnh8moceb] {
    padding: 0.7rem 1.2rem;
    font-size: 0.8rem;
}

.nav__cta:hover[b-abnh8moceb] {
    color: #fff;
}

.nav__cta svg[b-abnh8moceb] {
    width: 16px;
    height: 16px;
}

.burger[b-abnh8moceb] {
    margin-left: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 42px;
    padding: 0 10px;
    background: #101418;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.burger span[b-abnh8moceb] {
    display: block;
    height: 2px;
    background: #fff;
}

@media (max-width: 1040px) {
    .brand img[b-abnh8moceb] {
        height: 48px;
    }

    .burger[b-abnh8moceb] {
        display: flex;
    }

    .nav[b-abnh8moceb] {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #101418;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 1.25rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease, padding 0.25s ease;
    }

    .nav--open[b-abnh8moceb] {
        max-height: 30rem;
        padding: 0.75rem 1.25rem 1.5rem;
    }

    .nav ul[b-abnh8moceb] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav[b-abnh8moceb]  a {
        display: block;
        color: #fff;
        padding: 0.85rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav[b-abnh8moceb]  a.active {
        color: #c79a5b;
        border-bottom-color: rgba(255, 255, 255, 0.12);
    }

    .nav__cta[b-abnh8moceb] {
        margin-top: 1.1rem;
        justify-content: center;
    }
}
