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

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

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

.locations-page .c-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:start;
  gap:clamp(2.5rem,6vw,5rem);
}

.loc-hero-copy{
  min-width:0;
  align-items:start;
}

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

.loc-hero-copy .c-badge + h1{
  margin-top:.75rem;
}

.loc-hero-lead{
  max-width:42rem;
  margin-top:var(--mv-space-2);
  font-size:var(--mv-fs-3);
}

.loc-hero-note{
  max-width:42rem;
  margin-top:var(--mv-space-1);
  color:#69625d;
}

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

.loc-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:var(--mv-space-3) 0 0;
  padding:var(--mv-space-2) 0 var(--mv-space-3);
  border-top:1px solid #ded8d2;
  border-bottom:1px solid #ded8d2;
}

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

.loc-hero-stats div:first-child{
  padding-inline-start:0;
}

.loc-hero-stats div + div{
  border-left:1px solid #ded8d2;
}

.loc-hero-stats dt{
  color:#17120f;
  font-size:var(--mv-fs-4);
  font-weight:780;
}

.loc-hero-stats dd{
  margin-top:.35rem;
  color:#69625d;
  font-size:var(--mv-fs-1);
}

.loc-stage{
  width:100%;
  min-width:0;
  height:clamp(26rem,38vw,32rem);
  align-self:start;
  overflow:hidden;
  border-radius:var(--mv-radius-lg);
  background:#17120f;
  color:#fffaf5;
  box-shadow:var(--mv-shadow);
}

.loc-registry{
  display:flex;
  width:100%;
  max-width:none;
  height:100%;
  flex-direction:column;
  background:#17120f;
  color:#fffaf5;
}

.loc-registry-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
  padding:var(--mv-space-3);
  background:#f3a45b;
  color:#24150d;
}

.loc-registry-head div{
  min-width:0;
}

.loc-registry-head strong{
  display:block;
  margin-top:.4rem;
  color:#24150d;
  font-size:var(--mv-fs-4);
  line-height:var(--mv-lh-heading);
}

.loc-registry-label{
  color:#48220e;
  font-family:var(--mv-font-mono);
  font-size:var(--mv-fs-0);
  font-weight:750;
  letter-spacing:.14em;
}

.loc-registry-status{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  flex:0 0 auto;
  align-items:center;
  padding:.45rem .7rem;
  border-radius:var(--mv-radius-pill);
  background:#17120f;
  color:#fffaf5;
  font-size:var(--mv-fs-1);
  font-weight:750;
  line-height:1.2;
}

.loc-registry-body{
  display:flex;
  min-height:0;
  flex:1;
  flex-direction:column;
  padding-inline:var(--mv-space-3);
  background:#17120f;
  color:#fffaf5;
}

.loc-registry-row{
  display:grid;
  min-width:0;
  flex:1;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--mv-space-2);
  padding-block:.85rem;
  border-bottom:1px solid rgba(255,255,255,.15);
}

.loc-registry-row > div{
  min-width:0;
}

.loc-registry-row strong{
  display:block;
  color:#fffaf5;
  font-size:var(--mv-fs-2);
}

.loc-registry-row div span{
  display:block;
  margin-top:.3rem;
  color:#baaca3;
  font-size:var(--mv-fs-1);
  line-height:var(--mv-lh-small);
  overflow-wrap:anywhere;
}

.loc-node-code{
  display:inline-flex;
  width:2.4rem;
  height:2.4rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#fff0e4;
  color:#6b2c0d;
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.loc-latency{
  color:#ffd0a7;
  font-size:var(--mv-fs-1);
  white-space:nowrap;
}

.loc-registry-foot{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.65rem var(--mv-space-2);
  padding:var(--mv-space-2) var(--mv-space-3);
  background:#29201b;
  color:#fffaf5;
}

.loc-registry-foot > span:first-child{
  color:#baaca3;
  font-size:var(--mv-fs-1);
}

.loc-registry-foot strong{
  color:#fffaf5;
  font-size:var(--mv-fs-1);
}

.loc-registry-foot .c-stock{
  margin-left:auto;
  color:#a9e4ce;
}

.loc-node-section{
  background:#ffffff;
  color:#33302e;
}

.loc-node-section h2,
.loc-node-section h3{
  color:#17120f;
}

.loc-node-section p{
  color:#69625d;
}

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

.loc-node-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#f6eee7;
  color:#33302e;
}

.loc-node-card-soft{
  background:#faf8f6;
  color:#33302e;
}

.loc-node-card h3{
  margin-top:var(--mv-space-2);
  color:#17120f;
}

.loc-node-card > p{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.loc-node-card-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--mv-space-2);
}

.loc-node-card-head .c-badge{
  width:fit-content;
  max-width:100%;
  flex:0 1 auto;
  align-self:flex-start;
}

.loc-node-mark{
  display:inline-flex;
  width:2.6rem;
  height:2.6rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#fff;
  color:#78340f;
}

.loc-node-mark svg{
  width:1.3rem;
  height:1.3rem;
}

.loc-node-facts{
  margin:var(--mv-space-3) 0 0;
  border-top:1px solid #ded8d2;
}

.loc-node-facts div{
  display:grid;
  grid-template-columns:minmax(7rem,.65fr) minmax(0,1.35fr);
  align-items:start;
  gap:var(--mv-space-2);
  padding-block:.75rem;
  border-bottom:1px solid #ded8d2;
}

.loc-node-facts dt{
  min-width:0;
  color:#514943;
  font-size:var(--mv-fs-1);
}

.loc-node-facts dd{
  min-width:0;
  color:#33302e;
  font-size:var(--mv-fs-1);
  overflow-wrap:anywhere;
}

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

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

.loc-reference-note strong{
  color:#35180b;
}

.loc-reference-note p{
  color:#69422e;
}

.loc-matrix-section{
  padding-block:var(--mv-section);
  background:#f6eee7;
  color:#33302e;
}

.loc-matrix-section h2,
.loc-matrix-section h3{
  color:#17120f;
}

.loc-matrix-section p{
  color:#69625d;
}

.loc-section-intro{
  max-width:46rem;
}

.loc-section-intro .mv-kicker{
  width:fit-content;
  align-self:flex-start;
}

.loc-section-intro .mv-kicker + h2{
  margin-top:.75rem;
}

.loc-section-intro p{
  margin-top:var(--mv-space-1);
}

.loc-matrix-scroll{
  margin-top:var(--mv-space-4);
  background:#ffffff;
  color:#332d29;
}

.loc-matrix{
  min-width:48rem;
  background:#ffffff;
  color:#332d29;
}

.loc-matrix caption{
  padding:var(--mv-space-2);
  background:#ffffff;
  color:#69625d;
  font-size:var(--mv-fs-1);
  text-align:left;
}

.loc-matrix th,
.loc-matrix td{
  text-align:left;
}

.loc-matrix tbody th{
  padding:.85rem 1rem;
  background:#fffcf8;
  color:#332d29;
  vertical-align:top;
}

.loc-matrix tbody th strong{
  display:block;
  color:#17120f;
  font-size:var(--mv-fs-2);
}

.loc-matrix tbody th span{
  display:block;
  margin-top:.35rem;
  color:#69625d;
  font-size:var(--mv-fs-0);
}

.loc-matrix-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--mv-space-3);
  margin-top:var(--mv-space-3);
}

.loc-matrix-facts article{
  min-width:0;
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
}

.loc-matrix-facts h3{
  margin-top:var(--mv-space-2);
  color:#17120f;
}

.loc-matrix-facts p{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.loc-fact-number{
  display:block;
  color:#78340f;
  font-size:clamp(1.45rem,4cqi,2rem);
  font-weight:800;
  line-height:1.1;
  overflow-wrap:anywhere;
}

.loc-method-section{
  background:#fffcf8;
  color:#33302e;
}

.loc-method-section h2,
.loc-method-section h3{
  color:#17120f;
}

.loc-method-section p{
  color:#69625d;
}

.loc-method-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--mv-space-3);
  margin:0;
  padding:0;
  list-style:none;
}

.loc-method-list li{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:var(--mv-space-2);
  padding:var(--mv-space-3);
  border-radius:var(--mv-radius-md);
  background:#ffffff;
  color:#33302e;
  box-shadow:var(--mv-shadow-soft);
}

.loc-method-list li > div{
  min-width:0;
}

.loc-method-list h3{
  color:#17120f;
}

.loc-method-list p{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.loc-method-index{
  display:inline-flex;
  width:2.8rem;
  height:2.8rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#f3a45b;
  color:#2b170c;
  font-size:var(--mv-fs-1);
  font-weight:800;
}

.loc-decision-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--mv-space-3);
  margin-top:var(--mv-space-4);
}

.loc-decision-card{
  background:#f6eee7;
  color:#33302e;
}

.loc-decision-card h3{
  margin-top:var(--mv-space-2);
  color:#17120f;
}

.loc-decision-card p{
  margin-top:var(--mv-space-1);
  color:#69625d;
}

.loc-decision-icon{
  display:inline-flex;
  width:2.8rem;
  height:2.8rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--mv-radius-sm);
  background:#ffffff;
  color:#78340f;
}

.loc-decision-icon svg{
  width:1.35rem;
  height:1.35rem;
}

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

.loc-closing-section .c-cta-band{
  padding-inline:var(--mv-space-4);
  background:#17120f;
  color:#fffaf5;
}

.loc-closing-section .c-cta-band h2{
  margin-top:.75rem;
  color:#fffaf5;
}

.loc-closing-section .c-cta-band p{
  color:#baaca3;
}

.loc-closing-kicker{
  color:#ffd0a7;
}

.loc-closing-kicker::before{
  background:#bfe6e5;
}

.loc-closing-section .c-actions{
  justify-content:flex-start;
}

.loc-dark-ghost{
  border-color:rgba(255,255,255,.4);
  color:#fffaf5;
}

.loc-dark-ghost:hover{
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.08);
}

@media(max-width:64rem){
  .locations-page .c-page-hero-grid{
    grid-template-columns:1fr;
  }

  .loc-stage{
    height:auto;
    overflow:visible;
  }

  .loc-registry{
    height:auto;
  }

  .loc-registry-row{
    min-height:5.25rem;
  }

  .loc-matrix-facts,
  .loc-decision-grid{
    grid-template-columns:1fr;
  }
}

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

  .loc-hero-stats{
    grid-template-columns:1fr;
    padding-block:0;
  }

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

  .loc-hero-stats div + div{
    border-top:1px solid #ded8d2;
    border-left:0;
  }

  .loc-registry-head{
    align-items:flex-start;
  }

  .loc-registry-row{
    grid-template-columns:auto minmax(0,1fr);
  }

  .loc-latency{
    grid-column:2;
  }

  .loc-registry-foot .c-stock{
    width:100%;
    margin-left:0;
  }

  .loc-node-grid,
  .loc-method-list{
    grid-template-columns:1fr;
  }

  .loc-node-facts div{
    grid-template-columns:1fr;
    gap:.4rem;
  }

  .loc-node-card > .c-btn,
  .loc-hero-actions .c-btn{
    width:100%;
  }

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

  .loc-closing-section .c-actions{
    width:100%;
  }

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

@media(max-width:24.375rem){
  .loc-registry-head{
    display:grid;
  }

  .loc-registry-status{
    justify-self:start;
  }

  .loc-node-card-head{
    align-items:flex-start;
  }

  .loc-method-list li{
    grid-template-columns:1fr;
  }
}
