/* Four clear stages, with the sequence retained on small screens. */
.filiera{background:var(--paddy);padding-block:clamp(3.5rem,6vw,5.5rem)}
.filiera::before{display:none}
.process-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:end;margin-bottom:42px}
.process-heading .eyebrow{margin-bottom:1.2rem;font-size:.65rem;color:var(--gold-3)}
.process-heading h2{font-size:clamp(2.2rem,4.2vw,3.6rem);letter-spacing:-.035em;line-height:1.09}
.process-heading h2 em{color:var(--gold-3);font-weight:400}
.process-heading>p{font-size:.95rem;line-height:1.8;max-width:41ch;margin:0 0 .2rem auto;color:var(--paper-2)}
.process-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;list-style:none;margin:0;padding:0}
.process-step{position:relative;display:flex;flex-direction:column;padding:26px 22px 30px;border-radius:4px;background:var(--paper);color:var(--ink)}
.process-step-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}
.process-number{font:400 2.7rem/1 var(--display);letter-spacing:-.04em;color:var(--paddy)}
.process-step-top svg{width:35px;height:35px;stroke:var(--paddy);fill:none;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.process-step h3{font-size:1.38rem;letter-spacing:-.025em;line-height:1.2;margin:0 0 14px}
.process-step p{font-size:.86rem;line-height:1.8;margin:0;color:var(--muted)}
.process-step:not(:last-child)::after{content:'';position:absolute;right:-11px;top:47px;z-index:2;width:6px;height:6px;border-top:1px solid var(--gold-3);border-right:1px solid var(--gold-3);transform:rotate(45deg)}
@media(max-width:960px){
  .process-heading{gap:2rem;grid-template-columns:1.2fr 1fr}
  .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-step{padding:26px}
  .process-step-top{margin-bottom:25px}
  .process-step:nth-child(2)::after{display:none}
}
@media(max-width:620px){
  .process-heading{grid-template-columns:1fr;gap:20px;margin-bottom:28px}
  .process-heading>p{margin:0;max-width:none;font-size:.9rem}
  .process-steps{grid-template-columns:1fr;gap:14px}
  .process-step{padding:24px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:0 20px}
  .process-step-top{grid-row:1 / 3;display:flex;flex-direction:column;gap:16px;margin:0;justify-content:flex-start}
  .process-number{font-size:2.1rem}
  .process-step-top svg{width:28px;height:28px}
  .process-step h3{font-size:1.35rem;margin-bottom:10px}
  .process-step p{grid-column:2;font-size:.84rem}
  .process-step:not(:last-child)::after{display:none}
}
