.about-team{background:#fef8f6}.about-team__heading{color:#111;margin:0 0 1.5rem;font-size:3.5rem;font-weight:900;line-height:1.05}.about-team__mission{color:#555;max-width:28ch;margin:0 0 2rem;font-size:1rem;line-height:1.7}.about-team__dots{gap:.6rem;display:flex}.about-team__dot{border-radius:50%;width:12px;height:12px;display:block}.about-team__timeline-bar{background:#f16b5c;border-radius:2px;width:48px;height:4px}.about-team__mobile{display:none}.about-team__desktop{align-items:flex-start;gap:4rem;padding:8rem 4rem;display:flex}.about-team__desktop .about-team__left{flex-shrink:0;align-self:stretch;width:35%}.about-team__sticky{position:sticky;top:8rem;overflow:hidden}.about-team__sticky-panel{transition:opacity .5s,transform .5s}.about-team__sticky-panel.is-hidden{opacity:0;pointer-events:none;width:100%;position:absolute;top:0;left:0;transform:translateY(-100%)}.about-team__sticky-panel:not(.is-hidden){transform:translateY(0)}.about-team__desktop .about-team__right{flex-direction:column;justify-content:center;width:65%;display:flex}.about-team__team-cards{flex-direction:column;justify-content:center;min-height:calc(100vh - 16rem);display:flex}.about-team__hist-sentinel{height:1px;margin-top:4rem}.about-team__hist-rows--desktop{opacity:0;border-top:1px solid #eee;padding-top:2rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.about-team__hist-rows--desktop.is-visible{opacity:1;transform:translateY(0)}.about-team__team{align-items:flex-start;gap:4rem;min-height:100vh;padding:8rem 4rem;display:flex}.about-team__left{flex-shrink:0;width:35%}.about-team__right{flex-direction:column;justify-content:center;width:65%;display:flex}.about-team__row{border-top:1px solid #eee;align-items:flex-start;gap:2rem;padding:2.5rem 0;display:flex}.about-team__row:last-child{border-bottom:1px solid #eee}.about-team__photo{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:220px;transition:transform .3s;display:flex;overflow:hidden}.about-team__row:hover .about-team__photo{transform:scale(1.03)}.about-team__img{object-fit:cover;width:100%;height:100%;display:block}.about-team__initials{color:#fff;letter-spacing:.05em;font-size:2rem;font-weight:800}.about-team__info{flex-direction:column;justify-content:center;gap:.4rem;display:flex}.about-team__name{color:#111;margin:0;font-size:1.4rem;font-weight:700}.about-team__role{text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.9rem;font-weight:600}.about-team__bio{color:#555;max-width:45ch;margin:.5rem 0 0;font-size:.95rem;line-height:1.65}.about-team__socials{gap:1rem;margin-top:.6rem;display:flex}.about-team__social-link{color:#555;background:#f0ebe8;border-radius:50px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.about-team__social-link:after{content:"";background:currentColor;width:10px;height:10px;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 2h6.5v6.5M9.5 2.5L2 10' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 2h6.5v6.5M9.5 2.5L2 10' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat}.about-team__social-link:hover{color:#1f1f1f;background:#e8e8e8}.about-team__history{border-top:1px solid #eee;align-items:center;gap:4rem;min-height:100vh;padding:8rem 4rem;display:flex}.about-team__hist-label{opacity:0;flex-shrink:0;width:35%;transition:opacity .7s,transform .7s;transform:translateY(-24px)}.about-team__history.is-visible .about-team__hist-label{opacity:1;transform:translateY(0)}.about-team__hist-rows{flex-direction:column;justify-content:center;width:65%;display:flex}.about-team__hist-item{opacity:0;align-items:flex-start;gap:2rem;transition:opacity .6s,transform .6s;display:flex;transform:translateY(16px)}.about-team__hist-item.is-visible{opacity:1;transform:translateY(0)}.about-team__hist-left{flex-direction:column;flex-shrink:0;align-items:center;width:56px;padding-top:.2rem;display:flex}.about-team__year{letter-spacing:.1em;color:#f16b5c;white-space:nowrap;background:#f16b5c1a;border-radius:999px;padding:.25rem .5rem;font-size:.72rem;font-weight:700}.about-team__year-line{background:#eee;width:2px;height:6rem;margin-top:.5rem;position:relative;overflow:hidden}.about-team__year-line:after{content:"";transform-origin:top;background:#f16b5c;width:100%;height:100%;transition:transform .8s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0;transform:scaleY(0)}.about-team__hist-item.is-visible .about-team__year-line:after{transform:scaleY(1)}.about-team__hist-item .about-team__info{padding-bottom:2.5rem}@media (max-width:768px){.about-team__desktop{display:none}.about-team__mobile{padding:4rem 1.5rem;display:block}.about-team__heading{font-size:2.2rem}.about-team__mob-section{padding-bottom:1.5rem}.about-team__photo{width:100px;height:130px}.about-team__mobile .about-team__row{border-top:1px solid #eee}.about-team__mobile .about-team__row:last-of-type{border-bottom:1px solid #eee}.about-team__mobile .about-team__hist-item .about-team__info{padding-bottom:2rem}.about-team__mobile .fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.about-team__mobile .fade-up.is-visible{opacity:1;transform:translateY(0)}}
