.process-steps{background:var(--white);padding:4rem 0}.process-steps__heading{color:var(--foreground);font-family:var(--font-heading);font-size:1.875rem;font-weight:200;margin-bottom:.75rem;text-align:center}.process-steps__subtitle{color:var(--muted);margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:42rem;text-align:center}.process-steps__list{margin:0 auto;max-width:64rem}.process-steps__item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:3rem;position:relative}.process-steps__number{align-items:center;background:var(--dark);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:3rem;justify-content:center;width:3rem}.process-steps__body{flex:1;min-width:0}.process-steps__title{color:var(--foreground);font-family:var(--font-heading);font-size:1.5rem;font-weight:300;margin-bottom:1rem}.process-steps__image{aspect-ratio:4/3;border-radius:var(--radius);margin-bottom:1.25rem;max-width:24rem;object-fit:cover;width:100%}.process-steps__summary{color:var(--foreground);font-size:.875rem;font-weight:500;margin-bottom:.75rem}.process-steps__details{color:var(--muted);font-size:.875rem;line-height:1.7;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.process-steps__details--open{max-height:2000px;opacity:1}.process-steps__toggle{align-items:center;background:none;border:none;color:var(--steel-blue);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.25rem;margin-top:.25rem;padding:0}.process-steps__toggle:hover{text-decoration:underline}.process-steps__chevron{transition:transform .2s ease}@media (min-width:768px){.process-steps__item{gap:2rem}.process-steps__heading{font-size:2.25rem}}