/* The studio process, stated as an intentional product sequence. */
.process-flow{margin-top:88px;padding-top:25px;border-top:1px solid var(--line)}.process-flow>p{max-width:310px;margin:0 0 28px;font-size:12px;line-height:1.6;color:#59625e}.process-flow ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);list-style:none}.process-flow li{position:relative;min-height:68px;padding-right:24px;display:flex;flex-direction:column;gap:8px}.process-flow li:not(:last-child):after{content:"→";position:absolute;right:13px;top:21px;color:var(--orange);font-size:15px;font-weight:500}.process-flow span{font:9px var(--mono);color:var(--orange)}.process-flow strong{font-size:12px;letter-spacing:-.35px;line-height:1.2;font-weight:700;max-width:125px}@media(max-width:800px){.process-flow{margin-top:60px}.process-flow ol{grid-template-columns:1fr}.process-flow li{min-height:50px;padding:0 0 13px 29px;justify-content:center;gap:3px}.process-flow li:not(:last-child):after{content:"↓";left:7px;right:auto;top:35px;font-size:13px}.process-flow strong{max-width:none}.process-flow>p{margin-bottom:20px}}
