.about-header { width: min(920px,calc(100% - 32px)); margin: 0 auto; padding: 28px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.about-header img { display: block; width: min(310px,60vw); height: auto; }
.about-header nav { display: flex; gap: 8px; }
.about-header nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: .75rem; font-weight: 800; }
.about-page { width: min(720px,calc(100% - 32px)); margin: 0 auto; padding: 64px 0 80px; }
.about-page h1 { margin-bottom: 18px; }
.lead { margin: 0 0 38px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.about-page section { padding: 24px 0; border-top: 1px solid var(--line); }
.about-page h2 { margin: 0 0 8px; font-size: 1.25rem; letter-spacing: -.035em; }
.about-page section p { margin: 0; color: var(--muted); line-height: 1.65; }
.about-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.about-actions a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); text-decoration: none; font-size: .75rem; font-weight: 900; }
.about-actions a.primary { border-color: var(--red); background: var(--red); color: white; }
@media (max-width: 520px) { .about-header { padding-top: 18px; } .about-header img { width: min(220px,55vw); } .about-header nav a { padding: 0 10px; } .about-page { padding-top: 42px; } .about-actions a { width: 100%; } }
