.footer-about-link {
  color: var(--ocean);
  white-space: nowrap;
}

.footer-about-link:hover {
  text-decoration-thickness: 2px;
}

.footer-divider {
  margin: 0 5px;
  color: rgba(21, 53, 60, 0.35);
}

.about-page {
  width: min(820px, 100%);
  margin: 0 auto;
}

.about-hero {
  padding: 64px 0 28px;
  text-align: center;
}

.about-hero h1 {
  margin: 10px 0 14px;
  font-family: serif;
  font-size: clamp(2.15rem, 6vw, 3.8rem);
}

.about-hero > p:last-child {
  color: var(--muted);
  line-height: 1.8;
}

.about-sections {
  display: grid;
  gap: 18px;
}

.about-sections p {
  line-height: 1.9;
}

.rights-notice {
  padding: 14px 16px;
  border-left: 3px solid var(--ocean);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.55);
}

.contact-link {
  display: inline-block;
  color: var(--ocean);
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .site-credit {
    display: block;
    line-height: 1.9;
  }

  .about-hero {
    padding-top: 42px;
  }

  .about-sections .content-card {
    padding: 22px;
  }
}
