.about-page{padding-top:80px}.about-hero{padding:5rem 0 1.5rem;text-align:center;background-color:var(--color-off-white)}.about-title{font-size:3rem;color:var(--color-primary);font-weight:800;margin-bottom:1rem;animation:titleFadeIn 1s ease-out both}.hero-gradient-line{width:120px;height:4px;background:linear-gradient(to right,var(--color-tertiary-green) 0,var(--color-secondary-gold) 100%);margin:0 auto 1.5rem;border-radius:2px;animation:fadeInUp .8s ease-out .3s both}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.about-hero-subtitle{font-size:1.25rem;color:rgba(26,26,26,.7);max-width:800px;margin:0 auto;line-height:1.6;font-weight:400;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-content-section{padding:2rem 0}.about-section{margin-bottom:0}.about-section-title{font-size:1.75rem;color:var(--color-primary);font-weight:700;margin-bottom:2rem;position:relative;padding-left:1.5rem}.about-section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);transform-origin:center;width:4px;height:2.5rem;background-color:var(--color-secondary-gold);border-radius:2px;animation:lineExpand .8s ease-out .3s forwards}@keyframes lineExpand{0%{transform:translateY(-50%) scaleY(0)}to{transform:translateY(-50%) scaleY(1)}}.about-section-content{max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-section-content.single-column{grid-template-columns:1fr}.paragraph-column{display:flex;flex-direction:column}.paragraph-left{padding-right:1.5rem}.about-section-content.single-column .paragraph-left{padding-right:0;max-width:100%}.paragraph-right{padding-left:1.5rem}.about-section-content p{font-size:1.15rem;color:rgba(26,26,26,.7);margin-bottom:0;line-height:1.8}.about-section-content p strong{font-weight:600;color:var(--color-primary)}.about-intro-text{font-size:1.3rem;color:rgba(26,26,26,.8);font-weight:600;margin-bottom:2rem;line-height:1.6;max-width:100%}.about-intro-text .highlight-gold{font-weight:700;color:var(--color-secondary-gold)}.about-philosophy{font-weight:600;color:var(--color-primary)!important;font-style:italic}.section-divider{height:1px;background:linear-gradient(90deg,transparent 0,rgba(0,45,53,.2) 20%,rgba(0,45,53,.2) 80%,transparent);margin:4rem 0;opacity:0;transform:scaleX(0);animation:dividerExpand 1s ease-out .5s forwards}@keyframes dividerExpand{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.team-section{padding:2.5rem 0 5rem;background-color:var(--color-off-white);text-align:center}.team-section-title{font-size:2.25rem;color:var(--color-primary);font-weight:700;margin-bottom:3rem;display:inline-block}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;justify-items:center;margin-bottom:3rem}.team-member{text-align:center;display:flex;flex-direction:column;align-items:center;transition:none}.team-member:hover{transform:none}.team-cta{text-align:center;margin-top:2rem}.team-cta .ripple-btn-primary{color:#fff!important}.member-photo-wrapper{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;position:relative;box-shadow:0 8px 24px rgba(0,45,53,.15);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;cursor:pointer}.member-photo-wrapper:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 12px 32px rgba(0,45,53,.25)}.member-photo-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(135deg,rgba(255,177,0,.1),rgba(0,45,53,.1));opacity:0;transition:opacity .4s ease}.member-photo-wrapper:hover:after{opacity:1}.member-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:50%;transition:transform .4s ease,opacity .6s cubic-bezier(.4,0,.2,1)}.member-photo-overlay{position:absolute;top:0;left:0;opacity:0;pointer-events:none}.member-photo.fade-in{opacity:1}.member-photo.fade-out{opacity:0}.member-photo-overlay.fade-in{opacity:1}.member-photo-overlay.fade-out{opacity:0}.member-photo-wrapper:hover .member-photo{transform:scale(1.05)}.member-name{font-size:1.25rem;color:var(--color-primary);margin-bottom:.5rem;font-weight:700;transition:none}.team-member:hover .member-name{color:var(--color-primary);transform:none}.member-role{color:var(--color-secondary-gold);font-size:1rem;font-weight:500;margin-bottom:.5rem}.member-car{color:rgba(26,26,26,.6);font-size:.9rem;font-weight:600;font-style:normal;margin-top:.5rem;cursor:pointer;transition:color .3s ease;transform:none}.member-car:hover{color:var(--color-secondary-gold);transform:none}@media (max-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width:768px){.about-section-title{font-size:1.5rem}.team-section-title{font-size:1.875rem}.about-section-content{grid-template-columns:1fr;gap:2rem}.paragraph-left,.paragraph-right{padding-left:0;padding-right:0}.about-section-content p{font-size:1.05rem;margin-bottom:1.5rem}.team-grid{grid-template-columns:1fr;gap:3rem}.member-photo-wrapper{width:180px;height:180px}}