.glance.two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
@media(max-width:820px) {
  .glance.two {
    grid-template-columns: 1fr;
  }
}
.pullwrap.tight {
  margin-top: var(--s-body-evidence);
}
.qhead {
  grid-column: 1 / span 9;
  margin-top: var(--s-body-evidence);
}
.dot-inline {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.credit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--ft);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  margin: 0 0 28px;
}
.credit .lbl {
  border-bottom: 1px solid transparent;
}
.credit:hover .lbl {
  border-bottom-color: var(--ink);
}
.credit .ext {
  color: var(--muted);
  font-size: 13px;
}
.ovr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pipe {
  grid-column: 1 / span 12;
  margin-top: var(--s-body-evidence);
  background: var(--evidence);
  border-radius: var(--radius);
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 22px;
}
.pstage .pt {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--fd);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.008em;
}
.pstage .pt .dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
}
.pstage .pp {
  font-family: var(--ft);
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 10px;
}
.parw {
  color: var(--muted);
  font-size: 18px;
  align-self: start;
  margin-top: 1px;
}
.tree {
  grid-column: 1 / span 12;
  margin-top: 24px;
  background: var(--evidence);
  border-radius: var(--radius);
  padding: 44px 44px 40px;
}
.tq {
  font-family: var(--fd);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  max-width: 42ch;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.tq::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 22px;
  background: #D5D9DF;
  transform: translateX(-50%);
}
.tbranches {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
  position: relative;
  padding-top: 22px;
}
.tbranches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: #D5D9DF;
}
.tbranch {
  position: relative;
  text-align: center;
}
.tbranch::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #D5D9DF;
  transform: translateX(-50%);
}
.tlabel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 16px;
}
.tlabel .dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
}
.tlabel .dm {
  background: var(--muted);
}
.toutcome {
  font-family: var(--ft);
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 9px auto 0;
  max-width: 26ch;
}
@media(max-width:820px) {
  .pipe {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pipe .parw {
    display: none;
  }
  .pipe .pstage {
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 16px;
  }
  .pipe .pstage:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .tq {
    padding-bottom: 22px;
  }
  .tbranches {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  .tbranches::before {
    display: none;
  }
  .tbranch {
    text-align: left;
    padding: 16px 0;
    border-top: 1px solid var(--line);
  }
  .tbranch::before {
    display: none;
  }
  .toutcome {
    max-width: none;
    margin: 8px 0 0;
  }
}
.dash-overview {
  grid-column: 1 / span 12;
  margin-top: var(--s-body-evidence);
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: var(--gutter);
  align-items: start;
}
.dash-main .evidence {
  min-height: 520px;
}
.dash-gifs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dash-gifs .evidence {
  min-height: 0;
  background: #FFFFFF;
  padding: 20px;
}
.glabel {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.evidence.pair {
  min-height: 0;
  padding: 16px;
}
@media(max-width:820px) {
  .subhead {
    font-size: 22px;
  }
  .decisions .d h3 {
    font-size: 19px;
  }
  .pstage .pt {
    font-size: 18px;
  }
  .evidence.pair {
    padding: 14px;
  }
  .dash-gifs .evidence {
    padding: 14px;
  }
}
@media(max-width:820px) {
  .dash-overview {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dash-main .evidence {
    min-height: 340px;
  }
}
.pull-points {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.pull-points li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--fd);
  font-weight: 500;
  font-size: clamp(20px,2.3vw,26px);
  line-height: 1.2;
  letter-spacing: -.01em;
}
.pull-points li .dot {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}
/* Hero: the image is first in the DOM, so mobile stacks image-first from
   document order. Desktop placement is pinned explicitly below. */
.hero .ovr {
  grid-column: 7 / span 6;
  grid-row: 1;
  align-self: start;
  aspect-ratio: 16/10;
  min-height: 0;
  overflow: hidden;
}
.hero .title {
  grid-row: 1;
}
.hero .lede {
  grid-row: 2;
}
.hero .meta {
  grid-row: 3;
}
.hero .glance {
  grid-row: 4;
}
@media (max-width: 820px) {
  .hero .ovr,
  .hero .title,
  .hero .lede,
  .hero .meta,
  .hero .glance {
    grid-row: auto;
  }
  .hero .ovr {
    margin-top: 0;
    margin-bottom: 34px;
  }
}
