.section-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:5rem;display:flex}@keyframes revealModelCard{0%{opacity:0;transform:translateY(30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes revealSectionTitle{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.grid-section{gap:5em;width:80%;max-width:1440px}.grid-section,.models-section{flex-direction:column;justify-content:center;align-items:center;display:flex}.models-section{gap:2.5rem;width:100%}.models-section h2{opacity:0;text-align:center;font-family:Nunito;font-size:38px;font-weight:800;animation:.6s cubic-bezier(.16,1,.3,1) forwards revealSectionTitle}.models-grid{grid-template-columns:repeat(5,1fr);place-items:center;gap:2rem;display:grid}.model-with-name{animation:.5s cubic-bezier(.16,1,.3,1) forwards revealModelCard;animation-delay:calc(var(--animation-order,0)*60ms + .1s);cursor:pointer;opacity:0;flex-direction:column;gap:1rem;height:14rem}.model,.model-with-name{justify-content:center;align-items:center;width:12.5rem;display:flex}.model{background-color:rgba(27,27,27,.38);border-radius:3rem;height:12.5rem;overflow:hidden;box-shadow:inset 0 0 0 .5px rgba(255,255,255,.16)}.model-thumbnail{transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s cubic-bezier(.16,1,.3,1)}.model-with-name:hover .model-thumbnail{filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))drop-shadow(0 0 60px rgba(137,219,255,.2));transform:translateZ(20px)scale(1.1)}.model-with-name span{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-family:Nunito;font-size:16px;font-weight:500;overflow:hidden}.toggle-row{justify-content:center;display:flex}.toggle-btn{color:#fff;cursor:pointer;letter-spacing:-.5px;background:rgba(255,255,255,.04);border:.5px solid rgba(255,255,255,.2);border-radius:2rem;align-items:center;gap:8px;padding:12px 24px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;transition:transform .3s ease-in-out,border-color .3s ease-in-out;display:flex}.toggle-btn:hover{border:.5px solid #fff;transform:scale(1.05)}@media (max-width:480px){.grid-section{gap:3rem;width:100%}.models-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.models-section{gap:1.5rem}.models-section h2{font-size:26px}.model-with-name{width:6.25rem;height:9rem}.model{border-radius:2rem;width:6.25rem;height:6.25rem}.model-thumbnail{object-fit:cover;width:93px;height:93px}.model-with-name:hover .model-thumbnail{filter:drop-shadow(0 12px 24px rgba(0,0,0,.5))drop-shadow(0 0 40px rgba(137,219,255,.2));transform:translateZ(15px)scale(1.08)}.model-with-name span,.toggle-btn{font-size:12px}.toggle-btn{padding:10px 18px}}@media (max-width:768px) and (min-width:481px){.grid-section{gap:4rem;width:100%}.models-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.models-section{gap:2rem}.models-section h2{font-size:32px}.model-with-name{width:9.375rem;height:11rem}.model{border-radius:2rem;width:9.375rem;height:9.375rem}.model-thumbnail{object-fit:cover;width:143px;height:143px}.model-with-name:hover .model-thumbnail{filter:drop-shadow(0 16px 32px rgba(0,0,0,.5))drop-shadow(0 0 50px rgba(137,219,255,.2));transform:translateZ(18px)scale(1.09)}.model-with-name span,.toggle-btn{font-size:14px}.toggle-btn{padding:11px 21px}}@media (max-width:1080px) and (min-width:769px){.grid-section{width:100%}.models-grid{grid-template-columns:repeat(4,1fr)}}
