/* WTC Capital — Sold Properties Section Styles
   Matches the luxury black/gold aesthetic */

.wtc-sold-section {
  position: relative;
  padding: 7rem 0;
  background: #0a0a0b;
  overflow: hidden;
}
.wtc-sold-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(197, 165, 90, 0.12),
    transparent
  );
}
/* Subtle ambient glow */
.wtc-sold-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(
    ellipse,
    rgba(197, 165, 90, 0.025) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.wtc-sold-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

/* ── Header ── */
.wtc-sold-header {
  text-align: center;
  margin-bottom: 4rem;
}
.wtc-sold-diamond {
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #c5a55a, #d4b76e);
  transform: rotate(45deg);
  margin: 0 auto 1.5rem;
  opacity: 0.5;
}
.wtc-sold-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(197, 165, 90, 0.5);
  margin-bottom: 1.25rem;
}
.wtc-sold-title {
  font-family: "Fraunces", "Georgia", serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.wtc-sold-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 1.5rem;
}
.wtc-sold-badge-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.wtc-sold-badge-pill {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(197, 165, 90, 0.6);
  background: rgba(197, 165, 90, 0.06);
  border: 1px solid rgba(197, 165, 90, 0.1);
  padding: 6px 14px;
  border-radius: 2px;
}

/* ── Grid ── */
.wtc-sold-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
/* Last card centered if odd */
.wtc-sold-grid .wtc-sold-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 540px;
  justify-self: center;
}

@media (max-width: 768px) {
  .wtc-sold-section {
    padding: 4rem 0;
  }
  .wtc-sold-grid {
    grid-template-columns: 1fr;
  }
  .wtc-sold-grid .wtc-sold-card:last-child:nth-child(odd) {
    max-width: none;
  }
}

/* ── Card ── */
.wtc-sold-card {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.01)
  );
  overflow: hidden;
  transition: border-color 0.4s, box-shadow 0.4s;
}
.wtc-sold-card:hover {
  border-color: rgba(197, 165, 90, 0.2);
  box-shadow: 0 8px 40px rgba(197, 165, 90, 0.06);
}

/* ── Card Image ── */
.wtc-sold-card-img {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.wtc-sold-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 11, 0.92) 0%,
    rgba(10, 10, 11, 0.3) 50%,
    rgba(10, 10, 11, 0.15) 100%
  );
}

/* Badges */
.wtc-sold-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.wtc-sold-tag-sold {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0a0a0b;
  background: linear-gradient(135deg, #c5a55a, #d4b76e);
  padding: 5px 14px;
  border-radius: 2px;
}
.wtc-sold-tag-offmarket {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(10, 10, 11, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 12px;
  border-radius: 2px;
  backdrop-filter: blur(8px);
}

/* Card info overlay */
.wtc-sold-card-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.wtc-sold-card-closed {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c5a55a;
  display: block;
  margin-bottom: 6px;
}
.wtc-sold-card-name {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
  line-height: 1.25;
}
.wtc-sold-card-loc {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* ── Card Body ── */
.wtc-sold-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wtc-sold-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.4;
}
.wtc-sold-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: rgba(197, 165, 90, 0.5);
}
