/* ========================================
   Footer Style 5 — Dark Minimal
   ======================================== */

.footer.style-5 {
  background-color: #000000;
  color: #888888;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.footer.style-5 .footer-big-name {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1.6);

  font-size: clamp(80px, 18vw, 250px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  font-family: 'Georgia', 'Times New Roman', serif;
  user-select: none;

  /* Hollow text */
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.18);
  text-stroke: 2px rgba(255, 255, 255, 0.18);
}
.footer.style-5 .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}



/* ----------------------------------------
   Inner: full-height flex row
   Left panel | vertical line | Right panel
   ---------------------------------------- */
.footer.style-5 .footer-inner {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

/* ── Left Panel ── */
.footer.style-5 .footer-left-panel {
  flex: 0 0 460px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 60px 48px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer.style-5 .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer.style-5 .footer-logo img {
  max-height: 72px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.footer.style-5 .footer-tagline {
  font-size: 15px;
  line-height: 1.75;
  color: #777777;
  margin: 0;
}

/* Address + social below brand */
.footer.style-5 .footer-left-contact {
  margin-top: 20px;
}
.footer.style-5 .footer-left-contact .footer-contact {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.footer.style-5 .footer-left-contact .footer-contact li {
  font-size: 15px;
  line-height: 1.6;
  color: #c9c9c9;
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer.style-5 .footer-left-contact .footer-contact li:last-child { margin-bottom: 0; }
.footer.style-5 .footer-left-contact .footer-contact li a {
  font-size: 15px;
  color: #c9c9c9;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  gap: 8px;
}
.footer.style-5 .footer-left-contact .footer-contact li a:hover { color: #fff; }
.footer.style-5 .footer-left-contact .footer-contact i {
  color: #c9c9c9;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.footer.style-5 .footer-s5-social {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer.style-5 .footer-s5-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.footer.style-5 .footer-s5-social li a i {
  line-height: 1;
  display: flex;
}
.footer.style-5 .footer-s5-social li a:hover {
  color: #fff;
  background: #000;
  border: 1px solid white;
}

/* Contact Us — bottom of left panel, mirrors the right bottom bar */
.footer.style-5 .footer-left-bottom {
  padding: 18px 0;
  margin-top: 40px;
}

.footer.style-5 .footer-contact-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease;
}

.footer.style-5 .footer-contact-link:hover {
  opacity: 0.65;
}

.footer.style-5 .footer-contact-arrow {
  font-size: 14px;
  line-height: 1;
}

/* ── Right Panel ── */
.footer.style-5 .footer-right-panel {
  flex: 1;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Widget grid — 4 equal columns */
.footer.style-5 .footer-widgets-wrap {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  align-items: start;
}

.footer.style-5 .footer-widget-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer.style-5 .footer-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer.style-5 .footer-widget-list li {
  margin-bottom: 11px;
}

.footer.style-5 .footer-widget-list li:last-child {
  margin-bottom: 0;
}

.footer.style-5 .footer-widget-list li a {
  font-size: 15px;
  line-height: 1.5;
  color: #c9c9c9;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.style-5 .footer-widget-list li a:hover {
  color: #ffffff;
}

/* Info List */
.footer.style-5 .footer-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer.style-5 .footer-info-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #c9c9c9;
  margin-bottom: 11px;
}

.footer.style-5 .footer-info-list li:last-child {
  margin-bottom: 0;
}

.footer.style-5 .footer-info-list li a {
  font-size: 15px;
  color: #c9c9c9;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.style-5 .footer-info-list li a:hover {
  color: #ffffff;
}

/* Copyright bar — bottom of right panel, same border as left-bottom */
.footer.style-5 .footer-right-bottom {
  padding: 18px 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer.style-5 .footer-copyright {
  font-size: 14px;
  color: #b8b8b8;
  margin: 0;
  white-space: nowrap;
}

.footer.style-5 .footer-credits {
  font-size: 14px;
  color: #b8b8b8;
  margin: 0;
  white-space: nowrap;
}

.footer.style-5 .footer-credits a {
  color: #b8b8b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.style-5 .footer-credits a:hover {
  color: #ffffff;
}

/* ----------------------------------------
   Responsive
   ---------------------------------------- */

@media (max-width: 1400px) {
.footer.style-5 .footer-right-panel {
  padding-left: 88px;
  }

  .footer.style-5 .footer-left-panel {
    max-width: 380px;
  }

}

@media (max-width: 1200px) {
  .footer.style-5 .footer-right-panel {
    padding-left: 58px;
    }

    .footer.style-5 .footer-left-panel {
      max-width: 340px;
    }

}

@media (max-width: 1024px) {
  .footer.style-5 .footer-container {
    padding: 0 24px;
  }

  .footer.style-5 .footer-inner {
    flex-direction: column;
  }

  .footer.style-5 .footer-left-panel {
    flex: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 40px 0 0 0;
    max-width: 380px;
  }

  .footer.style-5 .footer-left-bottom {
    margin-top: 32px;
  }

  .footer.style-5 .footer-right-panel {
    padding-left: 0;
  }

  .footer.style-5 .footer-widgets-wrap {
    padding-top: 40px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 24px;
  }

  .footer.style-5 .footer-right-bottom {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-5 .footer-widgets-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }

  .footer.style-5 .footer-right-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .footer.style-5 .footer-widgets-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
}
