/* assets/css/store-footer.css — footer (Phase 10, 2026-07). */

.store-footer {
  margin-top:3rem;
  background:var(--color-heading);
  color:rgba(255,255,255,.82);
}
.store-footer-grid {
  display:grid;
  grid-template-columns:1.4fr repeat(4, 1fr);
  gap:2rem;
  padding:3rem 0 2rem;
}
.store-footer-brand { min-width:0; }
.store-footer-logo-link { display:inline-block; }
.store-footer-logo-link img { display:block; height:auto; filter:brightness(0) invert(1); opacity:.92; }
.store-footer-tagline { margin:.9rem 0 0; color:rgba(255,255,255,.65); font-size:.94rem; line-height:1.65; }
.store-footer-social { margin-top:1rem; display:flex; flex-wrap:wrap; gap:.75rem; }
.store-footer-social a { color:rgba(255,255,255,.75); font-size:.9rem; font-weight:500; text-decoration:none; }
.store-footer-social a:hover,
.store-footer-social a:focus-visible { color:#fff; text-decoration:underline; }

.store-footer-col h3 { margin:0 0 1rem; color:#fff; font-size:.9rem; font-weight:600; text-transform:uppercase; letter-spacing:.03em; }
.store-footer-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:.55rem; }
.store-footer-col a { color:rgba(255,255,255,.72); font-size:.94rem; text-decoration:none; }
.store-footer-col a:hover,
.store-footer-col a:focus-visible { color:#fff; text-decoration:underline; }
.store-footer-contacts li { color:rgba(255,255,255,.72); font-size:.94rem; }
.store-footer-methods { margin-top:1.1rem; display:flex; flex-direction:column; gap:.35rem; }
.store-footer-methods span { color:rgba(255,255,255,.62); font-size:.85rem; }

.store-footer-bottom { border-top:1px solid rgba(255,255,255,.12); padding:1rem 0; text-align:center; font-size:.86rem; color:rgba(255,255,255,.62); }

@media (max-width:991.98px) {
  .store-footer-grid { grid-template-columns:1fr 1fr; }
  .store-footer-brand { grid-column:1 / -1; }
}
@media (max-width:575.98px) {
  .store-footer-grid { grid-template-columns:1fr; gap:1.75rem; padding:2.25rem 0 1.5rem; }
}

/* ---- static info/legal pages (terms.php/privacy.php/delivery.php/cookies_policy.php/about.php) ---- */
.store-info-page { color:var(--color-text); line-height:1.75; }
.store-info-page h1 { color:var(--color-heading); }
.store-info-page h2 { margin:2rem 0 .75rem; color:var(--color-heading); font-size:1.15rem; }
.store-info-page h3 { margin:1.5rem 0 .6rem; color:var(--color-heading); font-size:1rem; }
.store-info-page p { margin:0 0 .85rem; color:var(--color-text-muted); }
.store-info-page ul { margin:0 0 .85rem; padding-left:1.25rem; color:var(--color-text-muted); }
.store-info-page li { margin-bottom:.35rem; }
