.about-page{--ink: #2f2925;--muted-ink: #715b4c;--paper: #d9c8bc;--hover: rgba(91, 87, 83, .28);min-height:100vh;color:var(--ink);background:var(--paper);transition:color .18s ease,background .18s ease}html.dark .about-page{--ink: #eddfd2;--muted-ink: #c4a58e;--paper: #2d211b;--hover: rgba(207, 170, 140, .14)}.about-page #about-me{width:75%;max-width:800px;margin:6rem auto;text-align:justify}.about-page .about-hero{display:block;width:100%;height:auto;margin:0}.about-page #about-me h1{margin:3rem 0 2rem;color:var(--ink);font-family:Lato,Arial,sans-serif;font-size:clamp(2rem,4vw,4rem);font-weight:300;line-height:1;text-align:center}.about-page #about-me p{margin:10px 0;color:var(--ink);font-family:EB Garamond,Georgia,serif;font-size:1.15rem;line-height:1.45}.about-page .about-footer{padding:0 clamp(20px,4vw,64px) 88px}.about-page .social-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(8px,1vw,16px)}.about-page .social-links a{display:inline-flex;align-items:center;justify-content:center;min-width:clamp(112px,10vw,168px);height:42px;padding:0 clamp(14px,1.35vw,26px);gap:clamp(4px,.35vw,7px);color:var(--ink);background:transparent;font-family:EB Garamond,Georgia,serif;font-size:clamp(.9rem,.9vw,1.17rem);text-decoration:none;transition:background .16s ease}.about-page .social-links a:hover,.about-page .social-links a:focus-visible{background:var(--hover);outline:none}.about-page .social-links img{width:clamp(18px,1.3vw,26px);height:clamp(18px,1.3vw,26px);-o-object-fit:contain;object-fit:contain}html.dark .about-page .social-links img{filter:invert(.9) sepia(.15) saturate(.7)}@media (max-width: 680px){.about-page #about-me{width:86%;margin:4rem auto}.about-page #about-me p{font-size:1.08rem;line-height:1.5}.about-page .social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .social-links a{min-width:0;padding:0 10px}}
