.how-we-work{position:relative;width:100%;color:var(--base-100);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem)}.how-we-work-header{align-self:start;min-width:0}.how-we-work-header-content{padding:2rem 0;display:flex;flex-direction:column;gap:1.5rem}.how-we-work-header-content h2{font-size:clamp(2rem,3.5vw,3rem)}.how-we-work-header-content p{color:var(--base-250);max-width:36ch}.how-we-work-steps{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin-top:1rem}.how-we-work-step a{display:flex;align-items:center;justify-content:center;gap:.5rem;width:3rem;min-height:3rem;border:1px solid var(--base-400);border-radius:.75rem;transition:width .3s,background-color .3s}.how-we-work-step-label{display:none}.how-we-work-step.active a{width:6rem;color:var(--base-500);background:var(--base-100);border-color:var(--base-100)}.how-we-work-step.active .how-we-work-step-label{display:inline}.how-we-work-cards{min-width:0;display:flex;flex-direction:column;gap:2rem}.how-we-work-card{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:var(--base-450);border-radius:1rem;scroll-margin-top:5rem}.how-we-work-card-img{aspect-ratio:4/3;overflow:hidden;border-radius:.75rem}.how-we-work-card-img img{display:block;opacity:.75}.how-we-work-card-copy{padding:1rem;color:var(--base-250)}.how-we-work-card-number{margin-bottom:1rem}.how-we-work-card-copy h2{color:var(--base-100);font-size:clamp(1.65rem,2.6vw,2.5rem);letter-spacing:-.035em;margin-bottom:1rem}.how-we-work-card-copy p.md{line-height:1.65}@media (max-width:1000px){.how-we-work{grid-template-columns:minmax(0,1fr)}.how-we-work-header-content{padding-top:0}.how-we-work-card-copy{padding:.5rem}}