.footer .developer-credit {
  margin-top: 0.45rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.developer-credit a {
  color: var(--mint);
  font-weight: 700;
  transition: 0.25s;
}

.developer-credit a:hover {
  color: var(--mint2);
  text-shadow: 0 0 14px rgba(98, 211, 173, 0.4);
}

.profile-teaser.quote-card {
  display: flex;
  min-height: 280px;
  padding: 3.5rem 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.quote-card .profile-glow {
  width: 440px;
  height: 300px;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.quote-mark {
  height: 52px;
  color: rgba(98, 211, 173, 0.28);
  font-family: Georgia, serif;
  font-size: 5.5rem;
  line-height: 0.9;
}

.quote-card .mini-label {
  position: relative;
  margin-top: 0.6rem;
  letter-spacing: 0.18em;
}

.quote-card blockquote {
  position: relative;
  max-width: 760px;
  margin-top: 1rem;
  color: var(--text);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.65;
}

.quote-line {
  width: 46px;
  height: 1px;
  margin: 1.35rem 0 0.7rem;
  background: linear-gradient(90deg, transparent, var(--mint), transparent);
}

.quote-card cite {
  position: relative;
  color: var(--dim);
  font-size: 0.65rem;
  font-style: normal;
  letter-spacing: 0.22em;
}

@media (max-width: 600px) {
  .profile-teaser.quote-card {
    display: flex;
    padding: 2.8rem 1.25rem;
  }
}

/* Prevent Kurdish dots and combining marks from being clipped by gradient text. */
.hero-title {
  display: block;
  width: fit-content;
  overflow: visible;
  margin: 0 auto 1.25rem;
  padding: 0.18em 0.16em 0.3em;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  color: var(--mint2);
  -webkit-text-fill-color: var(--mint2);
  line-height: 1.3;
  text-shadow: 0 0 38px rgba(98, 211, 173, 0.2);
}
