.about-hero{background-color:var(--bg-secondary);text-align:center;padding:6rem 0}.about-title{color:var(--text-primary);margin-bottom:1rem;font-size:3.5rem}.about-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-content{padding:3rem 0}.about-content h2{color:var(--text-primary);margin-bottom:2rem;font-size:2rem}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-content p strong{color:var(--text-primary)}.about-image-wrapper{background-color:#f4f4f4;position:relative;overflow:hidden}.about-image{width:100%;height:auto;display:block}.mb-4{margin-bottom:1.5rem}.mt-4{margin-top:2rem}.about-values{background-color:#fff}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{text-align:center;transition:transform var(--transition-smooth);background-color:var(--bg-secondary);padding:2.5rem 2rem}.value-card:hover{transform:translateY(-5px)}.value-card h3{font-size:1.5rem;font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem}.value-card p{color:var(--text-secondary)}@media (max-width:992px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-wrapper{order:-1}.values-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.about-title{font-size:2.8rem}.values-grid{grid-template-columns:1fr}.about-content{padding:2rem 0}}
