.experience-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:125px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.experience-strip>div{position:relative;min-height:220px;padding:28px 22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-right:1px solid var(--line);transition:background .35s,color .35s,transform .35s}.experience-strip>div:last-child{border-right:0}.experience-strip>div:before{content:"";position:absolute;inset:auto 0 0;height:0;background:var(--acid);transition:height .4s cubic-bezier(.16,1,.3,1);z-index:-1}.experience-strip strong{font-size:clamp(2.4rem,4.5vw,5rem);font-weight:500;line-height:.88;letter-spacing:-.065em;max-width:95%}.experience-strip>div:last-child strong{font-size:clamp(1.45rem,2.5vw,2.9rem);line-height:.95}.experience-strip span{font:500 10px "DM Mono";text-transform:uppercase;letter-spacing:.06em;color:var(--grey);transition:color .35s}.experience-strip>div:hover{color:var(--ink);transform:translateY(-7px)}.experience-strip>div:hover:before{height:100%}.experience-strip>div:hover span{color:var(--ink)}@media(max-width:800px){.experience-strip{grid-template-columns:1fr 1fr;margin-top:85px}.experience-strip>div{min-height:165px;padding:20px 15px;border-bottom:1px solid var(--line)}.experience-strip>div:nth-child(2){border-right:0}.experience-strip>div:nth-child(3),.experience-strip>div:nth-child(4){border-bottom:0}.experience-strip strong{font-size:12vw}.experience-strip>div:last-child strong{font-size:6vw}.experience-strip span{font-size:8px}}
