/* team.css — WiseCasinoPicks /team/ page
   BEM block: .team-page
   Mobile-first, no framework, matches methodology.css tone.
*/

.team-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
}

.team-page__hero { margin-bottom: 3rem; }
.team-page__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6a6a6a;
  margin: 0 0 0.5rem;
}
.team-page__title {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 700;
}
.team-page__lede {
  font-size: 1.05rem;
  color: #333;
  margin: 0 0 1rem;
}

/* Editor-in-Chief section — visually promoted */
.team-page__eic {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #b8860b;
  background: #fafaf7;
  padding: 1.75rem;
  border-radius: 6px;
  margin-bottom: 3rem;
}
.team-page__eic-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .team-page__eic-card {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-page__eic-portrait {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #b8860b;
}
@media (min-width: 640px) {
  .team-page__eic-portrait { width: 200px; height: 200px; }
}
.team-page__eic-body { flex: 1; }
.team-page__eic-name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0.25rem 0 0.15rem;
  font-weight: 700;
}
.team-page__eic-role {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 1rem;
  font-weight: 500;
}
.team-page__eic-bio {
  font-size: 0.98rem;
  margin: 0 0 1rem;
}
.team-page__eic-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.9rem;
}
.team-page__eic-links a { color: #2a5788; text-decoration: none; }
.team-page__eic-links a:hover { text-decoration: underline; }
.team-page__eic-cta {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
}
.team-page__eic-cta:hover { background: #333; }

/* Badges */
.team-page__badge {
  display: inline-block;
  background: #eaeaea;
  color: #333;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  font-weight: 600;
}
.team-page__badge--eic {
  background: #b8860b;
  color: #fff;
}

/* Senior editor grid */
.team-page__reports { margin-bottom: 3rem; }
.team-page__reports-heading {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.team-page__reports-lede {
  color: #555;
  margin: 0 0 1.75rem;
}
.team-page__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px) {
  .team-page__grid { grid-template-columns: 1fr 1fr; }
}
.team-page__editor {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1.25rem;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.team-page__editor-portrait {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
}
.team-page__editor-name {
  font-size: 1.2rem;
  margin: 0.4rem 0 0.15rem;
  font-weight: 700;
}
.team-page__editor-role {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
  font-weight: 500;
}
.team-page__editor-reports {
  font-size: 0.78rem;
  color: #7a7a7a;
  font-style: italic;
  margin: 0.25rem 0 0.75rem;
}
.team-page__editor-bio {
  font-size: 0.9rem;
  color: #333;
  margin: 0 0 0.9rem;
  flex: 1;
}
.team-page__editor-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
}
.team-page__editor-links a { color: #2a5788; text-decoration: none; }
.team-page__editor-links a:hover { text-decoration: underline; }

/* Editor note (Tom Holm) */
.team-page__editor-note {
  background: #f4f4f0;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}
.team-page__editor-note h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

/* Trust section */
.team-page__trust h2 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  font-weight: 700;
}
.team-page__trust-list {
  padding-left: 1.2rem;
  margin: 0 0 1.25rem;
}
.team-page__trust-list li {
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
}
