.site-srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #F4EDE4;
    color: #4A3728;
    z-index: 60;
    border-bottom: 4px solid #5A6F4E;
    box-shadow: 0 4px 12px -2px rgba(74, 55, 40, .15)
}

.site-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: serif;
    font-size: 29px;
    font-weight: 700;
    color: #4A3728;
    text-decoration: none
}

.site-brand svg {
    width: 46px;
    height: 46px
}

.site-nav {
    display: flex;
    gap: 32px
}

.site-nav__link {
    color: #4A3728;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: color .2s
}

.site-nav__link:hover {
    color: #C26B4A
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.site-header__cta {
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s
}

.site-header__cta[data-cta-style="solid"] {
    background: #C26B4A;
    color: #F4EDE4;
    border: 2px solid #C26B4A
}

.site-header__cta[data-cta-style="solid"]:hover {
    background: #A5573A;
    color: #fff
}

.site-header__cta[data-cta-style="outline"] {
    background: transparent;
    color: #4A3728;
    border: 2px solid #4A3728
}

.site-burger {
    display: none;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    background: #F4EDE4;
    border: 3px solid #5A6F4E;
    border-radius: 8px;
    cursor: pointer
}

.site-burger__line {
    display: block;
    width: 24px;
    height: 2px;
    background: #4A3728;
    margin: 5px auto;
    transition: all 0.3s
}

.site-burger__line:nth-child(1) {
    width: 20px
}

.site-burger__line:nth-child(3) {
    width: 18px
}

.site-mobileNav {
    position: fixed;
    inset: 0;
    background: rgba(74, 55, 40, 0.7);
    z-index: 999;
    display: none
}

.site-mobileNav[data-mobile-open="1"] {
    display: flex;
    align-items: center;
    justify-content: center
}

.site-mobileNav__panel {
    background: #4A3728;
    color: #F4EDE4;
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
    margin: 20px;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 30px
}

.site-mobileNav__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-mobileNav__brand {
    font-family: serif;
    font-size: 26px;
    color: #F4EDE4;
    font-weight: 700
}

.site-mobileNav__close {
    background: transparent;
    border: 2px solid #C26B4A;
    color: #F4EDE4;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-mobileNav__links {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.site-mobileNav__link {
    color: #F4EDE4;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600
}

.site-mobileNav__link:hover {
    color: #C26B4A
}

.site-mobileNav__cta {
    align-self: start;
    padding: 14px 32px;
    background: #C26B4A;
    color: #F4EDE4;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none
}

.site-footer {
    background: #4A3728;
    color: #F4EDE4;
    padding: 60px 0 30px
}

.site-footer__promo {
    background: #5A6F4E;
    padding: 32px 30px;
    margin-bottom: 50px
}

.site-footer__promo-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.site-footer__promo-text {
    font-size: 1.1rem;
    max-width: 420px;
    line-height: 1.4
}

.site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 50px
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-col__title {
    display: block;
    color: #D4AF77;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.site-footer__brand-col .site-footer__brand {
    font-family: serif;
    font-size: 28px;
    color: #F4EDE4;
    margin-bottom: 16px;
    display: block
}

.site-footer__summary {
    line-height: 1.7;
    opacity: 0.85;
    max-width: 340px
}

.site-footer__links-col {
    display: flex;
    gap: 70px
}

.site-footer__contact-col {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.site-footer__link,
.site-footer__contact-link {
    color: #F4EDE4;
    text-decoration: none;
    opacity: 0.85;
    margin-bottom: 12px;
    display: block
}

.site-footer__link:hover,
.site-footer__contact-link:hover {
    color: #C26B4A;
    opacity: 1
}

.site-footer__bottom {
    max-width: 1200px;
    margin: 60px auto 0;
    padding-top: 25px;
    border-top: 1px solid #5A6F4E;
    opacity: 0.7;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

@media (max-width:900px) {
    .site-nav--desktop {
        display: none
    }

    .site-burger {
        display: flex;
        flex-direction: column;
        gap: 4px
    }
    

    .site-header__inner {
        padding: 14px 20px;
        display: flex;
        flex-direction: column-reverse;
        
        align-items: center;
        justify-content:space-between ;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .site-footer__links-col {
        gap: 40px
    }

    .site-footer__promo-inner {
        justify-content: center;
        text-align: center
    }
}

[data-mobile-nav][hidden],
[data-mobile-nav].hidden {
    display: none
}

[data-mobile-nav][data-mobile-open="1"] {
    display: block
}