.about-hero{background:var(--navy)}.story-section{padding:5rem 1.5rem}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.story-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.story-text p{color:var(--gray-500);margin-bottom:1rem}.story-image-placeholder{background:var(--gray-100);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.placeholder-icon{font-size:3rem}.placeholder-sub{font-size:.85rem;color:var(--gray-400)}.mission-section{padding:5rem 1.5rem;background:var(--navy);color:var(--white)}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mission-card{text-align:center;padding:2rem 1.5rem;background:#ffffff0d;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1)}.mission-icon{font-size:2.5rem;margin-bottom:.75rem}.mission-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.mission-card p{font-size:.9rem;color:var(--gray-300)}.founder-section{padding:5rem 1.5rem}.founder-card{display:flex;gap:2.5rem;align-items:center;background:var(--gray-50);padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.founder-avatar{width:120px;height:120px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.founder-initials{font-size:2rem;font-weight:800;color:var(--gold)}.founder-info h2{font-size:1.8rem;font-weight:700;margin-bottom:.75rem}.founder-info p{color:var(--gray-500);margin-bottom:.75rem}@media (max-width: 768px){.story-grid{grid-template-columns:1fr}.mission-grid{grid-template-columns:1fr 1fr}.founder-card{flex-direction:column;text-align:center}}@media (max-width: 480px){.mission-grid{grid-template-columns:1fr}}
