:root{--geg-color-primary:var(--stern-color-primary-500,#004f9e);--geg-color-primary-dark:var(--stern-color-primary-600,#003b77);--geg-color-secondary:var(--stern-color-secondary-500,#fd0);--geg-color-neutral-light:var(--stern-color-neutral-100,#f5f5f5);--geg-color-neutral:var(--stern-color-neutral-500,#71717a);--geg-color-neutral-border:var(--stern-color-neutral-200,#d4d4d8);--geg-color-text:var(--stern-color-dark-800,#252525);--geg-color-on-primary:var(--stern-color-primary-50,#fff);--geg-spacing-xs:var(--stern-spacing-xs,0.5rem);--geg-spacing-sm:var(--stern-spacing-sm,0.75rem);--geg-spacing-md:var(--stern-spacing-md,1rem);--geg-spacing-lg:var(--stern-spacing-lg,1.5rem)}.geg-team{--geg-team-gap:var(--geg-spacing-md);container:geg-team/inline-size;& .geg-team__filter-wrap{margin-bottom:var(--geg-spacing-lg);position:relative;&:after{background:linear-gradient(to right,transparent,var(--geg-color-neutral-light));bottom:0;content:"";opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease;width:3.5rem}&.has-more:after{opacity:1}}& .geg-team__filter{align-items:center;background:var(--geg-color-neutral-light);color:var(--geg-color-text);display:flex;flex-wrap:wrap;gap:var(--geg-spacing-xs);padding:var(--geg-spacing-xs) var(--geg-spacing-md);@container geg-team (max-width: 479px){flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;&::-webkit-scrollbar{display:none}& .geg-team__filter-button,& .geg-team__filter-label{flex-shrink:0;scroll-snap-align:start;white-space:nowrap}}}& .geg-team__filter-label{font-size:.85rem;font-weight:700;margin-right:var(--geg-spacing-xs)}& .geg-team__filter-button{appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;padding:var(--geg-spacing-xs) var(--geg-spacing-md);transition:background-color .2s ease;&:focus-visible,&:hover{background:var(--geg-color-secondary);outline:none}&.is-active{background:var(--geg-color-secondary);font-weight:500}}& .geg-team__grid{display:grid;gap:var(--geg-team-gap);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0;@container geg-team (min-width: 700px){grid-template-columns:repeat(3,minmax(0,1fr))}@container geg-team (min-width: 960px){grid-template-columns:repeat(4,minmax(0,1fr))}}& .geg-team__card{aspect-ratio:3/4;background:var(--geg-color-neutral-light);container-type:inline-size;margin:0;overflow:hidden;position:relative;@container geg-team (max-width: 479px){&.is-open{aspect-ratio:1/1;grid-column:1/-1}}}& .geg-team__card--placeholder{background:var(--geg-color-on-primary);border:1px solid var(--geg-color-neutral-border)}& .geg-team__initials{align-items:center;color:var(--geg-color-neutral-border);display:flex;font-size:clamp(1.5rem,18cqi,3.5rem);font-weight:600;height:100%;justify-content:center;letter-spacing:.05em;width:100%}& .geg-team__photo{background:transparent;border:0;cursor:pointer;display:flex;height:100%;overflow:hidden;padding:0;position:relative;width:100%;&:after{background:linear-gradient(to top,color-mix(in srgb,var(--geg-color-primary) 55%,transparent) 0,transparent 45%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .35s ease}&:focus-visible{outline:3px solid var(--geg-color-secondary);outline-offset:-3px}}& .geg-team__photo-img{display:block;height:100%;object-fit:cover;object-position:top center;transition:transform .6s cubic-bezier(.2,.7,.2,1);width:100%}& .geg-team__frame{inset:clamp(.5rem,6cqi,.9rem);pointer-events:none;position:absolute;z-index:1;&:after,&:before{border:2px solid transparent;box-sizing:border-box;content:"";height:0;position:absolute;transition:width .18s ease-in,height .18s ease-in,border-color 0s .18s;width:0}&:before{left:0;top:0}&:after{bottom:0;right:0}}& .geg-team__hint{align-items:center;background:var(--geg-color-on-primary);border-radius:999px;bottom:clamp(1rem,10cqi,1.75rem);box-shadow:var(--stern-shadow-soft,0 4px 12px rgba(0,0,0,.1));color:var(--geg-color-primary);display:inline-flex;font-size:clamp(.7rem,5cqi,.85rem);font-weight:600;gap:.5rem;left:50%;opacity:0;padding:.35rem .85rem .35rem .35rem;position:absolute;transform:translate(-50%,.75rem);transition:opacity .25s ease,transform .35s cubic-bezier(.2,.7,.2,1);white-space:nowrap;z-index:2}& .geg-team__hint-icon{align-items:center;background:var(--geg-color-secondary);border-radius:50%;color:var(--geg-color-text);display:inline-flex;height:1.5rem;justify-content:center;transition:transform .4s cubic-bezier(.2,.7,.2,1);width:1.5rem}@media (hover:hover){& .geg-team__photo:focus-visible,& .geg-team__photo:hover{&:after{opacity:1}& .geg-team__photo-img{transform:scale(1.04)}& .geg-team__frame:after,& .geg-team__frame:before{height:100%;width:100%}& .geg-team__frame:before{border-right-color:var(--geg-color-secondary);border-top-color:var(--geg-color-secondary);transition:width .25s ease-out,height .25s ease-out .25s}& .geg-team__frame:after{border-bottom-color:var(--geg-color-secondary);border-left-color:var(--geg-color-secondary);transition:border-color 0s .5s,width .25s ease-out .5s,height .25s ease-out .75s}& .geg-team__hint{opacity:1;transform:translate(-50%);transition-delay:.15s}& .geg-team__hint-icon .geg-icon-mouse__wheel{animation:geg-team-wheel 1.2s ease-in-out .4s infinite}}}@media (hover:none){& .geg-team__hint{bottom:.5rem;left:auto;opacity:1;padding:.25rem;right:.5rem;transform:none}& .geg-team__hint-text{display:none}}& .geg-team__panel{animation:geg-team-reveal .5s cubic-bezier(.2,.7,.2,1) both;background:var(--geg-color-primary);color:var(--geg-color-on-primary);cursor:pointer;display:flex;flex-direction:column;gap:clamp(.5rem,5cqi,1rem);inset:0;justify-content:center;overflow-y:auto;padding:clamp(.75rem,9cqi,1.75rem);position:absolute;z-index:3;&[hidden]{display:none}& p{margin:0}&>.geg-team__avatar,&>.geg-team__contact,&>.geg-team__identity{animation:geg-team-rise .45s cubic-bezier(.2,.7,.2,1) both}&>.geg-team__avatar{animation-delay:.15s}&>.geg-team__identity{animation-delay:.22s}&>.geg-team__contact{animation-delay:.29s}}& .geg-team__close{align-items:center;background:color-mix(in srgb,var(--geg-color-on-primary) 12%,transparent);border:0;border-radius:50%;color:inherit;cursor:pointer;display:inline-flex;height:2.25rem;justify-content:center;padding:0;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s ease,transform .3s ease;width:2.25rem;&:focus-visible,&:hover{background:color-mix(in srgb,var(--geg-color-on-primary) 22%,transparent);outline:none;transform:rotate(90deg)}}& .geg-team__avatar{align-items:center;aspect-ratio:1;background:var(--geg-color-neutral-light);border-radius:50%;box-shadow:0 0 0 3px var(--geg-color-secondary);color:var(--geg-color-primary);display:flex;flex-shrink:0;font-size:clamp(.9rem,9cqi,1.6rem);font-weight:700;justify-content:center;overflow:hidden;width:clamp(3.25rem,32cqi,6rem);& img{height:100%;object-fit:cover;object-position:top center;width:100%}}& .geg-team__identity{border-bottom:1px solid color-mix(in srgb,var(--geg-color-on-primary) 20%,transparent);display:flex;flex-direction:column;gap:.25rem;padding-bottom:clamp(.5rem,5cqi,1rem)}& .geg-team__name{font-size:clamp(.85rem,7cqi,1.2rem);font-weight:700;line-height:1.25;overflow-wrap:anywhere;padding-right:2rem}& .geg-team__job{color:color-mix(in srgb,var(--geg-color-on-primary) 75%,transparent);font-size:clamp(.72rem,5cqi,.9rem);line-height:1.35}& .geg-team__contact{display:flex;flex-direction:column;font-size:clamp(.72rem,5cqi,.88rem);gap:.4rem;list-style:none;margin:0;padding:0;& a{align-items:center;color:inherit;display:inline-flex;gap:.6rem;overflow-wrap:anywhere;text-decoration:none;transition:color .2s ease;&:focus-visible,&:hover{color:var(--geg-color-secondary)}&:focus-visible .geg-team__contact-icon,&:hover .geg-team__contact-icon{background:var(--geg-color-secondary);color:var(--geg-color-text)}}}& .geg-team__contact-icon{align-items:center;background:color-mix(in srgb,var(--geg-color-on-primary) 12%,transparent);border-radius:50%;display:inline-flex;flex-shrink:0;height:1.75rem;justify-content:center;transition:background-color .2s ease,color .2s ease;width:1.75rem}& .geg-team__empty{color:var(--geg-color-neutral);margin:0}}@keyframes geg-team-reveal{0%{clip-path:circle(0 at 50% 88%)}to{clip-path:circle(150% at 50% 88%)}}@keyframes geg-team-wheel{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}@keyframes geg-team-rise{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.geg-team *,.geg-team :after,.geg-team :before{animation-delay:0s!important;animation-duration:.01ms!important;transition-delay:0s!important;transition-duration:.01ms!important}}
