:root {
  --muted: var(--muted-66);
  --line: var(--line-25);
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
}
.about-page {
  margin: 0 auto;
  max-width: var(--page-max-width);
  min-height: 100svh;
  padding: var(--page-gutter);
}
.about-home-link,
.about-header nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.66rem 0.82rem;
  text-decoration: none;
  width: fit-content;
}
.about-header a:hover,
.about-header a:focus-visible,
.about-action:hover,
.about-action:focus-visible {
  background: var(--foreground);
  border-color: var(--foreground);
  color: var(--background);
  outline: none;
}
.about-intro {
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 8vh, 86px) 0 clamp(28px, 5vh, 52px);
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}
.about-intro h1,
.about-note h2,
.about-correction h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.015em;
  margin: 0;
  text-transform: uppercase;
}
.about-intro h1 {
  font-size: clamp(4.5rem, 8.5vw, 8.5rem);
  line-height: 0.72;
}
.about-intro > p:last-child {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.35;
  margin: 1.9rem 0 0;
  max-width: 34rem;
}
.about-note {
  border-bottom: 1px solid var(--line);
  max-width: 54rem;
  padding: clamp(46px, 7vw, 86px) 0;
}
.about-note h2 {
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  line-height: 0.84;
  max-width: 12ch;
}
.about-note > p {
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
  margin: 1.5rem 0 0;
  max-width: 42rem;
}
.about-note dl {
  border-top: 1px solid var(--line);
  margin: 2.4rem 0 0;
}
.about-note dl > div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 10rem minmax(0, 1fr);
  padding: 1rem 0;
}
.about-note dt {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.about-note dd {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}
.about-correction {
  border-bottom: 2px solid var(--foreground);
  padding: clamp(46px, 7vw, 86px) 0 clamp(28px, 4vw, 46px);
}
.about-correction h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  line-height: 0.84;
}
.about-correction > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0 1.4rem;
  max-width: 34rem;
}
.about-action {
  background: var(--foreground);
  border: 1px solid var(--foreground);
  color: var(--background);
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  padding: 0.82rem 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
}
.about-action:hover,
.about-action:focus-visible {
  background: transparent;
  color: var(--foreground);
}
.about-footer {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.09em;
  padding: 1rem 0 0;
  text-transform: uppercase;
}
.about-footer a {
  text-underline-offset: 0.18em;
}
@media (max-width: 1040px) {
  .about-header > .about-home-link,
  .about-header > nav,
  .about-header > p {
    display: none;
  }
  .about-header {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .about-page {
    padding: 15px;
  }
  .about-intro {
    padding: 52px 0 28px;
  }
  .about-intro h1 {
    font-size: clamp(4.5rem, 21vw, 6.3rem);
  }
  .about-intro > p:last-child {
    font-size: 1rem;
    margin-top: 1.4rem;
    max-width: 20rem;
  }
  .about-note {
    padding: 42px 0;
  }
  .about-note h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
    line-height: 0.9;
  }
  .about-note > p {
    font-size: 0.94rem;
  }
  .about-note dl > div {
    display: block;
    padding: 1rem 0;
  }
  .about-note dd {
    font-size: 0.86rem;
    margin-top: 0.55rem;
  }
  .about-correction {
    padding: 42px 0 28px;
  }
  .about-correction h2 {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
    line-height: 0.9;
  }
  .about-correction > p:not(.eyebrow) {
    font-size: 0.92rem;
  }
  .about-footer {
    font-size: 0.61rem;
    line-height: 1.5;
  }
}
