.about-main { padding-top: clamp(150px, 16vw, 220px); }
.about-opening { max-width: 860px; padding-bottom: clamp(64px, 9vw, 120px); }
.about-label { margin: 0 0 28px; color: var(--muted); font-size: .9rem; }
.about-opening h1 { margin: 0 0 36px; font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif; font-weight: 400; font-size: clamp(3rem, 6.5vw, 6.5rem); line-height: 1.04; letter-spacing: -.035em; }
.about-opening p:not(.about-label) { max-width: 660px; }
.about-introduction { font-size: clamp(1.35rem, 2.5vw, 1.9rem); line-height: 1.45; }
.about-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); gap: clamp(24px, 6vw, 90px); border-top: 1px solid var(--line); padding: clamp(38px, 6vw, 76px) 0; }
.about-section h2, .about-closing h2 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1.18; font-weight: 400; }
.about-copy { max-width: 660px; }
.about-copy p { margin: 0 0 1.35em; }
.about-copy p:last-child { margin-bottom: 0; }
.about-main a { color: var(--red-deep); text-underline-offset: .25em; }
.about-main a:focus-visible { outline: 2px solid var(--red-deep); outline-offset: 5px; }
.about-closing { border-top: 1px solid var(--line); padding: clamp(50px, 8vw, 100px) 0; }
.about-closing p { max-width: 600px; }
.about-bird { margin: 30px 0 0; max-width: 340px; }
.about-bird img { width: 100%; height: auto; }
.about-main .about-pullquote { grid-column: 1 / -1; max-width: 850px; margin: 12px 0 0; padding: 0; border: 0; color: var(--red-deep); font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif; font-size: clamp(2rem, 4vw, 3.65rem); font-weight: 400; line-height: 1.15; letter-spacing: -.02em; }
.about-year { display: block; margin-top: 32px; color: var(--red-deep); font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif; font-size: clamp(3.5rem, 7vw, 6rem); line-height: 1; letter-spacing: -.045em; }
.about-year span { display: block; margin-top: 12px; color: var(--muted); font-family: "Avenir Next", "Trebuchet MS", "Gill Sans", system-ui, sans-serif; font-size: .8rem; line-height: 1.5; letter-spacing: 0; }
@media (max-width: 680px) { .about-section { grid-template-columns: 1fr; } .about-opening h1 { overflow-wrap: break-word; } }
