/* MVG v85.1 — controls clarity refinement */
.controls-page .controls-shell{
  padding: clamp(1.1rem, 2vw, 1.6rem);
}
.controls-page .controls-hero-grid{
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 1.15rem;
  align-items: stretch;
}
.controls-page .controls-copy h1{
  max-width: 10.6ch;
}
.controls-page .controls-copy .hero-lede{
  max-width: 40rem;
}
.controls-page .controls-summary-list{
  list-style: none;
  margin: 1.06rem 0 1rem;
  padding: 0;
  display: grid;
  gap: .62rem;
}
.controls-page .controls-summary-list li{
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: .78rem;
  align-items: start;
  padding: .82rem .94rem;
  border-radius: 18px;
  border: 1px solid rgba(145,170,255,.16);
  background: rgba(255,255,255,.035);
}
.controls-page .controls-summary-list strong{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: .35rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(145,170,255,.22);
  background: rgba(84,105,255,.12);
  color: #edf2ff;
  font-size: .92rem;
  letter-spacing: .03em;
}
.controls-page .controls-summary-list span{
  color: var(--muted,#b8c4ee);
  line-height: 1.54;
}
.controls-page .controls-promise-strip,
.controls-page .controls-clarity-strip{display:none;}
.controls-page .controls-context-line{
  margin: .98rem 0 0;
  font-size: .98rem;
  line-height: 1.6;
  color: var(--muted,#b8c4ee);
}
.controls-page .controls-context-line a{font-weight:650;}
.controls-page .controls-diagram{
  padding: 1.15rem 1.1rem 1.1rem;
}
.controls-page .controls-diagram-head h2{
  max-width: 12ch;
}
.controls-page .controls-rule-card{
  margin-top: .92rem;
}
.controls-page .controls-path{
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .82rem;
  margin-top: .95rem;
}
.controls-page .controls-step{
  min-height: 15.2rem;
  padding: 1rem;
}
.controls-page .controls-step small{
  letter-spacing: .12em;
}
.controls-page .controls-step:not(:last-child)::after{
  right: -.78rem;
}
.controls-page .controls-step h3{
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.04;
  max-width: 8.8ch;
}
.controls-page .controls-step p{
  margin-top: .46rem;
  font-size: 1rem;
  line-height: 1.56;
}
.controls-page .controls-diagram-note{
  margin-top: .92rem;
  padding: .86rem .92rem;
  border-radius: 18px;
  border: 1px solid rgba(145,170,255,.16);
  background: rgba(255,255,255,.03);
  color: var(--muted,#b8c4ee);
  line-height: 1.54;
}
.controls-page .controls-section-head h2{
  max-width: 15.5ch;
}
.controls-page .controls-check-grid{
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .82rem;
}
.controls-page .controls-check-card{
  min-height: 12.3rem;
}
.controls-page .controls-check-card h3{
  max-width: 12ch;
  font-size: 1.28rem;
}
.controls-page .controls-route-grid{gap:.88rem;}
.controls-page .controls-route-card{min-height: 12.2rem;}
.controls-page .controls-band h2{max-width: 15ch;}
.controls-page .controls-proof-band h2{max-width: 11ch;}
.controls-page .controls-proof-band p{max-width: 46rem;}
:root[data-theme="light"] .controls-page .controls-summary-list li,
:root[data-theme="light"] .controls-page .controls-diagram-note{
  border-color: rgba(96,116,168,.14);
  background: rgba(88,104,255,.05);
}
:root[data-theme="light"] .controls-page .controls-summary-list strong{
  color: #172042;
  background: rgba(84,105,255,.10);
  border-color: rgba(96,116,168,.16);
}
:root[data-theme="light"] .controls-page .controls-summary-list span,
:root[data-theme="light"] .controls-page .controls-context-line,
:root[data-theme="light"] .controls-page .controls-diagram-note{
  color: rgba(18,26,48,.74);
}
@media (max-width: 1180px){
  .controls-page .controls-path{grid-template-columns: 1fr;}
  .controls-page .controls-step{min-height: unset;}
  .controls-page .controls-step:not(:last-child)::after{display:none;}
}
@media (max-width: 980px){
  .controls-page .controls-hero-grid,
  .controls-page .controls-check-grid{grid-template-columns: 1fr;}
}
@media (max-width: 780px){
  .controls-page .controls-summary-list li{grid-template-columns: 64px 1fr; padding: .8rem;}
  .controls-page .controls-copy h1{font-size: clamp(2.34rem, 12vw, 3.46rem); max-width: 7.8ch;}
  .controls-page .controls-copy .hero-lede{font-size: 1.03rem;}
  .controls-page .controls-diagram-head h2,
  .controls-page .controls-section-head h2,
  .controls-page .controls-band h2{max-width:none;}
  .controls-page .controls-check-card,
  .controls-page .controls-route-card{min-height: unset;}
}
