/* ═══════════════════════════════════════════════════════════════════════
   VividHome — Footer
   Dark warm background, 4 columns, payment icons, copyright bar
   ═══════════════════════════════════════════════════════════════════════ */

.vh-footer {
  background-color: #1A1A1A;
  color: rgba(255, 255, 255, 0.7);
  padding: var(--vh-space-16) 0 0;
  position: relative;
}


/* ── 4-column grid ── */

.vh-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--vh-space-10);
  padding-bottom: var(--vh-space-14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


/* ── Brand column ── */

.vh-footer__brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--vh-font-heading), system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: var(--vh-space-5);
}

.vh-footer__logo-img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.vh-footer__logo-vivid {
  color: #fff;
}

.vh-footer__logo-home {
  color: var(--vh-orange);
}

.vh-footer__brand-text {
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: var(--vh-space-6);
  max-width: 280px;
  letter-spacing: 0.01em;
}

.vh-footer__socials {
  display: flex;
  gap: var(--vh-space-3);
}

.vh-footer__social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  text-decoration: none;
}

.vh-footer__social:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.vh-footer__social svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}


/* ── Link columns ── */

.vh-footer__col-title {
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.vh-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vh-footer__links a,
.vh-footer__links .menu-item a {
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

.vh-footer__links a:hover,
.vh-footer__links .menu-item a:hover {
  color: rgba(255, 255, 255, 0.9);
}


/* ── Contact items ── */

.vh-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vh-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.vh-footer__contact-item svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 0.3);
  fill: none;
  flex-shrink: 0;
}

.vh-footer__contact-item a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.vh-footer__contact-item a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.vh-footer__contact-item span {
  color: rgba(255, 255, 255, 0.45);
}

.vh-footer__hours {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 4px;
}

.vh-footer__hours svg {
  width: 14px;
  height: 14px;
  stroke: rgba(255, 255, 255, 0.25);
  fill: none;
  flex-shrink: 0;
}


/* ── Payment icons row ── */

.vh-footer__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--vh-space-3);
  padding: var(--vh-space-8) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vh-footer__pay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}


/* ── Legal entity (Romanian CUI compliance line) ── */

.vh-footer__legal-entity {
  padding: 16px 0 0;
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  letter-spacing: 0.02em;
}


/* ── Bottom bar ── */

.vh-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-family: 'Onest', var(--vh-font-body), system-ui, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  gap: 12px;
}

.vh-footer__reg {
  font-size: 1.4em;
  vertical-align: -0.05em;
  line-height: 1;
}

.vh-footer__copy {
  display: flex;
  align-items: center;
  gap: var(--vh-space-2);
}

.vh-footer__made {
  text-align: center;
  letter-spacing: 0.02em;
}

.vh-footer__made-heart {
  color: #E25555;
  font-style: normal;
}

.vh-footer__legal {
  display: flex;
  gap: 16px;
}

.vh-footer__legal a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
}

.vh-footer__legal a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.vh-footer__lang {
  display: flex;
  align-items: center;
  gap: var(--vh-space-2);
}

.vh-footer__lang svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}


/* ── Minimal checkout footer ── */

.vh-footer--minimal {
  padding: var(--vh-space-6) 0;
}

.vh-footer--minimal .vh-footer__bottom {
  padding: 0;
  justify-content: center;
  text-align: center;
}


/* ── Responsive ── */

@media (max-width: 1023px) {
  .vh-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--vh-space-10) var(--vh-space-8);
  }

  .vh-footer__brand-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .vh-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .vh-footer__brand-text {
    margin-left: auto;
    margin-right: auto;
  }

  .vh-footer__socials {
    justify-content: center;
  }

  .vh-footer__contact-item {
    justify-content: center;
  }

  .vh-footer__hours {
    justify-content: center;
  }

  .vh-footer__links {
    align-items: center;
  }

  .vh-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .vh-footer__legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vh-footer__payments {
    flex-wrap: wrap;
  }
}
