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

.about-hero h1{
  color:#17120f;
}

.about-hero p{
  color:#5f5853;
}

.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  align-items:start;
  gap:var(--mv-space-4);
}

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

.about-hero-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}

.about-hero-copy>.c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.about-hero-heading{
  display:grid;
  gap:var(--mv-space-1);
  margin-top:.75rem;
}

.about-hero-heading h1{
  max-width:18ch;
  margin-inline:0;
  line-height:1.16;
}

.about-hero-heading p{
  max-width:42rem;
  margin-inline:0;
  font-size:var(--mv-fs-3);
}

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

.about-hero-facts{
  display:grid;
  width:100%;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:var(--mv-space-3) 0 0;
  padding-top:var(--mv-space-2);
  border-top:1px solid #ded8d2;
}

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

.about-hero-facts div+div{
  padding-left:var(--mv-space-2);
  border-left:1px solid #ded8d2;
}

.about-hero-facts dt{
  color:#78340f;
  font-size:var(--mv-fs-4);
  overflow-wrap:anywhere;
}

.about-hero-facts dd{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.about-stage{
  min-width:0;
  align-self:start;
}

.about-run-sheet{
  min-width:0;
  overflow:hidden;
  border-radius:var(--mv-radius-lg);
  background:#17120f;
  color:#fffaf5;
  box-shadow:var(--mv-shadow);
}

.about-run-sheet h2,
.about-run-sheet h3,
.about-run-sheet strong{
  color:#fffaf5;
}

.about-run-sheet p,
.about-run-sheet small{
  color:#baaca3;
}

.about-run-sheet-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:var(--mv-space-2) var(--mv-space-3);
  background:#f3a45b;
  color:#17120f;
}

.about-run-sheet-head div{
  display:grid;
  min-width:0;
  gap:var(--mv-space-1);
}

.about-run-sheet-head span,
.about-run-sheet-head strong{
  color:#17120f;
}

.about-run-sheet-head span{
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-0);
  font-weight:750;
  letter-spacing:.08em;
}

.about-run-sheet-head strong{
  font-size:var(--mv-fs-3);
  line-height:var(--mv-lh-heading);
}

.about-sheet-status{
  flex:0 0 auto;
  width:fit-content;
  max-width:45%;
  padding:.45rem .7rem;
  border-radius:var(--mv-radius-pill);
  background:#17120f;
  color:#fffaf5!important;
  line-height:1.2;
  text-align:center;
}

.about-run-sheet-body{
  padding:var(--mv-space-3);
}

.about-sheet-row{
  display:grid;
  grid-template-columns:minmax(7rem,.4fr) minmax(0,1fr);
  align-items:start;
  gap:var(--mv-space-2);
  padding-block:.75rem;
  border-bottom:1px solid rgba(255,255,255,.15);
  color:#fffaf5;
}

.about-sheet-row:first-child{
  padding-top:0;
}

.about-sheet-row span{
  color:#baaca3;
  font-size:var(--mv-fs-1);
}

.about-sheet-row strong{
  min-width:0;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-2);
  text-align:right;
  overflow-wrap:anywhere;
}

.about-sheet-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--mv-space-1);
  margin-top:var(--mv-space-3);
}

.about-sheet-flow div{
  display:flex;
  min-width:0;
  min-height:9.5rem;
  flex-direction:column;
  align-items:flex-start;
  padding:var(--mv-space-2);
  border-radius:var(--mv-radius-sm);
  background:rgba(255,255,255,.07);
  color:#fffaf5;
}

.about-sheet-flow span{
  color:#f3a45b;
  font-size:var(--mv-fs-1);
}

.about-sheet-flow strong{
  margin-top:var(--mv-space-1);
  font-size:var(--mv-fs-2);
}

.about-sheet-flow small{
  margin-top:var(--mv-space-1);
  color:#baaca3;
}

.about-run-sheet-foot{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:var(--mv-space-1);
  margin-top:var(--mv-space-3);
  padding-top:var(--mv-space-2);
  border-top:1px solid rgba(255,255,255,.15);
  color:#fffaf5;
}

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

.about-section-head{
  display:grid;
  max-width:46rem;
  gap:.75rem;
  margin-bottom:var(--mv-space-4);
}

.about-section-head>.mv-kicker{
  width:fit-content;
  align-self:flex-start;
}

.about-heading-copy{
  display:grid;
  gap:var(--mv-space-1);
}

.about-heading-copy h2,
.about-heading-copy p{
  margin-inline:0;
}

.about-heading-copy p{
  max-width:44rem;
  color:#69625d;
  font-size:var(--mv-fs-3);
}

.about-section-head-centered{
  margin-inline:auto;
  text-align:center;
}

.about-section-head-centered>.mv-kicker{
  align-self:center;
  margin-inline:auto;
}

.about-section-head-centered .about-heading-copy p{
  margin-inline:auto;
}

.about-audience{
  background:#ffffff;
  color:#33302e;
}

.about-audience h2,
.about-audience h3{
  color:#17120f;
}

.about-audience-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));
  align-items:start;
  gap:var(--mv-space-3);
}

.about-audience-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:.75rem;
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#faf8f6;
  color:#33302e;
}

.about-audience-card h3{
  color:#17120f;
}

.about-audience-card p{
  color:#69625d;
}

.about-card-mark{
  display:flex;
  min-width:0;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--mv-space-1);
}

.about-card-mark>.c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.about-icon-chip{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#f6eee7;
  color:#78340f;
}

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

.about-card-copy{
  display:grid;
  gap:var(--mv-space-1);
}

.about-problems{
  background:#17120f;
  color:#fffaf5;
}

.about-problems h2,
.about-problems h3{
  color:#fffaf5;
}

.about-problems p,
.about-problems li{
  color:#baaca3;
}

.about-problems .mv-kicker{
  color:#f3a45b;
}

.about-problems .mv-kicker::before{
  background:#bfe6e5;
}

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

.about-problem-layout>*{
  min-width:0;
}

.about-problem-intro{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}

.about-problem-intro>.mv-kicker{
  width:fit-content;
  align-self:flex-start;
}

.about-problem-intro .about-heading-copy{
  margin-top:.75rem;
}

.about-problem-intro .about-heading-copy p{
  color:#baaca3;
}

.about-problem-intro>.c-btn{
  margin-top:var(--mv-space-3);
}

.about-problem-list{
  display:grid;
  align-content:stretch;
}

.about-problem-item{
  display:grid;
  min-width:0;
  gap:var(--mv-space-1);
  padding:var(--mv-space-3);
  border-bottom:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fffaf5;
}

.about-problem-item:first-child{
  border-radius:var(--mv-radius-md) var(--mv-radius-md) 0 0;
}

.about-problem-item:last-child{
  border-bottom:0;
  border-radius:0 0 var(--mv-radius-md) var(--mv-radius-md);
}

.about-problem-item>span{
  color:#f3a45b;
  font-size:var(--mv-fs-1);
}

.about-problem-item p{
  color:#baaca3;
}

.about-principles{
  background:#f6eee7;
  color:#33302e;
}

.about-principles h2,
.about-principles h3{
  color:#17120f;
}

.about-principles p{
  color:#69625d;
}

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

.about-principle-card{
  display:grid;
  min-width:0;
  gap:var(--mv-space-1);
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
}

.about-principle-card h3{
  color:#17120f;
}

.about-principle-card p{
  color:#69625d;
}

.about-principle-number{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-pill);
  background:#fff0e4;
  color:#682c0e;
  font-size:var(--mv-fs-1);
  font-weight:750;
  line-height:1;
}

.about-infrastructure{
  background:#ffffff;
  color:#33302e;
}

.about-infrastructure h2,
.about-infrastructure h3,
.about-infrastructure strong{
  color:#17120f;
}

.about-node-table th,
.about-node-table td{
  min-width:10rem;
  text-align:left;
}

.about-node-table th:first-child,
.about-node-table td:first-child{
  min-width:8.5rem;
}

.about-node-table td:first-child strong{
  display:block;
}

.about-node-table td:first-child span{
  display:block;
  margin-top:var(--mv-space-1);
  color:#78340f;
  font-size:var(--mv-fs-1);
}

.about-node-table a{
  color:#78340f;
  font-weight:750;
  text-decoration:underline;
  text-decoration-color:rgba(120,52,15,.3);
  text-underline-offset:.2em;
}

.about-node-note{
  margin-top:var(--mv-space-3);
  background:#fff2e7;
  color:#492515;
}

.about-node-note strong{
  color:#35180b;
}

.about-node-note p{
  color:#69422e;
}

.about-responsibility{
  background:#fffcf8;
  color:#33302e;
}

.about-responsibility h2{
  color:#17120f;
}

.about-responsibility-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  align-items:start;
  gap:var(--mv-space-3);
}

.about-responsibility-grid>*{
  min-width:0;
}

.about-platform-panel{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  padding:var(--mv-space-4);
  border-radius:var(--mv-radius-lg);
  background:linear-gradient(135deg,#71300f,#9f4a19 58%,#b85b27);
  color:#fffaf5;
}

.about-platform-panel h3{
  margin-top:.75rem;
  color:#fffaf5;
  font-size:var(--mv-fs-5);
}

.about-platform-panel p,
.about-platform-panel li{
  color:#fffaf5;
}

.about-platform-panel ul{
  margin:var(--mv-space-3) 0 0;
  padding-inline-start:1.25rem;
}

.about-platform-panel li+li{
  margin-top:var(--mv-space-1);
}

.about-platform-panel>.c-btn{
  margin-top:var(--mv-space-3);
}

.about-responsibility-label{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  align-items:center;
  gap:var(--mv-space-1);
  padding:.5rem .75rem;
  border-radius:var(--mv-radius-pill);
  background:#fffaf5;
  color:#682c0e;
  font-size:var(--mv-fs-1);
  font-weight:750;
}

.about-responsibility-label svg{
  width:1.2rem;
  height:1.2rem;
  flex:0 0 auto;
}

.about-user-column{
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:var(--mv-space-2);
}

.about-user-column>*{
  height:auto;
}

.about-user-duty{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
}

.about-user-duty>.c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.about-user-duty h3{
  margin-top:.75rem;
  color:#17120f;
}

.about-user-duty p{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.about-closing{
  padding-block:var(--mv-space-5);
  background:#ffffff;
  color:#33302e;
}

.about-closing .c-cta-band{
  padding-inline:var(--mv-space-4);
}

.about-closing .c-cta-band>div:first-child{
  min-width:0;
  max-width:43rem;
}

.about-closing-actions{
  flex:0 0 auto;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  margin-top:0;
}

.about-closing-actions .c-btn{
  width:100%;
}

.about-closing-actions .c-btn-ghost{
  border-color:rgba(255,255,255,.36);
  background:transparent;
  color:#fffaf5;
}

.about-closing-actions .c-btn-ghost:hover{
  border-color:rgba(255,255,255,.58);
  background:rgba(255,255,255,.08);
  color:#ffffff;
}

@media(max-width:64rem){
  .about-hero-grid,
  .about-problem-layout,
  .about-responsibility-grid{
    grid-template-columns:1fr;
  }

  .about-stage{
    width:100%;
  }

  .about-run-sheet{
    height:auto;
    overflow:visible;
  }

  .about-problem-list{
    align-content:start;
  }

  .about-user-column{
    grid-template-rows:none;
  }

  .about-platform-panel{
    padding:var(--mv-space-3);
  }
}

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

  .about-hero-heading h1{
    max-width:none;
  }

  .about-hero-actions{
    width:100%;
  }

  .about-hero-actions .c-btn{
    width:100%;
    white-space:normal;
  }

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

  .about-hero-facts div{
    padding:var(--mv-space-2) 0;
  }

  .about-hero-facts div+div{
    padding-left:0;
    border-top:1px solid #ded8d2;
    border-left:0;
  }

  .about-sheet-row{
    grid-template-columns:1fr;
    gap:var(--mv-space-1);
  }

  .about-sheet-row strong{
    text-align:left;
  }

  .about-sheet-flow{
    grid-template-columns:1fr;
  }

  .about-sheet-flow div{
    min-height:0;
  }

  .about-run-sheet-head{
    align-items:flex-start;
  }

  .about-sheet-status{
    max-width:42%;
  }

  .about-section-head{
    margin-bottom:var(--mv-space-3);
  }

  .about-closing{
    padding-block:var(--mv-space-4);
  }

  .about-closing .c-cta-band{
    padding-inline:var(--mv-space-3);
  }

  .about-closing-actions{
    width:100%;
    margin-top:var(--mv-space-3);
  }

  .about-closing-actions .c-btn{
    white-space:normal;
  }
}

@media(max-width:24.375rem){
  .about-run-sheet-head{
    flex-direction:column;
  }

  .about-sheet-status{
    max-width:100%;
  }

  .about-platform-panel,
  .about-audience-card,
  .about-principle-card,
  .about-user-duty,
  .about-problem-item,
  .about-run-sheet-body{
    padding-inline:var(--mv-space-3);
  }
}
