/* ========== DEVELOP CLOTHING INTERNATIONAL — Footer ========== */

body.lux-body .lux-footer,
body.lux-body footer.lux-footer {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  clear: both;
  z-index: 1;
  margin: 0;
  padding: var(--lux-section-space) 0 0;
  background: #232a61;
  color: #f7f4ee;
  overflow: hidden;
}

.lux-footer-shell {
  padding-bottom: 0;
}

/* ---- Mast / brand ---- */
.lux-footer-mast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: end;
  padding-bottom: clamp(1.65rem, 3vw, 2.5rem);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-footer.is-inview .lux-footer-mast {
  opacity: 1;
  transform: none;
}

.lux-footer-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 1.15rem;
}

body.lux-body .lux-footer-logo img {
  width: auto;
  height: clamp(2.15rem, 2.8vw, 2.65rem);
  max-width: 8.5rem;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.lux-footer-mark {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: var(--lux-serif) !important;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7f4ee;
  text-decoration: none;
}

.lux-footer-legal-name {
  margin: 0;
  max-width: 22ch;
  font-family: var(--lux-sans) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.55;
  color: rgba(247, 244, 238, 0.78);
}

.lux-footer-statement {
  margin: 1.15rem 0 0;
  max-width: 18ch;
  font-family: var(--lux-serif) !important;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #f7f4ee;
}

.lux-footer-editorial {
  margin: 0;
  text-align: right;
  font-family: var(--lux-serif) !important;
  font-weight: 400;
  font-size: clamp(2.35rem, 4.8vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #f7f4ee;
}

.lux-footer-editorial-line {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(160ms + (var(--lux-ft-line, 0) * 110ms));
}

.lux-footer.is-inview .lux-footer-editorial-line {
  opacity: 1;
  transform: none;
}

.lux-footer-editorial-line:last-child {
  color: rgba(247, 244, 238, 0.88);
}

.lux-footer-rule {
  position: relative;
  height: 1px;
  background: rgba(247, 244, 238, 0.14);
  margin: 0 0 clamp(2rem, 3.5vw, 2.85rem);
}

.lux-footer-rule::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  height: 1px;
  background: #8a1a19;
}

/* ---- Body ---- */
.lux-footer-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr);
  gap: clamp(1.85rem, 4vw, 3.5rem);
  padding-bottom: clamp(1.85rem, 3.5vw, 2.75rem);
}

.lux-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 2.25rem;
}

.lux-footer-group {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(220ms + (var(--lux-ft-delay, 0) * 90ms));
}

.lux-footer.is-inview .lux-footer-group {
  opacity: 1;
  transform: none;
}

.lux-footer-group-toggle {
  display: none;
}

body.lux-body .lux-footer-group-title {
  margin: 0 0 1.1rem !important;
  font-family: var(--lux-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
  color: rgba(247, 244, 238, 0.5) !important;
}

.lux-footer-list,
.lux-footer-contact-list,
.lux-footer-social-list,
.lux-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lux-footer-list li + li,
.lux-footer-contact-list li + li {
  margin-top: 0.72rem;
}

.lux-footer-link {
  position: relative;
  display: inline-block;
  font-family: var(--lux-sans) !important;
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(247, 244, 238, 0.88);
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.lux-footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 1px;
  background: #8a1a19;
  transition: width 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .lux-footer-link:hover,
  .lux-footer-link:focus-visible {
    transform: translateX(3px);
    color: #fff;
  }

  .lux-footer-link:hover::after,
  .lux-footer-link:focus-visible::after {
    width: 100%;
  }
}

.lux-footer-link:focus-visible {
  outline: 1px solid rgba(247, 244, 238, 0.7);
  outline-offset: 4px;
}

.lux-footer-aside {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) 360ms, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 360ms;
}

.lux-footer.is-inview .lux-footer-aside {
  opacity: 1;
  transform: none;
}

.lux-footer-profile + .lux-footer-contact,
.lux-footer-contact + .lux-footer-social,
.lux-footer-profile + .lux-footer-social {
  margin-top: 1.85rem;
  padding-top: 1.55rem;
  border-top: 1px solid rgba(247, 244, 238, 0.12);
}

.lux-footer-company-line {
  margin: 0 0 0.7rem;
  font-family: var(--lux-sans) !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.5;
  color: rgba(247, 244, 238, 0.62);
}

.lux-footer-profile-text,
.lux-footer-address {
  margin: 0;
  max-width: 34ch;
  font-family: var(--lux-sans) !important;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(247, 244, 238, 0.7);
}

.lux-footer-meta {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--lux-sans) !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 244, 238, 0.42);
}

.lux-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
}

.lux-footer-social-list li {
  margin: 0 !important;
}

.lux-footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--lux-sans) !important;
  font-size: 0.9rem;
  color: rgba(247, 244, 238, 0.88);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.lux-footer-social-arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #8a1a19;
}

@media (hover: hover) and (pointer: fine) {
  .lux-footer-social-link:hover,
  .lux-footer-social-link:focus-visible {
    color: #fff;
    gap: 0.55rem;
  }

  .lux-footer-social-link:hover .lux-footer-social-arrow,
  .lux-footer-social-link:focus-visible .lux-footer-social-arrow {
    opacity: 1;
    transform: translateX(0);
  }
}

.lux-footer-social-link:focus-visible {
  outline: 1px solid rgba(247, 244, 238, 0.7);
  outline-offset: 4px;
}

/* ---- Bottom ---- */
.lux-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  padding: 1.25rem 0 1.55rem;
  border-top: 1px solid rgba(247, 244, 238, 0.14);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) 480ms, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 480ms;
}

.lux-footer.is-inview .lux-footer-bottom {
  opacity: 1;
  transform: none;
}

.lux-footer-copy {
  margin: 0;
  font-family: var(--lux-sans) !important;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(247, 244, 238, 0.52);
}

.lux-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
}

.lux-footer-legal a {
  font-family: var(--lux-sans) !important;
  font-size: 0.76rem;
  color: rgba(247, 244, 238, 0.52);
  text-decoration: none;
  transition: color 0.25s ease;
}

.lux-footer-legal a:hover,
.lux-footer-legal a:focus-visible {
  color: #f7f4ee;
}

/* ---- Tablet / mobile ---- */
@media (max-width: 1023px) {
  .lux-footer-mast {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.85rem;
  }

  .lux-footer-editorial {
    text-align: left;
    font-size: clamp(2.35rem, 9vw, 3.35rem);
  }

  .lux-footer-body {
    grid-template-columns: 1fr;
    gap: 1.85rem;
  }

  .lux-footer-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lux-footer-group {
    border-bottom: 1px solid rgba(247, 244, 238, 0.12);
  }

  .lux-footer-group-title {
    display: none !important;
  }

  .lux-footer-group-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 1.05rem 0;
    font-family: var(--lux-sans) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(247, 244, 238, 0.72);
    cursor: pointer;
    text-align: left;
  }

  .lux-footer-group-toggle:focus-visible {
    outline: 1px solid rgba(247, 244, 238, 0.7);
    outline-offset: 4px;
  }

  .lux-footer-acc-mark {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1;
    color: rgba(247, 244, 238, 0.65);
  }

  .lux-footer-list {
    display: none;
    padding: 0 0 1.05rem;
  }

  .lux-footer-group.is-open .lux-footer-list {
    display: block;
  }

  .lux-footer-aside .lux-footer-group-title {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .lux-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .lux-footer-legal-name {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-footer-mast,
  .lux-footer-editorial-line,
  .lux-footer-group,
  .lux-footer-aside,
  .lux-footer-bottom,
  .lux-footer-link,
  .lux-footer-social-link,
  .lux-footer-social-arrow {
    transition: none !important;
    animation: none !important;
  }

  .lux-footer-mast,
  .lux-footer-editorial-line,
  .lux-footer-group,
  .lux-footer-aside,
  .lux-footer-bottom {
    opacity: 1 !important;
    transform: none !important;
  }
}
