.elementor-kit-6{--e-global-color-primary:#1795D3;--e-global-color-secondary:#11648F;--e-global-color-text:#3A3A38;--e-global-color-accent:#137BB0;--e-global-color-cdcd192:#161615;--e-global-color-3ccdd58:#6B6B68;--e-global-color-d72f622:#8E8E8A;--e-global-color-dbb2a28:#FBFBFA;--e-global-color-f6f8a23:#F6F6F4;--e-global-color-0b5b633:#FFFFFF;--e-global-color-80f9cb5:#161615;--e-global-color-93bc750:#E1E1DE;--e-global-color-a230d1b:#B6B6B2;--e-global-color-8afc071:#EEF7FC;--e-global-color-6645a2f:#D6ECF6;--e-global-color-c449d23:#7CC0E0;--e-global-color-7036925:#3B8A5A;--e-global-color-247658f:#B58324;--e-global-color-bfc3fe1:#B44B3C;--e-global-typography-primary-font-family:"Source Sans 3";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1.05em;--e-global-typography-primary-letter-spacing:-0.03em;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Source Serif 4";--e-global-typography-accent-font-weight:400;--e-global-typography-43926aa-font-family:"JetBrains Mono";--e-global-typography-631e9d1-font-family:"Source Sans 3";--e-global-typography-631e9d1-font-size:22px;--e-global-typography-631e9d1-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h4{color:var( --e-global-color-cdcd192 );font-family:"Source Sans 3", Sans-serif;font-size:22px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --FG-4:#8E8E8A; }
/* Start custom CSS *//* Elementor deltas — append after colors_and_type.css */

/* Eyebrow variant with leading rule — site-specific.
   (Design system ships .eyebrow without the rule; the marketing
   surface adds the 28px line. Don't replace .eyebrow — coexist.) */
.eyebrow-rule {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--brand-700);
}
.eyebrow-rule::before {
  content: ""; width: 28px; height: 1px; background: var(--brand-500);
}

/* Elementor form fields don't honor the design system's input
   focus rule out of the box — force the brand focus ring. */
input:focus, select:focus, textarea:focus, .elementor-field:focus {
  outline: none !important;
  border-color: var(--brand-500) !important;
  box-shadow: 0 0 0 3px rgba(23,149,211,0.25) !important;
}

/* In-prose CTA link with right-arrow micro-interaction.
   Site-specific; only used inside content. */
.btn-link, a.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand-600); font-weight: 600; font-size: 14px;
  text-decoration: none;
}
.btn-link .arrow { transition: transform 200ms; }
.btn-link:hover .arrow { transform: translateX(3px); }

/* Developer / partner card — used by the §3.4 hand-built grid
   on the Home and §4.3 Our developers pages. Same wrapper recipe
   as .program-card (border, radius, shadow, hover lift), but
   without the colored plate — the accent is a small tile inside
   the body, sitting above the title. Works inside a Loop Item
   template too (see §4.1) if the count grows past ~12. */
.dev-card {
  display: flex; flex-direction: column;
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px;
  box-shadow: var(--shadow-xs);
  padding: 28px;
  min-height: 280px;
  transition: all 200ms cubic-bezier(0.2,0,0,1);
}
.dev-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--neutral-200);
  transform: translateY(-2px);
}
.dev-card .accent {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-serif); font-style: italic;
  font-size: 18px; font-weight: 500;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.dev-card h4,
.dev-card h4.elementor-heading-title,
.dev-card .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-sans);
  font-size: 19px; font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-fg-1);
  margin: 0 0 8px;
}
.dev-card .industry {
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--color-fg-3);
  margin-bottom: 14px;
}
.dev-card p {
  font-size: 14px; line-height: 1.6;
  color: var(--color-fg-2);
  margin: 0 0 20px;
  flex-grow: 1;
}
.dev-card .visit {
  font-size: 13px; font-weight: 600;
  color: var(--brand-600);
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto;
}
.dev-card .visit .arrow {
    transition: transform 200ms cubic-bezier(0.2,0,0,1);
}
.dev-card:hover .visit .arrow { transform: translateX(3px);
}

/* Program card — feature card for §3.3. Three-up grid on the
   Home page. Differentiates from .dev-card by adding a tinted
   "plate" header strip (the program's accent tone) above a
   white body. Tags and CTA are the same primitives used
   elsewhere; everything else is local. */
.program-card {
  display: flex; flex-direction: column;
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px; overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all 200ms cubic-bezier(0.2,0,0,1);
}
.program-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--neutral-200);
  transform: translateY(-2px);
}
.program-plate {
  display: flex; align-items: center; gap: 18px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--neutral-150);
  /* background-color set inline per program (light tint) */
}
.program-mark {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: 36px; line-height: 1; letter-spacing: -0.025em;
  flex-shrink: 0;
  /* color set inline per program (accent) */
}
.program-plate-meta { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.program-name {
  font-family: var(--font-sans); font-size: 21px; font-weight: 600;
  letter-spacing: -0.015em; color: var(--color-fg-1); line-height: 1.15;
}
.program-label {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--color-fg-3);
}
.program-body {
  display: flex; flex-direction: column; gap: 14px;
  padding: 24px 28px 26px; flex: 1;
}
.program-tagline {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 19px; line-height: 1.35; letter-spacing: -0.005em;
  color: var(--color-fg-1); margin: 0;
}
.program-blurb {
  font-size: 14.5px; line-height: 1.65; color: var(--color-fg-2);
  margin: 0;
}
.program-tags { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 4px; }
.program-tag {
  display: inline-flex; align-items: center;
  font-size: 11.5px; font-weight: 500; color: var(--color-fg-2);
  background: var(--neutral-50);
  border: 1px solid var(--neutral-150);
  border-radius: 999px; padding: 4px 10px;
  white-space: nowrap;
}
.program-cta {
  margin-top: auto; padding-top: 8px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; align-self: flex-start;
  /* color set inline per program (accent) */
}
.program-cta .arrow { transition: transform 200ms; }
.program-card:hover .program-cta .arrow { transform: translateX(3px); }

/* Hero art panel — full-bleed landscape photo used in the home
   hero (§3.1 col 2). Site-level recipe; paired with the Image
   widget instruction in §3.1. The photo IS the visual; the
   .hero-art-overlay is a gentle bottom darkening pass so the
   page background and surrounding type don't fight it. */
.hero-art {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--brand-100) 0%, var(--neutral-100) 100%);
  border: 1px solid var(--neutral-150);
  box-shadow: var(--shadow-md);
}
.hero-art img,
.hero-art-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  display: block;
}
.hero-art-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 22, 32, 0) 60%,
      rgba(15, 22, 32, 0.18) 100%),
    linear-gradient(160deg, rgba(23,149,211,0.06) 0%, rgba(0,0,0,0) 50%);
  pointer-events: none;
}

/* Our programs page — §5. Three primitives:
   - .programs-toc            : anchor-link grid under the page header
   - .program-deep-*          : the per-program deep-dive block
                                (plate header + 2-col body)
   - .program-fact-card / .program-facts : at-a-glance dl in the aside
   The pull quote reuses one element (.program-deep-quote) — its
   border-left-color is set inline per program. */
.programs-toc {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  margin-top: 36px; max-width: 880px;
}
.programs-toc-link {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 18px;
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 150ms cubic-bezier(0.2,0,0,1),
              transform   150ms cubic-bezier(0.2,0,0,1);
}
.programs-toc-link:hover {
  border-color: var(--neutral-200);
  transform: translateY(-1px);
  text-decoration: none;
}
.programs-toc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  display: inline-block; margin-bottom: 2px;
  /* background set inline per link (accent) */
}
.programs-toc-name {
  font-size: 15px; font-weight: 600; color: var(--color-fg-1);
  letter-spacing: -0.01em;
}
.programs-toc-label {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--color-fg-3);
}

.program-deep {
  padding: 80px 0;
  border-top: 1px solid var(--neutral-150);
  scroll-margin-top: 80px; /* clear sticky header on anchor jump */
}
.program-deep--sunken {
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-150);
  border-bottom: 1px solid var(--neutral-150);
}
.program-deep-plate {
  display: flex; align-items: center; gap: 28px;
  padding: 32px 36px;
  border-radius: 12px;
  margin-bottom: 48px;
  /* background + border-color set inline per program (light tint) */
}
.program-deep-mark {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: 64px; line-height: 1; letter-spacing: -0.03em;
  flex-shrink: 0;
  /* color set inline per program (accent) */
}
.program-deep-head { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.program-deep-eyebrow {
  font-family: var(--font-mono); font-size: 12px;
  font-weight: 500; letter-spacing: 0.04em;
  /* color set inline per program (accent) */
}
.program-deep-name {
  font-family: var(--font-sans); font-size: 42px; font-weight: 600;
  letter-spacing: -0.025em; line-height: 1.05;
  color: var(--color-fg-1); margin: 0;
}
.program-deep-tagline {
  font-family: var(--font-serif); font-style: italic;
  font-size: 21px; line-height: 1.35; letter-spacing: -0.005em;
  color: var(--color-fg-2); margin: 0;
}
.program-deep-grid {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 64px;
  align-items: start;
}
.program-deep-prose { max-width: 64ch; }
.program-deep-prose h3 {
  font-size: 13px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--color-fg-3);
  margin: 32px 0 10px;
}
.program-deep-prose h3:first-child { margin-top: 0; }
.program-deep-prose p {
  font-size: 16px; line-height: 1.7; color: var(--color-fg-2);
  margin: 0 0 14px;
}
.program-deep-actions {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 36px;
}
.program-deep-actions .btn-primary { color: white; }
.program-deep-actions .btn-primary:hover { filter: brightness(0.92); color: white; }

.program-deep-aside {
  display: flex; flex-direction: column; gap: 24px;
  position: sticky; top: 88px;
}
.program-fact-card {
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px; padding: 24px 24px 20px;
  box-shadow: var(--shadow-xs);
}
.program-fact-eyebrow {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--color-fg-3);
  margin-bottom: 14px; padding-bottom: 14px;
  border-bottom: 1px solid var(--neutral-150);
}
.program-facts {
  display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  column-gap: 18px; row-gap: 12px; margin: 0;
}
.program-facts dt {
  font-size: 12px; font-weight: 600; color: var(--color-fg-3);
  text-transform: uppercase; letter-spacing: 0.06em;
  padding-top: 2px;
}
.program-facts dd {
  margin: 0; font-size: 14px; color: var(--color-fg-1);
  font-weight: 500; line-height: 1.4;
}
.program-deep-quote {
  font-family: var(--font-serif); font-style: italic;
  margin: 0; padding: 4px 0 4px 20px;
  border-left: 2px solid var(--brand-500);
  /* border-left-color overridden inline per program (accent) */
}
.program-deep-quote p {
  font-size: 18px; line-height: 1.45; color: var(--color-fg-1);
  margin: 0 0 10px;
}
.program-deep-quote cite {
  display: block; font-style: normal; font-family: var(--font-sans);
  font-size: 12px; color: var(--color-fg-3);
}
@media (max-width: 960px) {
  .programs-toc { grid-template-columns: 1fr; }
  .program-deep-grid { grid-template-columns: 1fr; gap: 40px; }
  .program-deep-aside { position: static; }
  .program-deep-plate { flex-direction: column; align-items: flex-start; gap: 16px; padding: 28px; }
  .program-deep-name { font-size: 34px; }
  .program-deep-mark { font-size: 48px; }
}

/* Research card — Our research page. Same wrapper shape as
   .program-card (§0.4) but the colored plate is replaced
   with a 16:9 image header carrying the product name in
   white over a dark gradient overlay. */
.research-card {
  display: flex; flex-direction: column;
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px; overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all 200ms cubic-bezier(0.2,0,0,1);
}
.research-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--neutral-200);
  transform: translateY(-2px);
}

.research-plate {
  position: relative;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: var(--neutral-200); /* fallback */
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 22px 24px 20px;
  color: #ffffff;
  border-bottom: 1px solid var(--neutral-150);
}
.research-plate::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(15,22,32,0)   0%,
    rgba(15,22,32,.20) 45%,
    rgba(15,22,32,.62) 80%,
    rgba(15,22,32,.80) 100%);
  pointer-events: none;
}
.research-plate-meta {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.research-card .research-eyebrow,
.research-card .research-eyebrow .elementor-heading-title,
.research-card .research-eyebrow .elementor-widget-container,
.research-card .research-eyebrow .elementor-widget-container > p {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,.86);
  margin: 0;
}
.research-card .research-eyebrow::before,
.research-card .research-eyebrow .elementor-heading-title::before,
.research-card .research-eyebrow .elementor-widget-container > p::before {
  content: ""; width: 20px; height: 1px;
  background: rgba(255,255,255,.65);
}
/* Each text rule is scoped under .research-card so its specificity
   becomes (0,3,0), beating Elementor's per-widget rule
   .elementor-widget-heading .elementor-heading-title at (0,2,0).
   This matters because Elementor's per-widget CSS is injected
   INLINE near each widget — i.e. AFTER your Site Settings Custom
   CSS in source order — so a tie on specificity loses on cascade. */
.research-card .research-name,
.research-card .research-name .elementor-heading-title {
  font-family: var(--font-sans);
  font-size: 24px; font-weight: 600;
  letter-spacing: -0.018em; line-height: 1.15;
  color: #ffffff; margin: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.research-body {
  display: flex; flex-direction: column; gap: 18px;
  padding: 22px 24px 24px; flex: 1;
}
.research-facts {
  display: grid;
  grid-template-columns: minmax(0,max-content) minmax(0,1fr);
  column-gap: 18px; row-gap: 10px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--neutral-100);
}
.research-facts dt, .research-fact-label {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--color-fg-3);
  padding-top: 3px; white-space: nowrap;
}
.research-facts dd, .research-fact-value {
  margin: 0;
  font-size: 14px; line-height: 1.4;
  color: var(--color-fg-1); font-weight: 500;
}
.research-facts dd.is-mono, .research-fact-value.is-mono {
  font-family: var(--font-mono);
  font-size: 12.5px; font-weight: 400;
  letter-spacing: 0.01em;
}
.research-card .research-aims-label,
.research-card .research-aims-label .elementor-heading-title,
.research-card .research-aims-label .elementor-widget-container > p {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--color-fg-3);
  margin: 0 0 6px;
}
.research-card .research-aims,
.research-card .research-aims .elementor-widget-container,
.research-card .research-aims .elementor-widget-container > p {
  font-size: 14.5px; line-height: 1.65;
  color: var(--color-fg-2); margin: 0;
}
.research-cta {
  margin-top: auto; padding-top: 4px;
  font-size: 13px; font-weight: 600;
  color: var(--brand-600); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;
  white-space: nowrap;
}
.research-cta:hover { color: var(--brand-700); text-decoration: none; }
.research-cta .arrow { transition: transform 200ms cubic-bezier(0.2,0,0,1); }
.research-card:hover .research-cta .arrow { transform: translateX(3px); }

/* Page grid host on /research */
.research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  .research-grid { grid-template-columns: 1fr; }
}

/* Value card — About §6.2. Same wrapper shape as .program-card
   but the plate is a tinted strip with an icon + name on one
   row; the body is a single paragraph of description. */
.value-card {
  display: flex; flex-direction: column;
  background: var(--color-bg-elevated);
  border: 1px solid var(--neutral-150);
  border-radius: 10px; overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all 200ms cubic-bezier(0.2,0,0,1);
}
.value-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--neutral-200);
  transform: translateY(-2px);
}
.value-plate {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--neutral-150);
}
.value-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.value-icon svg { width: 100%; height: 100%; display: block; }
.value-card .value-name,
.value-card .value-name.elementor-heading-title,
.value-card .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-sans);
  font-size: 18px; font-weight: 600;
  letter-spacing: -0.01em; line-height: 1.2;
  color: var(--color-fg-1); margin: 0;
}
.value-body { padding: 22px 24px 26px; flex: 1; }
.value-card .value-body,
.value-card .value-body p,
.value-card .value-body .elementor-widget-container,
.value-card .value-body .elementor-widget-container > p {
  font-size: 15px; line-height: 1.65;
  color: var(--color-fg-2); margin: 0;
}/* End custom CSS */