/* ============================================================
   FOOTER redesign — Herbarium · Partia 1 (klasy hf-*, globalny)
   ============================================================ */
.hf { background: #fff; padding: 48px 0 24px; font-family: "Jost", sans-serif; color: #2c2a26; }
.hf__wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.hf__box { background: #faf8f5; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 24px; }
.hf-rule { border: 0; border-top: 1px solid #f0eae0; margin: 0; width: 100%; }

/* Trust strip */
.hf-trust { display: flex; gap: 32px; }
.hf-trust__item { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.hf-trust__item svg { width: 24px; height: 24px; color: #7c7a76; }
.hf-trust__item strong { display: block; font-size: 12px; font-weight: 500; text-transform: uppercase; line-height: 1.5; }
.hf-trust__item span { font-size: 14px; color: #7c7a76; line-height: 1.5; white-space: nowrap; }

/* Kontakt + mapa */
.hf-body { display: flex; justify-content: space-between; gap: 32px; }
.hf-contact { width: 392px; max-width: 392px; display: flex; flex-direction: column; gap: 16px; }
.hf-contact img { height: 48px; width: auto; align-self: flex-start; }
.hf-brand-name { margin: 0; font-size: 16px; color: #7c7a76; }
.hf-contact p { margin: 0; font-size: 16px; color: #7c7a76; line-height: 1.6; }
.hf-contact a { color: #7c7a76; }
.hf-contact a:hover { color: #2d5a3d; }
.hf-social { display: flex; gap: 4px; }
.hf-social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: #7c7a76; transition: color .15s; }
.hf-social a:hover { color: #2d5a3d; }

.hf-sitemap { display: flex; gap: 32px; }
.hf-col h3 { margin: 0 0 16px; font-family: "Jost", sans-serif; font-size: 12px; font-weight: 500; text-transform: uppercase; color: #2c2a26; }
.hf-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.hf-col li a { display: inline-block; padding: 8px 0; color: #7c7a76; text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: .01em; transition: color .15s; }
.hf-col li a:hover { color: #2d5a3d; }

/* Metody */
.hf-methods { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; gap: 24px 32px; }
.hf-method { display: flex; flex-direction: column; gap: 12px; }
.hf-method__label { font-size: 12px; font-weight: 500; text-transform: uppercase; }
.hf-method__icons { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.hf-method__icons img, .hf-method__icons svg { height: 28px; width: auto; }

/* Copyright */
.hf-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 12px 0; font-size: 12px; font-weight: 400; text-transform: uppercase; color: #7c7a76; }

@media (max-width: 860px) {
  .hf-trust { flex-wrap: wrap; gap: 24px 20px; }
  .hf-trust__item { flex: 0 0 calc(50% - 10px); }
  .hf-body { flex-direction: column; }
  .hf-contact { width: auto; max-width: none; }
  .hf-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 560px) {
  .hf__box { padding: 24px; }
  .hf-trust__item { flex: 0 0 100%; }
  .hf-trust__item span { white-space: normal; }
  .hf-sitemap { flex-direction: column; gap: 24px; }
  .hf-methods { flex-direction: column; gap: 24px; }
}
