.about-hero{height:60vh;min-height:500px;position:relative;display:flex;align-items:center;color:#fff;background-attachment:fixed}.about-hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f172ae6,#0f172a66);z-index:2}.about-hero-content{position:relative;z-index:3}.about-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.about-hero-subtitle{font-size:1.4rem;max-width:800px;opacity:.9}.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem}.founder-card{background:#fff;border-radius:2.5rem;overflow:hidden;box-shadow:0 15px 50px #0000000d;display:flex;flex-direction:column}.founder-photo-wrap{height:450px;overflow:hidden;position:relative}.founder-photo{width:100%;height:100%;object-fit:cover;transition:filter .6s ease}.ali-profile-photo{object-position:50% 15%}.leanne-profile-photo{object-position:50% 5%}.founder-info{padding:3rem}.founder-name{font-size:2rem;color:var(--mc-navy);margin-bottom:.5rem}.founder-title{font-size:1rem;color:var(--mfm-teal);font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;line-height:1.4}.founder-bio p{font-size:1.05rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem}.commitments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.commitment-card{padding:2.5rem;background:#fff;border-radius:2rem;border:1px solid rgba(0,0,0,.03);transition:transform .3s ease}.commitment-card:hover{transform:translateY(-5px);border-color:var(--mfm-teal)}.commitment-icon{margin-bottom:2rem;color:var(--mc-blue)}.commitment-card h4{font-size:1.25rem;margin-bottom:1rem;color:var(--mc-navy)}.commitment-card p{font-size:.95rem;color:var(--text-muted)}.about-location-cards{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-location-card{background:#fff;border-radius:2.5rem;overflow:hidden;box-shadow:var(--shadow-lg)}.loc-img-wrap{height:300px}.loc-img-wrap img{width:100%;height:100%;object-fit:cover}.loc-content{padding:2.5rem}.loc-content h3{font-size:1.5rem;color:var(--mc-navy);margin-bottom:1rem}.loc-content p{font-size:1rem;color:var(--text-muted);line-height:1.6}.why-mediclinic-section{background:#f8fafc}@media(max-width:1024px){.founders-grid,.commitments-grid,.location-cards{grid-template-columns:1fr}}
