.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 { width: 100%; position: sticky; top: 0; z-index: 60; background: #ffffff; border-bottom: 2px solid #f97316; box-shadow: 0 4px 0 rgba(249, 115, 22, 0.1); font-family: system-ui, sans-serif; }
.site-header__inner { display: flex; align-items: stretch; max-width: 1400px; margin: 0 auto; }
.site-header__brand-wrapper { background: #fbbf24; padding: 16px 32px; display: flex; align-items: center; border-right: 2px solid #f97316; }
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #1c1917; font-weight: 900; font-size: 1.25rem; text-transform: uppercase; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; fill: #f97316; }
.site-header__nav-wrapper { flex: 1; display: flex; align-items: center; justify-content: flex-end; padding: 0 32px; gap: 32px; }
.site-nav { display: flex; gap: 24px; }
.site-nav__link { text-decoration: none; color: #1c1917; font-weight: 700; font-size: 1rem; transition: color 0.2s; text-transform: uppercase; }
.site-nav__link:hover { color: #f97316; }
.site-nav__link.activ_link { color: #f97316; }
.site-burger { display: none; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: 8px; }
.site-burger__line { width: 24px; height: 3px; background: #1c1917; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; display: flex; justify-content: flex-end; font-family: system-ui, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(28, 25, 23, 0.5); }
.site-mobileNav__panel { position: relative; width: 100%; max-width: 400px; background: #ffffff; height: 100%; display: flex; flex-direction: column; border-left: 4px solid #fbbf24; box-shadow: -8px 0 0 rgba(249, 115, 22, 0.1); }
.site-mobileNav__top { display: flex; justify-content: space-between; align-items: center; padding: 24px 32px; background: #fbbf24; border-bottom: 2px solid #f97316; }
.site-mobileNav__brand { font-weight: 900; font-size: 1.25rem; color: #1c1917; text-transform: uppercase; }
.site-mobileNav__close { background: transparent; border: none; font-size: 2rem; line-height: 1; color: #1c1917; cursor: pointer; }
.site-mobileNav__content { padding: 48px 32px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { font-size: 1.5rem; font-weight: 800; color: #1c1917; text-decoration: none; text-transform: uppercase; }
.site-mobileNav__link.activ_link { color: #f97316; }
.site-mobileNav__cta-wrapper { margin-top: 48px; }
.site-mobileNav__cta { display: block; text-align: center; background: #f97316; color: #ffffff; padding: 16px 24px; font-weight: 800; font-size: 1.125rem; text-decoration: none; border-radius: 4px; box-shadow: 4px 4px 0 #1c1917; text-transform: uppercase; }
.site-footer { background: #fffbeb; border-top: 4px solid #fbbf24; padding: 64px 32px 32px; color: #1c1917; font-family: system-ui, sans-serif; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 900; color: #f97316; margin-bottom: 16px; text-transform: uppercase; }
.site-footer__summary { font-size: 1rem; line-height: 1.5; color: #44403c; max-width: 300px; margin: 0; }
.site-footer__heading { font-size: 1.125rem; font-weight: 800; margin: 0 0 24px; color: #1c1917; text-transform: uppercase; }
.site-footer__contactCol, .site-footer__navCol, .site-footer__legalCol { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink, .site-footer__link { color: #44403c; text-decoration: none; font-weight: 600; transition: color 0.2s; }
.site-footer__contactLink:hover, .site-footer__link:hover { color: #f97316; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 2px solid rgba(249, 115, 22, 0.2); text-align: center; font-size: 0.875rem; color: #78716c; font-weight: 500; }
body.nav-open { overflow: hidden; }
.container { width: 100%; max-width: 1400px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 900px) { .site-header__brand-wrapper { padding: 12px 20px; } .site-header__nav-wrapper { padding: 0 20px; } .site-nav--desktop { display: none; } .site-burger { display: flex; } .site-footer__inner { grid-template-columns: 1fr; gap: 32px; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
