.about-page{min-height:100vh}.about-page section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.page-header{padding:12rem 2rem 6rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--border)}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.section-label{display:inline-block;padding:.5rem 1rem;background:var(--navy);border:1px solid var(--border);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--gold);margin-bottom:1.5rem}.about-page h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.section-subtitle{font-size:1.125rem;color:var(--gray);max-width:700px;margin-top:1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:var(--gray);font-size:.875rem}.breadcrumb a{color:var(--gray);text-decoration:none}.breadcrumb a:hover{color:var(--white)}.page-subtitle{font-size:1.25rem;color:var(--gray);max-width:700px}.story-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-top:3rem}.story-text p{margin-bottom:1.5rem;color:var(--gray-light);line-height:1.8}.story-stats{display:grid;grid-gap:2rem;gap:2rem}.stat-item{padding:2rem;background:var(--navy);border:1px solid var(--border)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--gold);margin-bottom:.5rem}.stat-label{color:var(--white);font-weight:600;margin-bottom:.25rem}.stat-description{color:var(--gray);font-size:.95rem}.mission-vision{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-top:3rem}.mv-card{padding:3rem;background:var(--navy);border:1px solid var(--border)}.mv-number{font-size:3rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:1.5rem}.mv-title{font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:1rem}.mv-text{color:var(--gray-light);line-height:1.8}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.value-item{padding:2.5rem;background:var(--navy);border:1px solid var(--border)}.value-number{font-size:2rem;font-weight:700;color:var(--gold);margin-bottom:1.5rem}.value-title{font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:1rem}.value-description{color:var(--gray);line-height:1.7}.team{background:var(--navy-dark)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.team-stat{text-align:center;padding:2rem;border:1px solid var(--border)}.team-stat-number{font-size:3rem;font-weight:700;color:var(--gold);margin-bottom:.5rem}.team-stat-label{color:var(--gray);font-size:.95rem}@media (max-width:768px){.page-header{padding:10rem 1.5rem 4rem}.mission-vision,.story-content{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr}}