/* Solutions page — consolidated public-facing capability story. */
body.page-solutions {
  --solutions-v2-max: 1480px;
  --solutions-v2-gutter: clamp(24px, 4vw, 64px);
  --solutions-v2-navy: #0b1738;
  --solutions-v2-navy-deep: #07142f;
  --solutions-v2-blue: #102751;
  --solutions-v2-ivory: #fbfaf5;
  --solutions-v2-stone: #f3efe5;
  --solutions-v2-mineral: #e9eff2;
  --solutions-v2-copy: #293855;
  --solutions-v2-muted: #d4dfeb;
  --solutions-v2-gold: #c6a24b;
  --solutions-v2-line: rgba(20, 39, 77, 0.18);
  --solutions-v2-light-line: rgba(220, 231, 241, 0.22);
}

body.page-solutions .solutions-main {
  width: 100%;
  overflow-x: clip;
  color: var(--solutions-v2-navy);
  background: var(--solutions-v2-ivory);
}

body.page-solutions .solutions-main > .solutions-v2-section {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(76px, 7vw, 108px) max(var(--solutions-v2-gutter), calc((100% - var(--solutions-v2-max)) / 2));
  border: 0;
}

body.page-solutions .solutions-v2-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.66fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(42px, 4.5vw, 64px);
}

body.page-solutions .solutions-v2-heading > div,
body.page-solutions .solutions-v2-heading > p {
  min-width: 0;
}

body.page-solutions .solutions-v2-heading .eyebrow {
  margin: 0 0 14px;
  color: #987222;
}

body.page-solutions .solutions-v2-heading h2,
body.page-solutions .solutions-capability-copy h2,
body.page-solutions .solutions-boundaries-layout h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--solutions-v2-navy);
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2.35rem, 3.55vw, 4rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

body.page-solutions .solutions-v2-heading > p {
  max-width: 53ch;
  margin: 0;
  color: var(--solutions-v2-copy);
  font-size: clamp(1rem, 0.32vw + 0.94rem, 1.08rem);
  line-height: 1.67;
}

/* Hero copy is deliberately limited to two readable paragraphs. */
body.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 57ch !important;
}

body.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) + p {
  margin-top: 0.92rem !important;
}

/* Starting points — one compact six-part organisational ledger. */
body.page-solutions .solutions-starting-points-section {
  background: var(--solutions-v2-ivory);
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid var(--solutions-v2-line);
  background: transparent;
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 2.7vw, 40px);
  border: 0;
  border-right: 1px solid var(--solutions-v2-line);
  border-bottom: 1px solid var(--solutions-v2-line);
  background: transparent;
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article:nth-child(3n) { border-right: 0; }
body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article:nth-child(n + 4) { border-bottom: 0; }

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--solutions-v2-gold);
  content: "";
  transition: width 220ms ease;
}

@media (hover: hover) {
  body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article:hover::before { width: 100%; }
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger span,
body.page-solutions .solutions-capability-stages > li > span,
body.page-solutions .solutions-working-model > li > span,
body.page-solutions .solutions-outcomes-ledger article > span {
  color: #987222;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger h3 {
  max-width: 24ch;
  margin: 22px 0 10px;
  color: var(--solutions-v2-navy);
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 600;
  line-height: 1.26;
}

body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger p {
  max-width: 39ch;
  color: var(--solutions-v2-copy);
  font-size: 0.96rem;
  line-height: 1.57;
}

/* Capability progression — architectural centrepiece and four explicit levels. */
body.page-solutions .solutions-capability-section {
  background: var(--solutions-v2-mineral);
}

body.page-solutions .solutions-capability-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.8fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
}

body.page-solutions .solutions-capability-copy .eyebrow {
  margin: 0 0 14px;
  color: #987222;
}

body.page-solutions .solutions-capability-copy h2 { margin-bottom: 24px; }

body.page-solutions .solutions-capability-copy > p:not(.eyebrow) {
  max-width: 58ch;
  margin: 0;
  color: var(--solutions-v2-copy);
  font-size: clamp(1rem, 0.32vw + 0.94rem, 1.08rem);
  line-height: 1.66;
}

body.page-solutions .solutions-capability-copy > p:not(.eyebrow) + p { margin-top: 0.92rem; }

body.page-solutions .solutions-capability-section .solutions-portfolio-visual {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 39, 77, 0.27);
  border-top: 2px solid var(--solutions-v2-gold);
  background: var(--solutions-v2-navy-deep);
  line-height: 0;
}

body.page-solutions .solutions-capability-section .solutions-portfolio-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.page-solutions .solutions-capability-stages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(42px, 4.5vw, 64px) 0 0;
  padding: 0;
  border: 1px solid var(--solutions-v2-line);
  background: var(--solutions-v2-ivory);
  list-style: none;
}

body.page-solutions .solutions-capability-stages::before {
  position: absolute;
  top: 34px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--solutions-v2-gold);
  content: "";
}

body.page-solutions .solutions-capability-stages li {
  position: relative;
  min-width: 0;
  padding: 30px clamp(22px, 2vw, 32px) 34px;
  border-right: 1px solid var(--solutions-v2-line);
}

body.page-solutions .solutions-capability-stages li:last-child { border-right: 0; }

body.page-solutions .solutions-capability-stages li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 34px;
  height: 18px;
  place-items: center;
  background: var(--solutions-v2-ivory);
}

body.page-solutions .solutions-capability-stages h3 {
  margin: 24px 0 10px;
  color: var(--solutions-v2-navy);
  font-size: 1.08rem;
  line-height: 1.25;
}

body.page-solutions .solutions-capability-stages p {
  margin: 0;
  color: var(--solutions-v2-copy);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Six practical solution families. */
body.page-solutions .solutions-current-section {
  color: #fffdf6;
  background:
    linear-gradient(116deg, rgba(45, 79, 126, 0.22), transparent 46%),
    var(--solutions-v2-navy-deep);
}

body.page-solutions .solutions-v2-heading-light .eyebrow { color: #dfbc66; }
body.page-solutions .solutions-v2-heading-light h2 { color: #fffdf6; }
body.page-solutions .solutions-v2-heading-light > p { color: var(--solutions-v2-muted); }

body.page-solutions .solutions-current-grid.solutions-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid var(--solutions-v2-light-line);
  background: transparent;
}

body.page-solutions .solutions-current-grid.solutions-family-grid > article {
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 2.7vw, 40px);
  border: 0;
  border-right: 1px solid var(--solutions-v2-light-line);
  border-bottom: 1px solid var(--solutions-v2-light-line);
  background: rgba(16, 39, 81, 0.58);
  color: #fffdf6;
}

body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(3n) { border-right: 0; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(n + 4) { border-bottom: 0; }

body.page-solutions .solutions-current-grid.solutions-family-grid > article > span {
  color: #dfbc66;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

body.page-solutions .solutions-current-grid.solutions-family-grid h3 {
  max-width: 28ch;
  margin: 22px 0 13px;
  color: #fffdf6;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  font-weight: 600;
  line-height: 1.28;
}

body.page-solutions .solutions-current-grid.solutions-family-grid p {
  margin: 0;
  color: #dbe6ef;
  font-size: 0.95rem;
  line-height: 1.6;
}

body.page-solutions .solutions-current-grid.solutions-family-grid .solutions-family-includes {
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid var(--solutions-v2-light-line);
  color: #aebdce;
  font-size: 0.76rem;
  line-height: 1.55;
}

body.page-solutions .solutions-family-includes b {
  margin-right: 8px;
  color: #dfbc66;
  font-family: "Fragment Mono", monospace;
  font-size: 0.67rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* One delivery model instead of two overlapping process sections. */
body.page-solutions .solutions-working-model-section { background: var(--solutions-v2-ivory); }

body.page-solutions .solutions-working-model {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--solutions-v2-line);
  list-style: none;
}

body.page-solutions .solutions-working-model::before {
  position: absolute;
  top: 48px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: var(--solutions-v2-gold);
  content: "";
}

body.page-solutions .solutions-working-model li {
  position: relative;
  min-width: 0;
  padding: 38px clamp(22px, 2.4vw, 36px) 42px;
  border-right: 1px solid var(--solutions-v2-line);
}

body.page-solutions .solutions-working-model li:last-child { border-right: 0; }

body.page-solutions .solutions-working-model li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 40px;
  height: 22px;
  place-items: center;
  background: var(--solutions-v2-ivory);
}

body.page-solutions .solutions-working-model h3 {
  margin: 27px 0 12px;
  color: var(--solutions-v2-navy);
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  font-weight: 500;
  line-height: 1.16;
}

body.page-solutions .solutions-working-model p {
  margin: 0;
  color: var(--solutions-v2-copy);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Compact outcome ledger. */
body.page-solutions .solutions-outputs-section {
  color: #fffdf6;
  background: var(--solutions-v2-blue);
}

body.page-solutions .solutions-outcomes-ledger {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--solutions-v2-light-line);
}

body.page-solutions .solutions-outcomes-ledger article {
  min-width: 0;
  padding: clamp(24px, 2vw, 30px) clamp(16px, 1.5vw, 24px);
  border-right: 1px solid var(--solutions-v2-light-line);
}

body.page-solutions .solutions-outcomes-ledger article:last-child { border-right: 0; }
body.page-solutions .solutions-outcomes-ledger article > span { color: #dfbc66; }

body.page-solutions .solutions-outcomes-ledger h3 {
  margin: 21px 0 10px;
  color: #fffdf6;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.28;
}

body.page-solutions .solutions-outcomes-ledger p {
  margin: 0;
  color: #cbd7e4;
  font-size: 0.83rem;
  line-height: 1.55;
}

/* Independence is a closing assurance statement, not another catalogue. */
body.page-solutions .solutions-boundaries-section { background: var(--solutions-v2-mineral); }

body.page-solutions .solutions-boundaries-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
  padding: clamp(34px, 4vw, 54px) 0;
  border-block: 1px solid var(--solutions-v2-line);
}

body.page-solutions .solutions-boundaries-layout .eyebrow {
  margin: 0 0 14px;
  color: #987222;
}

body.page-solutions .solutions-boundaries-layout h2 { max-width: 19ch; }

body.page-solutions .solutions-boundaries-copy {
  padding-left: clamp(20px, 2.2vw, 32px);
  border-left: 2px solid var(--solutions-v2-gold);
}

body.page-solutions .solutions-boundaries-copy p {
  margin: 0;
  color: var(--solutions-v2-copy);
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.06rem);
  line-height: 1.68;
}

body.page-solutions .solutions-boundaries-copy p + p { margin-top: 1rem; }

/* Reveal only the new structural units and preserve reduced-motion support. */
html.motion-ready body.page-solutions [data-motion="section"] :is(
  .solutions-v2-heading > *,
  .solutions-capability-intro > *,
  .solutions-capability-stages > li,
  .solutions-working-model > li,
  .solutions-outcomes-ledger > article,
  .solutions-boundaries-layout > *
) {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms ease;
}

html.motion-ready body.page-solutions [data-motion="section"].is-visible :is(
  .solutions-v2-heading > *,
  .solutions-capability-intro > *,
  .solutions-capability-stages > li,
  .solutions-working-model > li,
  .solutions-outcomes-ledger > article,
  .solutions-boundaries-layout > *
) {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  body.page-solutions .solutions-v2-heading,
  body.page-solutions .solutions-capability-intro,
  body.page-solutions .solutions-boundaries-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 5vw, 58px);
  }

  body.page-solutions .solutions-current-grid.solutions-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(3n) { border-right: 1px solid var(--solutions-v2-light-line); }
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(2n) { border-right: 0; }
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(n + 4) { border-bottom: 1px solid var(--solutions-v2-light-line); }
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(n + 5) { border-bottom: 0; }

  body.page-solutions .solutions-outcomes-ledger { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.page-solutions .solutions-outcomes-ledger article { border-bottom: 1px solid var(--solutions-v2-light-line); }
  body.page-solutions .solutions-outcomes-ledger article:nth-child(3n) { border-right: 0; }
  body.page-solutions .solutions-outcomes-ledger article:nth-child(n + 4) { border-bottom: 0; }
}

@media (max-width: 820px) {
  body.page-solutions .solutions-v2-heading,
  body.page-solutions .solutions-capability-intro,
  body.page-solutions .solutions-boundaries-layout {
    grid-template-columns: 1fr;
  }

  body.page-solutions .solutions-v2-heading { align-items: start; }
  body.page-solutions .solutions-v2-heading > p { max-width: 62ch; }
  body.page-solutions .solutions-capability-section .solutions-portfolio-visual { max-width: 660px; }

  body.page-solutions .solutions-capability-stages,
  body.page-solutions .solutions-working-model { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  body.page-solutions .solutions-capability-stages::before,
  body.page-solutions .solutions-working-model::before { display: none; }

  body.page-solutions .solutions-capability-stages li:nth-child(2),
  body.page-solutions .solutions-working-model li:nth-child(2) { border-right: 0; }

  body.page-solutions .solutions-capability-stages li:nth-child(-n + 2),
  body.page-solutions .solutions-working-model li:nth-child(-n + 2) { border-bottom: 1px solid var(--solutions-v2-line); }

  body.page-solutions .solutions-boundaries-copy { padding-left: 0; padding-top: 22px; border-top: 2px solid var(--solutions-v2-gold); border-left: 0; }
}

@media (max-width: 680px) {
  body.page-solutions .solutions-main > .solutions-v2-section {
    padding-block: clamp(58px, 14vw, 76px);
    padding-inline: max(20px, 5.5vw);
  }

  body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger,
  body.page-solutions .solutions-current-grid.solutions-family-grid,
  body.page-solutions .solutions-capability-stages,
  body.page-solutions .solutions-working-model,
  body.page-solutions .solutions-outcomes-ledger { grid-template-columns: 1fr; }

  body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article,
  body.page-solutions .solutions-current-grid.solutions-family-grid > article,
  body.page-solutions .solutions-capability-stages li,
  body.page-solutions .solutions-working-model li,
  body.page-solutions .solutions-outcomes-ledger article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--solutions-v2-line) !important;
  }

  body.page-solutions .solutions-current-grid.solutions-family-grid > article,
  body.page-solutions .solutions-outcomes-ledger article { border-bottom-color: var(--solutions-v2-light-line) !important; }

  body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article:last-child,
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:last-child,
  body.page-solutions .solutions-capability-stages li:last-child,
  body.page-solutions .solutions-working-model li:last-child,
  body.page-solutions .solutions-outcomes-ledger article:last-child { border-bottom: 0 !important; }

  body.page-solutions .solutions-capability-stages li,
  body.page-solutions .solutions-working-model li { padding-block: 28px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-starting-points-grid.solutions-v2-ledger article::before { transition: none; }
  html.motion-ready body.page-solutions [data-motion="section"] :is(
    .solutions-v2-heading > *,
    .solutions-capability-intro > *,
    .solutions-capability-stages > li,
    .solutions-working-model > li,
    .solutions-outcomes-ledger > article,
    .solutions-boundaries-layout > *
  ) { opacity: 1; transform: none; transition: none; }
}

/* Final design polish — preserve the approved architecture image and content. */
body.page-solutions .solutions-main > :is(
  .solutions-capability-section,
  .solutions-current-section,
  .solutions-working-model-section,
  .solutions-outputs-section,
  .solutions-boundaries-section
) {
  padding-block: clamp(68px, 6vw, 94px);
}

body.page-solutions :is(
  .solutions-current-section,
  .solutions-working-model-section,
  .solutions-outputs-section
) .solutions-v2-heading {
  margin-bottom: clamp(36px, 3.8vw, 54px);
}

/* The image remains unchanged; this only separates its title and explanation. */
body.page-solutions .solutions-capability-section .jv-experience-caption strong {
  display: block;
  margin: 0 0 18px;
  line-height: 1.3;
}

body.page-solutions .solutions-capability-section .jv-experience-caption p {
  margin: 0;
  line-height: 1.62;
}

/* Quiet, distinct line marks make the six solution families easier to scan. */
body.page-solutions .solutions-current-grid.solutions-family-grid > article {
  position: relative;
  padding-right: clamp(58px, 4.5vw, 72px);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

body.page-solutions .solutions-current-grid.solutions-family-grid > article::after {
  position: absolute;
  top: clamp(27px, 2.6vw, 38px);
  right: clamp(24px, 2.4vw, 36px);
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(223, 188, 102, 0.5);
  color: #dfbc66;
  font-family: "Fragment Mono", monospace;
  font-size: 0.9rem;
  line-height: 1;
}

body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(1)::after { content: "◇"; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(2)::after { content: "◎"; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(3)::after { content: "↻"; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(4)::after { content: "▥"; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(5)::after { content: "⌁"; }
body.page-solutions .solutions-current-grid.solutions-family-grid > article:nth-child(6)::after { content: "↔"; }

@media (hover: hover) {
  body.page-solutions .solutions-current-grid.solutions-family-grid > article:hover {
    background: rgba(22, 52, 101, 0.78);
    box-shadow: inset 0 2px 0 rgba(223, 188, 102, 0.72);
  }
}

/* A restrained technical field supports the pathway without competing with it. */
body.page-solutions .solutions-working-model-section {
  background-color: var(--solutions-v2-ivory);
  background-image:
    linear-gradient(rgba(20, 39, 77, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 39, 77, 0.028) 1px, transparent 1px);
  background-size: 48px 48px;
}

body.page-solutions .solutions-working-model::before {
  top: 54px;
}

body.page-solutions .solutions-working-model li {
  padding-top: 38px;
}

body.page-solutions .solutions-working-model li > span {
  width: 34px;
  height: 34px;
  border: 1px solid var(--solutions-v2-gold);
  border-radius: 50%;
  background: var(--solutions-v2-ivory);
}

body.page-solutions .solutions-working-model h3 {
  margin-top: 22px;
}

/* Give the practical outputs slightly more authority while retaining one ledger. */
body.page-solutions .solutions-outcomes-ledger article {
  position: relative;
  min-height: 218px;
  padding-block: clamp(28px, 2.3vw, 36px);
}

body.page-solutions .solutions-outcomes-ledger article::before {
  position: absolute;
  top: 0;
  left: clamp(16px, 1.5vw, 24px);
  width: 34px;
  height: 2px;
  background: #dfbc66;
  content: "";
}

body.page-solutions .solutions-outcomes-ledger h3 {
  margin-top: 24px;
  font-size: clamp(1rem, 1vw, 1.1rem);
}

body.page-solutions .solutions-outcomes-ledger p {
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 680px) {
  body.page-solutions .solutions-main > :is(
    .solutions-capability-section,
    .solutions-current-section,
    .solutions-working-model-section,
    .solutions-outputs-section,
    .solutions-boundaries-section
  ) {
    padding-block: clamp(58px, 14vw, 76px);
  }

  body.page-solutions .solutions-current-grid.solutions-family-grid > article {
    padding-right: 64px;
  }

  body.page-solutions .solutions-working-model li > span {
    width: 32px;
    height: 32px;
  }

  body.page-solutions .solutions-outcomes-ledger article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-current-grid.solutions-family-grid > article {
    transition: none;
  }
}
