.skeleton{position:relative;overflow:hidden;background:#ececec;border-radius:4px}.skeleton:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:shimmer 1.3s infinite}@keyframes shimmer{to{left:150%}}.studio-skeleton-grid{display:grid;grid-template-columns:calc(100% - 50% - 5rem) calc(100% - 50% - 5rem);gap:10rem;align-items:center}.skeleton-image{width:100%;aspect-ratio:1.031496062992126}.skeleton-heading{width:80%;height:70px;margin-bottom:2rem}.skeleton-line{width:100%;height:16px;margin-bottom:.8rem}.skeleton-line.short{width:70%}.skeleton-banner{width:100%;aspect-ratio:21/9}.skeleton-section-title{width:500px;max-width:100%;height:60px}.studio-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.skeleton-member-image{width:100%;aspect-ratio:1}.studio-team-content{margin-top:1rem}.skeleton-member-name{width:70%;height:24px;margin-bottom:.75rem}.skeleton-member-role{width:50%;height:16px}@media only screen and (max-width:991px){.studio-skeleton-grid{grid-template-columns:100%;gap:2.5rem}.studio-team-grid{grid-template-columns:repeat(2,1fr)}.skeleton-heading{width:100%;height:50px}.skeleton-section-title{height:45px}}@media only screen and (max-width:767px){.studio-team-grid{grid-template-columns:1fr;gap:2rem}.skeleton-member-image{aspect-ratio:4/5}}