.hero-intro__hint {
  max-width: 38rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.team-card__visual {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 0.1rem;
}

.team-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card:focus-visible,
.contact-card:focus-visible,
.team-card:focus-visible,
.control-button:focus-visible,
.toggle-pill:focus-visible,
.back-button:focus-visible {
  transform: translateY(-2px);
}

.back-button {
  width: fit-content;
}

.project-shell .back-button {
  margin-bottom: 0.25rem;
}

.surface-card h1,
.surface-card h2,
.surface-card h3,
.surface-card p {
  position: relative;
  z-index: 1;
}

.project-hero__copy .info-grid {
  margin-top: 0.25rem;
}

.project-hero__copy .capsule-row {
  margin: 0.25rem 0 0.5rem;
}

.project-card__badge,
.team-card__link,
.contact-card__label,
.brand-mark__label,
.kicker,
.profile-panel__role {
  letter-spacing: 0.02em;
}

.project-card__body p,
.profile-panel__meta p,
.project-hero__copy p,
.info-card p,
.team-card__role {
  color: var(--text-soft);
}

.profile-panel__body,
.project-card__body,
.project-hero__copy,
.info-card,
.team-card,
.contact-card {
  position: relative;
}

.project-card:hover .project-card__arrow {
  background: var(--accent-soft);
  border-color: color-mix(in srgb, var(--accent) 34%, var(--border));
}

.contact-card:hover,
.project-card:hover,
.team-card:hover {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

body.is-entered .hero-intro {
  pointer-events: none;
}
