
/* Expanded editorial content — preserves the approved process card design */
.process-v2-detail-copy{
  max-width:650px;
  margin:0 0 36px;
  color:rgba(246,242,235,.76);
}
.process-v2-detail-copy p{
  max-width:none!important;
  margin:0 0 17px!important;
  font-size:clamp(16px,1.02vw,20px)!important;
  line-height:1.43!important;
  letter-spacing:-.022em!important;
  color:rgba(246,242,235,.74)!important;
}
.process-v2-detail-copy .process-v2-summary{
  font-size:clamp(18px,1.18vw,22px)!important;
  line-height:1.38!important;
  color:rgba(246,242,235,.91)!important;
}
.process-v2-detail-label{
  display:block;
  margin:25px 0 13px;
  font-family:"Space Grotesk",Arial,sans-serif!important;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--yellow);
}
.process-v2-detail-copy ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:9px;
}
.process-v2-detail-copy li{
  position:relative;
  padding-left:23px;
  font-size:clamp(15px,.96vw,18px);
  line-height:1.35;
  color:rgba(246,242,235,.78);
}
.process-v2-detail-copy li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--yellow);
}
.process-v2.is-changing .process-v2-detail-copy{
  opacity:.25;
  transform:translateY(7px);
  transition:.16s ease;
}
.process-v2-panel .process-v2-image{margin-top:4px;}
@media(max-width:720px){
  .process-v2-detail-copy{margin-bottom:28px;}
  .process-v2-detail-copy p{font-size:16px!important;line-height:1.42!important;}
  .process-v2-detail-copy .process-v2-summary{font-size:17px!important;}
  .process-v2-detail-copy li{font-size:15px;}
}
