/* About page - styles moved from inline for hint compliance */

.about-nav-logo { height: 5rem; width: auto; }
.about-hero-inner { text-align: center; }
.about-founder-photo { width: 280px; height: 280px; object-fit: cover; margin: 0 auto 2rem; display: block; }
.about-narrow { max-width: 720px; margin: 0 auto; }
.about-connect-intro { margin-bottom: 1.5rem; }
.about-connect-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.about-footer-connect { color: #94A3B8; font-size: 0.875rem; margin-bottom: 0.75rem; }
.about-footer-connect a { color: #94A3B8; text-decoration: none; }
.about-footer-connect a:hover { text-decoration: underline; }
.about-footer-tagline { color: #94A3B8; font-size: 0.875rem; }
.about-footer-bottom-note { margin-top: 0.5rem; }
