.identity-page main {
  overflow: visible;
}

.identity-shell {
  width: min(100%, calc(var(--max) + var(--side) * 2));
  margin-inline: auto;
  padding: 128px var(--side) 72px;
}

.identity-back {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 0.86rem;
  text-decoration-color: rgba(19, 32, 51, 0.18);
}

.identity-hero {
  padding-bottom: 72px;
  border-bottom: 1px solid var(--line);
}

.identity-hero h1 {
  max-width: 10em;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 10vw, 4.8rem);
  line-height: 1.12;
}

.identity-lead {
  max-width: 34em;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 3.8vw, 1.18rem);
}

.identity-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.identity-section:last-of-type {
  border-bottom: 0;
}

.identity-section h2 {
  margin-bottom: 24px;
}

.identity-copy {
  max-width: 38em;
  color: var(--muted);
}

.identity-copy p {
  margin-bottom: 1.15em;
}

.identity-copy p:last-child {
  margin-bottom: 0;
}

.identity-links {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.identity-link {
  display: grid;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.identity-link strong {
  color: var(--night);
  font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.identity-link span {
  color: var(--muted);
  font-size: 0.92rem;
}

.identity-link:hover strong,
.identity-link:focus-visible strong {
  color: #2b425e;
}

.identity-records {
  display: grid;
  gap: 0;
  max-width: 42em;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.identity-records a {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.identity-records strong {
  color: var(--night);
  font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 1.05rem;
  font-weight: 400;
}

.identity-records span {
  color: var(--muted);
  font-size: 0.82rem;
}

.identity-records a:hover strong,
.identity-records a:focus-visible strong {
  color: #2b425e;
}

.identity-more-records {
  max-width: 42em;
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.identity-more-records summary {
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(19, 32, 51, 0.18);
  text-underline-offset: 4px;
}

.identity-more-records ul {
  margin: 14px 0 0;
  padding-left: 1.2em;
}

.identity-more-records li {
  margin-bottom: 8px;
}

.manifesto-section h2 {
  margin-top: 0;
}

.manifesto-section h3 {
  margin: 44px 0 18px;
  color: var(--night);
  font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(1.28rem, 4.6vw, 1.72rem);
  font-weight: 400;
  line-height: 1.5;
}

.manifesto-section ul {
  max-width: 38em;
  margin: 0 0 1.3em;
  padding-left: 1.35em;
  color: var(--muted);
}

.manifesto-section li {
  margin-bottom: 0.45em;
}

.identity-note {
  margin-top: 28px;
  padding-left: 16px;
  color: var(--muted);
  border-left: 1px solid rgba(213, 122, 54, 0.48);
}

.identity-footer {
  width: min(100%, calc(var(--max) + var(--side) * 2));
  margin-inline: auto;
  padding: 28px var(--side) 42px;
  color: var(--muted);
  font-size: 0.84rem;
}

.identity-footer a {
  margin-right: 18px;
  text-decoration-color: rgba(19, 32, 51, 0.18);
}

@media (max-width: 430px) {
  .identity-shell {
    padding-top: 112px;
  }

  .identity-section {
    padding: 54px 0;
  }
}
