/* P08 제작 과정 · page styles (all scoped to .pg-process) */

/* kit pieces that live in landing.css only */
.pg-process .pill{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border-radius:999px;background:var(--blue-50);color:#1557c0;font-size:14px;font-weight:600}
.pg-process .pill i{width:6px;height:6px;border-radius:50%;background:var(--blue)}
.pg-process .checklist{margin:0;padding:0;list-style:none}
.pg-process .checklist li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;padding:15px 0;border-bottom:1px solid var(--g100)}
.pg-process .checklist li:last-child{border-bottom:0}
.pg-process .check{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;font-size:15px}
.pg-process .check .ico{stroke-width:3}
.pg-process .checklist b{display:block;font-size:17px;font-weight:700;line-height:28px}
.pg-process .checklist div>span{display:block;font-size:14px;color:var(--g600)}
.pg-process .links{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:32px}
.pg-process .sub-h{margin:0 0 16px;font-size:clamp(21px,2.2vw,26px);font-weight:800;letter-spacing:-.025em}
.pg-process .faq p a{color:var(--blue-700);font-weight:600;text-decoration:none;white-space:nowrap}
.pg-process .faq p a:hover{text-decoration:underline}

/* hero visual: project progress card stack */
.pg-process .hv{position:relative;width:min(420px,100%);margin-inline:auto;padding:40px 0 76px}
.pg-process .hv-card{position:relative;padding:24px 24px 60px;border-radius:28px;background:#fff;box-shadow:var(--shadow-float)}
.pg-process .hv-top{display:flex;align-items:center;gap:8px}
.pg-process .hv-kicker{font-size:14px;font-weight:700;color:var(--blue-700)}
.pg-process .hv-title{margin:6px 0 0;font-size:22px;font-weight:800;letter-spacing:-.02em}
.pg-process .hv-bar{height:8px;margin:16px 0 8px;border-radius:99px;background:var(--g100);overflow:hidden}
.pg-process .hv-bar i{display:block;width:50%;height:100%;border-radius:inherit;background:var(--blue)}
.pg-process .hv-sub{margin:0;font-size:13px;font-weight:600;color:var(--g600)}
.pg-process .hv-steps{margin:14px 0 0;padding:0;list-style:none}
.pg-process .hv-steps li{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--g100)}
.pg-process .hv-dot{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--g100);color:var(--g600);font-size:14px;font-weight:700}
.pg-process .hv-dot .ico{font-size:16px;stroke-width:3}
.pg-process .hv-steps b{display:block;font-size:16px;font-weight:700;line-height:1.35}
.pg-process .hv-steps small{display:block;font-size:13px;color:var(--g600)}
.pg-process .hv-steps em{font-style:normal;font-size:13px;font-weight:700;color:var(--g500)}
.pg-process .hv-steps .done .hv-dot{background:var(--blue);color:#fff}
.pg-process .hv-steps .done em{color:var(--blue-700)}
.pg-process .hv-steps .now{margin-inline:-12px;padding-inline:12px;border-radius:16px;border-top-color:transparent;background:var(--blue-50)}
.pg-process .hv-steps .now+li{border-top-color:transparent}
.pg-process .hv-steps .now .hv-dot{background:#fff;color:var(--blue-700);box-shadow:inset 0 0 0 2px var(--blue)}
.pg-process .hv-steps .now em{color:#c25e00}
.pg-process .hv-float{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:20px;background:#fff;box-shadow:var(--shadow-float)}
.pg-process .hv-float .ic{width:40px;height:40px;border-radius:12px;font-size:20px}
.pg-process .hv-float b{display:block;font-size:15px;font-weight:700;line-height:1.4}
.pg-process .hv-float small{display:block;font-size:13px;color:var(--g600)}
.pg-process .hv-file{top:0;right:-32px}
.pg-process .hv-ask{left:-48px;bottom:0;flex-wrap:wrap;width:292px}
.pg-process .hv-ask>div:first-of-type{flex:1;min-width:0}
.pg-process .hv-btns{display:grid;grid-template-columns:1fr 1.3fr;gap:6px;width:100%}
.pg-process .hv-btns span{display:grid;place-items:center;height:40px;border-radius:12px;background:var(--g100);color:var(--g800);font-size:14px;font-weight:600}
.pg-process .hv-btns .pri{background:var(--blue-btn);color:#fff}
@media (max-width:1180px){.pg-process .hv-file{right:-8px}.pg-process .hv-ask{left:-12px}}
@media (max-width:960px){.pg-process .hv{padding:0}.pg-process .hv-card{padding-bottom:32px}.pg-process .hv-file{display:none}.pg-process .hv-ask{position:relative;left:auto;bottom:auto;width:auto;margin:-18px 14px 0}}

/* overview: five-stage flow */
.pg-process .flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.pg-process .flow-item{position:relative;display:flex;flex-direction:column;padding:24px 20px 20px;border-radius:24px;background:var(--g50)}
.pg-process .flow-item:not(:last-child)::after{content:"";position:absolute;top:39px;right:-12px;width:12px;height:2px;background:var(--blue-100)}
.pg-process .flow-n{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff;color:var(--blue-700);font-size:14px;font-weight:800}
.pg-process .flow-item h3{margin:14px 0 0;font-size:19px;line-height:1.4;font-weight:700;letter-spacing:-.02em}
.pg-process .flow-dl{display:flex;flex:1;flex-direction:column;margin:16px 0 0}
.pg-process .flow-dl>div{padding-top:12px;border-top:1px solid var(--g200)}
.pg-process .flow-dl>div+div{margin-top:12px}
.pg-process .flow-dl>div:nth-child(2){padding-bottom:14px}
.pg-process .flow-dl dt{font-size:13px;font-weight:700;color:var(--g600)}
.pg-process .flow-dl dd{margin:3px 0 0;font-size:15px;line-height:1.55;color:var(--g800)}
.pg-process .flow-dl>.get{margin-top:auto;padding:12px 14px;border:0;border-radius:14px;background:#fff}
.pg-process .flow-dl>.get dt{color:var(--blue-700)}
.pg-process .flow-dl>.get dd{font-weight:600;color:var(--g900)}
.pg-process .flow+.note{margin-top:20px}
@media (max-width:1100px){
  .pg-process .flow{grid-template-columns:minmax(0,1fr)}
  .pg-process .flow-item{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:start;gap:0 20px;padding:22px 24px}
  .pg-process .flow-item:not(:last-child)::after{top:auto;right:auto;bottom:-12px;left:40px;width:2px;height:12px}
  .pg-process .flow-item h3{margin-top:10px}
  .pg-process .flow-dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}
  .pg-process .flow-dl>div,.pg-process .flow-dl>div+div,.pg-process .flow-dl>.get{margin:0;padding:12px 14px;border:0;border-radius:14px;background:#fff}
}
@media (max-width:640px){
  .pg-process .flow-item{grid-template-columns:minmax(0,1fr);padding:20px}
  .pg-process .flow-item h3{margin:0 0 12px}
  .pg-process .flow-head{display:flex;align-items:center;gap:12px}
  .pg-process .flow-head h3{margin:0}
  .pg-process .flow-dl{grid-template-columns:minmax(0,1fr);gap:8px;margin-top:14px}
}

/* step detail additions to the kit timeline */
.pg-process .steps-tl{max-width:1000px}
.pg-process .gets{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:14px}
.pg-process .gets-h{margin-right:2px;font-size:13px;font-weight:700;color:var(--g600)}
.pg-process .gets .tags{margin:0}
.pg-process .timeline .gate{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;margin:12px 0 0;padding:14px 18px;border-radius:16px;background:var(--blue-50);font-size:15px;line-height:1.6;color:var(--g800)}
.pg-process .gate>.ico{margin-top:3px;font-size:20px;color:var(--blue-700)}
.pg-process .gate b{display:block;font-size:13px;font-weight:700;color:var(--blue-700)}
.pg-process .timeline .aside{margin:10px 0 0;font-size:14px;color:var(--g600)}

/* start points: fork from diagnosis */
.pg-process .fork{position:relative;display:flex;justify-content:center;height:74px}
.pg-process .fork span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border-radius:999px;background:var(--g900);color:#fff;font-size:15px;font-weight:700}
.pg-process .fork::before{content:"";position:absolute;left:50%;top:38px;width:2px;height:36px;margin-left:-1px;background:var(--g200)}
.pg-process .fork::after{content:"";position:absolute;left:calc((100% - 32px) / 6);right:calc((100% - 32px) / 6);top:56px;height:18px;border:2px solid var(--g200);border-bottom:0;border-radius:16px 16px 0 0}
.pg-process .card .cond{margin:22px 0 0;font-size:15px;font-weight:700;color:var(--blue-700)}
.pg-process .card .cond+h3{margin-top:4px}
@media (max-width:1000px){.pg-process .fork{height:auto;justify-content:flex-start;margin-bottom:20px}.pg-process .fork::before,.pg-process .fork::after{display:none}}

/* pilot: scope + phases */
.pg-process .scope{padding:32px;border-radius:28px;background:var(--g900);color:#fff}
.pg-process .scope-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.pg-process .scope-top b{font-size:17px;font-weight:700}
.pg-process .scope .badge.example{background:rgba(255,255,255,.14);color:#fff}
.pg-process .scope-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0 0;padding:0;list-style:none}
.pg-process .scope-stats li{padding:20px;border-radius:20px;background:rgba(255,255,255,.08)}
.pg-process .scope-stats strong{display:block;font-size:clamp(24px,2.4vw,30px);font-weight:800;line-height:1.3;letter-spacing:-.02em}
.pg-process .scope-stats span{display:block;margin-top:6px;font-size:15px;line-height:1.55;color:var(--g300)}
.pg-process .scope-note{margin:18px 0 0;font-size:14px;line-height:1.65;color:var(--g400)}
.pg-process .phases{display:grid;gap:12px;margin:16px 0 0;padding:0;list-style:none}
.pg-process .phase{display:grid;grid-template-columns:230px minmax(0,1fr);gap:14px 32px;padding:28px 32px;border-radius:24px;background:#fff}
.pg-process .ph-head{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.pg-process .ph-n{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--blue-50);color:var(--blue-700);font-size:16px;font-weight:800}
.pg-process .ph-head h3{margin:0;font-size:22px;line-height:1.4;font-weight:700;letter-spacing:-.02em}
.pg-process .ph-do{margin:0;font-size:16px;line-height:1.7;color:var(--g800)}
.pg-process .ph-dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 0}
.pg-process .ph-dl>div{padding:14px 16px;border-radius:16px;background:var(--g50)}
.pg-process .ph-dl dt{font-size:13px;font-weight:700;color:var(--g600)}
.pg-process .ph-dl dd{margin:4px 0 0;font-size:15px;line-height:1.6;color:var(--g800)}
.pg-process .ph-rule{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;margin:10px 0 0;padding:14px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px var(--g200);font-size:15px;line-height:1.6;color:var(--g800)}
.pg-process .ph-rule .ico{margin-top:3px;font-size:18px;color:var(--green)}
.pg-process .ph-rule b{display:block;font-size:13px;font-weight:700;color:var(--g700)}
.pg-process .decide{margin-top:44px}
.pg-process .decide-h{margin:0;font-size:21px;font-weight:700;letter-spacing:-.02em}
.pg-process .decide .branches{margin-top:16px}
.pg-process .grey .branch{background:#fff;box-shadow:none}
@media (max-width:1000px){.pg-process .scope-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.pg-process .scope{padding:26px 20px}.pg-process .phase{grid-template-columns:minmax(0,1fr);padding:24px 20px}.pg-process .ph-head{flex-direction:row;flex-wrap:wrap;align-items:center}.pg-process .ph-dl{grid-template-columns:minmax(0,1fr)}}
@media (max-width:400px){.pg-process .scope-stats{grid-template-columns:minmax(0,1fr)}}

/* done criteria */
.pg-process .done{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}
.pg-process .done-grp{display:flex;flex-direction:column}
.pg-process .done-h{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;font-weight:700;color:var(--g700)}
.pg-process .done-h .ico{font-size:18px;stroke-width:2.6;color:var(--blue-700)}
.pg-process .done-grp.out .done-h .ico{color:var(--g500)}
.pg-process .done .cards{flex:1}
.pg-process .done-grp.out .card{flex:1;background:#fff;border:1.5px dashed var(--g300)}
.pg-process .card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.pg-process .state{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:9px;font-size:13px;font-weight:700;white-space:nowrap}
.pg-process .state .ico{font-size:14px;stroke-width:3}
.pg-process .state.yes{background:var(--blue-50);color:var(--blue-700)}
.pg-process .state.no{background:var(--g100);color:var(--g700)}
.pg-process .mini{margin:auto 0 0;padding-top:6px}
.pg-process .mini>div{margin-top:14px;padding-top:14px;border-top:1px solid var(--g200)}
.pg-process .mini dt{font-size:13px;font-weight:700;color:var(--g600)}
.pg-process .mini dd{margin:4px 0 0;font-size:15px;line-height:1.6;color:var(--g800)}
@media (max-width:1000px){.pg-process .done{grid-template-columns:minmax(0,1fr)}}

/* preparation */
.pg-process .first{margin-top:36px;padding:26px 28px 10px;border-radius:24px;background:#fff}
.pg-process .first h3{margin:0 0 4px;font-size:19px;font-weight:700;letter-spacing:-.02em}
.pg-process .req{margin:0}
.pg-process .req-card{width:min(400px,100%);margin:0 auto;padding:24px 22px 20px;border-radius:28px;background:#fff;box-shadow:var(--shadow-float)}
.pg-process .req-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.pg-process .req-top b{font-size:19px;font-weight:800;letter-spacing:-.02em}
.pg-process .req-sub{margin:6px 0 0;font-size:13px;font-weight:600;color:var(--g600)}
.pg-process .req-list{margin:14px 0 0;padding:0;list-style:none}
.pg-process .req-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 12px;padding:12px 0;border-top:1px solid var(--g100)}
.pg-process .req-list b{grid-column:1;font-size:16px;font-weight:700}
.pg-process .req-list small{grid-column:1;font-size:13px;color:var(--g600)}
.pg-process .st{grid-column:2;grid-row:1 / span 2;padding:6px 10px;border-radius:9px;font-size:13px;font-weight:700;white-space:nowrap}
.pg-process .st.ok{background:var(--green-50);color:#027a4a}
.pg-process .st.wait{background:var(--orange-50);color:#b35300}
.pg-process .st.fill{background:var(--blue-50);color:var(--blue-700)}
.pg-process .st.opt{background:var(--g100);color:var(--g700)}
.pg-process .req-foot{display:flex;align-items:center;gap:8px;margin-top:6px;padding:12px 14px;border-radius:14px;background:var(--orange-50);font-size:13px;font-weight:600;color:#8a4400}
.pg-process .req-foot .ico{font-size:16px;color:var(--orange)}
.pg-process .prep-tbl{margin-top:clamp(64px,8vw,96px)}
.pg-process .prep-tbl .tbl tbody th{white-space:nowrap}
.pg-process .prep-tbl .tbl caption{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.pg-process .prep-after{margin-top:20px}
@media (max-width:760px){.pg-process .prep-tbl .tbl tbody th{white-space:normal}.pg-process .first{padding:22px 20px 6px}}

/* roles */
.pg-process .stg-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0 0 20px;font-size:14px;color:var(--g600)}
.pg-process .stg-legend b{margin-right:4px;color:var(--g800)}
.pg-process .team{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:16px;align-items:start}
.pg-process .team-col{padding:26px 28px 6px;border-radius:28px;background:var(--g50)}
.pg-process .team-h{display:flex;align-items:center;gap:14px;padding-bottom:18px}
.pg-process .team-h .ic{width:44px;height:44px;border-radius:14px;background:#fff;font-size:20px}
.pg-process .team-h h3{margin:0;font-size:21px;font-weight:700;letter-spacing:-.02em}
.pg-process .team-h p{margin:2px 0 0;font-size:14px;color:var(--g600)}
.pg-process .team .rows{border-top:1px solid var(--g200)}
.pg-process .team .rows>li{border-bottom:1px solid var(--g200)}
.pg-process .team .rows>li:last-child{border-bottom:0}
.pg-process .team .row{padding:20px 0}
.pg-process .rmeta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:12px}
.pg-process .rmeta .tag{height:auto;min-height:26px;padding-block:4px;background:#fff;white-space:normal}
.pg-process .stg{display:inline-flex;gap:3px}
.pg-process .stg i{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--g200);color:var(--g600);font-size:12px;font-style:normal;font-weight:700}
.pg-process .stg i.on{background:var(--blue);color:#fff}
.pg-process .stg-t{font-size:13px;font-weight:600;color:var(--g700)}
@media (max-width:1000px){.pg-process .team{grid-template-columns:minmax(0,1fr)}}
@media (max-width:640px){.pg-process .team-col{padding:22px 20px 4px}}

/* approvals & changes */
.pg-process .side{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
.pg-process .side-l{position:sticky;top:140px}
.pg-process .side-l .head{margin-bottom:36px}
.pg-process .panel{padding:4px 28px;border-top:0;border-radius:28px;background:#fff}
.pg-process .panel>li:last-child{border-bottom:0}
.pg-process .panel .go-t{font-size:15px;font-weight:600;color:var(--blue-700)}
.pg-process .chg{width:min(400px,100%);padding:22px;border-radius:26px;background:#fff;box-shadow:var(--shadow-card)}
.pg-process .chg-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.pg-process .chg-k{font-size:14px;font-weight:700;color:#c25e00}
.pg-process .chg-t{margin:8px 0 0;font-size:18px;line-height:1.45;font-weight:700;letter-spacing:-.02em}
.pg-process .chg-imp{margin:14px 0 0;padding:0;list-style:none;border-radius:16px;background:var(--g50)}
.pg-process .chg-imp li{display:flex;justify-content:space-between;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;color:var(--g700)}
.pg-process .chg-imp li+li{border-top:1px solid var(--g100)}
.pg-process .chg-imp em{font-style:normal;color:#c25e00}
.pg-process .chg-imp em.none{color:var(--g500)}
.pg-process .chg-flow{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 0;padding:0;list-style:none}
.pg-process .chg-flow li{display:inline-flex;align-items:center;gap:6px;padding:6px 10px 6px 6px;border-radius:10px;background:var(--g100);font-size:13px;font-weight:600;color:var(--g700)}
.pg-process .chg-flow i{display:grid;place-items:center;width:20px;height:20px;border-radius:6px;background:#fff;font-size:12px;font-style:normal;font-weight:800}
.pg-process .chg-flow .pri{background:var(--blue-50);color:var(--blue-700)}
@media (max-width:960px){.pg-process .side{grid-template-columns:minmax(0,1fr);gap:36px}.pg-process .side-l{position:static}}
@media (max-width:640px){.pg-process .panel{padding:4px 18px}}

/* renewal: old → new URL map */
.pg-process .split.top{align-items:start}
.pg-process .um{margin:0}
.pg-process .um-card{padding:22px;border-radius:28px;background:#fff;box-shadow:var(--shadow-float)}
.pg-process .um-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.pg-process .um-top b{font-size:18px;font-weight:800;letter-spacing:-.02em}
.pg-process .um-cols,.pg-process .um-rows li{display:grid;grid-template-columns:minmax(0,1.35fr) 14px minmax(0,1fr) auto;align-items:center;gap:8px}
.pg-process .um-cols{margin-top:16px;padding:0 12px;font-size:12px;font-weight:700;color:var(--g600)}
.pg-process .um-rows{display:grid;gap:6px;margin:8px 0 0;padding:0;list-style:none}
.pg-process .um-rows li{padding:12px;border-radius:14px;background:var(--g50)}
.pg-process .um-rows code{font:600 12.5px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.02em;color:var(--g800);overflow-wrap:anywhere}
.pg-process .um-rows .old{color:var(--g600)}
.pg-process .um-rows i{font-style:normal;font-weight:700;color:var(--blue);text-align:center}
.pg-process .um-rows .tag{justify-self:end}
.pg-process .um-rows .del{font-size:13px;font-weight:600;color:var(--g700)}
.pg-process .um-rows li.no{background:var(--red-50)}
.pg-process .um-rows li.no code{text-decoration:line-through;text-decoration-color:var(--red)}
.pg-process .um-rows li.no .tag{background:#fff;color:#c01f2e}
.pg-process .um-deliv{margin-top:16px;padding:22px 24px;border-radius:22px;background:var(--g50)}
.pg-process .um-deliv h3{margin:0;font-size:15px;font-weight:700;color:var(--g700)}
.pg-process .um-deliv .tags{margin-top:10px}
.pg-process .um-deliv p{margin:0;font-size:15px;line-height:1.65;color:var(--g800)}
.pg-process .um-deliv h3+p{margin-top:8px}
.pg-process .um-deliv .tags+h3{margin-top:18px}
.pg-process .split .stepper{margin-top:36px}
.pg-process .split .note{margin-top:8px}
@media (max-width:520px){
  .pg-process .um-card{padding:18px 14px}
  .pg-process .um-cols{display:none}
  .pg-process .um-rows li{grid-template-columns:minmax(0,1fr) auto;gap:4px 10px}
  .pg-process .um-rows i{display:none}
  .pg-process .um-rows .new{grid-column:1 / -1;grid-row:2}
  .pg-process .um-rows .new::before{content:"→";display:inline-block;margin-right:6px;color:var(--blue)}
  .pg-process .um-rows .tag{grid-column:2;grid-row:1}
}

/* handover cards with inline link */
.pg-process .card .go{margin-top:auto;padding-top:18px}
