/* v4: clean footer contact layout + aligned icon cards + final public email. */
#contact,
section[id="contact"],
[id="contact"] {
  min-height: auto !important;
  display: block !important;
  padding: clamp(4.75rem, 7.5vw, 7rem) min(5vw, 4rem) !important;
  scroll-margin-top: 7rem;
  text-align: center !important;
  background: #050505 !important;
}

#contact .wlc-panel {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid hsl(0 0% 100% / 0.10);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, hsl(0 0% 8% / 0.86), hsl(0 0% 5% / 0.96));
  box-shadow: 0 1.6rem 4.5rem hsl(0 0% 0% / 0.24);
}

#contact .wlc-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 0 0 1.25rem;
  color: hsl(34 58% 75% / 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

#contact .wlc-eyebrow::before,
#contact .wlc-eyebrow::after {
  content: "";
  width: clamp(1.8rem, 5vw, 3.4rem);
  height: 1px;
  background: hsl(34 58% 75% / 0.28);
}

#contact .wlc-title {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.85rem, 5.4vw, 5.1rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: hsl(var(--foreground));
}

#contact .wlc-copy {
  max-width: 42rem;
  margin: 1.2rem auto 0;
  color: hsl(0 0% 100% / 0.62);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.75;
}

#contact .wlc-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: clamp(1.85rem, 4vw, 2.65rem) auto 0;
  width: min(720px, 100%);
}

#contact .wlc-detail {
  display: flex;
  min-width: 0;
  min-height: 8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  padding: 1.25rem 1rem;
  border: 1px solid hsl(0 0% 100% / 0.10);
  border-radius: 0.95rem;
  background: hsl(0 0% 100% / 0.035);
  color: hsl(0 0% 100% / 0.72);
  text-align: center;
  text-decoration: none;
}

#contact .wlc-detail-text,
#contact .wlc-detail-text strong,
#contact .wlc-detail-text span {
  display: block;
  min-width: 0;
}

#contact .wlc-detail-text strong {
  color: hsl(var(--foreground));
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

#contact .wlc-detail-text span {
  margin-top: 0.3rem;
  overflow-wrap: anywhere;
  color: hsl(0 0% 100% / 0.70);
  font-size: 0.96rem;
  line-height: 1.45;
}

#contact a.wlc-detail:hover {
  border-color: hsl(34 64% 74% / 0.36);
  color: hsl(34 72% 80%);
  background: hsl(34 42% 20% / 0.10);
}

#contact .wlc-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid hsl(34 64% 74% / 0.24);
  border-radius: 999px;
  color: hsl(34 72% 80%);
  background: hsl(34 42% 20% / 0.08);
  box-shadow: inset 0 0 0 1px hsl(0 0% 100% / 0.025);
}

#contact form,
section[id="contact"] form,
[id="contact"] form {
  display: none !important;
}

@media (max-width: 720px) {
  #contact,
  section[id="contact"],
  [id="contact"] {
    padding: 4rem 1rem !important;
  }

  #contact .wlc-panel {
    padding: 2rem 1.15rem;
    border-radius: 1rem;
  }

  #contact .wlc-detail-grid {
    grid-template-columns: 1fr;
    width: min(420px, 100%);
  }

  #contact .wlc-detail {
    min-height: 7.4rem;
  }
}
