/* Datatricx v0.5.1 staging bridge 2.1.6: wrapper-safe dropdown contrast correction. */

@font-face {
  font-family: "Datatricx Wordmark";
  src: url("fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --dt-bridge-motif-mask: url("images/datatricx-line-motif.svg");
}

/* Keep the footer name and outlined SVG wordmark on one exact typographic system. */
.dt-footer-brand h2 {
  font-family: "Datatricx Wordmark", Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  font-synthesis: none;
  letter-spacing: -0.04em;
}

/*
 * Keep the WordPress template-part wrapper sticky. The theme's inner header
 * was already sticky, but that element could not travel beyond its short
 * template-part parent. JavaScript marks the actual outer shell at runtime.
 */
html.dt-has-adaptive-header {
  scroll-padding-top: 6.5rem;
}

.dt-sticky-header-shell,
.dt-site-header.dt-sticky-header-self {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.dt-sticky-header-shell > .dt-site-header {
  position: relative !important;
  top: auto !important;
}

body.admin-bar .dt-sticky-header-shell,
body.admin-bar .dt-site-header.dt-sticky-header-self {
  top: 32px !important;
}

body.admin-bar .dt-sticky-header-shell > .dt-site-header {
  top: auto !important;
}

/*
 * Two-state navigation ribbon. The top state remains the approved deep
 * purple. The scrolled state is near-white with deep-violet text and a
 * restrained violet interaction accent.
 */
.dt-site-header.dt-adaptive-header {
  transition:
    color 240ms ease,
    background-color 260ms var(--dt-ease),
    border-color 240ms ease,
    box-shadow 260ms var(--dt-ease),
    backdrop-filter 260ms ease;
}

.dt-adaptive-header .dt-site-header__inner {
  transition: min-height 260ms var(--dt-ease);
}

.dt-adaptive-header.is-scrolled {
  color: #3d1d59;
  background: rgba(251, 249, 251, 0.975) !important;
  border-bottom-color: rgba(61, 29, 89, 0.16) !important;
  box-shadow: 0 0.72rem 2.3rem rgba(33, 16, 47, 0.13) !important;
  backdrop-filter: blur(20px) saturate(1.08);
}

.dt-adaptive-header.is-scrolled .dt-site-header__inner {
  min-height: 4.8rem;
}

.dt-adaptive-header.is-scrolled .dt-nav-link {
  color: #3d1d59 !important;
}

.dt-adaptive-header.is-scrolled .dt-nav-link::after {
  background: #805ba0;
}

.dt-adaptive-header.is-scrolled .dt-nav-item:hover > .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-item:hover > .dt-nav-entry .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-item:focus-within > .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-item:focus-within > .dt-nav-entry .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-item.is-active > .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-item.is-active > .dt-nav-entry .dt-nav-link,
.dt-adaptive-header.is-scrolled .dt-nav-link[aria-current="page"] {
  color: #805ba0 !important;
  background: rgba(223, 208, 234, 0.42);
  box-shadow: 0 0 1.6rem rgba(128, 91, 160, 0.12);
}

.dt-adaptive-header.is-scrolled .dt-submenu-toggle {
  color: rgba(61, 29, 89, 0.72);
}

.dt-adaptive-header.is-scrolled .dt-submenu-toggle:hover,
.dt-adaptive-header.is-scrolled .dt-submenu-toggle:focus-visible,
.dt-adaptive-header.is-scrolled .dt-submenu-toggle[aria-expanded="true"] {
  color: #805ba0;
  background: rgba(223, 208, 234, 0.42);
}

.dt-adaptive-header.is-scrolled .dt-header-cta {
  color: #ffffff !important;
  background: #3d1d59;
  border-color: #3d1d59;
  box-shadow: 0 0.55rem 1.6rem rgba(33, 16, 47, 0.16);
}

.dt-adaptive-header.is-scrolled .dt-header-cta:hover,
.dt-adaptive-header.is-scrolled .dt-header-cta:focus-visible {
  color: #ffffff !important;
  background: #805ba0;
  border-color: #805ba0;
  box-shadow: 0 0 0 1px rgba(128, 91, 160, 0.18), 0 0 2rem rgba(128, 91, 160, 0.24);
}

.dt-adaptive-header.is-scrolled a:focus-visible,
.dt-adaptive-header.is-scrolled button:focus-visible {
  outline-color: #805ba0;
}

/*
 * Official launch logo. Both SVG colourways are loaded together so the logo
 * can cross-fade without a delayed network request or geometry shift.
 */
.dt-site-header .wp-block-site-logo:has(.datatricx-official-logo),
.dt-site-header .dt-official-site-logo {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.dt-site-header .wp-block-site-logo a:has(.datatricx-official-logo),
.dt-site-header .dt-official-site-logo > a {
  display: block;
  position: relative;
  line-height: 0;
  border-radius: 0.35rem;
}

.dt-site-header .dt-adaptive-logo-stack {
  position: relative;
  display: block;
  width: 11rem;
  aspect-ratio: 323 / 135;
  transition: width 260ms var(--dt-ease);
}

.dt-site-header .wp-block-site-logo img.datatricx-official-logo,
.dt-site-header .dt-official-site-logo img.datatricx-official-logo {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
  transform: none !important;
  filter: none !important;
  transition: opacity 240ms ease !important;
}

.dt-site-header .datatricx-official-logo--reversed {
  opacity: 1 !important;
}

.dt-site-header .datatricx-official-logo--primary {
  opacity: 0 !important;
}

.dt-adaptive-header.is-scrolled .dt-adaptive-logo-stack {
  width: 10rem;
}

.dt-adaptive-header.is-scrolled .datatricx-official-logo--reversed {
  opacity: 0 !important;
}

.dt-adaptive-header.is-scrolled .datatricx-official-logo--primary {
  opacity: 1 !important;
}

.dt-site-header .wp-block-site-logo a:has(.datatricx-official-logo):focus-visible,
.dt-site-header .dt-official-site-logo > a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 0.3rem;
}

.dt-adaptive-header.is-scrolled .wp-block-site-logo a:has(.datatricx-official-logo):focus-visible,
.dt-adaptive-header.is-scrolled .dt-official-site-logo > a:focus-visible {
  outline-color: #805ba0;
}

@media (max-width: 1180px) {
  html.dt-has-adaptive-header {
    scroll-padding-top: 6rem;
  }

  .dt-site-header .dt-adaptive-logo-stack {
    width: 9.75rem;
  }

  .dt-adaptive-header.is-scrolled .dt-site-header__inner {
    min-height: 4.65rem;
  }

  .dt-adaptive-header.is-scrolled .dt-adaptive-logo-stack {
    width: 9.25rem;
  }

  .dt-adaptive-header.is-scrolled .dt-nav-toggle {
    color: #3d1d59;
    background: rgba(223, 208, 234, 0.34);
    border-color: rgba(61, 29, 89, 0.2);
  }

  .dt-adaptive-header.is-scrolled .dt-nav-toggle:hover,
  .dt-adaptive-header.is-scrolled .dt-nav-toggle:focus-visible,
  .dt-adaptive-header.is-scrolled .dt-nav-toggle[aria-expanded="true"] {
    color: #805ba0;
    background: rgba(223, 208, 234, 0.58);
    border-color: rgba(128, 91, 160, 0.34);
  }

  .dt-adaptive-header.is-scrolled .dt-primary-nav {
    color: #3d1d59;
    background: rgba(251, 249, 251, 0.995);
    border-color: rgba(61, 29, 89, 0.16);
    box-shadow: 0 1.7rem 4rem rgba(33, 16, 47, 0.2);
  }

  .dt-adaptive-header.is-scrolled .dt-nav-item {
    border-bottom-color: rgba(61, 29, 89, 0.1);
  }
}

@media (max-width: 680px) {
  html.dt-has-adaptive-header {
    scroll-padding-top: 5.6rem;
  }

  .dt-site-header .dt-adaptive-logo-stack {
    width: 9rem;
  }

  .dt-adaptive-header.is-scrolled .dt-site-header__inner {
    min-height: 4.35rem;
  }

  .dt-adaptive-header.is-scrolled .dt-adaptive-logo-stack {
    width: 8.6rem;
  }
}

@media (max-width: 380px) {
  .dt-site-header .dt-adaptive-logo-stack {
    width: 8.4rem;
  }

  .dt-adaptive-header.is-scrolled .dt-adaptive-logo-stack {
    width: 8.1rem;
  }
}

@media (max-width: 782px) {
  body.admin-bar .dt-sticky-header-shell,
  body.admin-bar .dt-site-header.dt-sticky-header-self {
    top: 46px !important;
  }
}

/* Keep every mega-menu content group top-packed and content-led. */
.dt-mega-panel {
  align-items: stretch;
}

.dt-mega-panel__intro {
  align-self: stretch;
  justify-content: flex-start !important;
}

.dt-mega-panel__intro a {
  margin-top: 0.15rem !important;
}

/* Shared Insights-style card grammar for What We Model and Insights. */
.dt-mega-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 1.05rem 1rem;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  color: var(--dt-ink) !important;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(61, 29, 89, 0.12);
  border-radius: 0.55rem;
  transition: transform 220ms var(--dt-ease), border-color 180ms ease, box-shadow 220ms ease, background-color 180ms ease;
}

.dt-mega-card--model {
  min-height: 13.75rem;
}

.dt-mega-card--insight {
  min-height: 15.25rem;
}

.dt-mega-card::after {
  content: none;
}

/*
 * Render the approved three-line card motif as ordinary CSS geometry.
 * This avoids depending on a theme-relative SVG mask from plugin CSS.
 */
.dt-mega-card > .dt-mega-card__motif {
  position: absolute;
  z-index: 0 !important;
  top: -5rem;
  right: -4rem;
  width: 13rem;
  aspect-ratio: 600 / 520;
  color: var(--dt-violet);
  opacity: 0.18;
  pointer-events: none;
  transform: rotate(-5deg);
  filter: drop-shadow(0 0 0 rgba(128, 91, 160, 0));
  transition: opacity 260ms ease, transform 420ms var(--dt-ease), filter 320ms ease;
}

.dt-mega-card__motif-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform-origin: center;
}

.dt-mega-card__motif-ring--wide {
  width: 81.667%;
  height: 49.231%;
  transform: translate(-50%, -50%) rotate(-13deg);
}

.dt-mega-card__motif-ring--middle {
  width: 68.333%;
  height: 65%;
  transform: translate(-50%, -50%) rotate(11deg);
}

.dt-mega-card__motif-ring--tall {
  width: 52.667%;
  height: 81.154%;
  transform: translate(-50%, -50%) rotate(24deg);
}

.dt-mega-card > * {
  position: relative;
  z-index: 1;
}

.dt-mega-card:hover,
.dt-mega-card:focus-within,
.dt-mega-card.is-current {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(128, 91, 160, 0.36);
  box-shadow: 0 0 1.9rem rgba(128, 91, 160, 0.16);
  transform: translateY(-2px);
}

.dt-mega-card:hover > .dt-mega-card__motif,
.dt-mega-card:focus-within > .dt-mega-card__motif,
.dt-mega-card.is-current > .dt-mega-card__motif {
  opacity: 0.62;
  transform: rotate(9deg) scale(1.06);
  filter: drop-shadow(0 0 0.72rem rgba(128, 91, 160, 0.3));
}

.dt-mega-card > .dt-menu-card-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--dt-violet) !important;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dt-mega-card h3 {
  margin: 0;
  color: var(--dt-purple) !important;
  font-size: clamp(1.08rem, 1.15vw, 1.28rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
  text-transform: none !important;
}

.dt-mega-card h3::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 0.72rem;
  background: var(--dt-gold-muted);
}

.dt-mega-card > .dt-menu-summary {
  margin: 0.85rem 0 0.55rem;
  color: var(--dt-muted) !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none !important;
}

.dt-mega-card > a {
  display: block;
  margin: 0 -0.65rem;
  padding: 0.45rem 0.65rem;
  color: var(--dt-ink) !important;
  border-radius: 0.42rem;
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.42;
  text-transform: none !important;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.dt-mega-card > a:hover,
.dt-mega-card > a:focus-visible,
.dt-mega-card > a[aria-current="page"] {
  color: var(--dt-purple) !important;
  background: var(--dt-paper);
  box-shadow: 0 0 1.8rem rgba(128, 91, 160, 0.13);
  text-decoration: none;
}

.dt-mega-card--model > .dt-mega-card__cta {
  margin-top: 0.1rem;
  font-weight: 760;
}

.dt-models-menu-grid,
.dt-insights-menu-grid {
  align-items: stretch;
  gap: clamp(0.85rem, 1.45vw, 1.6rem);
  padding: 0.2rem;
}

/* Force compact-dropdown contrast even beside a database-saved header. */
body .dt-site-header #dt-capabilities-menu,
body .dt-site-header .dt-capabilities-panel {
  color: #17131b !important;
  background: rgba(255, 255, 255, 0.985) !important;
}

body .dt-site-header #dt-capabilities-menu > .dt-mega-eyebrow,
body .dt-site-header .dt-capabilities-panel > .dt-mega-eyebrow {
  color: #805ba0 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #805ba0 !important;
}

body .dt-site-header #dt-capabilities-menu > a,
body .dt-site-header #dt-capabilities-menu > a:link,
body .dt-site-header #dt-capabilities-menu > a:visited,
body .dt-site-header .dt-capabilities-panel > a,
body .dt-site-header .dt-capabilities-panel > a:link,
body .dt-site-header .dt-capabilities-panel > a:visited {
  color: #17131b !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #17131b !important;
}

body .dt-site-header #dt-capabilities-menu > a strong,
body .dt-site-header .dt-capabilities-panel > a strong {
  display: block !important;
  color: #3d1d59 !important;
  opacity: 1 !important;
  font-size: clamp(1.08rem, 1.15vw, 1.28rem) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.025em !important;
  -webkit-text-fill-color: #3d1d59 !important;
}

body .dt-site-header #dt-capabilities-menu > a span,
body .dt-site-header .dt-capabilities-panel > a span {
  display: block !important;
  color: #625b68 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #625b68 !important;
}

/* Oversized, deliberately cropped homepage motif. */
.dt-hero .dt-model-visual.dt-model-visual--enhanced {
  display: block !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 50% !important;
  right: clamp(-15rem, -10vw, -7rem) !important;
  width: min(82vw, 100rem) !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 600 / 520 !important;
  overflow: visible !important;
  opacity: 0.88 !important;
  background: none !important;
  filter: drop-shadow(0 0 0.55rem rgba(223, 208, 234, 0.3)) drop-shadow(0 0 1.8rem rgba(183, 154, 95, 0.16));
  pointer-events: none !important;
  transform: translate3d(0, -50%, 0) rotate(-5deg);
  transform-origin: 52% 48%;
  animation: none;
}

.dt-home-motif-scene {
  position: absolute;
  inset: 0;
  display: block;
}

.dt-home-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: clamp(1.25px, 0.11vw, 2px) solid currentColor;
  border-radius: 50%;
  opacity: 0.88;
  transform-origin: center;
}

.dt-home-ring--purple {
  width: 81.667%;
  height: 49.231%;
  color: #c3a5d7;
  transform: translate(-50%, -50%) rotate(-13deg);
  animation:
    dt-bridge-ring-purple 13s ease-in-out infinite alternate,
    dt-bridge-ring-colour-cycle 36s linear infinite;
}

.dt-home-ring--gold {
  width: 68.333%;
  height: 65%;
  color: #c5a45e;
  transform: translate(-50%, -50%) rotate(11deg);
  animation:
    dt-bridge-ring-gold 16s 1.1s ease-in-out infinite alternate-reverse,
    dt-bridge-ring-colour-cycle 36s -12s linear infinite;
}

.dt-home-ring--grey {
  width: 52.667%;
  height: 81.154%;
  color: #c5c1c9;
  transform: translate(-50%, -50%) rotate(24deg);
  animation:
    dt-bridge-ring-grey 18s 0.6s ease-in-out infinite alternate,
    dt-bridge-ring-colour-cycle 36s -24s linear infinite;
}

.dt-home-glint {
  position: absolute;
  z-index: 2;
  display: block;
  width: clamp(0.75rem, 1vw, 1.15rem);
  aspect-ratio: 1;
  opacity: 0;
  filter: drop-shadow(0 0 0.35rem rgba(255, 240, 170, 0.95)) drop-shadow(0 0 0.8rem rgba(213, 183, 234, 0.9));
  transform: translate(-50%, -50%) scale(0.38) rotate(-10deg);
  animation: dt-bridge-glint-pulse 17s ease-in-out infinite;
}

.dt-home-glint::before,
.dt-home-glint::after,
.dt-home-glint > i::before,
.dt-home-glint > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #fff0aa;
  border-radius: 999px;
  box-shadow: 0 0 0.24rem rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
}

.dt-home-glint::before,
.dt-home-glint > i::before {
  width: 100%;
  height: 1.5px;
}

.dt-home-glint::after,
.dt-home-glint > i::after {
  width: 1.5px;
  height: 100%;
}

.dt-home-glint > i {
  position: absolute;
  inset: 18%;
  display: block;
  transform: rotate(45deg);
}

.dt-home-glint--1 { top: 18.358%; left: 38.783%; animation-delay: -3.8s; }
.dt-home-glint--2 { top: 25.658%; left: 75.105%; animation-delay: -7.5s; }
.dt-home-glint--3 { top: 42.719%; left: 16.422%; animation-delay: -10.8s; }
.dt-home-glint--4 { top: 57.281%; left: 83.578%; animation-delay: -0.55s; }
.dt-home-glint--5 { top: 74.342%; left: 24.895%; animation-delay: -14.5s; }
.dt-home-glint--6 { top: 75.696%; left: 30.9%; animation-delay: -4.8s; }
.dt-home-glint--7 { top: 24.304%; left: 69.1%; animation-delay: -10.6s; }
.dt-home-glint--8 { top: 66.64%; left: 72.203%; animation-delay: -14.3s; }
.dt-home-glint--9 { top: 33.36%; left: 27.797%; animation-delay: -18.2s; }
.dt-home-glint--10 { top: 81.642%; left: 61.217%; animation-delay: -20.7s; }
.dt-home-glint--11 { top: 67.89%; left: 22.96%; animation-delay: -6.1s; }
.dt-home-glint--12 { top: 32.11%; left: 77.04%; animation-delay: -11.8s; }

@keyframes dt-bridge-ring-purple {
  to { opacity: 0.96; transform: translate(-49.4%, -50.6%) rotate(-11.8deg) scale(1.008); }
}

@keyframes dt-bridge-ring-gold {
  to { opacity: 0.82; transform: translate(-50.6%, -49.4%) rotate(12.2deg) scale(0.994); }
}

@keyframes dt-bridge-ring-grey {
  to { opacity: 0.92; transform: translate(-49.5%, -49.5%) rotate(25deg) scale(1.006); }
}

/*
 * The palette advances as one coordinated system. Each arrangement rests for
 * nine seconds, then all three colours migrate together over three seconds.
 * Negative phase offsets keep lilac, muted gold and silver represented across
 * the three existing ring geometries throughout the 36-second cycle.
 */
@keyframes dt-bridge-ring-colour-cycle {
  0%, 25% { color: #c3a5d7; }
  33.333%, 58.333% { color: #c5a45e; }
  66.667%, 91.667% { color: #c5c1c9; }
  100% { color: #c3a5d7; }
}

@keyframes dt-bridge-glint-pulse {
  0%, 8%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.38) rotate(-10deg); }
  1.5% { opacity: 0.34; transform: translate(-50%, -50%) scale(0.64) rotate(-5deg); }
  3.2% { opacity: 1; transform: translate(-50%, -50%) scale(1.08) rotate(0); }
  5.6% { opacity: 0.42; transform: translate(-50%, -50%) scale(1.56) rotate(8deg); }
}

/* Approved Section 5 clarification: preserve the statement as the visual
 * anchor and render its qualifying sentence as restrained explanatory copy. */
.dt-quote-band .dt-quote-band__statement {
  margin-block: 0;
}

.dt-quote-band .dt-quote-band__support {
  max-width: 66ch;
  margin: clamp(1.25rem, 2.2vw, 1.75rem) auto 0;
  color: var(--dt-muted);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

/* Approved homepage gateway narratives: the practitioner and Model Library
 * sections share one hierarchy without rendering their dedicated-page grids. */
.dt-home-practitioner .dt-home-practitioner__content,
.dt-home-library .dt-home-library__content {
  width: min(100%, 68rem);
  max-width: 68rem !important;
  margin-bottom: 0;
}

.dt-home-practitioner .dt-home-practitioner__eyebrow,
.dt-home-library .dt-home-library__eyebrow {
  max-width: none;
  margin: 0 0 clamp(0.8rem, 1.4vw, 1.05rem);
  color: var(--dt-violet);
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: 0.035em;
}

.dt-home-practitioner .dt-home-practitioner__content h2,
.dt-home-library .dt-home-library__content h2 {
  max-width: 24ch;
  color: var(--dt-ink);
}

.dt-home-practitioner .dt-home-practitioner__copy,
.dt-home-library .dt-home-library__copy {
  max-width: 58rem;
  margin-top: clamp(1.25rem, 2vw, 1.55rem);
  text-wrap: pretty;
}

.dt-home-practitioner .dt-home-practitioner__link,
.dt-home-library .dt-home-library__link {
  margin-top: clamp(1.45rem, 2.4vw, 1.9rem);
  font-size: 1rem;
  line-height: 1.4;
}

.dt-home-practitioner__link a,
.dt-home-library__link a {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: var(--dt-purple);
  font-weight: 780;
  text-decoration: none;
}

.dt-home-practitioner__link a span,
.dt-home-library__link a span {
  display: inline-block;
  transition: transform 180ms ease;
}

.dt-home-practitioner__link a:hover,
.dt-home-practitioner__link a:focus-visible,
.dt-home-library__link a:hover,
.dt-home-library__link a:focus-visible {
  color: var(--dt-violet-bright);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.dt-home-practitioner__link a:hover span,
.dt-home-practitioner__link a:focus-visible span,
.dt-home-library__link a:hover span,
.dt-home-library__link a:focus-visible span {
  transform: translateX(0.2rem);
}

/*
 * Motif-and-label alignment standard.
 *
 * A short eyebrow, category or positioning line can opt into this shared
 * component with .dt-section-marker-label. Section 6 is the first approved
 * instance and retains its existing content class as a compatibility alias.
 * At side-by-side widths, the label occupies the same vertical field as the
 * small leading motif so their optical centres align. Ordinary section
 * headings and intentionally stacked mobile markers retain their established
 * positioning.
 */
@media (min-width: 681px) {
  .dt-section-header > :is(.dt-section-marker-label, .dt-home-practitioner__eyebrow) {
    display: flex;
    align-items: center;
    min-height: clamp(3.8rem, 4.5vw, 4.8rem);
    margin-top: 0;
    padding-top: 0.16rem;
  }
}

@media (max-width: 960px) {
  .dt-hero .dt-model-visual.dt-model-visual--enhanced {
    opacity: 0.52 !important;
  }
}

@media (max-width: 680px) {
  .dt-hero .dt-model-visual.dt-model-visual--enhanced {
    top: 50% !important;
    right: -122vw !important;
    width: 225vw !important;
    opacity: 0.3 !important;
  }

  .dt-mega-card--model,
  .dt-mega-card--insight {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-site-header.dt-adaptive-header,
  .dt-adaptive-header .dt-site-header__inner,
  .dt-adaptive-header .dt-adaptive-logo-stack,
  .dt-site-header .wp-block-site-logo img.datatricx-official-logo,
  .dt-site-header .dt-official-site-logo img.datatricx-official-logo {
    transition: none !important;
  }

  .dt-hero .dt-model-visual.dt-model-visual--enhanced,
  .dt-home-ring {
    animation: none !important;
  }

  .dt-home-glint {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------
 * Release 1.6.0 — Practitioner Orbit and connected analytical circuit
 * ---------------------------------------------------------------------- */

/* Let the interactive roster use the full approved wide content measure. */
.dt-team-roster .wp-block-shortcode {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.dt-practitioner-orbit {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
  padding: clamp(1.35rem, 3vw, 2.7rem);
  overflow: hidden;
  color: var(--dt-ink);
  background:
    radial-gradient(circle at 50% 35%, rgba(223,208,234,0.24), transparent 33%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,245,249,0.94));
  border: 1px solid rgba(128,91,160,0.18);
  border-radius: var(--dt-radius-lg);
  box-shadow: 0 1.5rem 4.6rem rgba(33,16,47,0.11);
}

.dt-practitioner-orbit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6rem;
  right: -9rem;
  width: min(42rem, 62%);
  aspect-ratio: 600 / 520;
  color: var(--dt-violet);
  background: currentColor;
  opacity: 0.055;
  pointer-events: none;
  transform: rotate(-12deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
}

.dt-practitioner-orbit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: clamp(1.35rem, 3vw, 2.7rem);
  left: clamp(1.35rem, 3vw, 2.7rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,177,125,0.72), rgba(168,132,194,0.62), transparent);
}

.dt-practitioner-orbit button,
.dt-practitioner-orbit summary {
  font: inherit;
}

.dt-practitioner-orbit__focus {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 12.5rem;
  max-width: 54rem;
  margin: 0 auto;
  padding: clamp(0.5rem, 1.5vw, 1rem) 1rem 0;
  place-content: start center;
  text-align: center;
}

.dt-practitioner-orbit__position {
  display: flex;
  margin: 0;
  align-items: baseline;
  justify-content: center;
  color: var(--dt-purple);
  font-size: 0.75rem;
  font-weight: 790;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dt-practitioner-orbit__position i {
  margin: 0 0.28rem;
  color: rgba(61,29,89,0.36);
  font-style: normal;
}

.dt-practitioner-orbit__position em {
  margin-left: 0.55rem;
  color: var(--dt-muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 690;
  letter-spacing: 0.07em;
}

.dt-practitioner-orbit__details {
  width: 100%;
}

.dt-practitioner-orbit [data-dt-orbit-status] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.dt-practitioner-orbit__detail {
  width: 100%;
  animation: dt-practitioner-detail-in 420ms var(--dt-ease) both;
}

.dt-practitioner-orbit__detail[hidden] {
  display: none;
}

.dt-practitioner-orbit__role {
  margin: 1.25rem 0 0;
  color: #8b6d32;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.dt-practitioner-orbit__detail h3 {
  margin: 0.48rem 0 0;
  color: var(--dt-purple-deep);
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.dt-practitioner-orbit__contribution {
  max-width: 47rem;
  margin: 0.9rem auto 0;
  color: var(--dt-muted);
  font-size: clamp(0.94rem, 1.1vw, 1.04rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.dt-practitioner-orbit__expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  justify-content: center;
  list-style: none;
}

.dt-practitioner-orbit__expertise li {
  margin: 0;
  padding: 0.34rem 0.62rem;
  color: var(--dt-purple);
  background: rgba(223,208,234,0.46);
  border: 1px solid rgba(128,91,160,0.14);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.25;
}

.dt-practitioner-orbit__profile-link {
  margin: 0.9rem 0 0;
}

.dt-practitioner-orbit__profile-link a {
  color: var(--dt-purple);
  font-size: 0.86rem;
  font-weight: 780;
  text-decoration: none;
}

.dt-practitioner-orbit__profile-link a:hover,
.dt-practitioner-orbit__profile-link a:focus-visible {
  color: var(--dt-violet);
  text-decoration: underline;
}

.dt-practitioner-orbit__stage {
  position: relative;
  z-index: 2;
  min-height: clamp(25rem, 34vw, 28rem);
  margin-top: 0.25rem;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.dt-practitioner-orbit__stage.is-dragging {
  cursor: grabbing;
}

.dt-practitioner-orbit__arc {
  position: absolute;
  z-index: 0;
  right: auto;
  bottom: 4rem;
  left: 50%;
  width: min(104rem, 128%);
  height: 31rem;
  pointer-events: none;
  border: 1px solid rgba(128,91,160,0.26);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.4rem rgba(128,91,160,0.025),
    0 0 0 6.8rem rgba(200,177,125,0.018);
  transform: translateX(-50%);
}

.dt-practitioner-orbit__arc::before,
.dt-practitioner-orbit__arc::after {
  content: "";
  position: absolute;
  bottom: -0.28rem;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--dt-gold-soft);
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 50%;
  box-shadow: 0 0 1.1rem rgba(200,177,125,0.7);
}

.dt-practitioner-orbit__arc::before {
  left: 35%;
}

.dt-practitioner-orbit__arc::after {
  right: 35%;
}

.dt-practitioner-orbit__people {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.dt-practitioner-orbit__person {
  --dt-orbit-x: 0px;
  --dt-orbit-top: 7.4rem;
  --dt-orbit-size: 12.5rem;
  position: absolute;
  top: var(--dt-orbit-top);
  left: 50%;
  display: block;
  width: 15rem;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  color: var(--dt-purple-deep);
  background: transparent;
  border: 0;
  cursor: pointer;
  pointer-events: none;
  transform: translateX(calc(-50% + var(--dt-orbit-x)));
  transition:
    top 620ms var(--dt-ease),
    transform 720ms var(--dt-ease),
    opacity 360ms ease,
    visibility 0s linear 720ms;
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="0"] {
  --dt-orbit-x: 0px;
  --dt-orbit-top: 7.4rem;
  --dt-orbit-size: 12.5rem;
  z-index: 7;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="-1"],
.dt-practitioner-orbit__person[data-dt-orbit-offset="1"] {
  --dt-orbit-top: 4.7rem;
  --dt-orbit-size: 9.7rem;
  z-index: 5;
  visibility: visible;
  opacity: 0.82;
  pointer-events: auto;
  transition-delay: 0s;
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="-1"] {
  --dt-orbit-x: calc(0px - clamp(9.25rem, 18vw, 14.5rem));
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="1"] {
  --dt-orbit-x: clamp(9.25rem, 18vw, 14.5rem);
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="-2"],
.dt-practitioner-orbit__person[data-dt-orbit-offset="2"] {
  --dt-orbit-top: 2.25rem;
  --dt-orbit-size: 7.35rem;
  z-index: 3;
  visibility: visible;
  opacity: 0.54;
  pointer-events: auto;
  transition-delay: 0s;
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="-2"] {
  --dt-orbit-x: calc(0px - clamp(17rem, 32vw, 26rem));
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="2"] {
  --dt-orbit-x: clamp(17rem, 32vw, 26rem);
}

.dt-practitioner-orbit__portrait {
  position: relative;
  isolation: isolate;
  display: grid;
  width: var(--dt-orbit-size);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  place-items: center;
  color: var(--dt-white);
  background:
    radial-gradient(circle at 72% 18%, rgba(223,208,234,0.3), transparent 28%),
    linear-gradient(145deg, var(--dt-purple-deep), #573170);
  border: 1px solid rgba(128,91,160,0.38);
  border-radius: 50%;
  box-shadow:
    0 0.9rem 2.3rem rgba(33,16,47,0.16),
    0 0 0 0 rgba(168,132,194,0);
  transition:
    width 620ms var(--dt-ease),
    border-color 240ms ease,
    box-shadow 300ms ease,
    transform 320ms var(--dt-ease),
    filter 260ms ease;
}

.dt-practitioner-orbit__portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 2.6rem 2.6rem;
  border-radius: inherit;
  mask-image: linear-gradient(135deg, #000, transparent 76%);
}

.dt-practitioner-orbit__portrait::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -28%;
  bottom: -12%;
  width: 98%;
  aspect-ratio: 600 / 520;
  color: var(--dt-lilac);
  background: currentColor;
  opacity: 0.3;
  pointer-events: none;
  transform: rotate(-10deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  transition: opacity 240ms ease, transform 360ms var(--dt-ease);
}

.dt-practitioner-orbit__person.has-headshot .dt-practitioner-orbit__portrait::before {
  background: linear-gradient(180deg, transparent 54%, rgba(23,11,33,0.42));
  mask-image: none;
}

.dt-practitioner-orbit__person.has-headshot .dt-practitioner-orbit__portrait::after {
  opacity: 0.12;
}

.dt-practitioner-orbit__portrait img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: filter 260ms ease, transform 380ms var(--dt-ease);
}

.dt-practitioner-orbit__initials {
  position: relative;
  z-index: 1;
  color: var(--dt-lilac);
  font-size: min(4.2rem, calc(var(--dt-orbit-size) * 0.33));
  font-weight: 260;
  line-height: 1;
  letter-spacing: -0.09em;
  text-shadow: 0 0 2rem rgba(223,208,234,0.17);
}

.dt-practitioner-orbit__portrait-number {
  position: absolute;
  z-index: 4;
  top: 0.75rem;
  left: 0.75rem;
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--dt-white);
  background: rgba(33,16,47,0.6);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  backdrop-filter: blur(7px);
}

.dt-practitioner-orbit__person-name {
  display: block;
  max-width: 14rem;
  margin: 0.72rem auto 0;
  overflow: hidden;
  color: var(--dt-purple-deep);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 220ms ease, opacity 220ms ease;
}

.dt-practitioner-orbit__person[data-dt-orbit-offset="-2"] .dt-practitioner-orbit__person-name,
.dt-practitioner-orbit__person[data-dt-orbit-offset="2"] .dt-practitioner-orbit__person-name {
  opacity: 0.76;
}

.dt-practitioner-orbit__person.is-active .dt-practitioner-orbit__portrait {
  border-color: rgba(200,177,125,0.82);
  box-shadow:
    0 1.25rem 3.4rem rgba(33,16,47,0.22),
    0 0 0 0.38rem rgba(223,208,234,0.34),
    0 0 2.8rem rgba(168,132,194,0.34);
}

@media (hover: hover) and (pointer: fine) {
  .dt-practitioner-orbit__person:hover .dt-practitioner-orbit__portrait,
  .dt-practitioner-orbit__person:focus-visible .dt-practitioner-orbit__portrait {
    border-color: rgba(168,132,194,0.74);
    box-shadow:
      0 1.15rem 3rem rgba(33,16,47,0.2),
      0 0 0 0.3rem rgba(223,208,234,0.28),
      0 0 2.5rem rgba(168,132,194,0.3);
    transform: translateY(-4px) scale(1.018);
  }

  .dt-practitioner-orbit__person:hover .dt-practitioner-orbit__portrait::after,
  .dt-practitioner-orbit__person:focus-visible .dt-practitioner-orbit__portrait::after {
    opacity: 0.42;
    transform: rotate(-6deg) scale(1.035);
  }

  .dt-practitioner-orbit__person.has-headshot:hover .dt-practitioner-orbit__portrait::after,
  .dt-practitioner-orbit__person.has-headshot:focus-visible .dt-practitioner-orbit__portrait::after {
    opacity: 0.2;
  }

  .dt-practitioner-orbit__person:hover .dt-practitioner-orbit__portrait img,
  .dt-practitioner-orbit__person:focus-visible .dt-practitioner-orbit__portrait img {
    filter: saturate(0.96) contrast(1.03);
    transform: scale(1.025);
  }
}

.dt-practitioner-orbit__person:focus-visible,
.dt-practitioner-orbit__control:focus-visible,
.dt-practitioner-orbit__progress-point:focus-visible,
.dt-practitioner-roster summary:focus-visible,
.dt-practitioner-roster button:focus-visible,
.dt-practitioner-roster a:focus-visible {
  outline: 2px solid var(--dt-violet);
  outline-offset: 4px;
}

.dt-practitioner-orbit__control {
  position: absolute;
  z-index: 10;
  top: 56%;
  display: grid;
  width: 3.3rem;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  place-items: center;
  color: var(--dt-purple);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(128,91,160,0.24);
  border-radius: 50%;
  box-shadow: 0 0.7rem 1.8rem rgba(33,16,47,0.12);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 220ms ease, transform 220ms var(--dt-ease);
}

.dt-practitioner-orbit__control--previous {
  left: 0.3rem;
}

.dt-practitioner-orbit__control--next {
  right: 0.3rem;
}

.dt-practitioner-orbit__control span {
  font-size: 1.25rem;
  line-height: 1;
}

.dt-practitioner-orbit__control:hover,
.dt-practitioner-orbit__control:focus-visible {
  color: var(--dt-white);
  background: var(--dt-purple);
  border-color: var(--dt-purple);
  box-shadow: 0 0.8rem 2rem rgba(61,29,89,0.22), 0 0 1.6rem rgba(168,132,194,0.22);
  transform: translateY(-50%) scale(1.04);
}

.dt-practitioner-orbit__navigation {
  position: relative;
  z-index: 5;
  display: flex;
  margin-top: -0.4rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.dt-practitioner-orbit__navigation > p {
  margin: 0;
  color: var(--dt-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.dt-practitioner-orbit__progress {
  position: relative;
  display: flex;
  min-width: 10rem;
  align-items: center;
  justify-content: center;
}

.dt-practitioner-orbit__progress::before {
  content: "";
  position: absolute;
  right: 0.8rem;
  left: 0.8rem;
  height: 1px;
  background: rgba(128,91,160,0.22);
}

.dt-practitioner-orbit__progress-point {
  position: relative;
  z-index: 1;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  margin: 0;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.dt-practitioner-orbit__progress-point span {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--dt-white);
  border: 1px solid rgba(128,91,160,0.52);
  border-radius: 50%;
  box-shadow: 0 0 0 0.18rem rgba(255,255,255,0.92);
  transition: width 220ms var(--dt-ease), background-color 200ms ease, border-color 200ms ease, box-shadow 220ms ease;
}

.dt-practitioner-orbit__progress-point.is-active span {
  width: 1.05rem;
  background: var(--dt-gold-soft);
  border-color: rgba(139,109,50,0.72);
  border-radius: 999px;
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.92), 0 0 0.9rem rgba(200,177,125,0.42);
}

.dt-practitioner-roster {
  position: relative;
  z-index: 5;
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
  border-top: 1px solid rgba(128,91,160,0.16);
}

.dt-practitioner-roster summary {
  position: relative;
  display: flex;
  min-height: 4.4rem;
  padding: 1rem 3.2rem 1rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dt-purple-deep);
  cursor: pointer;
  list-style: none;
}

.dt-practitioner-roster summary::-webkit-details-marker {
  display: none;
}

.dt-practitioner-roster summary::after {
  content: "+";
  position: absolute;
  right: 0;
  display: grid;
  width: 2.2rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--dt-purple);
  background: rgba(223,208,234,0.38);
  border: 1px solid rgba(128,91,160,0.18);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform 260ms var(--dt-ease), background-color 220ms ease;
}

.dt-practitioner-roster[open] summary::after {
  background: rgba(223,208,234,0.62);
  transform: rotate(45deg);
}

.dt-practitioner-roster summary span {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.dt-practitioner-roster summary small {
  margin-left: auto;
  color: var(--dt-muted);
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dt-practitioner-roster ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0 0 0.4rem;
  list-style: none;
}

.dt-practitioner-roster__item {
  display: flex;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  align-items: stretch;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(128,91,160,0.14);
  border-radius: var(--dt-radius-sm);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--dt-ease);
}

.dt-practitioner-roster__item:hover,
.dt-practitioner-roster__item:focus-within {
  border-color: rgba(128,91,160,0.35);
  box-shadow: 0 0.8rem 2rem rgba(33,16,47,0.08), 0 0 1.5rem rgba(168,132,194,0.1);
  transform: translateY(-2px);
}

.dt-practitioner-roster__item > button {
  display: flex;
  min-width: 0;
  flex: 1;
  margin: 0;
  padding: 1rem;
  align-items: center;
  gap: 0.85rem;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.dt-practitioner-roster__item > button.is-active {
  background: linear-gradient(90deg, rgba(223,208,234,0.34), transparent);
}

.dt-practitioner-roster__number {
  color: #8b6d32;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dt-practitioner-roster__item strong,
.dt-practitioner-roster__item small {
  display: block;
}

.dt-practitioner-roster__item strong {
  overflow: hidden;
  color: var(--dt-purple-deep);
  font-size: 0.92rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dt-practitioner-roster__item small {
  margin-top: 0.25rem;
  color: var(--dt-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.dt-practitioner-roster__item > a {
  display: grid;
  width: 3.2rem;
  flex: 0 0 3.2rem;
  place-items: center;
  color: var(--dt-purple);
  border-left: 1px solid rgba(128,91,160,0.13);
  text-decoration: none;
}

/* Compact practitioner detail window. It deliberately reuses the carousel's
 * monogram language and never changes the page's scroll position. */
html.dt-practitioner-modal-open { overflow: hidden; scrollbar-gutter: stable; }
html.dt-practitioner-modal-open body {
  position: fixed;
  top: var(--dt-practitioner-modal-scroll-y, 0px);
  right: 0;
  left: 0;
  width: 100%;
}
.dt-practitioner-modal[hidden] { display: none !important; }
.dt-practitioner-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  padding: clamp(1rem, 4vw, 3rem);
  place-items: center;
  opacity: 0;
  transition: opacity 180ms ease;
}
.dt-practitioner-modal.is-open { opacity: 1; }
.dt-practitioner-modal__backdrop { position: absolute; inset: 0; background: rgba(19,8,27,0.74); backdrop-filter: blur(12px); }
.dt-practitioner-modal__dialog {
  position: relative;
  isolation: isolate;
  width: min(52rem, 100%);
  max-height: min(43rem, calc(100svh - 2rem));
  overflow: auto;
  color: var(--dt-ink);
  background: linear-gradient(145deg, rgba(255,255,255,0.995), rgba(247,243,248,0.985));
  border: 1px solid rgba(168,132,194,0.34);
  border-radius: clamp(1.05rem, 2vw, 1.55rem);
  box-shadow: 0 2rem 7rem rgba(17,6,24,0.42), 0 0 2.7rem rgba(168,132,194,0.14);
  transform: translateY(0.7rem) scale(0.985);
  transition: transform 230ms var(--dt-ease);
}
.dt-practitioner-modal.is-open .dt-practitioner-modal__dialog { transform: translateY(0) scale(1); }
.dt-practitioner-modal__dialog:focus { outline: 0; }
.dt-practitioner-modal__watermark {
  position: absolute;
  z-index: -1;
  top: -12rem;
  right: -13rem;
  width: 36rem;
  aspect-ratio: 600 / 520;
  color: var(--dt-violet);
  background: currentColor;
  opacity: 0.065;
  transform: rotate(-10deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
}
.dt-practitioner-modal__close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.65rem;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  place-items: center;
  color: var(--dt-purple);
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(128,91,160,0.2);
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.3rem rgba(33,16,47,0.1);
  cursor: pointer;
}
.dt-practitioner-modal__close span { font-size: 1.55rem; font-weight: 300; line-height: 1; transform: translateY(-0.05rem); }
.dt-practitioner-modal__close:hover,
.dt-practitioner-modal__close:focus-visible { color: var(--dt-white); background: var(--dt-purple); outline: 2px solid var(--dt-violet); outline-offset: 3px; }
.dt-practitioner-modal__profile {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2.3rem, 5vw, 4.2rem);
}
.dt-practitioner-modal__profile[hidden] { display: none; }
.dt-practitioner-modal__portrait {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 12rem;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  color: var(--dt-lilac);
  background:
    radial-gradient(circle at 72% 18%, rgba(223,208,234,0.32), transparent 28%),
    linear-gradient(145deg, var(--dt-purple-deep), #573170);
  border: 1px solid rgba(200,177,125,0.74);
  border-radius: 50%;
  box-shadow: 0 1.2rem 3rem rgba(33,16,47,0.2), 0 0 0 0.35rem rgba(223,208,234,0.3);
}
.dt-practitioner-modal__portrait::after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -13%;
  width: 102%;
  aspect-ratio: 600 / 520;
  color: var(--dt-lilac);
  background: currentColor;
  opacity: 0.28;
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
}
.dt-practitioner-modal__portrait > span { position: absolute; z-index: 2; top: 0.8rem; left: 0.8rem; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; }
.dt-practitioner-modal__portrait > strong { position: relative; z-index: 1; font-size: 3.8rem; font-weight: 260; letter-spacing: -0.09em; }
.dt-practitioner-modal__eyebrow { margin: 0 0 0.55rem; color: #8b6d32; font-size: 0.72rem; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.dt-practitioner-modal__copy h3 { margin: 0; color: var(--dt-purple-deep); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 650; line-height: 1.04; letter-spacing: -0.055em; }
.dt-practitioner-modal__summary { margin: 1.15rem 0 0; color: var(--dt-muted); font-size: 1rem; line-height: 1.72; }
.dt-practitioner-modal__expertise { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.dt-practitioner-modal__expertise li { margin: 0; padding: 0.36rem 0.65rem; color: var(--dt-purple); background: rgba(223,208,234,0.48); border: 1px solid rgba(128,91,160,0.14); border-radius: 999px; font-size: 0.69rem; font-weight: 730; }
.dt-practitioner-modal__link { display: inline-block; margin-top: 1.2rem; color: var(--dt-purple); font-size: 0.84rem; font-weight: 780; text-decoration: none; }
.dt-practitioner-modal__link:hover,
.dt-practitioner-modal__link:focus-visible { color: var(--dt-violet); text-decoration: underline; }

@media (max-width: 680px) {
  .dt-practitioner-modal { padding: 0.75rem; }
  .dt-practitioner-modal__profile { grid-template-columns: 1fr; gap: 1.4rem; padding: 3.2rem 1.35rem 1.8rem; }
  .dt-practitioner-modal__portrait { width: 8.5rem; }
  .dt-practitioner-modal__portrait > strong { font-size: 2.8rem; }
  .dt-practitioner-modal__summary { font-size: 0.94rem; }
}

@keyframes dt-practitioner-detail-in {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* A measured continuous circuit replaces the earlier disconnected lines. */
.dt-team-lens-map {
  min-height: clamp(31rem, 37vw, 36rem);
}

.dt-team-lens {
  width: min(36%, 13.5rem);
  min-height: 6.8rem;
}

.dt-team-lens--one {
  top: 7%;
  left: 5%;
}

.dt-team-lens--two {
  top: 7%;
  right: 5%;
}

.dt-team-lens--three {
  bottom: 7%;
  left: 5%;
}

.dt-team-lens--four {
  right: 5%;
  bottom: 7%;
}

.dt-team-lens-map__centre {
  z-index: 4;
  width: clamp(7.8rem, 11vw, 9rem);
}

.dt-team-circuit {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.dt-team-lens-map.is-dt-circuit-ready .dt-team-circuit {
  opacity: 1;
}

.dt-team-circuit__loop,
.dt-team-circuit__spoke {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition:
    stroke-dashoffset 1250ms var(--dt-ease),
    opacity 240ms ease,
    stroke-width 240ms ease,
    filter 240ms ease;
}

.dt-team-circuit__loop {
  opacity: 0.74;
  stroke-width: 1.45;
}

.dt-team-circuit__spoke {
  opacity: 0.64;
  stroke-width: 1.25;
  transition-delay: 280ms, 0ms, 0ms, 0ms;
}

.dt-team-lens-map.is-dt-circuit-drawn .dt-team-circuit__loop,
.dt-team-lens-map.is-dt-circuit-drawn .dt-team-circuit__spoke {
  stroke-dashoffset: 0;
}

.dt-team-circuit__node {
  opacity: 0;
  fill: var(--dt-gold-soft);
  stroke: rgba(61,29,89,0.78);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 0.32rem rgba(200,177,125,0.68));
  transition: opacity 260ms ease 900ms, r 220ms var(--dt-ease), filter 220ms ease;
}

.dt-team-lens-map.is-dt-circuit-drawn .dt-team-circuit__node {
  opacity: 0.94;
}

.dt-team-lens-map[data-dt-circuit-focus] .dt-team-circuit__loop {
  opacity: 0.82;
}

.dt-team-lens-map[data-dt-circuit-focus="1"] [data-dt-circuit-lens="1"],
.dt-team-lens-map[data-dt-circuit-focus="2"] [data-dt-circuit-lens="2"],
.dt-team-lens-map[data-dt-circuit-focus="3"] [data-dt-circuit-lens="3"],
.dt-team-lens-map[data-dt-circuit-focus="4"] [data-dt-circuit-lens="4"] {
  opacity: 1;
  stroke-width: 2;
  filter: drop-shadow(0 0 0.45rem rgba(223,208,234,0.7));
}

.dt-team-lens-map[data-dt-circuit-focus="1"] circle[data-dt-circuit-lens="1"],
.dt-team-lens-map[data-dt-circuit-focus="2"] circle[data-dt-circuit-lens="2"],
.dt-team-lens-map[data-dt-circuit-focus="3"] circle[data-dt-circuit-lens="3"],
.dt-team-lens-map[data-dt-circuit-focus="4"] circle[data-dt-circuit-lens="4"] {
  r: 5.5px;
}

@media (min-width: 681px) {
  .dt-team-lens::before {
    display: none;
  }
}

@media (max-width: 1180px) {
  .dt-practitioner-orbit__person[data-dt-orbit-offset="-2"],
  .dt-practitioner-orbit__person[data-dt-orbit-offset="2"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="-1"] {
    --dt-orbit-x: calc(0px - clamp(9rem, 24vw, 13rem));
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="1"] {
    --dt-orbit-x: clamp(9rem, 24vw, 13rem);
  }

  .dt-practitioner-orbit__stage {
    min-height: 25rem;
  }
}

@media (max-width: 680px) {
  .dt-practitioner-orbit {
    margin-top: 2.25rem;
    padding: 1.1rem;
    border-radius: var(--dt-radius);
  }

  .dt-practitioner-orbit::after {
    right: 1.1rem;
    left: 1.1rem;
  }

  .dt-practitioner-orbit__focus {
    min-height: 10.8rem;
    padding: 0.4rem 0.4rem 0;
  }

  .dt-practitioner-orbit__position em {
    display: none;
  }

  .dt-practitioner-orbit__role {
    margin-top: 1rem;
    font-size: 0.68rem;
  }

  .dt-practitioner-orbit__detail h3 {
    font-size: clamp(1.72rem, 8.5vw, 2.2rem);
  }

  .dt-practitioner-orbit__contribution {
    font-size: 0.9rem;
  }

  .dt-practitioner-orbit__stage {
    min-height: 20rem;
    margin-right: -1.1rem;
    margin-left: -1.1rem;
  }

  .dt-practitioner-orbit__arc {
    bottom: 3.4rem;
    width: 175%;
    height: 23rem;
  }

  .dt-practitioner-orbit__person {
    width: 10rem;
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="0"] {
    --dt-orbit-top: 5.2rem;
    --dt-orbit-size: 9.4rem;
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="-1"],
  .dt-practitioner-orbit__person[data-dt-orbit-offset="1"] {
    --dt-orbit-top: 3.25rem;
    --dt-orbit-size: 6.25rem;
    opacity: 0.5;
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="-1"] {
    --dt-orbit-x: calc(0px - (50vw - 2.1rem));
  }

  .dt-practitioner-orbit__person[data-dt-orbit-offset="1"] {
    --dt-orbit-x: calc(50vw - 2.1rem);
  }

  .dt-practitioner-orbit__person:not(.is-active) .dt-practitioner-orbit__person-name {
    visibility: hidden;
    opacity: 0;
  }

  .dt-practitioner-orbit__portrait-number {
    top: 0.52rem;
    left: 0.52rem;
    width: 1.65rem;
    font-size: 0.54rem;
  }

  .dt-practitioner-orbit__control {
    top: 62%;
    width: 2.8rem;
    background: rgba(255,255,255,0.92);
  }

  .dt-practitioner-orbit__control--previous {
    left: 0.35rem;
  }

  .dt-practitioner-orbit__control--next {
    right: 0.35rem;
  }

  .dt-practitioner-orbit__navigation {
    margin-top: 0;
    flex-direction: column;
    gap: 0.55rem;
  }

  .dt-practitioner-orbit__navigation > p {
    font-size: 0.67rem;
  }

  .dt-practitioner-roster summary {
    min-height: 4rem;
  }

  .dt-practitioner-roster summary small {
    display: none;
  }

  .dt-practitioner-roster ol {
    grid-template-columns: 1fr;
  }

  .dt-team-lens-map {
    min-height: auto;
  }

  .dt-team-lens-map__centre {
    width: 8.6rem;
  }

  .dt-team-lens,
  .dt-team-lens--one,
  .dt-team-lens--two,
  .dt-team-lens--three,
  .dt-team-lens--four {
    width: 100%;
    min-height: auto;
  }

  .dt-team-lens::before {
    display: none;
  }

  .dt-team-circuit__loop {
    opacity: 0.58;
    stroke-width: 1.2;
  }

  .dt-team-circuit__spoke {
    opacity: 0.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-practitioner-orbit__detail,
  .dt-practitioner-orbit__person,
  .dt-practitioner-orbit__portrait,
  .dt-practitioner-orbit__portrait::after,
  .dt-practitioner-orbit__control,
  .dt-practitioner-orbit__progress-point span,
  .dt-practitioner-roster summary::after,
  .dt-practitioner-roster__item,
  .dt-team-circuit,
  .dt-team-circuit__loop,
  .dt-team-circuit__spoke,
  .dt-team-circuit__node {
    animation: none !important;
    transition: none !important;
  }

  .dt-team-circuit__loop,
  .dt-team-circuit__spoke {
    stroke-dashoffset: 0 !important;
  }
}

@media print {
  .dt-hero .dt-model-visual.dt-model-visual--enhanced {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------
 * Team Page Release v1
 * ---------------------------------------------------------------------- */

.dt-team-page-release .dt-team-hero h1,
.dt-team-single-hero h1 {
  max-width: 18ch;
}

.dt-team-page-release .dt-team-hero .dt-page-hero__lede {
  max-width: 58rem;
}

.dt-team-principle__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(30rem, 0.97fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.dt-team-principle .dt-team-principle__copy {
  width: auto;
  max-width: none !important;
  margin: 0 !important;
}

.dt-team-principle__eyebrow,
.dt-team-roster__eyebrow,
.dt-team-method__eyebrow {
  max-width: none !important;
  margin-bottom: clamp(0.75rem, 1.2vw, 1rem) !important;
  color: var(--dt-violet) !important;
  font-size: clamp(0.82rem, 0.9vw, 0.92rem) !important;
  font-weight: 790 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.035em;
}

.dt-team-method__eyebrow {
  color: var(--dt-lilac) !important;
}

.dt-team-principle__copy p:not(.dt-team-principle__eyebrow) {
  max-width: 48rem;
  text-wrap: pretty;
}

.dt-team-principle__copy p + p {
  margin-top: 1rem;
}

.dt-team-lens-map {
  position: relative;
  isolation: isolate;
  min-height: clamp(31rem, 38vw, 38rem);
  overflow: hidden;
  color: var(--dt-white);
  background:
    radial-gradient(circle at 50% 50%, rgba(168,132,194,0.19), transparent 35%),
    linear-gradient(145deg, var(--dt-purple-ink), var(--dt-purple));
  border: 1px solid rgba(128,91,160,0.36);
  border-radius: var(--dt-radius-lg);
  box-shadow: 0 1.8rem 5rem rgba(33,16,47,0.17);
}

.dt-team-lens-map::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 88%;
  aspect-ratio: 600 / 520;
  color: var(--dt-lilac);
  background: currentColor;
  opacity: 0.1;
  transform: translate(-50%, -50%) rotate(8deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
}

.dt-team-lens-map::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(223,208,234,0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 clamp(2.5rem, 4vw, 4.5rem) rgba(223,208,234,0.035),
    0 0 0 clamp(5rem, 8vw, 9rem) rgba(223,208,234,0.022);
  transform: translate(-50%, -50%);
}

.dt-team-lens-map__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: radial-gradient(circle at 50% 50%, #000 8%, transparent 78%);
}

.dt-team-lens {
  position: absolute;
  z-index: 2;
  width: min(42%, 16rem);
  min-height: 7rem;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055));
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: var(--dt-radius-sm);
  box-shadow: 0 0.8rem 2.4rem rgba(15,6,21,0.12);
  backdrop-filter: blur(9px);
}

.dt-team-lens::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--dt-gold-soft);
  box-shadow: 0 0 1rem rgba(200,177,125,0.65);
}

.dt-team-lens span,
.dt-team-lens small {
  display: block;
}

.dt-team-lens span {
  color: var(--dt-white);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.dt-team-lens small {
  margin-top: 0.5rem;
  color: rgba(255,255,255,0.68);
  font-size: 0.78rem;
  line-height: 1.45;
}

.dt-team-lens--one { top: 8%; left: 7%; }
.dt-team-lens--two { top: 8%; right: 7%; }
.dt-team-lens--three { bottom: 8%; left: 7%; }
.dt-team-lens--four { right: 7%; bottom: 8%; }
.dt-team-lens--one::after { right: -0.28rem; bottom: -0.28rem; }
.dt-team-lens--two::after { bottom: -0.28rem; left: -0.28rem; }
.dt-team-lens--three::after { top: -0.28rem; right: -0.28rem; }
.dt-team-lens--four::after { top: -0.28rem; left: -0.28rem; }

.dt-team-lens-map__centre {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(9.5rem, 14vw, 12.5rem);
  aspect-ratio: 1;
  padding: 1rem;
  place-content: center;
  color: var(--dt-purple-deep);
  background: radial-gradient(circle at 36% 28%, var(--dt-white), var(--dt-lilac));
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.55rem rgba(223,208,234,0.08),
    0 0 2.8rem rgba(168,132,194,0.36);
  text-align: center;
  transform: translate(-50%, -50%);
}

.dt-team-lens-map__centre span,
.dt-team-lens-map__centre strong {
  display: block;
}

.dt-team-lens-map__centre span {
  font-size: 0.7rem;
  font-weight: 790;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dt-team-lens-map__centre strong {
  margin-top: 0.22rem;
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.dt-team-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.45rem);
  width: 100%;
  max-width: none !important;
}

.dt-team-profile-grid > .dt-team-profile:last-child:nth-child(3n + 1) {
  grid-column: 2;
}

.dt-team-profile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--dt-white);
  border: 1px solid var(--dt-line);
  border-radius: var(--dt-radius);
  box-shadow: var(--dt-shadow-sm);
  transition: transform 220ms var(--dt-ease), border-color 180ms ease, box-shadow 220ms ease;
}

.dt-team-profile:hover,
.dt-team-profile:focus-within {
  border-color: rgba(128,91,160,0.44);
  box-shadow: var(--dt-glow), var(--dt-shadow);
  transform: translateY(-4px);
}

.dt-team-profile__portrait {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--dt-white);
  background:
    radial-gradient(circle at 76% 16%, rgba(223,208,234,0.24), transparent 31%),
    linear-gradient(145deg, var(--dt-purple-deep), #4d2968);
}

.dt-team-profile__portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
  mask-image: linear-gradient(135deg, #000, transparent 76%);
}

.dt-team-profile__portrait::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -22%;
  bottom: -8%;
  width: 92%;
  aspect-ratio: 600 / 520;
  color: var(--dt-lilac);
  background: currentColor;
  opacity: 0.25;
  pointer-events: none;
  transform: rotate(-9deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  transition: opacity 220ms ease, transform 320ms var(--dt-ease);
}

.dt-team-profile.has-headshot .dt-team-profile__portrait::before {
  background: linear-gradient(180deg, transparent 52%, rgba(23,11,33,0.48));
  mask-image: none;
}

.dt-team-profile.has-headshot .dt-team-profile__portrait::after {
  opacity: 0.11;
}

.dt-team-profile:hover .dt-team-profile__portrait::after,
.dt-team-profile:focus-within .dt-team-profile__portrait::after {
  opacity: 0.36;
  transform: rotate(-5deg) scale(1.03);
}

.dt-team-profile.has-headshot:hover .dt-team-profile__portrait::after,
.dt-team-profile.has-headshot:focus-within .dt-team-profile__portrait::after {
  opacity: 0.18;
}

.dt-team-profile__portrait-link {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
}

.dt-team-profile__portrait img,
.dt-team-profile__portrait-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.02);
  transition: transform 420ms var(--dt-ease), filter 280ms ease;
}

.dt-team-profile:hover .dt-team-profile__portrait img,
.dt-team-profile:focus-within .dt-team-profile__portrait img {
  filter: saturate(0.95) contrast(1.02);
  transform: scale(1.025);
}

.dt-team-profile__initials {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--dt-lilac);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 260;
  line-height: 1;
  letter-spacing: -0.085em;
  text-shadow: 0 0 2rem rgba(223,208,234,0.12);
}

.dt-team-profile__index {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  min-width: 2.4rem;
  min-height: 2.4rem;
  align-items: center;
  justify-content: center;
  color: var(--dt-white);
  background: rgba(33,16,47,0.62);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 790;
  letter-spacing: 0.08em;
  backdrop-filter: blur(7px);
}

.dt-team-profile__body {
  min-height: 11rem;
  padding: clamp(1.35rem, 2vw, 1.75rem);
}

.dt-team-profile__role {
  margin: 0;
  color: #8b6d32;
  font-size: 0.8rem;
  font-weight: 790;
  line-height: 1.45;
  letter-spacing: 0.035em;
}

.dt-team-profile h3 {
  margin: 0.65rem 0 0;
  color: var(--dt-ink);
  font-size: clamp(1.24rem, 1.55vw, 1.55rem);
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.dt-team-profile h3 a {
  color: inherit;
  text-decoration: none;
}

.dt-team-profile__contribution {
  margin: 1rem 0 0;
  color: var(--dt-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.dt-team-profile__expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.dt-team-profile__expertise li {
  margin: 0;
  padding: 0.36rem 0.62rem;
  color: var(--dt-purple);
  background: var(--dt-lilac-soft);
  border: 1px solid rgba(128,91,160,0.13);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.25;
}

.dt-team-profile__link {
  margin: 1.25rem 0 0;
}

.dt-team-profile__link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--dt-purple);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
}

.dt-team-profile__link a:hover,
.dt-team-profile__link a:focus-visible {
  color: var(--dt-violet);
  text-decoration: underline;
}

.dt-team-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.25rem);
}

.dt-team-stage {
  position: relative;
  min-height: 17rem;
  padding: clamp(1.35rem, 2vw, 1.75rem);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.042));
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--dt-radius);
  backdrop-filter: blur(8px);
  transition: transform 220ms var(--dt-ease), border-color 180ms ease, box-shadow 220ms ease;
}

.dt-team-stage::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  bottom: -3.5rem;
  width: 9rem;
  aspect-ratio: 1;
  border: 1px solid rgba(223,208,234,0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 1.5rem rgba(223,208,234,0.025), 0 0 0 3rem rgba(223,208,234,0.016);
}

.dt-team-stage:hover,
.dt-team-stage:focus-within {
  border-color: rgba(223,208,234,0.32);
  box-shadow: var(--dt-glow-dark);
  transform: translateY(-3px);
}

.dt-team-stage > span {
  color: var(--dt-gold-soft);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.dt-team-stage h3 {
  max-width: 14ch;
  margin: clamp(2.5rem, 4vw, 3.4rem) 0 0;
  color: var(--dt-white);
  font-size: clamp(1.16rem, 1.45vw, 1.42rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.dt-team-stage p {
  position: relative;
  z-index: 1;
  margin: 0.9rem 0 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  line-height: 1.68;
}

.dt-team-statement .dt-quote-band__statement {
  max-width: 42ch;
}

.dt-team-cta .dt-kicker {
  color: var(--dt-violet);
}

/* Approved individual profile pages. */
.dt-team-single__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.dt-team-single__aside {
  position: sticky;
  top: 8rem;
}

.dt-team-single__portrait {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--dt-lilac);
  background:
    radial-gradient(circle at 76% 16%, rgba(223,208,234,0.24), transparent 31%),
    linear-gradient(145deg, var(--dt-purple-deep), #4d2968);
  border-radius: var(--dt-radius);
  box-shadow: var(--dt-shadow);
}

.dt-team-single__portrait::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -20%;
  bottom: -7%;
  width: 92%;
  aspect-ratio: 600 / 520;
  color: var(--dt-lilac);
  background: currentColor;
  opacity: 0.18;
  transform: rotate(-8deg);
  -webkit-mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
  mask: var(--dt-bridge-motif-mask) center / contain no-repeat;
}

.dt-team-single__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.dt-team-single__portrait > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--dt-lilac);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 250;
  letter-spacing: -0.09em;
}

.dt-team-single__back {
  margin: 1.25rem 0 0;
}

.dt-team-single__back a,
.dt-team-single__linkedin a {
  color: var(--dt-purple);
  font-weight: 760;
  text-decoration: none;
}

.dt-team-single__back a:hover,
.dt-team-single__linkedin a:hover {
  color: var(--dt-violet);
  text-decoration: underline;
}

.dt-team-single__content {
  max-width: 52rem;
}

.dt-team-single__eyebrow {
  margin: 0;
  color: var(--dt-violet);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dt-team-single__contribution {
  margin: 1.2rem 0 0;
  color: var(--dt-purple);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 620;
  line-height: 1.35;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.dt-team-single__biography {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.dt-team-single__biography p,
.dt-team-single__biography li {
  color: var(--dt-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.dt-team-single__expertise {
  margin-top: clamp(2.3rem, 4vw, 3.3rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--dt-line);
}

.dt-team-single__expertise h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.dt-team-single__expertise ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.dt-team-single__expertise li {
  margin: 0;
  padding: 0.58rem 0.82rem;
  color: var(--dt-purple);
  background: var(--dt-lilac-soft);
  border: 1px solid rgba(128,91,160,0.15);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 720;
}

.dt-team-single__linkedin {
  margin: 2rem 0 0;
}

@media (max-width: 1180px) {
  .dt-team-principle__layout {
    grid-template-columns: 1fr;
  }

  .dt-team-principle .dt-team-principle__copy {
    max-width: 68rem !important;
  }

  .dt-team-lens-map {
    width: min(100%, 58rem);
    min-height: 34rem;
  }

  .dt-team-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-team-stage {
    min-height: 14rem;
  }
}

@media (max-width: 960px) {
  .dt-team-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-team-profile-grid > .dt-team-profile:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }

  .dt-team-profile-grid > .dt-team-profile:last-child:nth-child(2n + 1) {
    grid-column: 1 / -1;
    width: calc(50% - 0.75rem);
    justify-self: center;
  }

  .dt-team-single__layout {
    grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.18fr);
    gap: 3rem;
  }
}

@media (max-width: 680px) {
  .dt-team-principle__layout {
    gap: 2.5rem;
  }

  .dt-team-principle .dt-team-principle__copy {
    padding-top: 4.1rem;
  }

  .dt-team-lens-map {
    display: grid;
    min-height: auto;
    padding: 1rem;
    gap: 0.75rem;
  }

  .dt-team-lens-map::before,
  .dt-team-lens-map::after,
  .dt-team-lens-map__grid {
    opacity: 0.05;
  }

  .dt-team-lens,
  .dt-team-lens--one,
  .dt-team-lens--two,
  .dt-team-lens--three,
  .dt-team-lens--four {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }

  .dt-team-lens::after {
    display: none;
  }

  .dt-team-lens-map__centre {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 1;
    width: 9.5rem;
    margin: 1rem auto 1.25rem;
    transform: none;
  }

  .dt-team-profile-grid,
  .dt-team-stage-grid {
    grid-template-columns: 1fr;
  }

  .dt-team-profile-grid > .dt-team-profile:last-child:nth-child(2n + 1),
  .dt-team-profile-grid > .dt-team-profile:last-child:nth-child(3n + 1) {
    grid-column: auto;
    width: auto;
  }

  .dt-team-profile__body {
    min-height: auto;
  }

  .dt-team-stage {
    min-height: 13rem;
  }

  .dt-team-single__layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .dt-team-single__aside {
    position: static;
  }

  .dt-team-single__portrait {
    width: min(100%, 28rem);
  }
}

/* -------------------------------------------------------------------------
 * Release 1.5.0 — Team visual repair and structured-elevation motion
 * ---------------------------------------------------------------------- */

/*
 * WordPress gives children of a constrained Group automatic inline margins.
 * The lens map contains only positioned children, so those auto margins can
 * collapse its intrinsic inline size on the live page. Keep it as a full,
 * explicit grid item without changing the saved Team-page content.
 */
.dt-team-principle__layout > .dt-team-lens-map {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  align-self: center;
  justify-self: stretch;
}

/* Make the four lenses read as one connected analytical system. */
.dt-team-lens {
  overflow: visible;
  transition:
    transform 240ms var(--dt-ease),
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 260ms ease;
}

.dt-team-lens::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1px;
  height: clamp(5rem, 10vw, 8rem);
  pointer-events: none;
  box-shadow: 0 0 0.65rem rgba(223,208,234,0.18);
}

.dt-team-lens span,
.dt-team-lens small {
  position: relative;
  z-index: 1;
}

.dt-team-lens--one::before,
.dt-team-lens--two::before {
  top: 100%;
  background: linear-gradient(to bottom, rgba(200,177,125,0.72), rgba(223,208,234,0.24));
}

.dt-team-lens--three::before,
.dt-team-lens--four::before {
  bottom: 100%;
  background: linear-gradient(to top, rgba(200,177,125,0.72), rgba(223,208,234,0.24));
}

.dt-team-lens--one::before,
.dt-team-lens--three::before {
  right: 0;
}

.dt-team-lens--two::before,
.dt-team-lens--four::before {
  left: 0;
}

@media (hover: hover) and (pointer: fine) {
  .dt-team-lens:hover {
    background: linear-gradient(145deg, rgba(255,255,255,0.145), rgba(255,255,255,0.072));
    border-color: rgba(223,208,234,0.3);
    box-shadow: 0 0 1.8rem rgba(168,132,194,0.18), 0 0.9rem 2.6rem rgba(15,6,21,0.15);
    transform: translateY(-2px);
  }
}

/*
 * The motion layer is progressive enhancement. Content is visible by default;
 * JavaScript adds dt-motion-enabled only when IntersectionObserver and the
 * independent translate/scale properties are supported and motion is allowed.
 */
@supports (translate: 0 0) {
  html.dt-motion-enabled .dt-motion-surface .dt-motion-card {
    --dt-motion-delay: 0ms;
    --dt-motion-enter-y: 1.25rem;
    --dt-motion-float-y: 0px;
    opacity: 0;
    translate: 0 calc(var(--dt-motion-enter-y) + var(--dt-motion-float-y));
    scale: 0.992;
    transition-property: opacity, translate, scale, transform, border-color, box-shadow;
    transition-duration: 560ms, 720ms, 720ms, 220ms, 220ms, 240ms;
    transition-timing-function: ease, var(--dt-ease), var(--dt-ease), var(--dt-ease), ease, ease;
    transition-delay: var(--dt-motion-delay), var(--dt-motion-delay), var(--dt-motion-delay), 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-motion-surface .dt-motion-card.is-dt-motion-visible {
    --dt-motion-enter-y: 0rem;
    opacity: 1;
    scale: 1;
  }

  html.dt-motion-enabled .dt-motion-surface .dt-motion-card.is-dt-motion-near {
    will-change: translate;
  }

  /* The lens scene resolves from four disciplines into one central outcome. */
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens,
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens-map__centre {
    opacity: 0;
    scale: 0.985;
    transition:
      opacity 520ms ease,
      translate 680ms var(--dt-ease),
      scale 680ms var(--dt-ease),
      transform 240ms var(--dt-ease),
      background-color 240ms ease,
      border-color 240ms ease,
      box-shadow 260ms ease;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--one {
    translate: -0.55rem -0.42rem;
    transition-delay: 180ms, 180ms, 180ms, 0ms, 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--two {
    translate: 0.55rem -0.42rem;
    transition-delay: 240ms, 240ms, 240ms, 0ms, 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--three {
    translate: -0.55rem 0.42rem;
    transition-delay: 300ms, 300ms, 300ms, 0ms, 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--four {
    translate: 0.55rem 0.42rem;
    transition-delay: 360ms, 360ms, 360ms, 0ms, 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens-map__centre {
    translate: 0 0.35rem;
    scale: 0.96;
    transition-delay: 100ms, 100ms, 100ms, 0ms, 0ms, 0ms, 0ms;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens,
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens-map__centre {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible::before {
    animation: dt-team-lens-ambient 22s ease-in-out infinite alternate;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens-map__centre {
    animation: dt-team-centre-ambient 9s ease-in-out 1.1s infinite;
  }
}

@keyframes dt-team-lens-ambient {
  from { transform: translate(-50%, -50%) rotate(8deg) scale(1); }
  to { transform: translate(-50.4%, -49.6%) rotate(9.4deg) scale(1.012); }
}

@keyframes dt-team-centre-ambient {
  0%, 100% {
    box-shadow:
      0 0 0 0.55rem rgba(223,208,234,0.08),
      0 0 2.8rem rgba(168,132,194,0.36);
  }
  50% {
    box-shadow:
      0 0 0 0.65rem rgba(223,208,234,0.095),
      0 0 3.25rem rgba(168,132,194,0.43);
  }
}

@media (max-width: 680px) {
  .dt-team-lens::before {
    display: none;
  }

  @supports (translate: 0 0) {
    html.dt-motion-enabled .dt-motion-surface .dt-motion-card {
      --dt-motion-enter-y: 0.8rem;
      scale: 1;
    }

    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--one,
    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--two,
    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--three,
    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens--four,
    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens-map__centre {
      translate: 0 0.5rem;
    }

    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens,
    html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens-map__centre {
      translate: 0 0;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html.dt-motion-enabled .dt-motion-surface .dt-motion-card,
  html.dt-motion-enabled .dt-motion-surface .dt-motion-card.is-dt-motion-visible,
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens,
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card .dt-team-lens-map__centre {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
    animation: none !important;
    transition: none !important;
  }

  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible::before,
  html.dt-motion-enabled .dt-team-lens-map.dt-motion-card.is-dt-motion-visible .dt-team-lens-map__centre {
    animation: none !important;
  }
}
