.team{padding:0 0 5rem}.team__head{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem}.team__wrapper{position:relative;margin-top:2.75rem}.team__wrapper:hover .team__nav-btn,.team__wrapper:focus-within .team__nav-btn{opacity:1}.team__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:none;background:none;color:var(--color-vela-gold);cursor:pointer;pointer-events:auto;opacity:0;transition:opacity 0.3s ease,transform 0.3s ease}.team__nav-btn svg{display:block;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.team__nav-btn{transition:none}}.team__nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.team__nav-btn.is-disabled{display:none}.team__nav-prev{left:-3rem}.team__nav-next{right:-3rem}.team__item{display:flex;flex-direction:column;gap:1.25rem}.team__item-thumb{position:relative;overflow:hidden}.team__item-thumb::after{content:"";position:absolute;left:50%;top:50%;width:200%;height:0;z-index:1;pointer-events:none;background-color:rgba(255,255,255,0.3);transform:translate(-50%,-50%) rotate(-45deg)}.team__item-thumb:hover::after{height:250%;background-color:transparent;transition:all 0.6s linear}@media (prefers-reduced-motion:reduce){.team__item-thumb:hover::after{transition:none}}.team__item-thumb img{width:100%;border-radius:0.75rem;-o-object-fit:cover;object-fit:cover}.team__item-info{display:flex;flex-direction:column;gap:0.25rem;text-align:center}.team__item-name{font-size:1.5rem;color:var(--color-vela-black)}.team__item-role{font-size:1rem;color:var(--color-vela-brown)}.about-experience{padding:6.25rem 0}.about-experience__inner{display:flex;align-items:center;gap:7.5rem}.about-experience__intro{flex:1;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;gap:3rem}.about-experience__intro-body{display:flex;flex-direction:column;gap:3rem}.about-experience__desc{font-size:1rem;line-height:1.72;color:rgba(16,16,16,0.72)}.about-experience__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:0.625rem;max-width:26rem}.about-experience__gallery img{width:100%;height:11.8125rem;-o-object-fit:cover;object-fit:cover;border-radius:0.75rem}.about-experience__list{flex-shrink:0;width:40.25rem;display:flex;flex-direction:column;gap:1rem;max-height:41.9375rem;overflow-y:auto;padding-right:0.75rem;scrollbar-width:thin;scrollbar-color:var(--color-vela-brown) var(--color-vela-beige-light)}@supports selector(::-webkit-scrollbar){.about-experience__list{scrollbar-width:auto;scrollbar-color:auto}}.about-experience__list::-webkit-scrollbar{width:1px}.about-experience__list::-webkit-scrollbar-track{background:var(--color-vela-beige-light)}.about-experience__list::-webkit-scrollbar-thumb{background:var(--color-vela-brown)}.about-experience__item{flex-shrink:0;display:flex;align-items:center;gap:2.125rem;padding:1.5rem;border-radius:0.75rem;background-color:var(--color-vela-beige)}.about-experience__item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.about-experience__item-heading{display:flex;flex-direction:column;gap:0.25rem}.about-experience__item-number{font-size:1.5rem;color:var(--color-vela-black)}.about-experience__item-title{font-size:1.5rem;text-transform:uppercase;color:var(--color-vela-black)}.about-experience__item-desc{font-size:1rem;line-height:1.56;color:var(--color-vela-black-text)}.about-experience__item-thumb{flex-shrink:0;border:1px solid rgba(251,243,227,0.32)}.about-experience__item-thumb img{border-radius:0.75rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-video{position:relative;display:flex;align-items:flex-start;min-height:43.75rem;padding:5rem 0;overflow:hidden;background-color:var(--color-vela-black)}.about-video::before{content:"";position:absolute;inset:0;z-index:2;background-image:linear-gradient(90deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);transition:opacity 0.4s ease}.about-video__poster{position:absolute;inset:0;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity 0.4s ease}.about-video__player{position:absolute;inset:0;z-index:4;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;pointer-events:none;transition:opacity 0.4s ease}.about-video__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:2.75rem;max-width:37.5625rem;transition:opacity 0.4s ease}.about-video__heading{display:flex;flex-direction:column;gap:1rem}.about-video__title{font-size:3.5rem;line-height:1.2;color:var(--color-vela-white)}.about-video__desc{max-width:32.75rem;font-size:1rem;line-height:1.72;color:rgba(255,255,255,0.8)}.about-video__play{display:inline-flex;align-items:center;justify-content:center;width:6.75rem;height:6.75rem;padding:0;border:1px solid rgba(251,243,227,0.4);border-radius:50%;background-color:transparent;color:var(--color-vela-beige);cursor:pointer;transition:all 0.3s ease}.about-video__play svg{display:block;width:2rem;height:2rem}.about-video__play:hover,.about-video__play:focus-visible{border-color:var(--color-vela-beige);background-color:rgba(251,243,227,0.16)}.about-video.is-playing::before{opacity:0}.about-video.is-playing .about-video__poster,.about-video.is-playing .about-video__content{opacity:0;pointer-events:none}.about-video.is-playing .about-video__player{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.about-video::before,.about-video__poster,.about-video__player,.about-video__content{transition:none}}.about-intro{padding:5rem 0 6.25rem}.about-intro__inner{display:flex;align-items:center;gap:5rem}.about-intro__content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2.75rem}.about-intro__heading{display:flex;flex-direction:column;gap:1rem}.about-intro__rating{display:flex;align-items:center;gap:0.75rem;font-size:1.25rem;color:var(--color-vela-brown)}.about-intro__rating-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-vela-gold)}.about-intro__title{font-size:3.5rem;line-height:1.2;color:var(--color-vela-brown)}.about-intro__desc{display:flex;flex-direction:column;gap:0.75rem;font-size:1rem;line-height:1.72;color:rgba(16,16,16,0.82)}.about-intro__image{-o-object-fit:cover;object-fit:cover;border-radius:0.5rem}.philosophy{padding-bottom:6.25rem}.philosophy__inner{display:flex;align-items:center;gap:1rem}.philosophy__cover{position:relative;display:flex;flex-direction:column;justify-content:end;width:39.5rem;height:38.75rem;padding:1.5rem;border-radius:0.75rem;overflow:hidden}.philosophy__cover-image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.philosophy__title{font-size:1.75rem;line-height:1.32;color:var(--color-vela-black-text);padding-bottom:1rem}.philosophy__panel{display:flex;align-items:stretch;gap:1.4375rem;width:30.5rem;height:11.25rem;padding:0.75rem;border-radius:1rem;background-color:rgba(255,255,255,0.16);backdrop-filter:blur(24px)}.philosophy__panel-thumb{flex-shrink:0;width:10.25rem;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.philosophy__panel-body{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:space-between;gap:0.75rem}.philosophy__nav{flex-shrink:0;display:flex;justify-content:flex-end;gap:0.75rem}.philosophy__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;padding:0;border:none;background:none;color:var(--color-vela-white);cursor:pointer;pointer-events:auto;opacity:0;transition:opacity 0.3s ease,transform 0.3s ease}.philosophy__nav-btn svg{display:block;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.philosophy__nav-btn{transition:none}}.philosophy__nav-btn{opacity:0.72}.philosophy__nav-btn:hover,.philosophy__nav-btn:focus-visible{opacity:1}.philosophy__list{display:flex;flex-direction:column;gap:0.3125rem;min-height:0;overflow-y:auto;padding-right:0.5rem;list-style:none;scrollbar-width:thin;scrollbar-color:var(--color-vela-white) rgba(255,255,255,0.24)}@supports selector(::-webkit-scrollbar){.philosophy__list{scrollbar-width:auto;scrollbar-color:auto}}.philosophy__list::-webkit-scrollbar{width:1px}.philosophy__list::-webkit-scrollbar-track{background:rgba(255,255,255,0.24)}.philosophy__list::-webkit-scrollbar-thumb{background:var(--color-vela-white)}.philosophy__list-item{flex-shrink:0}.philosophy__list-btn{display:flex;align-items:center;gap:0.5rem;width:100%;padding:0;border:none;background:none;color:rgba(255,255,255,0.56);font-size:0.875rem;line-height:1.32;text-align:left;cursor:pointer;transition:color 0.3s ease}.philosophy__list-number{flex-shrink:0;width:1.25rem}.philosophy__list-dash{flex-shrink:0;width:1rem;height:0.1rem;border-radius:0.25rem;background-color:currentColor}.philosophy__list-label{min-width:0}.philosophy__list-btn[aria-pressed=true]{color:var(--color-vela-white);font-size:1rem;font-weight:500}.philosophy__detail{display:flex;flex-direction:column;justify-content:center;align-items:center;width:39.5rem;height:38.75rem;padding:5rem;border-radius:0.75rem;background-color:var(--color-vela-beige)}.philosophy__detail-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;animation:philosophy-fade 0.4s ease}.philosophy__detail-item[hidden]{display:none}.philosophy__detail-title{font-size:1.5rem;line-height:1.32;color:var(--color-vela-brown)}.philosophy__detail-brand{margin-top:-0.75rem;font-size:5rem;line-height:1;color:var(--color-vela-gold)}.philosophy__detail-image{width:14rem;height:14rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.philosophy__detail-desc{max-width:19.125rem;font-size:0.875rem;line-height:1.72;color:var(--color-vela-black)}@keyframes philosophy-fade{from{opacity:0;transform:translateY(0.75rem)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.philosophy__detail-item{animation:none}}@media (max-width:1399px){.team__nav-btn{width:2.5rem;height:2.5rem;padding:0.5rem;border-radius:50%;background-color:rgba(255,255,255,0.82)}.team__nav-prev{left:0.75rem}.team__nav-next{right:0.75rem}}@media (max-width:1199px){.team{padding:5rem 0 3.5rem}.team__nav-btn{opacity:1}.about-intro{padding:4rem 0 5rem}.about-intro__inner{gap:3rem}.about-intro__title{font-size:2.75rem}.about-intro__image{width:45%}.philosophy__inner{align-items:stretch}.philosophy__cover,.philosophy__detail{width:50%;height:auto;min-height:32rem}.philosophy__detail{padding:3rem}.philosophy__panel{width:100%;gap:1rem}.philosophy__panel-thumb{width:8rem}.philosophy__detail-brand{font-size:3.5rem}.about-video{min-height:34rem}.about-video__title{font-size:2.75rem}.about-experience{padding:5rem 0}.about-experience__inner{gap:3rem}.about-experience__list{width:55%}.about-experience__item{gap:1.5rem}.about-experience__item-thumb{width:8rem;height:8rem}}@media (max-width:991px){.about-intro{padding:3.5rem 0 4rem}.about-intro__inner{gap:2rem}.about-intro__content{gap:2rem}.about-intro__title{font-size:2.25rem}.about-intro__image{width:42%}.philosophy{padding-bottom:5rem}.philosophy__inner{flex-direction:column;gap:1.5rem}.philosophy__cover,.philosophy__detail{width:100%;min-height:auto}.philosophy__cover{min-height:28rem;padding:1.25rem}.philosophy__title{font-size:2rem}.philosophy__panel{width:100%;max-width:30.5rem;gap:1rem}.philosophy__panel-thumb{width:9rem}.philosophy__detail{padding:3rem 2rem}.philosophy__detail-brand{font-size:3rem}.about-video{min-height:30rem;padding:4rem 0}.about-video::before{background-image:linear-gradient(180deg,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.24) 56%,rgba(0,0,0,0) 100%)}.about-video__content{gap:2.25rem}.about-video__title{font-size:2.25rem}.about-video__play{width:5.5rem;height:5.5rem}.about-video__play svg{width:1.75rem;height:1.75rem}.about-experience{padding:4rem 0}.about-experience__inner{flex-direction:column;align-items:stretch}.about-experience__intro{gap:2rem}.about-experience__intro-body{gap:2rem}.about-experience__desc{max-width:45rem}.about-experience__list{width:100%;max-height:none;overflow-y:visible;padding-right:0}}@media (max-width:767px){.team{padding:3rem 0}.team__item-name{font-size:1.25rem}.about-intro{padding:2.5rem 0 3rem}.about-intro__inner{flex-direction:column-reverse;align-items:stretch;gap:2rem}.about-intro__content{gap:1.75rem}.about-intro__title{font-size:1.875rem}.about-intro__rating{font-size:1.125rem}.about-intro__image{width:100%}.philosophy{padding-bottom:3rem}.philosophy__title{font-size:1.75rem}.philosophy__detail{padding:2.5rem 1.5rem}.about-video{min-height:28rem;padding:3rem 0}.about-video__title{font-size:1.875rem}.about-video__content{gap:2rem}.about-video__play{width:4.5rem;height:4.5rem}.about-video__play svg{width:1.5rem;height:1.5rem}.about-experience{padding:3rem 0}.about-experience__item{gap:1.25rem;padding:1.25rem}.about-experience__item-body{gap:1rem}.about-experience__item-title{font-size:1.25rem}.about-experience__item-thumb{width:7.5rem;height:7.5rem}}@media (max-width:575px){.about-intro{padding:2rem 0 2.5rem}.about-intro__inner{gap:1.75rem}.about-intro__content{gap:1.5rem}.about-intro__heading{gap:0.75rem}.about-intro__title{font-size:1.625rem}.about-intro__rating{font-size:1rem;gap:0.5rem}.about-intro__desc{font-size:0.9375rem}.about-intro__image{height:auto}.philosophy{padding-bottom:2.5rem}.philosophy__cover{min-height:24rem}.philosophy__title{font-size:1.5rem}.philosophy__detail{padding:2rem 1.25rem}.philosophy__detail-item{gap:1.25rem}.philosophy__detail-title{font-size:1.25rem}.philosophy__detail-brand{font-size:2.5rem}.philosophy__detail-image{width:10rem;height:10rem}.about-video{min-height:26rem;padding:2.5rem 0}.about-video__heading{gap:0.75rem}.about-video__content{gap:1.75rem}.about-video__title{font-size:1.625rem}.about-video__desc{font-size:0.9375rem}.about-video__play{width:4rem;height:4rem}.about-video__play svg{width:1.25rem;height:1.25rem}.about-experience{padding:2.5rem 0}.about-experience__title{font-size:1.625rem}.about-experience__gallery img{height:9rem}.about-experience__item{gap:1rem;padding:1rem}.about-experience__item-number{font-size:1.25rem}.about-experience__item-title{font-size:1.125rem}.about-experience__item-desc{font-size:0.9375rem}.about-experience__item-thumb{width:6rem;height:6rem}}@media (max-width:374px){.philosophy__panel{flex-direction:column;height:auto}.philosophy__panel-thumb{width:100%;height:8rem}.philosophy__detail-brand{font-size:2.25rem}}