/* Scoped to the About page; shared site styles remain unchanged. */
.about-page .skip-link{position:absolute;left:1rem;top:-5rem;background:var(--paper);padding:.5rem 1rem;z-index:2}
.about-page .skip-link:focus{top:1rem}
.about-page .about-header{padding-bottom:3.25rem}
.about-page .introduction{margin-top:3.5rem;align-items:start}
.about-page .introduction h1{align-self:start}
.about-page .portrait-area{align-self:start;margin:0;background:var(--paper)}
.about-copy{max-width:600px;min-width:0;font-size:1rem;line-height:1.75}
.about-page footer{margin-top:0}
@media(max-width:780px){.about-page .introduction{margin-top:3rem}.about-page .about-header{padding-bottom:2.75rem}}
@media(max-width:520px){.about-copy{font-size:.9375rem}.about-page .introduction{margin-top:2.5rem}}
