.gs-page .c-page-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,.94fr);
  align-items:start;
}

.gs-page .c-page-hero-copy{
  min-width:0;
  align-items:start;
  text-align:left;
}

.gs-hero{
  padding-block:var(--mv-space-5);
  background:#fffcf8;
  color:#33302e;
}

.gs-hero h1,
.gs-hero h2,
.gs-hero h3{
  color:#17120f;
}

.gs-hero p,
.gs-hero dd{
  color:#69625d;
}

.gs-hero-intro{
  display:grid;
  gap:.75rem;
  min-width:0;
}

.gs-hero-title{
  display:grid;
  gap:.5rem;
  min-width:0;
}

.gs-hero-title h1{
  max-width:14ch;
  margin-inline:0;
}

.gs-hero-title p{
  max-width:42rem;
  font-size:var(--mv-fs-3);
}

.gs-hero .c-actions{
  justify-content:flex-start;
  margin-top:var(--mv-space-3);
  margin-bottom:var(--mv-space-3);
}

.gs-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:38rem;
  margin:0 0 var(--mv-space-3);
  padding-top:var(--mv-space-2);
  border-top:1px solid var(--mv-line);
}

.gs-hero-facts div{
  min-width:0;
  padding-inline:var(--mv-space-2);
}

.gs-hero-facts div:first-child{
  padding-inline-start:0;
}

.gs-hero-facts div+div{
  border-left:1px solid var(--mv-line);
}

.gs-hero-facts dt{
  color:#17120f;
  font-size:var(--mv-fs-3);
}

.gs-hero-facts dd{
  margin-top:.35rem;
  font-size:var(--mv-fs-1);
}

.gs-hero-stage{
  width:100%;
  height:clamp(32rem,45vw,36rem);
  min-width:0;
  align-self:start;
  overflow:visible;
}

.gs-run-sheet{
  width:100%;
  max-width:none;
  height:100%;
  display:flex;
  flex-direction:column;
  border-radius:var(--mv-radius-lg);
  background:#ffffff;
  color:#33302e;
  box-shadow:var(--mv-shadow);
}

.gs-run-sheet h2,
.gs-run-sheet h3,
.gs-run-sheet strong{
  color:#17120f;
}

.gs-run-sheet p,
.gs-run-sheet small{
  color:#69625d;
}

.gs-run-sheet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:1.5rem;
  border-radius:var(--mv-radius-lg) var(--mv-radius-lg) 0 0;
  background:#9f4a19;
  color:#fffaf5;
}

.gs-run-sheet-head div{
  min-width:0;
}

.gs-run-sheet-head strong{
  display:block;
  margin-top:.4rem;
  color:#fffaf5;
  font-size:var(--mv-fs-4);
}

.gs-sheet-label{
  color:#ffe5cd;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-0);
  font-weight:750;
  letter-spacing:.13em;
}

.gs-status-stamp{
  flex:0 0 auto;
  padding:.45rem .7rem;
  border-radius:var(--mv-radius-pill);
  background:#f3a45b;
  color:#2b160b;
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-run-sheet-body{
  flex:1;
  display:flex;
  min-height:0;
  flex-direction:column;
  padding:1.5rem;
}

.gs-sheet-route{
  display:grid;
  grid-template-columns:minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr);
  align-items:center;
  gap:.5rem;
  padding:1rem;
  border-radius:var(--mv-radius-md);
  background:#f6eee7;
  color:#4b2b1b;
  text-align:center;
}

.gs-sheet-route span{
  min-width:0;
  font-size:var(--mv-fs-1);
  font-weight:750;
  overflow-wrap:anywhere;
}

.gs-sheet-route svg{
  width:1rem;
  height:1rem;
  color:#9f4a19;
}

.gs-sheet-steps{
  flex:1;
  display:grid;
  align-content:center;
  gap:0;
  margin:var(--mv-space-2) 0;
  padding:0;
  list-style:none;
}

.gs-sheet-steps li{
  display:grid;
  grid-template-columns:2.25rem minmax(0,1fr);
  align-items:center;
  gap:.75rem;
  padding:.8rem 0;
  border-bottom:1px solid var(--mv-line-soft);
}

.gs-sheet-steps li:first-child{
  border-top:1px solid var(--mv-line-soft);
}

.gs-sheet-steps div{
  min-width:0;
}

.gs-sheet-steps strong,
.gs-sheet-steps small{
  display:block;
}

.gs-sheet-steps strong{
  font-size:var(--mv-fs-2);
}

.gs-sheet-steps small{
  margin-top:.3rem;
}

.gs-step-state{
  width:2.25rem;
  height:2.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f6eee7;
  color:#78340f;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-step-state.is-ready{
  background:#28785d;
  color:#ffffff;
}

.gs-node-register{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.5rem;
}

.gs-node-register span{
  min-width:0;
  padding:.55rem .4rem;
  border-radius:var(--mv-radius-sm);
  background:#faf8f6;
  color:#514943;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-0);
  font-weight:750;
  text-align:center;
  overflow-wrap:anywhere;
}

.gs-run-sheet-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:1.15rem 1.5rem;
  border-radius:0 0 var(--mv-radius-lg) var(--mv-radius-lg);
  background:#17120f;
  color:#fffaf5;
}

.gs-run-sheet-foot span{
  color:#f3a45b;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
}

.gs-run-sheet-foot strong{
  color:#fffaf5;
  font-size:var(--mv-fs-2);
  text-align:right;
}

.gs-section-heading{
  max-width:48rem;
  display:grid;
  gap:.75rem;
  margin-bottom:var(--mv-space-4);
}

.gs-heading-copy{
  display:grid;
  gap:.5rem;
}

.gs-heading-copy p{
  max-width:44rem;
  color:var(--mv-muted);
  font-size:var(--mv-fs-3);
}

.gs-preflight{
  background:#ffffff;
  color:#33302e;
}

.gs-preflight h2,
.gs-preflight h3{
  color:#17120f;
}

.gs-preflight p{
  color:#69625d;
}

.gs-preflight-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,12.5rem),1fr));
  align-items:start;
  gap:var(--mv-space-2);
}

.gs-check-card{
  min-width:0;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#faf8f6;
  color:#33302e;
}

.gs-check-card h3{
  margin-top:.75rem;
}

.gs-check-card p{
  margin-top:.5rem;
}

.gs-icon-chip{
  width:2.6rem;
  height:2.6rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#fff0e4;
  color:#78340f;
}

.gs-icon-chip svg{
  width:1.3rem;
  height:1.3rem;
}

.gs-preflight-note{
  margin-top:var(--mv-space-3);
}

.gs-config-section{
  background:#f6eee7;
  color:#33302e;
}

.gs-config-section h2,
.gs-config-section h3{
  color:#17120f;
}

.gs-config-section p{
  color:#69625d;
}

.gs-config-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--mv-space-3);
}

.gs-config-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
  box-shadow:var(--mv-shadow-soft);
}

.gs-config-card.is-featured{
  background:#fff8f1;
  color:#33302e;
  box-shadow:0 16px 40px rgba(159,74,25,.13);
}

.gs-config-card h3{
  color:#17120f;
}

.gs-config-card p{
  color:#69625d;
}

.gs-card-mark{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem;
}

.gs-config-copy{
  display:grid;
  gap:.5rem;
  margin-top:var(--mv-space-2);
}

.gs-spec-list{
  margin:var(--mv-space-2) 0 0;
}

.gs-spec-list div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:.65rem 0;
  border-bottom:1px solid var(--mv-line-soft);
}

.gs-spec-list div:first-child{
  border-top:1px solid var(--mv-line-soft);
}

.gs-spec-list dt,
.gs-spec-list dd{
  min-width:0;
}

.gs-spec-list dt{
  color:#69625d;
  font-weight:650;
}

.gs-spec-list dd{
  color:#17120f;
  text-align:right;
  overflow-wrap:anywhere;
}

.gs-config-card .c-btn{
  width:100%;
  margin-top:var(--mv-space-3);
}

.gs-order-section{
  background:#ffffff;
  color:#33302e;
}

.gs-order-section h2,
.gs-order-section h3{
  color:#17120f;
}

.gs-order-section p{
  color:#69625d;
}

.gs-order-layout{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);
  align-items:stretch;
  gap:var(--mv-space-3);
}

.gs-order-board{
  min-width:0;
  display:flex;
  flex-direction:column;
  border-radius:var(--mv-radius-lg);
  background:#ffffff;
  color:#33302e;
  box-shadow:var(--mv-shadow-soft);
}

.gs-order-board-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:1.5rem;
  border-radius:var(--mv-radius-lg) var(--mv-radius-lg) 0 0;
  background:#17120f;
  color:#fffaf5;
}

.gs-order-board-head span{
  color:#f3a45b;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
}

.gs-order-board-head strong{
  color:#fffaf5;
}

.gs-order-rows{
  flex:1;
  display:flex;
  flex-direction:column;
  padding-inline:1.5rem;
}

.gs-order-rows>div{
  flex:1;
  display:grid;
  grid-template-columns:3.2rem minmax(0,1fr);
  align-items:center;
  gap:var(--mv-space-2);
  padding-block:1rem;
  border-bottom:1px solid var(--mv-line-soft);
}

.gs-order-rows>div:last-child{
  border-bottom:0;
}

.gs-order-rows div div{
  min-width:0;
}

.gs-order-rows strong{
  color:#17120f;
}

.gs-order-rows p{
  margin-top:.35rem;
}

.gs-row-code{
  color:#9f4a19;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-order-side{
  min-width:0;
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:var(--mv-space-3);
}

.gs-order-side>*{
  height:auto;
}

.gs-side-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#faf8f6;
  color:#33302e;
}

.gs-side-card h3{
  margin-top:.75rem;
  color:#17120f;
}

.gs-side-card p{
  margin-top:.5rem;
  color:#69625d;
}

.gs-side-card .c-btn{
  align-self:flex-start;
  margin-top:var(--mv-space-3);
}

.gs-side-card-accent{
  background:#f3a45b;
  color:#2b160b;
}

.gs-side-card-accent h3,
.gs-side-card-accent p{
  color:#2b160b;
}

.gs-side-card-accent .c-badge{
  border-color:rgba(43,22,11,.22);
  background:#fff4e8;
  color:#3b1d0d;
}

.gs-connect-section{
  background:#17120f;
  color:#fffaf5;
}

.gs-connect-section h2,
.gs-connect-section h3{
  color:#fffaf5;
}

.gs-connect-section p,
.gs-connect-section li{
  color:#baaca3;
}

.gs-section-heading-light .mv-kicker{
  color:#f3a45b;
}

.gs-section-heading-light .mv-kicker::before{
  background:#bfe6e5;
}

.gs-section-heading-light .gs-heading-copy p{
  color:#baaca3;
}

.gs-connect-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--mv-space-3);
}

.gs-connect-card{
  min-width:0;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#27201c;
  color:#fffaf5;
}

.gs-connect-card h3{
  margin-top:.75rem;
  color:#fffaf5;
}

.gs-connect-card p{
  margin-top:.5rem;
  color:#c8bbb3;
}

.gs-connect-card ul{
  margin:var(--mv-space-2) 0 0;
  padding-inline-start:1.2rem;
}

.gs-connect-card li{
  color:#c8bbb3;
}

.gs-connect-number{
  margin-bottom:.75rem;
  color:#f3a45b;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-connect-card .gs-icon-chip{
  background:#3a2d26;
  color:#ffd0a7;
}

.gs-dark-note{
  display:grid;
  grid-template-columns:1.3rem minmax(0,1fr) auto;
  align-items:center;
  gap:var(--mv-space-2);
  margin-top:var(--mv-space-3);
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#30251f;
  color:#fffaf5;
}

.gs-dark-note svg{
  width:1.3rem;
  height:1.3rem;
  color:#f3a45b;
}

.gs-dark-note p{
  color:#c8bbb3;
}

.gs-dark-note a{
  color:#ffd0a7;
  font-weight:750;
}

.gs-environment-section{
  background:#ffffff;
  color:#33302e;
}

.gs-environment-section h2,
.gs-environment-section h3{
  color:#17120f;
}

.gs-environment-section p{
  color:#69625d;
}

.gs-environment-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:stretch;
  gap:var(--mv-space-3);
}

.gs-command-sheet{
  min-width:0;
  display:flex;
  flex-direction:column;
  border-radius:var(--mv-radius-lg);
  background:#17120f;
  color:#fffaf5;
}

.gs-command-sheet header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:1.5rem;
  border-radius:var(--mv-radius-lg) var(--mv-radius-lg) 0 0;
  background:#9f4a19;
  color:#fffaf5;
}

.gs-command-sheet header span,
.gs-command-sheet header strong{
  color:#fffaf5;
}

.gs-command-list{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
  padding-inline:1.5rem;
}

.gs-command-list div{
  display:grid;
  grid-template-columns:1rem minmax(0,1fr);
  gap:.35rem .65rem;
  padding-block:1rem;
  border-bottom:1px solid var(--mv-line-dark);
}

.gs-command-list div:last-child{
  border-bottom:0;
}

.gs-command-list span{
  color:#f3a45b;
}

.gs-command-list code{
  min-width:0;
  color:#fffaf5;
  overflow-wrap:anywhere;
}

.gs-command-list small{
  grid-column:2;
  color:#baaca3;
}

.gs-init-list{
  display:grid;
  align-content:stretch;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.gs-init-list li{
  display:grid;
  grid-template-columns:2.5rem minmax(0,1fr);
  align-items:center;
  gap:var(--mv-space-2);
  padding:1.25rem 0;
  border-bottom:1px solid var(--mv-line);
}

.gs-init-list li:first-child{
  border-top:1px solid var(--mv-line);
}

.gs-init-list>li>span{
  width:2.5rem;
  height:2.5rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f6eee7;
  color:#78340f;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-init-list div{
  min-width:0;
}

.gs-init-list p{
  margin-top:.4rem;
}

.gs-build-section{
  background:#fffcf8;
  color:#33302e;
}

.gs-build-section h2,
.gs-build-section h3{
  color:#17120f;
}

.gs-build-section p{
  color:#69625d;
}

.gs-build-flow{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));
  align-items:start;
  gap:var(--mv-space-2);
}

.gs-build-flow article{
  min-width:0;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
  box-shadow:var(--mv-shadow-soft);
}

.gs-build-flow h3{
  margin-top:.75rem;
  color:#17120f;
}

.gs-build-flow p{
  margin-top:.5rem;
  color:#69625d;
}

.gs-flow-index{
  display:inline-flex;
  width:fit-content;
  align-self:flex-start;
  padding:.45rem .65rem;
  border-radius:var(--mv-radius-pill);
  background:#f6eee7;
  color:#78340f;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-build-receipt{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--mv-space-2);
  margin-top:var(--mv-space-3);
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#9f4a19;
  color:#fffaf5;
}

.gs-build-receipt div{
  min-width:0;
}

.gs-build-receipt span,
.gs-build-receipt strong{
  display:block;
}

.gs-build-receipt span{
  color:#ffe1c6;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
}

.gs-build-receipt strong{
  margin-top:.4rem;
  color:#fffaf5;
}

.gs-runner-section{
  background:#ffffff;
  color:#33302e;
}

.gs-runner-section h2,
.gs-runner-section h3{
  color:#17120f;
}

.gs-runner-section p{
  color:#69625d;
}

.gs-runner-board{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  align-items:stretch;
  gap:var(--mv-space-3);
}

.gs-runner-policy{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:var(--mv-space-2);
}

.gs-runner-policy article{
  min-width:0;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#faf8f6;
  color:#33302e;
}

.gs-runner-policy h3{
  margin-top:.75rem;
  color:#17120f;
}

.gs-runner-policy p{
  margin-top:.5rem;
  color:#69625d;
}

.gs-runner-register{
  min-width:0;
  display:flex;
  flex-direction:column;
  border-radius:var(--mv-radius-lg);
  background:#f6eee7;
  color:#33302e;
}

.gs-runner-register header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:1.5rem;
  border-radius:var(--mv-radius-lg) var(--mv-radius-lg) 0 0;
  background:#f3a45b;
  color:#2b160b;
}

.gs-runner-register header span{
  color:#51250e;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-1);
}

.gs-runner-register header strong{
  color:#2b160b;
}

.gs-runner-register dl{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
  margin:0;
  padding-inline:1.5rem;
}

.gs-runner-register dl div{
  padding-block:1rem;
  border-bottom:1px solid #ded8d2;
}

.gs-runner-register dl div:last-child{
  border-bottom:0;
}

.gs-runner-register dt{
  color:#17120f;
}

.gs-runner-register dd{
  margin-top:.35rem;
  color:#5f5752;
  overflow-wrap:anywhere;
}

.gs-launch-section{
  background:#f6eee7;
  color:#33302e;
}

.gs-launch-section h2,
.gs-launch-section h3{
  color:#17120f;
}

.gs-launch-section p{
  color:#69625d;
}

.gs-launch-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--mv-space-2);
}

.gs-launch-card{
  min-width:0;
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
}

.gs-launch-card h3{
  margin-top:.75rem;
  color:#17120f;
}

.gs-launch-card p{
  margin-top:.5rem;
  color:#69625d;
}

.gs-launch-check{
  width:2.5rem;
  height:2.5rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e1f3ec;
  color:#225f4a;
}

.gs-launch-check svg{
  width:1.25rem;
  height:1.25rem;
}

.gs-final-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-3);
  margin-top:var(--mv-space-3);
  padding:1.5rem;
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
}

.gs-final-status div{
  min-width:0;
}

.gs-final-status span,
.gs-final-status strong{
  display:block;
}

.gs-final-status span{
  color:#28785d;
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.gs-final-status strong{
  margin-top:.4rem;
  color:#17120f;
}

.gs-final-status .c-btn{
  flex:0 0 auto;
}

.gs-closing-section{
  background:#ffffff;
  color:#33302e;
}

.gs-closing-section .c-cta-band{
  padding-inline:2rem;
}

.gs-closing-section .c-cta-band .c-actions{
  justify-content:flex-start;
}

.gs-closing-section .c-cta-band .c-btn-ghost{
  border-color:rgba(255,255,255,.38);
  color:#fffaf5;
}

@media(max-width:64rem){
  .gs-page .c-page-hero-grid,
  .gs-order-layout,
  .gs-environment-layout,
  .gs-runner-board{
    grid-template-columns:1fr;
  }

  .gs-hero-stage{
    height:auto;
    overflow:visible;
  }

  .gs-run-sheet{
    height:auto;
  }

  .gs-order-side{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
  }

  .gs-order-side>*{
    height:auto;
  }

  .gs-launch-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:46rem){
  .gs-hero{
    padding-block:var(--mv-space-4);
  }

  .gs-hero-title h1{
    max-width:none;
  }

  .gs-hero-facts{
    grid-template-columns:1fr;
  }

  .gs-hero-facts div{
    padding:.75rem 0;
  }

  .gs-hero-facts div+div{
    border-top:1px solid var(--mv-line);
    border-left:0;
  }

  .gs-config-grid,
  .gs-connect-grid,
  .gs-order-side,
  .gs-runner-policy,
  .gs-launch-grid,
  .gs-build-receipt{
    grid-template-columns:1fr;
  }

  .gs-sheet-route{
    grid-template-columns:1fr;
    text-align:left;
  }

  .gs-sheet-route svg{
    transform:rotate(90deg);
  }

  .gs-node-register{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gs-run-sheet-head,
  .gs-run-sheet-foot,
  .gs-order-board-head,
  .gs-runner-register header,
  .gs-final-status{
    align-items:flex-start;
    flex-direction:column;
  }

  .gs-run-sheet-foot strong{
    text-align:left;
  }

  .gs-dark-note{
    grid-template-columns:1.3rem minmax(0,1fr);
  }

  .gs-dark-note a{
    grid-column:2;
  }

  .gs-final-status .c-btn{
    width:100%;
  }

  .gs-closing-section .c-cta-band{
    padding-inline:1.5rem;
  }

  .gs-closing-section .c-actions,
  .gs-hero .c-actions{
    width:100%;
  }

  .gs-closing-section .c-actions .c-btn,
  .gs-hero .c-actions .c-btn{
    width:100%;
    white-space:normal;
  }
}

@media(max-width:24.375rem){
  .gs-run-sheet-head,
  .gs-run-sheet-body,
  .gs-run-sheet-foot,
  .gs-check-card,
  .gs-config-card,
  .gs-side-card,
  .gs-connect-card,
  .gs-build-flow article,
  .gs-runner-policy article,
  .gs-launch-card,
  .gs-final-status{
    padding-inline:1.5rem;
  }

  .gs-sheet-steps li{
    grid-template-columns:2.25rem minmax(0,1fr);
  }

  .gs-order-rows>div{
    grid-template-columns:1fr;
  }

  .gs-command-list div{
    grid-template-columns:1rem minmax(0,1fr);
  }

  .gs-init-list li{
    grid-template-columns:2.5rem minmax(0,1fr);
  }
}
