.secondary-body[data-page="funding"],
.funding-page {
  --funding-ink: #181714;
  --funding-muted: #6f6a64;
  --funding-line: rgba(36, 31, 27, 0.12);
  --funding-peach: #fbebdd;
  --funding-orange: #ff7d42;
  --funding-yellow: #ffc95e;
  --funding-gradient: linear-gradient(110deg, #ffc95e 0%, #ff9744 54%, #ff7048 100%);
}


.secondary-body[data-page="funding"] {
  color: var(--funding-ink);
  background: #fffdfb;
}


.funding-page {
  width: min(1850px, calc(100% - (var(--page-gutter) * 2)));
  padding-top: 32px;
  overflow: visible;
  color: var(--funding-ink);
}


.funding-page *,
.funding-page *::before,
.funding-page *::after {
  box-sizing: border-box;
}


.funding-page section {
  scroll-margin-top: 100px;
}


.funding-page h1,
.funding-page h2,
.funding-page h3,
.funding-page p,
.funding-page dl,
.funding-page dd,
.funding-page ul {
  margin: 0;
}


.funding-page ul {
  padding: 0;
  list-style: none;
}


.funding-page .section-label {
  color: var(--funding-orange);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: uppercase;
}


.funding-page .funding-section-heading h2 {
  font-size: 40px;
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: 0;
}


.funding-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 5.2vw, 88px);
  padding: 16px 0 72px;
}


.funding-hero-media {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}


.funding-scope-picture {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--funding-peach);
}


.funding-hero-picture {
  position: relative;
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  background: var(--funding-peach);
}


.funding-hero-picture img,
.funding-scope-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--funding-image-position, center);
}


.funding-media > img[hidden] {
  display: none;
}


.funding-media.is-image-missing {
  background: linear-gradient(135deg, #fffaf1 0%, #fbebdd 58%, #f8d8c1 100%);
}


.funding-media.is-image-missing::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14%;
  left: 14%;
  height: 1px;
  background: rgba(222, 107, 52, 0.64);
  box-shadow: 0 -18px 0 rgba(222, 107, 52, 0.28), 0 18px 0 rgba(222, 107, 52, 0.28);
  transform: translateY(-50%);
}


.funding-hero-content {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  display: grid;
  gap: 20px;
  min-width: 0;
  max-width: 620px;
  padding-top: 0;
}


.funding-hero-content h1 {
  font-size: 64px;
  font-weight: 680;
  line-height: 1;
  letter-spacing: 0;
}


.funding-hero-content .funding-hero-headline {
  max-width: none;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0;
}


@media (min-width: 981px) {
  .funding-hero-content .funding-hero-headline {
    width: min(620px, calc(100% + clamp(36px, 5.2vw, 88px)));
  }
}


.funding-hero-content > p:not(.section-label) {
  max-width: 58ch;
  color: var(--funding-muted);
  font-size: 17px;
  line-height: 1.85;
}


.funding-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}


.funding-button {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--funding-line);
  border-radius: 999px;
  color: var(--funding-ink);
  background: transparent;
  background-size: 240% 240%;
  background-position: 0% 50%;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-rendering: geometricPrecision;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    background-position 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease,
    color 0.25s ease;
}


.funding-button-primary {
  border: 0;
  color: #191919;
  background-color: var(--funding-orange);
  background-image: var(--button-flow, linear-gradient(120deg, #ffc24d 0%, #ff8a3d 28%, #f45f45 50%, #ff8a3d 72%, #ffc24d 100%));
  box-shadow: 0 14px 35px rgba(255, 138, 61, 0.26);
}


.funding-button-primary:hover,
.funding-button-primary:focus-visible {
  color: #191919;
  background-position: 100% 50%;
  box-shadow: 0 14px 35px rgba(255, 138, 61, 0.34);
}


.funding-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 8px;
  color: var(--funding-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 320ms cubic-bezier(0.22, 1, 0.36, 1);
}


.funding-text-link:hover,
.funding-text-link:focus-visible {
  color: var(--funding-orange);
}


.funding-features,
.funding-process,
.funding-risk-assessment,
.funding-case-management,
.funding-leadership,
.funding-cases,
.funding-faq,
.funding-assurances {
  padding: 104px 0;
}


.funding-process > .funding-section-heading {
  margin-bottom: clamp(40px, 5vw, 72px);
}


.funding-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(54px, 6vw, 92px) clamp(38px, 5vw, 84px);
}


.funding-feature-item {
  min-width: 0;
  padding: 0;
}


.funding-feature-icon {
  display: block;
  width: 42px;
  height: 42px;
  color: var(--funding-orange);
  transition: color 340ms cubic-bezier(0.22, 1, 0.36, 1);
}


.funding-risk-dimension > span {
  display: block;
  color: var(--funding-orange);
  font-size: 13px;
  font-weight: 400;
}


.funding-feature-item h3 {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.3;
}


.funding-feature-item p {
  max-width: 38ch;
  margin-top: 14px;
  color: var(--funding-muted);
  font-size: 15px;
  line-height: 1.8;
}


.funding-process-desktop {
  min-width: 0;
}


.funding-process-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--funding-line);
}


.funding-process-tabs button {
  display: flex;
  min-width: 0;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  color: var(--funding-muted);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 300ms ease, background-color 300ms ease;
}


.funding-process-tabs button span {
  color: var(--funding-orange);
  font-size: 12px;
  transition: color 300ms ease;
}


.funding-process-tabs button:hover,
.funding-process-tabs button:focus-visible {
  color: var(--funding-ink);
  background: rgba(251, 235, 221, 0.64);
}


.funding-process-tabs button[aria-selected="true"] {
  color: var(--funding-ink);
  background: var(--funding-gradient);
}


.funding-process-tabs button[aria-selected="true"] span {
  color: var(--funding-ink);
}


.funding-process-panels {
  display: grid;
}


.funding-process-panel {
  grid-area: 1 / 1;
  min-height: 560px;
  padding: clamp(34px, 4vw, 64px);
  border: 1px solid var(--funding-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 8px, 0);
  transition: opacity 300ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 360ms;
}


.funding-process-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}


.funding-process-panel-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(42px, 7vw, 112px);
}


.funding-process-panel-copy h3 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 850;
  line-height: 1.25;
}


.funding-process-panel-copy > p:not(.section-label),
.funding-process-quote p {
  max-width: 56ch;
  margin-top: 16px;
  color: var(--funding-muted);
  font-size: 16px;
  line-height: 1.9;
}


.funding-process-panel-copy .funding-process-summary {
  color: var(--funding-ink);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 850;
  line-height: 1.5;
}


.funding-process-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--funding-line);
}


.funding-process-points li {
  position: relative;
  padding: 17px 0 17px 22px;
  border-bottom: 1px solid var(--funding-line);
  color: #423e39;
  font-size: 15px;
  line-height: 1.7;
}


.funding-process-points li::before {
  content: "";
  position: absolute;
  top: 1.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--funding-orange);
}


.funding-process-evidence,
.funding-outcome-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--funding-line);
  border-bottom: 1px solid var(--funding-line);
}


.funding-process-evidence > div,
.funding-outcome-list > div {
  padding: 22px 18px;
  border-left: 1px solid var(--funding-line);
}


.funding-process-evidence > div:nth-child(odd),
.funding-outcome-list > div:nth-child(odd) {
  border-left: 0;
}


.funding-process-evidence dt,
.funding-outcome-list strong {
  color: var(--funding-orange);
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 850;
  line-height: 1.1;
}


.funding-process-evidence dd,
.funding-outcome-list dd {
  margin-top: 8px;
  color: var(--funding-muted);
  font-size: 13px;
  line-height: 1.5;
}


.funding-process-quote {
  margin: 30px 0 0;
  padding: 28px 30px;
  border: 0;
  border-left: 3px solid var(--funding-orange);
  background: linear-gradient(105deg, rgba(251, 235, 221, 0.78), rgba(255, 253, 251, 0));
}


.funding-process-quote p {
  margin-top: 0;
  color: var(--funding-ink);
}


.funding-process-quote footer {
  margin-top: 16px;
  color: var(--funding-muted);
  font-size: 13px;
}


.funding-outcome-block {
  margin-top: 34px;
}


.funding-outcome-block > .section-label {
  margin-bottom: 14px;
}


.funding-outcome-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}


.funding-outcome-list > div:nth-child(odd) {
  border-left: 1px solid var(--funding-line);
}


.funding-outcome-list > div:nth-child(3n + 1) {
  border-left: 0;
}


.funding-outcome-list > div:nth-child(n + 4) {
  border-top: 1px solid var(--funding-line);
}


.funding-outcome-list dt {
  display: flex;
  align-items: baseline;
  gap: 5px;
}


.funding-outcome-list dt span {
  font-size: 13px;
}


.funding-process-mobile {
  display: none;
}


.funding-process-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}


.funding-process--static .funding-process-heading-row {
  justify-content: center;
}


.funding-process--static .funding-section-heading {
  text-align: center;
}


.funding-process-track-viewport {
  margin-top: clamp(36px, 5vw, 68px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y pinch-zoom;
}


.funding-process-track-viewport::-webkit-scrollbar {
  display: none;
}


.funding-process-track-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}


.funding-process-track-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(320px, calc((100% - 48px) / 3.08), 420px);
  align-items: start;
  gap: 24px;
}


.funding-process-track-item {
  min-width: 0;
  scroll-snap-align: start;
}


.funding-process-track-item .funding-process-static-copy {
  padding-top: 28px;
}


.funding-process-track-item .funding-process-static-copy h3 {
  margin-top: 12px;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 850;
  line-height: 1.25;
}


.funding-process-track-item .funding-process-static-copy > p:not(.section-label) {
  max-width: 34ch;
  margin-top: 14px;
  color: var(--funding-muted);
  font-size: 15px;
  line-height: 1.75;
}


.funding-process-static-visual {
  min-width: 0;
  margin: 0;
  background: transparent;
}


.funding-process-static-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.funding-process-visual-slot {
  position: relative;
  aspect-ratio: 1672 / 941;
  background: #faf9f8;
}

.funding-process-visual-slot [hidden] {
  display: none !important;
}

.funding-process-visual-slot > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
}

.funding-process-visual-slot > img.is-ready {
  opacity: 1;
}


.funding-risk-assessment {
  text-align: center;
}


.funding-risk-assessment-heading {
  max-width: 1080px;
  margin: 0 auto;
}


.funding-risk-assessment-heading h2 {
  margin-top: 20px;
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 850;
  line-height: 1.16;
}


.funding-risk-assessment-heading > p:last-child {
  max-width: 48em;
  margin: 36px auto 0;
  color: var(--funding-muted);
  font-size: clamp(14px, 0.95vw, 16.5px);
  line-height: 1.9;
}


.funding-risk-picture {
  display: block;
  width: 100%;
  aspect-ratio: 3.2 / 1;
  margin: clamp(44px, 5vw, 72px) auto 0;
  overflow: hidden;
  background: #faf9f8;
}


.funding-risk-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--funding-image-position, center);
}


.funding-risk-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(62px, 7vw, 108px);
  border-top: 1px solid var(--funding-line);
  border-bottom: 1px solid var(--funding-line);
  text-align: left;
}


.funding-risk-dimension {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-width: 0;
  min-height: clamp(186px, 15vw, 238px);
  padding: clamp(30px, 3.2vw, 50px) clamp(26px, 4vw, 70px);
}


.funding-risk-dimension:nth-child(even) {
  border-left: 1px solid var(--funding-line);
}


.funding-risk-dimension:nth-child(n + 3) {
  border-top: 1px solid var(--funding-line);
}


.funding-risk-dimension > span {
  color: var(--funding-orange);
  font-size: 13px;
}


.funding-risk-dimension h3 {
  margin-top: 20px;
  font-size: clamp(20px, 1.65vw, 27px);
  font-weight: 850;
  line-height: 1.28;
  white-space: nowrap;
}


.funding-risk-dimension p {
  margin-top: 12px;
  color: var(--funding-muted);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.8;
}


.funding-case-management {
  width: 100%;
}


.funding-management-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
}


.funding-management-copy,
.funding-management-picture {
  aspect-ratio: 1;
}


.funding-management-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(42px, 3.25vw, 52px);
  padding: clamp(42px, 5vw, 88px);
  background: var(--funding-peach);
}


.funding-management-copy h2 {
  max-width: none;
  font-size: clamp(28px, 2.55vw, 46px);
  font-weight: 850;
  line-height: 1.22;
  white-space: nowrap;
}


.funding-management-description {
  max-width: 33em;
  color: var(--funding-muted);
  font-size: clamp(14px, 0.95vw, 16.5px);
  line-height: 1.9;
}


.funding-management-picture {
  display: block;
  overflow: hidden;
  background: #faf9f8;
}


.funding-management-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--funding-image-position, center);
}


.funding-leadership {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100dvw;
  max-width: none;
  margin-left: calc(50% - 50dvw);
  padding: clamp(92px, 9vw, 156px) clamp(20px, 6vw, 108px) clamp(58px, 6vw, 92px);
  background: linear-gradient(180deg, rgba(255, 247, 240, 0.96), rgba(255, 253, 251, 0.72));
}


.funding-leadership::before,
.funding-leadership::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(112px, 12vw, 184px);
  aspect-ratio: 11 / 8;
  background-color: rgba(255, 125, 66, 0.095);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  user-select: none;
}


.funding-leadership::before {
  top: clamp(58px, 7vw, 96px);
  left: var(--page-gutter);
  -webkit-mask-image: url("./assets/funding/leadership-quote-mark.svg");
  mask-image: url("./assets/funding/leadership-quote-mark.svg");
}


.funding-leadership::after {
  right: var(--page-gutter);
  bottom: clamp(58px, 6.5vw, 94px);
  -webkit-mask-image: url("./assets/funding/leadership-quote-mark-outline.svg");
  mask-image: url("./assets/funding/leadership-quote-mark-outline.svg");
  transform: rotate(180deg);
}


.funding-leadership-stage {
  display: grid;
  min-height: clamp(300px, 33vw, 500px);
  align-items: center;
}


.funding-leadership-slide {
  grid-area: 1 / 1;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 760ms;
}


.funding-leadership-slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}


.funding-page .funding-leadership-topic {
  margin-bottom: clamp(42px, 4.6vw, 72px);
  color: rgba(29, 27, 24, 0.58);
  font-family: var(--title-serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}


.funding-leadership-quote {
  width: min(100%, 1120px);
  margin: 0;
  color: var(--funding-ink);
  font-family: var(--title-serif);
  font-size: clamp(32px, 3.05vw, 46px);
  font-style: italic;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}


.funding-leadership-quote span {
  display: block;
  text-wrap-style: balance;
  white-space: nowrap;
}


.funding-leadership-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: clamp(28px, 3.5vw, 48px);
  color: var(--funding-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}


.funding-leadership-person {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}


.funding-leadership-name {
  color: var(--funding-ink);
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}


.funding-leadership-role {
  font-weight: 400;
}


.funding-leadership-controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  transform: translateY(clamp(40px, 3.8vw, 52px));
}


@property --funding-leadership-progress-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}


.funding-leadership-next {
  position: relative;
  border: 1px solid transparent;
  color: #292929;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)) padding-box,
    var(--button-outline-flow) padding-box;
  background-size: 100% 100%, 240% 240%;
  background-position: 0 0, 0% 50%;
}


.funding-leadership-next:hover,
.funding-leadership-next:focus-visible {
  color: var(--orange);
  border-color: transparent;
  background-position: 0 0, 100% 50%;
}


.funding-leadership-progress-border {
  --funding-leadership-progress-angle: 0deg;
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from -90deg,
    var(--funding-orange) 0deg var(--funding-leadership-progress-angle),
    rgba(255, 125, 66, 0.18) var(--funding-leadership-progress-angle) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}


.funding-leadership-next > span:last-child {
  position: relative;
  z-index: 1;
}


.funding-leadership-progress-border.is-progressing {
  animation: funding-leadership-progress var(--funding-leadership-interval) linear forwards;
}


@keyframes funding-leadership-progress {
  to {
    --funding-leadership-progress-angle: 360deg;
  }
}


.funding-cases > .funding-section-heading {
  margin-bottom: 64px;
}


.funding-case-carousel {
  min-width: 0;
}


.funding-case-viewport {
  min-width: 0;
  touch-action: pan-y;
}


.funding-case-viewport:focus-visible {
  outline: 2px solid var(--funding-orange);
  outline-offset: 4px;
}


.funding-case-list {
  display: grid;
}


.funding-case {
  grid-area: 1 / 1;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--funding-line);
  border-radius: 4px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}


.funding-case.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}


.funding-case-type {
  color: var(--funding-orange);
  font-size: 13px;
  font-weight: 700;
}


.funding-case h3 {
  min-height: 2.7em;
  margin-top: 14px;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
}


.funding-case > p:not(.funding-case-type) {
  min-height: 3.4em;
  margin-top: 12px;
  color: var(--funding-muted);
  font-size: 14px;
  line-height: 1.7;
}


.funding-case dl {
  margin-top: 28px;
  border-top: 1px solid var(--funding-line);
}


.funding-case dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--funding-line);
}


.funding-case dt {
  color: var(--funding-muted);
  font-size: 12px;
}


.funding-case dd {
  font-size: 13px;
  line-height: 1.65;
}


.funding-case-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}


.funding-case-controls > p {
  color: var(--funding-muted);
  font-size: 13px;
  font-weight: 700;
}


.funding-case-controls > div {
  display: flex;
  gap: 8px;
}


.funding-case-controls button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--funding-line);
  border-radius: 50%;
  color: var(--funding-ink);
  background: #fff;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  place-items: center;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}


.funding-case-controls button:hover:not(:disabled),
.funding-case-controls button:focus-visible {
  border-color: rgba(255, 125, 66, 0.58);
  background: #fff8f2;
}


.funding-case-controls button:disabled {
  color: #b9b4ad;
  cursor: default;
}


.funding-assurances {
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
  gap: 48px;
}


.funding-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 128px);
}


.funding-faq-item {
  padding: 28px 0;
  border-top: 1px solid var(--funding-line);
}


.funding-faq-item:first-child {
  padding-top: 0;
  border-top: 0;
}


.funding-faq-item:last-child {
  border-bottom: 1px solid var(--funding-line);
}


.funding-faq-item h3 {
  margin: 0;
}


.funding-faq-trigger {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  border: 0;
  color: var(--funding-ink);
  background: transparent;
  font: inherit;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}


.funding-faq-trigger::after {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 1px;
  background: var(--funding-orange);
}


.funding-faq-trigger::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--funding-orange);
  transform: translateY(-50%) rotate(90deg);
  transition: transform var(--disclosure-duration) var(--disclosure-ease);
}


.funding-faq-item.is-open .funding-faq-trigger::before {
  transform: translateY(-50%) rotate(0deg);
}


.funding-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--disclosure-duration) var(--disclosure-ease);
}


.funding-faq-answer > div {
  min-height: 0;
  overflow: hidden;
}


.funding-faq-item.is-open .funding-faq-answer {
  grid-template-rows: 1fr;
}


.funding-faq-answer p {
  max-width: 66ch;
  margin-top: 12px;
  color: var(--funding-muted);
  font-size: 15px;
  line-height: 1.85;
}


.funding-reveal {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 360ms ease, transform 360ms ease;
}


.funding-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


.funding-cta {
  --funding-cta-gutter: max(var(--page-gutter), clamp(36px, 5vw, 72px));
  position: relative;
  left: 50%;
  margin-top: 104px;
  margin-left: -50vw;
  width: 100vw;
  min-height: 250px;
  padding: 64px var(--funding-cta-gutter);
  background: var(--funding-peach);
}


.funding-cta-inner {
  display: flex;
  width: 100%;
  max-width: 1850px;
  min-height: 122px;
  padding-inline: 0;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}


.funding-cta h2 {
  font-size: 38px;
  font-weight: 650;
  line-height: 1.2;
}


@media (max-width: 980px) {
  .funding-page {
    width: min(1850px, calc(100% - (var(--page-gutter) * 2)));
    padding-top: 32px;
  }


  .funding-cta {
    width: 100vw;
  }


  .funding-hero {
    grid-template-columns: minmax(240px, 0.82fr) minmax(280px, 1fr);
    min-height: auto;
    gap: clamp(24px, 4vw, 40px);
    padding: 16px 0 80px;
  }


  .funding-hero-content {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    max-width: none;
    padding-top: 0;
  }


  .funding-hero-media {
    grid-column: 2;
    grid-row: 1;
    justify-content: stretch;
  }


  .funding-hero-picture {
    width: 100%;
    max-width: none;
  }


  .funding-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px clamp(34px, 6vw, 64px);
  }


  .funding-process-panel-layout {
    gap: 44px;
  }


  .funding-process-track-list {
    grid-auto-columns: clamp(300px, calc((100% - 24px) / 2.12), 420px);
  }


  .funding-process-panel {
    min-height: 620px;
  }


  .funding-leadership {
    padding: clamp(82px, 9vw, 118px) clamp(18px, 4vw, 46px) clamp(52px, 6vw, 72px);
  }


  .funding-leadership-stage {
    min-height: clamp(320px, 43vw, 430px);
  }


  .funding-leadership-quote {
    font-size: clamp(29px, 3.75vw, 42px);
  }


  .funding-faq {
    grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1fr);
    gap: 48px;
  }
}


@media (max-width: 760px) {
  .funding-page {
    width: min(1850px, calc(100% - (var(--page-gutter) * 2)));
    padding-top: 24px;
    padding-bottom: 72px;
  }


  .funding-page .funding-section-heading h2 {
    font-size: 30px;
  }


  .funding-hero {
    gap: 24px;
    padding: 12px 0 64px;
  }


  .funding-hero-content {
    gap: 16px;
  }


  .funding-hero-content h1 {
    font-size: 46px;
  }


  .funding-hero-content .funding-hero-headline {
    max-width: none;
    font-size: 29px;
  }


  .funding-hero-content > p:not(.section-label) {
    font-size: 16px;
    overflow-wrap: anywhere;
  }


  .funding-hero-picture img,
  .funding-scope-picture img {
    object-position: var(--funding-image-mobile-position, center);
  }


  .funding-hero-actions {
    display: flex;
    justify-content: flex-start;
  }


  .funding-text-link {
    align-self: center;
  }


  .funding-button {
    width: max-content;
    max-width: 100%;
    min-height: 46px;
  }


  .funding-features,
  .funding-process,
  .funding-risk-assessment,
  .funding-case-management,
  .funding-leadership,
  .funding-cases,
  .funding-faq,
  .funding-assurances {
    padding: 72px 0;
  }


  .funding-feature-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }


  .funding-feature-item,
  .funding-feature-item:nth-child(2n + 1),
  .funding-feature-item:nth-child(3n + 1) {
    min-height: 0;
    padding: 0;
  }


  .funding-feature-item h3 {
    margin-top: 24px;
  }


  .funding-process-heading-row {
    align-items: center;
  }


  .funding-process-track-list {
    grid-auto-columns: clamp(268px, 88%, 360px);
    gap: 16px;
  }


  .funding-process-track-item .funding-process-static-copy {
    padding-top: 22px;
  }


  .funding-process-track-item .funding-process-static-copy h3 {
    font-size: 28px;
  }


  .funding-management-layout {
    grid-template-columns: minmax(0, 1fr);
  }


  .funding-management-copy {
    aspect-ratio: auto;
    min-height: clamp(390px, 100vw, 520px);
    gap: 32px;
    padding: clamp(34px, 8vw, 52px);
  }


  .funding-management-description {
    max-width: none;
  }


  .funding-management-picture {
    width: 100%;
    aspect-ratio: 1;
  }


  .funding-management-picture img {
    object-position: var(--funding-image-mobile-position, center);
  }


  .funding-leadership {
    padding: 76px clamp(12px, 3vw, 22px) 44px;
  }


  .funding-leadership-stage {
    min-height: 390px;
  }


  .funding-leadership-quote {
    max-width: 19em;
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.56;
  }


  .funding-leadership-quote span {
    white-space: normal;
  }


  .funding-leadership-meta {
    margin-top: 30px;
  }


  .funding-case {
    padding: 26px 22px;
  }


  .funding-case h3,
  .funding-case > p:not(.funding-case-type) {
    min-height: 0;
  }


  .funding-faq,
  .funding-assurances {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }


  .funding-faq-trigger,
  .funding-faq-answer p {
    overflow-wrap: anywhere;
  }


  .funding-cta {
    --funding-cta-gutter: max(var(--page-gutter), clamp(24px, 6vw, 36px));
    margin-top: 72px;
    width: 100vw;
    min-height: 220px;
    padding: 44px var(--funding-cta-gutter);
  }


  .funding-cta-inner {
    min-height: 132px;
    gap: 24px;
  }


  .funding-cta h2 {
    font-size: 30px;
  }
}


@media (max-width: 680px) {
  .funding-hero {
    grid-template-columns: minmax(0, 1fr);
  }


  .funding-hero-content,
  .funding-hero-media {
    grid-column: 1;
  }


  .funding-hero-content {
    grid-row: 1;
    align-self: auto;
  }


  .funding-hero-media {
    grid-row: 2;
    justify-content: stretch;
  }


  .funding-hero-picture {
    width: 100%;
    max-width: none;
  }


  .funding-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }


  .funding-text-link {
    align-self: flex-start;
    min-height: 32px;
    padding: 0 8px 0 0;
  }
}


@media (prefers-reduced-motion: reduce) {
  .funding-page *,
  .funding-page *::before,
  .funding-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }


  .funding-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Match the homepage typography system: one regular weight and one bold weight. */
.funding-page .section-label,
.funding-risk-dimension > span,
.funding-case-type,
.funding-case dt {
  font-size: clamp(12px, 0.8vw, 13.5px);
  font-weight: 400 !important;
  letter-spacing: 0;
}


.funding-hero-content h1 {
  font-size: clamp(38px, 4.6vw, 70px);
  font-weight: 850 !important;
  line-height: 1.12;
}


.funding-page .funding-section-heading h2 {
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 850 !important;
  line-height: 1.16;
}


.funding-cta h2 {
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 850 !important;
  line-height: 1.2;
}


.funding-hero-content .funding-hero-headline {
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 850 !important;
  line-height: 1.24;
}


.funding-feature-item h3,
.funding-process-panel-copy h3,
.funding-risk-dimension h3 {
  font-size: clamp(20px, 1.9vw, 30px);
  font-weight: 850 !important;
  line-height: 1.25;
}


.funding-case h3 {
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 850 !important;
}


.funding-hero-content > p:not(.section-label),
.funding-feature-item p,
.funding-process-panel-copy > p:not(.section-label),
.funding-process-points li,
.funding-risk-dimension p,
.funding-management-description,
.funding-faq-answer p {
  color: var(--nio-copy, var(--funding-muted));
  font-size: clamp(14px, 0.95vw, 16.5px);
  font-weight: 400 !important;
  line-height: 1.9;
}


.funding-button,
.funding-process-tabs button,
.funding-case-controls > p {
  font-size: 14px;
  font-weight: 400 !important;
}


.funding-case > p:not(.funding-case-type),
.funding-case dd {
  font-weight: 400 !important;
}


.funding-page .funding-faq-trigger {
  font-weight: 850 !important;
}


.funding-faq-trigger {
  font-size: clamp(16px, 1.25vw, 19px);
}


@media (max-width: 760px) {
  .funding-risk-assessment-heading h2 {
    font-size: clamp(32px, 8.4vw, 42px);
  }


  .funding-risk-assessment-heading > p:last-child {
    margin-top: 24px;
  }


  .funding-risk-picture {
    width: 100%;
    aspect-ratio: 2.1 / 1;
    margin-top: 36px;
  }


  .funding-risk-picture img {
    object-position: var(--funding-image-mobile-position, center);
  }


  .funding-risk-dimensions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 52px;
  }


  .funding-risk-dimension {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    align-content: start;
    gap: 12px;
    padding: 22px clamp(12px, 3.2vw, 24px);
    min-height: 0;
  }

  .funding-risk-dimension > div {
    display: contents;
  }

  .funding-page .funding-risk-dimensions .funding-risk-dimension h3 {
    margin-top: 0;
    min-height: 2.9em;
    font-size: clamp(15px, 3.8vw, 16px) !important;
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }


  .funding-risk-dimension p {
    margin-top: 0;
    overflow-wrap: anywhere;
  }

  /* Shared number/title/copy rows keep paired descriptions aligned even when
     translated titles wrap to different heights. Older engines retain two columns. */
  @supports (grid-template-rows: subgrid) {
    .funding-risk-dimension {
      grid-row: span 3;
      grid-template-rows: subgrid;
    }
    .funding-page .funding-risk-dimensions .funding-risk-dimension h3 {
      min-height: 0;
    }
  }
}
