/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background: var(--steel-900, #16202b);
  color: #b7c0c9;
  margin-top: 1.5rem;
  position: relative;
  padding: unset;
}

/* Decorative striped band on top of the footer */
.site-footer::before {
  content: '';
  display: block;
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    var(--rust-600, #c1592b) 0 26px,
    var(--amber-500, #e2a63d) 26px 52px
  );
}

.site-footer .container-fluid {
  max-width: var(--wrap, min(1760px, 94vw));
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.2vw, 2.5rem);
}

/* ==========================================================================
   FOOTER COLUMNS LAYOUT
   ========================================================================== */

.site-footer .inner-block.row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-block: clamp(2rem, 3.5vw, 3rem);
}

.site-footer .footer-block {
  min-width: 0;
}

/* Reset Bootstrap col classes since we use grid now */
.site-footer .footer-block.col-md-4 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: none;
}

/* ==========================================================================
   HEADINGS (Contact / Openingstijden / Main links)
   ========================================================================== */

.site-footer .footer-block h2 {
  font-family: var(--font-display, 'Archivo', Arial, sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 0.9rem;
}

/* ==========================================================================
   FOOTER TEXT / PARAGRAPHS
   ========================================================================== */

.site-footer .footer-block p {
  color: #b7c0c9;
  font-size: 0.87rem;
  line-height: 1.7;
  margin: 0 0 0.35rem;
}

.site-footer .footer-block a {
  color: #dfe4e8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer .footer-block a:hover {
  color: var(--amber-500, #e2a63d);
}

/* Contact block address styling */
.site-footer [itemtype="https://schema.org/Organization"] {
  font-size: 0.87rem;
  line-height: 1.7;
  color: #b7c0c9;
}

.site-footer [itemtype="https://schema.org/Organization"] [itemprop="name"] {
  color: #fff;
  font-weight: 600;
}

/* ==========================================================================
   FOOTER LINKS LIST (Privacy / Metaalunie)
   ========================================================================== */

.site-footer .field--name-field-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.site-footer .field--name-field-footer-links .field__item a {
  font-size: 0.85rem;
  color: #dfe4e8;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 900px) {
  .site-footer .inner-block.row {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 600px) {
  .site-footer .inner-block.row {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-block: 1.75rem;
  }
  section.row.region.region-footer-fifth {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* ==========================================================================
   FOOTER BOTTOM BAR (copyright / secondary line)
   NOTE: adjust selector once you confirm the exact markup for this row
   ========================================================================== */

.site-footer .site-footer__bottom {
  border-top: none;
}

.site-footer .footer-bottom,
.site-footer .copyright {
  padding-block: 0.9rem;
  font-size: 0.78rem;
  color: #8b96a1;
}

.site-footer .footer-bottom a,
.site-footer .copyright a {
  color: #aab4bd;
}
