@media (max-width:1180px){
  .desktop-nav{gap:18px}
  .header-phone{display:none}
  .footer-top{grid-template-columns:1.3fr repeat(2,1fr)}
}
@media (max-width:1024px){
  :root{--header-h:78px}
  .desktop-nav,.header-actions>.btn{display:none}
  .menu-toggle{display:block}
  .footer-top{grid-template-columns:1.3fr 1fr 1fr;gap:38px}
}
@media (max-width:768px){
  .container{padding-inline:20px}
  .brand-copy small{display:none}
  .footer-top{grid-template-columns:1fr 1fr;gap:34px 26px}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .cookie-banner{align-items:stretch;flex-direction:column}
  .cookie-actions{width:100%}
  .cookie-actions .btn{flex:1}
}
@media (max-width:576px){
  :root{--header-h:72px}
  .header-shell{min-height:var(--header-h)}
  .brand-mark{width:38px;height:38px;border-radius:12px}
  .brand-copy strong{font-size:16px}
  .site-footer{padding-top:58px}
  .footer-top{grid-template-columns:1fr;gap:30px;padding-bottom:42px}
  .footer-brand{grid-column:auto}
  .footer-phone{font-size:21px}
  .footer-bottom{padding-bottom:28px}
  .footer-legal{flex-wrap:wrap;gap:10px 18px}
  .cookie-banner{left:12px;right:12px;bottom:12px;padding:16px;border-radius:16px}
}
@media (max-width:390px){
  .brand-copy strong{font-size:16px}
  .brand-mark{width:36px;height:36px}
  .header-shell{gap:12px}
  .menu-toggle{width:42px;height:42px}
}

