/* ==========================================================================
   print-cup — footer (partials/footer.html). Підключати після style.css.
   ========================================================================== */
.site-footer{background:#F9F6F0;border:2px solid #172622;border-radius:26px;box-shadow:8px 10px 0 rgba(16,61,52,.9);padding:48px 46px 32px;margin:24px 0 40px;scroll-snap-align:start}
.footer-grid{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(180px,.7fr) minmax(280px,1fr);column-gap:84px;row-gap:32px;align-items:start}
.footer-brand{display:flex;align-items:center;gap:13px;font-family:'Manrope';font-weight:700;font-size:25px;line-height:1;color:#172622}
.footer-brand span{width:41px;height:41px;border-radius:12px;background:#124239;border:2px solid #172622;display:inline-flex;align-items:center;justify-content:center;flex:none}
.footer-brand span svg{width:58%;height:58%;display:block}
.footer-slogan{color:#FF6A3D;font-weight:600;font-size:14px;margin-top:11px}
.footer-desc{color:#4F5A54;font-size:16px;line-height:1.6;margin-top:21px;max-width:345px}
.footer-contacts{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-top:24px}
.footer-contacts .contact-phone{font-size:17px;font-weight:700}
.footer-col h4{font-weight:700;font-size:13.5px;letter-spacing:.06em;text-transform:uppercase;color:#8B9993;margin-bottom:21px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:15px}
.footer-col a{color:#26332E;font-weight:600;font-size:16.5px;line-height:1.3;display:inline-flex;align-items:center;transition:color .2s ease,transform .2s ease}
.footer-col a:hover{color:#FF6A3D;transform:translateX(4px)}
.footer-col li{display:flex;align-items:center;gap:12px;min-height:29px;color:#4F5A54;font-size:16px;font-weight:600;line-height:1.4}
.footer-col li i{color:#FF6A3D;font-size:19px;flex:none;width:23px;text-align:center}
.footer-bottom{border-top:1px solid rgba(23,38,34,.14);margin-top:40px;padding-top:26px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:14.5px;color:#91A09A;line-height:1.4}
.footer-bottom span{font-weight:600}
.site-footer a:focus-visible,.site-footer button:focus-visible{outline:2px solid #FF6A3D;outline-offset:2px;border-radius:8px}

@media (prefers-reduced-motion:reduce){
  .footer-col a:hover{transform:none}
}

/* ---------- footer: планшет (769–1100px) — дві колонки, «Гарантії» на всю ширину другим рядком ---------- */
@media (max-width:1100px) and (min-width:769px){
  .site-footer{padding:36px 34px 26px}
  .footer-grid{grid-template-columns:1fr 1fr;column-gap:48px;row-gap:30px}
  .footer-grid>*:nth-child(3){grid-column:1/-1}
  .footer-desc{max-width:420px}
}

/* ---------- footer: мобілка (≤768px) — одна колонка ---------- */
@media (max-width:768px){
  .site-footer{padding:28px 24px 22px;border-radius:21px;box-shadow:5px 6px 0 rgba(16,61,52,.9)}
  .footer-grid{grid-template-columns:1fr;row-gap:34px}
  .footer-desc{max-width:none}
  .footer-col a{min-height:44px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:9px}
}
