.wrap.about {
  max-width: 720px;
}

.family {
  margin: 40px 0 40px;
  text-align: center;
}

.family img {
  display: block;
  width: min(100%, 382px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 22px 36px rgba(6, 14, 32, 0.55));
}

.family-cap {
  margin: 14px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--surface-muted);
}

.about p:not(.eyebrow):not(.lede):not(.signoff) {
  font-size: 16px;
  line-height: 1.7;
  color: var(--surface-text);
  margin: 0 0 18px;
}

.about a {
  color: var(--brand-emerald);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.about a:hover { color: var(--white); }

.about a.btn { text-decoration: none; }

.about a.btn-emerald,
.about a.btn-emerald:hover { color: var(--obsidian-deep); }

.about a.btn-ghost,
.about a.btn-ghost:hover { color: var(--white); }

.signoff {
  margin: 28px 0 0;
  font-family: var(--font-headline);
  font-weight: 700;
  color: var(--white);
}

.signoff span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--surface-muted);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.family { animation: rise 0.75s ease 0.22s both; }
