/* Shared reading paths across every specialty, including aviation/aerospace. */
.dd-specialty-paths {
  --paths-navy: #00253a;
  --paths-teal: #036c5f;
  --paths-line: rgba(0, 37, 58, .18);
  padding: clamp(56px, 7vw, 96px) 0;
  border-top: 1px solid var(--paths-line);
  background: #fbf7f3;
  color: var(--paths-navy);
  font-family: var(--tr-font-sans, "Figtree", sans-serif);
}
.dd-specialty-paths *,
.dd-specialty-paths *::before,
.dd-specialty-paths *::after { box-sizing: border-box; }
.dd-specialty-paths__inner {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.dd-specialty-paths a { color: inherit; text-decoration: none; }
.dd-specialty-paths a:focus-visible { outline: 3px solid #a35b29; outline-offset: 5px; }
.dd-specialty-paths__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.dd-specialty-paths .dd-specialty-paths__eyebrow {
  margin: 0 0 15px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .75rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--paths-teal);
}
.dd-specialty-paths h2 {
  margin: 0;
  font-family: var(--tr-font-display, "DM Serif Display", Georgia, serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.025em;
  color: inherit;
}
.dd-specialty-paths .dd-specialty-paths__intro {
  margin: 16px 0 0;
  color: #485e68;
  font-size: 1.05rem;
  line-height: 1.65;
}
.dd-specialty-paths__all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 44px;
  border-bottom: 1px solid var(--paths-navy);
  font-size: .95rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.dd-specialty-paths .dd-specialty-paths__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dd-specialty-paths__cards > li { min-width: 0; margin: 0; }
.dd-specialty-paths__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 222px;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--paths-line);
  border-radius: 4px;
  background: #fff;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.dd-specialty-paths__card:hover { border-color: var(--paths-teal); background: #f0f7f3; }
.dd-specialty-paths__number {
  margin-bottom: 28px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .75rem;
  line-height: 1;
  color: var(--paths-teal);
  letter-spacing: .12em;
}
.dd-specialty-paths h3 {
  margin: 0 0 24px;
  font-family: var(--tr-font-display, "DM Serif Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -.018em;
  color: inherit;
  overflow-wrap: anywhere;
}
.dd-specialty-paths__explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  color: var(--paths-teal);
  font-size: .85rem;
  line-height: 1.5;
  font-weight: 600;
}
.dd-specialty-paths__sequence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  border-block: 1px solid var(--paths-line);
}
.dd-specialty-paths__sequence a {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 24px 0;
}
.dd-specialty-paths__next { align-items: flex-end; text-align: right; }
.dd-specialty-paths__direction {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #485e68;
  font-size: .78rem;
  line-height: 1.5;
}
.dd-specialty-paths__destination {
  max-width: 430px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.dd-specialty-paths__sequence a:hover .dd-specialty-paths__destination,
.dd-specialty-paths__all:hover,
.dd-specialty-paths__team:hover { color: var(--paths-teal); text-decoration: underline; text-underline-offset: 4px; }
.dd-specialty-paths__care {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}
.dd-specialty-paths__care p { margin: 5px 0 0; color: #485e68; font-size: .95rem; line-height: 1.6; }
.dd-specialty-paths__care .dd-specialty-paths__care-title { margin: 0; color: var(--paths-navy); font-size: 1.2rem; font-weight: 600; }
.dd-specialty-paths__care-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.dd-specialty-paths__team { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .9rem; font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.dd-specialty-paths .dd-specialty-paths__call {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--paths-navy);
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
}
.dd-specialty-paths__call:hover { background: var(--paths-teal); }
@media (max-width: 700px) {
  .dd-specialty-paths__inner { width: calc(100% - 40px); }
  .dd-specialty-paths .dd-specialty-paths__cards { grid-template-columns: 1fr; gap: 12px; }
  .dd-specialty-paths__card { min-height: 0; padding: 24px; }
  .dd-specialty-paths__number { margin-bottom: 16px; }
  .dd-specialty-paths h3 { margin-bottom: 20px; font-size: 1.65rem; }
  .dd-specialty-paths__sequence { gap: 20px; }
  .dd-specialty-paths__destination { font-size: .92rem; }
  .dd-specialty-paths__direction { font-size: .72rem; gap: 5px; }
}
@media (max-width: 400px) {
  .dd-specialty-paths__sequence { grid-template-columns: 1fr; gap: 0; }
  .dd-specialty-paths__next { border-top: 1px solid var(--paths-line); }
}
@media (prefers-reduced-motion: reduce) {
  .dd-specialty-paths__card { transition: none; }
}
