:root{--breakpoint-mobile: 320px;--breakpoint-tablet: 768px;--breakpoint-laptop: 1024px;--breakpoint-desktop: 1440px;--color-bg: #000000;--color-text: #e8e6e1;--color-text-dim: rgba(232, 230, 225, .7);--color-border: rgba(232, 230, 225, .1);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--container-padding: 1.5rem;--container-max-width: 1440px}@media (min-width: 768px){:root{--spacing-xl: 4rem;--spacing-2xl: 6rem;--container-padding: 2.5rem}}@media (min-width: 1024px){:root{--spacing-xl: 5rem;--spacing-2xl: 8rem;--container-padding: 4rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll;overscroll-behavior:contain;touch-action:pan-y;font-size:1vw;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;-ms-text-size-adjust:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--color-bg);color:var(--color-text);font-size:1vw;line-height:1.6;overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;min-height:100vh;min-height:100dvh}#root{min-height:100vh;min-height:100dvh}.main-container{position:relative}@supports (height: 100dvh){html,body,#root{min-height:100dvh}}.section-label{font-size:.8vw;font-weight:300;letter-spacing:.05vw;margin-bottom:1.5vh;opacity:.7;text-transform:uppercase}.section-title{font-size:3vw;font-weight:300;margin-bottom:3vh;letter-spacing:-.05vw;line-height:1.1}@media (max-width: 1023px){html{font-size:2vw}body{-webkit-user-select:text;user-select:text;font-size:4vw}.section-label{font-size:3vw;margin-bottom:1.5vh}.section-title{font-size:8vw;margin-bottom:2vh}}@media (max-width: 767px){body{font-size:4vw}.section-label{font-size:3vw}.section-title{font-size:9vw}}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}.snap-section{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;position:relative;display:flex;align-items:center;padding:0;overflow:hidden}.container{max-width:100%;margin:0 auto;padding:0 var(--container-padding);width:100%;display:flex;flex-direction:column;justify-content:center;height:100%}@media (min-width: 768px){.snap-section{padding:0}}@media (min-width: 1024px){.snap-section{padding:5vh 0;height:auto;overflow:visible}.container{max-width:90vw;padding:0 4vw;max-height:100vh;overflow:hidden}}@supports (height: 100dvh){.snap-section{min-height:100dvh;height:100dvh}@media (min-width: 1024px){.snap-section{height:auto}}}.fade-text{opacity:0;transform:translateY(2.5vh);transition:opacity .5s cubic-bezier(.645,.045,.355,1),transform .4s cubic-bezier(.645,.045,.355,1)}.is-visible .fade-text{opacity:1;transform:translateY(0)}.is-visible .fade-text:nth-child(1){transition-delay:.05s}.is-visible .fade-text:nth-child(2){transition-delay:.1s}.is-visible .fade-text:nth-child(3){transition-delay:.15s}.is-visible .fade-text:nth-child(4){transition-delay:.2s}.is-visible .fade-text:nth-child(5){transition-delay:.25s}.is-visible .fade-text:nth-child(6){transition-delay:.3s}.fade-fast{transition-duration:.3s!important;transition-delay:.02s!important}.fade-delayed{transition-delay:.2s!important}.fade-text{will-change:transform,opacity}.is-visible .fade-text{will-change:auto}@media (max-width: 1023px){.fade-text{opacity:0;transform:translateY(.5vh);transition:opacity .15s cubic-bezier(.645,.045,.355,1),transform .15s cubic-bezier(.645,.045,.355,1)}.is-visible .fade-text:nth-child(1){transition-delay:0s}.is-visible .fade-text:nth-child(2){transition-delay:.02s}.is-visible .fade-text:nth-child(3){transition-delay:.04s}.is-visible .fade-text:nth-child(4){transition-delay:.06s}.is-visible .fade-text:nth-child(5){transition-delay:.08s}.is-visible .fade-text:nth-child(6){transition-delay:.1s}.fade-fast{transition-duration:.1s!important;transition-delay:0s!important}.fade-delayed{transition-delay:.05s!important}}.cover{position:relative;height:100vh;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;padding:0}.cover-background{position:absolute;inset:0;z-index:1}.cover-logo{position:absolute;inset:0;display:grid;place-items:center;z-index:10;pointer-events:none;padding:var(--container-padding)}.cover-logo svg{width:70vw;max-width:400px;height:auto;opacity:.95}.cover-caption{position:absolute;left:var(--container-padding);bottom:2rem;color:#c7c7c7;font-size:.75rem;letter-spacing:.06em;opacity:.75;z-index:10}@media (min-width: 768px){.cover-logo svg{width:50vw;max-width:500px}.cover-caption{font-size:.85rem;bottom:3rem}}@media (min-width: 1024px){.cover-logo svg{width:20vw;max-width:none}.cover-caption{left:5vw;bottom:5vh;font-size:.9vw}}@supports (height: 100dvh){.cover{min-height:100dvh}}@media (max-height: 600px){.cover{min-height:100vh}.cover-caption{bottom:1.5rem}}.hero-section{position:relative;background:#000;color:#e8e6e1;overflow:hidden;min-height:100vh;min-height:100dvh}.hero-layout{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;gap:5vw;position:relative;padding:0}.hero-content{flex:1;max-width:60vw;opacity:0;transform:translateY(3vh);transition:opacity 1s cubic-bezier(.645,.045,.355,1),transform .8s cubic-bezier(.645,.045,.355,1);text-align:left}.hero-content.is-visible{opacity:1;transform:translateY(0);transition-delay:.3s}.hero-content .section-label{margin-bottom:2vh}.hero-title{font-size:4.5vw;font-weight:300;line-height:1.1;margin-bottom:3vh;letter-spacing:-.02em}.title-line{display:block}.hero-subtitle{font-size:1.3vw;font-weight:300;line-height:1.6;opacity:.85;max-width:40vw}.hero-wheel-wrapper{position:relative;flex-shrink:0;width:18vw;height:18vw;display:flex;align-items:center;justify-content:center}.hero-wheel-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 1.5vw rgba(255,255,255,.15));transform-origin:center center;will-change:transform,opacity;opacity:0;transition:opacity .6s ease}.hero-wheel-img.visible{opacity:.9}@media (max-width: 1023px){.hero-layout{flex-direction:column;gap:3vh;justify-content:center}.hero-content{max-width:100%;transform:translateY(1.5vh)}.hero-content .section-label{margin-bottom:1.5vh}.hero-title{font-size:8vw;margin-bottom:2vh}.hero-subtitle{font-size:4vw;max-width:100%}.hero-wheel-wrapper{width:30vw;height:30vw}}@media (max-width: 767px){.hero-title{font-size:9vw}.hero-subtitle{font-size:4.5vw}.hero-wheel-wrapper{width:35vw;height:35vw}}@supports (height: 100dvh){.hero-section{min-height:100dvh}}.menu-trigger{position:fixed;top:2.5vh;inset-inline-end:5vw;inset-inline-start:auto!important;width:2.5vw;height:2.5vw;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;z-index:2001;-webkit-tap-highlight-color:transparent;opacity:0;transform:translateY(-1vh);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.menu-trigger.visible{opacity:1;transform:translateY(0);pointer-events:auto}.menu-trigger .line{position:absolute;left:.5vw;right:.5vw;height:.15vh;background:#e8e6e1;border-radius:.05vw;transition:transform .25s ease,top .25s ease,opacity .2s ease,background .25s ease}.menu-trigger .line-top{top:.9vw}.menu-trigger .line-mid{top:1.25vw}.menu-trigger .line-bot{top:1.6vw}.menu-trigger:hover:not(.open) .line-top,.menu-trigger:hover:not(.open) .line-bot{top:1.25vw;opacity:0}.menu-trigger.open .line-mid{opacity:0}.menu-trigger.open .line-top{top:1.25vw;transform:rotate(45deg)}.menu-trigger.open .line-bot{top:1.25vw;transform:rotate(-45deg)}.menu-overlay{position:fixed;inset:0;z-index:2000;background:radial-gradient(ellipse 70vw 50vh at 30% 20%,rgba(50,50,50,.6),transparent 65%),radial-gradient(ellipse 55vw 40vh at 70% 60%,rgba(40,40,40,.5),transparent 70%),radial-gradient(ellipse 45vw 30vh at 50% 80%,rgba(30,30,30,.4),transparent 75%),#000;backdrop-filter:blur(.6vw);opacity:0;pointer-events:none;transform:scale(1.02);transition:opacity .6s cubic-bezier(.645,.045,.355,1),transform .6s cubic-bezier(.645,.045,.355,1)}.menu-overlay.open{opacity:1;pointer-events:auto;transform:scale(1)}.menu-top{display:flex;justify-content:space-between;align-items:center;padding:2.5vh 5vw}.menu-logo{font-size:1.3vw;font-weight:300;letter-spacing:.05vw;color:#e8e6e1;opacity:.9;display:flex;align-items:center}.menu-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:7vh 5vw;overflow-y:auto;-webkit-overflow-scrolling:touch}.menu-content{width:100%;max-width:90vw}.menu-grid-two-rows{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(2,auto);gap:2vh 3vw;justify-content:start;align-items:start}.menu-item{opacity:0;transform:translateY(1.5vh);transition:all .6s cubic-bezier(.645,.045,.355,1);min-height:5vh;display:flex;align-items:center}.menu-overlay.open .menu-item{opacity:1;transform:translateY(0)}.menu-item a{text-decoration:none;color:#e8e6e1;display:inline-flex;align-items:baseline;gap:.8vw;line-height:1;transition:opacity .3s ease;white-space:nowrap;min-height:5vh;align-items:center}.menu-item a:hover{opacity:1}.menu-text{font-weight:200;letter-spacing:-.01em;font-size:5vw;opacity:.92;transition:opacity .3s ease;line-height:1.1}.menu-item a:hover .menu-text{opacity:1}.menu-sup{font-size:1.2vw;opacity:.5;letter-spacing:.03vw;font-weight:300;align-self:flex-start;margin-top:.5vh}@media (max-width: 1023px){.menu-trigger{width:12vw;height:12vw;max-width:12vw;max-height:12vw;top:2vh;right:5vw}.menu-trigger .line{left:2vw;right:2vw;height:.5vw}.menu-trigger .line-top{top:3.5vw}.menu-trigger .line-mid{top:5.5vw}.menu-trigger .line-bot{top:7.5vw}.menu-trigger.open .line-top,.menu-trigger.open .line-bot{top:5.5vw}.menu-top{padding:3vh 5vw}.menu-logo{font-size:4vw}.menu-center{padding:12vh 5vw 8vh;align-items:center;justify-content:center}.menu-grid-two-rows{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:3vh 5vw;max-width:none}.menu-text{font-size:6vw}.menu-sup{font-size:3.5vw}.menu-item a{gap:2vw}}@media (max-width: 767px){.menu-text{font-size:7vw}.menu-sup{font-size:3.8vw}.menu-center{padding:10vh 5vw 6vh}.menu-grid-two-rows{gap:2.5vh 4vw}}@media (hover: none) and (pointer: coarse){.menu-trigger:hover:not(.open) .line-top,.menu-trigger:hover:not(.open) .line-bot{top:3.5vw;opacity:1}}.services-section{border-top:1px solid rgba(232,230,225,.1);background:radial-gradient(ellipse 80vw 55vh at 50% 25%,rgba(255,255,255,.15),transparent 60%),radial-gradient(ellipse 60vw 45vh at 30% 70%,rgba(255,255,255,.1),transparent 65%),radial-gradient(ellipse 50vw 35vh at 80% 50%,rgba(255,255,255,.08),transparent 70%),#000!important}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2vh 1.5vw;margin-top:0;max-height:60vh;overflow:hidden}.service-card{padding:1.5vh 0}.service-number{font-size:.7vw;opacity:.5;margin-bottom:.8vh;letter-spacing:.05vw}.service-title{font-size:1.4vw;font-weight:300;margin-bottom:.8vh;letter-spacing:-.03vw;line-height:1.2}.service-description{font-size:.9vw;opacity:.7;line-height:1.4}@media (max-width: 1023px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2vh 3vw;max-height:none;margin-top:3vh}.service-card{padding:2vh 3vw;border:1px solid rgba(232,230,225,.1);border-radius:.8vh}.service-number{font-size:2.5vw;margin-bottom:1vh}.service-title{font-size:4vw;margin-bottom:1vh}.service-description{font-size:3.2vw}}@media (max-width: 767px){.services-grid{grid-template-columns:1fr;gap:2vh}.service-card{padding:2.5vh 4vw}.service-number{font-size:3vw}.service-title{font-size:4.5vw}.service-description{font-size:3.5vw}}:root{--team-list-width: 28vw;--team-height: min(60vh, 70vh);--team-transition-fast: .25s;--team-transition-medium: .35s;--team-transition-slow: .5s;--team-easing: cubic-bezier(.4, 0, .2, 1)}.team-section{border-top:1px solid rgba(232,230,225,.1);background:#000;color:#e8e6e1}.team-container{max-width:90vw;margin:0 auto;padding:0 4vw;width:100%;height:100%;max-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.team-header{margin-bottom:1.5vh}.team-title{margin-bottom:2.5vh;transition:opacity var(--team-transition-medium) var(--team-easing)}.team-layout{display:grid;grid-template-columns:1fr 0fr var(--team-list-width);gap:4vw;align-items:stretch;height:var(--team-height)}.team-layout.has-hover{grid-template-columns:.5fr .5fr var(--team-list-width)}.team-photo-large{position:relative;width:100%;height:100%;background:#111;border:1px solid rgba(232,230,225,.15);overflow:hidden;min-height:0}.team-photo-img{position:absolute;inset:0;width:100%;height:100%;display:block;will-change:opacity;pointer-events:none;object-fit:cover}.team-photo-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.8vh 2.5vw;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);display:flex;align-items:center;z-index:10}.team-count{font-size:1.1vw;font-weight:300;letter-spacing:.05vw;opacity:.9}.team-members-list{display:flex;flex-direction:column;gap:1.5vh;height:100%;min-height:0;width:var(--team-list-width);flex-shrink:0}.team-names-wrapper{flex:1;min-height:0;overflow:hidden}.team-names{list-style:none;display:grid;grid-template-columns:1fr;gap:1.2vh;height:100%;overflow-y:auto;padding-right:.5vw;margin:0}.team-names::-webkit-scrollbar{width:.25vw}.team-names::-webkit-scrollbar-track{background:#e8e6e10d}.team-names::-webkit-scrollbar-thumb{background:#e8e6e133}.team-names::-webkit-scrollbar-thumb:hover{background:#e8e6e14d}.team-member-item{display:flex;align-items:center;gap:1.5vw;padding:1.2vh 0;border-bottom:1px solid rgba(232,230,225,.08);transition:transform var(--team-transition-medium) var(--team-easing),border-color var(--team-transition-medium) var(--team-easing),padding var(--team-transition-medium) var(--team-easing),background var(--team-transition-fast) var(--team-easing);cursor:pointer;box-sizing:border-box}.team-member-item:hover,.team-member-item.locked{border-bottom-color:#e8e6e14d;padding-left:.6vw;transform:translate(.3vw)}.team-member-item.locked{background:#e8e6e10d}.member-number{font-size:.8vw;opacity:.4;font-weight:300;min-width:1.5vw;text-align:right;align-self:flex-start;margin-top:.2vh;transition:opacity var(--team-transition-fast) var(--team-easing)}.team-member-item:hover .member-number,.team-member-item.locked .member-number{opacity:.7}.member-info{display:flex;flex-direction:column;gap:.3vh;flex:1}.member-name{font-size:1.1vw;font-weight:300;letter-spacing:.02vw;opacity:.92;line-height:1.3;transition:opacity var(--team-transition-fast) var(--team-easing)}.team-member-item:hover .member-name,.team-member-item.locked .member-name{opacity:1}.member-role{font-size:.85vw;font-weight:300;letter-spacing:.01vw;opacity:.5;line-height:1.2}.team-member-item:hover .member-role,.team-member-item.locked .member-role{opacity:.7}.team-experience{height:100%;min-height:0;overflow:hidden;opacity:0;pointer-events:none;padding:0;background:transparent;display:flex;flex-direction:column;justify-content:flex-start;gap:1.2vh;transform:translate(1.2vw)}.team-layout.has-hover .team-experience{opacity:1;pointer-events:auto;padding:2vh 2vw;transform:translate(0)}.team-exp-title{font-size:1.3vw;font-weight:300;letter-spacing:.02vw;opacity:.95}.team-exp-role{font-size:.95vw;opacity:.6;margin-bottom:1vh}.team-exp-points{font-size:.95vw;line-height:1.5;opacity:.9;display:grid;gap:.8vh}.team-mobile-navigation{display:none}@media (max-width: 1023px){:root{--team-transition-fast:.2s;--team-transition-medium:.3s;--team-transition-slow:.4s}.team-container{max-width:100vw;width:100vw;height:100svh;max-height:100svh;padding:0;margin:0;display:flex;flex-direction:column}.team-header{padding:3vh 5vw 2vh;margin:0;display:flex;flex-direction:column;gap:.8vh}.team-header .section-label{font-size:11px;line-height:1.1;letter-spacing:.05em}.team-header .team-title,.team-header .section-title{font-size:28px;line-height:1.1;margin:0}.team-layout{display:flex;flex-direction:column;gap:0;width:100%;height:auto;flex:1 1 auto;min-height:0}.team-layout.has-hover{display:flex}.team-photo-large{width:90vw;margin:0 auto;border-radius:2vw;flex:1 1 auto;min-height:0;position:relative}.team-photo-img{border-radius:2vw;object-fit:cover!important}.team-count{font-size:3.5vw}.team-experience{display:none!important}.team-members-list{flex:0 0 30svh;height:30svh;width:100vw;overflow:hidden;padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-start}.team-mobile-navigation{display:flex;align-items:center;justify-content:space-between;gap:3vw;padding:1.2vh 5vw 1vh;width:100%;box-sizing:border-box;flex:0 0 auto}.team-nav-button{background:transparent;border:1px solid rgba(232,230,225,.3);border-radius:50%;width:10vw;height:10vw;min-width:44px;min-height:44px;max-width:44px;max-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#e8e6e1;transition:all .3s ease;flex-shrink:0;padding:0;box-sizing:border-box}.team-nav-button svg{width:20px;height:20px}.team-nav-button:disabled{opacity:.2;cursor:not-allowed;border-color:#e8e6e11a}.team-nav-button:not(:disabled):active{transform:scale(.92);background:#e8e6e11a}.team-pagination{display:flex;gap:2vw;align-items:center;justify-content:center;flex:1;min-width:0}.team-pagination-dot{width:8px;height:8px;border-radius:999px;background:#e8e6e14d;border:none;padding:0;cursor:pointer;transition:all .3s ease}.team-pagination-dot.active{background:#e8e6e1e6;width:24px}.team-names-wrapper.mobile-scroll{width:100vw;height:calc(30svh - 56px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1 1 auto;padding-left:6vw;padding-right:6vw;box-sizing:border-box}.team-names-wrapper.mobile-scroll::-webkit-scrollbar{display:none}.team-names-wrapper.mobile-scroll .team-names{display:flex;flex-direction:row;gap:3vw;padding:0!important;margin:0!important;height:100%;width:max-content;min-width:100%;box-sizing:border-box;align-items:flex-start}.team-names-wrapper.mobile-scroll .team-member-item{flex:0 0 28vw;min-width:28vw;max-width:28vw;scroll-snap-align:start;flex-direction:column;align-items:flex-start;gap:6px;padding:12px 10px;border:1px solid rgba(232,230,225,.15);border-radius:8px;background:#e8e6e108;box-sizing:border-box;height:auto}.team-names-wrapper.mobile-scroll .team-member-item:hover{padding:12px 10px;transform:none}.team-names-wrapper.mobile-scroll .member-number{font-size:11px;min-width:auto;margin-top:0;opacity:.5}.team-names-wrapper.mobile-scroll .member-info{gap:4px;width:100%}.team-names-wrapper.mobile-scroll .member-name{font-size:14px;line-height:1.25;word-break:break-word}.team-names-wrapper.mobile-scroll .member-role{font-size:12px;line-height:1.3;word-break:break-word;opacity:.7}}@media (max-width: 360px){.team-mobile-navigation{gap:2vw}.team-nav-button{min-width:36px;min-height:36px;max-width:36px;max-height:36px}.team-names-wrapper.mobile-scroll .team-names{gap:2.4vw}.team-names-wrapper.mobile-scroll .team-member-item{flex:0 0 clamp(100px,28vw,34vw);min-width:clamp(100px,28vw,34vw)}}@media (max-width: 767px){.team-header .team-title,.team-header .section-title{font-size:26px}}:root{--about-text-height: 36vh}.about-section{position:relative;border-top:1px solid rgba(232,230,225,.1)}.about-content{display:grid;grid-template-columns:1.3fr 1fr;gap:5vw;align-items:start}.about-text{position:relative;min-height:var(--about-text-height);height:var(--about-text-height);padding-bottom:1.2vh;overflow:visible}.about-swap{position:relative;width:100%;height:100%;overflow:visible}.about-swap-inner{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .35s ease}.about-swap-inner.active{opacity:1;pointer-events:auto}.about-card{padding:2vh 2vw;background:transparent;border:none;border-radius:0}.about-card h4{font-weight:300;font-size:1.3vw;margin-bottom:1.2vh}.about-card p{font-size:1.05vw;line-height:1.55;opacity:.9}.about-title-fixed{margin:0 0 1.2vh;line-height:1.2}.stats{display:flex;flex-direction:column;gap:3.5vh;padding-left:0;align-self:stretch;min-height:var(--about-text-height)}.stat-item{display:flex;align-items:center;gap:2vw;height:7vh;min-height:7vh;cursor:pointer;position:relative;border-bottom:1px solid rgba(232,230,225,.08);padding:0;transition:transform .35s ease,border-color .35s ease}.stat-item:hover,.stat-item.active{transform:translate(.3vw);border-bottom-color:#e8e6e140}.stat-line{width:.2vw;height:100%;background:linear-gradient(to bottom,#e8e6e1b3,#e8e6e166,#e8e6e1b3);flex-shrink:0;transition:background .3s ease}.stat-item:hover .stat-line,.stat-item.active .stat-line{background:linear-gradient(to bottom,#e8e6e1f2,#e8e6e1b3,#e8e6e1f2)}.stat-label{font-size:1.3vw;font-weight:300;letter-spacing:.02vw;opacity:.95;line-height:1.5;flex:1;transition:opacity .3s ease}.stat-item:hover .stat-label,.stat-item.active .stat-label{opacity:1}@media (max-width: 1200px){:root{--about-text-height: 40vh}.about-card h4{font-size:1.6vw}.about-card p{font-size:1.35vw}.stat-label{font-size:1.6vw}}@media (max-width: 767px){.about-content{grid-template-columns:1fr;gap:4vh}:root{--about-text-height: auto}.about-text{height:auto;min-height:0}.about-swap-inner,.about-swap-inner.active{position:relative}.stat-label{font-size:4.4vw}.about-card p{font-size:3.9vw}}.contact-section{position:relative;border-top:1px solid rgba(232,230,225,.1);background:#000;color:#e8e6e1}.contact-container{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:14vh;padding-bottom:3vh;position:relative}.section-head{display:flex;flex-direction:column;gap:.6vh;margin-bottom:2.2vh}.contact-section .section-head .section-label{margin:0;opacity:.7;font-weight:300;letter-spacing:.04em}.contact-section .section-head .section-title{margin:0;line-height:1.15}.contact-section .section-label{margin-bottom:1.2vh}.contact-section .section-title{margin-bottom:3vh}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4vw;margin-top:0;max-height:60vh;overflow:hidden;flex:1}.contact-info{display:flex;flex-direction:column;gap:2.5vh;justify-content:center}.info-item{display:flex;flex-direction:column;gap:.8vh}.info-label{font-size:.7vw;font-weight:500;letter-spacing:.05vw;text-transform:uppercase;opacity:.6}.info-link{font-size:1.2vw;color:#e8e6e1;text-decoration:none;opacity:.85;transition:opacity .3s ease}.info-link:hover{opacity:1}.info-text{font-size:1.1vw;opacity:.85}.contact-form{display:flex;flex-direction:column}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5vh 1.5vw;margin-bottom:3vh}.form-group{position:relative;display:flex;flex-direction:column}.form-group-full{grid-column:1 / -1}.form-input,.form-textarea{width:100%;background:transparent;border:none;border-bottom:1px solid #333333;padding:1.5vh 0 1vh;font-size:1vw;font-weight:400;color:#fff;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none}.form-textarea{resize:vertical;min-height:8vh;max-height:12vh}.form-label{position:absolute;top:1.5vh;left:0;font-size:1vw;color:#666;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label,.form-textarea:focus~.form-label,.form-textarea:not(:placeholder-shown)~.form-label{top:0;font-size:.7vw;color:#fff;font-weight:500}.form-input:focus,.form-textarea:focus{border-bottom-color:#fff}.submit-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:1.8vh 4vw;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:3vw;font-size:1vw;font-weight:500;letter-spacing:.03vw;cursor:pointer;align-self:flex-start;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.submit-button:hover:before{left:100%}.submit-button:hover{border-color:#fff9;background:#ffffff0d;transform:translateY(-.3vh);box-shadow:0 .8vh 1.5vw #ffffff1a}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-message{margin-bottom:1.5vh;padding:1vh 1.5vw;border-radius:.5vh;font-size:.9vw;text-align:center}.submit-message.success{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.3)}.submit-message.error{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.3)}.contact-footer-corner{position:absolute;bottom:3vh;right:4vw;text-align:right}.contact-footer-text{opacity:.5;font-size:.8vw;font-weight:300}@media (max-width: 1023px){.contact-container{min-height:100vh;min-height:100dvh;justify-content:flex-start;padding-top:8vh;padding-bottom:5vh}.section-head{gap:.8vh;margin-bottom:2.2vh}.contact-section .section-head .section-label,.contact-section .section-head .section-title{margin:0}.contact-wrapper{grid-template-columns:1fr;gap:4vh;max-height:none;margin-top:3vh}.contact-info{gap:2.5vh}.info-label{font-size:3vw}.info-link{font-size:4.5vw}.info-text{font-size:4vw}.form-grid{grid-template-columns:1fr;gap:2.5vh;margin-bottom:3vh}.form-input,.form-textarea{font-size:4vw;padding:2vh 0 1.5vh}.form-label{top:2vh;font-size:4vw}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label,.form-textarea:focus~.form-label,.form-textarea:not(:placeholder-shown)~.form-label{top:0;font-size:3vw}.form-textarea{min-height:15vh;max-height:20vh}.submit-button{width:100%;padding:2.5vh 5vw;font-size:4vw;border-radius:10vw}.submit-message{font-size:3.5vw;padding:1.5vh 3vw;margin-bottom:2vh}.contact-footer-corner{position:relative;bottom:auto;right:auto;text-align:center;margin-top:3vh;padding-top:3vh;border-top:1px solid rgba(232,230,225,.1)}.contact-footer-text{font-size:3vw}}@media (max-width: 767px){.contact-info{gap:2vh}.contact-footer-text{font-size:3.2vw}}.footer{padding:5vh 0;border-top:1px solid rgba(232,230,225,.1);text-align:center;background:#000}.footer-text{opacity:.5;font-size:.8vw}@media (max-width: 1023px){html{font-size:16px}body{-webkit-user-select:text;user-select:text;font-size:16px}}@media (max-width: 1023px){.cover{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.cover-logo svg,.cover-logo-img{width:130px}.cover-caption{left:var(--container-padding);bottom:28px;font-size:10px;letter-spacing:.05em}}@media (max-width: 767px){.cover-logo svg,.cover-logo-img{width:110px}.cover-caption{bottom:24px;font-size:9px}}@media (max-width: 1023px){.hero-section{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.hero-layout{flex-direction:column;gap:0;padding:0;height:100%;justify-content:center;align-items:center}.hero-content{max-width:100%;text-align:left;padding-top:64px;flex-shrink:0}.hero-content .section-label{margin-bottom:10px;font-size:11px}.hero-title{font-size:28px;margin-bottom:12px;line-height:1.1}.hero-subtitle{font-size:14px;max-width:100%;line-height:1.5}.hero-wheel-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52vw;height:52vw;margin:0;pointer-events:none;z-index:1}}@media (max-width: 767px){.hero-title{font-size:26px}.hero-subtitle{font-size:13px}}@media (max-width: 1023px){.services-section{min-height:100vh;min-height:100dvh;height:auto}.services-section .container{justify-content:flex-start;padding-top:48px;padding-bottom:24px}.services-section .section-label{font-size:11px;margin-bottom:8px}.services-section .section-title{font-size:28px;margin-bottom:14px}.services-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px;max-height:none;margin-top:14px}.service-card{padding:10px 8px;border:1px solid rgba(232,230,225,.1);border-radius:8px}.service-number{font-size:9px;margin-bottom:5px}.service-title{font-size:13px;margin-bottom:5px;line-height:1.2}.service-description{font-size:11px;line-height:1.3}}@media (max-width: 767px){.services-grid{grid-template-columns:1fr;gap:10px}.service-card{padding:12px 10px}.service-number{font-size:9px}.service-title{font-size:14px}.service-description{font-size:11px}}@media (max-width: 1023px){.team-section{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}}@media (max-width: 767px){.team-photo-large{height:200px!important}}@media (max-width: 1023px){.about-section{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.about-section .container{justify-content:flex-start;padding-top:48px;overflow-y:auto;-webkit-overflow-scrolling:touch}.about-section .section-label{font-size:11px;margin-bottom:6px}.about-section .section-title{font-size:28px;margin-bottom:14px}.about-content-wrap{padding-bottom:0}.about-content{grid-template-columns:1fr;gap:16px;margin-top:16px;flex-direction:column-reverse;display:flex}.about-text{font-size:14px;line-height:1.5;order:2}.about-swap{min-height:auto}.about-swap-inner{position:relative;opacity:1;transform:none;display:none;transition:none}.about-swap-inner.active{display:block}.about-card{padding:14px 10px;border-radius:8px}.about-card h4{font-size:18px;margin-bottom:10px}.about-card p{font-size:14px;line-height:1.5}.stats{gap:12px;padding-left:0;order:1}.stat-item{gap:6px;flex-direction:column;align-items:flex-start}.stat-item:hover{padding-left:0;transform:none}.stat-line{width:100%;height:2px;min-height:auto}.stat-label{font-size:16px;line-height:1.3}}@media (max-width: 767px){.about-text{font-size:14px}.stats{gap:10px}.stat-item{gap:4px}.stat-label{font-size:17px}.about-card h4{font-size:19px}.about-card p{font-size:14px}}@media (max-width: 1023px){.contact-section{min-height:100vh;min-height:100dvh;height:auto}.contact-container{min-height:100vh;min-height:100dvh;justify-content:flex-start;padding-top:48px;padding-bottom:32px}.contact-section .section-head{margin-bottom:14px}.contact-section .section-label{font-size:11px;margin-bottom:6px}.contact-section .section-title{font-size:28px;margin-bottom:0}.contact-wrapper{grid-template-columns:1fr;gap:20px;max-height:none;margin-top:14px}.contact-info{gap:14px}.info-label{font-size:10px}.info-link{font-size:14px}.info-text{font-size:13px}.form-grid{grid-template-columns:1fr;gap:14px;margin-bottom:16px}.form-input,.form-textarea{font-size:13px;padding:10px 0 8px}.form-label{top:10px;font-size:13px}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label,.form-textarea:focus~.form-label,.form-textarea:not(:placeholder-shown)~.form-label{top:0;font-size:10px}.form-textarea{min-height:90px;max-height:120px}.submit-button{width:100%;padding:12px 24px;font-size:13px;border-radius:50px;margin-top:10px}.submit-message{font-size:12px;padding:10px 12px;margin-bottom:10px}.contact-footer-corner{position:relative;bottom:auto;right:auto;text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid rgba(232,230,225,.1)}.contact-footer-text{font-size:11px}}@media (max-width: 767px){.contact-info{gap:12px}.info-link{font-size:14px}.form-input,.form-textarea{font-size:13px}.contact-footer-text{font-size:11px}}@media (max-width: 1023px){.menu-trigger,.menu-overlay{display:none!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (hover: none) and (pointer: coarse){.submit-button,.team-member-item,.stat-item,.team-nav-button{min-height:44px;position:relative}.stat-item:hover{transform:none}.stat-item:hover .stat-line{background:linear-gradient(to bottom,#e8e6e1b3,#e8e6e166,#e8e6e1b3)}.team-member-item:hover{padding-left:0;transform:none}}@media (max-width: 767px) and (orientation: landscape){.snap-section{height:100vh;height:100dvh}.hero-layout{flex-direction:row;align-items:center}.hero-wheel-wrapper{width:30vw;height:30vw}}@media (max-width: 374px){body{font-size:14px}.section-title{font-size:26px}.hero-title{font-size:24px}.cover-logo svg,.cover-logo-img{width:100px}}@media (max-width: 1023px){.about-gradient-overlay{background:radial-gradient(ellipse 70vw 50vh at 50% 30%,rgba(255,255,255,.06),transparent 70%)}.services-section{background:#000!important}}.cover{position:relative}.cover-logo{position:absolute;inset:0;display:grid;place-items:center;z-index:3;pointer-events:none}.cover-logo-img{display:block;width:120px;height:auto;user-select:none}@media (min-width: 640px){.cover-logo-img{width:140px}}@media (min-width: 1024px){.cover-logo-img{width:20vw}}.menu-logo-img{display:block;height:32px;width:auto}@media (min-width: 640px){.menu-logo-img{height:40px}}@media (min-width: 1024px){.menu-logo-img{height:100px}}
