.home-result-mask{overflow:hidden;padding:.35rem 1rem 1.1rem}.home-result-track{display:flex;width:max-content;gap:1.2rem;padding:.65rem 0 1.15rem;will-change:transform;backface-visibility:hidden;animation:home-result-scroll 16s linear infinite}.home-result-mask.is-paused .home-result-track{animation-play-state:paused}.home-result-track-static{animation:none;flex-wrap:wrap;width:100%;justify-content:center;padding-inline:0}.home-result-slide{flex:0 0 auto;width:clamp(210px,72vw,250px)}@media (min-width:768px){.home-result-slide{width:clamp(220px,42vw,270px)}}@media (min-width:1024px){.home-result-slide{width:clamp(240px,calc((100vw - 7rem) / 4),300px)}}.home-result-card{--home-result-move:240ms cubic-bezier(0.22,1,0.36,1);position:relative;z-index:0;overflow:hidden;aspect-ratio:4/5;isolation:isolate;border-radius:1.85rem;background:#e8f3ee;box-shadow:0 18px 40px -28px rgba(12,40,32,.35);cursor:pointer}.home-result-card__photo{position:absolute;inset:0;z-index:0}.home-result-card__veil{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(8,22,18,.92) 0,rgba(12,36,28,.7) 42%,rgba(16,48,38,.28) 72%,transparent);clip-path:inset(62% 0 0 0);pointer-events:none;transition:clip-path var(--home-result-move)}.home-result-card__copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;padding:1.15rem 1.1rem 1.2rem;color:#fff;text-align:left;pointer-events:none}.home-result-card__stack{margin-top:auto;transition:margin-top var(--home-result-move)}.home-result-card__name{font-size:1.05rem;font-weight:650;letter-spacing:-.02em;line-height:1.2}.home-result-card__role{margin-top:.12rem;font-size:.82rem;font-weight:500;line-height:1.35;color:rgba(255,255,255,.8)}.home-result-card__skills{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem;max-height:0;margin:0;overflow:hidden;opacity:0;transform:translateY(10px);transition:max-height var(--home-result-move),margin-top var(--home-result-move),opacity .16s ease-out,transform var(--home-result-move)}.home-result-card__skill{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:.35rem}.home-result-card__skill dt{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.72)}.home-result-card__skill dd{margin:0;font-size:.82rem;font-weight:700;letter-spacing:-.02em;color:#fff}.home-result-card.is-active,.home-result-card.is-open,.home-result-card:hover{z-index:2}.home-result-card.is-active .home-result-card__veil,.home-result-card.is-open .home-result-card__veil{clip-path:inset(0 0 0 0)}.home-result-card.is-active .home-result-card__stack,.home-result-card.is-open .home-result-card__stack{margin-top:0}.home-result-card.is-active .home-result-card__skills,.home-result-card.is-open .home-result-card__skills{max-height:5.5rem;margin-top:.7rem;opacity:1;transform:translateY(0)}@media (hover:hover) and (pointer:fine){.home-result-card:hover .home-result-card__veil{clip-path:inset(0 0 0 0)}.home-result-card:hover .home-result-card__stack{margin-top:0}.home-result-card:hover .home-result-card__skills{max-height:5.5rem;margin-top:.7rem;opacity:1;transform:translateY(0)}}@keyframes home-result-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.home-result-track{animation:none;flex-wrap:wrap;width:100%;justify-content:center}.home-result-card__skills,.home-result-card__stack,.home-result-card__veil{transition:none}}