/*
 * DPE Public v2036 Global Cohesion
 * A local visual candidate. It deliberately does not style checkout, legal,
 * payment, admin or communication surfaces.
 */

body.dpe-public {
  --v34-night: #040c1c;
  --v34-navy: #071831;
  --v34-blue: #1260ee;
  --v34-cyan: #36c6e8;
  --v34-ink: #07172f;
  --v34-copy: #31465f;
  --v34-muted: #5d7087;
  --v34-paper: #ffffff;
  --v34-mist: #edf4fb;
  --v34-line: #cad8e8;
  --v34-shell: 1320px;
  --v34-gutter: 36px;
  background: var(--v34-paper);
  color: var(--v34-ink);
  font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.62;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dpe-public *,
.dpe-public *::before,
.dpe-public *::after {
  letter-spacing: 0 !important;
}

.dpe-public :where(h1, h2, h3, strong, b, .site-nav, .dpe-button) {
  font-family: "Inter DPE", "Manrope DPE", Arial, sans-serif;
  font-style: normal;
  font-synthesis: none;
}

.dpe-public :where(h1, h2, h3) {
  color: inherit;
  font-weight: 720;
  line-height: 1.04;
  text-wrap: balance;
}

.dpe-public h1 { font-size: 72px; }
.dpe-public h2 { font-size: 50px; }
.dpe-public h3 { font-size: 24px; line-height: 1.18; }
.dpe-public p { text-wrap: pretty; }

.dpe-public .dpe-shell,
.dpe-public .site-header__inner,
.dpe-public .site-footer > * {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--v34-shell);
  padding-inline: 0;
  width: calc(100% - (var(--v34-gutter) * 2));
}

.dpe-public .dpe-section { padding-block: 112px; }
.dpe-public .dpe-kicker,
.dpe-public .site-eyebrow {
  color: var(--v34-blue);
  font-family: "Inter DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
  text-transform: uppercase;
}

.dpe-public .dpe-lead {
  color: var(--v34-copy);
  font-size: 20px;
  line-height: 1.55;
}

.dpe-public [data-art-layer],
.dpe-public [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.dpe-public .dpe-story-rail,
.dpe-public .dpe-hero-thread,
.dpe-public .site-footer__word {
  display: none !important;
}

.dpe-public .dpe-purpose::before,
.dpe-public .dpe-purpose::after,
.dpe-public .dpe-method::before,
.dpe-public .dpe-method::after,
.dpe-public .dpe-perspectives::before,
.dpe-public .dpe-perspectives::after,
.dpe-public .dpe-programs::before,
.dpe-public .dpe-programs::after {
  content: none !important;
}

/* Header */
.dpe-public .review-bar {
  align-items: center;
  background: #020817;
  color: #c9d5e4;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  min-height: 26px;
  padding: 4px max(18px, calc((100vw - var(--v34-shell)) / 2));
  position: relative;
  width: 100%;
  z-index: 80;
}

.dpe-public .review-bar > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.dpe-public .review-bar strong { color: var(--v34-cyan); font-size: 10px; }
.dpe-public .review-count { color: #fff; font-weight: 700; }

.dpe-public .site-header {
  background: rgba(4, 12, 28, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  height: 74px;
  position: sticky;
  top: 0;
  z-index: 70;
}

.dpe-public .site-header__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  height: 74px;
  padding: 0;
}

.dpe-public .site-brand {
  align-items: center;
  display: flex;
  height: 58px;
  width: 96px;
}

.dpe-public .site-brand img {
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
  width: 88px;
}

.dpe-public .site-nav {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
}

.dpe-public .site-nav a {
  color: #cbd6e5;
  font-size: 14px;
  font-weight: 650;
  line-height: 74px;
  position: relative;
}

.dpe-public .site-nav a::after {
  background: var(--v34-cyan);
  bottom: 15px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.dpe-public .site-nav a:hover,
.dpe-public .site-nav a[aria-current="page"] { color: #fff; }
.dpe-public .site-nav a:hover::after,
.dpe-public .site-nav a[aria-current="page"]::after { transform: scaleX(1); }

.dpe-public .site-header__action,
.dpe-public .dpe-button,
.dpe-public .site-footer__cta {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 720;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dpe-public .site-header__action {
  background: var(--v34-cyan);
  color: #031329;
  min-width: 122px;
}

.dpe-public .site-header__action:hover,
.dpe-public .dpe-button:hover,
.dpe-public .site-footer__cta:hover { transform: translateY(-2px); }

.dpe-public .site-scroll-progress { background: var(--v34-cyan); bottom: -1px; height: 2px; }

.dpe-public .dpe-button svg,
.dpe-public .dpe-text-link svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 17px;
}

.dpe-public .dpe-button--primary {
  background: var(--v34-cyan);
  color: #031329;
}
.dpe-public .dpe-button--primary:hover { background: #6bd9ef; }
.dpe-public .dpe-button--quiet {
  background: rgba(4, 12, 28, 0.44);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.dpe-public .dpe-button--quiet:hover { background: rgba(4, 12, 28, 0.74); }
.dpe-public .dpe-button--dark {
  background: var(--v34-night);
  color: #fff;
}
.dpe-public .dpe-button--light {
  background: #fff;
  color: var(--v34-ink);
}

.dpe-public .dpe-text-link {
  align-items: center;
  color: var(--v34-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 730;
  gap: 10px;
}

/* Home hero */
.dpe-site--home .dpe-hero {
  background: var(--v34-night);
  color: #fff;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.dpe-site--home .dpe-hero__media,
.dpe-site--home .dpe-hero-shot--primary,
.dpe-site--home .dpe-hero-shot--primary picture,
.dpe-site--home .dpe-hero-shot--primary img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.dpe-site--home .dpe-hero__media {
  display: block;
  z-index: -3;
}

.dpe-site--home .dpe-hero-shot--primary img {
  filter: saturate(0.8) contrast(1.06);
  object-fit: cover;
  object-position: center 43%;
}

.dpe-site--home .dpe-hero-shot--teacher,
.dpe-site--home .dpe-hero-shot--ideas { display: none; }

.dpe-site--home .dpe-hero__shade {
  background: rgba(3, 11, 25, 0.84);
  inset: 0 42% 0 0;
  position: absolute;
  z-index: -2;
}

.dpe-site--home .dpe-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 640px;
  padding-block: 78px 96px;
}

.dpe-site--home .dpe-hero__content > * { max-width: 650px; }
.dpe-site--home .dpe-hero .dpe-kicker { color: var(--v34-cyan); }
.dpe-site--home .dpe-hero h1 {
  font-size: 72px;
  margin-top: 18px;
  max-width: 690px;
}
.dpe-site--home .dpe-hero__thesis {
  color: #fff;
  font-family: "Inter DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 28px;
  font-weight: 660;
  line-height: 1.24;
  margin-top: 22px;
}
.dpe-site--home .dpe-hero__lead {
  color: #c8d5e5;
  font-size: 18px;
  line-height: 1.62;
  margin-top: 20px;
}
.dpe-site--home .dpe-hero .dpe-actions { display: flex; gap: 12px; margin-top: 30px; }
.dpe-site--home .dpe-hero__meta {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.dpe-site--home .dpe-hero__meta span {
  color: #d8e3ef;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.dpe-site--home .dpe-hero__meta span + span { border-left: 1px solid rgba(255, 255, 255, 0.18); padding-left: 26px; }

.dpe-public .dpe-signal {
  background: #fff;
  border-bottom: 1px solid var(--v34-line);
  color: var(--v34-ink);
  padding: 0;
}
.dpe-public .dpe-signal .dpe-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 76px;
}
.dpe-public .dpe-signal p {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 650;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
.dpe-public .dpe-signal p + p { border-left: 1px solid var(--v34-line); }
.dpe-public .dpe-signal svg { fill: none; height: 20px; stroke: var(--v34-blue); width: 20px; }

/* Purpose */
.dpe-public .dpe-purpose {
  background: #fff;
  color: var(--v34-ink);
  padding-block: 122px;
}
.dpe-public .dpe-purpose__grid {
  align-items: start;
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
}
.dpe-public .dpe-purpose .dpe-section-title h2 {
  font-size: 54px;
  margin-top: 18px;
  max-width: 760px;
}
.dpe-public .dpe-purpose__copy {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 0 0;
}
.dpe-public .dpe-purpose__copy > p + p { color: var(--v34-copy); margin-top: 20px; }
.dpe-public .dpe-purpose__copy .dpe-text-link { margin-top: 26px; }

.dpe-public .dpe-purpose__route {
  border-bottom: 1px solid var(--v34-line);
  border-top: 1px solid var(--v34-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  padding: 0;
}
.dpe-public .dpe-purpose__route span {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--v34-ink);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 74px;
  padding: 0 16px;
}
.dpe-public .dpe-purpose__route span + i + span { border-left: 1px solid var(--v34-line); }
.dpe-public .dpe-purpose__route i { display: none; }

.dpe-public .dpe-atlas {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 23, 47, 0.14);
  height: 500px;
  margin-top: 54px;
  outline: 1px solid rgba(7, 23, 47, 0.08);
  outline-offset: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.dpe-public .dpe-atlas img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-atlas figcaption {
  align-items: center;
  backdrop-filter: blur(14px) saturate(1.08);
  background: rgba(4, 12, 28, 0.72);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  bottom: 16px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: 16px;
  min-height: 64px;
  padding: 0 22px;
  position: absolute;
  right: 16px;
}
.dpe-public .dpe-atlas figcaption span { font-size: 13px; font-weight: 700; }

.dpe-public .dpe-world {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}
.dpe-public .dpe-world__item,
.dpe-public .dpe-world__item--wide {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7, 23, 47, 0.14);
  display: block;
  grid-column: auto;
  height: 430px;
  min-height: 0;
  outline: 1px solid rgba(255,255,255,.18);
  outline-offset: -1px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 220ms ease, transform 220ms ease;
}
.dpe-public .dpe-world__item::after {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.dpe-public .dpe-world__item img {
  display: block;
  filter: saturate(.9) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}
.dpe-public .dpe-world__item > div {
  background-color: rgba(3, 11, 25, 0.34);
  background-image: linear-gradient(180deg, rgba(3,11,25,0.04) 12%, rgba(3,11,25,0.7) 58%, rgba(3,11,25,0.98) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  padding: 32px 28px;
  position: absolute;
  text-shadow: 0 2px 16px rgba(0,0,0,.72);
  z-index: 2;
}
.dpe-public .dpe-world__item svg { fill: none; height: 24px; stroke: var(--v34-cyan); width: 24px; }
.dpe-public .dpe-world__item .dpe-kicker { color: var(--v34-cyan); margin-top: 16px; }
.dpe-public .dpe-world__item h3 { font-size: 24px; margin-top: 10px; }
.dpe-public .dpe-world__item > div > p:last-child { color: #c6d4e3; font-size: 14px; margin-top: 12px; }
.dpe-public .dpe-world__item:hover { box-shadow: 0 26px 72px rgba(7,23,47,.2); transform: translateY(-4px); }
.dpe-public .dpe-world__item:hover img { transform: scale(1.04); }

/* Programs */
.dpe-public .dpe-programs {
  background: var(--v34-night);
  color: #fff;
  padding-bottom: 94px;
}
.dpe-public .dpe-programs__canvas {
  height: 500px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-programs__canvas > img { filter: saturate(0.72) contrast(1.08); height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-programs__shade { background: rgba(3, 11, 25, 0.72); inset: 0; position: absolute; }
.dpe-public .dpe-programs__intro {
  bottom: 70px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) !important;
}
.dpe-public .dpe-programs__intro .dpe-kicker { color: var(--v34-cyan); }
.dpe-public .dpe-programs__intro h2 { font-size: 54px; margin-top: 16px; max-width: 830px; }
.dpe-public .dpe-programs__index {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  padding-top: 20px;
}
.dpe-public .dpe-programs__index > a,
.dpe-public .dpe-programs__index > a:first-child {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: block;
  grid-column: auto;
  height: 440px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-programs__index > a::after,
.dpe-public .dpe-programs__index > a:first-child::after {
  background: linear-gradient(180deg, rgba(3,11,25,.04) 16%, rgba(3,11,25,.68) 58%, rgba(3,11,25,.98) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.dpe-public .dpe-program-card__media { display: block; height: 100%; object-fit: cover; transition: transform 420ms ease; width: 100%; }
.dpe-public .dpe-programs__index > a > span {
  color: var(--v34-cyan);
  font-size: 12px;
  font-weight: 800;
  left: 24px;
  margin: 0;
  position: absolute;
  top: 22px;
  z-index: 2;
}
.dpe-public .dpe-programs__index > a > svg {
  fill: none;
  height: 24px;
  position: absolute;
  right: 22px;
  stroke: var(--v34-cyan);
  top: 20px;
  width: 24px;
  z-index: 2;
}
.dpe-public .dpe-programs__index > a > div {
  bottom: 24px;
  left: 24px;
  padding: 0 42px 0 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.dpe-public .dpe-programs__index small { color: var(--v34-cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dpe-public .dpe-programs__index strong,
.dpe-public .dpe-programs__index > a:first-child strong {
  display: block;
  font-size: 29px;
  line-height: 1.08;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.dpe-public .dpe-programs__index p { color: #c4d2e1; font-size: 14px; line-height: 1.5; margin-top: 10px; }
.dpe-public .dpe-programs__index b { bottom: 26px; color: var(--v34-cyan); font-size: 22px; position: absolute; right: 22px; z-index: 3; }
.dpe-public .dpe-programs__all { margin-top: 32px; }
.dpe-public .dpe-text-link--light { color: var(--v34-cyan); }
.dpe-public .dpe-programs__index > a { box-shadow: 0 18px 52px rgba(0,0,0,.22); transition: box-shadow 220ms ease, transform 220ms ease; }
.dpe-public .dpe-programs__index > a:hover { box-shadow: 0 28px 72px rgba(0,0,0,.34); transform: translateY(-4px); }
.dpe-public .dpe-programs__index > a:hover .dpe-program-card__media { transform: scale(1.04); }

/* Active course */
.dpe-public .dpe-course { background: var(--v34-mist); color: var(--v34-ink); }
.dpe-public .dpe-course__grid {
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(7,23,47,.14);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  min-height: 600px;
  overflow: hidden;
}
.dpe-public .dpe-course__media {
  border-radius: 0;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-course__media img { height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-course__media span {
  background: var(--v34-cyan);
  border-radius: 4px;
  color: #031329;
  font-size: 11px;
  font-weight: 800;
  left: 24px;
  padding: 8px 10px;
  position: absolute;
  top: 24px;
  text-transform: uppercase;
}
.dpe-public .dpe-course__content {
  background-color: var(--v34-navy);
  background-image: linear-gradient(145deg, rgba(18,96,238,.18), rgba(7,24,49,0) 58%);
  border-radius: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px;
}
.dpe-public .dpe-course__content .dpe-kicker { color: var(--v34-cyan); }
.dpe-public .dpe-course__content h2 { font-size: 48px; margin-top: 16px; }
.dpe-public .dpe-course__content .dpe-lead { color: #d2deeb; margin-top: 20px; }
.dpe-public .dpe-facts { border-bottom: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; }
.dpe-public .dpe-facts li { padding: 18px 10px 18px 0; }
.dpe-public .dpe-facts li + li { border-left: 1px solid rgba(255,255,255,.16); padding-left: 16px; }
.dpe-public .dpe-facts span { color: #91a6bc; display: block; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dpe-public .dpe-facts strong { display: block; font-size: 14px; margin-top: 5px; }
.dpe-public .dpe-course__content small { color: #9db0c5; font-size: 11px; line-height: 1.5; margin-top: 16px; }

/* Method */
.dpe-public .dpe-method { background: #fff; color: var(--v34-ink); }
.dpe-public .dpe-method > .dpe-shell {
  align-items: start;
  display: grid;
  gap: 34px 80px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}
.dpe-public .dpe-method__head { grid-column: 1; grid-row: 1; }
.dpe-public .dpe-method__head h2 { font-size: 50px; margin-top: 16px; }
.dpe-public .dpe-method__head > p:last-child { color: var(--v34-copy); font-size: 18px; margin-top: 20px; }
.dpe-public .dpe-method__visual {
  border: 0;
  border-radius: 8px;
  grid-column: 1;
  grid-row: 2;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-method__visual img { height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-method__visual figcaption {
  align-items: center;
  backdrop-filter: blur(12px) saturate(1.08);
  background: rgba(3, 11, 25, 0.72);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  bottom: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 12px;
  min-height: 62px;
  padding: 14px 20px;
  position: absolute;
  right: 12px;
}
.dpe-public .dpe-method__visual figcaption span { color: var(--v34-cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dpe-public .dpe-method__visual figcaption strong { font-size: 12px; }
.dpe-public .dpe-method__steps {
  border-top: 1px solid var(--v34-line);
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  list-style: none;
}
.dpe-public .dpe-method__steps li {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v34-line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 46px 32px minmax(0, 1fr);
  min-height: 122px;
  padding: 22px 0;
}
.dpe-public .dpe-method__steps li > span { color: var(--v34-blue); font-size: 18px; font-weight: 800; }
.dpe-public .dpe-method__steps svg { fill: none; height: 23px; stroke: var(--v34-blue); width: 23px; }
.dpe-public .dpe-method__steps h3 { font-size: 23px; }
.dpe-public .dpe-method__steps p { color: var(--v34-muted); font-size: 14px; margin-top: 6px; }

/* Perspectives */
.dpe-public .dpe-perspectives { background: var(--v34-mist); color: var(--v34-ink); }
.dpe-public .dpe-perspectives__grid {
  align-items: stretch;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}
.dpe-public .dpe-perspectives__visual {
  border-radius: 8px;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-perspectives__visual::after { background: rgba(3, 11, 25, 0.28); content: ""; inset: 0; position: absolute; }
.dpe-public .dpe-perspectives__visual img { height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-perspectives__visual > p { display: none; }
.dpe-public .dpe-perspectives__content { align-self: center; }
.dpe-public .dpe-perspectives__content h2 { font-size: 48px; margin-top: 16px; }
.dpe-public .dpe-perspective-list { border-top: 1px solid var(--v34-line); display: block; margin-top: 34px; }
.dpe-public .dpe-perspective-list article {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v34-line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 10px 24px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 22px 0;
}
.dpe-public .dpe-perspective-list article > span { color: var(--v34-blue); font-size: 10px; font-weight: 800; grid-row: 1 / span 2; text-transform: uppercase; }
.dpe-public .dpe-perspective-list h3 { font-size: 21px; }
.dpe-public .dpe-perspective-list p { color: var(--v34-muted); font-size: 14px; }

/* Shared call to action */
.dpe-public .dpe-next {
  background: var(--v34-night);
  color: #fff;
  height: 520px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-next > img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.dpe-public .dpe-next__shade { background: rgba(3, 11, 25, 0.78); inset: 0; position: absolute; }
.dpe-public .dpe-next__content {
  align-items: center;
  bottom: 0;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) !important;
}
.dpe-public .dpe-next__content .dpe-kicker { color: var(--v34-cyan); grid-column: 1; }
.dpe-public .dpe-next__content h2 { font-size: 52px; grid-column: 1; margin-top: -160px; max-width: 820px; }
.dpe-public .dpe-next__content .dpe-button { grid-column: 2; grid-row: 1 / span 2; }
.dpe-public .dpe-next--compact { height: 410px; }
.dpe-public .dpe-next--compact .dpe-next__content h2 { font-size: 46px; }

/* Inner page hero */
.dpe-public .dpe-inner-hero {
  background: var(--v34-night);
  color: #fff;
  height: 560px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-inner-hero > img { filter: saturate(.76) contrast(1.06); height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-inner-hero__shade { background: rgba(3, 11, 25, 0.76); inset: 0 42% 0 0; position: absolute; }
.dpe-public .dpe-inner-hero__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) !important;
}
.dpe-public .dpe-inner-hero__content > * { max-width: 700px; }
.dpe-public .dpe-inner-hero .dpe-kicker { color: var(--v34-cyan); }
.dpe-public .dpe-inner-hero h1 { font-size: 64px; margin-top: 16px; }
.dpe-public .dpe-inner-hero__content > p:last-child { color: #d4dfeb; font-size: 19px; line-height: 1.55; margin-top: 20px; }

/* About */
.dpe-public .dpe-about-story { background: #fff; }
.dpe-public .dpe-about-story__grid {
  align-items: start;
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.dpe-public .dpe-about-story__grid h2 { font-size: 48px; margin-top: 16px; }
.dpe-public .dpe-about-story__copy > p + p { color: var(--v34-copy); margin-top: 22px; }
.dpe-public .dpe-about-proof {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 23, 47, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  margin-top: 72px;
  outline: 1px solid rgba(7, 23, 47, 0.08);
  outline-offset: -1px;
  overflow: hidden;
}
.dpe-public .dpe-about-proof figure {
  border-radius: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-about-proof figure img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-about-proof figcaption {
  backdrop-filter: blur(12px) saturate(1.08);
  background: rgba(3,11,25,.72);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  bottom: 12px;
  color: #fff;
  left: 12px;
  padding: 18px 20px;
  position: absolute;
  right: 12px;
}
.dpe-public .dpe-about-proof ul {
  background-color: #071831;
  background-image: linear-gradient(145deg, rgba(18,96,238,.22), rgba(7,24,49,0) 54%), linear-gradient(180deg, #0a213f 0%, #06142a 100%);
  border-radius: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 48px;
}
.dpe-public .dpe-about-proof li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 16px; grid-template-columns: 24px 1fr; min-height: 92px; }
.dpe-public .dpe-about-proof svg { fill: none; height: 22px; stroke: var(--v34-cyan); width: 22px; }

.dpe-public .dpe-principles { background: var(--v34-mist); }
.dpe-public .dpe-principles__head { max-width: 720px; }
.dpe-public .dpe-principles__head h2 { font-size: 50px; margin-top: 16px; }
.dpe-public .dpe-principles__stage { align-items: stretch; display: grid; gap: 58px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin-top: 56px; }
.dpe-public .dpe-principles__visual { border-radius: 8px; box-shadow: 0 22px 64px rgba(7,23,47,.14); min-height: 570px; outline: 1px solid rgba(7,23,47,.08); outline-offset: -1px; overflow: hidden; position: relative; }
.dpe-public .dpe-principles__visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-principles__visual figcaption { backdrop-filter: blur(12px) saturate(1.08); background: rgba(3,11,25,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; bottom: 12px; color: #fff; left: 12px; padding: 17px 20px; position: absolute; right: 12px; }
.dpe-public .dpe-principles__grid { border-top: 1px solid var(--v34-line); display: block; }
.dpe-public .dpe-principles__grid article { align-items: start; background: transparent; border: 0; border-bottom: 1px solid var(--v34-line); border-radius: 0; display: grid; gap: 8px 18px; grid-template-columns: 42px 28px minmax(0, 1fr); min-height: 190px; padding: 28px 0; }
.dpe-public .dpe-principles__grid article > span { color: var(--v34-blue); font-weight: 800; }
.dpe-public .dpe-principles__grid svg { fill: none; height: 22px; stroke: var(--v34-blue); width: 22px; }
.dpe-public .dpe-principles__grid h3,
.dpe-public .dpe-principles__grid p { grid-column: 3; }
.dpe-public .dpe-principles__grid p { color: var(--v34-muted); font-size: 14px; }

.dpe-public .dpe-team { background: #fff; }
.dpe-public .dpe-team__grid { align-items: stretch; display: grid; gap: 68px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.dpe-public .dpe-team__visual { border-radius: 8px; min-height: 650px; overflow: hidden; position: relative; }
.dpe-public .dpe-team__visual::after { background: rgba(3,11,25,.28); content: ""; inset: 0; position: absolute; }
.dpe-public .dpe-team__visual img { height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-team__visual > p { bottom: 30px; color: #fff; font-size: 30px; left: 30px; line-height: 1.1; position: absolute; z-index: 1; }
.dpe-public .dpe-team__content { align-self: center; }
.dpe-public .dpe-team__content h2 { font-size: 46px; margin-top: 16px; }

/* Programs index */
.dpe-public .dpe-programs-intro { background: #fff; }
.dpe-public .dpe-programs-intro__grid { display: grid; gap: 86px; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); }
.dpe-public .dpe-programs-intro__grid h2 { font-size: 50px; margin-top: 16px; }
.dpe-public .dpe-program-atlas { border-radius: 8px; box-shadow: 0 24px 70px rgba(7,23,47,.14); height: 500px; margin-top: 64px; outline: 1px solid rgba(7,23,47,.08); outline-offset: -1px; overflow: hidden; padding: 0; position: relative; }
.dpe-public .dpe-program-atlas img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-program-atlas figcaption { backdrop-filter: blur(14px) saturate(1.08); background: rgba(3,11,25,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; bottom: 16px; color: #fff; display: grid; grid-template-columns: repeat(3,1fr); left: 16px; min-height: 64px; padding: 0 24px; position: absolute; right: 16px; }
.dpe-public .dpe-program-index { background: var(--v34-mist); padding: 40px 0 112px; }
.dpe-public .dpe-program-profile,
.dpe-public .dpe-program-profile--reverse {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(7,23,47,.1);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 72px auto 0;
  max-width: var(--v34-shell);
  overflow: hidden;
  outline: 1px solid rgba(7,23,47,.08);
  outline-offset: -1px;
  width: calc(100% - (var(--v34-gutter) * 2));
}
.dpe-public .dpe-program-profile__media { min-height: 620px; overflow: hidden; position: relative; }
.dpe-public .dpe-program-profile__media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-program-profile__media > span { background: var(--v34-cyan); border-radius: 4px; color: #031329; font-size: 12px; font-weight: 800; left: 24px; padding: 8px 10px; position: absolute; top: 24px; z-index: 1; }
.dpe-public .dpe-program-profile__content { align-self: center; padding: 58px; }
.dpe-public .dpe-program-profile__content h2 { font-size: 46px; margin-top: 14px; }
.dpe-public .dpe-program-profile__content > p:not(.dpe-kicker) { color: var(--v34-copy); margin-top: 18px; }
.dpe-public .dpe-program-profile__facts { border-top: 1px solid var(--v34-line); list-style: none; margin-top: 28px; }
.dpe-public .dpe-program-profile__facts li { align-items: start; border-bottom: 1px solid var(--v34-line); display: grid; gap: 14px; grid-template-columns: 22px 1fr; padding: 16px 0; }
.dpe-public .dpe-program-profile__facts svg { fill: none; height: 20px; stroke: var(--v34-blue); width: 20px; }
.dpe-public .dpe-program-profile__facts small { color: var(--v34-blue); display: block; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dpe-public .dpe-program-profile__content .dpe-actions { margin-top: 28px; }
.dpe-public .dpe-program-profile--reverse .dpe-program-profile__media { grid-column: 2; }
.dpe-public .dpe-program-profile--reverse .dpe-program-profile__content { grid-column: 1; grid-row: 1; }

/* Ideas and contact */
.dpe-public .dpe-ideas-intro { background: #fff; }
.dpe-public .dpe-ideas-intro__grid { display: grid; gap: 84px; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); }
.dpe-public .dpe-ideas-intro__grid h2 { font-size: 50px; margin-top: 16px; }
.dpe-public .dpe-ideas-visual { border-radius: 8px; box-shadow: 0 24px 70px rgba(7,23,47,.14); height: 500px; margin-top: 60px; outline: 1px solid rgba(7,23,47,.08); outline-offset: -1px; overflow: hidden; padding: 0; position: relative; }
.dpe-public .dpe-ideas-visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-ideas-visual figcaption { backdrop-filter: blur(14px) saturate(1.08); background: rgba(3,11,25,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; bottom: 14px; color: #fff; display: flex; gap: 30px; justify-content: space-between; left: 14px; padding: 18px 22px; position: absolute; right: 14px; }
.dpe-public .dpe-ideas-visual figcaption span { color: var(--v34-cyan); font-size: 12px; }
.dpe-public .dpe-ideas-grid { background: var(--v34-mist); }
.dpe-public .dpe-ideas-grid > .dpe-shell { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.dpe-public .dpe-idea,
.dpe-public .dpe-idea--feature,
.dpe-public .dpe-idea--wide {
  background: #fff;
  border: 1px solid var(--v34-line);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(7,23,47,.08);
  display: block;
  grid-column: auto;
  min-height: 360px;
  overflow: hidden;
  padding: 38px;
  position: relative;
}
.dpe-public .dpe-idea--feature,
.dpe-public .dpe-idea--wide { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0; }
.dpe-public .dpe-idea__media { min-height: 480px; overflow: hidden; }
.dpe-public .dpe-idea__media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-idea__copy { align-self: center; padding: 50px; }
.dpe-public .dpe-idea > span,
.dpe-public .dpe-idea__copy > span { color: var(--v34-blue); font-size: 12px; font-weight: 800; }
.dpe-public .dpe-idea > svg,
.dpe-public .dpe-idea__copy > svg { fill: none; height: 22px; margin-left: 14px; stroke: var(--v34-blue); vertical-align: middle; width: 22px; }
.dpe-public .dpe-idea .dpe-kicker { margin-top: 30px; }
.dpe-public .dpe-idea h2 { font-size: 32px; margin-top: 12px; }
.dpe-public .dpe-idea p:last-child { color: var(--v34-copy); margin-top: 18px; }

.dpe-public .dpe-contact-start { background: #fff; }
.dpe-public .dpe-contact-start .dpe-section-title { max-width: 790px; }
.dpe-public .dpe-contact-start .dpe-section-title h2 { font-size: 50px; margin-top: 16px; }
.dpe-public .dpe-contact-start .dpe-section-title .dpe-lead { margin-top: 18px; }
.dpe-public .dpe-contact-stage { display: grid; gap: 64px; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); margin-top: 64px; }
.dpe-public .dpe-contact-paths { border-top: 1px solid var(--v34-line); }
.dpe-public .dpe-contact-paths a { align-items: center; border-bottom: 1px solid var(--v34-line); display: grid; gap: 16px; grid-template-columns: 34px 28px minmax(0,1fr) 20px; min-height: 132px; padding: 22px 0; }
.dpe-public .dpe-contact-paths a > span { color: var(--v34-blue); font-size: 14px; font-weight: 800; }
.dpe-public .dpe-contact-paths svg { fill: none; height: 22px; stroke: var(--v34-blue); width: 22px; }
.dpe-public .dpe-contact-paths h3 { font-size: 21px; }
.dpe-public .dpe-contact-paths p { color: var(--v34-muted); font-size: 14px; margin-top: 5px; }
.dpe-public .dpe-contact-paths b { color: var(--v34-blue); }
.dpe-public .dpe-contact-visual { border-radius: 8px; box-shadow: 0 22px 64px rgba(7,23,47,.14); min-height: 520px; outline: 1px solid rgba(7,23,47,.08); outline-offset: -1px; overflow: hidden; position: relative; }
.dpe-public .dpe-contact-visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-contact-visual figcaption { backdrop-filter: blur(12px) saturate(1.08); background: rgba(3,11,25,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; bottom: 12px; color: #fff; left: 12px; padding: 17px 20px; position: absolute; right: 12px; }
.dpe-public .dpe-contact-facts { background-color: var(--v34-night); background-image: linear-gradient(90deg, rgba(2,8,23,.98) 0%, rgba(2,8,23,.9) 54%, rgba(2,8,23,.78) 100%), url("img/dpe-field-system.webp"); background-position: center; background-size: cover; color: #fff; }
.dpe-public .dpe-contact-facts .dpe-kicker { color: var(--v34-cyan); }

/* Program dossier */
.dpe-public .dpe-program-hero {
  background: var(--v34-night);
  color: #fff;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
.dpe-public .dpe-program-hero > img { filter: saturate(.78) contrast(1.08); height: 650px; object-fit: cover; width: 100%; }
.dpe-public .dpe-program-hero__shade { background: rgba(3,11,25,.76); inset: 0 40% 0 0; position: absolute; }
.dpe-public .dpe-program-hero__inner { min-height: 650px; padding-bottom: 40px; padding-top: 24px; }
.dpe-public .dpe-program-hero__content { justify-content: center; max-width: 740px; padding-block: 54px; }
.dpe-public .dpe-program-hero h1 { font-size: 64px; margin-top: 14px; overflow-wrap: anywhere; }
.dpe-public .dpe-program-hero__role { color: #d1ddea; font-size: 20px; line-height: 1.5; }
.dpe-public .dpe-program-state { border-radius: 4px; }
.dpe-public .dpe-program-brief { background: #fff; }
.dpe-public .dpe-program-brief__grid { display: grid; gap: 90px; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.dpe-public .dpe-program-brief h2 { font-size: 46px; }
.dpe-public .dpe-program-brief__answer { border-left: 1px solid var(--v34-line); padding-left: 52px; }

.dpe-public :where(.dpe-program-composition, .dpe-program-evidence) {
  background: var(--v34-mist);
}
.dpe-public :where(.dpe-workbook-path, .dpe-project-path, .dpe-conversation-path) {
  background-color: var(--v34-night);
  background-image: linear-gradient(90deg, rgba(2,8,23,.98), rgba(5,20,43,.92)), url("img/dpe-question-to-practice-v2.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
}
.dpe-public :where(.dpe-workbook-path, .dpe-project-path, .dpe-conversation-path) .dpe-kicker,
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) span {
  color: var(--v34-cyan);
}
.dpe-public :where(.dpe-workbook-path, .dpe-project-path, .dpe-conversation-path) .dpe-program-section-head > p:last-child,
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) p {
  color: #c8d5e5;
}
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) {
  border-color: rgba(255,255,255,.18);
}
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) li {
  border-color: rgba(255,255,255,.18);
}
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) h3 {
  color: #fff;
}
.dpe-public :where(.dpe-program-section-head h2, .dpe-program-composition h2, .dpe-program-evidence h2) { font-size: 44px; }
.dpe-public :where(.dpe-program-offers, .dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries, .dpe-program-outcome-list) article,
.dpe-public :where(.dpe-program-offers, .dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries, .dpe-program-outcome-list) li {
  border-radius: 6px;
  box-shadow: none;
}
.dpe-public .dpe-concept-figure { border-radius: 8px; box-shadow: 0 22px 64px rgba(7,23,47,.14); outline: 1px solid rgba(255,255,255,.12); outline-offset: -1px; overflow: hidden; position: relative; }
.dpe-public .dpe-concept-figure img { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpe-public .dpe-concept-figure figcaption { backdrop-filter: blur(12px) saturate(1.08); background: rgba(3,11,25,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; bottom: 12px; color: #fff; display: flex; justify-content: space-between; left: 12px; padding: 15px 18px; position: absolute; right: 12px; }
.dpe-public .dpe-program-next { background-color: var(--v34-navy); background-image: linear-gradient(90deg, rgba(4,18,39,.96), rgba(7,32,64,.82)), url("img/dpe-field-system.webp"); background-position: center; background-size: cover; color: #fff; padding-block: 74px; }
.dpe-public .dpe-program-next .dpe-kicker { color: var(--v34-cyan); }
.dpe-public .dpe-program-next > .dpe-shell { align-items: center; display: grid; gap: 40px; grid-template-columns: 1fr auto; }
.dpe-public .dpe-program-next h2 { font-size: 42px; margin-top: 12px; max-width: 800px; }

/* Footer */
.dpe-public .site-footer {
  background: #020817;
  color: #fff;
  overflow: hidden;
  padding: 0 0 28px;
  position: relative;
}
.dpe-public .site-footer__lead {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.15);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0,1fr) auto;
  padding-block: 72px 48px;
}
.dpe-public .site-footer__lead .site-eyebrow { color: var(--v34-cyan); }
.dpe-public .site-footer__lead h2 { font-size: 44px; margin-top: 10px; }
.dpe-public .site-footer__cta { background: var(--v34-cyan); color: #031329; }
.dpe-public .site-footer__main {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.35fr .7fr 1fr .9fr;
  padding-block: 50px;
}
.dpe-public .site-footer__identity img { filter: brightness(0) invert(1); height: auto; width: 82px; }
.dpe-public .site-footer__identity p { color: #91a6bc; font-size: 13px; margin-top: 22px; max-width: 280px; }
.dpe-public .site-footer__main strong { color: var(--v34-cyan); display: block; font-size: 10px; margin-bottom: 18px; text-transform: uppercase; }
.dpe-public .site-footer__main nav,
.dpe-public .site-footer__contact,
.dpe-public .site-footer__legal-nav { align-content: start; display: grid; gap: 9px; }
.dpe-public .site-footer__main :where(a, span) { color: #b9c7d7; font-size: 12px; line-height: 1.5; }
.dpe-public .site-footer__main a:hover { color: #fff; }
.dpe-public .site-footer__trust-band {
  align-items: center;
  background: #eaf3fd;
  border: 0;
  border-radius: 8px;
  color: var(--v34-ink);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0,1fr) auto;
  padding: 24px 28px;
}
.dpe-public .site-footer__trust-band > div:first-child > span { color: var(--v34-blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dpe-public .site-footer__trust-band strong { display: block; font-size: 14px; margin-top: 5px; }
.dpe-public .site-footer__trust-band p { color: var(--v34-muted); font-size: 11px; margin-top: 5px; }
.dpe-public .site-footer__trust-marks { align-items: center; display: flex; gap: 14px; }
.dpe-public .site-footer__trust-marks img { height: 42px; object-fit: contain; width: auto; }
.dpe-public .site-footer__closing { color: #6f849c; display: flex; font-size: 10px; justify-content: space-between; padding-top: 24px; }

/* V2036 - one visual system across every public WordPress route. */
body.dpe-public {
  --v36-surface: #f7faff;
  --v36-surface-strong: #eef5fc;
  --v36-glass: rgba(255,255,255,.82);
  --v36-dark-glass: rgba(4,12,28,.78);
  --v36-shadow-sm: 0 12px 34px rgba(7,23,47,.08);
  --v36-shadow-md: 0 22px 64px rgba(7,23,47,.13);
  background: var(--v36-surface);
  font-family: "Inter DPE", "Manrope DPE", Arial, sans-serif;
}

.dpe-public :where(h1, h2, h3, strong, b, .site-nav, .dpe-button) {
  font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
}

.dpe-public :where(h1, h2, h3) {
  font-weight: 710;
  line-height: 1.08;
}

.dpe-public ::selection { background: rgba(54,198,232,.28); color: var(--v34-ink); }
.dpe-public .skip-link {
  background: var(--v34-paper);
  border: 1px solid rgba(18,96,238,.22);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(4,12,28,.18);
  color: var(--v34-ink);
  font-weight: 760;
  left: 12px;
  opacity: 0;
  padding: 11px 15px;
  pointer-events: none;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(calc(-100% - 24px));
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 10000;
}
.dpe-public .skip-link:focus,
.dpe-public .skip-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.dpe-public :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid rgba(54,198,232,.55);
  outline-offset: 3px;
}
.dpe-public main :where(section, article, figure) { scroll-margin-top: 100px; }
.dpe-public .dpe-section { isolation: isolate; position: relative; }
.dpe-public .dpe-section-title { max-width: 860px; }
.dpe-public .dpe-kicker,
.dpe-public .site-eyebrow { align-items: center; display: inline-flex; gap: 9px; }
.dpe-public .dpe-kicker::before,
.dpe-public .site-eyebrow::before { background: currentColor; content: ""; height: 2px; width: 20px; }

.dpe-public .site-header {
  backdrop-filter: blur(18px) saturate(1.15);
  background: rgba(4,12,28,.9);
  box-shadow: 0 10px 30px rgba(2,8,23,.18);
}
.dpe-public .site-header__inner { height: 74px; }
.dpe-public .site-nav a {
  line-height: 1.2;
  padding-block: 27px;
}
.dpe-public .site-nav a::after { bottom: 17px; border-radius: 2px; }
.dpe-public .site-header__action {
  box-shadow: 0 10px 26px rgba(54,198,232,.2);
}
.dpe-public .site-header__action:hover { background: #72e0f5; }

.dpe-public :where(.dpe-button, .site-header__action, .site-footer__cta) {
  box-shadow: 0 10px 28px rgba(7,23,47,.12);
}
.dpe-public :where(.dpe-button, .site-header__action, .site-footer__cta):active {
  box-shadow: 0 5px 14px rgba(7,23,47,.12);
  transform: translateY(0);
}
.dpe-public .dpe-button--quiet {
  backdrop-filter: blur(12px);
  background: rgba(4,12,28,.56);
}
.dpe-public .dpe-text-link {
  border-bottom: 1px solid rgba(18,96,238,.28);
  padding-bottom: 3px;
  transition: border-color 160ms ease, color 160ms ease;
}
.dpe-public .dpe-text-link:hover { border-color: currentColor; color: #0a4ed0; }

.dpe-site--home .dpe-hero__shade {
  background: linear-gradient(90deg, rgba(3,11,25,.96) 0%, rgba(3,11,25,.88) 38%, rgba(3,11,25,.5) 66%, rgba(3,11,25,.12) 100%);
  inset: 0;
}
.dpe-site--home .dpe-hero h1,
.dpe-public .dpe-inner-hero h1,
.dpe-public .dpe-program-hero h1 { text-shadow: 0 12px 38px rgba(0,0,0,.24); }
.dpe-site--home .dpe-hero__meta {
  backdrop-filter: blur(16px) saturate(1.1);
  background: rgba(4,12,28,.64);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  bottom: 18px;
  height: 68px;
  padding-inline: 24px;
}
.dpe-public .dpe-signal {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 12px 34px rgba(7,23,47,.06);
}

.dpe-public .dpe-purpose {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 0%, #fbfdff 72%, #f4f8fc 100%);
}
.dpe-public .dpe-purpose__route {
  border: 0;
  counter-reset: dpe-route;
  gap: 12px;
  margin-top: 54px;
}
.dpe-public .dpe-purpose__route span {
  align-items: flex-start;
  background: linear-gradient(145deg, #fff 0%, #f4f8fd 100%);
  border: 1px solid rgba(18,96,238,.14);
  border-radius: 8px;
  box-shadow: var(--v36-shadow-sm);
  counter-increment: dpe-route;
  flex-direction: column;
  justify-content: center;
  min-height: 102px;
  padding: 18px 20px;
}
.dpe-public .dpe-purpose__route span::before {
  color: var(--v34-blue);
  content: "0" counter(dpe-route);
  font-size: 11px;
  font-weight: 800;
}
.dpe-public .dpe-purpose__route span + i + span { border-left: 1px solid rgba(18,96,238,.14); }

.dpe-public :where(.dpe-atlas, .dpe-world__item, .dpe-programs__index > a, .dpe-course__grid, .dpe-method__visual, .dpe-perspectives__visual, .dpe-about-proof, .dpe-principles__visual, .dpe-team__visual, .dpe-program-atlas, .dpe-program-profile, .dpe-ideas-visual, .dpe-idea, .dpe-contact-visual, .dpe-concept-figure) {
  box-shadow: var(--v36-shadow-md);
}
.dpe-public :where(.dpe-atlas, .dpe-world__item, .dpe-programs__index > a, .dpe-method__visual, .dpe-perspectives__visual, .dpe-principles__visual, .dpe-team__visual, .dpe-program-atlas, .dpe-program-profile, .dpe-ideas-visual, .dpe-idea, .dpe-contact-visual, .dpe-concept-figure) img {
  transition: filter 320ms ease, transform 520ms cubic-bezier(.2,.8,.2,1);
}
.dpe-public :where(.dpe-world__item, .dpe-programs__index > a, .dpe-program-profile):hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.dpe-public .dpe-programs__shade {
  background: linear-gradient(90deg, rgba(3,11,25,.94), rgba(3,11,25,.7) 62%, rgba(3,11,25,.38));
}
.dpe-public .dpe-programs__intro h2 { text-shadow: 0 12px 36px rgba(0,0,0,.28); }
.dpe-public .dpe-programs__index > a::after,
.dpe-public .dpe-programs__index > a:first-child::after {
  background: linear-gradient(180deg, rgba(3,11,25,.04) 8%, rgba(3,11,25,.5) 50%, rgba(3,11,25,.98) 100%);
}
.dpe-public .dpe-course__content {
  background-color: #071831;
  background-image: linear-gradient(145deg, rgba(18,96,238,.22), rgba(7,24,49,0) 52%), linear-gradient(180deg, #0a213f 0%, #06142a 100%);
}

.dpe-public .dpe-method {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.dpe-public .dpe-method__steps {
  border-top: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr);
}
.dpe-public .dpe-method__steps li {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(18,96,238,.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(7,23,47,.06);
  min-height: 104px;
  padding: 18px 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.dpe-public .dpe-method__steps li:hover {
  border-color: rgba(18,96,238,.3);
  box-shadow: 0 16px 38px rgba(7,23,47,.1);
  transform: translateX(4px);
}

.dpe-public .dpe-perspectives {
  background: linear-gradient(180deg, #edf4fb 0%, #f7faff 100%);
}
.dpe-public .dpe-perspectives__visual::after,
.dpe-public .dpe-team__visual::after {
  background: linear-gradient(180deg, rgba(3,11,25,.04), rgba(3,11,25,.48));
}
.dpe-public .dpe-perspective-list {
  border-top: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr);
}
.dpe-public .dpe-perspective-list article {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(18,96,238,.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(7,23,47,.05);
  padding: 18px 20px;
}

.dpe-public .dpe-next__shade {
  background: linear-gradient(90deg, rgba(3,11,25,.94) 0%, rgba(3,11,25,.76) 58%, rgba(3,11,25,.48) 100%);
}
.dpe-public .dpe-next__content {
  align-content: center;
  grid-template-areas: "kicker action" "heading action";
  grid-template-columns: minmax(0,1fr) auto;
}
.dpe-public .dpe-next__content .dpe-kicker { grid-area: kicker; }
.dpe-public .dpe-next__content h2 {
  grid-area: heading;
  margin-top: 14px;
}
.dpe-public .dpe-next__content .dpe-button { grid-area: action; }

.dpe-public .dpe-inner-hero__shade,
.dpe-public .dpe-program-hero__shade {
  background: linear-gradient(90deg, rgba(3,11,25,.96) 0%, rgba(3,11,25,.86) 42%, rgba(3,11,25,.46) 70%, rgba(3,11,25,.12) 100%);
  inset: 0;
}
.dpe-public .dpe-about-story,
.dpe-public .dpe-programs-intro,
.dpe-public .dpe-ideas-intro,
.dpe-public .dpe-contact-start,
.dpe-public .dpe-program-brief { background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); }

.dpe-public .dpe-principles {
  background: linear-gradient(180deg, #edf4fb 0%, #f7faff 100%);
}
.dpe-public .dpe-principles__grid {
  border-top: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0,1fr);
}
.dpe-public .dpe-principles__grid article {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(18,96,238,.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(7,23,47,.05);
  min-height: 150px;
  padding: 22px;
}
.dpe-public .dpe-team__visual > p {
  backdrop-filter: blur(12px);
  background: rgba(3,11,25,.66);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  bottom: 16px;
  left: 16px;
  padding: 18px 20px;
  right: 16px;
}

.dpe-public .dpe-program-profile {
  transition: box-shadow 220ms ease, transform 220ms ease;
}
.dpe-public .dpe-program-profile:hover {
  box-shadow: 0 30px 80px rgba(7,23,47,.17);
  transform: translateY(-4px);
}
.dpe-public .dpe-program-profile__content {
  background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.dpe-public .dpe-ideas-grid {
  background: linear-gradient(180deg, #edf4fb 0%, #f7faff 100%);
}
.dpe-public .dpe-contact-paths {
  border-top: 0;
  display: grid;
  gap: 10px;
}
.dpe-public .dpe-contact-paths a {
  background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(18,96,238,.12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7,23,47,.06);
  min-height: 112px;
  padding: 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.dpe-public .dpe-contact-paths a:hover {
  border-color: rgba(18,96,238,.3);
  box-shadow: 0 18px 42px rgba(7,23,47,.11);
  transform: translateX(4px);
}

.dpe-public .dpe-program-brief__answer {
  background: linear-gradient(145deg, #f7faff 0%, #edf5fd 100%);
  border: 1px solid rgba(18,96,238,.12);
  border-left: 3px solid var(--v34-blue);
  border-radius: 8px;
  box-shadow: var(--v36-shadow-sm);
  padding: 30px;
}
.dpe-public :where(.dpe-program-offers, .dpe-program-outcome-list) article,
.dpe-public :where(.dpe-program-offers, .dpe-program-outcome-list) li {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(18,96,238,.12);
  box-shadow: 0 10px 28px rgba(7,23,47,.06);
}
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) li {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  margin-bottom: 10px;
  padding-inline: 18px;
}

.dpe-public .site-footer {
  background-color: #020817;
  background-image: linear-gradient(90deg, rgba(2,8,23,.97), rgba(4,17,37,.93)), url("img/dpe-field-system.webp");
  background-position: center;
  background-size: cover;
}
.dpe-public .site-footer__trust-band {
  box-shadow: 0 18px 52px rgba(0,0,0,.18);
}

@media (max-width: 1100px) {
  body.dpe-public { --v34-gutter: 28px; }
  .dpe-public h1 { font-size: 60px; }
  .dpe-public h2 { font-size: 44px; }
  .dpe-public .site-nav { gap: 22px; }
  .dpe-site--home .dpe-hero__shade,
  .dpe-public .dpe-inner-hero__shade,
  .dpe-public .dpe-program-hero__shade {
    background: linear-gradient(90deg, rgba(3,11,25,.96) 0%, rgba(3,11,25,.86) 46%, rgba(3,11,25,.44) 78%, rgba(3,11,25,.16) 100%);
  }
  .dpe-site--home .dpe-hero h1 { font-size: 62px; }
  .dpe-public .dpe-purpose__grid,
  .dpe-public .dpe-about-story__grid,
  .dpe-public .dpe-programs-intro__grid,
  .dpe-public .dpe-ideas-intro__grid { gap: 54px; }
  .dpe-public .dpe-world { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dpe-public .dpe-programs__index strong,
  .dpe-public .dpe-programs__index > a:first-child strong { font-size: 25px; }
  .dpe-public .dpe-course__content { padding: 42px; }
  .dpe-public .dpe-method > .dpe-shell,
  .dpe-public .dpe-perspectives__grid,
  .dpe-public .dpe-team__grid { gap: 46px; }
  .dpe-public .dpe-perspective-list article { grid-template-columns: 118px minmax(0,1fr); }
  .dpe-public .dpe-program-profile__content { padding: 42px; }
}

@media (max-width: 820px) {
  body.dpe-public { --v34-gutter: 20px; }
  .dpe-public h1 { font-size: 46px; }
  .dpe-public h2 { font-size: 38px; }
  .dpe-public .dpe-section { padding-block: 80px; }
  .dpe-public .review-bar { min-height: 30px; padding-inline: 14px; }
  .dpe-public .review-bar .review-count { display: none; }
  .dpe-public .site-header { height: 66px; }
  .dpe-public .site-header__inner { grid-template-columns: 86px 1fr auto; height: 66px; }
  .dpe-public .site-brand { height: 50px; width: 78px; }
  .dpe-public .site-brand img { max-height: 44px; width: 72px; }
  .dpe-public .site-nav,
  .dpe-public .site-header__action { display: none; }
  .dpe-public .site-menu { display: block; justify-self: end; }
  .dpe-public .site-menu summary { align-items: center; display: flex; flex-direction: column; gap: 5px; height: 44px; justify-content: center; width: 44px; }
  .dpe-public .site-menu summary span { background: #fff; display: block; height: 2px; width: 22px; }
  .dpe-public .site-menu[open] nav { background: var(--v34-night); border-top: 1px solid rgba(255,255,255,.15); display: grid; left: 0; padding: 18px 20px 24px; position: absolute; right: 0; top: 65px; }
  .dpe-public .site-menu nav a { border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; min-height: 48px; padding: 14px 0; }

  .dpe-site--home .dpe-hero { min-height: 690px; }
  .dpe-site--home .dpe-hero__shade,
  .dpe-public .dpe-inner-hero__shade,
  .dpe-public .dpe-program-hero__shade {
    background: linear-gradient(180deg, rgba(3,11,25,.48) 0%, rgba(3,11,25,.76) 46%, rgba(3,11,25,.96) 100%);
    inset: 0;
  }
  .dpe-site--home .dpe-hero__content { min-height: 610px; padding-block: 62px 86px; }
  .dpe-site--home .dpe-hero h1 { font-size: 50px; }
  .dpe-site--home .dpe-hero__thesis { font-size: 23px; }
  .dpe-site--home .dpe-hero__lead { font-size: 16px; }
  .dpe-site--home .dpe-hero__meta { grid-template-columns: repeat(2,1fr); height: auto; min-height: 80px; padding-block: 14px; }
  .dpe-site--home .dpe-hero__meta span + span { border-left: 0; padding-left: 0; }
  .dpe-public .dpe-signal .dpe-shell { grid-template-columns: 1fr; padding-block: 8px; }
  .dpe-public .dpe-signal p { justify-content: flex-start; min-height: 48px; }
  .dpe-public .dpe-signal p + p { border-left: 0; border-top: 1px solid var(--v34-line); }

  .dpe-public .dpe-purpose { padding-block: 86px; }
  .dpe-public .dpe-purpose__grid,
  .dpe-public .dpe-about-story__grid,
  .dpe-public .dpe-programs-intro__grid,
  .dpe-public .dpe-ideas-intro__grid,
  .dpe-public .dpe-program-brief__grid { grid-template-columns: 1fr; gap: 34px; }
  .dpe-public .dpe-purpose .dpe-section-title h2,
  .dpe-public .dpe-programs__intro h2,
  .dpe-public .dpe-about-story__grid h2,
  .dpe-public .dpe-principles__head h2,
  .dpe-public .dpe-programs-intro__grid h2,
  .dpe-public .dpe-ideas-intro__grid h2,
  .dpe-public .dpe-contact-start .dpe-section-title h2 { font-size: 38px; }
  .dpe-public .dpe-purpose__route { grid-template-columns: repeat(2,1fr); margin-top: 50px; }
  .dpe-public .dpe-purpose__route span:nth-of-type(3),
  .dpe-public .dpe-purpose__route span:nth-of-type(4) { border-top: 1px solid var(--v34-line); }
  .dpe-public .dpe-atlas { height: 380px; }
  .dpe-public .dpe-world { grid-template-columns: 1fr; }
  .dpe-public .dpe-world__item,
  .dpe-public .dpe-world__item--wide { height: 380px; }

  .dpe-public .dpe-programs__canvas { height: 420px; }
  .dpe-public .dpe-programs__intro { bottom: 48px; }
  .dpe-public .dpe-programs__index { grid-template-columns: 1fr; padding-top: 16px; }
  .dpe-public .dpe-programs__index > a,
  .dpe-public .dpe-programs__index > a:first-child { height: 390px; }
  .dpe-public .dpe-course__grid,
  .dpe-public .dpe-method > .dpe-shell,
  .dpe-public .dpe-perspectives__grid,
  .dpe-public .dpe-about-proof,
  .dpe-public .dpe-principles__stage,
  .dpe-public .dpe-team__grid,
  .dpe-public .dpe-contact-stage { grid-template-columns: 1fr; }
  .dpe-public .dpe-course__media { border-radius: 8px 8px 0 0; min-height: 440px; }
  .dpe-public .dpe-course__content { border-radius: 0 0 8px 8px; padding: 40px; }
  .dpe-public .dpe-method__head,
  .dpe-public .dpe-method__visual,
  .dpe-public .dpe-method__steps { grid-column: 1; grid-row: auto; }
  .dpe-public .dpe-method__head h2,
  .dpe-public .dpe-perspectives__content h2 { font-size: 38px; }
  .dpe-public .dpe-perspectives__visual,
  .dpe-public .dpe-team__visual { min-height: 500px; }
  .dpe-public .dpe-perspective-list article { grid-template-columns: 110px 1fr; }

  .dpe-public .dpe-next,
  .dpe-public .dpe-next--compact { height: 460px; }
  .dpe-public .dpe-next__content { align-content: center; display: flex; flex-direction: column; justify-content: center; }
  .dpe-public .dpe-next__content .dpe-kicker { align-self: flex-start; }
  .dpe-public .dpe-next__content h2,
  .dpe-public .dpe-next--compact .dpe-next__content h2 { font-size: 38px; margin-top: 0; }
  .dpe-public .dpe-next__content .dpe-button { align-self: flex-start; }

  .dpe-public .dpe-inner-hero { height: 510px; }
  .dpe-public .dpe-inner-hero h1 { font-size: 46px; }
  .dpe-public .dpe-about-proof figure { border-radius: 8px 8px 0 0; min-height: 420px; }
  .dpe-public .dpe-about-proof ul { border-radius: 0 0 8px 8px; }
  .dpe-public .dpe-principles__visual { min-height: 430px; }

  .dpe-public .dpe-program-atlas,
  .dpe-public .dpe-ideas-visual { height: 390px; }
  .dpe-public .dpe-program-profile,
  .dpe-public .dpe-program-profile--reverse { grid-template-columns: 1fr; margin-top: 34px; }
  .dpe-public .dpe-program-profile__media,
  .dpe-public .dpe-program-profile--reverse .dpe-program-profile__media { grid-column: 1; grid-row: 1; min-height: 440px; }
  .dpe-public .dpe-program-profile__content,
  .dpe-public .dpe-program-profile--reverse .dpe-program-profile__content { grid-column: 1; grid-row: 2; }
  .dpe-public .dpe-ideas-grid > .dpe-shell { grid-template-columns: 1fr; }
  .dpe-public .dpe-idea--feature,
  .dpe-public .dpe-idea--wide { grid-template-columns: 1fr; }
  .dpe-public .dpe-idea__media { min-height: 380px; }

  .dpe-public .dpe-program-hero { min-height: 590px; }
  .dpe-public .dpe-program-hero > img { height: 590px; }
  .dpe-public .dpe-program-hero__inner { min-height: 590px; }
  .dpe-public .dpe-program-hero h1 { font-size: 48px; }
  .dpe-public .dpe-program-brief__answer {
    border: 1px solid rgba(18,96,238,.12);
    border-left: 3px solid var(--v34-blue);
    padding: 26px;
  }
  .dpe-public .dpe-program-next > .dpe-shell { grid-template-columns: 1fr; }

  .dpe-public .site-footer__lead { grid-template-columns: 1fr; }
  .dpe-public .site-footer__main { grid-template-columns: repeat(2,1fr); }
  .dpe-public .site-footer__trust-band { grid-template-columns: 1fr; }
  .dpe-public .site-footer__trust-marks { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  body.dpe-public { --v34-gutter: 16px; }
  .dpe-public h1 { font-size: 40px; }
  .dpe-public h2 { font-size: 34px; }
  .dpe-public .dpe-lead { font-size: 18px; }
  .dpe-public .review-bar span { font-size: 9px; }
  .dpe-site--home .dpe-hero { min-height: 720px; }
  .dpe-site--home .dpe-hero-shot--primary img { object-position: 59% center; }
  .dpe-site--home .dpe-hero__content { min-height: 640px; padding-top: 54px; }
  .dpe-site--home .dpe-hero h1 { font-size: 43px; }
  .dpe-site--home .dpe-hero__thesis { font-size: 21px; }
  .dpe-site--home .dpe-hero .dpe-actions { align-items: stretch; flex-direction: column; }
  .dpe-site--home .dpe-hero .dpe-button { width: 100%; }
  .dpe-site--home .dpe-hero__meta span { font-size: 10px; }
  .dpe-public .dpe-purpose__route { grid-template-columns: 1fr; }
  .dpe-public .dpe-purpose__route span { min-height: 86px; }
  .dpe-public .dpe-atlas figcaption,
  .dpe-public .dpe-program-atlas figcaption { bottom: 8px; gap: 8px; left: 8px; padding-inline: 14px; right: 8px; }
  .dpe-public .dpe-atlas figcaption span,
  .dpe-public .dpe-program-atlas figcaption span { font-size: 10px; }
  .dpe-public :where(.dpe-method__visual, .dpe-about-proof, .dpe-principles__visual, .dpe-ideas-visual, .dpe-contact-visual, .dpe-concept-figure) figcaption {
    bottom: 8px;
    left: 8px;
    padding: 14px 15px;
    right: 8px;
  }
  .dpe-public .dpe-world__item > div { padding: 22px; }
  .dpe-public .dpe-programs__intro h2 { font-size: 36px; }
  .dpe-public .dpe-programs__index > a,
  .dpe-public .dpe-programs__index > a:first-child { height: 370px; }
  .dpe-public .dpe-course__media { min-height: 370px; }
  .dpe-public .dpe-course__content { padding: 30px 24px; }
  .dpe-public .dpe-course__content h2 { font-size: 36px; }
  .dpe-public .dpe-facts { grid-template-columns: 1fr; }
  .dpe-public .dpe-facts li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding-left: 0; }
  .dpe-public .dpe-method__steps li { grid-template-columns: 36px 24px 1fr; }
  .dpe-public .dpe-perspectives__visual,
  .dpe-public .dpe-team__visual { min-height: 420px; }
  .dpe-public .dpe-perspective-list article { grid-template-columns: 1fr; }
  .dpe-public .dpe-perspective-list article > span { grid-row: auto; }
  .dpe-public .dpe-about-proof ul { padding: 28px 22px; }
  .dpe-public .dpe-principles__grid article { grid-template-columns: 34px 24px 1fr; }
  .dpe-public .dpe-team__visual > p { font-size: 25px; }
  .dpe-public .dpe-program-profile__media { min-height: 360px; }
  .dpe-public .dpe-program-profile__content { padding: 34px 24px; }
  .dpe-public .dpe-program-profile__content h2 { font-size: 36px; }
  .dpe-public .dpe-ideas-visual figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .dpe-public .dpe-idea,
  .dpe-public .dpe-idea__copy { padding: 30px 24px; }
  .dpe-public .dpe-contact-paths a { grid-template-columns: 30px 24px 1fr; }
  .dpe-public .dpe-contact-paths b { display: none; }
  .dpe-public .dpe-program-hero h1 { font-size: 42px; }
  .dpe-public .dpe-program-actions { align-items: stretch; flex-direction: column; }
  .dpe-public .dpe-program-actions .dpe-button { width: 100%; }
  .dpe-public .site-footer__lead h2 { font-size: 36px; }
  .dpe-public .site-footer__main { grid-template-columns: 1fr; }
  .dpe-public .site-footer__closing { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .dpe-public *,
  .dpe-public *::before,
  .dpe-public *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* V2037 EDITORIAL SYSTEM
 * Replaces repeated floating-card clusters with continuous, image-led modules.
 * No commerce, checkout or application behavior is changed here.
 */

.dpe-public {
  --v37-ink: #06152c;
  --v37-night: #031126;
  --v37-blue: #176df3;
  --v37-cyan: #2dc6e7;
  --v37-line: rgba(21, 92, 176, .16);
  --v37-shadow: 0 28px 72px rgba(5, 24, 50, .14);
}

/* A single visual path from need to learning, not four detached cards. */
.dpe-public .dpe-purpose__route {
  align-items: end;
  background-color: #dce9f5;
  background-image:
    linear-gradient(180deg, rgba(4, 18, 40, .02) 12%, rgba(4, 18, 40, .2) 55%, rgba(4, 18, 40, .9) 100%),
    url("img/education-continuum-v4.webp");
  background-position: center 54%;
  background-size: cover;
  border: 1px solid rgba(6, 32, 70, .16);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  isolation: isolate;
  min-height: 280px;
  overflow: hidden;
  padding: 148px 16px 16px;
  position: relative;
}

.dpe-public .dpe-purpose__route::before {
  background: linear-gradient(90deg, rgba(45, 198, 231, .8), rgba(23, 109, 243, .8));
  content: "";
  height: 2px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 54%;
  z-index: 0;
}

.dpe-public .dpe-purpose__route i { display: none; }

.dpe-public .dpe-purpose__route span {
  align-items: flex-start;
  backdrop-filter: blur(16px) saturate(1.08);
  background: rgba(3, 17, 38, .72);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  justify-content: center;
  min-height: 92px;
  padding: 18px 22px;
  position: relative;
  z-index: 1;
}

.dpe-public .dpe-purpose__route span:first-of-type {
  border-left: 0;
  border-radius: 7px 0 0 7px;
}

.dpe-public .dpe-purpose__route span:last-of-type { border-radius: 0 7px 7px 0; }

.dpe-public .dpe-purpose__route span::before {
  color: var(--v37-cyan);
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

/* Method: one instrument panel, with a visible spine through all five steps. */
.dpe-public .dpe-method__steps {
  background-color: var(--v37-night);
  background-image:
    linear-gradient(112deg, rgba(3, 17, 38, .96) 0%, rgba(3, 17, 38, .91) 56%, rgba(3, 17, 38, .74) 100%),
    url("img/blue-thread-blueprint-v4.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  gap: 0;
  isolation: isolate;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
}

.dpe-public .dpe-method__steps::before {
  background: linear-gradient(180deg, var(--v37-cyan), var(--v37-blue));
  bottom: 48px;
  content: "";
  left: 49px;
  opacity: .65;
  position: absolute;
  top: 48px;
  width: 1px;
}

.dpe-public .dpe-method__steps li {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: 36px 30px minmax(0, 1fr);
  min-height: 112px;
  padding: 18px 10px;
  position: relative;
}

.dpe-public .dpe-method__steps li:last-child { border-bottom: 0; }
.dpe-public .dpe-method__steps li:hover {
  background: linear-gradient(90deg, rgba(45, 198, 231, .08), rgba(23, 109, 243, .04));
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
  transform: none;
}

.dpe-public .dpe-method__steps li > span {
  align-items: center;
  background: #031126;
  border: 1px solid rgba(45, 198, 231, .44);
  border-radius: 4px;
  color: var(--v37-cyan);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  letter-spacing: .08em;
  min-width: 28px;
  padding-inline: 4px;
  position: relative;
  z-index: 1;
}

.dpe-public .dpe-method__steps li > svg {
  background: rgba(3, 17, 38, .9);
  border: 1px solid rgba(45, 198, 231, .5);
  border-radius: 50%;
  color: var(--v37-cyan);
  height: 30px;
  margin: 0;
  padding: 7px;
  position: relative;
  width: 30px;
  z-index: 1;
}

.dpe-public .dpe-method__steps h3 { color: #fff; font-size: 21px; margin: 0; }
.dpe-public .dpe-method__steps p {
  color: rgba(226, 238, 251, .72);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 5px;
}

/* Perspectives are complementary roles inside one working table. */
.dpe-public .dpe-perspective-list {
  background-color: #f4f8fd;
  background-image:
    linear-gradient(110deg, rgba(255, 255, 255, .98) 0%, rgba(246, 250, 255, .95) 58%, rgba(232, 242, 253, .86) 100%),
    url("img/dpe-perspectives-map.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  gap: 0;
  overflow: hidden;
}

.dpe-public .dpe-perspective-list article {
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v37-line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 5px 22px;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 122px;
  padding: 22px 24px;
  position: relative;
}

.dpe-public .dpe-perspective-list article:last-child { border-bottom: 0; }
.dpe-public .dpe-perspective-list article::after {
  background: linear-gradient(180deg, var(--v37-cyan), var(--v37-blue));
  bottom: 28px;
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 28px;
  transition: opacity 180ms ease;
  width: 3px;
}
.dpe-public .dpe-perspective-list article:hover::after { opacity: 1; }
.dpe-public .dpe-perspective-list span {
  color: var(--v37-blue);
  font-size: 10px;
  grid-row: 1 / 3;
  letter-spacing: .04em;
  line-height: 1.4;
}
.dpe-public .dpe-perspective-list h3 { color: var(--v37-ink); font-size: 21px; }
.dpe-public .dpe-perspective-list p { color: #586b84; line-height: 1.55; }

/* About principles: one editorial field instead of another stack of cards. */
.dpe-public .dpe-principles__grid {
  background-color: #f4f8fd;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, .98) 0%, rgba(249, 252, 255, .96) 54%, rgba(233, 243, 253, .84) 100%),
    url("img/dpe-learning-layers-v2.webp");
  background-position: center right;
  background-size: cover;
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  gap: 0;
  overflow: hidden;
}

.dpe-public .dpe-principles__grid article {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v37-line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 36px 30px minmax(0, 1fr);
  min-height: 154px;
  padding: 24px 26px;
}

.dpe-public .dpe-principles__grid article:last-child { border-bottom: 0; }
.dpe-public .dpe-principles__grid article > span {
  color: var(--v37-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.dpe-public .dpe-principles__grid article > svg { color: var(--v37-blue); height: 23px; width: 23px; }
.dpe-public .dpe-principles__grid h3 { color: var(--v37-ink); font-size: 21px; }
.dpe-public .dpe-principles__grid p { color: #5b6c83; line-height: 1.55; }

/* Contact choices: a real routing surface, not three generic white buttons. */
.dpe-public .dpe-contact-paths {
  background-color: var(--v37-night);
  background-image:
    linear-gradient(105deg, rgba(3, 17, 38, .96) 0%, rgba(3, 17, 38, .9) 58%, rgba(3, 17, 38, .72) 100%),
    url("img/dpe-conversation-bridge-v2.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  gap: 0;
  overflow: hidden;
  padding: 12px 18px;
}

.dpe-public .dpe-contact-paths a {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  min-height: 132px;
  padding: 22px 10px;
}

.dpe-public .dpe-contact-paths a:last-child { border-bottom: 0; }
.dpe-public .dpe-contact-paths a:hover {
  background: linear-gradient(90deg, rgba(45, 198, 231, .1), rgba(23, 109, 243, .04));
  border-color: rgba(255, 255, 255, .2);
  box-shadow: none;
  transform: none;
}
.dpe-public .dpe-contact-paths a > span,
.dpe-public .dpe-contact-paths a > svg,
.dpe-public .dpe-contact-paths a > b { color: var(--v37-cyan); }
.dpe-public .dpe-contact-paths a > svg {
  border: 1px solid rgba(45, 198, 231, .42);
  border-radius: 50%;
  height: 34px;
  padding: 8px;
  width: 34px;
}
.dpe-public .dpe-contact-paths h3 { color: #fff; font-size: 22px; }
.dpe-public .dpe-contact-paths p { color: rgba(226, 238, 251, .7); }

/* Program details: consolidate repeated list cards into editorial rails. */
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) {
  background-image:
    linear-gradient(110deg, rgba(4, 18, 40, .96), rgba(4, 18, 40, .82)),
    url("img/blue-thread-blueprint-v4.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: 10px 18px;
}

.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) li:last-child {
  border-bottom: 0;
  border-right: 0;
}

.dpe-public .dpe-project-path__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
}
.dpe-public .dpe-project-path__steps li {
  border-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, .14);
  min-height: 310px;
  padding: 30px 24px;
}
.dpe-public .dpe-project-path__steps li:first-child { border-left: 0; }
.dpe-public .dpe-project-path__steps li:nth-child(even) { padding-top: 54px; }
.dpe-public .dpe-project-path__steps h3 { margin-top: 54px; }

.dpe-public .dpe-program-outcome-list {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(5, 24, 50, .08);
  overflow: hidden;
  padding: 8px 18px;
}
.dpe-public .dpe-program-outcome-list li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v37-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 64px;
  padding: 16px 4px;
}
.dpe-public .dpe-program-outcome-list li:last-child { border-bottom: 0; }

.dpe-public .dpe-program-offers {
  background-color: #eef6fe;
  background-image:
    linear-gradient(100deg, rgba(247, 251, 255, .97), rgba(231, 242, 253, .88)),
    url("img/dpe-learning-layers-v2.webp");
  background-position: right center;
  background-size: cover;
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(5, 24, 50, .08);
  padding: 24px 28px;
}
.dpe-public .dpe-program-offers > div { align-items: center; background: transparent; border: 0; box-shadow: none; }

@media (max-width: 1100px) {
  .dpe-public .dpe-purpose__route { min-height: 250px; padding-top: 126px; }
  .dpe-public .dpe-perspective-list article { grid-template-columns: 112px minmax(0, 1fr); }
  .dpe-public .dpe-project-path__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dpe-public .dpe-project-path__steps li:nth-child(4) { border-left: 0; }
  .dpe-public .dpe-project-path__steps li:nth-child(n+4) { border-top: 1px solid rgba(255, 255, 255, .14); }
}

@media (max-width: 820px) {
  .dpe-public .dpe-purpose__route {
    background-position: 44% center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 360px;
    padding: 168px 14px 14px;
  }
  .dpe-public .dpe-purpose__route::before { display: none; }
  .dpe-public .dpe-purpose__route span {
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-top: 1px solid rgba(255, 255, 255, .15);
    min-height: 82px;
    padding: 14px 16px;
  }
  .dpe-public .dpe-purpose__route span:first-of-type { border-radius: 7px 0 0 0; }
  .dpe-public .dpe-purpose__route span:nth-of-type(2) { border-radius: 0 7px 0 0; }
  .dpe-public .dpe-purpose__route span:nth-of-type(3) { border-radius: 0 0 0 7px; }
  .dpe-public .dpe-purpose__route span:last-of-type { border-radius: 0 0 7px 0; }

  .dpe-public .dpe-method__steps { padding-inline: 14px; }
  .dpe-public .dpe-method__steps::before { left: 45px; }
  .dpe-public .dpe-method__steps li { grid-template-columns: 32px 30px minmax(0, 1fr); }

  .dpe-public .dpe-perspective-list article { grid-template-columns: 104px minmax(0, 1fr); }
  .dpe-public .dpe-principles__grid article { min-height: 140px; }
  .dpe-public .dpe-contact-paths a { min-height: 118px; }

  .dpe-public .dpe-project-path__steps { grid-template-columns: 1fr; }
  .dpe-public .dpe-project-path__steps li,
  .dpe-public .dpe-project-path__steps li:nth-child(even) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    min-height: 0;
    padding: 24px 18px;
  }
  .dpe-public .dpe-project-path__steps li:first-child { border-top: 0; }
  .dpe-public .dpe-project-path__steps h3 { margin-top: 18px; }
  .dpe-public .dpe-program-offers { padding: 22px; }
}

@media (max-width: 520px) {
  .dpe-public .dpe-purpose__route {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 530px;
    padding-top: 190px;
  }
  .dpe-public .dpe-purpose__route span,
  .dpe-public .dpe-purpose__route span:first-of-type,
  .dpe-public .dpe-purpose__route span:nth-of-type(2),
  .dpe-public .dpe-purpose__route span:nth-of-type(3),
  .dpe-public .dpe-purpose__route span:last-of-type {
    border-left: 0;
    border-radius: 0;
    min-height: 74px;
  }
  .dpe-public .dpe-purpose__route span:first-of-type { border-radius: 7px 7px 0 0; }
  .dpe-public .dpe-purpose__route span:last-of-type { border-radius: 0 0 7px 7px; }

  .dpe-public .dpe-method__steps::before { left: 39px; }
  .dpe-public .dpe-method__steps li { gap: 10px; grid-template-columns: 26px 28px minmax(0, 1fr); padding: 16px 4px; }
  .dpe-public .dpe-method__steps li > svg { height: 28px; padding: 6px; width: 28px; }
  .dpe-public .dpe-method__steps h3 { font-size: 19px; }

  .dpe-public .dpe-perspective-list article { gap: 8px; grid-template-columns: 1fr; min-height: 0; padding: 22px; }
  .dpe-public .dpe-perspective-list article > span { grid-row: auto; }

  .dpe-public .dpe-principles__grid article {
    align-items: start;
    grid-template-columns: 28px 24px minmax(0, 1fr);
    min-height: 0;
    padding: 22px 18px;
  }
  .dpe-public .dpe-principles__grid p { grid-column: 3; }

  .dpe-public .dpe-contact-paths { padding-inline: 14px; }
  .dpe-public .dpe-contact-paths a { gap: 10px; grid-template-columns: 28px 32px minmax(0, 1fr); min-height: 112px; padding-inline: 4px; }
  .dpe-public .dpe-contact-paths a > svg { height: 32px; width: 32px; }

  .dpe-public :where(.dpe-workbook-path__steps, .dpe-project-path__steps, .dpe-conversation-path__entries) { padding-inline: 12px; }
  .dpe-public .dpe-program-outcome-list { padding-inline: 14px; }
}

/* Program method openers: one connected working surface, not three legacy cards. */
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) {
  background-color: #f2f7fd;
  background-image:
    linear-gradient(112deg, rgba(255, 255, 255, .96) 0%, rgba(244, 249, 255, .92) 54%, rgba(226, 239, 253, .82) 100%),
    url("img/dpe-method-map.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  gap: 0;
  overflow: hidden;
  position: relative;
}

.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles)::before {
  background: linear-gradient(90deg, var(--v37-blue), var(--v37-cyan));
  content: "";
  height: 2px;
  left: 8%;
  opacity: .66;
  position: absolute;
  right: 8%;
  top: 52px;
}

.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li,
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:last-child,
.dpe-public .dpe-project-lab__principles li + li {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--v37-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 230px;
  padding: 28px 26px;
  position: relative;
}

.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:first-child { border-left: 0; }
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li::after {
  background: linear-gradient(180deg, var(--v37-cyan), var(--v37-blue));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 180ms ease;
}
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:hover::after { opacity: 1; }

.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li > span {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(23, 109, 243, .24);
  border-radius: 50%;
  color: var(--v37-blue);
  display: inline-flex;
  font-size: 10px;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}

.dpe-public .dpe-workbook__method li > div { align-self: auto; margin-top: 44px; }
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) h3 {
  color: var(--v37-ink);
  font-size: 21px;
  margin: 44px 0 10px;
}
.dpe-public .dpe-workbook__method h3 { margin-top: 0; }
.dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) p {
  color: #586b84;
  font-size: 14px;
  line-height: 1.58;
}

/* The Dare to Learn ledger becomes a tangible shared table. */
.dpe-public .dpe-conversation-ledger__principles {
  background-color: #f4f8fd;
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, .97), rgba(241, 247, 254, .9)),
    url("img/dpe-perspectives-map.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--v37-line);
  border-radius: 8px;
  box-shadow: var(--v37-shadow);
  overflow: hidden;
  padding: 8px 22px;
}

.dpe-public .dpe-conversation-ledger__principles li,
.dpe-public .dpe-conversation-ledger__principles li + li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v37-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 94px;
  padding: 20px 4px;
}
.dpe-public .dpe-conversation-ledger__principles li:last-child { border-bottom: 0; }
.dpe-public .dpe-conversation-ledger__principles li > span { color: var(--v37-blue); }
.dpe-public .dpe-conversation-ledger__principles h3 { color: var(--v37-ink); font-size: 20px; }
.dpe-public .dpe-conversation-ledger__principles p { color: #586b84; }

@media (max-width: 820px) {
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) {
    grid-template-columns: 1fr;
  }
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles)::before {
    bottom: 34px;
    height: auto;
    left: 42px;
    right: auto;
    top: 34px;
    width: 1px;
  }
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li,
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:last-child,
  .dpe-public .dpe-project-lab__principles li + li {
    border-left: 0;
    border-top: 1px solid var(--v37-line);
    min-height: 0;
    padding: 24px 22px;
  }
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:first-child { border-top: 0; }
  .dpe-public .dpe-workbook__method li > div { margin-top: 20px; }
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) h3 { margin-top: 20px; }
  .dpe-public .dpe-workbook__method h3 { margin-top: 0; }
}

@media (max-width: 520px) {
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li,
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles) li:last-child,
  .dpe-public .dpe-project-lab__principles li + li { padding: 22px 18px; }
  .dpe-public :where(.dpe-workbook__method, .dpe-project-lab__principles)::before { left: 35px; }
  .dpe-public .dpe-conversation-ledger__principles { padding-inline: 16px; }
}

/* V2037.1 - Perspectives become one wide editorial spread. */
.dpe-public .dpe-perspectives {
  background:
    linear-gradient(180deg, rgba(235, 244, 253, .96), rgba(247, 250, 254, 1));
  padding-block: 88px;
}

.dpe-public .dpe-perspectives__grid {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(23, 109, 243, .14);
  border-radius: 8px;
  box-shadow: 0 30px 76px rgba(5, 24, 50, .12);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(410px, .68fr) minmax(0, 1.32fr);
  max-width: 1480px;
  overflow: hidden;
  padding-inline: 0;
  width: calc(100% - 64px);
}

.dpe-public .dpe-perspectives__visual {
  border-radius: 0;
  box-shadow: none;
  min-height: 640px;
}

.dpe-public .dpe-perspectives__visual::after {
  background:
    linear-gradient(180deg, rgba(3, 17, 38, .04) 26%, rgba(3, 17, 38, .46) 100%);
}

.dpe-public .dpe-perspectives__visual img {
  filter: saturate(.82) contrast(1.04);
  object-position: 48% center;
}

.dpe-public .dpe-perspectives__content {
  align-self: stretch;
  background-color: #fff;
  background-image:
    linear-gradient(122deg, rgba(255, 255, 255, .99) 0%, rgba(250, 253, 255, .96) 52%, rgba(232, 242, 253, .82) 100%),
    url("img/dpe-perspectives-map.webp");
  background-position: center right;
  background-size: cover;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 52px 54px 46px;
  width: auto;
}

.dpe-public .dpe-perspectives__content h2 {
  font-size: clamp(42px, 3.25vw, 54px);
  line-height: 1.02;
  margin-top: 14px;
  max-width: 820px;
}

.dpe-public .dpe-perspective-list {
  background: rgba(247, 251, 255, .72);
  border: 0;
  border-block: 1px solid rgba(23, 109, 243, .16);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  overflow: visible;
}

.dpe-public .dpe-perspective-list article {
  align-content: start;
  border: 0;
  border-left: 1px solid rgba(23, 109, 243, .14);
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-template-columns: none;
  min-height: 226px;
  padding: 24px 22px 22px;
}

.dpe-public .dpe-perspective-list article:first-child { border-left: 0; }
.dpe-public .dpe-perspective-list article:last-child { border-bottom: 0; }
.dpe-public .dpe-perspective-list article::after {
  bottom: 0;
  height: 3px;
  left: 22px;
  right: 22px;
  top: auto;
  width: auto;
}

.dpe-public .dpe-perspective-list article > span {
  grid-row: auto;
  min-height: 44px;
}

.dpe-public .dpe-perspective-list h3 {
  font-size: 20px;
  margin-top: 22px;
}

.dpe-public .dpe-perspective-list p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .dpe-public .dpe-perspectives__grid {
    grid-template-columns: minmax(350px, .76fr) minmax(0, 1.24fr);
    width: calc(100% - 48px);
  }
  .dpe-public .dpe-perspectives__content { padding: 46px 38px 40px; }
  .dpe-public .dpe-perspectives__content h2 { font-size: 42px; }
  .dpe-public .dpe-perspective-list article { padding-inline: 18px; }
}

@media (max-width: 980px) {
  .dpe-public .dpe-perspectives__grid { grid-template-columns: 1fr; }
  .dpe-public .dpe-perspectives__visual { min-height: 430px; }
  .dpe-public .dpe-perspectives__visual img { object-position: center 42%; }
  .dpe-public .dpe-perspectives__content { padding: 46px 44px 42px; }
  .dpe-public .dpe-perspectives__content h2 { max-width: 720px; }
}

@media (max-width: 720px) {
  .dpe-public .dpe-perspectives { padding-block: 64px; }
  .dpe-public .dpe-perspectives__grid { width: calc(100% - 32px); }
  .dpe-public .dpe-perspectives__visual { min-height: 360px; }
  .dpe-public .dpe-perspectives__content { padding: 34px 26px 30px; }
  .dpe-public .dpe-perspectives__content h2 { font-size: 36px; }
  .dpe-public .dpe-perspective-list { grid-template-columns: 1fr; margin-top: 30px; }
  .dpe-public .dpe-perspective-list article {
    border-left: 0;
    border-top: 1px solid rgba(23, 109, 243, .14);
    min-height: 0;
    padding: 22px 4px;
  }
  .dpe-public .dpe-perspective-list article:first-child { border-top: 0; }
  .dpe-public .dpe-perspective-list article > span { min-height: 0; }
  .dpe-public .dpe-perspective-list h3 { margin-top: 12px; }
  .dpe-public .dpe-perspective-list article::after { left: 0; right: 0; }
}

@media (max-width: 520px) {
  .dpe-public .dpe-perspectives__grid { width: calc(100% - 24px); }
  .dpe-public .dpe-perspectives__visual { min-height: 310px; }
  .dpe-public .dpe-perspectives__content { padding: 28px 20px 24px; }
  .dpe-public .dpe-perspectives__content h2 { font-size: 33px; }
}

/* V2037.2 - Official portraits turn the perspective register into a human system. */
.dpe-public .dpe-perspective-list article {
  align-content: start;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  min-height: 248px;
  padding: 22px 18px 22px;
  row-gap: 0;
}

.dpe-public .dpe-perspective-list__portrait {
  align-self: start;
  background: #dce8f6;
  border: 1px solid rgba(23, 109, 243, .2);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(4, 28, 58, .14);
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 76px;
  isolation: isolate;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 76px;
}

.dpe-public .dpe-perspective-list__portrait::after {
  background: linear-gradient(140deg, rgba(21, 112, 255, .18), transparent 52%, rgba(30, 211, 238, .12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.dpe-public .dpe-perspective-list__portrait img {
  display: block;
  filter: grayscale(1) contrast(1.07) brightness(1.02);
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: filter .28s ease, transform .28s ease;
  width: 100%;
}

.dpe-public .dpe-perspective-list__portrait figcaption {
  align-items: center;
  background: rgba(3, 22, 48, .82);
  border-radius: 4px;
  bottom: 5px;
  color: #8eeaff;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 5px;
  width: 24px;
  z-index: 2;
}

.dpe-public .dpe-perspective-list article:hover .dpe-perspective-list__portrait img {
  filter: grayscale(.25) contrast(1.04) brightness(1.02);
  transform: scale(1.035);
}

.dpe-public .dpe-perspective-list article > span {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  min-height: 34px;
}

.dpe-public .dpe-perspective-list h3 {
  align-self: start;
  grid-column: 2;
  grid-row: 2;
  margin-top: 6px;
}

.dpe-public .dpe-perspective-list p {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .dpe-public .dpe-perspective-list article {
    column-gap: 13px;
    grid-template-columns: 68px minmax(0, 1fr);
    padding-inline: 15px;
  }
  .dpe-public .dpe-perspective-list__portrait { height: 68px; width: 68px; }
  .dpe-public .dpe-perspective-list h3 { font-size: 18px; }
}

@media (max-width: 720px) {
  .dpe-public .dpe-perspective-list article {
    column-gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 0;
    padding: 24px 4px;
  }
  .dpe-public .dpe-perspective-list__portrait { height: 72px; width: 72px; }
  .dpe-public .dpe-perspective-list article > span { min-height: 0; }
  .dpe-public .dpe-perspective-list h3 { margin-top: 7px; }
  .dpe-public .dpe-perspective-list p { margin-top: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .dpe-public .dpe-perspective-list__portrait img { transition: none; }
}

/* V2037.3 - About page uses the same people system as a working council. */
.dpe-public .dpe-team {
  background: linear-gradient(180deg, #f7fafe 0%, #eaf3fc 100%);
  padding-block: 88px;
}

.dpe-public .dpe-team__grid {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(23, 109, 243, .14);
  border-radius: 8px;
  box-shadow: 0 30px 76px rgba(5, 24, 50, .12);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(410px, .74fr) minmax(0, 1.26fr);
  max-width: 1480px;
  overflow: hidden;
  padding-inline: 0;
  width: calc(100% - 64px);
}

.dpe-public .dpe-team__visual {
  border-radius: 0;
  box-shadow: none;
  min-height: 680px;
}

.dpe-public .dpe-team__visual::after {
  background: linear-gradient(180deg, rgba(3, 17, 38, .04) 26%, rgba(3, 17, 38, .58) 100%);
}

.dpe-public .dpe-team__visual img {
  filter: saturate(.82) contrast(1.04);
  object-position: 48% center;
}

.dpe-public .dpe-team__visual > p {
  bottom: 34px;
  font-size: 27px;
  left: 34px;
  max-width: 330px;
}

.dpe-public .dpe-team__content {
  align-self: stretch;
  background-color: #fff;
  background-image:
    linear-gradient(122deg, rgba(255, 255, 255, .99) 0%, rgba(250, 253, 255, .96) 54%, rgba(232, 242, 253, .82) 100%),
    url("img/dpe-perspectives-map.webp");
  background-position: center right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 54px 46px;
}

.dpe-public .dpe-team__content h2 {
  font-size: clamp(40px, 3vw, 50px);
  line-height: 1.04;
  margin-top: 14px;
  max-width: 760px;
}

.dpe-public .dpe-team .dpe-perspective-list {
  background: rgba(247, 251, 255, .72);
  border: 0;
  border-block: 1px solid rgba(23, 109, 243, .16);
  display: block;
  margin-top: 34px;
}

.dpe-public .dpe-team .dpe-perspective-list article {
  align-items: center;
  border: 0;
  border-top: 1px solid rgba(23, 109, 243, .14);
  column-gap: 16px;
  display: grid;
  grid-template-columns: 72px minmax(145px, 180px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 116px;
  padding: 18px 4px;
}

.dpe-public .dpe-team .dpe-perspective-list article:first-child { border-top: 0; }
.dpe-public .dpe-team .dpe-perspective-list article::after { display: none; }
.dpe-public .dpe-team .dpe-perspective-list__portrait {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 72px;
  width: 72px;
}
.dpe-public .dpe-team .dpe-perspective-list article > span {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
}
.dpe-public .dpe-team .dpe-perspective-list h3 {
  align-self: start;
  grid-column: 2;
  grid-row: 2;
  margin-top: 6px;
}
.dpe-public .dpe-team .dpe-perspective-list p {
  align-self: center;
  border-left: 1px solid rgba(23, 109, 243, .14);
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 1180px) {
  .dpe-public .dpe-team__grid {
    grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr);
    width: calc(100% - 48px);
  }
  .dpe-public .dpe-team__content { padding: 46px 38px 40px; }
  .dpe-public .dpe-team .dpe-perspective-list article {
    grid-template-columns: 64px minmax(132px, 156px) minmax(0, 1fr);
  }
  .dpe-public .dpe-team .dpe-perspective-list__portrait { height: 64px; width: 64px; }
}

@media (max-width: 980px) {
  .dpe-public .dpe-team__grid { grid-template-columns: 1fr; }
  .dpe-public .dpe-team__visual { min-height: 430px; }
  .dpe-public .dpe-team__visual img { object-position: center 42%; }
  .dpe-public .dpe-team__content { padding: 46px 44px 42px; }
}

@media (max-width: 720px) {
  .dpe-public .dpe-team { padding-block: 64px; }
  .dpe-public .dpe-team__grid { width: calc(100% - 32px); }
  .dpe-public .dpe-team__visual { min-height: 360px; }
  .dpe-public .dpe-team__visual > p { bottom: 24px; font-size: 24px; left: 24px; }
  .dpe-public .dpe-team__content { padding: 34px 26px 30px; }
  .dpe-public .dpe-team__content h2 { font-size: 36px; }
  .dpe-public .dpe-team .dpe-perspective-list article {
    column-gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 0;
    padding: 24px 4px;
  }
  .dpe-public .dpe-team .dpe-perspective-list__portrait { height: 72px; width: 72px; }
  .dpe-public .dpe-team .dpe-perspective-list article > span { grid-column: 2; grid-row: 1; }
  .dpe-public .dpe-team .dpe-perspective-list h3 { grid-column: 2; grid-row: 2; }
  .dpe-public .dpe-team .dpe-perspective-list p {
    border-left: 0;
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 17px;
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .dpe-public .dpe-team__grid { width: calc(100% - 24px); }
  .dpe-public .dpe-team__visual { min-height: 310px; }
  .dpe-public .dpe-team__content { padding: 28px 20px 24px; }
  .dpe-public .dpe-team__content h2 { font-size: 33px; }
}
