.site-header{z-index:1000;background:var(--color-header-bg);color:var(--color-header-text);position:sticky;top:0}.site-header-inner{max-width:var(--max-width);padding:0 var(--space-4);height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.site-brand .site-title{font-size:1.4rem;font-weight:600}.nav-primary{flex:1;justify-content:center;display:flex}.nav-links{gap:var(--space-4);list-style:none;display:flex}.nav-links a{font-size:.95rem;font-weight:500}.nav-contacts{align-items:center;gap:var(--space-2);font-size:.9rem;display:flex}.burger{cursor:pointer;background:0 0;border:none;width:28px;height:20px;padding:0;display:none;position:relative}.burger-line{background:var(--color-header-text);border-radius:999px;height:2px;transition:transform .18s,opacity .18s,top .18s,bottom .18s;position:absolute;left:0;right:0}.burger-line:first-child{top:0}.burger-line:nth-child(2){top:9px}.burger-line:nth-child(3){bottom:0}.burger.open .burger-line:first-child{top:9px;transform:rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){bottom:9px;transform:rotate(-45deg)}.mobile-menu{top:var(--header-height);width:70%;max-width:320px;height:calc(100% - var(--header-height));background:var(--color-surface);color:var(--color-text);padding:var(--space-5)var(--space-4);gap:var(--space-3);flex-direction:column;display:none;position:fixed;right:0;box-shadow:-2px 0 12px #0000002e}.mobile-menu a{font-size:1rem;font-weight:500}@media (max-width:800px){.nav-primary,.nav-contacts{display:none}.burger{display:block}.mobile-menu.open{display:flex}}
.site-footer{color:#f6f2ea;margin-top:var(--space-7);padding:var(--space-6)0 var(--space-5);background:#111713}.site-footer-inner{max-width:var(--max-width);padding:0 var(--space-4);gap:var(--space-5);flex-wrap:wrap;justify-content:space-between;margin:0 auto;display:flex}.footer-col{flex:180px;min-width:0}.footer-brand h3{margin-bottom:var(--space-3);font-size:1.2rem}.footer-brand p{color:#cbc2b5;font-size:.95rem;line-height:1.6}.footer-nav h4,.footer-contact h4{text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3);color:#e1d6c7;font-size:.95rem}.footer-nav ul{margin:0;padding:0;list-style:none}.footer-nav li+li{margin-top:var(--space-2)}.footer-nav a,.footer-contact a{color:#f6f2ea;font-size:.95rem}.footer-contact p+p{margin-top:var(--space-2)}.site-footer-bottom{max-width:var(--max-width);margin:var(--space-5)auto 0;padding:var(--space-3)var(--space-4)0;gap:var(--space-2);color:#b9afa1;text-align:center;border-top:1px solid #f6f2ea2e;flex-wrap:wrap;justify-content:center;font-size:.85rem;display:flex}.dot-divider{opacity:.7}@media (max-width:768px){.site-footer-inner{padding:0 var(--space-3);flex-direction:column}.site-footer-bottom{padding:var(--space-3)var(--space-3)0}}
