.work-header{position:relative;width:100vw;height:60svh;display:flex;align-items:flex-end;color:var(--base-100);padding-bottom:2rem}.work-header-inner{width:70%;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.work-header-inner p.mono{color:var(--base-350)}.work-header-inner p.lg{color:var(--base-300)}.work-list{position:relative;width:100vw;height:100%;overflow:hidden;padding:2rem 0 6rem}.work-item{display:flex;flex-direction:column;gap:1.5rem;color:var(--base-100);margin-bottom:4rem;border-radius:2rem;overflow:hidden;background-color:var(--base-450)}.work-item-img{aspect-ratio:16/5;overflow:hidden}.work-item-img img{opacity:.8}.work-item-info{padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.work-item-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--base-350)}.work-item-title{display:flex;flex-direction:column;gap:.75rem}.work-item-title p.lg{color:var(--base-300);max-width:60rem}.work-section{margin-top:6rem}.work-section-header{width:70%;margin:0 auto 2rem;text-align:center;display:flex;flex-direction:column;gap:1rem;color:var(--base-100)}.work-section-header p.mono{color:var(--base-350)}.work-section-header p.lg{color:var(--base-300)}@media (max-width:1000px){.work-header-inner{width:100%}.work-item{margin-bottom:2rem}.work-item-img{aspect-ratio:5/3}.work-item-info{padding:1.5rem}.work-section-header{width:100%}}