.pill{display:inline-flex;background:var(--brandDark-persistent);max-width:fit-content;flex-direction:column;padding:.5rem .75rem;background:var(--bg-container-dark);color:var(--brandWhite);border-radius:12px;font-weight:700;font-size:.75em}.pill-brand{display:inline-flex;max-width:fit-content;flex-direction:column;padding:.5rem .75rem;font-weight:700;border-radius:500px;font-size:.85em;background:var(--brand-transp-light-more);color:var(--brandDark);border:1px solid var(--brand-transp-light)}.pill-mini{display:inline-flex;max-width:fit-content;background:var(--brandDark-persistent);font-size:.8em;padding:.25rem .5rem;border-radius:8px}.project{display:flex;align-items:flex-end;align-self:stretch;padding:0;border-radius:24px;flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:.25s}.project.no-border{border:none}.project.no-hover:hover,.project.no-hover:active,.project.no-hover:focus{background:transparent;box-shadow:none;transform:none}.project.no-hover:hover .project-image img,.project.no-hover:hover .project-image video,.project.no-hover:hover .project-image dotlottie-player,.project.no-hover:has(.project-content:hover) .project-image img,.project.no-hover:has(.project-content:hover) .project-image video,.project.no-hover:has(.project-content:hover) .project-image dotlottie-player,.project.no-hover:has(.project-content:active) .project-image img,.project.no-hover:has(.project-content:active) .project-image video,.project.no-hover:has(.project-content:active) .project-image dotlottie-player,.project.no-hover:has(.project-content:focus) .project-image img,.project.no-hover:has(.project-content:focus) .project-image video,.project.no-hover:has(.project-content:focus) .project-image dotlottie-player{transform:none}.project.no-hover:hover .soften-bottom,.project.no-hover:has(.project-content:hover) .soften-bottom,.project.no-hover:has(.project-content:active) .soften-bottom,.project.no-hover:has(.project-content:focus) .soften-bottom{transform:none}.project.no-hover:hover .project-overlay{opacity:0}.project a{color:inherit;position:relative}.project-link{text-decoration:none;color:var(--text-default)}.project-image{display:flex;justify-content:center;align-items:center;border-radius:24px;position:relative;background:var(--brand-gradient);overflow:hidden;aspect-ratio:16 / 10.5;border:4px solid rgba(255,255,255,.5);border:4px solid var(--border-default);align-items:flex-end}.project-image-v2i{background:#c5e9f1}.project-image img,.project-image video,.project-image dotlottie-player{transition:var(--transition-default) var(--transition-timing);width:100%;height:100%;object-fit:cover;border:0}.project-image img{object-fit:contain;width:100%;height:auto;max-height:100%}.project-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0;padding:.75rem 1.5rem 1rem;border-radius:8px;color:var(--text-default)}.project-content a{text-decoration:none}.project-content h3{font-weight:800}.project-content h4{font-weight:500;color:var(--text-accent);font-family:var(--font-fam-body)!important}.project-content h5{font-weight:500;font-size:.875em}.project-content h6{margin-top:1rem;font-style:italic}.project-content .award+h6{margin-top:.5rem}.bg-white{background:#fff}.bg-jsl-purple{background:#bb7cf9}.bg-blue-grad{background:linear-gradient(135deg,#2447a9,#8bc6ec)}.bg-brand-dark{background:var(--brandDark-persistent);background:#292929}.project:hover .project-image img,.project:hover .project-image video,.project:hover .project-image dotlottie-player,.project:has(.project-content:hover) .project-image img,.project:has(.project-content:hover) .project-image video,.project:has(.project-content:hover) .project-image dotlottie-player,.project:has(.project-content:active) .project-image img,.project:has(.project-content:active) .project-image video,.project:has(.project-content:active) .project-image dotlottie-player,.project:has(.project-content:focus) .project-image img,.project:has(.project-content:focus) .project-image video,.project:has(.project-content:focus) .project-image dotlottie-player{transform:scale(1.08)}.project:hover,.project:active,.project:focus{background:var(--bg-hover);box-shadow:inset 0 0 0 .5px var(--border-default),0 12px 24px #07718726;transform:translateY(-4px)}.project:hover .soften-bottom,.project:has(.project-content:hover) .soften-bottom,.project:has(.project-content:active) .soften-bottom,.project:has(.project-content:focus) .soften-bottom{transform:scale(1.08) translateY(12px)}.project-overlay{position:absolute;inset:0;background:#000000a6;opacity:0;transition:opacity .3s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:inherit;overflow:hidden;pointer-events:none}.project:hover .project-overlay{opacity:1}.marquee-track{width:100%;overflow:hidden}.marquee-content{display:inline-flex;animation:scroll-marquee 25s linear infinite}.marquee-content span{white-space:nowrap;font-size:4em;color:transparent;-webkit-text-stroke:.5px white;-webkit-text-stroke:.5px var(--text-brand-light);text-transform:uppercase;font-style:italic;font-weight:700;padding-right:2rem;letter-spacing:.07em;margin-left:2rem}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
