.about-page{min-height:100vh;padding:2rem 0}.story-section{margin-bottom:5rem}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.story-content h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--foreground)}.story-content p{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.placeholder-image,.story-image{display:flex;justify-content:center}.placeholder-image{width:100%;height:300px;background:var(--card-background);border:2px dashed var(--border-color);border-radius:12px;align-items:center;font-size:1.2rem;color:var(--text-secondary)}.mission-section{margin-bottom:5rem;text-align:center}.mission-section h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;color:var(--foreground)}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.mission-item{text-align:center;padding:2rem}.mission-icon{font-size:3rem;margin-bottom:1rem}.mission-item h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.mission-item p{color:var(--text-secondary);line-height:1.6}.values-section{margin-bottom:5rem}.values-section h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center;color:var(--foreground)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.value-card{background:var(--card-background);padding:2rem;border-radius:12px;border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease}.value-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.value-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-green)}.value-card p{color:var(--text-secondary);line-height:1.6}.team-section{margin-bottom:5rem}.team-section h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:var(--foreground)}.team-intro{text-align:center;font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;line-height:1.7}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.team-member{text-align:center;background:var(--card-background);padding:2rem;border-radius:12px;border:1px solid var(--border-color)}.member-image{margin-bottom:1.5rem}.placeholder-avatar{width:80px;height:80px;background:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:white;margin:0 auto}.team-member h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.member-role{font-weight:600;color:var(--primary-green);margin-bottom:1rem}.team-member p:last-child{color:var(--text-secondary);line-height:1.6}.contact-section{background:var(--card-background);padding:3rem;border-radius:12px;border:1px solid var(--border-color)}.contact-section h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center;color:var(--foreground)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-green)}.contact-info p{color:var(--text-secondary);line-height:1.6}.contact-info p,.hours-list{margin-bottom:2rem}.hours-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.hours-item:last-child{border-bottom:none}.contact-cta{display:flex;flex-direction:column;justify-content:center;text-align:center}.contact-cta h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.contact-cta p{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width:768px){.page-header h1{font-size:2.5rem}.contact-grid,.content-grid{grid-template-columns:1fr;gap:2rem}.mission-grid,.team-grid,.values-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.contact-section{padding:2rem}}