/* Original four-step process, in the approved Rasa desktop design system. */
.rasa-how-desktop { display: none; }

@media (min-width: 901px) {
  main > #how {
    --hw-forest: #104534;
    --hw-yellow: #f9cf16;
    --hw-line: #add8ba;
    --hw-art-size: clamp(164px, 15vw, 240px);
    padding: var(--rasa-section-space) 0;
    background: #fff;
    color: var(--hw-forest);
    scroll-margin-top: 90px;
  }
  #how > .how-legacy, #how > .how-ring { display: none; }
  .rasa-how-desktop {
    display: block;
    width: 88.8%;
    max-width: 1680px;
    margin-inline: auto;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }
  .hw-heading {
    margin: 0 0 clamp(30px, 2.25vw, 42px);
    color: var(--hw-forest);
    font: 700 var(--rasa-heading-large)/1.12 "Poppins", "Segoe UI", sans-serif;
    letter-spacing: -.05em;
  }
  .hw-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hw-step { min-width: 0; text-align: center; }
  .hw-art {
    display: block;
    width: var(--hw-art-size);
    height: var(--hw-art-size);
    max-width: 94%;
    margin: 0 auto clamp(16px, 1.25vw, 24px);
    color: var(--hw-forest);
  }
  .hw-track { position: relative; display: grid; place-items: center; height: clamp(44px, 3.5vw, 56px); }
  .hw-step:not(:last-child) .hw-track::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--hw-line);
  }
  .hw-number {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(44px, 3.5vw, 56px);
    height: 100%;
    border-radius: 50%;
    background: var(--hw-forest);
    color: var(--hw-yellow);
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 600;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.04em;
  }
  .hw-next { position: absolute; width: 23px; height: 23px; right: -11.5px; top: calc(50% - 11.5px); color: #82ba94; }
  .hw-step h3 {
    max-width: 100%;
    margin: 18px auto 0;
    padding-inline: 9px;
    color: var(--hw-forest);
    font: 600 clamp(19px, 1.7vw, 28px)/1.3 "Poppins", "Segoe UI", sans-serif;
    letter-spacing: -.04em;
  }
  .hw-step h3 span { display: block; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  main > #how { --hw-art-size: 18vw; }
  .hw-heading { margin-bottom: 30px; }
  .hw-step h3 { font-size: 19px; }
}
