.route-intro {
  min-height: 0;
  padding: var(--dba-space-first-label, 48px) clamp(24px, 5vw, 78px);
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(27, 26, 23, .14);
  background: #f8f7f4;
  color: #1b1a17;
}
.route-intro-inner { width: 100%; }
.route-intro .eyebrow {
  display: block;
  margin-bottom: 30px;
  color: #c83d2f;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.route-intro h1 {
  max-width: none;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(68px, 7.4vw, 138px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
  white-space: nowrap;
}
.route-intro-copy {
  max-width: none;
  margin-top: clamp(34px, 4vw, 58px);
  color: #716e66;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.52;
}
.route-chain {
  margin-top: clamp(38px, 4vw, 58px);
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  border-top: 0;
  color: #c83d2f;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}
.route-chain span:not(:last-child)::after { content: " →"; }
@media (min-width: 681px) {
  .route-intro--designs h1 {
    font-size: clamp(64px, 5.2vw, 96px);
    white-space: normal;
  }
}
@media (max-width: 680px) {
  .route-intro { min-height: 0; padding: var(--dba-space-first-label, 36px) 20px 70px; }
  .route-intro .eyebrow { margin-bottom: 25px; }
  .route-intro h1 { font-size: clamp(58px, 18vw, 82px); white-space: normal; }
  .route-intro--projects h1 { font-size: clamp(42px, 12vw, 58px); }
  .route-intro-copy { font-size: 19px; }
}
