.gallery-page{
  background:#ffffff;
  color:#172128;
}

.gallery-hero{
  padding-block:var(--vm-space-6);
  background:#fcfcfa;
  color:#172128;
}

.gallery-hero-grid{
  width:calc(100% - var(--vm-gutter)*2);
  max-width:var(--vm-standard);
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  align-items:start;
  gap:var(--vm-space-5);
}

.gallery-hero-grid>*{
  min-width:0;
}

.gallery-hero-copy{
  min-width:0;
  padding-top:var(--vm-space-2);
}

.gallery-hero-copy .vm-kicker,
.gallery-case-copy .vm-kicker,
.gallery-section-head .vm-kicker,
.gallery-closing-copy .vm-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin:0 0 var(--vm-space-2);
}

.gallery-section-head.vm-center .vm-kicker{
  align-self:center;
  margin-inline:auto;
  margin-bottom:var(--vm-space-2);
}

.gallery-hero-copy h1{
  max-width:18ch;
  margin-inline:0;
  font-size:clamp(2.35rem,4.8vw,3.2rem);
  line-height:1.16;
}

.gallery-hero-lead{
  max-width:39rem;
  margin-top:var(--vm-space-2);
  color:#596167;
  font-size:var(--vm-fs-3);
}

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

.gallery-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--vm-space-1);
  margin:0;
}

.gallery-hero-stats>div{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#e7f4fa;
  color:#17343e;
}

.gallery-hero-stats>div:nth-child(2){
  background:#fff1e4;
  color:#3e2516;
}

.gallery-hero-stats>div:nth-child(3){
  background:#f1edff;
  color:#2c2548;
}

.gallery-hero-stats dt,
.gallery-hero-stats dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.gallery-hero-stats dt{
  color:#354c55;
}

.gallery-hero-stats>div:nth-child(2) dt{
  color:#604331;
}

.gallery-hero-stats>div:nth-child(3) dt{
  color:#51496c;
}

.gallery-hero-stats dd{
  margin-top:var(--vm-space-1);
  color:inherit;
}

.gallery-hero-stats strong{
  font-size:var(--vm-fs-4);
  line-height:1;
}

.gallery-dispatch-desk{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-lg);
  background:#f4f0e7;
  color:#352f22;
  box-shadow:var(--vm-shadow-lg);
}

.gallery-desk-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  margin-bottom:var(--vm-space-3);
}

.gallery-desk-heading>div{
  min-width:0;
}

.gallery-desk-label,
.gallery-card-label{
  display:block;
  width:fit-content;
  max-width:100%;
  color:inherit;
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-0);
  font-weight:750;
  line-height:1.4;
  letter-spacing:.07em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

.gallery-desk-heading h2{
  margin-top:var(--vm-space-1);
  font-size:var(--vm-fs-4);
}

.gallery-desk-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--vm-space-2);
}

.gallery-desk-grid>section{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
}

.gallery-order-sheet{
  background:#fff1e4;
  color:#3e2516;
}

.gallery-resource-sheet{
  background:#e7f4fa;
  color:#17343e;
}

.gallery-period-sheet{
  background:#ffffff;
  color:#172128;
}

.gallery-node-sheet{
  background:#f1edff;
  color:#2c2548;
}

.gallery-order-sheet h3{
  margin-top:var(--vm-space-2);
  font-size:var(--vm-fs-3);
}

.gallery-order-sheet dl,
.gallery-resource-sheet dl{
  margin:var(--vm-space-2) 0 0;
}

.gallery-order-sheet dl>div,
.gallery-resource-sheet dl>div{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1fr);
  gap:var(--vm-space-1);
  padding-block:.55rem;
  border-bottom:1px solid rgba(62,37,22,.12);
}

.gallery-resource-sheet dl>div{
  border-bottom-color:rgba(23,52,62,.12);
}

.gallery-order-sheet dl>div:last-child,
.gallery-resource-sheet dl>div:last-child{
  border-bottom:0;
}

.gallery-order-sheet dt,
.gallery-order-sheet dd,
.gallery-resource-sheet dt,
.gallery-resource-sheet dd{
  min-width:0;
  color:inherit;
  overflow-wrap:anywhere;
}

.gallery-order-sheet dd,
.gallery-resource-sheet dd{
  text-align:right;
}

.gallery-meter-copy{
  display:grid;
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-2);
}

.gallery-meter-copy strong{
  font-size:var(--vm-fs-3);
  overflow-wrap:anywhere;
}

.gallery-meter-copy span{
  color:#36515b;
  font-size:var(--vm-fs-1);
}

.gallery-meter{
  width:100%;
  height:.55rem;
  margin-top:var(--vm-space-2);
  overflow:hidden;
  border-radius:var(--vm-radius-pill);
  background:#c9dce3;
}

.gallery-meter span{
  display:block;
  width:65%;
  height:100%;
  border-radius:inherit;
  background:#005f2c;
}

.gallery-price{
  display:block;
  margin-top:var(--vm-space-2);
  font-size:clamp(2rem,4vw,2.7rem);
  line-height:1;
  letter-spacing:-.05em;
}

.gallery-period-sheet>span:not(.gallery-card-label){
  display:block;
  margin-top:var(--vm-space-1);
  color:#596167;
  font-size:var(--vm-fs-1);
}

.gallery-period-sheet p{
  margin-top:var(--vm-space-2);
  color:#596167;
  font-size:var(--vm-fs-1);
}

.gallery-node-sheet ul{
  padding:0;
  margin-top:var(--vm-space-2);
  list-style:none;
}

.gallery-node-sheet li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-1);
  padding-block:.55rem;
  border-bottom:1px solid rgba(44,37,72,.12);
}

.gallery-node-sheet li:last-child{
  border-bottom:0;
}

.gallery-node-sheet li>span{
  min-width:0;
  overflow-wrap:anywhere;
}

.gallery-node-sheet .vm-status{
  flex:0 0 auto;
  color:#005f2c;
}

.gallery-runner-strip{
  display:grid;
  grid-template-columns:auto repeat(3,minmax(0,1fr));
  align-items:center;
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-2);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#172128;
  color:#ffffff;
}

.gallery-runner-strip span{
  color:#b7c0c5;
  font-size:var(--vm-fs-0);
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.gallery-runner-strip strong{
  min-width:0;
  color:#ffffff;
  font-size:var(--vm-fs-1);
  overflow-wrap:anywhere;
}

.gallery-case-layout{
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  align-items:start;
  gap:var(--vm-space-5);
}

.gallery-case-layout>*{
  min-width:0;
}

.gallery-case-layout-reverse{
  grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);
}

.gallery-case-copy{
  min-width:0;
}

.gallery-case-copy h2,
.gallery-section-head h2,
.gallery-closing-copy h2{
  max-width:22ch;
  margin-inline:0;
}

.gallery-case-copy>p,
.gallery-section-head>p,
.gallery-closing-copy>p{
  max-width:47rem;
  margin-top:var(--vm-space-1);
  color:inherit;
  opacity:.78;
}

.gallery-point-list{
  padding:0;
  margin-top:var(--vm-space-3);
  list-style:none;
}

.gallery-point-list li{
  padding-block:var(--vm-space-2);
  border-bottom:1px solid rgba(23,33,40,.12);
}

.gallery-point-list li:first-child{
  border-top:1px solid rgba(23,33,40,.12);
}

.gallery-point-list strong,
.gallery-point-list span{
  display:block;
}

.gallery-point-list strong{
  color:inherit;
  font-family:var(--vm-font-heading);
}

.gallery-point-list span{
  margin-top:var(--vm-space-1);
  color:inherit;
  opacity:.76;
}

.gallery-interface-board{
  min-width:0;
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:#ffffff;
  color:#172128;
  box-shadow:var(--vm-shadow-sm);
}

.gallery-board-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-2) var(--vm-space-3);
  background:#172128;
  color:#ffffff;
}

.gallery-board-head>div{
  min-width:0;
}

.gallery-board-head span{
  color:#b7c0c5;
  font-size:var(--vm-fs-0);
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gallery-board-head h3{
  margin-top:var(--vm-space-1);
  color:#ffffff;
  font-size:var(--vm-fs-3);
}

.gallery-board-head .gallery-health{
  width:fit-content;
  max-width:42%;
  flex:0 0 auto;
  padding:.38rem .7rem;
  border-radius:var(--vm-radius-pill);
  background:#e7f4fa;
  color:#17343e;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
  overflow-wrap:anywhere;
}

.gallery-board-body{
  padding:var(--vm-space-3);
  background:#ffffff;
  color:#172128;
}

.gallery-reading-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--vm-space-2);
  margin:0;
}

.gallery-reading-grid>div{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#e7f4fa;
  color:#17343e;
}

.gallery-reading-grid>div:nth-child(2),
.gallery-reading-grid>div:nth-child(3){
  background:#f1edff;
  color:#2c2548;
}

.gallery-reading-grid dt,
.gallery-reading-grid dd{
  min-width:0;
  color:inherit;
  overflow-wrap:anywhere;
}

.gallery-reading-grid dd{
  margin-top:var(--vm-space-1);
  font-size:var(--vm-fs-2);
  font-weight:650;
}

.gallery-log-list{
  margin-top:var(--vm-space-3);
}

.gallery-log-list>div{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-2);
  padding-block:.8rem;
  border-bottom:1px solid #e4e7e4;
}

.gallery-log-list>div:first-child{
  border-top:1px solid #e4e7e4;
}

.gallery-log-list time,
.gallery-log-list span,
.gallery-log-list b{
  min-width:0;
  overflow-wrap:anywhere;
}

.gallery-log-list time{
  color:#596167;
  font-size:var(--vm-fs-0);
}

.gallery-log-list b{
  color:#005f2c;
  font-size:var(--vm-fs-0);
}

.gallery-board-note{
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#fff1e4;
  color:#3e2516;
  font-size:var(--vm-fs-1);
}

.gallery-xcode-board .gallery-board-head{
  background:#352f22;
  color:#ffffff;
}

.gallery-pipeline>div{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid #e4e7e4;
}

.gallery-pipeline>div:first-child{
  border-top:1px solid #e4e7e4;
}

.gallery-pipeline>div>*{
  min-width:0;
}

.gallery-step-index{
  width:2.25rem;
  height:2.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f4f0e7;
  color:#352f22;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.gallery-pipeline strong{
  display:block;
}

.gallery-pipeline p{
  margin-top:var(--vm-space-1);
  color:#596167;
  font-size:var(--vm-fs-1);
}

.gallery-pipeline b{
  width:fit-content;
  color:#005f2c;
  font-size:var(--vm-fs-0);
}

.gallery-unity-board .gallery-board-head{
  background:#17343e;
  color:#ffffff;
}

.gallery-unity-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--vm-space-2);
  margin:0;
}

.gallery-unity-summary>div{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#e7f4fa;
  color:#17343e;
}

.gallery-unity-summary dt,
.gallery-unity-summary dd{
  min-width:0;
  color:inherit;
  overflow-wrap:anywhere;
}

.gallery-unity-summary dd{
  margin-top:var(--vm-space-1);
  font-weight:650;
}

.gallery-handoff-list{
  padding:0;
  margin-top:var(--vm-space-3);
  list-style:none;
}

.gallery-handoff-list li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid #e4e7e4;
}

.gallery-handoff-list li:first-child{
  border-top:1px solid #e4e7e4;
}

.gallery-handoff-list li>*{
  min-width:0;
}

.gallery-handoff-list li>span{
  width:2.25rem;
  height:2.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f1edff;
  color:#2c2548;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.gallery-handoff-list strong{
  display:block;
}

.gallery-handoff-list p{
  margin-top:var(--vm-space-1);
  color:#596167;
  font-size:var(--vm-fs-1);
}

.gallery-handoff-list b{
  color:#005f2c;
  font-size:var(--vm-fs-0);
}

.gallery-section-head{
  max-width:52rem;
  margin-bottom:var(--vm-space-4);
}

.gallery-section-head.vm-center{
  margin-inline:auto;
  text-align:center;
}

.gallery-section-head.vm-center h2,
.gallery-section-head.vm-center>p{
  margin-inline:auto;
}

.gallery-test-table{
  background:#ffffff;
  color:#172128;
  box-shadow:var(--vm-shadow-sm);
}

.gallery-test-table .vm-table{
  display:table;
  width:100%;
  min-width:52rem;
}

.gallery-test-table th,
.gallery-test-table td{
  text-align:left;
}

.gallery-result{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  padding:.38rem .7rem;
  border-radius:var(--vm-radius-pill);
  font-size:var(--vm-fs-0);
  font-weight:750;
  line-height:1.2;
}

.gallery-result-pass{
  background:#eaf3ec;
  color:#005f2c;
}

.gallery-result-review{
  background:#fff1e4;
  color:#3e2516;
}

.gallery-result-progress{
  background:#e7f4fa;
  color:#17343e;
}

.gallery-test-guides{
  margin-top:var(--vm-space-4);
  align-items:start;
}

.gallery-guide-card{
  padding-inline:var(--vm-space-3);
  background:#ffffff;
  color:#172128;
}

.gallery-icon-chip{
  width:2.75rem;
  height:2.75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  background:#f1edff;
  color:#2c2548;
}

.gallery-icon-chip svg{
  width:1.25rem;
  height:1.25rem;
}

.gallery-guide-card h3{
  margin-top:var(--vm-space-2);
}

.gallery-guide-card p{
  margin-top:var(--vm-space-1);
  color:#596167;
  opacity:1;
}

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

.gallery-assignment-card{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
}

.gallery-assignment-peach{
  background:#fff1e4;
  color:#3e2516;
}

.gallery-assignment-blue{
  background:#e7f4fa;
  color:#17343e;
}

.gallery-assignment-lilac{
  background:#f1edff;
  color:#2c2548;
}

.gallery-assignment-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
}

.gallery-assignment-head>*{
  min-width:0;
}

.gallery-assignment-card h3{
  margin-top:var(--vm-space-2);
}

.gallery-plan-spec{
  margin-top:var(--vm-space-1);
  color:inherit;
  opacity:.76;
}

.gallery-assignment-card ul{
  padding:0;
  margin-top:var(--vm-space-3);
  list-style:none;
}

.gallery-assignment-card li{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:var(--vm-space-1);
  padding-block:.7rem;
  border-bottom:1px solid rgba(23,33,40,.12);
}

.gallery-assignment-card li:first-child{
  border-top:1px solid rgba(23,33,40,.12);
}

.gallery-assignment-card li span,
.gallery-assignment-card li strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.gallery-assignment-card li span{
  opacity:.72;
}

.gallery-assignment-card .vm-btn{
  width:100%;
  margin-top:var(--vm-space-3);
}

.gallery-region-band{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-4);
}

.gallery-region-band>div{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#ffffff;
  color:#172128;
}

.gallery-region-band strong,
.gallery-region-band span{
  display:block;
  min-width:0;
  overflow-wrap:anywhere;
}

.gallery-region-band span{
  margin-top:var(--vm-space-1);
  color:#005f2c;
  font-size:var(--vm-fs-1);
}

.gallery-region-band p{
  margin-top:var(--vm-space-1);
  color:#596167;
  font-size:var(--vm-fs-1);
}

.gallery-closing{
  padding-top:var(--vm-space-7);
  padding-bottom:var(--vm-space-4);
  background:#ffffff;
  color:#172128;
}

.gallery-closing .vm-cta-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(15rem,.38fr);
  align-items:center;
  gap:var(--vm-space-4);
  padding:var(--vm-space-4);
  border-radius:var(--vm-radius-lg);
  background:#172128;
  color:#ffffff;
}

.gallery-closing-copy{
  min-width:0;
}

.gallery-closing-copy .vm-kicker{
  background:#e7f4fa;
  color:#17343e;
}

.gallery-closing-copy .vm-kicker::before{
  background:#005f2c;
}

.gallery-closing-copy h2{
  color:#ffffff;
}

.gallery-closing-copy>p{
  color:#d6dde0;
  opacity:1;
}

.gallery-closing-actions{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:var(--vm-space-1);
}

.gallery-closing-actions .vm-btn{
  width:100%;
}

.gallery-closing-actions .vm-btn-ghost{
  border-color:rgba(255,255,255,.34);
  background:transparent;
  color:#ffffff;
}

@media (max-width:64rem){
  .gallery-hero{
    padding-block:var(--vm-space-5);
  }

  .gallery-hero-grid,
  .gallery-case-layout,
  .gallery-case-layout-reverse{
    grid-template-columns:1fr;
    gap:var(--vm-space-4);
  }

  .gallery-hero-copy{
    padding-top:0;
  }

  .gallery-hero-copy h1{
    max-width:22ch;
  }

  .gallery-case-layout-reverse .gallery-interface-board{
    order:2;
  }

  .gallery-case-layout-reverse .gallery-case-copy{
    order:1;
  }

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

  .gallery-region-band{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gallery-closing .vm-cta-shell{
    grid-template-columns:1fr;
    align-items:start;
  }

  .gallery-closing-actions{
    max-width:28rem;
    align-items:stretch;
  }
}

@media (max-width:48rem){
  .gallery-hero-stats,
  .gallery-desk-grid,
  .gallery-reading-grid,
  .gallery-unity-summary,
  .gallery-assignment-grid{
    grid-template-columns:1fr;
  }

  .gallery-runner-strip{
    grid-template-columns:1fr;
    align-items:start;
  }

  .gallery-desk-heading,
  .gallery-assignment-head{
    display:grid;
  }

  .gallery-board-head{
    display:grid;
  }

  .gallery-board-head .gallery-health{
    max-width:100%;
  }

  .gallery-log-list>div,
  .gallery-pipeline>div,
  .gallery-handoff-list li{
    grid-template-columns:auto minmax(0,1fr);
  }

  .gallery-log-list b,
  .gallery-pipeline b,
  .gallery-handoff-list b{
    grid-column:2;
    justify-self:start;
  }
}

@media (max-width:24.375rem){
  .gallery-hero-grid{
    width:calc(100% - 2rem);
  }

  .gallery-dispatch-desk,
  .gallery-desk-grid>section,
  .gallery-board-body,
  .gallery-reading-grid>div,
  .gallery-unity-summary>div,
  .gallery-assignment-card,
  .gallery-region-band>div,
  .gallery-closing .vm-cta-shell{
    padding-inline:var(--vm-space-3);
  }

  .gallery-hero-stats{
    grid-template-columns:1fr;
  }

  .gallery-region-band{
    grid-template-columns:1fr;
  }

  .gallery-order-sheet dl>div,
  .gallery-resource-sheet dl>div,
  .gallery-assignment-card li{
    grid-template-columns:1fr;
  }

  .gallery-order-sheet dd,
  .gallery-resource-sheet dd{
    text-align:left;
  }

  .gallery-log-list>div,
  .gallery-pipeline>div,
  .gallery-handoff-list li{
    grid-template-columns:1fr;
  }

  .gallery-log-list b,
  .gallery-pipeline b,
  .gallery-handoff-list b{
    grid-column:auto;
  }

  .gallery-hero-copy h1{
    font-size:clamp(2.1rem,11vw,2.65rem);
  }
}
