:root {
  --shell-bg: #f6f7f2;
  --shell-ink: #1e2932;
  --shell-muted: #5f6b72;
  --shell-line: rgba(30, 41, 50, 0.12);
  --shell-primary: #0f766e;
  --shell-secondary: #c2410c;
}

.page-main {
  min-height: 70vh;
}

.brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.page-title {
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.05;
}

.page-lead {
  color: var(--shell-muted);
  max-width: 70ch;
}

.team-card {
  border: 1px solid var(--shell-line);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  height: 100%;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.biography-card {
  border: 1px solid var(--shell-line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  height: 100%;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.biography-card-media {
  position: relative;
}

.biography-card-cta {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
}

.biography-card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.biography-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
  flex-wrap: wrap;
}

.team-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: rgba(15, 118, 110, 0.08);
}

.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--shell-line);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.78rem;
  color: var(--shell-muted);
}

.bio-card {
  border: 1px solid var(--shell-line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
}

.bio-photo {
  width: 92px;
  height: 92px;
  border-radius: 0.75rem;
  object-fit: cover;
  background: rgba(15, 118, 110, 0.1);
}

.form-shell {
  border: 1px solid var(--shell-line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.notice {
  border-radius: 0.8rem;
  padding: 0.85rem 1rem;
}

.notice.success {
  background: rgba(15, 118, 110, 0.12);
  color: #0f5c55;
}

.notice.error {
  background: rgba(194, 65, 12, 0.14);
  color: #9a3412;
}
