:root {
  --congress-brand-accent: #5dd6c0;
}

.site-nav .brand > span:last-child {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.site-nav .brand-tag-top {
  display: block;
  font-size: 8px;
  letter-spacing: .12em;
  line-height: 1;
}

.site-nav-links .parent-project-link {
  color: var(--muted);
}

.footer-links .support-project-link {
  color: var(--congress-brand-accent);
}

.standalone-context {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 18px;
  padding-top: 18px;
}

.standalone-context a {
  color: var(--text);
}

.about-hero {
  border-bottom: 1px solid var(--line);
  padding: 92px 0 64px;
}

.about-hero h1 {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0;
  max-width: 950px;
}

.about-hero p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 760px;
}

.about-grid {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  padding-bottom: 96px;
  padding-top: 72px;
}

.about-copy h2 {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 54px 0 14px;
}

.about-copy h2:first-child {
  margin-top: 0;
}

.about-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 16px;
}

.about-facts {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.about-fact {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 5px;
  padding: 16px 0;
}

.about-fact:first-child {
  padding-top: 0;
}

.about-fact:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-fact span {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-fact strong {
  font-size: 0.96rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .site-nav .brand-tag-top {
    display: block;
    font-size: 7px;
  }

  .about-hero {
    padding: 68px 0 48px;
  }

  .about-grid {
    gap: 42px;
    grid-template-columns: 1fr;
    padding-bottom: 72px;
    padding-top: 48px;
  }

  .about-facts {
    position: static;
  }
}
