.sv-process-page {
  --sv-content-bottom: calc(var(--sv-frame-bottom) + 120px);
}
.sv-process-page__title {
  margin: 0;
  font-family: "Tinos", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .14em;
  color: #38302d;
}
.sv-process-page__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid rgba(50, 48, 45, .12);
}
.sv-process-page__step {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  min-width: 0;
  padding: 64px clamp(12px, 1.8vw, 34px) 40px;
  border-left: 1px solid rgba(50, 48, 45, .12);
}
.sv-process-page__step:nth-child(n+6) {
  padding-top: 40px;
  padding-bottom: 64px;
}
.sv-process-page__number {
  display: block;
  margin-bottom: 10px;
  font-family: "Tinos", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .06em;
  color: #271e1b;
}
.sv-process-page__description {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .04em;
  color: #271e1b;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.sv-process-page__mobile-image { display: none; }
@media (max-width: 1000px) {
  .sv-site.sv-process-page:not(.sv-home):not(.sv-about-page)::after { display: none; }
  .sv-process-page__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .sv-process-page { --sv-content-bottom: calc(var(--sv-frame-bottom) + 60px); }
  /* One continuous list: a top rule, then one bottom rule per step. */
  .sv-process-page__steps {
    display: block;
    margin-top: var(--sv-title-space-after);
    border: 0;
    border-top: 1px solid rgba(50, 48, 45, .35);
  }
  .sv-process-page__step,
  .sv-process-page__step:nth-child(n+6) {
    padding: 24px 0 28px;
    border: 0;
    border-bottom: 1px solid rgba(50, 48, 45, .35);
  }
  .sv-process-page__number {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .sv-process-page__description {
    font-size: 13px;
    line-height: 1.45;
  }
  /* Relax desktop line breaks while keeping intentional paragraph breaks. */
  .sv-process-page__description .sv-process-page__line-break { display: none; }
}
@media (max-width: 500px) {
  .sv-process-page__description { line-height: 1.6; }
}
