/* ═══════════════════════════════════════════════════
   CannabisNearMe.co.uk - About Page Styles
   ═══════════════════════════════════════════════════ */

.about-hero {
  background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 100%);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.about-hero h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-hero p {
  font-size: 1.1em;
  max-width: 600px;
  margin: 0 auto;
}

.about-content {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.about-section {
  margin-bottom: 50px;
}

.about-section h2 {
  color: #1B5E20;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.about-section p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.team-member {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}

.team-member .avatar {
  width: 120px;
  height: 120px;
  background: #388E3C;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3em;
}

.team-member h3 {
  color: #1B5E20;
  margin-bottom: 5px;
}

.team-member .role {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.team-member p {
  color: #555;
  font-size: 0.95em;
}

.mission-highlight {
  background: #f0f8f0;
  border-left: 4px solid #388E3C;
  padding: 20px;
  margin: 30px 0;
}
