.about-page .head-grid{grid-template-columns:1fr auto;align-items:center;gap:36px;display:grid}.about-page .photo{background:radial-gradient(circle at 32% 30%, var(--accent), #7a4a1e 78%);letter-spacing:.04em;color:#16130c;border:2px solid var(--border);width:148px;height:148px;box-shadow:0 14px 36px var(--lift);transition:transform .5s var(--ease-spring-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:38px;font-weight:600;display:flex;transform:rotate(-2.5deg)}.about-page .photo:hover{transform:rotate(0)scale(1.04)}.about-page .body{padding:26px 0 10px}.about-page .body .prose{color:var(--text-2)}.about-page .social-row{margin-top:30px}.about-page .archive-note{color:var(--text-3);margin-top:22px;padding-bottom:14px;font-size:13px}.about-page .archive-note a{color:var(--text-2)}.about-page .archive-note a:hover{color:var(--accent)}@media (max-width:660px){.about-page .head-grid{grid-template-columns:1fr;gap:8px}.about-page .photo{grid-row:1;width:120px;height:120px;margin-top:40px;font-size:32px}.about-page .head-grid .page-head{padding-top:24px}}
