.work__hero{background:var(--Pink);align-items:stretch;padding:10px;display:flex}.work__hero-inner{background:var(--Light-White);border-radius:50px;flex:1;align-items:flex-end;min-height:520px;padding:20px 30px 30px;display:flex;position:relative}.work__hero-title{letter-spacing:-.05em;color:var(--Purple);font-family:Bricolage Grotesque,sans-serif;font-size:clamp(80px,16vw,200px);font-weight:800;font-stretch:88%;line-height:.8}@media (width>=1600px){.work__hero-inner{min-height:720px}}.work__list{flex-direction:column;display:flex}.work__item{border-bottom:1px solid var(--Light-Pink);height:calc(100svh - 100px);color:inherit;align-items:stretch;text-decoration:none;display:flex}.work__panel{background:var(--Light-White);flex-direction:column;flex-shrink:0;justify-content:space-between;width:320px;padding:20px;display:flex}.work__panel-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.work__panel-num{text-transform:uppercase;letter-spacing:.06em;color:var(--Black);font-family:Archivo Narrow,sans-serif;font-size:10px;font-weight:500}.work__panel-name{letter-spacing:.02em;color:var(--Black);text-align:right;font-family:Archivo Narrow,sans-serif;font-size:20px;font-weight:400;transition:color .3s}.work__panel-bottom{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.work__panel-desc{letter-spacing:.02em;color:var(--Black);font-family:Archivo Narrow,sans-serif;font-size:16px;font-weight:500;line-height:1.3}.work__panel-link{color:var(--Purple);align-items:center;gap:4px;font-family:Archivo Narrow,sans-serif;font-size:16px;font-weight:600;transition:color .2s,gap .2s;display:inline-flex}.work__arrow{transition:transform .2s}.work__image{border-radius:20px;flex:1;align-self:stretch;overflow:hidden}.work__image img{object-fit:cover;border-radius:20px;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.work__image--skeleton{background:var(--Divider)}.work__item:hover .work__image img{transform:scale(1.03)}.work__item:hover .work__panel-name{color:var(--Purple)}.work__item:hover .work__panel-link{color:var(--Orange);gap:8px}.work__item:hover .work__panel-link .work__arrow{transform:translate(4px)}.work__item:hover .work__panel-link .work__arrow path{fill:var(--Orange)}@media (width<=900px){.work__hero-inner{border-radius:20px;min-height:450px;padding:20px 16px 16px}.work__hero-title{font-size:clamp(72px,15vw,96px)}.work__item{flex-direction:column;height:auto;min-height:0}.work__image{aspect-ratio:3/2;flex:none;order:-1;width:100%}.work__panel{gap:24px;width:100%}}
