.foundry-process-steps{background:var(--wp--preset--color--surface,#f7f7f5);color:var(--wp--preset--color--contrast,#1a1a1a);padding-block:var(--wp--preset--spacing--2xl,clamp(3rem, 8vw, 6rem));padding-inline:var(--wp--preset--spacing--lg,clamp(1.5rem, 4vw, 3rem))}.foundry-process-steps__inner{max-width:var(--wp--style--global--wide-size,1200px);margin-inline:auto}.foundry-process-steps__head{max-width:720px;margin:0 auto var(--wp--preset--spacing--xl,3rem);text-align:center}.foundry-process-steps__eyebrow{font-family:var(--wp--preset--font-family--heading,inherit);font-size:var(--wp--preset--font-size--sm,.8125rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--wp--preset--color--primary,#2563eb);margin:0 0 var(--wp--preset--spacing--sm,1rem)}.foundry-process-steps__title{font-family:var(--wp--preset--font-family--heading,inherit);font-size:var(--wp--preset--font-size--h-2,clamp(2rem, 4vw, 3rem));font-weight:700;line-height:1.1;letter-spacing:-.01em;color:var(--wp--preset--color--contrast,#111);margin:0 0 var(--wp--preset--spacing--sm,1rem)}.foundry-process-steps__intro{font-family:var(--wp--preset--font-family--body,inherit);font-size:var(--wp--preset--font-size--lg,1.25rem);line-height:1.55;color:var(--wp--preset--color--muted,#555);margin:0}.foundry-process-steps__list{list-style:none;margin:0;padding:0;counter-reset:foundry-step;display:grid;gap:var(--wp--preset--spacing--lg,2rem);grid-template-columns:1fr}@media (min-width:700px){.foundry-process-steps__list{grid-template-columns:repeat(2,1fr)}.foundry-process-steps--cols-1 .foundry-process-steps__list{grid-template-columns:1fr}}@media (min-width:1000px){.foundry-process-steps--cols-1 .foundry-process-steps__list{grid-template-columns:1fr}.foundry-process-steps--cols-2 .foundry-process-steps__list{grid-template-columns:repeat(2,1fr)}.foundry-process-steps--cols-3 .foundry-process-steps__list{grid-template-columns:repeat(3,1fr)}.foundry-process-steps--cols-4 .foundry-process-steps__list{grid-template-columns:repeat(4,1fr)}}.foundry-process-steps__step{counter-increment:foundry-step}.foundry-process-steps--row .foundry-process-steps__num{margin-bottom:var(--wp--preset--spacing--sm,1rem)}.foundry-process-steps__num{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background:var(--wp--preset--color--primary,#2563eb);color:var(--wp--preset--color--on-primary,#fff);font-family:var(--wp--preset--font-family--heading,inherit);font-size:var(--wp--preset--font-size--lg,1.25rem);font-weight:800;line-height:1}.foundry-process-steps__num::before{content:counter(foundry-step)}.foundry-process-steps__num--icon::before{content:none}.foundry-process-steps__num--icon img{width:1.5rem;height:1.5rem;object-fit:contain}.foundry-process-steps__step-title{font-family:var(--wp--preset--font-family--heading,inherit);font-size:var(--wp--preset--font-size--xl,1.5rem);font-weight:700;line-height:1.2;color:var(--wp--preset--color--contrast,#111);margin:0 0 var(--wp--preset--spacing--2xs,.375rem)}.foundry-process-steps__step-text{font-family:var(--wp--preset--font-family--body,inherit);font-size:var(--wp--preset--font-size--base,1rem);line-height:1.6;color:var(--wp--preset--color--muted,#555);margin:0}.foundry-process-steps__step-meta{font-family:var(--wp--preset--font-family--heading,inherit);font-size:var(--wp--preset--font-size--sm,.75rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--wp--preset--color--primary,#2563eb);margin:0 0 var(--wp--preset--spacing--2xs,.35rem)}.foundry-process-steps--timeline .foundry-process-steps__list{display:block;position:relative;max-width:880px;margin-inline:auto;padding:0}.foundry-process-steps--timeline .foundry-process-steps__list::before{content:"";position:absolute;top:.5rem;bottom:.5rem;left:1.5rem;width:2px;background:linear-gradient(to bottom,transparent,var(--wp--preset--color--border,#e2e2e2) 8%,var(--wp--preset--color--border,#e2e2e2) 92%,transparent)}.foundry-process-steps--timeline .foundry-process-steps__step{--foundry-step-pad-b:var(--wp--preset--spacing--lg, 2rem);display:block;position:relative;padding-left:4.25rem;padding-bottom:var(--foundry-step-pad-b)}.foundry-process-steps--timeline .foundry-process-steps__step:last-child{--foundry-step-pad-b:0rem}.foundry-process-steps--timeline .foundry-process-steps__step-body{background:var(--wp--preset--color--base,#fff);border:1px solid var(--wp--preset--color--border,#e2e2e2);border-radius:var(--wp--custom--border-radius--lg,1rem);padding:var(--wp--preset--spacing--md,1.5rem) var(--wp--preset--spacing--lg,1.75rem);box-shadow:var(--wp--custom--shadow--md,0 14px 34px rgb(0 0 0 / .06))}.foundry-process-steps--timeline .foundry-process-steps__num{position:absolute;top:calc(50% - (var(--foundry-step-pad-b, 2rem) / 2));left:0;transform:translateY(-50%);box-shadow:0 0 0 6px var(--wp--preset--color--surface,#f7f7f5)}@media (min-width:760px){.foundry-process-steps--timeline .foundry-process-steps__list::before{left:50%;transform:translateX(-50%)}.foundry-process-steps--timeline .foundry-process-steps__step{--foundry-step-pad-b:var(--wp--preset--spacing--xl, 3rem);width:50%}.foundry-process-steps--timeline .foundry-process-steps__step:nth-child(odd){left:0;padding-left:0;padding-right:3.25rem;text-align:right}.foundry-process-steps--timeline .foundry-process-steps__step:nth-child(odd) .foundry-process-steps__num{left:auto;right:-1.5rem}.foundry-process-steps--timeline .foundry-process-steps__step:nth-child(even){left:50%;padding-left:3.25rem;padding-right:0;text-align:left}.foundry-process-steps--timeline .foundry-process-steps__step:nth-child(even) .foundry-process-steps__num{left:-1.5rem}.foundry-process-steps--timeline .foundry-process-steps__step:nth-child(n+2){margin-top:-3rem}}.foundry-process-steps--rail .foundry-process-steps__list{display:block;position:relative;max-width:820px;margin-inline:auto;padding:0;gap:0}.foundry-process-steps--rail .foundry-process-steps__list::before{content:"";position:absolute;top:1.75rem;bottom:1.75rem;left:1.5rem;width:2px;background:var(--wp--preset--color--border,#e2e2e2);transform:translateX(-50%)}.foundry-process-steps--rail .foundry-process-steps__step{display:grid;grid-template-columns:3rem 1fr;gap:var(--wp--preset--spacing--md,1.25rem);align-items:center;position:relative;padding-block:var(--wp--preset--spacing--sm,.85rem)}.foundry-process-steps--rail .foundry-process-steps__num{position:relative;z-index:1;box-shadow:0 0 0 6px var(--wp--preset--color--surface,#f7f7f5)}.foundry-process-steps--rail .foundry-process-steps__step-body{background:var(--wp--preset--color--base,#fff);border:1px solid var(--wp--preset--color--border,#e2e2e2);border-radius:var(--wp--custom--border-radius--lg,1rem);padding:var(--wp--preset--spacing--md,1.2rem) var(--wp--preset--spacing--lg,1.5rem);box-shadow:var(--wp--custom--shadow--sm,0 8px 24px rgb(0 0 0 / .05))}.foundry-process-steps--rail .foundry-process-steps__step-title{font-size:var(--wp--preset--font-size--lg,1.25rem);margin-bottom:var(--wp--preset--spacing--2xs,.35rem)}