.about-hero{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);height:60vh;min-height:400px;overflow:hidden;margin-bottom:3rem}.about-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.about-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;justify-content:center}.about-hero-title{color:#fff;font-size:3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.about-team-row-3-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem}.about-team-member{display:flex;flex-direction:column}.about-team-image-wrapper{position:relative;overflow:hidden;border-radius:8px}.about-team-image{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.about-team-image:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.about-team-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;justify-content:center;transition:opacity .3s ease}.about-team-name{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.about-team-image-wrapper:hover .about-team-overlay{opacity:.9}.about-team-description{margin-top:1.5rem;padding:0 .5rem}.about-team-role{font-size:1.1rem;font-weight:600;color:var(--rx-primary-color);margin-bottom:1rem;line-height:1.4;min-height:calc(1.1rem * 1.4 * 2);display:flex;align-items:flex-start}.about-team-quote{font-size:1rem;font-style:italic;color:#555;line-height:1.6;position:relative;padding-left:1.5rem;border-left:3px solid var(--rx-secondary-color)}.about-us-highlight{background-color:rgba(255,140,0,.15);color:var(--rx-secondary-color);padding:.1rem .3rem;border-radius:3px;display:inline-block;font-weight:500}@media(max-width:768px){.about-hero{height:40vh;min-height:300px}.about-hero-title{font-size:2rem}.about-team-row-3-col{grid-template-columns:1fr;gap:3rem}.about-team-image{max-width:100%}.about-team-name{font-size:1.5rem}.about-team-description{margin-top:1rem}.about-team-role{font-size:1rem}.about-team-quote{font-size:.95rem}}@media(max-width:576px){.about-hero{height:30vh;min-height:250px}.about-hero-title{font-size:1.5rem}.about-team-name{font-size:1.2rem}}