:root {
  --ink: #29272b;
  --muted: #69666c;
  --line: #d9d4d2;
  --paper: #f8f6f2;
  --peach: #ffb7a5;
  --blue: #a7dff0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; }
.about-shell { width: min(1120px, calc(100% - 8rem)); margin: 0 auto; padding: 3rem 0 2rem; }
.about-header { min-height: 43vh; position: relative; padding: 2rem 0 4rem; border-bottom: 1px solid var(--line); }
.back-link, .eyebrow, .section-kicker, .portrait-label { font-family: "Roboto", sans-serif; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; text-decoration: none; }
.back-link { color: var(--muted); }
.back-link:hover, .about-footer a:hover { color: #e87572; }
.eyebrow { margin: 6rem 0 1rem; color: #e87572; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 1.25rem; font-family: "Big Shoulders", sans-serif; font-size: clamp(4.5rem, 12vw, 9.5rem); line-height: .82; letter-spacing: .03em; text-transform: uppercase; }
h1 em { color: #e87572; font-style: normal; }
.header-note { color: var(--muted); font-size: 1.05rem; }
.bio-section { display: grid; grid-template-columns: minmax(230px, .8fr) 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; padding: 7rem 0; }
.portrait-wrap { position: relative; z-index: 0; }
.portrait-wrap img { display: block; width: min(100%, 310px); aspect-ratio: 1 / 1; object-fit: cover; border-radius: 50%; filter: grayscale(15%); }
.portrait-label { display: block; margin-bottom: 1.2rem; color: var(--muted); }
.section-kicker { color: #e87572; margin-bottom: 1.3rem; }
.bio-copy h2 { font-family: "Big Shoulders", sans-serif; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .9; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 2rem; }
.bio-copy p:not(.section-kicker) { max-width: 620px; color: var(--muted); }
.bio-copy p + p { margin-top: 1.2rem; }
.info-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); padding: 5rem 0 7rem; border-top: 1px solid var(--line); }
.education-card { align-self: start; padding: 2.5rem; background: var(--peach); transform: rotate(-2deg); }
.education-card .year { margin: 3rem 0 .5rem; font-family: "Roboto", sans-serif; font-weight: 700; }
.education-card h2 { font-family: "Big Shoulders", sans-serif; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: .95; text-transform: uppercase; letter-spacing: .04em; }
.education-card > p:last-child { margin: 1.5rem 0 0; color: #684e4b; }
.archive-section { padding: 0 0 2.7rem; }
.archive-section + .archive-section { padding-top: 2.7rem; border-top: 1px solid var(--line); }
.archive-heading { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.archive-heading span { color: #e87572; font-family: "Roboto", sans-serif; font-size: .75rem; letter-spacing: .15em; }
.archive-heading h2 { margin: 0; font-family: "Big Shoulders", sans-serif; font-size: 2.4rem; letter-spacing: .06em; text-transform: uppercase; }
.archive ul { list-style: none; padding: 0; margin: 0; }
.archive li { display: grid; grid-template-columns: 6rem 1fr; column-gap: 1rem; padding: .9rem 0; }
.archive li span { color: var(--muted); font-family: "Roboto", sans-serif; font-size: .8rem; }
.archive li strong { font-weight: 400; }
.archive li small { grid-column: 2; color: var(--muted); font-size: .82rem; }
.about-footer { display: flex; justify-content: space-between; padding: 2rem 0; border-top: 1px solid var(--line); font-family: "Roboto", sans-serif; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.about-footer a { text-decoration: none; }
@media (max-width: 736px) {
  .about-shell { width: min(100% - 2.5rem, 600px); padding-top: 1.5rem; }
  .about-header { min-height: 48vh; padding-top: 1.5rem; }
  .eyebrow { margin-top: 4rem; }
  .bio-section, .info-grid { grid-template-columns: 1fr; gap: 4rem; padding: 4.5rem 0; }
  .portrait-wrap img { width: min(75vw, 280px); }
  .education-card { max-width: 92%; }
  .about-footer { gap: 1rem; flex-wrap: wrap; }
}
