/* ===== פוטר — סקשן 6 ===== */
.footer-hakfar {
  position: relative;
  background-color: #1c1c1e;
  color: #f5f0e8;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1rem, 3vw, 2rem) 1.5rem;
}

.footer-hakfar__bg {
  position: absolute;
  inset: 0;
  background-color: #1c1c1e;
  background-image: url("../images/footer-section.png");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  pointer-events: none;
}

.footer-hakfar__bg.has-custom-bg {
  opacity: 0.55;
}

.footer-hakfar__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin-inline: auto;
}

/* 4 columns */
.footer-hakfar__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.footer-hakfar__col {
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-hakfar__col:first-child {
  border-inline-start: none;
}

.footer-hakfar__col h3 {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-weight: 800;
  color: var(--hk-orange, #f26522);
  margin-bottom: 1.1rem;
}

/* Nav links */
.footer-hakfar__col ul {
  list-style: none;
}

.footer-hakfar__col nav ul li {
  margin-bottom: 0.55rem;
}

.footer-hakfar__col nav a {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.92rem;
  font-weight: 600;
  color: #f5f0e8;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}

.footer-hakfar__col nav a::before {
  content: "›";
  color: var(--hk-orange, #f26522);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
}

.footer-hakfar__col nav a:hover {
  color: var(--hk-orange, #f26522);
}

.footer-hakfar__admin {
  opacity: 0.55;
  font-size: 0.82rem !important;
}

.footer-hakfar__admin:hover {
  opacity: 1;
}

/* Contact */
.footer-hakfar__contact-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(245, 240, 232, 0.9);
}

.footer-hakfar__ico {
  flex-shrink: 0;
  color: var(--hk-orange, #f26522);
  margin-top: 2px;
}

.footer-hakfar__contact-list a {
  color: inherit;
  transition: color 0.2s;
}

.footer-hakfar__contact-list a:hover {
  color: var(--hk-orange, #f26522);
}

/* Brand center */
.footer-hakfar__col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-inline-start-color: rgba(255, 255, 255, 0.15);
}

.footer-hakfar__logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.35rem;
}

.footer-hakfar__logo {
  width: clamp(90px, 12vw, 120px);
  height: auto;
  opacity: 0.98;
  margin-bottom: 0.25rem;
}

.footer-hakfar__logo-text {
  font-family: var(--hk-brand-font, "Secular One", "Heebo", sans-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.footer-hakfar__logo-text small {
  font-size: 0.82rem;
  font-weight: 400;
  opacity: 0.85;
  letter-spacing: 0.03em;
}

.footer-hakfar__heart {
  color: var(--hk-orange, #f26522);
  font-size: 0.6rem;
  margin-bottom: 0.35rem;
}

.footer-hakfar__home-tag {
  font-family: var(--hk-font, "Assistant", Georgia, serif);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

/* Hours */
.footer-hakfar__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(245, 240, 232, 0.9);
}

.footer-hakfar__hours li span:last-child {
  text-align: left;
  white-space: nowrap;
}

.footer-hakfar__closed span {
  color: var(--hk-orange, #f26522);
}

/* Bottom bar */
.footer-hakfar__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}

.footer-hakfar__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(245, 240, 232, 0.85);
}

.footer-hakfar__social a {
  color: #fff;
  display: flex;
  transition: color 0.2s, transform 0.2s;
}

.footer-hakfar__social a:hover {
  color: var(--hk-orange, #f26522);
  transform: scale(1.1);
}

.footer-hakfar__slogan {
  flex: 1;
  text-align: center;
  font-family: var(--hk-font, "Assistant", Georgia, serif);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  min-width: 200px;
}

.footer-hakfar__copy {
  text-align: center;
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(245, 240, 232, 0.45);
  padding-bottom: 0.5rem;
}

.footer-hakfar__terms-link {
  color: rgba(245, 240, 232, 0.7);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.footer-hakfar__terms-link:hover,
.footer-hakfar__terms-link[aria-current="page"] {
  color: var(--hk-orange, #f26522);
}

.footer-hakfar__copy-sep {
  margin-inline: 0.45rem;
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-hakfar__columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-hakfar__col:nth-child(odd) {
    border-inline-start: none;
  }

  .footer-hakfar__col--brand {
    grid-column: span 2;
    order: -1;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
  }

  .footer-hakfar__bar {
    flex-direction: column;
    text-align: center;
  }

  .footer-hakfar__social {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .footer-hakfar__columns {
    grid-template-columns: 1fr;
  }

  .footer-hakfar__col {
    border-inline-start: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.25rem;
  }

  .footer-hakfar__col--brand {
    grid-column: span 1;
  }
}
