.about-main{background:var(--background);padding:8rem 0}.about-container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.about-container{grid-template-columns:1fr 1fr}}.about-image{position:relative}.about-image .img-placeholder.large{aspect-ratio:4/5;background:var(--background-alt);border-radius:1rem;width:100%;position:relative;overflow:visible}.experience-badge{background:var(--primary);color:#fff;text-align:center;z-index:10;border:10px solid var(--background);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:180px;height:180px;padding:2rem;display:flex;position:absolute;bottom:-2rem;right:-2rem;box-shadow:0 20px 40px #e67e224d}.experience-badge .years{font-family:var(--font-heading);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.experience-badge .text{text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:600}.about-content .section-title{margin-bottom:1.5rem;font-size:2.5rem}.about-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.about-features{flex-direction:column;gap:1rem;margin-bottom:3rem;list-style:none;display:flex}.about-features li{color:var(--foreground);align-items:center;gap:.5rem;font-weight:600;display:flex}.about-team{background:var(--background-alt);padding:8rem 0}.team-header{text-align:center;margin-bottom:4rem}.team-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.team-grid{grid-template-columns:repeat(3,1fr)}}
