.contact-container {
  padding: 40px 60px;
}

.contact-hero h1 {
  font-family: 'League Gothic', sans-serif;
  font-size: 54px;
}

.contact-hero p {
  max-width: 720px;
  margin-top: 14px;
}

.team-photo {
  margin-top: 50px;
  text-align: center;
}

.team-photo img {
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.caption {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 8px;
}

/* TEAM */
.team-section {
  margin-top: 70px;
}

.team-section h2 {
  font-family: 'League Gothic', sans-serif;
  font-size: 42px;
  margin-bottom: 30px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.team-card {
  background: var(--sage);
  padding: 24px;
  border-radius: 18px;
  text-align: center;
}

.team-card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}

.team-card h3 {
  margin-bottom: 6px;
}

.team-card p {
  font-size: 14px;
  margin-bottom: 4px;
}

/* CONTACT DETAILS */
.contact-details {
  margin-top: 80px;
  background: rgba(0,0,0,0.04);
  padding: 40px;
  border-radius: 18px;
}

.contact-details h2 {
  font-family: 'League Gothic', sans-serif;
  font-size: 38px;
  margin-bottom: 16px;
}
