
/* flow steps */
.steps{max-width:880px;margin:0 auto}
.fstep{display:grid;grid-template-columns:120px 1fr;gap:36px;position:relative;padding-bottom:56px}
.fstep:not(:last-child)::before{content:"";position:absolute;left:60px;top:120px;bottom:10px;width:1px;background:linear-gradient(var(--line-gold),var(--line))}
.fstep .ic{width:120px;height:120px;border:1px solid var(--line-gold);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:var(--panel);flex-shrink:0;position:relative;z-index:2}
.fstep .ic svg{width:38px;height:38px;stroke:var(--gold-soft);fill:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.fstep .ic .n{font-family:'Cormorant Garamond','Zen Kaku Gothic New',sans-serif;font-size:13px;letter-spacing:.18em;color:var(--gold)}
.fstep .bd{padding-top:14px}
.fstep .bd h3{font-size:22px;letter-spacing:.06em;color:var(--ink);margin-bottom:12px;font-family:'Zen Kaku Gothic New',sans-serif;font-weight:400}
.fstep .bd h3 small{display:block;font-family:'Jost',sans-serif;font-size:10.5px;letter-spacing:.26em;color:var(--gold);text-transform:uppercase;margin-bottom:8px}
.fstep .bd p{color:var(--muted);font-size:14.5px;font-weight:400}
.fstep .bd .nt{font-size:12.5px;color:var(--faint);margin-top:10px}
@media(max-width:640px){
  .fstep{grid-template-columns:78px 1fr;gap:22px}
  .fstep .ic{width:78px;height:78px}
  .fstep .ic svg{width:26px;height:26px}
  .fstep .ic .n{font-size:10px}
  .fstep:not(:last-child)::before{left:39px;top:80px}
}
