.about-header {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.about-header .site-nav { color: inherit; }

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(21rem, 1.1fr);
  gap: clamp(2rem, 3vw, 4rem);
  align-items: stretch;
  max-width: var(--max);
  margin: auto;
  padding: var(--internal-section-top) clamp(1.5rem, 5vw, 6rem) clamp(5rem, 10vw, 10rem);
  border-bottom: 1px solid var(--line);
}

.about-hero .eyebrow { color: var(--soft); }
.about-hero h1 { max-width: 14ch; margin: 0; font-size: clamp(2.5rem, 5vw, 5.7rem); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.about-lede { max-width: 38rem; margin: 2.4rem 0 0; font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.25; }
.about-hero-copy { padding-bottom: 0; }
.about-portrait { position: relative; width: auto; min-width: 0; min-height: 0; margin: clamp(2.2rem, 3vw, 3.2rem) 0 0; aspect-ratio: 3 / 2; justify-self: start; overflow: hidden; background: transparent; }
.about-portrait img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%; }

.about-section {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: clamp(2rem, 8vw, 10rem);
  max-width: var(--max);
  margin: auto;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.5rem, 5vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.about-kicker { color: var(--soft); font-size: .75rem; letter-spacing: .12em; }
.about-section h2 { max-width: 15ch; margin: 0 0 2.2rem; font-size: clamp(2.4rem, 4.8vw, 5.5rem); font-weight: 400; letter-spacing: -.07em; line-height: .9; }
.about-section p { max-width: 42rem; font-size: 1.08rem; }
.about-section p + p { margin-top: 1.4rem; }
.about-section .eyebrow { color: var(--soft); }

.about-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; max-width: 760px; margin: 1rem 0 0; }
.about-facts dl div { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.about-facts dl div:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
.about-facts dd { font-size: 1rem; }

.experience-list, .education-list { margin: 2.6rem 0 0; padding: 0; list-style: none; }
.experience-list li { display: grid; grid-template-columns: minmax(7rem, 1fr) 5fr; gap: 2rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.experience-list li:last-child { border-bottom: 1px solid var(--line); }
.experience-date { margin: 0; color: var(--soft); font-size: .75rem !important; letter-spacing: .1em; }
.experience-list h3 { margin: 0; font-size: 1.3rem; font-weight: 400; }
.experience-list p { margin: .5rem 0 0; font-size: .97rem; }
.experience-list .experience-role { color: var(--soft); font-size: .82rem; }
.education-list { display: grid; gap: 0; max-width: 760px; }
.education-list li { display: grid; gap: .4rem; padding: 1.35rem 0; border-top: 1px solid var(--line); }
.education-list li:last-child { border-bottom: 1px solid var(--line); }
.education-list strong { font-size: 1.1rem; font-weight: 400; }
.education-list span { color: var(--soft); font-size: .9rem; }
.about-contact { margin-top: 0; }

@media (max-width: 760px) {
  .about-header { height: 76px; }
  .about-header .site-nav { background: rgba(16,17,18,.94); color: #fff; }
  .about-hero { grid-template-columns: 1fr; gap: 2rem; padding-top: 8rem; }
  .about-hero-copy { padding-bottom: 0; }
  .about-portrait { width: 100%; margin-top: 0; min-height: 0; aspect-ratio: 3 / 2; justify-self: stretch; }
  .about-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-section h2 { max-width: 12ch; }
  .about-facts dl { grid-template-columns: 1fr; }
  .about-facts dl div:nth-last-child(-n + 2) { border-bottom: 0; }
  .about-facts dl div:last-child { border-bottom: 1px solid var(--line); }
  .experience-list li { grid-template-columns: 1fr; gap: .7rem; }
}
