/* v66: concise content; five stages, compact mobile list. */
#team .head-split,#process .head-split{grid-template-columns:minmax(0,1fr)}
#team .head-split h2,#process .head-split h2{max-width:980px}
#team .approach-row p,#control .control-row p{font-size:16px;line-height:1.6}
#process .process{grid-template-columns:repeat(6,minmax(0,1fr))}
#process .process-item{grid-column:span 2;min-height:220px;border-right:1px solid var(--line)}
#process .process-item:nth-child(n+4){grid-column:span 3}
#process .process-item:nth-child(3),#process .process-item:last-child{border-right:0}
#process .process-item h3{margin-top:32px}
#process .process-item p{font-size:16px;line-height:1.6;margin-top:12px;max-width:440px}
#price .price-kicker{font-size:12px;line-height:1.6;letter-spacing:.06em}
#price .price-copy{font-size:16px}
#price .price-note{font-size:14px;line-height:1.6}
@media(max-width:1060px){
  #process .process{grid-template-columns:repeat(2,minmax(0,1fr))}
  #process .process-item:nth-child(n){grid-column:span 1;border-right:0}
  #process .process-item:nth-child(odd){border-right:1px solid var(--line)}
  #process .process-item:last-child{grid-column:1 / -1;border-right:0}
}
@media(max-width:700px){
  #process .process{grid-template-columns:minmax(0,1fr);margin-top:28px}
  #process .process-item:nth-child(n){display:grid;grid-template-columns:32px minmax(0,1fr);grid-column:1;gap:6px 14px;min-height:0;padding:22px 0;border-right:0}
  #process .process-item:last-child{border-bottom:1px solid var(--line)}
  #process .process-no{grid-column:1;grid-row:1 / span 2;font-size:24px;line-height:1.25}
  #process .process-item h3{grid-column:2;margin:0;font-size:18px;line-height:1.35}
  #process .process-item p{grid-column:2;margin:0;max-width:none}
  #team .approach-list{margin-top:32px}
  #team .approach-row{grid-template-columns:32px minmax(0,1fr);gap:10px 14px;padding:24px 0}
  #team .approach-row p{grid-column:2}
}
