/**
 * Dutch team card — child theme / Avada
 */

.cire-dutch-team {
  --cire-dt-accent: #cb2b2b;
  --cire-dt-fg: #1a1a1a;
  --cire-dt-muted: #5c5c5c;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Questrial", system-ui, sans-serif;
  color: var(--cire-dt-fg);
}

.cire-dutch-team *,
.cire-dutch-team *::before,
.cire-dutch-team *::after {
  box-sizing: border-box;
  border-radius: 0;
}

.cire-dutch-team__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cire-dt-accent);
}

.cire-dutch-team__title {
  margin: 0 0 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--cire-dt-fg);
}

.cire-dutch-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}

.cire-dutch-team__member {
  text-align: center;
}

.cire-dutch-team__photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin: 0 0 0.5rem;
  border-radius: 0;
}

.cire-dutch-team__name {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--cire-dt-fg);
}

.cire-dutch-team__quote {
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid var(--cire-dt-accent);
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--cire-dt-muted);
}

@media (max-width: 639px) {
  .cire-dutch-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Avada / Fusion Builder */
.fusion-builder-column .cire-dutch-team,
.fusion-text .cire-dutch-team {
  width: 100% !important;
  float: none !important;
}

.fusion-builder-column .cire-dutch-team__grid {
  display: grid !important;
}

.fusion-builder-column .cire-dutch-team__photo {
  border-radius: 0 !important;
}

.fusion-builder-column .cire-dutch-team__eyebrow {
  margin-bottom: 0.25rem !important;
}

.fusion-builder-column .cire-dutch-team h3.cire-dutch-team__title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
