body.inner-page [data-inner-hero-scene] > canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 220ms ease;
}
body.inner-page [data-inner-hero-scene].is-scene-ready > canvas { opacity: 1; }
body.inner-page [data-inner-hero-scene] > img,
body.inner-page [data-inner-hero-scene] > picture { transition: opacity 220ms ease; }

/* Keep poster artwork out of the first paint. It is revealed only after a
   confirmed WebGL/reduced-motion fallback, avoiding a poster-to-3D flash. */
.about-hero-image > img,
.about-hero-image > picture,
.initiative-hero-image > img,
.initiative-hero-image > picture,
.thinktank-hero-visual > img,
.thinktank-hero-visual > picture,
.solutions-hero-visual > img,
.solutions-hero-visual > picture,
.resources-hero-visual > img,
.resources-hero-visual > picture,
.trust-lab-hero .inner-hero-visual > img,
.trust-lab-hero .inner-hero-visual > picture,
.partners-hero .inner-hero-visual > img,
.partners-hero .inner-hero-visual > picture,
.contact-hero-visual > img,
.contact-hero-visual > picture {
  opacity: 1;
  visibility: visible;
}

.about-hero-image.is-scene-fallback > img,
.about-hero-image.is-scene-fallback > picture,
.about-hero-image.is-scene-static > img,
.about-hero-image.is-scene-static > picture,
.initiative-hero-image.is-scene-fallback > img,
.initiative-hero-image.is-scene-fallback > picture,
.initiative-hero-image.is-scene-static > img,
.initiative-hero-image.is-scene-static > picture,
.thinktank-hero-visual.is-scene-fallback > img,
.thinktank-hero-visual.is-scene-fallback > picture,
.thinktank-hero-visual.is-scene-static > img,
.thinktank-hero-visual.is-scene-static > picture,
.solutions-hero-visual:is(.is-scene-fallback, .is-scene-static) > :is(img, picture),
.resources-hero-visual:is(.is-scene-fallback, .is-scene-static) > :is(img, picture),
.trust-lab-hero .inner-hero-visual:is(.is-scene-fallback, .is-scene-static) > :is(img, picture),
.partners-hero .inner-hero-visual:is(.is-scene-fallback, .is-scene-static) > :is(img, picture),
.contact-hero-visual:is(.is-scene-fallback, .is-scene-static) > :is(img, picture) {
  opacity: 1;
}
body.inner-page [data-inner-hero-scene].is-scene-ready > img,
body.inner-page [data-inner-hero-scene].is-scene-ready > picture { opacity: 0; }
body.inner-page [data-inner-hero-scene].has-inner-three-scene { position: relative; isolation: isolate; }
body.inner-page [data-inner-hero-scene].is-scene-fallback > canvas,
body.inner-page [data-inner-hero-scene].is-scene-static > canvas { opacity: 0; }
/* Authoritative, page-integrated inner-page hero scenes. */
body.inner-page [data-inner-hero-scene] {
  position: relative;
  isolation: isolate;
  width: min(100%, 780px);
  height: clamp(390px, 39vw, 580px);
  max-height: 30rem;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.inner-page [data-inner-hero-scene]::before,
body.inner-page [data-inner-hero-scene]::after {
  display: none;
}

body.inner-page [data-inner-hero-scene] > img,
body.inner-page [data-inner-hero-scene] > picture {
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08);
  transform-origin: center;
  transition: opacity 180ms ease;
}

body.inner-page [data-inner-hero-scene].is-scene-fallback > img,
body.inner-page [data-inner-hero-scene].is-scene-fallback > picture,
body.inner-page [data-inner-hero-scene].is-scene-static > img,
body.inner-page [data-inner-hero-scene].is-scene-static > picture {
  opacity: 1;
  visibility: visible;
}

body.inner-page [data-inner-hero-scene].is-scene-loading::after,
body.inner-page [data-inner-hero-scene].is-scene-static::after,
body.inner-page [data-inner-hero-scene].is-scene-fallback::after {
  display: none;
}

@media (max-width: 900px) {
  body.inner-page [data-inner-hero-scene] {
    width: min(100%, 720px);
    height: clamp(320px, 76vw, 500px);
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  body.inner-page [data-inner-hero-scene] {
    height: clamp(280px, 84vw, 360px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-image > img,
  .about-hero-image > picture,
  .initiative-hero-image > img,
  .initiative-hero-image > picture,
  .thinktank-hero-visual > img,
  .thinktank-hero-visual > picture { opacity: 1; }
  body.inner-page [data-inner-hero-scene] > img,
  body.inner-page [data-inner-hero-scene] > canvas { transition: none; }
}

/* About page design recovery: authoritative page-scoped layout and responsive rules. */
body.page-about {
  --about-page-max: 1480px;
  --about-gutter: clamp(24px, 4vw, 64px);
  --about-ivory: #fbfaf5;
  --about-stone: #f3efe5;
  --about-mineral: #e8eef1;
  --about-navy: #0b1738;
  --about-navy-deep: #07142f;
  --about-copy: #22304f;
  --about-muted: #c7d2df;
  --about-gold: #b58c31;
  --about-line: rgba(20, 39, 77, 0.18);
  --about-section: clamp(52px, 5vw, 76px);
  --about-section-compact: clamp(44px, 4.2vw, 64px);
  --about-copy-action-gap: clamp(20px, 1.8vw, 26px);
  --about-panel-padding: clamp(28px, 2.8vw, 40px);
}

body.page-about .inner-page-main { width: 100%; overflow-x: clip; background: var(--about-ivory); }
body.page-about .global-footer.site-footer,
body.page-about .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--about-gutter), calc((100% - var(--about-page-max)) / 2));
}
body.page-about .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--about-section);
  padding-inline: max(var(--about-gutter), calc((100% - var(--about-page-max)) / 2)); border-top: 0;
}
body.page-about .inner-page-main > .section + .section { border-top: 0; }

/* Standardised section-heading treatment: every major non-hero About-page heading
   shares the same Instrument Sans weight as the homepage's editorial headings
   (confirmed computed font-weight: 500). Section rules below still set their own
   max-width, responsive font-size and letter-spacing. */
body.page-about .mission-vision-section .section-heading h2,
body.page-about .inner-concept-copy h2,
body.page-about .inner-routes-section .section-heading h2,
body.page-about .inner-principles-section .section-heading h2,
body.page-about .inner-leadership-section h2,
body.page-about .about-page-closing h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  line-height: 1.06;
}

/* Hero */
body.page-about .inner-page-hero.inner-about-hero {
  display: grid; grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
  gap: clamp(28px, 3.6vw, 58px); align-items: center;
  padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(46px, 4.8vw, 68px);
  background: var(--about-ivory);
}
body.page-about .inner-about-hero .inner-hero-copy { max-width: none; padding: 0; }
body.page-about .inner-about-hero .inner-hero-copy h1 {
  max-width: 13.2ch; margin: 12px 0 20px; color: var(--about-navy);
  font-size: clamp(3rem, 4.65vw, 4.55rem); font-weight: 500; line-height: 1.02;
  letter-spacing: -0.045em; text-wrap: balance;
}
body.page-about .inner-about-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 54ch; margin: 0; color: var(--about-copy);
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.08rem); line-height: 1.62;
}
body.page-about .inner-about-hero .hero-actions { margin-top: var(--about-copy-action-gap); gap: clamp(14px, 1.5vw, 22px); }
body.page-about .inner-about-hero .about-hero-secondary,
body.page-about .about-page-closing .about-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--about-gold); border-radius: 0;
  background: transparent; color: var(--about-navy); box-shadow: none;
}
body.page-about .inner-about-hero .about-hero-secondary span,
body.page-about .about-page-closing .about-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-about .inner-about-hero .about-hero-secondary:hover,
body.page-about .inner-about-hero .about-hero-secondary:focus-visible,
body.page-about .about-page-closing .about-hero-secondary:hover,
body.page-about .about-page-closing .about-hero-secondary:focus-visible { background: transparent; color: var(--about-navy); border-color: var(--about-gold); }
body.page-about .inner-about-hero .about-hero-secondary:hover span,
body.page-about .inner-about-hero .about-hero-secondary:focus-visible span,
body.page-about .about-page-closing .about-hero-secondary:hover span,
body.page-about .about-page-closing .about-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-about .about-hero-image {
  position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 1.28 / 1; align-self: center;
  margin: 0; overflow: hidden; background:
    radial-gradient(circle at 52% 42%, rgba(44, 89, 141, 0.34), rgba(6, 23, 51, 0) 42%),
    linear-gradient(140deg, #071936 0%, #061733 60%, #04122a 100%);
  box-shadow: none;
}
body.page-about .about-hero-image > img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none;
  filter: saturate(0.98) contrast(1.02);
}
body.page-about .about-hero-image::before { display: none; }

/* Why Just Verify exists */
body.page-about .inner-editorial-section {
  display: block;
  padding-block: clamp(88px, 8vw, 112px);
  background: var(--about-mineral);
  border-block: 1px solid rgba(20, 39, 77, 0.1);
}
body.page-about .inner-editorial-section .inner-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.52fr);
  justify-content: space-between;
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}
body.page-about .inner-editorial-section .inner-section-intro {
  padding-left: clamp(16px, 1.7vw, 24px);
  border-left: 1px solid var(--about-gold);
}
body.page-about .inner-editorial-section .inner-section-intro h2 {
  max-width: 15ch;
  margin: 11px 0 0;
  color: var(--about-navy);
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2.35rem, 3.4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.034em;
}
body.page-about .inner-editorial-section .inner-rich-copy {
  max-width: 650px;
  padding: clamp(30px, 2.8vw, 46px) 0 0;
  border-left: 0;
  color: var(--about-copy);
  font-size: clamp(1rem, 0.38vw + 0.93rem, 1.08rem);
  line-height: 1.62;
}
body.page-about .inner-editorial-section .inner-rich-copy p:first-child { margin-top: 0; }
body.page-about .about-capability-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin-top: clamp(38px, 4vw, 52px);
  background: var(--about-navy);
  border: 1px solid rgba(221, 231, 239, 0.24);
  border-top-color: #d7b55f;
}
body.page-about .about-capability-band > div {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 10px;
  padding: 27px clamp(17px, 1.65vw, 25px) 28px;
  border-right: 1px solid rgba(221, 231, 239, 0.24);
}
body.page-about .about-capability-band > div:last-child { border-right: 0; }
body.page-about .about-capability-band span {
  color: #e1bf67;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
body.page-about .about-capability-band strong { color: #fffdf6; font-size: 0.96rem; line-height: 1.25; }
body.page-about .about-capability-band p { margin: 0; color: #d5e0ed; font-size: 0.84rem; line-height: 1.48; }

/* Mission and vision */
body.page-about .mission-vision-section {
  padding-block: clamp(88px, 8vw, 112px);
  background: var(--about-ivory);
}
body.page-about .mission-vision-section .section-heading { margin-bottom: clamp(36px, 4vw, 52px); }
body.page-about .mission-vision-section .section-heading h2 {
  max-width: 17ch;
  color: var(--about-navy);
  font-size: clamp(2.45rem, 3.1vw, 3.35rem);
}
body.page-about .mission-vision-feature {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid rgba(20, 39, 77, 0.26);
}
body.page-about .mission-vision-feature::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 18px);
  width: 36px;
  height: 1px;
  background: var(--about-gold);
  content: "";
  pointer-events: none;
}
body.page-about .mission-vision-feature::after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 4px);
  left: calc(50% + 10px);
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--about-gold);
  border-right: 1px solid var(--about-gold);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}
body.page-about .mission-vision-feature article {
  position: relative;
  min-width: 0;
  padding: clamp(46px, 4vw, 62px) var(--about-panel-padding) clamp(48px, 4vw, 64px);
  background: #f4efe5;
}
body.page-about .mission-vision-feature article + article {
  background: #e7eef2;
  border-left: 1px solid rgba(20, 39, 77, 0.24);
}
body.page-about .mission-vision-feature article + article::before,
body.page-about .mission-vision-feature article + article::after { content: none; }
body.page-about .mission-vision-feature .mission-context,
body.page-about .mission-vision-feature .mission-label {
  display: block;
  line-height: 1.25;
  text-transform: uppercase;
}
body.page-about .mission-vision-feature .mission-label {
  color: #927022;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
body.page-about .mission-vision-feature .mission-context {
  margin-top: 10px;
  color: #4c5a70;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}
body.page-about .mission-vision-feature h3 {
  max-width: 19ch;
  margin: 26px 0 0;
  color: var(--about-navy);
  font-size: clamp(1.65rem, 1.72vw, 1.95rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.026em;
}
body.page-about .mission-vision-feature .mission-panel--vision h3 { max-width: 25ch; }

@media (max-width: 1050px) {
  body.page-about .about-capability-band { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.page-about .about-capability-band > div:nth-child(3) { border-right: 0; }
  body.page-about .about-capability-band > div:nth-child(n + 4) {
    border-top: 1px solid rgba(221, 231, 239, 0.24);
  }
}

@media (max-width: 860px) {
  body.page-about .inner-editorial-section { padding-block: clamp(72px, 9vw, 92px); }
  body.page-about .inner-editorial-section .inner-editorial-grid { grid-template-columns: 1fr; gap: 26px; }
  body.page-about .inner-editorial-section .inner-rich-copy { max-width: 680px; padding-top: 0; }
  body.page-about .mission-vision-section { padding-block: clamp(72px, 9vw, 92px); }
  body.page-about .mission-vision-feature { grid-template-columns: 1fr; }
  body.page-about .mission-vision-feature article + article { border-top: 1px solid rgba(20, 39, 77, 0.24); border-left: 0; }
  body.page-about .mission-vision-feature::before { display: none; }
  body.page-about .mission-vision-feature::after { display: none; }
  body.page-about .mission-vision-feature article + article::before {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 1px;
    height: 32px;
    background: var(--about-gold);
    content: "";
    pointer-events: none;
  }
  body.page-about .mission-vision-feature article + article::after {
    position: absolute;
    top: 5px;
    left: calc(50% - 4px);
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--about-gold);
    border-bottom: 1px solid var(--about-gold);
    color: transparent;
    content: "";
    font-size: 0;
    pointer-events: none;
    transform: rotate(45deg);
  }
}

@media (max-width: 640px) {
  body.page-about .inner-editorial-section,
  body.page-about .mission-vision-section { padding-block: clamp(56px, 14vw, 72px); }
  body.page-about .inner-editorial-section .inner-section-intro { padding-left: 0; border-left: 0; }
  body.page-about .inner-editorial-section .inner-section-intro::before { display: block; width: 38px; height: 1px; margin-bottom: 15px; background: var(--about-gold); content: ""; }
  body.page-about .inner-editorial-section .inner-section-intro h2 { max-width: 11.5ch; font-size: clamp(2.35rem, 10vw, 3.1rem); }
  body.page-about .about-capability-band { grid-template-columns: 1fr; margin-top: 32px; }
  body.page-about .about-capability-band > div,
  body.page-about .about-capability-band > div:nth-child(3) { padding: 22px 20px; border-right: 0; }
  body.page-about .about-capability-band > div + div { border-top: 1px solid rgba(221, 231, 239, 0.24); }
  body.page-about .mission-vision-section .section-heading { margin-bottom: 30px; }
  body.page-about .mission-vision-feature article { padding: 38px 22px 42px; }
  body.page-about .mission-vision-feature h3 { max-width: 21ch; font-size: clamp(1.52rem, 6.4vw, 1.75rem); }
}

/* Four connected routes */
body.page-about .inner-routes-section { padding-block: var(--about-section-compact); background: var(--about-ivory); }
body.page-about .inner-routes-section .section-heading.split {
  display: grid; grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.36fr); gap: clamp(32px, 5vw, 60px); justify-content: space-between; align-items: center;
}
body.page-about .inner-routes-section .section-heading h2 { max-width: 17ch; color: var(--about-navy); font-size: clamp(2.45rem, 3.1vw, 3.35rem); letter-spacing: -0.026em; }
body.page-about .inner-routes-section .section-heading.split > p { max-width: 45ch; color: var(--about-copy); font-size: 0.98rem; }
body.page-about .about-route-map { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: clamp(48px, 5vw, 64px); border: 0; }
body.page-about .about-route-map::before {
  position: absolute; top: 33px; right: 12.5%; left: 12.5%; z-index: 0; height: 1px; background: rgba(181, 140, 49, 0.62); content: "";
}
body.page-about .about-route-map a {
  position: relative; z-index: 1; display: grid; grid-template-rows: auto 24px auto minmax(0, 1fr); align-content: start; min-height: 0; gap: 12px;
  padding: 0 clamp(14px, 1.5vw, 22px) 24px; color: var(--about-copy); text-decoration: none; min-width: 0;
  border-left: 1px solid transparent; transition: background-color 200ms ease, border-color 200ms ease;
}
body.page-about .about-route-map a::before, body.page-about .about-route-map a::after { display: none; }
body.page-about .about-route-map a + a { border-left-color: rgba(20, 39, 77, 0.14); }
body.page-about .about-route-map .route-node {
  width: 11px; height: 11px; margin: 0 auto; border: 2px solid var(--about-gold);
  border-radius: 50%; background: var(--about-ivory); transition: background-color 200ms ease, border-color 200ms ease;
}
body.page-about .about-route-map .route-mark {
  width: 28px; height: 28px; margin: 12px auto 0; color: var(--about-navy); fill: none; stroke: currentColor;
  stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; transition: transform 200ms ease, color 200ms ease;
}
body.page-about .about-route-map .route-number { height: 16px; margin: 0; line-height: 16px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.65rem; letter-spacing: 0.09em; text-align: center; }
body.page-about .about-route-map h3 { margin: 8px 0 0; color: var(--about-navy); font-size: clamp(0.98rem, 1.05vw, 1.12rem); }
body.page-about .about-route-map p { margin: 0; font-size: 0.86rem; line-height: 1.5; }
body.page-about .about-route-map .route-arrow {
  display: inline-block; font-size: 0.9em; margin-left: 4px; color: var(--about-navy); opacity: 0.6; transition: transform 200ms ease, color 200ms ease, opacity 200ms ease;
}
body.page-about .about-route-map a:hover { background-color: rgba(247, 243, 233, 0.4); border-color: rgba(181, 140, 49, 0.3); }
body.page-about .about-route-map a:hover .route-mark,
body.page-about .about-route-map a:focus-visible .route-mark { color: #a77d28; transform: translateY(-2px); }
body.page-about .about-route-map a:hover .route-node,
body.page-about .about-route-map a:focus-visible .route-node { background: #d7b55f; border-color: #d7b55f; }
body.page-about .about-route-map a:hover .route-arrow,
body.page-about .about-route-map a:focus-visible .route-arrow { transform: translateX(3px); color: #d7b55f; opacity: 1; }
body.page-about .about-route-map a:focus-visible { outline: 2px solid var(--about-gold); outline-offset: -2px; }
body.page-about .about-routes-note { max-width: 820px; margin: clamp(24px, 3vw, 32px) auto 0; text-align: center; color: var(--about-copy); font-size: 0.88rem; }

/* Principles */
body.page-about .inner-principles-section { padding-block: clamp(96px, 10vw, 128px); background: var(--about-mineral); }
body.page-about .inner-principles-section .section-heading.split {
  display: grid; grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.36fr); gap: clamp(32px, 5vw, 60px); justify-content: space-between; align-items: center; margin-bottom: clamp(48px, 6vw, 64px);
}
body.page-about .inner-principles-section .section-heading h2 {
  max-width: 17ch; color: var(--about-navy); font-size: clamp(2.45rem, 3.1vw, 3.35rem); letter-spacing: -0.026em;
}
body.page-about .inner-principles-section .section-heading.split > p {
  max-width: 45ch; color: var(--about-copy); font-size: 0.98rem; margin: 0;
}
body.page-about .about-principles-grid {
  position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-about .about-principles-grid::before {
  position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--about-gold); content: ""; z-index: 2;
}
body.page-about .about-principles-grid > .principle-item {
  position: relative; display: flex; flex-direction: column; min-width: 0;
  padding: clamp(28px, 2.5vw, 36px) clamp(24px, 2vw, 32px);
  background: var(--about-ivory); transition: background-color 200ms ease;
}
@media (hover: hover) {
  body.page-about .about-principles-grid > .principle-item:hover { background-color: #f7f3e9; }
  body.page-about .about-principles-grid > .principle-item:hover .principle-symbol { color: var(--about-gold); }
}
body.page-about .about-principles-grid .principle-number {
  display: block; margin-bottom: 24px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.65rem; letter-spacing: 0.09em;
}
body.page-about .principle-symbol {
  width: 28px; height: 28px; margin: 0 0 24px; color: #6f7f9f; fill: none; stroke: currentColor;
  stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; transition: color 200ms ease;
}
body.page-about .about-principles-grid h3 {
  margin: 0 0 12px; color: var(--about-navy); font-size: clamp(1.02rem, 1.1vw, 1.12rem); font-weight: 500; line-height: 1.24;
}
body.page-about .about-principles-grid p {
  margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 1rem; line-height: 1.5;
}

/* Leadership */
body.page-about .inner-leadership-section {
  display: grid; grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); gap: clamp(34px, 4.8vw, 70px);
  align-items: center; padding-block: clamp(96px, 10vw, 120px); background: var(--about-stone);
}
body.page-about .inner-leadership-section .about-leadership-copy { display: block; max-width: 510px; margin: 0; }
body.page-about .inner-leadership-section h2 {
  max-width: 14ch; margin-top: clamp(18px, 2vw, 24px); color: var(--about-navy);
  font-size: clamp(2.75rem, 4.4vw, 3.625rem); letter-spacing: -0.024em;
}
body.page-about .leader-intro { max-width: 42ch; margin: clamp(24px, 3vw, 32px) 0 0; color: var(--about-copy); font-size: clamp(1rem, 1.08vw, 1.12rem); line-height: 1.6; }
body.page-about .leadership-identity-list { display: flex; flex-direction: column; gap: clamp(20px, 2.5vw, 28px); margin-top: clamp(24px, 3vw, 32px); }
body.page-about .leadership-identity { display: block; }
body.page-about .leader-name { color: var(--about-navy); font-family: "Instrument Sans", sans-serif; font-size: clamp(1.25rem, 1.4vw, 1.5rem); font-weight: 500; margin: 0; }
body.page-about .leader-role { margin: 6px 0 0; color: var(--about-gold); font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
body.page-about .leader-bio { max-width: 44ch; margin: clamp(24px, 3vw, 32px) 0 0; color: var(--about-copy); font-size: clamp(1rem, 1.05vw, 1.06rem); line-height: 1.6; }


/* Leadership visual â€” separate from trust infrastructure */
body.page-about .about-leadership-visual {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.38 / 1;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, rgba(49, 101, 151, .18), transparent 55%), #081a39;
  border: 0;
  box-shadow: none;
  outline: 0;
}
body.page-about .about-leadership-visual > img {
  z-index: 1;
  object-fit: cover;
  object-position: center top;
}


body.page-about .about-linkedin-cta {
  display: inline-flex; align-items: center; width: fit-content; min-height: 0; margin-top: clamp(28px, 3.5vw, 36px); padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--about-gold); border-radius: 0;
  background: transparent; color: var(--about-navy); font-family: "Fragment Mono", monospace; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; box-shadow: none; transition: border-color 180ms ease;
}
body.page-about .about-linkedin-cta span { margin-left: 10px; transition: transform 180ms ease; }
body.page-about .about-linkedin-cta:hover,
body.page-about .about-linkedin-cta:focus-visible { background: transparent; color: var(--about-navy); border-color: var(--about-navy); outline: none; }
body.page-about .about-linkedin-cta:hover span,
body.page-about .about-linkedin-cta:focus-visible span { transform: translateX(4px); }

/* Closing CTA: deliberately distinct from the newsletter that follows. */
body.page-about .about-page-closing {
  display: grid; grid-template-columns: minmax(0, 0.64fr) minmax(260px, 0.36fr); gap: clamp(24px, 3.6vw, 52px);
  align-items: center; padding-top: clamp(38px, 3.7vw, 52px); padding-bottom: clamp(38px, 3.7vw, 52px);
  background: #f7f3e9; border-top: 1px solid var(--about-line);
}
body.page-about .about-page-closing h2 { max-width: 16ch; color: var(--about-navy); font-size: clamp(2.2rem, 3.1vw, 3.2rem); letter-spacing: -0.026em; }
body.page-about .about-page-closing .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin: 0; }
body.page-about .about-page-closing .button { width: auto; min-width: 0; justify-content: center; }
body.page-about .footer-newsletter { border-top: 0; }
body.page-about .inner-page-main a:focus-visible,
body.page-about .global-header a:focus-visible { outline: 2px solid var(--about-gold); outline-offset: 4px; }

@media (max-width: 1199px) {
  body.page-about { --about-gutter: clamp(24px, 4vw, 48px); }
  body.page-about .inner-about-hero .inner-hero-copy h1 { font-size: clamp(2.85rem, 4.85vw, 4.2rem); }
  body.page-about .inner-concept-copy h2 { font-size: clamp(2.12rem, 3.4vw, 3rem); }
  body.page-about .about-route-map a { padding-inline: 14px; }
  body.page-about .about-page-closing .hero-actions { gap: 18px; }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-about .about-trust-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.page-about .about-trust-rail li:nth-child(3) { border-right: 0; }
  body.page-about .about-trust-rail li:nth-child(-n + 3) { border-bottom: 1px solid rgba(221, 231, 239, 0.16); }
  body.page-about .inner-routes-section .section-heading.split,
  body.page-about .inner-principles-section .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  body.page-about .about-route-map { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  body.page-about .about-route-map::before { display: none; }
  body.page-about .about-route-map a { padding-inline: 18px; }
  body.page-about .about-route-map a:nth-child(2n + 1) { border-left-color: transparent; }
  body.page-about .about-principles-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  body.page-about .about-principles-grid > .principle-item:nth-child(-n+3) { grid-column: span 2; }
  body.page-about .about-principles-grid > .principle-item:nth-child(n+4) { grid-column: span 3; }
}
@media (max-width: 767px) {
  body.page-about { --about-gutter: clamp(20px, 5.5vw, 32px); --about-section: clamp(44px, 11vw, 60px); --about-section-compact: clamp(40px, 9vw, 52px); }
  body.page-about .inner-page-hero.inner-about-hero,
  body.page-about .inner-editorial-section .inner-editorial-grid,
  body.page-about .inner-concept-section,
  body.page-about .inner-leadership-section,
  body.page-about .about-page-closing { grid-template-columns: 1fr; }
  body.page-about .inner-page-hero.inner-about-hero { gap: 28px; }
  body.page-about .inner-about-hero .inner-hero-copy h1 { max-width: 13.5ch; font-size: clamp(2.45rem, 10vw, 3.45rem); }
  body.page-about .about-hero-image {
    width: min(100%, 620px); height: auto; margin: 0 auto; aspect-ratio: 4 / 3;
  }
  body.page-about .inner-editorial-section .inner-editorial-grid { gap: 28px; }
  body.page-about .inner-concept-section { gap: 28px; }
  body.page-about .about-trust-image { width: min(100%, 680px); margin: 0 auto; }
  body.page-about .about-trust-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-about .about-trust-rail li:nth-child(n) { border-right: 1px solid rgba(221, 231, 239, 0.16); border-bottom: 1px solid rgba(221, 231, 239, 0.16); }
  body.page-about .about-trust-rail li:nth-child(2n) { border-right: 0; }
  body.page-about .about-trust-rail li:last-child { grid-column: 1 / -1; border-bottom: 0; }
  body.page-about .about-route-map { grid-template-columns: 1fr; gap: 24px; }
  body.page-about .about-route-map::before { display: block; top: 10px; bottom: 20px; left: 16px; right: auto; width: 1px; height: auto; background: rgba(181, 140, 49, 0.65); }
  body.page-about .about-route-map a { grid-template-columns: 32px minmax(0, 1fr); grid-template-rows: auto auto auto; gap: 6px 12px; padding: 0 0 16px 0; border-left: 0; }
  body.page-about .about-route-map a + a { border-left-color: transparent; }
  body.page-about .about-route-map .route-number { grid-column: 1; grid-row: 1; margin: 0; text-align: left; }
  body.page-about .about-route-map .route-node { grid-column: 1; grid-row: 2; margin: 0 0 0 10px; }
  body.page-about .about-route-map .route-mark { display: none; }
  body.page-about .about-route-map h3 { grid-column: 2; grid-row: 1; margin: 0; }
  body.page-about .about-route-map p { grid-column: 2; grid-row: 2 / span 2; margin: 0; }
  body.page-about .about-principles-grid { grid-template-columns: 1fr; }
  body.page-about .about-principles-grid > .principle-item { grid-column: auto; padding: 24px; }
  body.page-about .inner-leadership-section { padding-block: var(--about-section-compact); gap: 26px; }
  body.page-about .about-leadership-visual { width: min(100%, 680px); margin: 0 auto; }
  body.page-about .about-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-about { --about-gutter: 20px; }
  body.page-about .inner-about-hero .hero-actions,
  body.page-about .about-page-closing .hero-actions { align-items: stretch; flex-direction: column; }
  body.page-about .inner-about-hero .hero-actions .button,
  body.page-about .about-page-closing .hero-actions .button { width: 100%; }
  body.page-about .inner-about-hero .hero-actions .about-hero-secondary,
  body.page-about .about-page-closing .hero-actions .about-hero-secondary { width: fit-content; padding-right: 0; }
  body.page-about .about-trust-rail { grid-template-columns: 1fr; }
  body.page-about .about-trust-rail li,
  body.page-about .about-trust-rail li:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(221, 231, 239, 0.16); }
  body.page-about .about-trust-rail li:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-about .about-route-map .route-mark,
  body.page-about .about-linkedin-cta span { transition: none; }
}

body.page-about .inner-concept-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
  column-gap: clamp(40px, 5vw, 82px);
  row-gap: clamp(30px, 3.2vw, 46px);
  padding-top: clamp(82px, 8vw, 118px);
  padding-bottom: clamp(40px, 4vw, 58px);
  overflow: hidden;
  background: #081a39;
  color: #fffdf6;
}
body.page-about .inner-concept-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(123, 158, 196, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(123, 158, 196, .055) 1px, transparent 1px), radial-gradient(circle at 73% 42%, rgba(55, 105, 154, .23), transparent 37%);
  background-size: 34px 34px, 34px 34px, auto;
  content: '';
  pointer-events: none;
}
body.page-about .inner-concept-section .inner-concept-copy { position: relative; z-index: 1; align-self: center; }
body.page-about .inner-concept-section .eyebrow { color: #d7b55f !important; }
body.page-about .inner-concept-copy h2 {
  max-width: 12.5ch;
  margin: 12px 0 22px;
  color: #fffdf6;
  font-size: clamp(2.42rem, 3.35vw, 3.38rem);
  letter-spacing: -.038em;
}
body.page-about .inner-concept-section .inner-concept-copy p {
  max-width: 42ch;
  margin: 0;
  color: #d7e2ef;
  font-size: clamp(1rem, .34vw + .94rem, 1.08rem);
  line-height: 1.65;
}
body.page-about .inner-concept-section .inner-concept-copy p + p { margin-top: 16px; }
body.page-about .about-trust-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.38 / 1;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 52%, rgba(49, 101, 151, .18), transparent 42%), #081a39;
  border: 0;
  box-shadow: none;
  outline: 0;
}
body.page-about .about-trust-image::before { display: none; }
body.page-about .about-trust-image > img { z-index: 1; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }

body.page-about .about-trust-rail {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(6, 20, 45, .42);
  border-top: 1px solid rgba(221, 231, 239, .28);
  border-bottom: 1px solid rgba(221, 231, 239, .17);
}
body.page-about .about-trust-rail li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  min-height: 54px;
  padding: 16px clamp(12px, 1.2vw, 18px);
  color: #eef4f8;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(.78rem, .8vw, .88rem);
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.28;
  text-align: left;
  border-right: 1px solid rgba(221, 231, 239, .17);
  transition: background-color 160ms ease, color 160ms ease;
}
body.page-about .about-trust-rail li::before { display: none; }
body.page-about .about-trust-rail li::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 1px; background: #d7b55f; content: ""; opacity: 0; transform: scaleX(.45); transform-origin: left center; transition: opacity 160ms ease, transform 160ms ease; }
body.page-about .about-trust-rail .rail-dot {
  flex: 0 0 auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border: 1px solid #d7b55f;
  border-radius: 50%;
}
body.page-about .about-trust-rail .rail-num {
  flex: 0 0 auto;
  margin-right: 7px;
  color: #d7b55f;
  font-size: clamp(.66rem, .68vw, .74rem);
  font-weight: 600;
  letter-spacing: .1em;
  opacity: .85;
}
body.page-about .about-trust-rail .rail-label {
  flex: 1 1 auto;
  min-width: 0;
  color: #eef4f8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-about .about-trust-rail li:last-child { border-right: 0; }
@media (hover: hover) {
  body.page-about .about-trust-rail li:hover { background: rgba(80, 115, 156, .17); color: #fffdf6; }
  body.page-about .about-trust-rail li:hover::after { opacity: 1; transform: scaleX(1); }
}
@media (max-width: 1050px) {
  body.page-about .inner-concept-section { grid-template-columns: minmax(0, .4fr) minmax(0, .6fr); }
  body.page-about .about-trust-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.page-about .about-trust-rail li:nth-child(3) { border-right: 0; }
  body.page-about .about-trust-rail li:nth-child(n + 4) { border-top: 1px solid rgba(221, 231, 239, .17); }
}
@media (max-width: 860px) {
  body.page-about .inner-concept-section { grid-template-columns: 1fr; padding-top: clamp(70px, 10vw, 88px); padding-bottom: clamp(36px, 6vw, 52px); }
  body.page-about .inner-concept-section .inner-concept-copy { max-width: 680px; }
  body.page-about .about-trust-image { width: min(100%, 760px); justify-self: center; aspect-ratio: 1.48 / 1; }
  body.page-about .about-trust-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-about .about-trust-rail li:nth-child(n) { border-right: 1px solid rgba(221, 231, 239, .17); border-top: 1px solid rgba(221, 231, 239, .17); }
  body.page-about .about-trust-rail li:nth-child(1), body.page-about .about-trust-rail li:nth-child(2) { border-top: 0; }
  body.page-about .about-trust-rail li:nth-child(2n) { border-right: 0; }
  body.page-about .about-trust-rail li:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body.page-about .inner-concept-section { padding-top: 64px; }
  body.page-about .about-trust-image { aspect-ratio: 1.16 / 1; }
  body.page-about .about-trust-rail { grid-template-columns: 1fr; }
  body.page-about .about-trust-rail li, body.page-about .about-trust-rail li:nth-child(n) { min-height: 0; padding: 16px 18px; border-right: 0; }
  body.page-about .about-trust-rail li + li { border-top: 1px solid rgba(221, 231, 239, .17); }
  body.page-about .about-trust-rail li:last-child { grid-column: auto; }
}

/* ==========================================================================
   Initiative page: full visual redesign onto the approved Home/About
   design system. Static images only; no Three.js/WebGL/canvas hooks.
   ========================================================================== */
body.page-initiative {
  --initiative-page-max: 1480px;
  --initiative-gutter: clamp(24px, 4vw, 64px);
  --initiative-ivory: #fbfaf5;
  --initiative-stone: #f3efe5;
  --initiative-mineral: #e8eef1;
  --initiative-navy: #0b1738;
  --initiative-navy-deep: #07142f;
  --initiative-copy: #22304f;
  --initiative-gold: #b58c31;
  --initiative-line: rgba(20, 39, 77, 0.18);
  --initiative-section: clamp(52px, 5vw, 76px);
  --initiative-section-compact: clamp(44px, 4.2vw, 64px);
  --initiative-copy-action-gap: clamp(20px, 1.8vw, 26px);
  --initiative-mineral-pale: #eef3f5;
}
body.page-initiative .initiative-icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }

body.page-initiative .inner-page-main { width: 100%; overflow-x: clip; background: var(--initiative-ivory); }
body.page-initiative .global-footer.site-footer,
body.page-initiative .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--initiative-gutter), calc((100% - var(--initiative-page-max)) / 2));
}
body.page-initiative .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--initiative-section);
  padding-inline: max(var(--initiative-gutter), calc((100% - var(--initiative-page-max)) / 2)); border-top: 0;
}
body.page-initiative .inner-page-main > .section + .section { border-top: 0; }

/* Standardised section-heading treatment across the Initiative page.
   font-weight: 500 matches the approved Home/About editorial heading weight
   (confirmed via computed-style inspection of both reference pages).
   letter-spacing: -0.02em gives headings without a more specific override
   the same restrained negative tracking used on the Home/About headings. */
body.page-initiative .inner-editorial-section .inner-section-intro h2,
body.page-initiative .initiative-question-section h2,
body.page-initiative .inner-priorities-section .section-heading h2,
body.page-initiative .inner-activity-section .section-heading h2,
body.page-initiative .current-priorities-panel h2,
body.page-initiative .inner-audience-section .section-heading h2,
body.page-initiative .initiative-page-closing h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

/* Hero */
body.page-initiative .inner-page-hero.inner-initiative-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 3.6vw, 58px); align-items: center;
  padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(46px, 4.8vw, 68px);
  background: linear-gradient(105deg, var(--initiative-mineral), var(--initiative-ivory) 62%);
}
body.page-initiative .inner-initiative-hero .inner-hero-copy { max-width: none; padding: 0; }
body.page-initiative .inner-initiative-hero .inner-hero-copy h1 {
  max-width: 14ch; margin: 12px 0 20px; color: var(--initiative-navy);
  font-size: clamp(2.85rem, 4.5vw, 4.3rem); font-weight: 400; line-height: 1.05;
  letter-spacing: -0.03em; text-wrap: balance;
}
body.page-initiative .inner-initiative-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 54ch; margin: 0; color: var(--initiative-copy);
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.08rem); line-height: 1.62;
}
body.page-initiative .inner-initiative-hero .hero-actions { margin-top: var(--initiative-copy-action-gap); gap: clamp(14px, 1.5vw, 22px); }
body.page-initiative .inner-initiative-hero .initiative-hero-secondary,
body.page-initiative .initiative-page-closing .initiative-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--initiative-gold); border-radius: 0;
  background: transparent; color: var(--initiative-navy); box-shadow: none;
}
body.page-initiative .inner-initiative-hero .initiative-hero-secondary span,
body.page-initiative .initiative-page-closing .initiative-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-initiative .inner-initiative-hero .initiative-hero-secondary:hover,
body.page-initiative .inner-initiative-hero .initiative-hero-secondary:focus-visible,
body.page-initiative .initiative-page-closing .initiative-hero-secondary:hover,
body.page-initiative .initiative-page-closing .initiative-hero-secondary:focus-visible { background: transparent; color: var(--initiative-navy); border-color: var(--initiative-navy); }
body.page-initiative .inner-initiative-hero .initiative-hero-secondary:hover span,
body.page-initiative .inner-initiative-hero .initiative-hero-secondary:focus-visible span,
body.page-initiative .initiative-page-closing .initiative-hero-secondary:hover span,
body.page-initiative .initiative-page-closing .initiative-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-initiative .initiative-hero-image {
  position: relative; grid-column: 2; grid-row: 1 / -1; justify-self: stretch;
  width: 100%; height: auto; min-height: 0; aspect-ratio: 1.25 / 1; align-self: center;
  margin: 0; overflow: hidden; background:
    radial-gradient(circle at 52% 42%, rgba(44, 89, 141, 0.34), rgba(6, 23, 51, 0) 42%),
    linear-gradient(140deg, #071936 0%, #061733 60%, #04122a 100%);
  box-shadow: none;
}
body.page-initiative .initiative-hero-image > img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  transform: none;
}
body.page-initiative .initiative-hero-image::before,
body.page-initiative .initiative-hero-image::after { display: none; }

/* Why the Initiative exists */
body.page-initiative .inner-editorial-section {
  display: block;
  padding-block: clamp(88px, 8vw, 112px);
  background: var(--initiative-mineral);
  border-block: 1px solid rgba(20, 39, 77, 0.1);
}
body.page-initiative .inner-editorial-section .inner-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.52fr);
  justify-content: space-between;
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}
body.page-initiative .inner-editorial-section .inner-section-intro {
  padding-left: clamp(16px, 1.7vw, 24px);
  border-left: 1px solid var(--initiative-gold);
}
body.page-initiative .inner-editorial-section .inner-section-intro h2 {
  max-width: 15ch;
  margin: 11px 0 0;
  color: var(--initiative-navy);
  font-size: clamp(2.35rem, 3.4vw, 3.7rem);
  letter-spacing: -0.03em;
}
body.page-initiative .inner-editorial-section .inner-rich-copy {
  max-width: 650px;
  padding: clamp(30px, 2.8vw, 46px) 0 0;
  border-left: 0;
  color: var(--initiative-copy);
  font-size: clamp(1rem, 0.38vw + 0.93rem, 1.08rem);
  line-height: 1.62;
}
body.page-initiative .inner-editorial-section .inner-rich-copy p:first-child { margin-top: 0; }
body.page-initiative .initiative-boundary-note {
  margin: clamp(24px, 2.4vw, 32px) 0 0;
  padding: 20px clamp(20px, 2vw, 26px) 22px;
  border: 1px solid rgba(20, 39, 77, 0.16);
  border-top: 2px solid var(--initiative-gold);
  background: rgba(255, 253, 248, 0.62);
}
body.page-initiative .initiative-boundary-note .eyebrow { margin: 0 0 10px; }
body.page-initiative .initiative-boundary-note p:last-child {
  margin: 0; color: var(--initiative-copy); font-size: 0.96rem; line-height: 1.56;
}

/* The central question: a restrained dark chapter, not a full-viewport statement.
   Selector matches the specificity of the generic ".inner-page-main > .section"
   padding rule above so this reduced padding actually wins the cascade. */
body.page-initiative .inner-page-main > .initiative-question-section {
  padding-block: clamp(42px, 4vw, 56px);
}
body.page-initiative .initiative-question-section {
  position: relative;
  background: var(--initiative-navy-deep);
  color: #fffdf6;
  min-height: 0;
  overflow: hidden;
}
body.page-initiative .initiative-question-backdrop {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none;
}
/* Faint architectural guide lines, not a visible table: true 1px strokes via
   vector-effect="non-scaling-stroke" (immune to the non-uniform viewBox
   stretch that previously thickened the vertical lines), kept to the very
   top/bottom edges and three vertical guides so nothing crosses the question
   text. Opacity is carried on stroke-opacity (~6-10%) rather than the SVG's
   own opacity so the primary guide can sit slightly stronger than the rest. */
body.page-initiative .initiative-question-backdrop-grid {
  stroke: #8fa9cc; stroke-width: 1; stroke-opacity: 0.06;
}
body.page-initiative .initiative-question-backdrop-primary {
  stroke: #8fa9cc; stroke-width: 1; stroke-opacity: 0.1;
}
body.page-initiative .initiative-question-section .eyebrow {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; color: #d7b55f;
}
body.page-initiative .initiative-question-rule { display: inline-block; width: 28px; height: 1px; background: var(--initiative-gold); }
body.page-initiative .initiative-question-section h2 {
  position: relative; z-index: 1;
  max-width: none;
  margin: 14px 0 0;
  color: #fffdf6;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem);
  line-height: 1.28;
  letter-spacing: -0.018em;
}

/* Priority areas: reduced-dominance static visual + a card grid. */
body.page-initiative .inner-priorities-section {
  display: grid;
  grid-template-columns: minmax(0, 0.57fr) minmax(0, 0.43fr);
  column-gap: clamp(32px, 4.5vw, 64px);
  row-gap: clamp(22px, 2.4vw, 30px);
  align-items: start;
  background: var(--initiative-ivory);
}
body.page-initiative .inner-priorities-section .section-heading { grid-column: 1; grid-row: 1; margin: 0; }
body.page-initiative .inner-priorities-section .section-heading h2 { max-width: 19ch; font-size: clamp(2.2rem, 2.85vw, 2.9rem); }
body.page-initiative .initiative-priorities-note { max-width: 42ch; margin: 14px 0 0; color: var(--initiative-copy); font-size: 0.94rem; line-height: 1.55; }
body.page-initiative .inner-priorities-visual {
  grid-column: 2; grid-row: 1 / span 2;
  position: relative; width: 100%; margin: 0 0 0 auto; align-self: center;
  aspect-ratio: 3 / 2; overflow: hidden;
  box-shadow: 0 12px 26px rgba(9, 33, 63, 0.05);
}
body.page-initiative .inner-priorities-visual img { width: 100%; height: 100%; object-fit: contain; }
body.page-initiative .inner-priority-grid {
  grid-column: 1; grid-row: 2;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px; margin: 0; padding: 0;
  background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-initiative .inner-priority-grid > article {
  display: flex; flex-direction: column; min-width: 0; height: 100%;
  min-height: 190px; padding: clamp(18px, 1.55vw, 23px) clamp(16px, 1.3vw, 20px);
  background: var(--initiative-ivory);
  transition: background-color 200ms ease;
}
@media (hover: hover) {
  body.page-initiative .inner-priority-grid > article:hover { background: var(--initiative-mineral-pale); }
}
body.page-initiative .priority-icon {
  width: 22px; height: 22px; margin-bottom: 12px; color: var(--initiative-navy);
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
body.page-initiative .inner-priority-grid > article > span {
  display: block; margin-bottom: 10px; color: #957126;
  font-family: "Fragment Mono", monospace; font-size: 0.61rem; letter-spacing: 0.09em;
}
body.page-initiative .inner-priority-grid > article > h3 {
  margin: 0 0 8px; color: var(--initiative-navy); font-family: "Instrument Sans", sans-serif; font-weight: 500;
  font-size: clamp(0.88rem, 0.88vw, 0.98rem); line-height: 1.24;
}
body.page-initiative .inner-priority-grid > article > p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.79rem; line-height: 1.44; }

/* How the Initiative advances the field */
body.page-initiative .inner-activity-section { background: rgba(255, 253, 248, 0.7); }
body.page-initiative .inner-activity-section .section-heading.split {
  display: grid; grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.36fr); gap: clamp(32px, 5vw, 60px); justify-content: space-between; align-items: center; margin-bottom: clamp(40px, 4.5vw, 56px);
}
body.page-initiative .inner-activity-section .section-heading h2 { max-width: 19ch; font-size: clamp(2.2rem, 2.85vw, 2.9rem); }
body.page-initiative .inner-activity-section .section-heading.split > p { max-width: 45ch; margin: 0; color: var(--initiative-copy); font-size: 0.98rem; }
body.page-initiative .inner-activity-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0; margin: 30px 0 0; padding: 0; border-left: 0;
  background: linear-gradient(90deg, rgba(233, 238, 242, 0.5), transparent);
}
body.page-initiative .inner-activity-grid::before {
  content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 1px; background: var(--initiative-gold); opacity: 0.55;
}
body.page-initiative .inner-activity-grid > article {
  position: relative; min-height: 0; padding: 28px 24px 26px; border-right: 0; background: transparent;
}
body.page-initiative .inner-activity-grid > article + article { border-left: 1px solid var(--initiative-line); }
body.page-initiative .inner-activity-grid > article::before {
  position: absolute; top: -20px; left: 24px;
  display: block; width: 9px; height: 9px;
  border: 1px solid var(--initiative-gold); border-radius: 50%; background: var(--initiative-ivory); content: "";
}
body.page-initiative .activity-icon {
  width: 22px; height: 22px; margin-bottom: 14px; color: var(--initiative-navy);
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
body.page-initiative .inner-activity-grid .activity-number {
  display: block; margin-bottom: 10px; color: #957126;
  font-family: "Fragment Mono", monospace; font-size: 0.65rem; letter-spacing: 0.09em;
}
body.page-initiative .inner-activity-grid h3 { margin: 0 0 10px; color: var(--initiative-navy); font-weight: 500; font-size: clamp(1rem, 1.05vw, 1.1rem); line-height: 1.28; }
body.page-initiative .inner-activity-grid p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.94rem; line-height: 1.5; }

/* Current priorities: compact panel, not full-bleed statement. */
body.page-initiative .current-priorities-section { background: var(--initiative-stone); }
body.page-initiative .current-priorities-panel {
  display: grid; grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: clamp(32px, 4.5vw, 64px); align-items: start;
  padding: clamp(32px, 3.2vw, 46px); background: var(--initiative-ivory); border: 1px solid var(--initiative-line);
}
body.page-initiative .current-priorities-panel h2 { max-width: 20ch; margin-top: 12px; font-size: clamp(1.9rem, 2.4vw, 2.4rem); color: var(--initiative-navy); }
body.page-initiative .current-priorities-panel > div:first-child > p:last-child { max-width: 46ch; margin-top: 16px; color: var(--initiative-copy); font-size: 0.98rem; line-height: 1.58; }
body.page-initiative .current-priority-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px;
  margin: 0; padding: 0; background: rgba(20, 39, 77, 0.14); border: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-initiative .current-priority-list span {
  display: flex; align-items: center; min-height: 66px; padding: 20px 18px;
  background: var(--initiative-ivory); color: var(--initiative-navy);
  font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.05em; line-height: 1.3;
}

/* Who should participate */
body.page-initiative .inner-audience-section { background: rgba(247, 248, 247, 0.9); }
body.page-initiative .inner-audience-section .section-heading.narrow { max-width: none; margin-bottom: clamp(32px, 3.6vw, 44px); }
body.page-initiative .inner-audience-section .section-heading h2 { max-width: 22ch; font-size: clamp(2.2rem, 2.85vw, 2.9rem); }
body.page-initiative .initiative-audience-intro { max-width: 56ch; margin: 16px 0 0; color: var(--initiative-copy); font-size: 1rem; line-height: 1.6; }
body.page-initiative .inner-audience-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px;
  margin: 0; padding: 0;
  background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-initiative .inner-audience-grid > article {
  display: flex; flex-direction: column; gap: 6px; min-height: 148px;
  padding: 24px clamp(20px, 1.8vw, 26px); background: var(--initiative-ivory);
  color: var(--initiative-navy);
}
body.page-initiative .inner-audience-grid > article:nth-child(even) { background: var(--initiative-mineral-pale); }
body.page-initiative .audience-icon {
  width: 22px; height: 22px; margin-bottom: 8px; color: var(--initiative-navy);
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
body.page-initiative .inner-audience-grid .audience-number {
  order: -1; margin-bottom: 2px; color: #957126;
  font-family: "Fragment Mono", monospace; font-size: 0.65rem; letter-spacing: 0.09em;
}
body.page-initiative .inner-audience-grid h3 {
  margin: 0; color: var(--initiative-navy); font-family: "Instrument Sans", sans-serif; font-weight: 500;
  font-size: 0.98rem; line-height: 1.34;
}
body.page-initiative .inner-audience-grid p { margin: 2px 0 0; color: rgba(34, 48, 79, 0.72); font-size: 0.88rem; line-height: 1.45; }

/* Participation: concise bridge into the Alliance page, replacing the
   former six-card audience grid with a short editorial relationship list
   (single column avoids an uneven grid remainder with five items). */
body.page-initiative .initiative-participation-section { }
body.page-initiative .initiative-participation-layout {
  display: grid; grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(32px, 4.5vw, 64px); align-items: start;
}
body.page-initiative .initiative-participation-heading.section-heading.narrow { max-width: none; margin-bottom: 0; }
body.page-initiative .initiative-participation-heading.section-heading h2 { max-width: none; }
body.page-initiative .initiative-participation-detail { display: flex; flex-direction: column; gap: clamp(22px, 2.4vw, 30px); }
body.page-initiative .initiative-participation-list {
  display: flex; flex-direction: column;
  margin: 0; padding: 0; list-style: none; width: 100%; max-width: none;
  border-top: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-initiative .initiative-participation-list li {
  display: flex; align-items: baseline; gap: clamp(16px, 2vw, 28px);
  padding: 16px 0; border-bottom: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-initiative .initiative-participation-list strong {
  flex: 0 0 auto; min-width: 13ch;
  color: var(--initiative-navy); font-family: "Instrument Sans", sans-serif; font-weight: 500; font-size: 0.98rem;
}
body.page-initiative .initiative-participation-list span { color: rgba(34, 48, 79, 0.72); font-size: 0.9rem; line-height: 1.45; }
body.page-initiative .initiative-participation-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px, 2vw, 28px); margin: 0;
}
body.page-initiative .initiative-participation-actions .initiative-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--initiative-gold); border-radius: 0;
  background: transparent; color: var(--initiative-navy); box-shadow: none;
}
body.page-initiative .initiative-participation-actions .initiative-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-initiative .initiative-participation-actions .initiative-hero-secondary:hover,
body.page-initiative .initiative-participation-actions .initiative-hero-secondary:focus-visible {
  background: transparent; color: var(--initiative-navy); border-color: var(--initiative-navy);
}
body.page-initiative .initiative-participation-actions .initiative-hero-secondary:hover span,
body.page-initiative .initiative-participation-actions .initiative-hero-secondary:focus-visible span { transform: translateX(4px); }

/* Cross-page route band: four equal, clearly discoverable navigation routes. */
body.page-initiative .inner-crosslink-band {
  padding-block: clamp(48px, 4.6vw, 60px);
  background: var(--initiative-navy-deep);
  color: #d5e0ed;
}
body.page-initiative .initiative-route-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 24px;
}
/* The route anchor must not carry a browser-default underline: styles.css's
   shared ".inner-crosslink-band a" rule (used by the plain-sentence cross-link
   bands on other inner pages) sets text-decoration: underline at a higher
   specificity than a bare ".initiative-route" rule, so an inherited underline
   was rendering through every child - including doubling behind the title's
   intentional border-bottom line. Scoping this override through
   ".inner-crosslink-band .initiative-route" raises its specificity above that
   shared rule so text-decoration is genuinely removed at the anchor itself,
   not just visually hidden on descendants. */
body.page-initiative .inner-crosslink-band .initiative-route {
  position: relative;
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 10px clamp(18px, 2vw, 26px);
  margin: -10px 0;
  color: #fffdf6; text-decoration: none;
  border-radius: 2px;
  transition: background-color 200ms ease;
}
body.page-initiative .initiative-route:first-child { padding-left: 0; }
body.page-initiative .initiative-route + .initiative-route {
  border-left: 1px solid rgba(213, 224, 237, 0.16);
}
body.page-initiative .inner-crosslink-band .initiative-route-number {
  color: var(--initiative-gold); text-decoration: none;
  font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em;
}
/* Single underline, single method: a border-bottom on the title span only.
   No pseudo-element is used alongside it, and text-decoration is explicitly
   cleared here too so no residual inherited line can double up on top of it. */
body.page-initiative .inner-crosslink-band .initiative-route-title {
  display: inline-flex; align-items: center; gap: 9px;
  border-bottom: 1px solid var(--initiative-gold); padding-bottom: 6px; width: fit-content;
  font-family: "Instrument Sans", sans-serif; font-weight: 500; font-size: 1.12rem; letter-spacing: -0.01em;
  text-decoration: none; text-align: left;
  transition: border-color 200ms ease;
}
body.page-initiative .initiative-route-title span { display: inline-flex; text-decoration: none; transition: transform 200ms ease; }
body.page-initiative .inner-crosslink-band .initiative-route-label {
  color: #c2cfe4; font-size: 0.88rem; line-height: 1.42; text-decoration: none;
}
@media (hover: hover) {
  body.page-initiative .initiative-route:hover { background: rgba(213, 224, 237, 0.06); }
  body.page-initiative .initiative-route:hover .initiative-route-title { border-color: #fffdf6; }
  body.page-initiative .initiative-route:hover .initiative-route-title span { transform: translateX(3px); }
}
body.page-initiative .initiative-route:focus-visible .initiative-route-title { border-color: #fffdf6; }
body.page-initiative .initiative-route:focus-visible .initiative-route-title span { transform: translateX(3px); }
body.page-initiative .initiative-route:focus-visible {
  outline: 2px solid var(--initiative-gold); outline-offset: -2px;
  background: rgba(213, 224, 237, 0.06);
}

/* Closing CTA: heading and CTA group share one vertical rhythm, CTAs right-aligned on desktop. */
body.page-initiative .initiative-page-closing {
  display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(240px, 0.4fr); gap: clamp(24px, 3.6vw, 52px);
  align-items: center; padding-top: clamp(38px, 3.7vw, 52px); padding-bottom: clamp(38px, 3.7vw, 52px);
  background: #f7f3e9; border-top: 1px solid var(--initiative-line);
}
body.page-initiative .initiative-page-closing h2 { max-width: 17ch; color: var(--initiative-navy); font-size: clamp(2.2rem, 3.1vw, 3.2rem); letter-spacing: -0.026em; }
body.page-initiative .initiative-page-closing .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 30px; margin: 0; }
body.page-initiative .initiative-page-closing .button { width: auto; min-width: 0; justify-content: center; }
body.page-initiative .initiative-page-closing .initiative-hero-secondary { flex-shrink: 0; }
body.page-initiative .inner-page-main a:focus-visible { outline: 2px solid var(--initiative-gold); outline-offset: 4px; }

@media (max-width: 1199px) {
  body.page-initiative { --initiative-gutter: clamp(24px, 4vw, 48px); }
  body.page-initiative .inner-initiative-hero .inner-hero-copy h1 { font-size: clamp(2.6rem, 4.8vw, 3.8rem); }
  body.page-initiative .initiative-page-closing .hero-actions { gap: 18px; }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-initiative .inner-priority-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-initiative .inner-activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-initiative .inner-activity-grid > article:nth-child(2n+1) { border-left: 0; }
  body.page-initiative .inner-activity-grid > article:nth-child(n+3) { border-top: 1px solid var(--initiative-line); }
  body.page-initiative .inner-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-initiative .initiative-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; column-gap: clamp(20px, 4vw, 40px); }
  body.page-initiative .initiative-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 860px) {
  body.page-initiative .inner-editorial-section { padding-block: clamp(72px, 9vw, 92px); }
  body.page-initiative .inner-editorial-section .inner-editorial-grid { grid-template-columns: 1fr; gap: 26px; }
  body.page-initiative .inner-editorial-section .inner-rich-copy { max-width: 680px; padding-top: 0; }
  body.page-initiative .inner-page-hero.inner-initiative-hero { grid-template-columns: 1fr; gap: 28px; }
  body.page-initiative .initiative-hero-image { grid-column: 1; grid-row: auto; justify-self: stretch; width: 100%; height: auto; margin: 0 auto; aspect-ratio: 5 / 4; }
  body.page-initiative .inner-priorities-section { grid-template-columns: 1fr; }
  body.page-initiative .inner-priorities-section .section-heading { grid-column: 1; grid-row: 1; }
  body.page-initiative .inner-priorities-visual { grid-column: 1; grid-row: 2; margin: 24px auto 0; width: 100%; max-width: 560px; }
  body.page-initiative .inner-priority-grid { grid-column: 1; grid-row: 3; }
  body.page-initiative .inner-priority-grid > article { min-height: 0; }
  body.page-initiative .current-priorities-panel { grid-template-columns: 1fr; }
  body.page-initiative .inner-activity-section .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  body.page-initiative .inner-activity-section .section-heading.split > p { max-width: 60ch; }
}
@media (max-width: 860px) {
  body.page-initiative .initiative-participation-layout { grid-template-columns: 1fr; gap: 32px; }
  body.page-initiative .initiative-participation-list { margin-top: 0; }
}
@media (max-width: 767px) {
  body.page-initiative { --initiative-gutter: clamp(20px, 5.5vw, 32px); --initiative-section: clamp(44px, 11vw, 60px); --initiative-section-compact: clamp(40px, 9vw, 52px); }
  body.page-initiative .inner-page-hero.inner-initiative-hero,
  body.page-initiative .initiative-page-closing { grid-template-columns: 1fr; }
  body.page-initiative .inner-page-hero.inner-initiative-hero { gap: 28px; }
  body.page-initiative .inner-initiative-hero .inner-hero-copy h1 { max-width: 14ch; font-size: clamp(2.35rem, 9.5vw, 3.15rem); }
  body.page-initiative .initiative-hero-image { grid-column: 1; grid-row: auto; justify-self: stretch; width: 100%; height: auto; margin: 0 auto; aspect-ratio: 5 / 4; }
  body.page-initiative .inner-priority-grid { grid-template-columns: 1fr; }
  body.page-initiative .inner-priority-grid > article + article { border-top: 1px solid rgba(20, 39, 77, 0.12); }
  body.page-initiative .inner-activity-grid { grid-template-columns: 1fr; }
  body.page-initiative .inner-activity-grid > article { border-left: 0 !important; padding-left: 32px; }
  body.page-initiative .inner-activity-grid > article + article { border-top: 1px solid var(--initiative-line); }
  body.page-initiative .inner-activity-grid::before { left: 24px; top: 0; bottom: 0; right: auto; width: 1px; height: auto; }
  body.page-initiative .inner-activity-grid > article::before { top: 6px; left: 0; }
  body.page-initiative .current-priority-list { grid-template-columns: 1fr; }
  body.page-initiative .inner-audience-grid { grid-template-columns: 1fr; }
  body.page-initiative .inner-audience-grid > article:nth-child(even) { background: var(--initiative-ivory); }
  body.page-initiative .inner-audience-grid > article:nth-child(odd) { background: var(--initiative-mineral-pale); }
  body.page-initiative .initiative-participation-layout { gap: 32px; }
  body.page-initiative .initiative-participation-list { margin-top: 0; }
  body.page-initiative .initiative-participation-list li { flex-direction: column; align-items: flex-start; gap: 4px; }
  body.page-initiative .initiative-participation-actions { align-items: flex-start; }
  body.page-initiative .initiative-route-grid { grid-template-columns: 1fr; row-gap: 22px; }
  body.page-initiative .initiative-route { border-left: 0 !important; padding-left: 0; }
  body.page-initiative .initiative-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-initiative { --initiative-gutter: 20px; }
  body.page-initiative .inner-initiative-hero .hero-actions,
  body.page-initiative .initiative-participation-actions,
  body.page-initiative .initiative-page-closing .hero-actions { align-items: stretch; flex-direction: column; }
  body.page-initiative .inner-initiative-hero .hero-actions .button,
  body.page-initiative .initiative-participation-actions .button,
  body.page-initiative .initiative-page-closing .hero-actions .button { width: 100%; }
  body.page-initiative .inner-initiative-hero .hero-actions .initiative-hero-secondary,
  body.page-initiative .initiative-participation-actions .initiative-hero-secondary,
  body.page-initiative .initiative-page-closing .hero-actions .initiative-hero-secondary { width: fit-content; padding-right: 0; }
  /* Narrow mobile: drop the two secondary vertical guides and one edge line,
     leaving only the primary vertical guide + a single top edge line so the
     backdrop reads as a quiet frame rather than a grid on small screens. */
  body.page-initiative .initiative-question-backdrop-grid { display: none; }
  body.page-initiative .initiative-question-backdrop-primary { stroke-opacity: 0.08; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-initiative .initiative-hero-secondary span,
  body.page-initiative .initiative-participation-actions .initiative-hero-secondary span,
  body.page-initiative .initiative-route-title span { transition: none; }
}

/* ==================================================================
   Content-reveal animation - About & Initiative pages.
   Reuses the Homepage's existing reveal system exactly as implemented
   in script.js and styles.css:
     - script.js already observes every element carrying a
       [data-motion] attribute with one shared IntersectionObserver
       (threshold 0.15, rootMargin "0px 0px -8%"), adding .is-visible
       once and never removing it. No JS changes were required - the
       selector is already generic.
     - styles.css already defines the hidden -> visible state for
       [data-motion="section"] .eyebrow and h2 (opacity 0 -> 1,
       translateY(22px) -> 0, using --motion-fast/base/slow/ease).
       Those two rules already apply here unchanged because the
       sections below now carry data-motion="section".
     - The rules in this block extend that same mechanism (same
       variables, same distances, same easing) to the additional
       elements requested for About/Initiative (supporting copy, CTA
       groups, static images and card grids), scoped strictly under
       body.page-about / body.page-initiative so nothing leaks to any
       other page.
     - The opacity:0 pre-animation state only ever applies once the
       ancestor <html> carries .motion-ready (added by script.js after
       confirming [data-motion] elements exist), so content remains
       fully visible with JavaScript disabled - progressive enhancement
       is preserved automatically by this same cascade.
   ================================================================== */

body.page-about [data-motion="section"] h1,
body.page-initiative [data-motion="section"] h1 {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--motion-base) ease, transform var(--motion-slow) var(--motion-ease);
}
body.page-about [data-motion].is-visible h1,
body.page-initiative [data-motion].is-visible h1 { opacity: 1; transform: translateY(0); transition-delay: 80ms; }

/* Supporting paragraphs, CTA groups and static images: fade up shortly after the heading. */
body.page-about [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-about [data-motion="section"] .hero-actions,
body.page-about [data-motion="section"] .inner-hero-visual,
body.page-about [data-motion="section"] .inner-rich-copy,
body.page-about [data-motion="section"] .inner-concept-copy > p,
body.page-about [data-motion="section"] .inner-secondary-visual,
body.page-about [data-motion="section"] .section-heading.split > p,
body.page-about [data-motion="section"] .about-routes-note,
body.page-about [data-motion="section"] .leader-intro,
body.page-about [data-motion="section"] .leader-bio,
body.page-about [data-motion="section"] .about-linkedin-cta,
body.page-about [data-motion="section"] .about-leadership-visual,
body.page-initiative [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-initiative [data-motion="section"] .hero-actions,
body.page-initiative [data-motion="section"] .inner-hero-visual,
body.page-initiative [data-motion="section"] .inner-rich-copy,
body.page-initiative [data-motion="section"] .inner-secondary-visual,
body.page-initiative [data-motion="section"] .section-heading.split > p,
body.page-initiative [data-motion="section"] .current-priorities-panel > div:first-child > p:last-child {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
  transition-delay: 150ms;
}
body.page-about [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-about [data-motion].is-visible .hero-actions,
body.page-about [data-motion].is-visible .inner-hero-visual,
body.page-about [data-motion].is-visible .inner-rich-copy,
body.page-about [data-motion].is-visible .inner-concept-copy > p,
body.page-about [data-motion].is-visible .inner-secondary-visual,
body.page-about [data-motion].is-visible .section-heading.split > p,
body.page-about [data-motion].is-visible .about-routes-note,
body.page-about [data-motion].is-visible .leader-intro,
body.page-about [data-motion].is-visible .leader-bio,
body.page-about [data-motion].is-visible .about-linkedin-cta,
body.page-about [data-motion].is-visible .about-leadership-visual,
body.page-initiative [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-initiative [data-motion].is-visible .hero-actions,
body.page-initiative [data-motion].is-visible .inner-hero-visual,
body.page-initiative [data-motion].is-visible .inner-rich-copy,
body.page-initiative [data-motion].is-visible .inner-secondary-visual,
body.page-initiative [data-motion].is-visible .section-heading.split > p,
body.page-initiative [data-motion].is-visible .current-priorities-panel > div:first-child > p:last-child {
  opacity: 1;
  transform: translateY(0);
}
/* CTA groups and visuals settle in a touch later than body copy. */
body.page-about [data-motion].is-visible .hero-actions,
body.page-initiative [data-motion].is-visible .hero-actions { transition-delay: 240ms; }
body.page-about [data-motion].is-visible .inner-hero-visual,
body.page-about [data-motion].is-visible .inner-secondary-visual,
body.page-about [data-motion].is-visible .about-leadership-visual,
body.page-initiative [data-motion].is-visible .inner-hero-visual,
body.page-initiative [data-motion].is-visible .inner-secondary-visual { transition-delay: 200ms; }

/* Card / label grids: gentle, capped stagger (kept under ~700ms total, well inside 45-70ms per item). */
body.page-about [data-motion="section"] .inner-definition-strip > div,
body.page-about [data-motion="section"] .mission-vision-feature > article,
body.page-about [data-motion="section"] .about-trust-rail > li,
body.page-about [data-motion="section"] .inner-route-grid > a,
body.page-about [data-motion="section"] .about-principles-grid > li,
body.page-about [data-motion="section"] .leadership-identity-list > .leadership-identity,
body.page-initiative [data-motion="section"] .inner-priority-grid > article,
body.page-initiative [data-motion="section"] .inner-activity-grid > article,
body.page-initiative [data-motion="section"] .inner-audience-grid > article,
body.page-initiative [data-motion="section"] .current-priority-list > span,
body.page-initiative [data-motion="section"] .initiative-route-grid > a {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
}
body.page-about [data-motion].is-visible .inner-definition-strip > div,
body.page-about [data-motion].is-visible .mission-vision-feature > article,
body.page-about [data-motion].is-visible .about-trust-rail > li,
body.page-about [data-motion].is-visible .inner-route-grid > a,
body.page-about [data-motion].is-visible .about-principles-grid > li,
body.page-about [data-motion].is-visible .leadership-identity-list > .leadership-identity,
body.page-initiative [data-motion].is-visible .inner-priority-grid > article,
body.page-initiative [data-motion].is-visible .inner-activity-grid > article,
body.page-initiative [data-motion].is-visible .inner-audience-grid > article,
body.page-initiative [data-motion].is-visible .current-priority-list > span,
body.page-initiative [data-motion].is-visible .initiative-route-grid > a {
  opacity: 1;
  transform: translateY(0);
}
body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(1),
body.page-about [data-motion].is-visible .mission-vision-feature > article:nth-child(1),
body.page-about [data-motion].is-visible .about-trust-rail > li:nth-child(1),
body.page-about [data-motion].is-visible .inner-route-grid > a:nth-child(1),
body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(1),
body.page-about [data-motion].is-visible .leadership-identity-list > .leadership-identity:nth-child(1),
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(1),
body.page-initiative [data-motion].is-visible .inner-activity-grid > article:nth-child(1),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(1),
body.page-initiative [data-motion].is-visible .current-priority-list > span:nth-child(1),
body.page-initiative [data-motion].is-visible .initiative-route-grid > a:nth-child(1) { transition-delay: 160ms; }
body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(2),
body.page-about [data-motion].is-visible .mission-vision-feature > article:nth-child(2),
body.page-about [data-motion].is-visible .about-trust-rail > li:nth-child(2),
body.page-about [data-motion].is-visible .inner-route-grid > a:nth-child(2),
body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(2),
body.page-about [data-motion].is-visible .leadership-identity-list > .leadership-identity:nth-child(2),
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(2),
body.page-initiative [data-motion].is-visible .inner-activity-grid > article:nth-child(2),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(2),
body.page-initiative [data-motion].is-visible .current-priority-list > span:nth-child(2),
body.page-initiative [data-motion].is-visible .initiative-route-grid > a:nth-child(2) { transition-delay: 220ms; }
body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(3),
body.page-about [data-motion].is-visible .about-trust-rail > li:nth-child(3),
body.page-about [data-motion].is-visible .inner-route-grid > a:nth-child(3),
body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(3),
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(3),
body.page-initiative [data-motion].is-visible .inner-activity-grid > article:nth-child(3),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(3),
body.page-initiative [data-motion].is-visible .initiative-route-grid > a:nth-child(3) { transition-delay: 280ms; }
body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(4),
body.page-about [data-motion].is-visible .inner-route-grid > a:nth-child(4),
body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(4),
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(4),
body.page-initiative [data-motion].is-visible .inner-activity-grid > article:nth-child(4),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(4),
body.page-initiative [data-motion].is-visible .initiative-route-grid > a:nth-child(4) { transition-delay: 340ms; }
body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(5),
body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(5),
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(5),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(5) { transition-delay: 400ms; }
body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(6),
body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(6) { transition-delay: 450ms; }

/* Mission/Vision connecting divider: fades in with its panel row, no separate observer needed. */
body.page-about .mission-vision-feature::before,
body.page-about .mission-vision-feature::after {
  transition: opacity var(--motion-base) ease 260ms;
}
body.page-about [data-motion="section"] .mission-vision-feature::before,
body.page-about [data-motion="section"] .mission-vision-feature::after { opacity: 0; }
body.page-about [data-motion].is-visible .mission-vision-feature::before,
body.page-about [data-motion].is-visible .mission-vision-feature::after { opacity: 1; }

/* Mobile: keep the reveal calm - smaller travel distance, no card-grid stagger beyond ~260ms. */
@media (max-width: 640px) {
  body.page-about [data-motion="section"] .inner-definition-strip > div,
  body.page-about [data-motion="section"] .mission-vision-feature > article,
  body.page-about [data-motion="section"] .about-trust-rail > li,
  body.page-about [data-motion="section"] .inner-route-grid > a,
  body.page-about [data-motion="section"] .about-principles-grid > li,
  body.page-about [data-motion="section"] .leadership-identity-list > .leadership-identity,
  body.page-initiative [data-motion="section"] .inner-priority-grid > article,
  body.page-initiative [data-motion="section"] .inner-activity-grid > article,
  body.page-initiative [data-motion="section"] .inner-audience-grid > article,
  body.page-initiative [data-motion="section"] .current-priority-list > span,
  body.page-initiative [data-motion="section"] .initiative-route-grid > a {
    transform: translateY(10px);
  }
  body.page-about [data-motion].is-visible .inner-definition-strip > div:nth-child(n),
  body.page-about [data-motion].is-visible .mission-vision-feature > article:nth-child(n),
  body.page-about [data-motion].is-visible .about-trust-rail > li:nth-child(n),
  body.page-about [data-motion].is-visible .inner-route-grid > a:nth-child(n),
  body.page-about [data-motion].is-visible .about-principles-grid > li:nth-child(n),
  body.page-about [data-motion].is-visible .leadership-identity-list > .leadership-identity:nth-child(n),
  body.page-initiative [data-motion].is-visible .inner-priority-grid > article:nth-child(n),
  body.page-initiative [data-motion].is-visible .inner-activity-grid > article:nth-child(n),
  body.page-initiative [data-motion].is-visible .inner-audience-grid > article:nth-child(n),
  body.page-initiative [data-motion].is-visible .current-priority-list > span:nth-child(n),
  body.page-initiative [data-motion].is-visible .initiative-route-grid > a:nth-child(n) { transition-delay: 120ms; }
}




/* ===== Alliance page ===== */
body.page-alliance {
  --alliance-page-max: 1480px;
  --alliance-gutter: clamp(24px, 4vw, 64px);
  --alliance-ivory: #fbfaf5;
  --alliance-stone: #f3efe5;
  --alliance-mineral: #e8eef1;
  --alliance-mineral-pale: #eef3f5;
  --alliance-navy: #0b1738;
  --alliance-navy-deep: #07142f;
  --alliance-copy: #22304f;
  --alliance-gold: #b58c31;
  --alliance-line: rgba(20, 39, 77, 0.18);
  --alliance-section: clamp(72px, 7.5vw, 104px);
  --alliance-section-compact: clamp(56px, 5.5vw, 80px);
  --alliance-copy-action-gap: clamp(20px, 1.8vw, 26px);
}
body.page-alliance .inner-page-main { width: 100%; overflow-x: clip; background: var(--alliance-ivory); }
body.page-alliance .global-footer.site-footer,
body.page-alliance .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--alliance-gutter), calc((100% - var(--alliance-page-max)) / 2));
}
body.page-alliance .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--alliance-section);
  padding-inline: max(var(--alliance-gutter), calc((100% - var(--alliance-page-max)) / 2)); border-top: 0;
}
body.page-alliance .inner-page-main > .section + .section { border-top: 0; }
body.page-alliance .inner-page-main a:focus-visible,
body.page-alliance .inner-page-main button:focus-visible,
body.page-alliance .inner-page-main input:focus-visible,
body.page-alliance .inner-page-main select:focus-visible,
body.page-alliance .inner-page-main textarea:focus-visible,
body.page-alliance .inner-page-main .alliance-current-card:focus-visible {
  outline: 2px solid var(--alliance-gold); outline-offset: 4px;
}

/* Hero */
body.page-alliance .alliance-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 3.6vw, 56px); align-items: start;
  padding-top: clamp(40px, 4.2vw, 58px); padding-bottom: clamp(44px, 4.6vw, 64px);
  background: linear-gradient(112deg, var(--alliance-mineral), var(--alliance-ivory) 62%);
}
body.page-alliance .alliance-hero::before,
body.page-alliance .alliance-hero::after { display: none; }
body.page-alliance .alliance-hero .inner-hero-copy { max-width: none; padding: 0; }
body.page-alliance .alliance-hero .inner-hero-copy h1 {
  max-width: none; margin: 12px 0 22px; color: var(--alliance-navy);
  font-size: clamp(2.5rem, 3.9vw, 3.85rem); font-weight: 400; line-height: 1.12; letter-spacing: -0.028em; text-wrap: balance;
}
body.page-alliance .alliance-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 58ch; margin: 0; color: var(--alliance-copy); font-size: clamp(1rem, 0.42vw + 0.94rem, 1.08rem); line-height: 1.62;
}
body.page-alliance .alliance-hero .hero-actions { margin-top: var(--alliance-copy-action-gap); gap: clamp(18px, 2vw, 30px); }
body.page-alliance .alliance-hero-secondary,
body.page-alliance .alliance-page-closing .alliance-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--alliance-gold); border-radius: 0;
  background: transparent; color: var(--alliance-navy); box-shadow: none;
}
body.page-alliance .alliance-hero-secondary span,
body.page-alliance .alliance-page-closing .alliance-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-alliance .alliance-hero-secondary:hover,
body.page-alliance .alliance-hero-secondary:focus-visible,
body.page-alliance .alliance-page-closing .alliance-hero-secondary:hover,
body.page-alliance .alliance-page-closing .alliance-hero-secondary:focus-visible { background: transparent; color: var(--alliance-navy); border-color: var(--alliance-navy); }
body.page-alliance .alliance-hero-secondary:hover span,
body.page-alliance .alliance-hero-secondary:focus-visible span,
body.page-alliance .alliance-page-closing .alliance-hero-secondary:hover span,
body.page-alliance .alliance-page-closing .alliance-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-alliance .alliance-hero-visual {
  position: relative; display: block; width: 100%; margin: 0; overflow: hidden;
  padding: 0; background: transparent; border: 0; box-shadow: 0 18px 50px rgba(11, 23, 56, 0.12);
}
body.page-alliance .alliance-hero-visual img { display: block; width: 100%; height: auto; }

/* Editorial section */
body.page-alliance .alliance-editorial-section {
  display: block; padding-block: var(--alliance-section-compact); background: var(--alliance-mineral);
  border-block: 1px solid rgba(20, 39, 77, 0.1);
}
body.page-alliance .alliance-editorial-section .inner-editorial-grid {
  display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.54fr);
  justify-content: space-between; gap: clamp(40px, 5.5vw, 84px); align-items: start;
}
body.page-alliance .alliance-editorial-section .inner-section-intro {
  padding-left: clamp(16px, 1.7vw, 24px); border-left: 1px solid var(--alliance-gold);
}
body.page-alliance .alliance-editorial-section .inner-section-intro h2 {
  max-width: 16ch; margin: 11px 0 0; color: var(--alliance-navy);
  font-family: "Instrument Sans", sans-serif; font-size: clamp(2.1rem, 3vw, 3.2rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.022em;
}
body.page-alliance .alliance-editorial-section .inner-rich-copy {
  max-width: none; padding: 0; border-left: 0; color: var(--alliance-copy);
  font-size: clamp(1rem, 0.38vw + 0.93rem, 1.08rem); line-height: 1.7;
}
body.page-alliance .alliance-editorial-section .inner-rich-copy p { margin: 0; }
body.page-alliance .alliance-editorial-section .inner-rich-copy p + p { margin-top: 1.1em; }

/* Shared section headings */
body.page-alliance .alliance-contributors-section .section-heading.split,
body.page-alliance .alliance-focus-section .section-heading.split,
body.page-alliance .alliance-current-contributors-section .section-heading.split,
body.page-alliance .alliance-terms-section .section-heading.split { max-width: none; margin-bottom: clamp(32px, 3.6vw, 48px); }
body.page-alliance .alliance-contributors-section .section-heading h2,
body.page-alliance .alliance-focus-section .section-heading h2,
body.page-alliance .alliance-current-contributors-section .section-heading h2,
body.page-alliance .alliance-terms-section .section-heading h2,
body.page-alliance .alliance-form-section .inner-form-intro h2,
body.page-alliance .alliance-page-closing h2 {
  max-width: 20ch; font-family: "Instrument Sans", sans-serif; font-size: clamp(2rem, 2.7vw, 2.85rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.02em;
}
body.page-alliance .alliance-focus-section .section-heading h2 { max-width: 22ch; }
body.page-alliance .alliance-contributors-section .section-heading.split > p,
body.page-alliance .alliance-focus-section .section-heading.split > p,
body.page-alliance .alliance-current-contributors-section .section-heading.split > p,
body.page-alliance .alliance-terms-section .section-heading.split > p { max-width: 52ch; color: var(--alliance-copy); line-height: 1.58; }
body.page-alliance .alliance-focus-section .section-heading.split > p { color: #e8eef1; }

/* Contributor group cards */
body.page-alliance .alliance-contributors-section { background: var(--alliance-ivory); }
body.page-alliance .alliance-contributor-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: clamp(16px, 1.6vw, 22px);
  margin: 0; padding: 0;
}
body.page-alliance .alliance-contributor-card {
  display: flex; flex-direction: column; gap: 10px; min-width: 0;
  padding: clamp(24px, 2.2vw, 32px) clamp(22px, 2vw, 30px);
  background: var(--alliance-ivory); border: 1px solid var(--alliance-line); border-radius: 2px;
}
body.page-alliance .alliance-contributor-card:nth-child(even) { background: var(--alliance-mineral-pale); }
body.page-alliance .alliance-card-number {
  display: block; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.08em;
}
body.page-alliance .alliance-contributor-card h3 {
  margin: 0 0 6px; color: var(--alliance-navy); font-size: clamp(1.05rem, 1.15vw, 1.22rem); font-weight: 500; line-height: 1.25;
}
body.page-alliance .alliance-contributor-card p { margin: 0; color: rgba(34, 48, 79, 0.82); font-size: 0.96rem; line-height: 1.58; letter-spacing: 0; }
body.page-alliance .alliance-card-divider { display: block; width: 24px; height: 1px; background: var(--alliance-gold); margin: 8px 0 2px; }
body.page-alliance .alliance-card-label {
  display: block; margin-top: 6px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
}

/* How participation works */
body.page-alliance .alliance-pathways-section { background: rgba(255, 253, 248, 0.78); }
body.page-alliance .alliance-pathways-intro {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4.5vw, 64px); align-items: start;
  margin-bottom: clamp(24px, 2.6vw, 34px);
}
body.page-alliance .alliance-pathways-copy { }
body.page-alliance .alliance-pathways-copy .eyebrow { margin: 0 0 12px; }
body.page-alliance .alliance-pathways-copy h2 {
  max-width: 20ch; margin: 0 0 26px; color: var(--alliance-navy);
  font-family: "Instrument Sans", sans-serif; font-size: clamp(2rem, 2.7vw, 2.85rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.02em;
}
body.page-alliance .alliance-pathways-copy > p {
  max-width: 52ch; margin: 0; color: var(--alliance-copy); font-size: clamp(1rem, 0.38vw + 0.93rem, 1.08rem); line-height: 1.62;
}
body.page-alliance .alliance-pathways-visual {
  width: 100%; margin: 0; overflow: hidden;
  padding: 0; background: transparent; border: 0; box-shadow: none;
}
body.page-alliance .alliance-pathways-visual img { display: block; width: 100%; height: auto; }
body.page-alliance .alliance-activity-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  margin: 14px 0 0; padding: 0;
}
body.page-alliance .alliance-activity-grid::before {
  content: ""; position: absolute; inset: -12px 0 auto 0; height: 1px; background: var(--alliance-gold); opacity: 0.55;
}
body.page-alliance .alliance-activity-grid > article {
  position: relative; min-width: 0; padding: 30px 22px 28px; background: transparent;
}
body.page-alliance .alliance-activity-grid > article + article { border-left: 1px solid var(--alliance-line); }
body.page-alliance .alliance-activity-grid > article::before {
  content: ""; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 9px; height: 9px;
  border: 1px solid var(--alliance-gold); border-radius: 50%; background: var(--alliance-ivory);
}
body.page-alliance .alliance-activity-grid .activity-number {
  display: block; margin-bottom: 10px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.08em;
}
body.page-alliance .alliance-activity-grid h3 {
  margin: 0 0 10px; color: var(--alliance-navy); font-size: clamp(1rem, 1.05vw, 1.12rem); font-weight: 500; line-height: 1.28;
}
body.page-alliance .alliance-activity-grid p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.94rem; line-height: 1.52; }

/* Focus areas */
body.page-alliance .alliance-focus-section { padding-block: var(--alliance-section); background: var(--alliance-navy-deep); color: #fffdf6; }
body.page-alliance .alliance-focus-section .section-heading h2,
body.page-alliance .alliance-focus-section .section-heading.split > p { color: #fffdf6; }
body.page-alliance .alliance-focus-section .eyebrow { display: block; color: #d7b55f; }
body.page-alliance .alliance-focus-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1px; list-style: none;
  margin: 0; padding: 0; background: rgba(221, 231, 239, 0.18); border: 1px solid rgba(221, 231, 239, 0.18);
}
body.page-alliance .alliance-focus-grid li {
  display: flex; flex-direction: column; gap: 10px; min-width: 0;
  padding: clamp(26px, 2.4vw, 34px) clamp(22px, 2vw, 30px); background: rgba(14, 33, 66, 0.78);
  color: #dde6ef; font-size: 0.95rem; line-height: 1.56;
}
body.page-alliance .alliance-focus-grid li h3 {
  margin: 0; color: #fffdf6; font-size: clamp(1.02rem, 1.05vw, 1.12rem); font-weight: 500; line-height: 1.25;
}
body.page-alliance .alliance-focus-grid li p { margin: 0; color: #c2cfe4; }

/* Current contributors */
body.page-alliance .alliance-current-contributors-section { background: var(--alliance-ivory); }
body.page-alliance .alliance-current-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: clamp(16px, 1.6vw, 22px);
  margin: 0; padding: 0;
}
body.page-alliance .alliance-current-card {
  display: flex; flex-direction: column; gap: 8px; min-width: 0;
  padding: clamp(22px, 2vw, 28px) clamp(20px, 1.8vw, 26px);
  background: var(--alliance-ivory); border: 1px solid var(--alliance-line); border-radius: 2px;
}
body.page-alliance .alliance-current-card:nth-child(even) { background: var(--alliance-mineral-pale); }
body.page-alliance .alliance-current-card__portrait {
  width: clamp(72px, 6vw, 88px); height: clamp(72px, 6vw, 88px);
  margin: 0 0 14px; object-fit: cover; object-position: center top;
  border: 1px solid rgba(20, 39, 77, 0.18); border-radius: 50%;
}
body.page-alliance .alliance-current-card h3 {
  margin: 0; color: var(--alliance-navy); font-size: clamp(1.05rem, 1.15vw, 1.2rem); font-weight: 500; line-height: 1.25;
}
body.page-alliance .alliance-current-card p { margin: 0; color: rgba(34, 48, 79, 0.82); font-size: 0.94rem; line-height: 1.52; }
body.page-alliance .alliance-current-meta {
  display: block; margin-top: auto; padding-top: 10px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.7rem; letter-spacing: 0.06em;
}

/* Participation terms */
body.page-alliance .alliance-terms-section { background: var(--alliance-stone); }
body.page-alliance .alliance-terms-panels {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 1.6vw, 22px); align-items: stretch;
}
body.page-alliance .alliance-terms-panel {
  display: flex; flex-direction: column; gap: 18px;
  padding: clamp(28px, 2.6vw, 38px); border: 1px solid var(--alliance-line); border-radius: 2px;
}
body.page-alliance .alliance-terms-panel--ivory { background: var(--alliance-ivory); }
body.page-alliance .alliance-terms-panel--blue { background: var(--alliance-mineral-pale); }
body.page-alliance .alliance-terms-panel h3 { margin: 0; color: var(--alliance-navy); font-size: 1.1rem; font-weight: 500; }
body.page-alliance .alliance-terms-panel ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
body.page-alliance .alliance-terms-panel li {
  position: relative; padding-left: 22px; color: var(--alliance-copy); font-size: 0.97rem; line-height: 1.5;
}
body.page-alliance .alliance-terms-panel li::before {
  content: ""; position: absolute; left: 0; top: 0.55em; width: 8px; height: 1px; background: var(--alliance-gold);
}

/* Form */
body.page-alliance .alliance-form-section { background: var(--alliance-mineral); }
body.page-alliance .alliance-form-panel { width: 100%; max-width: 980px; margin: 0 auto; }
body.page-alliance .alliance-form-panel .inner-form {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px;
  padding: clamp(32px, 4vw, 54px); background: var(--alliance-ivory); border: 1px solid var(--alliance-line); border-radius: 2px;
}
body.page-alliance .alliance-form-panel .inner-form-intro { grid-column: 1 / -1; }
body.page-alliance .alliance-form-panel .inner-form-intro h2 { max-width: 24ch; margin: 10px 0 16px; }
body.page-alliance .alliance-form-panel .inner-form-intro > p { max-width: 64ch; margin: 0 0 10px; color: var(--alliance-copy); line-height: 1.58; }
body.page-alliance .alliance-form-panel label {
  display: block; margin-bottom: 6px; color: var(--alliance-navy); font-size: 0.92rem; font-weight: 500;
}
body.page-alliance .alliance-form-panel .required-indicator { color: var(--alliance-gold); }
body.page-alliance .alliance-form-panel input,
body.page-alliance .alliance-form-panel select,
body.page-alliance .alliance-form-panel textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(20, 39, 77, 0.22);
  background: #fffdf8; color: var(--alliance-navy); border-radius: 2px; font-size: 0.98rem;
}
body.page-alliance .alliance-form-panel textarea { min-height: 120px; resize: vertical; }
body.page-alliance .alliance-form-panel input:focus,
body.page-alliance .alliance-form-panel select:focus,
body.page-alliance .alliance-form-panel textarea:focus { border-color: var(--alliance-gold); background: #fff; }
body.page-alliance .alliance-form-panel input:user-invalid,
body.page-alliance .alliance-form-panel select:user-invalid,
body.page-alliance .alliance-form-panel textarea:user-invalid { border-color: #b94e4e; }
body.page-alliance .alliance-consent-wrap {
  grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin-top: 6px;
}
body.page-alliance .alliance-consent-wrap input { width: auto; min-height: 0; margin-top: 3px; }
body.page-alliance .alliance-consent-wrap label { margin: 0; color: var(--alliance-copy); font-size: 0.92rem; font-weight: 400; line-height: 1.5; }
body.page-alliance .form-action-row {
  grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 4px;
}
body.page-alliance .form-action-row .button.primary { width: auto; }

/* Route band & closing */
body.page-alliance .alliance-route-band { padding-block: clamp(48px, 4.6vw, 60px); background: var(--alliance-navy-deep); color: #d5e0ed; }
body.page-alliance .alliance-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 24px; }
body.page-alliance .inner-crosslink-band .initiative-route {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0;
  padding: 10px clamp(18px, 2vw, 26px); margin: -10px 0; color: #fffdf6; text-decoration: none; border-radius: 2px;
  transition: background-color 200ms ease;
}
body.page-alliance .alliance-route:first-child { padding-left: 0; }
body.page-alliance .alliance-route + .alliance-route { border-left: 1px solid rgba(213, 224, 237, 0.16); }
body.page-alliance .inner-crosslink-band .initiative-route-number {
  color: var(--alliance-gold); text-decoration: none; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em;
}
body.page-alliance .inner-crosslink-band .initiative-route-title {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; max-width: 100%; padding-bottom: 6px;
  border-bottom: 1px solid var(--alliance-gold); color: #fffdf6; text-decoration: none;
  font-size: 1.12rem; font-weight: 500; letter-spacing: -0.01em; text-align: left; overflow-wrap: anywhere;
  transition: border-color 200ms ease;
}
body.page-alliance .initiative-route-title span { display: inline-flex; text-decoration: none; transition: transform 200ms ease; }
body.page-alliance .inner-crosslink-band .initiative-route-label {
  color: #c2cfe4; font-size: 0.88rem; line-height: 1.42; text-decoration: none; text-align: left;
}
@media (hover: hover) {
  body.page-alliance .alliance-route:hover { background: rgba(213, 224, 237, 0.06); }
  body.page-alliance .alliance-route:hover .initiative-route-title { border-color: #fffdf6; }
  body.page-alliance .alliance-route:hover .initiative-route-title span { transform: translateX(3px); }
}
body.page-alliance .alliance-route:focus-visible { outline: 2px solid var(--alliance-gold); outline-offset: -2px; background: rgba(213, 224, 237, 0.06); }
body.page-alliance .alliance-route:focus-visible .initiative-route-title { border-color: #fffdf6; }
body.page-alliance .alliance-route:focus-visible .initiative-route-title span { transform: translateX(3px); }
body.page-alliance .alliance-page-closing {
  display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(240px, 0.4fr); gap: clamp(24px, 3.6vw, 52px);
  align-items: center; padding-top: clamp(38px, 3.7vw, 52px); padding-bottom: clamp(38px, 3.7vw, 52px);
  background: #f7f3e9; border-top: 1px solid var(--alliance-line);
}
body.page-alliance .alliance-page-closing h2 { max-width: 18ch; color: var(--alliance-navy); }
body.page-alliance .alliance-page-closing .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 30px; margin: 0; }
body.page-alliance .alliance-page-closing .button { width: auto; min-width: 0; justify-content: center; }

/* Reveal animation hooks */
body.page-alliance [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-alliance [data-motion="section"] .hero-actions,
body.page-alliance [data-motion="section"] .inner-hero-visual,
body.page-alliance [data-motion="section"] .inner-rich-copy,
body.page-alliance [data-motion="section"] .alliance-pathways-copy > p,
body.page-alliance [data-motion="section"] .alliance-pathways-visual,
body.page-alliance [data-motion="section"] .alliance-contributor-card,
body.page-alliance [data-motion="section"] .alliance-current-card,
body.page-alliance [data-motion="section"] .alliance-terms-panel,
body.page-alliance [data-motion="section"] .alliance-focus-grid > li,
body.page-alliance [data-motion="section"] .alliance-activity-grid > article,
body.page-alliance [data-motion="section"] .alliance-form-panel .inner-form {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
  transition-delay: 120ms;
}
body.page-alliance [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-alliance [data-motion].is-visible .hero-actions,
body.page-alliance [data-motion].is-visible .inner-hero-visual,
body.page-alliance [data-motion].is-visible .inner-rich-copy,
body.page-alliance [data-motion].is-visible .alliance-pathways-copy > p,
body.page-alliance [data-motion].is-visible .alliance-pathways-visual,
body.page-alliance [data-motion].is-visible .alliance-contributor-card,
body.page-alliance [data-motion].is-visible .alliance-current-card,
body.page-alliance [data-motion].is-visible .alliance-terms-panel,
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li,
body.page-alliance [data-motion].is-visible .alliance-activity-grid > article,
body.page-alliance [data-motion].is-visible .alliance-form-panel .inner-form {
  opacity: 1;
  transform: translateY(0);
}
body.page-alliance [data-motion].is-visible .alliance-contributor-card:nth-child(2),
body.page-alliance [data-motion].is-visible .alliance-current-card:nth-child(2),
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li:nth-child(2),
body.page-alliance [data-motion].is-visible .alliance-activity-grid > article:nth-child(2) { transition-delay: 180ms; }
body.page-alliance [data-motion].is-visible .alliance-contributor-card:nth-child(3),
body.page-alliance [data-motion].is-visible .alliance-current-card:nth-child(3),
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li:nth-child(3),
body.page-alliance [data-motion].is-visible .alliance-activity-grid > article:nth-child(3) { transition-delay: 240ms; }
body.page-alliance [data-motion].is-visible .alliance-contributor-card:nth-child(4),
body.page-alliance [data-motion].is-visible .alliance-current-card:nth-child(4),
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li:nth-child(4),
body.page-alliance [data-motion].is-visible .alliance-activity-grid > article:nth-child(4) { transition-delay: 300ms; }
body.page-alliance [data-motion].is-visible .alliance-current-card:nth-child(5),
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li:nth-child(5) { transition-delay: 360ms; }
body.page-alliance [data-motion].is-visible .alliance-current-card:nth-child(6),
body.page-alliance [data-motion].is-visible .alliance-focus-grid > li:nth-child(6) { transition-delay: 420ms; }

/* Responsive */
@media (max-width: 1199px) {
  body.page-alliance { --alliance-gutter: clamp(24px, 4vw, 48px); }
  body.page-alliance .alliance-hero .inner-hero-copy h1 { font-size: clamp(2.3rem, 4.2vw, 3.5rem); }
}
@media (max-width: 1024px) {
  body.page-alliance .alliance-contributor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-alliance .alliance-focus-grid,
  body.page-alliance .alliance-current-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-alliance .alliance-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; column-gap: clamp(20px, 4vw, 40px); }
  body.page-alliance .alliance-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 860px) {
  body.page-alliance .alliance-editorial-section .inner-editorial-grid,
  body.page-alliance .alliance-hero,
  body.page-alliance .alliance-pathways-intro,
  body.page-alliance .alliance-terms-panels,
  body.page-alliance .alliance-page-closing { grid-template-columns: 1fr; }
  body.page-alliance .alliance-editorial-section .inner-rich-copy { max-width: 680px; padding-top: 0; }
  body.page-alliance .alliance-hero-visual { max-width: 560px; margin-inline: auto; }
  body.page-alliance .alliance-pathways-intro { gap: 32px; margin-bottom: 28px; }
  body.page-alliance .alliance-form-panel .inner-form { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-alliance { --alliance-gutter: clamp(20px, 5.5vw, 32px); --alliance-section: clamp(44px, 11vw, 60px); --alliance-section-compact: clamp(40px, 9vw, 52px); }
  body.page-alliance .alliance-contributor-grid,
  body.page-alliance .alliance-focus-grid,
  body.page-alliance .alliance-current-grid,
  body.page-alliance .alliance-route-grid { grid-template-columns: 1fr; }
  body.page-alliance .alliance-activity-grid { grid-template-columns: 1fr; margin-top: 8px; }
  body.page-alliance .alliance-activity-grid::before { display: none; }
  body.page-alliance .alliance-activity-grid > article { border-left: 0 !important; padding: 22px 0 22px 28px; }
  body.page-alliance .alliance-activity-grid > article + article { border-top: 1px solid var(--alliance-line); }
  body.page-alliance .alliance-activity-grid > article::before { top: 26px; left: 0; transform: none; }
  body.page-alliance .alliance-route { border-left: 0 !important; padding-left: 0; }
  body.page-alliance .alliance-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-alliance { --alliance-gutter: 20px; }
  body.page-alliance .alliance-hero .hero-actions,
  body.page-alliance .alliance-page-closing .hero-actions { align-items: stretch; flex-direction: column; }
  body.page-alliance .alliance-hero .hero-actions .button,
  body.page-alliance .alliance-page-closing .hero-actions .button { width: 100%; }
  body.page-alliance .alliance-hero .hero-actions .alliance-hero-secondary,
  body.page-alliance .alliance-page-closing .hero-actions .alliance-hero-secondary { width: fit-content; padding-right: 0; }
  body.page-alliance .alliance-form-panel .inner-form { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-alliance .alliance-hero-secondary span,
  body.page-alliance .initiative-route-title span { transition: none; }
}

/* ===== Solutions page ===== */
body.page-solutions {
  --solutions-page-max: 1480px;
  --solutions-gutter: clamp(24px, 4vw, 64px);
  --solutions-ivory: #fbfaf5;
  --solutions-stone: #f3efe5;
  --solutions-mineral: #e8eef1;
  --solutions-mineral-pale: #eef3f5;
  --solutions-navy: #0b1738;
  --solutions-navy-deep: #07142f;
  --solutions-copy: #22304f;
  --solutions-gold: #b58c31;
  --solutions-line: rgba(20, 39, 77, 0.18);
  --solutions-section: clamp(52px, 5vw, 76px);
  --solutions-section-compact: clamp(44px, 4.2vw, 64px);
  --solutions-copy-action-gap: clamp(20px, 1.8vw, 26px);
}
body.page-solutions .inner-page-main { width: 100%; overflow-x: clip; background: var(--solutions-ivory); }
body.page-solutions .global-footer.site-footer,
body.page-solutions .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--solutions-gutter), calc((100% - var(--solutions-page-max)) / 2));
}
body.page-solutions .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--solutions-section);
  padding-inline: max(var(--solutions-gutter), calc((100% - var(--solutions-page-max)) / 2)); border-top: 0;
}
body.page-solutions .inner-page-main > .section + .section { border-top: 0; }
body.page-solutions .solutions-questions-section .section-heading h2,
body.page-solutions .solutions-current-section .section-heading h2,
body.page-solutions .solutions-engagements-section .section-heading h2,
body.page-solutions .solutions-pathway-section .section-heading h2,
body.page-solutions .solutions-boundaries-panel h2,
body.page-solutions .solutions-future-section .section-heading h2,
body.page-solutions .solutions-route-band .section-heading h2,
body.page-solutions .solutions-page-closing h2,
body.page-solutions .services-compat-section h1 {
  font-family: "Instrument Sans", sans-serif; font-weight: 500; line-height: 1.08; letter-spacing: -0.02em;
}
body.page-solutions .inner-page-main a:focus-visible,
body.page-solutions .inner-page-main button:focus-visible,
body.page-solutions .inner-page-main input:focus-visible,
body.page-solutions .inner-page-main select:focus-visible,
body.page-solutions .inner-page-main textarea:focus-visible {
  outline: 2px solid var(--solutions-gold); outline-offset: 4px;
}
body.page-solutions .solutions-hero {
  display: grid; grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr); gap: clamp(28px, 3.6vw, 58px); align-items: center;
  padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(46px, 4.8vw, 68px);
  background: linear-gradient(110deg, var(--solutions-stone), var(--solutions-ivory) 62%);
}
body.page-solutions .solutions-hero::before,
body.page-solutions .solutions-hero::after { display: none; }
body.page-solutions .solutions-hero .inner-hero-copy { max-width: none; padding: 0; }
body.page-solutions .solutions-hero .inner-hero-copy h1 {
  max-width: 14ch; margin: 12px 0 20px; color: var(--solutions-navy);
  font-size: clamp(2.9rem, 4.55vw, 4.35rem); font-weight: 500; line-height: 1.04; letter-spacing: -0.038em; text-wrap: balance;
}
body.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 56ch; margin: 0; color: var(--solutions-copy); font-size: clamp(1rem, 0.42vw + 0.94rem, 1.08rem); line-height: 1.62;
}
body.page-solutions .solutions-hero .hero-actions { margin-top: var(--solutions-copy-action-gap); gap: clamp(14px, 1.5vw, 22px); }
body.page-solutions .solutions-hero-secondary,
body.page-solutions .solutions-page-closing .solutions-hero-secondary,
body.page-solutions.page-services-compat .services-compat-section .solutions-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--solutions-gold); border-radius: 0;
  background: transparent; color: var(--solutions-navy); box-shadow: none;
}
body.page-solutions .solutions-hero-secondary span,
body.page-solutions .solutions-page-closing .solutions-hero-secondary span,
body.page-solutions.page-services-compat .solutions-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-solutions .solutions-hero-secondary:hover,
body.page-solutions .solutions-hero-secondary:focus-visible,
body.page-solutions .solutions-page-closing .solutions-hero-secondary:hover,
body.page-solutions .solutions-page-closing .solutions-hero-secondary:focus-visible,
body.page-solutions.page-services-compat .solutions-hero-secondary:hover,
body.page-solutions.page-services-compat .solutions-hero-secondary:focus-visible { background: transparent; color: var(--solutions-navy); border-color: var(--solutions-navy); }
body.page-solutions .solutions-hero-secondary:hover span,
body.page-solutions .solutions-hero-secondary:focus-visible span,
body.page-solutions .solutions-page-closing .solutions-hero-secondary:hover span,
body.page-solutions .solutions-page-closing .solutions-hero-secondary:focus-visible span,
body.page-solutions.page-services-compat .solutions-hero-secondary:hover span,
body.page-solutions.page-services-compat .solutions-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-solutions .solutions-hero-visual {
  position: relative; width: 100%; margin: 0; aspect-ratio: 5 / 4; overflow: hidden; padding: clamp(18px, 2vw, 28px);
  background: linear-gradient(150deg, #071936 0%, #0a2348 60%, #123158 100%);
}
body.page-solutions .solutions-hero-diagram { width: 100%; height: auto; max-width: 100%; }
body.page-solutions .solutions-questions-section,
body.page-solutions .solutions-engagements-section,
body.page-solutions .solutions-future-section { background: rgba(255, 253, 248, 0.82); }
body.page-solutions .solutions-current-section { background: var(--solutions-mineral); border-block: 1px solid rgba(20, 39, 77, 0.08); }
body.page-solutions .solutions-questions-section .section-heading.split,
body.page-solutions .solutions-current-section .section-heading.split,
body.page-solutions .solutions-engagements-section .section-heading.split,
body.page-solutions .solutions-pathway-section .section-heading.split,
body.page-solutions .solutions-future-section .section-heading.split,
body.page-solutions .solutions-route-band .section-heading.narrow { max-width: none; margin-bottom: clamp(32px, 3.8vw, 46px); }
body.page-solutions .solutions-questions-section .section-heading h2,
body.page-solutions .solutions-current-section .section-heading h2,
body.page-solutions .solutions-engagements-section .section-heading h2,
body.page-solutions .solutions-pathway-section .section-heading h2,
body.page-solutions .solutions-future-section .section-heading h2,
body.page-solutions .solutions-route-band .section-heading h2 { max-width: 18ch; font-size: clamp(2.1rem, 2.8vw, 2.9rem); }
body.page-solutions .solutions-questions-section .section-heading.split > p,
body.page-solutions .solutions-current-section .section-heading.split > p,
body.page-solutions .solutions-engagements-section .section-heading.split > p,
body.page-solutions .solutions-pathway-section .section-heading.split > p,
body.page-solutions .solutions-future-section .section-heading.split > p,
body.page-solutions .solutions-route-band .section-heading > p:last-child { color: var(--solutions-copy); line-height: 1.58; }
body.page-solutions .solutions-question-grid,
body.page-solutions .solutions-current-grid,
body.page-solutions .solutions-engagement-grid,
body.page-solutions .solutions-future-panel {
  display: grid; gap: 1px; background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-solutions .solutions-question-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-solutions .solutions-current-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-solutions .solutions-engagement-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-solutions .solutions-future-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.page-solutions .solutions-question-grid > article,
body.page-solutions .solutions-current-grid > article,
body.page-solutions .solutions-engagement-grid > article,
body.page-solutions .solutions-future-panel > article {
  min-width: 0; height: 100%; padding: clamp(26px, 2.3vw, 32px) clamp(22px, 1.9vw, 28px); background: var(--solutions-ivory);
}
body.page-solutions .solutions-question-grid > article > span,
body.page-solutions .solutions-current-grid > article > span,
body.page-solutions .solutions-engagement-context,
body.page-solutions .solutions-future-context {
  display: block; margin-bottom: 14px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.66rem; letter-spacing: 0.09em;
}
body.page-solutions .solutions-question-grid h3,
body.page-solutions .solutions-current-grid h3,
body.page-solutions .solutions-engagement-grid h3,
body.page-solutions .solutions-future-panel h3 {
  margin: 0 0 10px; color: var(--solutions-navy); font-size: clamp(1rem, 1.04vw, 1.1rem); font-weight: 500; line-height: 1.3; overflow-wrap: anywhere;
}
body.page-solutions .solutions-question-grid p,
body.page-solutions .solutions-current-grid p,
body.page-solutions .solutions-engagement-grid p,
body.page-solutions .solutions-future-panel p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.94rem; line-height: 1.55; }
body.page-solutions .solutions-pathway-section { background: var(--solutions-stone); }
body.page-solutions .solutions-pathway-panel {
  display: grid; grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr); gap: clamp(26px, 3.6vw, 44px);
  padding: clamp(28px, 3vw, 40px); background: var(--solutions-ivory); border: 1px solid var(--solutions-line);
}
body.page-solutions .solutions-pathway-intro {
  padding-left: clamp(16px, 1.7vw, 24px); border-left: 1px solid var(--solutions-gold); color: var(--solutions-copy);
  font-size: 0.98rem; line-height: 1.62;
}
body.page-solutions .solutions-pathway-intro p { margin: 0; }
body.page-solutions .solutions-pathway-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; list-style: none;
  margin: 0; padding: 0; background: rgba(20, 39, 77, 0.14); border: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-solutions .solutions-pathway-list li {
  display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; min-width: 0;
  padding: 22px 20px; background: var(--solutions-ivory);
}
body.page-solutions .solutions-pathway-list span { color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em; }
body.page-solutions .solutions-pathway-list h3 { margin: 0 0 8px; color: var(--solutions-navy); font-size: 1rem; font-weight: 500; line-height: 1.32; }
body.page-solutions .solutions-pathway-list p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.92rem; line-height: 1.5; }
body.page-solutions .solutions-boundaries-section { background: var(--solutions-mineral); }
body.page-solutions .solutions-boundaries-panel {
  max-width: 920px; margin: 0 auto; padding: clamp(30px, 3vw, 40px); background: var(--solutions-ivory); border: 1px solid var(--solutions-line);
}
body.page-solutions .solutions-boundaries-panel h2 { max-width: 16ch; margin: 11px 0 18px; color: var(--solutions-navy); font-size: clamp(2rem, 2.6vw, 2.5rem); }
body.page-solutions .solutions-boundaries-panel p { margin: 0; color: var(--solutions-copy); font-size: 0.98rem; line-height: 1.62; }
body.page-solutions .solutions-boundaries-panel p + p { margin-top: 14px; }
body.page-solutions .solutions-route-band { padding-block: clamp(48px, 4.6vw, 60px); background: var(--solutions-navy-deep); color: #d5e0ed; }
body.page-solutions .solutions-route-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px 0; }
body.page-solutions .inner-crosslink-band .solutions-route {
  position: relative; display: flex; flex-direction: column; gap: 10px; min-width: 0;
  padding: 10px clamp(18px, 2vw, 26px); margin: -10px 0; color: #fffdf6; text-decoration: none; border-radius: 2px;
  transition: background-color 200ms ease;
}
body.page-solutions .solutions-route:first-child { padding-left: 0; }
body.page-solutions .solutions-route + .solutions-route { border-left: 1px solid rgba(213, 224, 237, 0.16); }
body.page-solutions .inner-crosslink-band .initiative-route-number {
  color: var(--solutions-gold); text-decoration: none; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em;
}
body.page-solutions .inner-crosslink-band .initiative-route-title {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; max-width: 100%; padding-bottom: 6px;
  border-bottom: 1px solid var(--solutions-gold); color: #fffdf6; text-decoration: none;
  font-size: 1.12rem; font-weight: 500; letter-spacing: -0.01em; overflow-wrap: anywhere;
  transition: border-color 200ms ease;
}
body.page-solutions .initiative-route-title span { display: inline-flex; text-decoration: none; transition: transform 200ms ease; }
body.page-solutions .inner-crosslink-band .initiative-route-label { color: #c2cfe4; font-size: 0.88rem; line-height: 1.42; text-decoration: none; }
@media (hover: hover) {
  body.page-solutions .solutions-route:hover { background: rgba(213, 224, 237, 0.06); }
  body.page-solutions .solutions-route:hover .initiative-route-title { border-color: #fffdf6; }
  body.page-solutions .solutions-route:hover .initiative-route-title span { transform: translateX(3px); }
}
body.page-solutions .solutions-route:focus-visible { outline: 2px solid var(--solutions-gold); outline-offset: -2px; background: rgba(213, 224, 237, 0.06); }
body.page-solutions .solutions-route:focus-visible .initiative-route-title { border-color: #fffdf6; }
body.page-solutions .solutions-route:focus-visible .initiative-route-title span { transform: translateX(3px); }
body.page-solutions .solutions-page-closing {
  display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(240px, 0.4fr); gap: clamp(24px, 3.6vw, 52px);
  align-items: center; padding-top: clamp(38px, 3.7vw, 52px); padding-bottom: clamp(38px, 3.7vw, 52px);
  background: #f7f3e9; border-top: 1px solid var(--solutions-line);
}
body.page-solutions .solutions-page-closing h2 { max-width: 17ch; color: var(--solutions-navy); font-size: clamp(2.2rem, 3.1vw, 3.2rem); }
body.page-solutions .solutions-page-closing .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 30px; margin: 0; }
body.page-solutions.page-services-compat .services-compat-section { grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr); }
body.page-solutions.page-services-compat .services-compat-panel { margin-top: 20px; padding: clamp(24px, 2.6vw, 32px); background: var(--solutions-ivory); border: 1px solid var(--solutions-line); }
body.page-solutions.page-services-compat .services-compat-panel p { margin: 0; color: var(--solutions-copy); font-size: 0.98rem; line-height: 1.6; }
body.page-solutions.page-services-compat .services-compat-actions { margin-top: 18px; }
body.page-solutions.page-services-compat .services-compat-note { margin-top: 18px; }
body.page-solutions.page-services-compat .services-compat-visual { display: grid; place-items: center; background: linear-gradient(150deg, #071936 0%, #0a2348 60%, #123158 100%); }
body.page-solutions.page-services-compat .services-compat-frame {
  display: grid; place-items: center; gap: 10px; width: min(100%, 380px); padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(221, 231, 239, 0.24); background: rgba(8, 26, 54, 0.76); color: #fffdf6; text-align: center;
}
body.page-solutions.page-services-compat .services-compat-frame > span:first-child,
body.page-solutions.page-services-compat .services-compat-arrow { color: #e1bf67; font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; }
body.page-solutions.page-services-compat .services-compat-frame strong { font-size: 1.36rem; font-weight: 500; letter-spacing: -0.02em; }
body.page-solutions.page-services-compat .services-compat-frame p { margin: 6px 0 0; color: #d5e0ed; font-size: 0.92rem; line-height: 1.5; }
@media (max-width: 1199px) {
  body.page-solutions { --solutions-gutter: clamp(24px, 4vw, 48px); }
  body.page-solutions .solutions-hero .inner-hero-copy h1 { font-size: clamp(2.6rem, 4.8vw, 3.9rem); }
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-solutions .solutions-question-grid,
  body.page-solutions .solutions-current-grid,
  body.page-solutions .solutions-engagement-grid,
  body.page-solutions .solutions-future-panel,
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .solutions-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 860px) {
  body.page-solutions .solutions-hero,
  body.page-solutions .solutions-pathway-panel,
  body.page-solutions .solutions-page-closing,
  body.page-solutions.page-services-compat .services-compat-section { grid-template-columns: 1fr; }
  body.page-solutions .solutions-hero-visual,
  body.page-solutions.page-services-compat .services-compat-visual { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 767px) {
  body.page-solutions { --solutions-gutter: clamp(20px, 5.5vw, 32px); --solutions-section: clamp(44px, 11vw, 60px); --solutions-section-compact: clamp(40px, 9vw, 52px); }
  body.page-solutions .solutions-question-grid,
  body.page-solutions .solutions-current-grid,
  body.page-solutions .solutions-engagement-grid,
  body.page-solutions .solutions-future-panel,
  body.page-solutions .solutions-pathway-list,
  body.page-solutions .solutions-route-grid { grid-template-columns: 1fr; }
  body.page-solutions .solutions-route { border-left: 0 !important; padding-left: 0; }
  body.page-solutions .solutions-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-solutions { --solutions-gutter: 20px; }
  body.page-solutions .solutions-hero .hero-actions,
  body.page-solutions .solutions-page-closing .hero-actions,
  body.page-solutions.page-services-compat .services-compat-actions { align-items: stretch; flex-direction: column; }
  body.page-solutions .solutions-hero .hero-actions .button,
  body.page-solutions .solutions-page-closing .hero-actions .button,
  body.page-solutions.page-services-compat .services-compat-actions .button { width: 100%; }
  body.page-solutions .solutions-hero .hero-actions .solutions-hero-secondary,
  body.page-solutions .solutions-page-closing .hero-actions .solutions-hero-secondary,
  body.page-solutions.page-services-compat .services-compat-actions .solutions-hero-secondary { width: fit-content; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-hero-secondary span,
  body.page-solutions .initiative-route-title span { transition: none; }
}

/* ===== Resources page ===== */
body.page-resources {
  --resources-page-max: 1480px;
  --resources-gutter: clamp(24px, 4vw, 64px);
  --resources-ivory: #fbfaf5;
  --resources-stone: #f3efe5;
  --resources-mineral: #e8eef1;
  --resources-mineral-pale: #eef3f5;
  --resources-navy: #0b1738;
  --resources-navy-deep: #07142f;
  --resources-copy: #22304f;
  --resources-gold: #b58c31;
  --resources-line: rgba(20, 39, 77, 0.18);
  --resources-section: clamp(52px, 5vw, 76px);
  --resources-section-compact: clamp(44px, 4.2vw, 64px);
  --resources-copy-action-gap: clamp(20px, 1.8vw, 26px);
}
body.page-resources .inner-page-main { width: 100%; overflow-x: clip; background: var(--resources-ivory); }
body.page-resources .global-footer.site-footer,
body.page-resources .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--resources-gutter), calc((100% - var(--resources-page-max)) / 2));
}
body.page-resources .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--resources-section);
  padding-inline: max(var(--resources-gutter), calc((100% - var(--resources-page-max)) / 2)); border-top: 0;
}
body.page-resources .inner-page-main > .section + .section { border-top: 0; }
body.page-resources .resources-use-cases-section .section-heading h2,
body.page-resources .resources-industries-section .section-heading h2,
body.page-resources .resources-case-studies-section .section-heading h2,
body.page-resources .resources-research-section .section-heading h2,
body.page-resources .resources-route-band .section-heading h2,
body.page-resources .resources-page-closing h2 {
  font-family: "Instrument Sans", sans-serif; font-weight: 500; line-height: 1.08; letter-spacing: -0.02em;
}
body.page-resources .inner-page-main a:focus-visible,
body.page-resources .inner-page-main button:focus-visible,
body.page-resources .inner-page-main input:focus-visible,
body.page-resources .inner-page-main select:focus-visible,
body.page-resources .inner-page-main textarea:focus-visible {
  outline: 2px solid var(--resources-gold); outline-offset: 4px;
}
body.page-resources .resources-hero {
  display: grid; grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr); gap: clamp(28px, 3.6vw, 58px); align-items: center;
  padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(46px, 4.8vw, 68px);
  background: linear-gradient(110deg, var(--resources-mineral), var(--resources-ivory) 62%);
}
body.page-resources .resources-hero::before,
body.page-resources .resources-hero::after { display: none; }
body.page-resources .resources-hero .inner-hero-copy { max-width: none; padding: 0; }
body.page-resources .resources-hero .inner-hero-copy h1 {
  max-width: 14ch; margin: 12px 0 20px; color: var(--resources-navy);
  font-size: clamp(2.9rem, 4.55vw, 4.35rem); font-weight: 500; line-height: 1.04; letter-spacing: -0.038em; text-wrap: balance;
}
body.page-resources .resources-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 56ch; margin: 0; color: var(--resources-copy); font-size: clamp(1rem, 0.42vw + 0.94rem, 1.08rem); line-height: 1.62;
}
body.page-resources .resources-hero .hero-actions { margin-top: var(--resources-copy-action-gap); gap: clamp(14px, 1.5vw, 22px); }
body.page-resources .resources-hero-secondary,
body.page-resources .resources-page-closing .resources-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--resources-gold); border-radius: 0;
  background: transparent; color: var(--resources-navy); box-shadow: none;
}
body.page-resources .resources-hero-secondary span,
body.page-resources .resources-page-closing .resources-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-resources .resources-hero-secondary:hover,
body.page-resources .resources-hero-secondary:focus-visible,
body.page-resources .resources-page-closing .resources-hero-secondary:hover,
body.page-resources .resources-page-closing .resources-hero-secondary:focus-visible { background: transparent; color: var(--resources-navy); border-color: var(--resources-navy); }
body.page-resources .resources-hero-secondary:hover span,
body.page-resources .resources-hero-secondary:focus-visible span,
body.page-resources .resources-page-closing .resources-hero-secondary:hover span,
body.page-resources .resources-page-closing .resources-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-resources .resources-hero-visual {
  position: relative; display: grid; align-items: end; width: 100%; margin: 0; aspect-ratio: 5 / 4;
  padding: clamp(24px, 2.8vw, 38px); overflow: hidden; background: linear-gradient(150deg, #071936 0%, #0a2348 60%, #123158 100%);
}
body.page-resources .resources-hero-visual-spacer { width: 100%; height: auto; opacity: 0; }
body.page-resources .resources-hero-visual figcaption {
  position: absolute; inset: auto clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px); display: grid; gap: 10px;
  padding: clamp(18px, 1.9vw, 24px); background: rgba(8, 26, 54, 0.74); color: #fffdf6;
}
body.page-resources .resources-visual-label { color: #e1bf67; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em; text-transform: uppercase; }
body.page-resources .resources-hero-visual strong { font-size: 1.18rem; font-weight: 500; letter-spacing: -0.01em; }
body.page-resources .resources-hero-visual figcaption span:last-child { color: #d5e0ed; line-height: 1.5; }
body.page-resources .resources-use-cases-section,
body.page-resources .resources-case-studies-section,
body.page-resources .resources-route-band { background: rgba(255, 253, 248, 0.8); }
body.page-resources .resources-industries-section,
body.page-resources .resources-research-section { background: var(--resources-mineral); }
body.page-resources .resources-use-cases-section .section-heading.split,
body.page-resources .resources-industries-section .section-heading.split,
body.page-resources .resources-case-studies-section .section-heading.split,
body.page-resources .resources-research-section .section-heading.split,
body.page-resources .resources-route-band .section-heading.narrow { max-width: none; margin-bottom: clamp(32px, 3.8vw, 46px); }
body.page-resources .resources-use-cases-section .section-heading h2,
body.page-resources .resources-industries-section .section-heading h2,
body.page-resources .resources-case-studies-section .section-heading h2,
body.page-resources .resources-research-section .section-heading h2,
body.page-resources .resources-route-band .section-heading h2 { max-width: 18ch; font-size: clamp(2.1rem, 2.8vw, 2.9rem); }
body.page-resources .resources-use-cases-section .section-heading.split > p,
body.page-resources .resources-industries-section .section-heading.split > p,
body.page-resources .resources-case-studies-section .section-heading.split > p,
body.page-resources .resources-research-section .section-heading.split > p,
body.page-resources .resources-route-band .section-heading > p:last-child { color: var(--resources-copy); line-height: 1.58; }
body.page-resources .resources-use-case-grid,
body.page-resources .resources-industry-grid,
body.page-resources .resources-case-study-grid,
body.page-resources .resources-research-grid {
  display: grid; gap: 1px; background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-resources .resources-use-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.page-resources .resources-industry-grid,
body.page-resources .resources-research-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-resources .resources-case-study-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-resources .resources-use-case-grid > article,
body.page-resources .resources-industry-grid > article,
body.page-resources .resources-case-study-grid > article,
body.page-resources .resources-research-grid > article,
body.page-resources .resources-case-study-intro {
  min-width: 0; height: 100%; padding: clamp(26px, 2.3vw, 32px) clamp(22px, 1.9vw, 28px); background: var(--resources-ivory);
}
body.page-resources .resources-case-study-intro { margin: 0 0 24px; border: 1px solid var(--resources-line); }
body.page-resources .resources-use-case-grid > article > span,
body.page-resources .resources-card-label,
body.page-resources .resources-case-study-intro .eyebrow {
  display: block; margin-bottom: 14px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.66rem; letter-spacing: 0.09em;
}
body.page-resources .resources-use-case-grid h3,
body.page-resources .resources-industry-grid h3,
body.page-resources .resources-case-study-grid h3,
body.page-resources .resources-research-grid h3,
body.page-resources .resources-case-study-intro h3 {
  margin: 0 0 10px; color: var(--resources-navy); font-size: clamp(1rem, 1.04vw, 1.1rem); font-weight: 500; line-height: 1.3; overflow-wrap: anywhere;
}
body.page-resources .resources-use-case-grid p,
body.page-resources .resources-industry-grid p,
body.page-resources .resources-case-study-grid p,
body.page-resources .resources-research-grid p,
body.page-resources .resources-case-study-intro p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.94rem; line-height: 1.55; }
body.page-resources .resources-card-meta {
  display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 16px; padding: 0;
}
body.page-resources .resources-card-meta li {
  padding: 6px 10px; background: var(--resources-mineral-pale); color: var(--resources-navy); font-size: 0.76rem; line-height: 1.35;
}
body.page-resources .resources-research-note { margin: 24px 0 0; max-width: 60ch; color: var(--resources-copy); font-size: 0.96rem; line-height: 1.6; }
body.page-resources .resources-route-band { padding-block: clamp(48px, 4.6vw, 60px); background: var(--resources-navy-deep); color: #d5e0ed; }
body.page-resources .resources-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; }
body.page-resources .inner-crosslink-band .resources-route {
  position: relative; display: flex; flex-direction: column; gap: 10px; min-width: 0;
  padding: 10px clamp(18px, 2vw, 26px); margin: -10px 0; color: #fffdf6; text-decoration: none; border-radius: 2px;
  transition: background-color 200ms ease;
}
body.page-resources .resources-route:first-child { padding-left: 0; }
body.page-resources .resources-route + .resources-route { border-left: 1px solid rgba(213, 224, 237, 0.16); }
body.page-resources .inner-crosslink-band .resources-route-number {
  color: var(--resources-gold); text-decoration: none; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em;
}
body.page-resources .inner-crosslink-band .resources-route-title {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; max-width: 100%; padding-bottom: 6px;
  border-bottom: 1px solid var(--resources-gold); color: #fffdf6; text-decoration: none;
  font-size: 1.12rem; font-weight: 500; letter-spacing: -0.01em; overflow-wrap: anywhere;
  transition: border-color 200ms ease;
}
body.page-resources .resources-route-title span { display: inline-flex; text-decoration: none; transition: transform 200ms ease; }
body.page-resources .inner-crosslink-band .resources-route-label,
body.page-resources .resources-route-note { color: #c2cfe4; font-size: 0.88rem; line-height: 1.42; }
body.page-resources .resources-route-note { margin: 26px 0 0; max-width: 66ch; }
@media (hover: hover) {
  body.page-resources .resources-route:hover { background: rgba(213, 224, 237, 0.06); }
  body.page-resources .resources-route:hover .resources-route-title { border-color: #fffdf6; }
  body.page-resources .resources-route:hover .resources-route-title span { transform: translateX(3px); }
}
body.page-resources .resources-route:focus-visible { outline: 2px solid var(--resources-gold); outline-offset: -2px; background: rgba(213, 224, 237, 0.06); }
body.page-resources .resources-route:focus-visible .resources-route-title { border-color: #fffdf6; }
body.page-resources .resources-route:focus-visible .resources-route-title span { transform: translateX(3px); }
body.page-resources .resources-page-closing { background: #f7f3e9; border-top: 1px solid var(--resources-line); }
body.page-resources .resources-closing-panel {
  display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(240px, 0.38fr); gap: clamp(24px, 3.6vw, 52px); align-items: center;
}
body.page-resources .resources-closing-panel h2 { max-width: 17ch; color: var(--resources-navy); font-size: clamp(2.2rem, 3.1vw, 3.2rem); }
body.page-resources .resources-closing-panel p { max-width: 52ch; color: var(--resources-copy); font-size: 0.98rem; line-height: 1.6; }
body.page-resources .resources-closing-panel .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 30px; margin: 0; }
@media (max-width: 1199px) {
  body.page-resources { --resources-gutter: clamp(24px, 4vw, 48px); }
  body.page-resources .resources-hero .inner-hero-copy h1 { font-size: clamp(2.6rem, 4.8vw, 3.9rem); }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-resources .resources-use-case-grid,
  body.page-resources .resources-industry-grid,
  body.page-resources .resources-case-study-grid,
  body.page-resources .resources-research-grid,
  body.page-resources .resources-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-resources .resources-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 860px) {
  body.page-resources .resources-hero,
  body.page-resources .resources-closing-panel { grid-template-columns: 1fr; }
  body.page-resources .resources-hero-visual { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 767px) {
  body.page-resources { --resources-gutter: clamp(20px, 5.5vw, 32px); --resources-section: clamp(44px, 11vw, 60px); --resources-section-compact: clamp(40px, 9vw, 52px); }
  body.page-resources .resources-use-case-grid,
  body.page-resources .resources-industry-grid,
  body.page-resources .resources-case-study-grid,
  body.page-resources .resources-research-grid,
  body.page-resources .resources-route-grid { grid-template-columns: 1fr; }
  body.page-resources .resources-route { border-left: 0 !important; padding-left: 0; }
  body.page-resources .resources-closing-panel .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-resources { --resources-gutter: 20px; }
  body.page-resources .resources-hero .hero-actions,
  body.page-resources .resources-closing-panel .hero-actions { align-items: stretch; flex-direction: column; }
  body.page-resources .resources-hero .hero-actions .button,
  body.page-resources .resources-closing-panel .hero-actions .button { width: 100%; }
  body.page-resources .resources-hero .hero-actions .resources-hero-secondary,
  body.page-resources .resources-closing-panel .hero-actions .resources-hero-secondary { width: fit-content; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-resources .resources-hero-secondary span,
  body.page-resources .resources-route-title span { transition: none; }
}

/* ===== Trust Lab page ===== */
body.page-trust-lab {
  --trust-lab-page-max: 1480px;
  --trust-lab-gutter: clamp(24px, 4vw, 64px);
  --trust-lab-ivory: #fbfaf5;
  --trust-lab-stone: #f3efe5;
  --trust-lab-mineral: #e8eef1;
  --trust-lab-navy: #0b1738;
  --trust-lab-navy-deep: #07142f;
  --trust-lab-copy: #22304f;
  --trust-lab-gold: #b58c31;
  --trust-lab-line: rgba(20, 39, 77, 0.18);
  --trust-lab-section: clamp(52px, 5vw, 76px);
  --trust-lab-section-compact: clamp(44px, 4.2vw, 64px);
  --trust-lab-copy-action-gap: clamp(20px, 1.8vw, 26px);
}
body.page-trust-lab .inner-page-main { width: 100%; overflow-x: clip; background: var(--trust-lab-ivory); }
body.page-trust-lab .global-footer.site-footer,
body.page-trust-lab .footer-newsletter {
  width: 100%; max-width: none; margin-inline: 0;
  padding-inline: max(var(--trust-lab-gutter), calc((100% - var(--trust-lab-page-max)) / 2));
}
body.page-trust-lab .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--trust-lab-section);
  padding-inline: max(var(--trust-lab-gutter), calc((100% - var(--trust-lab-page-max)) / 2)); border-top: 0;
}
body.page-trust-lab .inner-page-main > .section + .section { border-top: 0; }
body.page-trust-lab .trust-lab-intro .inner-section-intro h2,
body.page-trust-lab .trust-lab-methods-heading h2,
body.page-trust-lab .trust-lab-horizon-section .section-heading h2,
body.page-trust-lab .trust-lab-output-panel h2,
body.page-trust-lab .trust-lab-collaboration-section .section-heading h2,
body.page-trust-lab .trust-lab-page-closing h2 {
  font-family: "Instrument Sans", sans-serif; font-weight: 500; line-height: 1.08; letter-spacing: -0.02em;
}
body.page-trust-lab .inner-page-main a:focus-visible,
body.page-trust-lab .inner-page-main button:focus-visible,
body.page-trust-lab .inner-page-main input:focus-visible,
body.page-trust-lab .inner-page-main select:focus-visible,
body.page-trust-lab .inner-page-main textarea:focus-visible {
  outline: 2px solid var(--trust-lab-gold); outline-offset: 4px;
}
body.page-trust-lab .trust-lab-hero {
  display: grid; grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr); gap: clamp(28px, 3.6vw, 58px); align-items: center;
  padding-top: clamp(42px, 4.6vw, 64px); padding-bottom: clamp(46px, 4.8vw, 68px);
  background: linear-gradient(110deg, #07142f 0%, #0d2549 56%, var(--trust-lab-ivory) 56.2%, var(--trust-lab-ivory) 100%);
}
body.page-trust-lab .trust-lab-hero::before,
body.page-trust-lab .trust-lab-hero::after { display: none; }
body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 {
  max-width: 13ch; margin: 12px 0 20px; color: #fffdf6;
  font-size: clamp(2.85rem, 4.45vw, 4.25rem); font-weight: 500; line-height: 1.04; letter-spacing: -0.036em; text-wrap: balance;
}
body.page-trust-lab .trust-lab-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 56ch; margin: 0; color: #dde6ef; font-size: clamp(1rem, 0.42vw + 0.94rem, 1.08rem); line-height: 1.62;
}
body.page-trust-lab .trust-lab-hero .eyebrow { color: #d7b55f; }
body.page-trust-lab .trust-lab-hero .hero-actions { margin-top: var(--trust-lab-copy-action-gap); gap: clamp(14px, 1.5vw, 22px); }
body.page-trust-lab .trust-lab-hero-secondary,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary {
  min-height: 0; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--trust-lab-gold); border-radius: 0;
  background: transparent; color: #fffdf6; box-shadow: none;
}
body.page-trust-lab .trust-lab-hero-secondary span,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-trust-lab .trust-lab-hero-secondary:hover,
body.page-trust-lab .trust-lab-hero-secondary:focus-visible,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary:hover,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary:focus-visible { background: transparent; color: #fffdf6; border-color: #fffdf6; }
body.page-trust-lab .trust-lab-hero-secondary:hover span,
body.page-trust-lab .trust-lab-hero-secondary:focus-visible span,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary:hover span,
body.page-trust-lab .trust-lab-page-closing .trust-lab-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-trust-lab .trust-lab-hero-visual {
  position: relative; width: 100%; margin: 0; aspect-ratio: 5 / 4; overflow: hidden; padding: clamp(16px, 1.8vw, 24px); }
body.page-trust-lab .trust-lab-intro .inner-editorial-grid {
  display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.52fr); justify-content: space-between; gap: clamp(44px, 6vw, 96px); align-items: start;
}
body.page-trust-lab .trust-lab-intro .inner-section-intro { padding-left: clamp(16px, 1.7vw, 24px); border-left: 1px solid var(--trust-lab-gold); }
body.page-trust-lab .trust-lab-intro .inner-section-intro h2 { max-width: 15ch; margin: 11px 0 0; color: var(--trust-lab-navy); font-size: clamp(2.3rem, 3.35vw, 3.65rem); }
body.page-trust-lab .trust-lab-intro .inner-rich-copy { max-width: 660px; padding-top: clamp(30px, 2.8vw, 46px); color: var(--trust-lab-copy); font-size: clamp(1rem, 0.38vw + 0.93rem, 1.08rem); line-height: 1.62; }
body.page-trust-lab .trust-lab-state-grid {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin-top: clamp(34px, 3.6vw, 44px);
  background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-trust-lab .trust-lab-state-card,
body.page-trust-lab .trust-lab-method-grid > article,
body.page-trust-lab .trust-lab-horizon-grid > article,
body.page-trust-lab .trust-lab-audience-grid > span {
  min-width: 0; padding: clamp(24px, 2.1vw, 30px) clamp(20px, 1.8vw, 26px); background: var(--trust-lab-ivory);
}
body.page-trust-lab .maturity-label,
body.page-trust-lab .trust-lab-method-grid .activity-number {
  display: block; margin-bottom: 14px; color: #957126; font-family: "Fragment Mono", monospace; font-size: 0.66rem; letter-spacing: 0.09em;
}
body.page-trust-lab .trust-lab-state-card h3,
body.page-trust-lab .trust-lab-method-grid h3,
body.page-trust-lab .trust-lab-horizon-grid h3 {
  margin: 0 0 10px; color: var(--trust-lab-navy); font-size: clamp(1rem, 1.04vw, 1.1rem); font-weight: 500; line-height: 1.3; overflow-wrap: anywhere;
}
body.page-trust-lab .trust-lab-state-card p,
body.page-trust-lab .trust-lab-method-grid p,
body.page-trust-lab .trust-lab-horizon-grid p,
body.page-trust-lab .trust-lab-output-panel p,
body.page-trust-lab .trust-lab-collaboration-section .section-heading > p { margin: 0; color: rgba(34, 48, 79, 0.78); font-size: 0.94rem; line-height: 1.55; }
body.page-trust-lab .trust-lab-horizon-section { background: rgba(255, 253, 248, 0.82); }
body.page-trust-lab .trust-lab-collaboration-section { background: var(--trust-lab-mineral); }
body.page-trust-lab .trust-lab-horizon-section .section-heading.split,
body.page-trust-lab .trust-lab-collaboration-section .section-heading.narrow { max-width: none; margin-bottom: clamp(32px, 3.8vw, 46px); }
body.page-trust-lab .trust-lab-horizon-section .section-heading h2,
body.page-trust-lab .trust-lab-collaboration-section .section-heading h2 { max-width: 18ch; font-size: clamp(2.1rem, 2.8vw, 2.9rem); }
body.page-trust-lab .trust-lab-horizon-section .section-heading.split > p { color: var(--trust-lab-copy); line-height: 1.58; }
body.page-trust-lab .trust-lab-method-grid,
body.page-trust-lab .trust-lab-horizon-grid,
body.page-trust-lab .trust-lab-audience-grid {
  display: grid; gap: 1px; background: rgba(20, 39, 77, 0.12); border: 1px solid rgba(20, 39, 77, 0.12);
}
body.page-trust-lab .trust-lab-method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(26px, 2.8vw, 34px); }
body.page-trust-lab .trust-lab-horizon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-trust-lab .trust-lab-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-trust-lab .trust-lab-methods-block { margin-top: clamp(34px, 3.6vw, 46px); }
body.page-trust-lab .trust-lab-methods-heading { margin-bottom: clamp(24px, 2.8vw, 32px); }
body.page-trust-lab .trust-lab-methods-heading h2 { max-width: 19ch; font-size: clamp(2rem, 2.5vw, 2.45rem); }
body.page-trust-lab .trust-lab-horizon-visual {
  width: min(100%, 820px); margin: 0 auto clamp(28px, 3vw, 34px); aspect-ratio: 40 / 19;
  padding: clamp(20px, 2.2vw, 28px); background: var(--trust-lab-stone); border: 1px solid var(--trust-lab-line);
}
body.page-trust-lab .trust-lab-horizon-visual img { width: 100%; height: 100%; object-fit: contain; }
body.page-trust-lab .trust-lab-capability-section { background: var(--trust-lab-stone); }
body.page-trust-lab .trust-lab-output-panel {
  display: grid; grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr); gap: clamp(32px, 4.5vw, 64px);
  align-items: start; padding: clamp(32px, 3.2vw, 46px); background: var(--trust-lab-ivory); border: 1px solid var(--trust-lab-line);
}
body.page-trust-lab .trust-lab-output-panel h2 { max-width: 18ch; margin-top: 12px; font-size: clamp(1.95rem, 2.45vw, 2.45rem); color: var(--trust-lab-navy); }
body.page-trust-lab .trust-lab-output-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px;
  margin: 0; padding: 0; background: rgba(20, 39, 77, 0.14); border: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-trust-lab .trust-lab-output-list span {
  display: flex; align-items: center; min-height: 66px; padding: 20px 18px; background: var(--trust-lab-ivory); color: var(--trust-lab-navy);
  font-family: "Fragment Mono", monospace; font-size: 0.72rem; letter-spacing: 0.05em; line-height: 1.3;
}
body.page-trust-lab .trust-lab-audience-grid > span { display: flex; align-items: center; color: var(--trust-lab-navy); font-size: 0.92rem; line-height: 1.45; }
body.page-trust-lab .trust-lab-route-band { padding-block: clamp(48px, 4.6vw, 60px); background: var(--trust-lab-navy-deep); color: #d5e0ed; }
body.page-trust-lab .trust-lab-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; }
body.page-trust-lab .inner-crosslink-band .trust-lab-route {
  position: relative; display: flex; flex-direction: column; gap: 10px; min-width: 0;
  padding: 10px clamp(18px, 2vw, 26px); margin: -10px 0; color: #fffdf6; text-decoration: none; border-radius: 2px;
  transition: background-color 200ms ease;
}
body.page-trust-lab .trust-lab-route:first-child { padding-left: 0; }
body.page-trust-lab .trust-lab-route + .trust-lab-route { border-left: 1px solid rgba(213, 224, 237, 0.16); }
body.page-trust-lab .inner-crosslink-band .initiative-route-number { color: var(--trust-lab-gold); text-decoration: none; font-family: "Fragment Mono", monospace; font-size: 0.68rem; letter-spacing: 0.09em; }
body.page-trust-lab .inner-crosslink-band .initiative-route-title {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; max-width: 100%; padding-bottom: 6px;
  border-bottom: 1px solid var(--trust-lab-gold); color: #fffdf6; text-decoration: none;
  font-size: 1.12rem; font-weight: 500; letter-spacing: -0.01em; overflow-wrap: anywhere;
  transition: border-color 200ms ease;
}
body.page-trust-lab .initiative-route-title span { display: inline-flex; text-decoration: none; transition: transform 200ms ease; }
body.page-trust-lab .inner-crosslink-band .initiative-route-label { color: #c2cfe4; font-size: 0.88rem; line-height: 1.42; text-decoration: none; }
@media (hover: hover) {
  body.page-trust-lab .trust-lab-route:hover { background: rgba(213, 224, 237, 0.06); }
  body.page-trust-lab .trust-lab-route:hover .initiative-route-title { border-color: #fffdf6; }
  body.page-trust-lab .trust-lab-route:hover .initiative-route-title span { transform: translateX(3px); }
}
body.page-trust-lab .trust-lab-route:focus-visible { outline: 2px solid var(--trust-lab-gold); outline-offset: -2px; background: rgba(213, 224, 237, 0.06); }
body.page-trust-lab .trust-lab-route:focus-visible .initiative-route-title { border-color: #fffdf6; }
body.page-trust-lab .trust-lab-route:focus-visible .initiative-route-title span { transform: translateX(3px); }
body.page-trust-lab .trust-lab-page-closing {
  display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(240px, 0.4fr); gap: clamp(24px, 3.6vw, 52px); align-items: center;
  padding-top: clamp(38px, 3.7vw, 52px); padding-bottom: clamp(38px, 3.7vw, 52px); background: #f7f3e9; border-top: 1px solid var(--trust-lab-line);
}
body.page-trust-lab .trust-lab-page-closing h2 { max-width: 17ch; color: var(--trust-lab-navy); font-size: clamp(2.2rem, 3.1vw, 3.2rem); }
body.page-trust-lab .trust-lab-page-closing .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 30px; margin: 0; }
@media (max-width: 1199px) {
  body.page-trust-lab { --trust-lab-gutter: clamp(24px, 4vw, 48px); }
  body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 { font-size: clamp(2.55rem, 4.7vw, 3.8rem); }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-horizon-grid,
  body.page-trust-lab .trust-lab-audience-grid,
  body.page-trust-lab .trust-lab-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 860px) {
  body.page-trust-lab .trust-lab-hero,
  body.page-trust-lab .trust-lab-intro .inner-editorial-grid,
  body.page-trust-lab .trust-lab-output-panel,
  body.page-trust-lab .trust-lab-page-closing { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-intro .inner-rich-copy { max-width: 680px; padding-top: 0; }
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 767px) {
  body.page-trust-lab { --trust-lab-gutter: clamp(20px, 5.5vw, 32px); --trust-lab-section: clamp(44px, 11vw, 60px); --trust-lab-section-compact: clamp(40px, 9vw, 52px); }
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-method-grid,
  body.page-trust-lab .trust-lab-horizon-grid,
  body.page-trust-lab .trust-lab-output-list,
  body.page-trust-lab .trust-lab-audience-grid,
  body.page-trust-lab .trust-lab-route-grid { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-route { border-left: 0 !important; padding-left: 0; }
  body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 480px) {
  body.page-trust-lab { --trust-lab-gutter: 20px; }
  body.page-trust-lab .trust-lab-hero .hero-actions,
  body.page-trust-lab .trust-lab-page-closing .hero-actions { align-items: stretch; flex-direction: column; }
  body.page-trust-lab .trust-lab-hero .hero-actions .button,
  body.page-trust-lab .trust-lab-page-closing .hero-actions .button { width: 100%; }
  body.page-trust-lab .trust-lab-hero .hero-actions .trust-lab-hero-secondary,
  body.page-trust-lab .trust-lab-page-closing .hero-actions .trust-lab-hero-secondary { width: fit-content; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-trust-lab .trust-lab-hero-secondary span,
  body.page-trust-lab .initiative-route-title span { transition: none; }
}

/* ===== Partners page ===== */
body.page-partners {
  --partners-page-max: 1420px;
  --partners-gutter: clamp(24px, 4vw, 64px);
  --partners-ivory: #fbfaf5;
  --partners-stone: #f3efe5;
  --partners-mineral: #e8eef1;
  --partners-navy: #0b1738;
  --partners-copy: #22304f;
  --partners-gold: #b58c31;
  --partners-line: rgba(20, 39, 77, 0.18);
  --partners-section: clamp(56px, 6vw, 92px);
}
@media (prefers-reduced-motion: no-preference) { html:has(body.page-partners) { scroll-behavior: smooth; } }
body.page-partners .inner-page-main { width: 100%; overflow-x: clip; background: var(--partners-ivory); }
body.page-partners .inner-page-main > .section {
  width: 100%; max-width: none; margin: 0; padding-block: var(--partners-section);
  padding-inline: max(var(--partners-gutter), calc((100% - var(--partners-page-max)) / 2)); border-top: 0;
}
body.page-partners .inner-page-main a:focus-visible,
body.page-partners .inner-page-main button:focus-visible,
body.page-partners .inner-page-main input:focus-visible,
body.page-partners .inner-page-main select:focus-visible,
body.page-partners .inner-page-main textarea:focus-visible { outline: 2px solid var(--partners-gold); outline-offset: 4px; }

body.page-partners .partners-open-hero {
  display: grid; grid-template-columns: minmax(0, .46fr) minmax(0, .54fr); gap: clamp(40px, 5.5vw, 88px);
  align-items: center; padding-top: clamp(62px, 7vw, 106px); padding-bottom: clamp(62px, 7vw, 106px); background: var(--partners-stone);
}
body.page-partners .partners-hero-copy h1 {
  max-width: 19ch; margin: 12px 0 20px; color: var(--partners-navy); font-size: clamp(2.65rem, 4.05vw, 4.25rem);
  font-weight: 500; line-height: 1.01; letter-spacing: -.035em;
}
body.page-partners .partners-hero-copy > p:not(.eyebrow) { max-width: 54ch; margin: 0; color: var(--partners-copy); font-size: clamp(1rem, .42vw + .94rem, 1.08rem); line-height: 1.62; }
body.page-partners .partners-hero-copy .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 26px; }
body.page-partners .partners-inline-link { display: inline-flex; align-items: center; min-height: 44px; padding-bottom: 6px; border-bottom: 1px solid var(--partners-gold); color: var(--partners-navy); font-size: .78rem; font-weight: 600; letter-spacing: .035em; line-height: 1.25; text-decoration: none; text-transform: uppercase; }
body.page-partners .partners-inline-link span { margin-left: 10px; font-size: 1.05em; transition: transform 180ms ease; }
body.page-partners .partners-inline-link:hover, body.page-partners .partners-inline-link:focus-visible { color: var(--partners-navy); border-color: var(--partners-navy); }
body.page-partners .partners-inline-link:hover span, body.page-partners .partners-inline-link:focus-visible span { transform: translateX(4px); }
body.page-partners .partners-hero-visual {
  position: relative;
  width: 100%;
  max-width: 48rem;
  justify-self: end;
  align-self: center;
  margin: 0;
  background: transparent;
  border: 1px solid rgba(181, 140, 49, .26);
  box-shadow: 0 .55rem 1.35rem rgba(11, 23, 56, .10);
}
body.page-partners .partners-hero-visual::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: clamp(2.75rem, 5vw, 4.5rem);
  height: 1px;
  background: var(--partners-gold);
  content: "";
  pointer-events: none;
}
body.page-partners .partners-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
body.page-partners .partners-enquiry-section { display: grid; grid-template-columns: minmax(0, .38fr) minmax(0, .62fr); gap: clamp(44px, 6vw, 96px); align-items: start; scroll-margin-top: 118px; background: var(--partners-mineral); }
body.page-partners .partners-enquiry-copy { max-width: 34rem; padding-left: clamp(16px, 1.7vw, 24px); border-left: 1px solid var(--partners-gold); }
body.page-partners .partners-enquiry-copy h2, body.page-partners .partners-general-contact h2 { max-width: 16ch; margin: 11px 0 16px; color: var(--partners-navy); font-size: clamp(2.15rem, 3.15vw, 3.35rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
body.page-partners .partners-enquiry-copy > p:not(.eyebrow), body.page-partners .partners-general-contact > div > p:not(.eyebrow) { margin: 0; color: var(--partners-copy); font-size: 1rem; line-height: 1.62; }
body.page-partners .partners-enquiry-copy .partners-enquiry-review { margin-top: 22px; font-size: .92rem; }
body.page-partners .partners-enquiry-form { display: grid; gap: 18px; padding: clamp(25px, 3vw, 40px); border: 1px solid var(--partners-line); background: var(--partners-ivory); }
body.page-partners .partners-required-note, body.page-partners .partners-form-status { margin: 0; color: rgba(34, 48, 79, .78); font-size: .86rem; line-height: 1.5; }
body.page-partners .partners-required-note span { color: #8c671d; }
body.page-partners .partners-form-error-summary { margin: 0; padding: 12px 14px; border-left: 2px solid #9a493c; background: #fbf0ed; color: #742d25; font-size: .9rem; line-height: 1.45; }
body.page-partners .partners-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 18px; }
body.page-partners .partners-field { min-width: 0; } body.page-partners .partners-field-full { grid-column: 1 / -1; }
body.page-partners .partners-field label { display: block; margin-bottom: 6px; color: var(--partners-navy); font-size: .9rem; font-weight: 500; line-height: 1.4; }
body.page-partners .partners-field label span { color: #8c671d; }
body.page-partners .partners-field input, body.page-partners .partners-field select, body.page-partners .partners-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(20, 39, 77, .28); border-radius: 0; background: #fffefb; color: var(--partners-navy); font: inherit; line-height: 1.4; }
body.page-partners .partners-field textarea { min-height: 102px; resize: vertical; }
body.page-partners .partners-field #partner-opportunity { min-height: 168px; }
body.page-partners .partners-field .is-invalid { border-color: #9a493c; }
body.page-partners .partners-field-error { margin: 6px 0 0; color: #742d25; font-size: .8rem; line-height: 1.4; }
body.page-partners .partners-consent { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; color: var(--partners-navy); font-size: .9rem; line-height: 1.52; }
body.page-partners .partners-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--partners-gold); }
body.page-partners .partners-consent.is-invalid { outline: 1px solid #9a493c; outline-offset: 5px; }
body.page-partners .partners-consent .partners-field-error { grid-column: 2; }
body.page-partners .partners-consent a { color: inherit; text-underline-offset: .2em; }
body.page-partners .partners-form-action { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; min-height: 3rem; }
body.page-partners .partners-form-action .button { transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
body.page-partners .partners-form-action .button:hover { background: #152c58; }
body.page-partners .partners-form-action .button:active { background: #071a36; }
body.page-partners .partners-form-action .button[disabled] { cursor: wait; opacity: .72; }
body.page-partners .partners-form-status { flex: 1 1 230px; min-height: 2.7em; }

body.page-partners .partners-general-contact { display: grid; grid-template-columns: minmax(0, .58fr) minmax(0, .42fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: clamp(46px, 5vw, 74px); background: var(--partners-stone); }
body.page-partners .partners-general-contact h2 { max-width: 18ch; }
body.page-partners .partners-general-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 22px; }

html.motion-ready body.page-partners .partners-hero-copy > .eyebrow,
html.motion-ready body.page-partners .partners-hero-copy > h1,
html.motion-ready body.page-partners .partners-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-partners .partners-hero-copy > .hero-actions,
html.motion-ready body.page-partners [data-motion="section"] .partners-hero-visual,
html.motion-ready body.page-partners [data-motion="section"] .partners-enquiry-copy,
html.motion-ready body.page-partners [data-motion="section"] .partners-enquiry-form,
html.motion-ready body.page-partners [data-motion="section"] .contact-ecosystem-intro,
html.motion-ready body.page-partners [data-motion="section"] .contact-ecosystem-card,
html.motion-ready body.page-partners [data-motion="section"] .partners-general-contact > * { opacity: 0; transform: translateY(16px); transition: opacity 620ms cubic-bezier(.22,.72,.18,1), transform 620ms cubic-bezier(.22,.72,.18,1); }
html.motion-ready body.page-partners .partners-form-grid > .partners-field { opacity: 0; transform: translateY(12px); transition: opacity 520ms cubic-bezier(.22,.72,.18,1), transform 520ms cubic-bezier(.22,.72,.18,1); }
html.motion-ready body.page-partners [data-motion].is-visible .partners-hero-copy > .eyebrow,
html.motion-ready body.page-partners [data-motion].is-visible .partners-hero-copy > h1,
html.motion-ready body.page-partners [data-motion].is-visible .partners-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-partners [data-motion].is-visible .partners-hero-copy > .hero-actions,
html.motion-ready body.page-partners [data-motion].is-visible .partners-hero-visual,
html.motion-ready body.page-partners [data-motion].is-visible .partners-enquiry-copy,
html.motion-ready body.page-partners [data-motion].is-visible .partners-enquiry-form,
html.motion-ready body.page-partners [data-motion].is-visible .contact-ecosystem-intro,
html.motion-ready body.page-partners [data-motion].is-visible .contact-ecosystem-card,
html.motion-ready body.page-partners [data-motion].is-visible .partners-general-contact > *,
html.motion-ready body.page-partners [data-motion].is-visible .partners-form-grid > .partners-field { opacity: 1; transform: translateY(0); }
html.motion-ready body.page-partners .partners-open-hero.is-visible .partners-hero-copy > h1 { transition-delay: 80ms; }
html.motion-ready body.page-partners .partners-open-hero.is-visible .partners-hero-copy > p:not(.eyebrow) { transition-delay: 150ms; }
html.motion-ready body.page-partners .partners-open-hero.is-visible .partners-hero-copy > .hero-actions { transition-delay: 220ms; }
html.motion-ready body.page-partners .partners-open-hero.is-visible .partners-hero-visual { transition-delay: 160ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-enquiry-form { transition-delay: 100ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-form-grid > .partners-field:nth-child(1) { transition-delay: 120ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-form-grid > .partners-field:nth-child(2) { transition-delay: 150ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-form-grid > .partners-field:nth-child(3) { transition-delay: 180ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-form-grid > .partners-field:nth-child(4) { transition-delay: 210ms; }
html.motion-ready body.page-partners .partners-enquiry-section.is-visible .partners-form-grid > .partners-field:nth-child(n+5) { transition-delay: 240ms; }
html.motion-ready body.page-partners .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(2) { transition-delay: 90ms; }
html.motion-ready body.page-partners .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(3) { transition-delay: 150ms; }
html.motion-ready body.page-partners .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(4) { transition-delay: 210ms; }

@media (min-width: 1050px) { body.page-partners .partners-enquiry-copy { position: sticky; top: 118px; align-self: start; } }
@media (max-width: 1024px) { body.page-partners .partners-open-hero, body.page-partners .partners-enquiry-section, body.page-partners .partners-general-contact { grid-template-columns: 1fr; } body.page-partners .partners-hero-visual { width: 100%; max-width: 760px; margin-inline: auto; } body.page-partners .partners-general-actions { justify-content: flex-start; } body.page-partners .contact-ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { body.page-partners { --partners-gutter: 20px; --partners-section: clamp(48px, 12vw, 64px); } body.page-partners .partners-open-hero { gap: 34px; } body.page-partners .partners-hero-copy h1 { max-width: 16ch; font-size: clamp(2.3rem, 10vw, 3.2rem); } body.page-partners .partners-hero-visual { width: 100%; } body.page-partners .partners-form-grid, body.page-partners .contact-ecosystem-grid { grid-template-columns: 1fr; } body.page-partners .partners-enquiry-form { padding: 22px 18px; } body.page-partners .contact-ecosystem-card { min-height: 224px; } body.page-partners .partners-field textarea { min-height: 96px; } body.page-partners .partners-field #partner-opportunity { min-height: 142px; } }
@media (max-width: 480px) { body.page-partners .partners-hero-copy .hero-actions, body.page-partners .partners-general-actions { align-items: stretch; flex-direction: column; gap: 16px; } body.page-partners .partners-hero-copy .hero-actions .button, body.page-partners .partners-general-actions .button, body.page-partners .partners-form-action .button { width: 100%; } body.page-partners .partners-inline-link { width: fit-content; } }
@media (prefers-reduced-motion: reduce) { body.page-partners .partners-inline-link span, body.page-partners .contact-ecosystem-card b i { transition: none; } html.motion-ready body.page-partners .partners-hero-copy > .eyebrow, html.motion-ready body.page-partners .partners-hero-copy > h1, html.motion-ready body.page-partners .partners-hero-copy > p:not(.eyebrow), html.motion-ready body.page-partners .partners-hero-copy > .hero-actions, html.motion-ready body.page-partners [data-motion="section"] .partners-hero-visual, html.motion-ready body.page-partners [data-motion="section"] .partners-enquiry-copy, html.motion-ready body.page-partners [data-motion="section"] .partners-enquiry-form, html.motion-ready body.page-partners [data-motion="section"] .contact-ecosystem-intro, html.motion-ready body.page-partners [data-motion="section"] .contact-ecosystem-card, html.motion-ready body.page-partners [data-motion="section"] .partners-general-contact > *, html.motion-ready body.page-partners .partners-form-grid > .partners-field { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ===== Contact page ===== */
body.page-contact {
  --contact-page-max: 1420px;
  --contact-gutter: clamp(24px, 4vw, 64px);
  --contact-ivory: #fbfaf5;
  --contact-mineral: #e8eef1;
  --contact-navy: #0b1738;
  --contact-navy-deep: #07142f;
  --contact-copy: #22304f;
  --contact-gold: #b58c31;
  --contact-line: rgba(20, 39, 77, .18);
  --contact-section: clamp(5.5rem, 7vw, 7rem);
}
@media (prefers-reduced-motion: no-preference) { html:has(body.page-contact) { scroll-behavior: smooth; } }
body.page-contact .inner-page-main { width: 100%; overflow-x: clip; background: var(--contact-ivory); }
body.page-contact .inner-page-main > .section { width: 100%; max-width: none; margin: 0; padding-inline: max(var(--contact-gutter), calc((100% - var(--contact-page-max)) / 2)); border-top: 0; }
body.page-contact .inner-page-main a:focus-visible,
body.page-contact .inner-page-main button:focus-visible,
body.page-contact .inner-page-main input:focus-visible,
body.page-contact .inner-page-main select:focus-visible,
body.page-contact .inner-page-main textarea:focus-visible { outline: 2px solid var(--contact-gold); outline-offset: 4px; }

body.page-contact .contact-hero { display: grid; grid-template-columns: minmax(0, .44fr) minmax(0, .56fr); gap: clamp(3rem, 5vw, 4.5rem); align-items: center; padding-top: clamp(4.5rem, 6vw, 6rem); padding-bottom: clamp(4.5rem, 6vw, 6rem); background: var(--contact-navy-deep); }
body.page-contact .contact-hero-copy { min-width: 0; }
body.page-contact .contact-hero-copy .eyebrow { color: #dfbc66; }
body.page-contact .contact-hero-copy h1 { max-width: 11.5ch; margin: .75rem 0 1.35rem; color: #fffdf6; font-size: clamp(2.65rem, 4.3vw, 4.35rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
body.page-contact .contact-hero-copy > p:not(.eyebrow) { max-width: 53ch; margin: 0; color: #dbe6ef; font-size: clamp(1rem, .4vw + .94rem, 1.08rem); line-height: 1.62; }
body.page-contact .contact-hero-copy > p:not(.eyebrow) + p:not(.eyebrow) { margin-top: .85rem; }
body.page-contact .contact-hero .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 1.7rem; }
body.page-contact .contact-hero .button.primary { border: 1px solid #fffdf6; background: #fffdf6; color: var(--contact-navy); }
body.page-contact .contact-hero .button.primary:hover { border-color: #dfbc66; background: #dfbc66; color: var(--contact-navy); }
body.page-contact .contact-hero-secondary { display: inline-flex; align-items: center; min-height: 44px; padding: 0 0 6px; border-bottom: 1px solid var(--contact-gold); color: #fffdf6; font-size: .78rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
body.page-contact .contact-hero-secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-contact .contact-hero-secondary:hover, body.page-contact .contact-hero-secondary:focus-visible { border-color: #fffdf6; color: #fffdf6; }
body.page-contact .contact-hero-secondary:hover span, body.page-contact .contact-hero-secondary:focus-visible span { transform: translateX(4px); }
body.page-contact .contact-hero-visual { position: relative; width: 100%; margin: 0; overflow: hidden; border: 1px solid var(--contact-gold); border-radius: 2px; box-shadow: 0 .45rem 1.1rem rgba(0, 0, 0, .14); }
body.page-contact .contact-hero-visual::before { position: absolute; z-index: 1; top: -1px; left: -1px; width: clamp(3rem, 6vw, 5rem); height: 1px; background: var(--contact-gold); content: ""; pointer-events: none; }
body.page-contact .contact-hero-visual img { display: block; width: 100%; height: auto; object-fit: cover; object-position: center; }

body.page-contact .contact-enquiry-section { display: grid; grid-template-columns: minmax(0, .39fr) minmax(0, .61fr); gap: clamp(3.5rem, 6vw, 5.5rem); align-items: start; padding-top: var(--contact-section); padding-bottom: var(--contact-section); background: var(--contact-mineral); scroll-margin-top: 7rem; }
body.page-contact .contact-enquiry-copy { max-width: 34rem; padding-left: clamp(1rem, 1.7vw, 1.5rem); border-left: 1px solid var(--contact-gold); }
body.page-contact .contact-enquiry-copy h2, body.page-contact .contact-form-intro h2 { margin: .7rem 0 1.15rem; color: var(--contact-navy); font-family: "Instrument Sans", sans-serif; font-size: clamp(2.1rem, 3.1vw, 3.25rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
body.page-contact .contact-enquiry-copy > p:not(.eyebrow) { margin: 0; color: var(--contact-copy); line-height: 1.62; }
body.page-contact .contact-direct-details { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--contact-line); }
body.page-contact .contact-direct-details h3 { margin: 0 0 .65rem; color: var(--contact-navy); font-size: 1.05rem; font-weight: 500; line-height: 1.35; }
body.page-contact .contact-direct-details > p { margin: 0 0 1.25rem; color: var(--contact-copy); line-height: 1.58; }
body.page-contact .contact-direct-details dl { margin: 0; }
body.page-contact .contact-direct-details dl > div { padding: .85rem 0; border-top: 1px solid rgba(20, 39, 77, .14); }
body.page-contact .contact-direct-details dt { margin: 0 0 .35rem; color: #8c671d; font-family: "Fragment Mono", monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
body.page-contact .contact-direct-details dd { margin: 0; color: var(--contact-navy); line-height: 1.5; }
body.page-contact .contact-direct-details a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
body.page-contact .contact-direct-details a:hover { color: #765816; }

body.page-contact .contact-enquiry-form { display: grid; gap: 1.35rem; padding: clamp(1.75rem, 3vw, 2.7rem); border: 1px solid var(--contact-line); background: var(--contact-ivory); box-shadow: 0 .6rem 1.4rem rgba(11, 23, 56, .07); }
body.page-contact .contact-form-intro { padding-bottom: 1.3rem; border-bottom: 1px solid var(--contact-line); }
body.page-contact .contact-form-intro h2 { max-width: 18ch; font-size: clamp(1.85rem, 2.3vw, 2.45rem); }
body.page-contact .contact-form-intro > p:not(.eyebrow) { margin: 0; color: var(--contact-copy); line-height: 1.6; }
body.page-contact .contact-required-note { margin-top: .7rem !important; color: rgba(34, 48, 79, .78) !important; font-size: .88rem; }
body.page-contact .contact-required-note span, body.page-contact .contact-field label span { color: #8c671d; }
body.page-contact .contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 1.35rem; }
body.page-contact .contact-field { min-width: 0; }
body.page-contact .contact-field-full { grid-column: 1 / -1; }
body.page-contact .contact-field label { display: block; margin-bottom: .45rem; color: var(--contact-navy); font-size: .92rem; font-weight: 500; line-height: 1.4; }
body.page-contact .contact-field input, body.page-contact .contact-field select, body.page-contact .contact-field textarea { width: 100%; min-height: 48px; padding: .68rem .75rem; border: 1px solid rgba(20, 39, 77, .26); border-radius: 0; background: #fffefb; color: var(--contact-navy); font: inherit; line-height: 1.4; }
body.page-contact .contact-field textarea { min-height: 10.5rem; resize: vertical; }
body.page-contact .contact-field .is-invalid { border-color: #9a493c; }
body.page-contact .contact-field-note, body.page-contact .contact-field-error { margin: .45rem 0 0; font-size: .82rem; line-height: 1.45; }
body.page-contact .contact-field-note { color: rgba(34, 48, 79, .75); }
body.page-contact .contact-field-error { color: #742d25; }
body.page-contact .contact-consent { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; color: var(--contact-navy); font-size: .92rem; line-height: 1.52; }
body.page-contact .contact-consent input { width: 18px; height: 18px; margin-top: .14rem; accent-color: var(--contact-gold); }
body.page-contact .contact-consent.is-invalid { outline: 1px solid #9a493c; outline-offset: 5px; }
body.page-contact .contact-consent .contact-field-error { grid-column: 2; }
body.page-contact .contact-consent a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
body.page-contact .contact-required-marker { color: #8c671d; font-weight: 600; }
body.page-contact .contact-form-action { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; min-height: 3rem; }
body.page-contact .contact-form-action .button { border-color: var(--contact-navy); background: var(--contact-navy); color: #fffdf6; }
body.page-contact .contact-form-action .button:hover { background: #152c58; }
body.page-contact .contact-form-action .button:active { background: #07142f; }
body.page-contact .contact-form-status { flex: 1 1 15rem; min-height: 2.7em; margin: 0; color: rgba(34, 48, 79, .82); font-size: .88rem; line-height: 1.45; }
body.page-contact .contact-form-error-summary { margin: 0; padding: .8rem .9rem; border-left: 2px solid #9a493c; background: #fbf0ed; color: #742d25; font-size: .9rem; line-height: 1.45; }

body.page-contact .contact-ecosystem-section,
body.page-partners .contact-ecosystem-section,
body.page-initiative .initiative-ecosystem-section { padding-top: clamp(5.5rem, 7vw, 6.5rem); padding-bottom: clamp(5.5rem, 7vw, 6.5rem); color: #fffdf6; }
body.page-contact .contact-ecosystem-section { background: var(--contact-navy); }
body.page-partners .contact-ecosystem-section { background: var(--partners-navy); }
body.page-contact .contact-ecosystem-intro,
body.page-partners .contact-ecosystem-intro,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro { max-width: 47.5rem; margin: 0 auto clamp(3rem, 4vw, 3.5rem); text-align: center; }
body.page-contact .contact-ecosystem-intro .eyebrow,
body.page-partners .contact-ecosystem-intro .eyebrow,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro .eyebrow { color: #dfbc66; }
body.page-contact .contact-ecosystem-intro h2,
body.page-partners .contact-ecosystem-intro h2,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro h2 { max-width: 18ch; margin: 1rem auto 1.35rem; color: #fffdf6; font-size: clamp(2.15rem, 3.7vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
body.page-contact .contact-ecosystem-intro > p:not(.eyebrow),
body.page-partners .contact-ecosystem-intro > p:not(.eyebrow),
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro > p:not(.eyebrow) { max-width: 45rem; margin: 0 auto; color: #dbe6ef; line-height: 1.62; }
body.page-contact .contact-ecosystem-grid,
body.page-partners .contact-ecosystem-grid,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid rgba(224, 236, 246, .32); border-left: 1px solid rgba(224, 236, 246, .24); }
body.page-contact .contact-ecosystem-card,
body.page-partners .contact-ecosystem-card,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card { display: flex; min-height: 17.5rem; flex-direction: column; padding: clamp(1.35rem, 2vw, 1.7rem); border-right: 1px solid rgba(224, 236, 246, .24); border-bottom: 1px solid rgba(224, 236, 246, .32); color: #fffdf6; text-decoration: none; transition: background-color 180ms ease, border-color 180ms ease; }
body.page-contact .contact-ecosystem-card > span,
body.page-partners .contact-ecosystem-card > span,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card > span { color: #dfbc66; font-family: "Fragment Mono", monospace; font-size: .72rem; letter-spacing: .1em; }
body.page-contact .contact-ecosystem-card h3,
body.page-partners .contact-ecosystem-card h3,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card h3 { margin: 1.5rem 0 .8rem; color: inherit; font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
body.page-contact .contact-ecosystem-card p,
body.page-partners .contact-ecosystem-card p,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card p { margin: 0; color: #dbe6ef; font-size: .93rem; line-height: 1.55; }
body.page-contact .contact-ecosystem-card b,
body.page-partners .contact-ecosystem-card b,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card b { display: inline-flex; width: fit-content; align-items: center; gap: .7rem; margin-top: auto; padding-top: 1.45rem; padding-bottom: .38rem; border-bottom: 1px solid transparent; color: #dfbc66; font-size: .73rem; font-weight: 600; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; transition: border-color 180ms ease; }
body.page-contact .contact-ecosystem-card b i,
body.page-partners .contact-ecosystem-card b i,
body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card b i { font-style: normal; }
body.page-contact .contact-ecosystem-card:hover,
body.page-partners .contact-ecosystem-card:hover, body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card:hover { border-color: rgba(223, 188, 102, .58); background: rgba(255, 255, 255, .055); }
body.page-contact .contact-ecosystem-card:hover b, body.page-contact .contact-ecosystem-card:focus-visible b,
body.page-partners .contact-ecosystem-card:hover b, body.page-partners .contact-ecosystem-card:focus-visible b, body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card:hover b, body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card:focus-visible b { border-color: #dfbc66; }
body.page-contact .contact-ecosystem-card:focus-visible,
body.page-partners .contact-ecosystem-card:focus-visible, body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card:focus-visible { outline-color: #dfbc66; outline-offset: -4px; }

html.motion-ready body.page-contact .contact-hero-copy > .eyebrow,
html.motion-ready body.page-contact .contact-hero-copy > h1,
html.motion-ready body.page-contact .contact-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-contact .contact-hero-copy > .hero-actions,
html.motion-ready body.page-contact .contact-hero-visual,
html.motion-ready body.page-contact .contact-enquiry-copy,
html.motion-ready body.page-contact .contact-enquiry-form,
html.motion-ready body.page-contact .contact-ecosystem-intro,
html.motion-ready body.page-contact .contact-ecosystem-card { opacity: 0; transform: translateY(16px); transition: opacity 620ms cubic-bezier(.22,.72,.18,1), transform 620ms cubic-bezier(.22,.72,.18,1); }
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > .eyebrow,
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > h1,
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > .hero-actions,
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-visual,
html.motion-ready body.page-contact .contact-enquiry-section.is-visible .contact-enquiry-copy,
html.motion-ready body.page-contact .contact-enquiry-section.is-visible .contact-enquiry-form,
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-intro,
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-card { opacity: 1; transform: translateY(0); }
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > h1 { transition-delay: 70ms; }
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > p:not(.eyebrow) { transition-delay: 140ms; }
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-copy > .hero-actions { transition-delay: 210ms; }
html.motion-ready body.page-contact .contact-hero.is-visible .contact-hero-visual { transition-delay: 160ms; }
html.motion-ready body.page-contact .contact-enquiry-section.is-visible .contact-enquiry-form { transition-delay: 100ms; }
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(1) { transition-delay: 70ms; }
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(2) { transition-delay: 130ms; }
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(3) { transition-delay: 190ms; }
html.motion-ready body.page-contact .contact-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(4) { transition-delay: 250ms; }

@media (min-width: 1050px) { body.page-contact .contact-enquiry-copy { position: sticky; top: 118px; align-self: start; } }
@media (max-width: 1024px) { body.page-contact { --contact-gutter: clamp(24px, 4vw, 48px); } body.page-contact .contact-hero { gap: clamp(2rem, 4vw, 3.5rem); } body.page-contact .contact-hero-copy h1 { font-size: clamp(2.45rem, 4.6vw, 3.5rem); } body.page-contact .contact-enquiry-section { grid-template-columns: 1fr; gap: 2.5rem; } body.page-contact .contact-enquiry-copy { max-width: 42rem; position: static; } body.page-contact .contact-ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } body.page-contact .contact-ecosystem-card { min-height: 14rem; } }
@media (max-width: 767px) { body.page-contact { --contact-gutter: 20px; --contact-section: clamp(4rem, 12vw, 5rem); } body.page-contact .contact-hero { grid-template-columns: 1fr; gap: 2rem; } body.page-contact .contact-hero-copy h1 { max-width: 13ch; font-size: clamp(2.3rem, 10vw, 3.1rem); } body.page-contact .contact-hero .hero-actions { gap: 18px; } body.page-contact .contact-hero-visual { max-width: 42rem; } body.page-contact .contact-form-grid { grid-template-columns: 1fr; } body.page-contact .contact-enquiry-form { padding: 1.4rem; } body.page-contact .contact-ecosystem-intro { margin-bottom: 2.5rem; } body.page-contact .contact-ecosystem-intro h2 { max-width: 16ch; } body.page-contact .contact-ecosystem-grid { grid-template-columns: 1fr; } body.page-contact .contact-ecosystem-card { min-height: 0; padding: 1.45rem; } }
@media (max-width: 480px) { body.page-contact .contact-hero .hero-actions { align-items: stretch; flex-direction: column; } body.page-contact .contact-hero .hero-actions .button { width: 100%; } body.page-contact .contact-hero-secondary { width: fit-content; } body.page-contact .contact-form-action .button { width: 100%; } body.page-contact .contact-ecosystem-grid { grid-template-columns: 1fr; } body.page-contact .contact-ecosystem-card { min-height: 0; } }
@media (prefers-reduced-motion: reduce) { html:has(body.page-contact) { scroll-behavior: auto; } body.page-contact .contact-hero-secondary span { transition: none; } html.motion-ready body.page-contact .contact-hero-copy > .eyebrow, html.motion-ready body.page-contact .contact-hero-copy > h1, html.motion-ready body.page-contact .contact-hero-copy > p:not(.eyebrow), html.motion-ready body.page-contact .contact-hero-copy > .hero-actions, html.motion-ready body.page-contact .contact-hero-visual, html.motion-ready body.page-contact .contact-enquiry-copy, html.motion-ready body.page-contact .contact-enquiry-form, html.motion-ready body.page-contact .contact-ecosystem-intro, html.motion-ready body.page-contact .contact-ecosystem-card { opacity: 1 !important; transform: none !important; transition: none !important; } }
/* ==================================================================
   Content-reveal animation - Alliance, Solutions, Resources,
   Trust Lab, Partners & Contact pages.
   Reuses the shared [data-motion] + .motion-ready observer system.
   ================================================================== */
/* No-JS / observer-failsafe fallback: keep inner-page content visible when
   .motion-ready is not present (JavaScript disabled or observer failed). */
html:not(.motion-ready) body.inner-page [data-motion],
html:not(.motion-ready) body.inner-page [data-motion] * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
body.page-alliance [data-motion="section"] h1,
body.page-solutions [data-motion="section"] h1,
body.page-resources [data-motion="section"] h1,
body.page-trust-lab [data-motion="section"] h1,
body.page-contact [data-motion="section"] h1 {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--motion-base) ease, transform var(--motion-slow) var(--motion-ease);
}
body.page-alliance [data-motion].is-visible h1,
body.page-solutions [data-motion].is-visible h1,
body.page-resources [data-motion].is-visible h1,
body.page-trust-lab [data-motion].is-visible h1,
body.page-contact [data-motion].is-visible h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}
body.page-solutions [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-solutions [data-motion="section"] .hero-actions,
body.page-solutions [data-motion="section"] .inner-rich-copy,
body.page-solutions [data-motion="section"] .section-heading > p,
body.page-solutions [data-motion="section"] .solutions-question-grid > article,
body.page-solutions [data-motion="section"] .solutions-current-grid > article,
body.page-solutions [data-motion="section"] .solutions-engagement-grid > article,
body.page-solutions [data-motion="section"] .solutions-pathway-panel,
body.page-solutions [data-motion="section"] .solutions-boundaries-panel,
body.page-solutions [data-motion="section"] .solutions-future-panel,
body.page-solutions [data-motion="section"] .solutions-route,
body.page-resources [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-resources [data-motion="section"] .hero-actions,
body.page-resources [data-motion="section"] .resources-hero-visual,
body.page-resources [data-motion="section"] .section-heading > p,
body.page-resources [data-motion="section"] .resources-use-case-grid > article,
body.page-resources [data-motion="section"] .resources-industry-grid > article,
body.page-resources [data-motion="section"] .resources-case-study-grid > article,
body.page-resources [data-motion="section"] .resources-research-grid > article,
body.page-resources [data-motion="section"] .resources-route,
body.page-trust-lab [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-trust-lab [data-motion="section"] .hero-actions,
body.page-trust-lab [data-motion="section"] .inner-hero-visual,
body.page-trust-lab [data-motion="section"] .inner-rich-copy,
body.page-trust-lab [data-motion="section"] .section-heading > p,
body.page-trust-lab [data-motion="section"] .trust-lab-state-card,
body.page-trust-lab [data-motion="section"] .trust-lab-method-grid > article,
body.page-trust-lab [data-motion="section"] .trust-lab-horizon-visual,
body.page-trust-lab [data-motion="section"] .trust-lab-horizon-grid > article,
body.page-trust-lab [data-motion="section"] .trust-lab-output-panel,
body.page-trust-lab [data-motion="section"] .trust-lab-audience-grid > span,
body.page-trust-lab [data-motion="section"] .trust-lab-route,
body.page-contact [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-contact [data-motion="section"] .contact-hero-note,
body.page-contact [data-motion="section"] .hero-actions,
body.page-contact [data-motion="section"] .section-heading > p,
body.page-contact [data-motion="section"] .contact-route-card,
body.page-contact [data-motion="section"] .contact-form-panel,
body.page-contact [data-motion="section"] .contact-process-list li,
body.page-contact [data-motion="section"] .contact-direct-panel,
body.page-contact [data-motion="section"] .contact-page-closing > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
}
body.page-solutions [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-solutions [data-motion].is-visible .hero-actions,
body.page-solutions [data-motion].is-visible .inner-rich-copy,
body.page-solutions [data-motion].is-visible .section-heading > p,
body.page-solutions [data-motion].is-visible .solutions-question-grid > article,
body.page-solutions [data-motion].is-visible .solutions-current-grid > article,
body.page-solutions [data-motion].is-visible .solutions-engagement-grid > article,
body.page-solutions [data-motion].is-visible .solutions-pathway-panel,
body.page-solutions [data-motion].is-visible .solutions-boundaries-panel,
body.page-solutions [data-motion].is-visible .solutions-future-panel,
body.page-solutions [data-motion].is-visible .solutions-route,
body.page-resources [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-resources [data-motion].is-visible .hero-actions,
body.page-resources [data-motion].is-visible .resources-hero-visual,
body.page-resources [data-motion].is-visible .section-heading > p,
body.page-resources [data-motion].is-visible .resources-use-case-grid > article,
body.page-resources [data-motion].is-visible .resources-industry-grid > article,
body.page-resources [data-motion].is-visible .resources-case-study-grid > article,
body.page-resources [data-motion].is-visible .resources-research-grid > article,
body.page-resources [data-motion].is-visible .resources-route,
body.page-trust-lab [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-trust-lab [data-motion].is-visible .hero-actions,
body.page-trust-lab [data-motion].is-visible .inner-hero-visual,
body.page-trust-lab [data-motion].is-visible .inner-rich-copy,
body.page-trust-lab [data-motion].is-visible .section-heading > p,
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card,
body.page-trust-lab [data-motion].is-visible .trust-lab-method-grid > article,
body.page-trust-lab [data-motion].is-visible .trust-lab-horizon-visual,
body.page-trust-lab [data-motion].is-visible .trust-lab-horizon-grid > article,
body.page-trust-lab [data-motion].is-visible .trust-lab-output-panel,
body.page-trust-lab [data-motion].is-visible .trust-lab-audience-grid > span,
body.page-trust-lab [data-motion].is-visible .trust-lab-route,
body.page-contact [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
body.page-contact [data-motion].is-visible .contact-hero-note,
body.page-contact [data-motion].is-visible .hero-actions,
body.page-contact [data-motion].is-visible .section-heading > p,
body.page-contact [data-motion].is-visible .contact-route-card,
body.page-contact [data-motion].is-visible .contact-form-panel,
body.page-contact [data-motion].is-visible .contact-process-list li,
body.page-contact [data-motion].is-visible .contact-direct-panel,
body.page-contact [data-motion].is-visible .contact-page-closing > * {
  opacity: 1;
  transform: translateY(0);
}
body.page-solutions [data-motion].is-visible .hero-actions,
body.page-resources [data-motion].is-visible .hero-actions,
body.page-trust-lab [data-motion].is-visible .hero-actions,
body.page-contact [data-motion].is-visible .hero-actions { transition-delay: 160ms; }
body.page-resources [data-motion].is-visible .resources-hero-visual,
body.page-trust-lab [data-motion].is-visible .inner-hero-visual,
body.page-contact [data-motion].is-visible .contact-route-card,
body.page-solutions [data-motion].is-visible .solutions-question-grid > article,
body.page-resources [data-motion].is-visible .resources-use-case-grid > article,
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card,
body.page-contact [data-motion].is-visible .contact-form-panel { transition-delay: 220ms; }
body.page-solutions [data-motion].is-visible .solutions-question-grid > article:nth-child(2),
body.page-resources [data-motion].is-visible .resources-use-case-grid > article:nth-child(2),
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card:nth-child(2),
body.page-contact [data-motion].is-visible .contact-route-card:nth-child(2) { transition-delay: 280ms; }
body.page-solutions [data-motion].is-visible .solutions-question-grid > article:nth-child(3),
body.page-resources [data-motion].is-visible .resources-use-case-grid > article:nth-child(3),
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card:nth-child(3),
body.page-contact [data-motion].is-visible .contact-route-card:nth-child(3) { transition-delay: 340ms; }
body.page-resources [data-motion].is-visible .resources-use-case-grid > article:nth-child(4),
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card:nth-child(4),
body.page-contact [data-motion].is-visible .contact-route-card:nth-child(4) { transition-delay: 400ms; }
body.page-trust-lab [data-motion].is-visible .trust-lab-state-card:nth-child(5),
body.page-contact [data-motion].is-visible .contact-route-card:nth-child(5) { transition-delay: 460ms; }
body.page-contact [data-motion].is-visible .contact-route-card:nth-child(6) { transition-delay: 520ms; }
@media (max-width: 640px) {
  body.page-alliance [data-motion="section"] h1,
  body.page-solutions [data-motion="section"] h1,
  body.page-resources [data-motion="section"] h1,
  body.page-trust-lab [data-motion="section"] h1,
  body.page-contact [data-motion="section"] h1,
  body.page-solutions [data-motion="section"] .inner-rich-copy,
  body.page-resources [data-motion="section"] .resources-hero-visual,
  body.page-trust-lab [data-motion="section"] .trust-lab-output-panel,
  body.page-contact [data-motion="section"] .contact-form-panel {
    transform: translateY(14px);
  }
}


/* Solutions portfolio refinement: strictly page-scoped. */
body.page-solutions .solutions-delivered-section,
body.page-solutions .solutions-modular-delivery-section,
body.page-solutions .solutions-outputs-section { background: rgba(255, 253, 248, 0.82); }

body.page-solutions .solutions-delivered-section .section-heading h2,
body.page-solutions .solutions-modular-delivery-section .section-heading h2,
body.page-solutions .solutions-outputs-section .section-heading h2 { max-width: 18ch; font-size: clamp(2.1rem, 2.8vw, 2.9rem); }

body.page-solutions .solutions-delivered-section .section-heading.split > p,
body.page-solutions .solutions-modular-delivery-section .section-heading.split > p,
body.page-solutions .solutions-outputs-section .section-heading.split > p { color: var(--solutions-copy); line-height: 1.58; }

body.page-solutions .solutions-delivery-grid,
body.page-solutions .solutions-current-grid,
body.page-solutions .solutions-outputs-grid,
body.page-solutions .solutions-future-panel {
  display: grid;
  gap: 1px;
  background: rgba(20, 39, 77, 0.12);
  border: 1px solid rgba(20, 39, 77, 0.12);
}

body.page-solutions .solutions-delivery-grid,
body.page-solutions .solutions-current-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-solutions .solutions-outputs-grid,
body.page-solutions .solutions-future-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }

body.page-solutions .solutions-delivery-grid > article,
body.page-solutions .solutions-current-grid > article,
body.page-solutions .solutions-outputs-grid > article,
body.page-solutions .solutions-future-panel > article {
  min-width: 0;
  height: 100%;
  padding: clamp(24px, 2vw, 30px) clamp(20px, 1.7vw, 26px);
  background: var(--solutions-ivory);
}

body.page-solutions .solutions-delivery-label,
body.page-solutions .solutions-delivery-grid > article > span,
body.page-solutions .solutions-current-grid > article > span,
body.page-solutions .solutions-outputs-grid > article > span,
body.page-solutions .solutions-future-context {
  display: block;
  margin: 0 0 12px;
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.page-solutions .solutions-delivery-label + span { margin-top: -3px; color: rgba(149, 113, 38, 0.72); }

body.page-solutions .solutions-delivery-grid h3,
body.page-solutions .solutions-current-grid h3,
body.page-solutions .solutions-outputs-grid h3,
body.page-solutions .solutions-future-panel h3 {
  margin: 0 0 10px;
  color: var(--solutions-navy);
  font-size: clamp(1rem, 1vw, 1.1rem);
  font-weight: 500;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.page-solutions .solutions-delivery-grid p,
body.page-solutions .solutions-current-grid p,
body.page-solutions .solutions-outputs-grid p,
body.page-solutions .solutions-future-panel p {
  margin: 0;
  color: rgba(34, 48, 79, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.page-solutions .solutions-governance-definition {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 39, 77, 0.16);
  color: var(--solutions-copy) !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
}

body.page-solutions .solutions-grid-note,
body.page-solutions .solutions-modular-note {
  max-width: 90ch;
  margin: clamp(20px, 2.4vw, 28px) 0 0;
  padding-left: clamp(16px, 1.7vw, 24px);
  border-left: 1px solid var(--solutions-gold);
  color: var(--solutions-copy);
  font-size: 0.96rem;
  line-height: 1.62;
}

body.page-solutions .solutions-modular-note p { margin: 0; }
body.page-solutions .solutions-modular-note p + p { margin-top: 10px; }

body.page-solutions .solutions-trust-lab-route {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: clamp(22px, 2.5vw, 30px);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--solutions-gold);
  color: var(--solutions-navy);
  font-family: "Fragment Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-solutions .solutions-trust-lab-route span { transition: transform 180ms ease; }
body.page-solutions .solutions-trust-lab-route:hover span,
body.page-solutions .solutions-trust-lab-route:focus-visible span { transform: translateX(4px); }

body.page-solutions .solutions-route-band .section-heading h2 { color: #fffdf6; }
body.page-solutions .solutions-route-band .section-heading .eyebrow { color: var(--solutions-gold); }

html.motion-ready body.page-solutions [data-motion="section"] .solutions-delivery-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-outputs-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-grid-note,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-modular-note,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-trust-lab-route {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
}

html.motion-ready body.page-solutions [data-motion].is-visible .solutions-delivery-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-grid-note,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-note,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-trust-lab-route {
  opacity: 1;
  transform: translateY(0);
}

html.motion-ready body.page-solutions [data-motion].is-visible .solutions-delivery-grid > article:nth-child(2),
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article:nth-child(2) { transition-delay: 80ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-delivery-grid > article:nth-child(3),
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article:nth-child(3) { transition-delay: 140ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-delivery-grid > article:nth-child(4),
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article:nth-child(4) { transition-delay: 200ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article:nth-child(5) { transition-delay: 260ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article:nth-child(6) { transition-delay: 320ms; }

@media (max-width: 1260px) {
  body.page-solutions .solutions-current-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  body.page-solutions .solutions-delivery-grid,
  body.page-solutions .solutions-outputs-grid,
  body.page-solutions .solutions-future-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.page-solutions .solutions-delivery-grid,
  body.page-solutions .solutions-current-grid,
  body.page-solutions .solutions-outputs-grid,
  body.page-solutions .solutions-future-panel { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-trust-lab-route span { transition: none; }
}

/* Solutions design-only final pass: page-scoped, content-preserving. */
body.page-solutions {
  --solutions-space-major: clamp(5.5rem, 8vw, 7rem);
  --solutions-space-compact: clamp(4.5rem, 6vw, 5.5rem);
  --solutions-panel-line: rgba(20, 39, 77, 0.18);
}
body.page-solutions .inner-page-main > .section {
  padding-block: var(--solutions-space-major);
}
body.page-solutions .inner-page-main > .solutions-boundaries-section,
body.page-solutions .inner-page-main > .solutions-route-band,
body.page-solutions .inner-page-main > .solutions-page-closing {
  padding-block: var(--solutions-space-compact);
}
body.page-solutions .section-heading.split {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 4vw, 3rem);
}
body.page-solutions .section-heading h2 {
  max-width: 21ch;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
body.page-solutions .section-heading.split > p {
  max-width: 43rem;
  margin: 0;
  color: var(--solutions-copy);
  font-size: 1rem;
  line-height: 1.62;
}
body.page-solutions .solutions-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3.5rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: linear-gradient(110deg, var(--solutions-stone), var(--solutions-ivory) 64%);
}
body.page-solutions .solutions-hero .inner-hero-copy h1 {
  max-width: 14.5ch;
  margin: 0.75rem 0 1.35rem;
  font-size: clamp(3.15rem, 4.25vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.04;
}
body.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 39rem;
  font-size: 1.03rem;
  line-height: 1.62;
}
body.page-solutions .solutions-hero .hero-actions {
  gap: clamp(1.6rem, 2vw, 1.9rem);
  align-items: center;
}
body.page-solutions .solutions-hero-visual {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.page-solutions .solutions-hero-diagram {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 1.25rem rgba(11, 23, 56, 0.08));
}
body.page-solutions .solutions-questions-section { background: var(--solutions-ivory); }
body.page-solutions .solutions-question-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--solutions-panel-line);
}
body.page-solutions .solutions-question-grid > article {
  position: relative;
  min-height: 0;
  padding: clamp(1.7rem, 2.3vw, 2.25rem);
  border: 0;
  border-left: 1px solid var(--solutions-panel-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.page-solutions .solutions-question-grid > article:first-child { border-left: 0; }
body.page-solutions .solutions-question-grid > article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 2px;
  background: var(--solutions-gold);
  content: '';
}
body.page-solutions .solutions-question-grid h3 {
  margin-top: 1.15rem;
  font-size: 1.14rem;
  font-weight: 500;
}
body.page-solutions .solutions-delivered-section {
  background: var(--solutions-mineral-pale);
}
body.page-solutions .solutions-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--solutions-panel-line);
  border-bottom: 3px solid var(--solutions-gold);
}
body.page-solutions .solutions-delivery-grid > article {
  position: relative;
  display: flex;
  min-height: 22rem;
  padding: clamp(1.7rem, 2.1vw, 2.3rem);
  flex-direction: column;
  border: 0;
  border-left: 1px solid var(--solutions-panel-line);
  border-radius: 0;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: none;
}
body.page-solutions .solutions-delivery-grid > article:first-child { border-left: 0; }
body.page-solutions .solutions-delivery-grid > article:nth-child(2) { background: rgba(255, 253, 248, 0.8); }
body.page-solutions .solutions-delivery-grid > article:nth-child(3) { background: #dfe9ee; }
body.page-solutions .solutions-delivery-grid > article:nth-child(4) {
  background: var(--solutions-navy);
  color: #fffdf6;
}
body.page-solutions .solutions-delivery-grid > article::after {
  position: absolute;
  right: 1.7rem;
  bottom: 1.5rem;
  left: 1.7rem;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  content: '';
}
body.page-solutions .solutions-delivery-grid h3 {
  margin: 0.95rem 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
}
body.page-solutions .solutions-delivery-grid > article p { line-height: 1.58; }
body.page-solutions .solutions-delivery-grid > article:nth-child(4) h3,
body.page-solutions .solutions-delivery-grid > article:nth-child(4) p { color: #fffdf6; }
body.page-solutions .solutions-delivery-grid > article:nth-child(4) p { opacity: 0.8; }
body.page-solutions .solutions-delivery-grid > article:nth-child(4) .solutions-delivery-label,
body.page-solutions .solutions-delivery-grid > article:nth-child(4) > span { color: #e5c269; }
body.page-solutions .solutions-delivered-section .solutions-grid-note {
  max-width: none;
  margin: 1.75rem 0 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 2px solid var(--solutions-gold);
}
body.page-solutions .solutions-current-section { background: var(--solutions-ivory); }
body.page-solutions .solutions-current-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--solutions-panel-line);
  border: 1px solid var(--solutions-panel-line);
}
body.page-solutions .solutions-current-grid > article {
  min-height: 0;
  padding: clamp(1.55rem, 2vw, 2.15rem);
  border: 0;
  border-radius: 0;
  background: var(--solutions-ivory);
  box-shadow: none;
}
body.page-solutions .solutions-current-grid > article:nth-child(4n + 2),
body.page-solutions .solutions-current-grid > article:nth-child(4n + 3) { background: #f7f4ec; }
body.page-solutions .solutions-current-grid h3 { margin-top: 0.85rem; font-size: 1.1rem; font-weight: 500; }
body.page-solutions .solutions-governance-definition-panel {
  display: grid;
  grid-template-columns: minmax(11rem, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  margin-top: 1px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border: 1px solid var(--solutions-panel-line);
  border-left: 2px solid var(--solutions-gold);
  background: var(--solutions-mineral-pale);
}
body.page-solutions .solutions-definition-label {
  margin: 0;
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
body.page-solutions .solutions-governance-definition-panel .solutions-governance-definition {
  margin: 0;
  color: var(--solutions-copy) !important;
  font-size: 0.96rem;
  line-height: 1.58;
}
body.page-solutions .solutions-current-section .solutions-grid-note {
  max-width: none;
  margin: 1.7rem 0 0;
}
body.page-solutions .solutions-modular-delivery-section { background: #f8f6ef; }
body.page-solutions .solutions-modular-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 1.6rem;
  border: 0;
  background: transparent;
}
body.page-solutions .solutions-modular-grid::before {
  position: absolute;
  top: 0.62rem;
  right: 6%;
  left: 6%;
  height: 1px;
  background: var(--solutions-gold);
  content: '';
}
body.page-solutions .solutions-modular-grid > article {
  min-height: 0;
  padding: 1.7rem clamp(1.25rem, 1.8vw, 2rem) 0;
  border: 0;
  border-left: 1px solid var(--solutions-panel-line);
  background: transparent;
}
body.page-solutions .solutions-modular-grid > article::before {
  position: absolute;
  top: -1.05rem;
  left: -0.32rem;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid var(--solutions-gold);
  border-radius: 50%;
  background: #f8f6ef;
  content: '';
}
body.page-solutions .solutions-modular-grid > article:first-child { border-left: 0; }
body.page-solutions .solutions-modular-grid > article:first-child::before { left: calc(50% - 0.31rem); }
body.page-solutions .solutions-modular-grid h3 { margin-top: 0.8rem; font-size: 1.08rem; font-weight: 500; }
body.page-solutions .solutions-modular-note {
  max-width: 64rem;
  margin: 2rem 0 0;
  padding-left: 1.15rem;
  border-left: 2px solid var(--solutions-gold);
}
body.page-solutions .solutions-pathway-section { background: var(--solutions-stone); }
body.page-solutions .solutions-pathway-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 0;
  padding: 0;
  border: 1px solid var(--solutions-panel-line);
  background: var(--solutions-ivory);
}
body.page-solutions .solutions-pathway-intro {
  display: flex;
  align-items: flex-start;
  min-height: 0;
  padding: clamp(1.8rem, 3vw, 3rem);
  border: 0;
  border-right: 1px solid var(--solutions-panel-line);
}
body.page-solutions .solutions-pathway-intro::before {
  width: 2.6rem;
  height: 2px;
  margin: 0 0 1.2rem;
  background: var(--solutions-gold);
  content: '';
}
body.page-solutions .solutions-pathway-intro p { margin: 1.85rem 0 0; }
body.page-solutions .solutions-pathway-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--solutions-panel-line);
  list-style: none;
}
body.page-solutions .solutions-pathway-list li {
  position: relative;
  min-height: 0;
  padding: 2.15rem 1.6rem 1.55rem;
  border: 0;
  background: var(--solutions-ivory);
}
body.page-solutions .solutions-pathway-list li[data-phase]::before {
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  color: #957126;
  content: attr(data-phase);
  font-family: "Fragment Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
body.page-solutions .solutions-pathway-list li > span { display: block; margin-bottom: 0.6rem; }
body.page-solutions .solutions-pathway-list li[data-phase] > span { margin-top: 0.95rem; }
body.page-solutions .solutions-outputs-section { background: var(--solutions-navy-deep); }
body.page-solutions .solutions-outputs-section .section-heading h2 { color: #fffdf6; }
body.page-solutions .solutions-outputs-section .section-heading.split > p { color: #cbd7e6; }
body.page-solutions .solutions-outputs-section .eyebrow { color: #e5c269; }
body.page-solutions .solutions-outputs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(203, 215, 230, 0.2);
  background: rgba(203, 215, 230, 0.2);
}
body.page-solutions .solutions-outputs-grid > article {
  min-height: 0;
  padding: clamp(1.55rem, 2vw, 2.15rem);
  border: 0;
  border-radius: 0;
  background: rgba(12, 29, 63, 0.45);
  box-shadow: none;
}
body.page-solutions .solutions-outputs-grid h3 { margin-top: 0.85rem; color: #fffdf6; font-size: 1.08rem; font-weight: 500; }
body.page-solutions .solutions-outputs-grid p { color: #cbd7e6; }
body.page-solutions .solutions-outputs-grid > article > span { color: #e5c269; }
body.page-solutions .solutions-outputs-section .solutions-grid-note {
  max-width: none;
  margin: 1.7rem 0 0;
  padding: 0.2rem 0 0.2rem 1.25rem;
  border-left: 2px solid var(--solutions-gold);
  color: #cbd7e6;
}
body.page-solutions .solutions-boundaries-section { background: var(--solutions-mineral); }
body.page-solutions .solutions-boundaries-panel {
  max-width: 52rem;
  padding: clamp(1.65rem, 2.8vw, 2.35rem);
  border: 1px solid var(--solutions-panel-line);
  background: var(--solutions-ivory);
  box-shadow: none;
}
body.page-solutions .solutions-boundaries-panel h2 {
  max-width: 22ch;
  margin: 0.7rem 0 1rem;
  font-size: clamp(1.75rem, 2.3vw, 2.2rem);
  font-weight: 500;
}
body.page-solutions .solutions-future-panel {
  display: block;
  border-top: 1px solid var(--solutions-panel-line);
  background: transparent;
}
body.page-solutions .solutions-future-panel > article {
  display: grid;
  grid-template-columns: minmax(13rem, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  min-height: 0;
  padding: 1.55rem 0;
  border: 0;
  border-bottom: 1px solid var(--solutions-panel-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.page-solutions .solutions-future-panel h3 { margin: 0.35rem 0 0; font-size: 1.14rem; font-weight: 500; }
body.page-solutions .solutions-future-panel > article > p:last-child { grid-column: 2; margin: 0; }
body.page-solutions .solutions-trust-lab-route { margin-top: 1.8rem; }
body.page-solutions .solutions-route-band { background: var(--solutions-navy-deep); }
body.page-solutions .solutions-route-band .section-heading.narrow { max-width: 42rem; margin: 0 auto 2.75rem; text-align: center; }
body.page-solutions .solutions-route-band .section-heading h2 { max-width: 20ch; margin-inline: auto; font-size: clamp(2rem, 2.8vw, 2.7rem); font-weight: 500; }
body.page-solutions .solutions-route-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
body.page-solutions .inner-crosslink-band .solutions-route {
  display: flex;
  min-height: 10rem;
  padding: 0 1.35rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
body.page-solutions .inner-crosslink-band .solutions-route:first-child { padding-left: 0; }
body.page-solutions .initiative-route-title { margin-top: 0.85rem; }
body.page-solutions .initiative-route-label { margin-top: 1rem; text-align: left; }
body.page-solutions .solutions-page-closing {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(18rem, 0.42fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: #f7f3e9;
}
body.page-solutions .solutions-page-closing h2 { max-width: 16ch; font-weight: 500; }
body.page-solutions .solutions-page-closing .hero-actions { justify-content: flex-start; gap: clamp(1.15rem, 2vw, 1.9rem); }
body.page-solutions .solutions-page-closing .solutions-hero-secondary { padding-bottom: 8px; }
html.motion-ready body.page-solutions [data-motion="section"] .solutions-governance-definition-panel,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-modular-grid > article {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-governance-definition-panel,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-grid > article {
  opacity: 1;
  transform: none;
}
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-grid > article:nth-child(2) { transition-delay: 80ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-grid > article:nth-child(3) { transition-delay: 140ms; }
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-grid > article:nth-child(4) { transition-delay: 200ms; }
@media (min-width: 1600px) {
  body.page-solutions .solutions-current-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-hero { gap: 3rem; }
  body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .solutions-delivery-grid > article:nth-child(3) { border-left: 0; border-top: 1px solid var(--solutions-panel-line); }
  body.page-solutions .solutions-delivery-grid > article:nth-child(4) { border-top: 1px solid var(--solutions-panel-line); }
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 0; }
  body.page-solutions .inner-crosslink-band .solutions-route:nth-child(4) { border-left: 0; padding-left: 0; }
}
@media (max-width: 820px) {
  body.page-solutions .section-heading.split,
  body.page-solutions .solutions-hero,
  body.page-solutions .solutions-pathway-panel,
  body.page-solutions .solutions-page-closing { grid-template-columns: 1fr; }
  body.page-solutions .section-heading.split { gap: 1rem; align-items: start; }
  body.page-solutions .solutions-hero { gap: 2rem; }
  body.page-solutions .solutions-hero-visual { max-width: 42rem; }
  body.page-solutions .solutions-pathway-intro { border-right: 0; border-bottom: 1px solid var(--solutions-panel-line); }
  body.page-solutions .solutions-question-grid,
  body.page-solutions .solutions-current-grid,
  body.page-solutions .solutions-outputs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .inner-crosslink-band .solutions-route:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 600px) {
  body.page-solutions { --solutions-space-major: clamp(3.75rem, 13vw, 4.75rem); --solutions-space-compact: clamp(3.25rem, 11vw, 4rem); }
  body.page-solutions .solutions-hero .inner-hero-copy h1 { max-width: 13ch; font-size: clamp(2.55rem, 11vw, 3.15rem); }
  body.page-solutions .solutions-hero .hero-actions { align-items: flex-start; flex-direction: column; }
  body.page-solutions .solutions-hero .hero-actions .button.primary { width: 100%; }
  body.page-solutions .solutions-question-grid,
  body.page-solutions .solutions-current-grid,
  body.page-solutions .solutions-delivery-grid,
  body.page-solutions .solutions-outputs-grid,
  body.page-solutions .solutions-pathway-list,
  body.page-solutions .solutions-route-grid { grid-template-columns: 1fr; }
  body.page-solutions .solutions-question-grid > article,
  body.page-solutions .solutions-delivery-grid > article { border-left: 0; border-top: 1px solid var(--solutions-panel-line); }
  body.page-solutions .solutions-question-grid > article:first-child,
  body.page-solutions .solutions-delivery-grid > article:first-child { border-top: 0; }
  body.page-solutions .solutions-delivery-grid > article { min-height: 0; }
  body.page-solutions .solutions-modular-grid { grid-template-columns: 1fr; padding-top: 0; }
  body.page-solutions .solutions-modular-grid::before { top: 0; bottom: 0; left: 0.31rem; right: auto; width: 1px; height: auto; }
  body.page-solutions .solutions-modular-grid > article { padding: 0 0 1.7rem 1.6rem; border-left: 0; }
  body.page-solutions .solutions-modular-grid > article::before,
  body.page-solutions .solutions-modular-grid > article:first-child::before { top: 0.15rem; left: 0; }
  body.page-solutions .solutions-governance-definition-panel,
  body.page-solutions .solutions-future-panel > article { grid-template-columns: 1fr; gap: 0.7rem; }
  body.page-solutions .solutions-future-panel > article > p:last-child { grid-column: auto; }
  body.page-solutions .solutions-route-band .section-heading.narrow { margin-bottom: 2rem; text-align: left; }
  body.page-solutions .solutions-route-band .section-heading h2 { margin-left: 0; }
  body.page-solutions .inner-crosslink-band .solutions-route { min-height: 0; padding: 0 0 1.6rem; border-left: 0 !important; border-bottom: 1px solid rgba(213, 224, 237, 0.16); }
  body.page-solutions .inner-crosslink-band .solutions-route:last-child { border-bottom: 0; padding-bottom: 0; }
  body.page-solutions .solutions-page-closing .hero-actions { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-governance-definition-panel,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-modular-grid > article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Keep the operational rail distinct from the connected portfolio above. */
body.page-solutions .solutions-modular-grid > article,
body.page-solutions .solutions-modular-grid > article:nth-child(2),
body.page-solutions .solutions-modular-grid > article:nth-child(3),
body.page-solutions .solutions-modular-grid > article:nth-child(4) {
  min-height: 0;
  color: var(--solutions-copy);
  background: transparent;
}
body.page-solutions .solutions-modular-grid > article::after { display: none; }
body.page-solutions .solutions-modular-grid > article h3,
body.page-solutions .solutions-modular-grid > article:nth-child(4) h3,
body.page-solutions .solutions-modular-grid > article:nth-child(4) p { color: var(--solutions-navy); }
body.page-solutions .solutions-modular-grid > article:nth-child(4) p { opacity: 1; }
body.page-solutions .solutions-modular-grid > article:nth-child(4) > span { color: #957126; }
/* Reveal enhancement remains progressive: content is visible until JS opts in. */
body.page-solutions [data-motion="section"] h1,
body.page-solutions [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
body.page-solutions [data-motion="section"] .hero-actions,
body.page-solutions [data-motion="section"] .section-heading > p,
body.page-solutions [data-motion="section"] .solutions-question-grid > article,
body.page-solutions [data-motion="section"] .solutions-current-grid > article,
body.page-solutions [data-motion="section"] .solutions-governance-definition-panel,
body.page-solutions [data-motion="section"] .solutions-modular-grid > article,
body.page-solutions [data-motion="section"] .solutions-pathway-panel,
body.page-solutions [data-motion="section"] .solutions-outputs-grid > article,
body.page-solutions [data-motion="section"] .solutions-grid-note,
body.page-solutions [data-motion="section"] .solutions-boundaries-panel,
body.page-solutions [data-motion="section"] .solutions-future-panel,
body.page-solutions [data-motion="section"] .solutions-trust-lab-route,
body.page-solutions [data-motion="section"] .solutions-route {
  opacity: 1;
  transform: none;
}
html.motion-ready body.page-solutions [data-motion="section"] h1,
html.motion-ready body.page-solutions [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-solutions [data-motion="section"] .hero-actions,
html.motion-ready body.page-solutions [data-motion="section"] .section-heading > p,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-question-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-current-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-governance-definition-panel,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-modular-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-pathway-panel,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-outputs-grid > article,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-grid-note,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-boundaries-panel,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-future-panel,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-trust-lab-route,
html.motion-ready body.page-solutions [data-motion="section"] .solutions-route {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}
html.motion-ready body.page-solutions [data-motion].is-visible h1,
html.motion-ready body.page-solutions [data-motion].is-visible .inner-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-solutions [data-motion].is-visible .hero-actions,
html.motion-ready body.page-solutions [data-motion].is-visible .section-heading > p,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-question-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-current-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-governance-definition-panel,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-modular-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-pathway-panel,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-outputs-grid > article,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-grid-note,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-boundaries-panel,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-future-panel,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-trust-lab-route,
html.motion-ready body.page-solutions [data-motion].is-visible .solutions-route {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-solutions [data-motion="section"] h1,
  html.motion-ready body.page-solutions [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
  html.motion-ready body.page-solutions [data-motion="section"] .hero-actions,
  html.motion-ready body.page-solutions [data-motion="section"] .section-heading > p,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-question-grid > article,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-current-grid > article,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-governance-definition-panel,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-modular-grid > article,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-pathway-panel,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-outputs-grid > article,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-grid-note,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-boundaries-panel,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-future-panel,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-trust-lab-route,
  html.motion-ready body.page-solutions [data-motion="section"] .solutions-route {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Solutions refinement: hierarchy, density and responsive portfolio behaviour. */
body.page-solutions .solutions-questions-section .section-heading.split { align-items: start; }
body.page-solutions .solutions-question-grid > article {
  min-height: 0;
  padding: clamp(1.9rem, 2.5vw, 2.45rem);
  background: #f3f6f7;
}
body.page-solutions .solutions-question-grid h3 { min-height: 2.8em; }
body.page-solutions .solutions-delivery-grid > article { min-height: 0; }
body.page-solutions .solutions-current-grid > article { padding: clamp(1.8rem, 2.3vw, 2.5rem); }
body.page-solutions .solutions-current-grid h3 { max-width: 23ch; }
body.page-solutions .solutions-current-section .solutions-grid-note {
  margin-top: 1.25rem;
  padding: 0.25rem 0 0.25rem 1.2rem;
  border-left: 2px solid var(--solutions-gold);
}
body.page-solutions .solutions-boundaries-panel { max-width: 48rem; }
body.page-solutions .solutions-future-panel > article {
  min-height: 0;
  padding-block: 1.35rem;
}
body.page-solutions .inner-crosslink-band .solutions-route { min-height: 0; padding-top: 0.25rem; padding-bottom: 1.4rem; }
@media (min-width: 1360px) {
  body.page-solutions .solutions-current-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-solutions .inner-crosslink-band .solutions-route:nth-child(4) { border-left: 1px solid rgba(213, 224, 237, 0.16); padding-left: 1.35rem; }
}
@media (max-width: 820px) {
  body.page-solutions .solutions-question-grid { grid-template-columns: 1fr; }
  body.page-solutions .solutions-question-grid > article { border-left: 0; border-top: 1px solid var(--solutions-panel-line); }
  body.page-solutions .solutions-question-grid > article:first-child { border-top: 0; }
}
/* Solutions targeted correction: delivery rail, grouped pathway and compact capability rows. */
body.page-solutions .solutions-modular-delivery-section .section-heading.split {
  align-items: start;
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
body.page-solutions .solutions-modular-grid {
  position: relative;
  gap: 0;
  padding-top: 1.65rem;
  background: rgba(255, 253, 248, 0.34);
}
body.page-solutions .solutions-modular-grid::before {
  top: 0.42rem;
  right: 0;
  left: 0;
}
body.page-solutions .solutions-modular-grid > article {
  min-height: 0;
  padding: 1.85rem clamp(1.3rem, 1.9vw, 2.15rem) 0;
}
body.page-solutions .solutions-modular-grid > article::before,
body.page-solutions .solutions-modular-grid > article:first-child::before {
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
body.page-solutions .solutions-modular-grid h3 { margin: 1.15rem 0 0.9rem; }
body.page-solutions .solutions-modular-grid p { line-height: 1.58; }
body.page-solutions .solutions-modular-note {
  max-width: 58rem;
  margin-top: 1.8rem;
  padding: 0.15rem 0 0.15rem 1.2rem;
}
body.page-solutions .solutions-pathway-section .section-heading.split { margin-bottom: clamp(3rem, 4vw, 4rem); }
body.page-solutions .solutions-pathway-panel {
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  border: 0;
  background: transparent;
}
body.page-solutions .solutions-pathway-intro {
  display: block;
  min-height: 0;
  padding: clamp(2.1rem, 3vw, 2.6rem);
  border: 1px solid var(--solutions-panel-line);
  border-left: 2px solid var(--solutions-gold);
  background: var(--solutions-ivory);
}
body.page-solutions .solutions-pathway-intro::before { display: none; }
body.page-solutions .solutions-pathway-intro p { max-width: 30rem; margin: 0; }
body.page-solutions .solutions-pathway-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}
body.page-solutions .solutions-pathway-group {
  margin: 0;
  padding: 0;
  border: 1px solid var(--solutions-panel-line);
  background: rgba(255, 253, 248, 0.68);
}
body.page-solutions .solutions-pathway-group:nth-child(2) { background: #f5f1e8; }
body.page-solutions .solutions-pathway-group:nth-child(3) { background: #edf2f3; }
body.page-solutions .solutions-pathway-phase {
  margin: 0;
  padding: 0.7rem 1.25rem 0.65rem;
  border-bottom: 1px solid var(--solutions-panel-line);
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.page-solutions .solutions-pathway-group > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-solutions .solutions-pathway-group > ol > li {
  min-height: 0;
  padding: 1.45rem 1.35rem 1.5rem;
  border: 0;
  border-left: 1px solid var(--solutions-panel-line);
  background: transparent;
}
body.page-solutions .solutions-pathway-group > ol > li:first-child { border-left: 0; }
body.page-solutions .solutions-pathway-group > ol > li::before { display: none; }
body.page-solutions .solutions-pathway-group > ol > li > span,
body.page-solutions .solutions-pathway-group > ol > li[data-phase] > span { margin: 0 0 0.68rem; }
body.page-solutions .solutions-pathway-group h3 { margin-bottom: 0.62rem; }
body.page-solutions .solutions-pathway-group p { line-height: 1.52; }
body.page-solutions .solutions-future-section .section-heading.split { margin-bottom: clamp(2.75rem, 3.5vw, 3.5rem); }
body.page-solutions .solutions-future-panel {
  counter-reset: solutions-capability;
  border-top: 1px solid var(--solutions-panel-line);
}
body.page-solutions .solutions-future-panel > article {
  position: relative;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  grid-template-rows: auto auto;
  gap: 0.3rem clamp(1.5rem, 3vw, 3rem);
  min-height: 0;
  padding: 1.75rem 1.5rem 1.7rem 3.9rem;
  align-items: center;
}
body.page-solutions .solutions-future-panel > article:nth-child(even) { background: rgba(232, 238, 241, 0.38); }
body.page-solutions .solutions-future-panel > article::before {
  position: absolute;
  top: 1.75rem;
  left: 1.45rem;
  color: #957126;
  content: counter(solutions-capability, decimal-leading-zero);
  counter-increment: solutions-capability;
  font-family: "Fragment Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}
body.page-solutions .solutions-future-context { margin: 0; }
body.page-solutions .solutions-future-panel h3 { margin: 0; }
body.page-solutions .solutions-future-panel > article > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 45rem;
  align-self: center;
  line-height: 1.58;
}
body.page-solutions .solutions-trust-lab-route { margin-top: 2rem; }
@media (max-width: 820px) {
  body.page-solutions .solutions-modular-delivery-section .section-heading.split,
  body.page-solutions .solutions-pathway-section .section-heading.split { margin-bottom: 2.5rem; }
  body.page-solutions .solutions-pathway-panel { grid-template-columns: 1fr; }
  body.page-solutions .solutions-pathway-group > ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  body.page-solutions .solutions-modular-grid { padding-top: 0; }
  body.page-solutions .solutions-modular-grid::before { top: 0; right: auto; bottom: 0; left: 0.31rem; width: 1px; height: auto; }
  body.page-solutions .solutions-modular-grid > article { padding-top: 0.1rem; }
  body.page-solutions .solutions-modular-grid > article::before,
  body.page-solutions .solutions-modular-grid > article:first-child::before { top: 0.15rem; left: 0; transform: none; }
  body.page-solutions .solutions-pathway-group > ol { grid-template-columns: 1fr; }
  body.page-solutions .solutions-pathway-group > ol > li { border-top: 1px solid var(--solutions-panel-line); border-left: 0; }
  body.page-solutions .solutions-pathway-group > ol > li:first-child { border-top: 0; }
  body.page-solutions .solutions-future-panel > article { grid-template-columns: 1fr; grid-template-rows: auto; gap: 0.65rem; padding: 1.55rem 1.2rem 1.55rem 3.35rem; }
  body.page-solutions .solutions-future-panel > article::before { top: 1.58rem; left: 1.15rem; }
  body.page-solutions .solutions-future-panel > article > p:last-child { grid-column: auto; grid-row: auto; }
  body.page-solutions .solutions-trust-lab-route { margin-top: 1.75rem; }
}
/* Solutions final targeted correction: full-width delivery note and stacked pathway groups. */
body.page-solutions .solutions-modular-delivery-section .solutions-modular-note {
  width: 100%;
  max-width: none;
  margin-top: 1.8rem;
  grid-column: 1 / -1;
}
body.page-solutions .solutions-pathway-list {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}
body.page-solutions .solutions-pathway-group {
  width: 100%;
}
/* Solutions supplied visual integration. */
body.page-solutions .solutions-hero-visual {
  display: grid;
  grid-template-rows: auto auto;
  align-self: center;
  gap: 0.7rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-solutions .solutions-hero-visual::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 1px;
  background: var(--solutions-gold);
}

body.page-solutions .solutions-hero-image,
body.page-solutions .solutions-delivered-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 1px;
  box-shadow: none;
}

body.page-solutions .solutions-delivered-visual {
  width: 100%;
  margin: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(2rem, 3vw, 2.5rem);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 820px) {
  body.page-solutions .solutions-hero-visual {
    width: min(100%, 42rem);
    margin-inline: auto;
  }

  body.page-solutions .solutions-delivered-visual {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
/* Solutions portfolio and practical examples refinement. */
body.page-solutions .solutions-delivered-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
}

body.page-solutions .solutions-delivered-copy h2 {
  max-width: 17ch;
  margin: 0.65rem 0 1.35rem;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2.1rem, 2.8vw, 2.9rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.page-solutions .solutions-delivered-copy > p:last-child {
  max-width: 54ch;
  margin: 0;
  color: var(--solutions-copy);
  line-height: 1.6;
}

body.page-solutions .solutions-delivered-overview .solutions-delivered-visual {
  align-self: center;
  margin: 0;
}

body.page-solutions .solutions-examples-section {
  background: var(--solutions-stone);
}

body.page-solutions .solutions-examples-carousel {
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--solutions-panel-line);
  border-bottom: 1px solid var(--solutions-panel-line);
}

body.page-solutions .solutions-examples-viewport {
  min-height: clamp(20rem, 29vw, 25rem);
}

body.page-solutions .solutions-example-slide {
  display: grid;
  grid-template-columns: minmax(7rem, 0.2fr) minmax(0, 0.8fr);
  column-gap: clamp(1.5rem, 3vw, 3.5rem);
  row-gap: 1.25rem;
  min-height: inherit;
  padding: clamp(2rem, 4vw, 4rem) 0;
}

body.page-solutions .solutions-example-slide[hidden] {
  display: none;
}

body.page-solutions .solutions-example-index,
body.page-solutions .solutions-example-focus span,
body.page-solutions .solutions-example-pagination {
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.page-solutions .solutions-example-index {
  grid-row: span 2;
  margin: 0;
  color: #957126;
}

body.page-solutions .solutions-example-slide h3 {
  max-width: 22ch;
  margin: 0;
  color: var(--solutions-navy);
  font-size: clamp(1.7rem, 2.45vw, 2.55rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.page-solutions .solutions-example-slide > p:not(.solutions-example-index):not(.solutions-example-focus) {
  grid-column: 2;
  max-width: 65ch;
  margin: 0;
  color: var(--solutions-copy);
  font-size: clamp(1rem, 0.28vw + 0.93rem, 1.12rem);
  line-height: 1.65;
}

body.page-solutions .solutions-example-focus {
  grid-column: 2;
  margin: 0.4rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--solutions-panel-line);
  color: var(--solutions-copy);
  font-size: 0.94rem;
  line-height: 1.5;
}

body.page-solutions .solutions-example-focus span {
  margin-right: 0.65rem;
  color: #957126;
}

body.page-solutions .solutions-examples-controls {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 0;
  border-top: 1px solid var(--solutions-panel-line);
}

body.page-solutions .solutions-example-control {
  display: inline-grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  color: var(--solutions-navy);
  background: transparent;
  border: 1px solid var(--solutions-panel-line);
  border-radius: 50%;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.page-solutions .solutions-example-control:hover {
  color: var(--solutions-ivory);
  background: var(--solutions-navy);
  border-color: var(--solutions-navy);
}

body.page-solutions .solutions-example-control:active {
  transform: translateY(1px);
}

body.page-solutions .solutions-example-control span {
  font-size: 1.12rem;
  line-height: 1;
}

body.page-solutions .solutions-example-pagination {
  min-width: 3.5rem;
  margin: 0;
  color: var(--solutions-copy);
  text-align: center;
}

@media (max-width: 820px) {
  body.page-solutions .solutions-delivered-overview {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.page-solutions .solutions-delivered-copy h2,
  body.page-solutions .solutions-delivered-copy > p:last-child {
    max-width: none;
  }

  body.page-solutions .solutions-example-slide {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    min-height: 0;
    padding-block: clamp(1.85rem, 7vw, 2.75rem);
  }

  body.page-solutions .solutions-example-index,
  body.page-solutions .solutions-example-slide > p:not(.solutions-example-index):not(.solutions-example-focus),
  body.page-solutions .solutions-example-focus {
    grid-column: auto;
    grid-row: auto;
  }

  body.page-solutions .solutions-examples-viewport {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-example-control {
    transition: none;
  }
}
/* Solutions practical examples navy treatment. */
body.page-solutions .solutions-examples-section {
  background: var(--solutions-navy);
  color: rgba(255, 253, 248, 0.92);
}

body.page-solutions .solutions-examples-section .eyebrow,
body.page-solutions .solutions-examples-section .solutions-example-index,
body.page-solutions .solutions-examples-section .solutions-example-focus span {
  color: var(--solutions-gold);
}

body.page-solutions .solutions-examples-section .section-heading h2,
body.page-solutions .solutions-examples-section .solutions-example-slide h3 {
  color: var(--solutions-ivory);
}

body.page-solutions .solutions-examples-section .section-heading.split > p,
body.page-solutions .solutions-examples-section .solutions-example-slide > p:not(.solutions-example-index):not(.solutions-example-focus),
body.page-solutions .solutions-examples-section .solutions-example-focus,
body.page-solutions .solutions-examples-section .solutions-example-pagination {
  color: rgba(255, 253, 248, 0.76);
}

body.page-solutions .solutions-examples-carousel,
body.page-solutions .solutions-examples-controls,
body.page-solutions .solutions-example-focus {
  border-color: rgba(220, 229, 239, 0.2);
}

body.page-solutions .solutions-example-control {
  color: var(--solutions-ivory);
  border-color: rgba(220, 229, 239, 0.4);
}

body.page-solutions .solutions-example-control:hover {
  color: var(--solutions-navy);
  background: var(--solutions-gold);
  border-color: var(--solutions-gold);
}
/* Resources institutional knowledge-centre content structure. */
body.page-resources .resources-use-case-phases {
  display: grid;
  gap: clamp(2rem, 3.5vw, 3.5rem);
  margin-top: clamp(2.25rem, 4vw, 3.75rem);
}

body.page-resources .resources-use-case-phase {
  min-width: 0;
}

body.page-resources .resources-phase-label {
  margin: 0 0 0.9rem;
  color: var(--resources-gold);
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.page-resources .resources-use-case-phase .resources-use-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-resources .resources-industry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-resources .resources-principles-section {
  padding-block: clamp(3.25rem, 5vw, 5rem);
  background: var(--resources-mineral-pale);
}

body.page-resources .resources-principles-copy {
  max-width: 70rem;
  padding-left: clamp(1.25rem, 2vw, 2rem);
  border-left: 2px solid var(--resources-gold);
}

body.page-resources .resources-principles-copy h2 {
  max-width: 18ch;
  margin: 0.55rem 0 1rem;
  color: var(--resources-navy);
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.85rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

body.page-resources .resources-principles-copy > p:last-child {
  max-width: 70ch;
  margin: 0;
  color: var(--resources-copy);
  line-height: 1.62;
}

@media (max-width: 1100px) {
  body.page-resources .resources-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-resources .resources-use-case-phase .resources-use-case-grid,
  body.page-resources .resources-industry-grid {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-principles-copy {
    padding-left: 1.1rem;
  }
}
/* Resources final institutional visual rhythm. */
body.page-resources .resources-hero {
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(2.25rem, 4.5vw, 5rem);
  align-items: center;
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(3.75rem, 5.5vw, 5.75rem);
  background: var(--resources-ivory);
}

body.page-resources .resources-hero .inner-hero-copy h1 {
  max-width: 14ch;
  font-weight: 400;
  line-height: 1.03;
}

body.page-resources .resources-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 62ch;
}

body.page-resources .resources-hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--resources-navy);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.page-resources .resources-hero-visual::before,
body.page-resources .resources-hero-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.page-resources .resources-hero-visual::before {
  inset: 10% 8%;
  border: 1px solid rgba(213, 224, 237, 0.1);
  border-radius: 50%;
}

body.page-resources .resources-hero-visual::after {
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 1px;
  background: var(--resources-gold);
}

body.page-resources .resources-hero-visual-spacer {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

body.page-resources .resources-research-section,
body.page-resources .resources-industries-section,
body.page-resources .resources-principles-section {
  background: var(--resources-mineral-pale);
}

body.page-resources .resources-use-cases-section,
body.page-resources .resources-page-closing {
  background: var(--resources-ivory);
}

body.page-resources .resources-research-section .section-heading h2,
body.page-resources .resources-use-cases-section .section-heading h2,
body.page-resources .resources-industries-section .section-heading h2,
body.page-resources .resources-case-studies-section .section-heading h2,
body.page-resources .resources-route-band .section-heading h2,
body.page-resources .resources-page-closing h2 {
  max-width: 19ch;
  font-weight: 500;
}

body.page-resources .resources-research-grid {
  gap: 0;
  border-color: var(--resources-line);
}

body.page-resources .resources-research-grid > article {
  position: relative;
  min-height: 0;
  padding: clamp(1.75rem, 2.3vw, 2.35rem);
  background: var(--resources-ivory);
  border: 0;
  border-left: 1px solid var(--resources-line);
  border-top: 1px solid var(--resources-line);
  box-shadow: none;
}

body.page-resources .resources-research-grid > article:nth-child(3n + 1) {
  border-left: 0;
}

body.page-resources .resources-research-grid > article:nth-child(-n + 3) {
  border-top: 0;
}

body.page-resources .resources-research-grid > article:nth-child(even) {
  background: #f4f7f8;
}

body.page-resources .resources-research-grid > article::before,
body.page-resources .resources-industry-grid > article::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2px;
  margin-bottom: 1.1rem;
  background: var(--resources-gold);
}

body.page-resources .resources-research-grid > article > span {
  display: block;
  margin-bottom: 0.85rem;
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
}

body.page-resources .resources-research-grid h3 {
  margin-bottom: 1rem;
  color: var(--resources-navy);
  font-weight: 500;
}

body.page-resources .resources-use-case-phases {
  gap: clamp(2rem, 3vw, 3.25rem);
}

body.page-resources .resources-use-case-phase {
  padding: 0;
}

body.page-resources .resources-phase-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.page-resources .resources-phase-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--resources-gold);
  opacity: 0.75;
}

body.page-resources .resources-use-case-phase .resources-use-case-grid {
  gap: 0;
  border-color: var(--resources-line);
}

body.page-resources .resources-use-case-phase .resources-use-case-grid > article {
  min-height: 0;
  padding: clamp(1.7rem, 2.2vw, 2.25rem);
  background: var(--resources-ivory);
  border: 0;
  border-left: 1px solid var(--resources-line);
  border-top: 1px solid var(--resources-line);
  box-shadow: none;
}

body.page-resources .resources-use-case-phase:first-child .resources-use-case-grid > article:nth-child(odd) {
  border-left: 0;
}

body.page-resources .resources-use-case-phase:first-child .resources-use-case-grid > article:nth-child(-n + 2) {
  border-top: 0;
}

body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid,
body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid > article {
  background: #eef4f6;
  border-top: 0;
}

body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid > article:first-child,
body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid > article:first-child {
  border-left: 0;
}

body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid > article {
  background: #f4f1ea;
  border-top: 0;
}

body.page-resources .resources-industries-section .section-heading.split {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

body.page-resources .resources-industry-grid {
  gap: 0;
  border-color: var(--resources-line);
}

body.page-resources .resources-industry-grid > article {
  position: relative;
  min-height: 0;
  padding: clamp(1.6rem, 2vw, 2.1rem);
  background: var(--resources-ivory);
  border: 0;
  border-left: 1px solid var(--resources-line);
  border-top: 1px solid var(--resources-line);
  box-shadow: none;
}

body.page-resources .resources-industry-grid > article:nth-child(4n + 1) {
  border-left: 0;
}

body.page-resources .resources-industry-grid > article:nth-child(-n + 4) {
  border-top: 0;
}

body.page-resources .resources-industry-grid > article:nth-child(even) {
  background: #f4f7f8;
}

body.page-resources .resources-industry-grid h3 {
  margin-bottom: 0.85rem;
  color: var(--resources-navy);
  font-weight: 500;
}

body.page-resources .resources-case-studies-section {
  background: var(--resources-navy-deep);
  color: var(--resources-ivory);
}

body.page-resources .resources-case-studies-section .eyebrow,
body.page-resources .resources-case-studies-section .resources-card-label {
  color: var(--resources-gold);
}

body.page-resources .resources-case-studies-section .section-heading h2,
body.page-resources .resources-case-studies-section .resources-case-study-grid h3 {
  color: var(--resources-ivory);
  font-weight: 500;
}

body.page-resources .resources-case-studies-section .section-heading.split > p,
body.page-resources .resources-case-studies-section .resources-case-study-grid > article > p:not(.resources-card-label) {
  color: #c2cfe4;
}

body.page-resources .resources-case-study-grid {
  gap: clamp(1rem, 1.6vw, 1.5rem);
  border: 0;
  background: transparent;
}

body.page-resources .resources-case-study-grid > article {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1.75rem, 2.4vw, 2.5rem);
  background: #12234a;
  border: 1px solid rgba(213, 224, 237, 0.16);
  box-shadow: none;
}

body.page-resources .resources-case-study-grid .resources-card-label {
  margin-bottom: 1rem;
}

body.page-resources .resources-case-study-grid .resources-card-meta {
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

body.page-resources .resources-case-study-grid .resources-card-meta li {
  padding: 0.34rem 0.55rem;
  color: #d8e2ef;
  background: rgba(213, 224, 237, 0.07);
  border: 1px solid rgba(213, 224, 237, 0.14);
  font-size: 0.72rem;
}

body.page-resources .resources-case-study-grid .inline-link {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 0.5rem;
  color: var(--resources-ivory);
  border-bottom: 1px solid var(--resources-gold);
}

body.page-resources .resources-case-study-grid .inline-link::after {
  content: none;
}

body.page-resources .resources-principles-section {
  padding-block: clamp(3.5rem, 4.5vw, 5rem);
}

body.page-resources .resources-principles-copy {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 1fr) minmax(0, 6fr);
  align-items: center;
  max-width: none;
  padding: 0;
  border: 0;
}

body.page-resources .resources-principles-copy h2 {
  max-width: 17ch;
  margin: 0.6rem 0 0;
  font-weight: 500;
}

body.page-resources .resources-principles-divider {
  align-self: stretch;
  width: 1px;
  margin-inline: auto;
  background: var(--resources-gold);
}

body.page-resources .resources-principles-detail > p {
  max-width: 65ch;
  margin: 0;
  color: var(--resources-copy);
  line-height: 1.62;
}

body.page-resources .resources-principle-markers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

body.page-resources .resources-principle-markers li {
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.page-resources .resources-principle-markers li::before {
  content: "â€¢";
  margin-right: 0.45rem;
  color: var(--resources-gold);
}

body.page-resources .resources-route-band {
  padding-top: clamp(3.5rem, 4.5vw, 4.75rem);
  padding-bottom: clamp(3.75rem, 4.8vw, 5rem);
}

body.page-resources .resources-route-band .section-heading.narrow {
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
}

body.page-resources .resources-route-band .section-heading h2 {
  color: var(--resources-ivory);
}

body.page-resources .resources-route-band .section-heading > p:last-child,
body.page-resources .resources-route-note,
body.page-resources .resources-route-label {
  color: #c2cfe4;
}

body.page-resources .resources-route-grid {
  gap: 0;
}

body.page-resources .inner-crosslink-band .resources-route {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-resources .inner-crosslink-band .resources-route-title {
  font-size: 1.02rem;
  font-weight: 500;
}

body.page-resources .resources-route-note {
  max-width: 68ch;
  margin-top: 1.75rem;
  font-size: 0.84rem;
}

body.page-resources .resources-route-note a {
  color: var(--resources-ivory);
  text-decoration-color: var(--resources-gold);
  text-underline-offset: 0.22em;
}

body.page-resources .resources-page-closing {
  padding-block: clamp(3.75rem, 5vw, 5.75rem);
}

body.page-resources .resources-closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

body.page-resources .resources-closing-panel .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

body.page-resources .resources-closing-panel .eyebrow::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: var(--resources-gold);
}

body.page-resources .resources-closing-panel .hero-actions {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.15rem, 1.8vw, 1.75rem);
}

body.page-resources .resources-closing-panel .button.secondary {
  width: fit-content;
  padding: 0 0 0.45rem;
  color: var(--resources-navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--resources-gold);
}

@media (max-width: 1100px) {
  body.page-resources .resources-hero {
    gap: 2.5rem;
  }

  body.page-resources .resources-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-resources .resources-industry-grid > article:nth-child(4n + 1) {
    border-left: 1px solid var(--resources-line);
  }

  body.page-resources .resources-industry-grid > article:nth-child(2n + 1) {
    border-left: 0;
  }

  body.page-resources .resources-industry-grid > article:nth-child(n + 3) {
    border-top: 1px solid var(--resources-line);
  }
}

@media (max-width: 820px) {
  body.page-resources .resources-hero,
  body.page-resources .resources-principles-copy,
  body.page-resources .resources-closing-panel {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-hero {
    gap: 2rem;
  }

  body.page-resources .resources-hero .inner-hero-copy > p:not(.eyebrow) {
    max-width: none;
  }

  body.page-resources .resources-hero-visual {
    width: 100%;
  }

  body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid,
  body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-use-case-phase .resources-use-case-grid > article {
    border-left: 0;
    border-top: 1px solid var(--resources-line);
  }

  body.page-resources .resources-use-case-phase .resources-use-case-grid > article:first-child {
    border-top: 0;
  }

  body.page-resources .resources-principles-copy {
    gap: 1.4rem;
  }

  body.page-resources .resources-principles-divider {
    width: 3rem;
    height: 1px;
    margin: 0;
  }

  body.page-resources .resources-closing-panel .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  body.page-resources .resources-case-study-grid {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-case-study-grid > article {
    padding: 1.55rem;
  }

  body.page-resources .resources-route-grid {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-route + .resources-route {
    border-left: 0;
    border-top: 1px solid rgba(213, 224, 237, 0.16);
    padding-top: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-resources .inner-crosslink-band .resources-route,
  body.page-resources .resources-case-study-grid .inline-link {
    transition: none;
  }
}
/* Resources final precision polish. */
body.page-resources .resources-hero {
  padding-bottom: clamp(3.25rem, 4.7vw, 5.2rem);
}

body.page-resources .resources-hero-visual {
  aspect-ratio: 16 / 9.3;
}

body.page-resources .resources-research-grid > article {
  padding: clamp(1.55rem, 2.05vw, 2.1rem);
}

body.page-resources .resources-research-grid > article::before,
body.page-resources .resources-industry-grid > article::before {
  margin-bottom: 0.95rem;
}

body.page-resources .resources-research-grid h3,
body.page-resources .resources-industry-grid h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

body.page-resources .resources-use-case-phases {
  gap: clamp(1.65rem, 2.45vw, 2.5rem);
}

body.page-resources .resources-phase-label {
  margin-bottom: 0.8rem;
}

body.page-resources .resources-use-case-phase .resources-use-case-grid > article {
  padding: clamp(1.55rem, 2vw, 2.05rem);
}

body.page-resources .resources-use-case-phase .resources-use-case-grid h3 {
  margin-bottom: 0.8rem;
}

body.page-resources .resources-industry-grid > article {
  padding: clamp(1.45rem, 1.82vw, 1.92rem);
}

body.page-resources .resources-industry-grid > article:nth-child(even) {
  background: #f8fafb;
}

body.page-resources .resources-case-study-grid > article {
  padding: clamp(1.55rem, 2.05vw, 2.15rem);
}

body.page-resources .resources-case-study-grid .resources-card-label {
  margin-bottom: 0.7rem;
  font-size: 0.61rem;
}

body.page-resources .resources-case-study-grid .resources-card-meta {
  min-height: 4.15rem;
  gap: 0.34rem;
  margin-bottom: 0.9rem;
}

body.page-resources .resources-case-study-grid .resources-card-meta li {
  padding: 0.24rem 0.43rem;
  font-size: 0.68rem;
  line-height: 1.3;
}

body.page-resources .resources-case-study-grid h3 {
  margin-bottom: 0.85rem;
}

body.page-resources .resources-principles-section {
  padding-block: clamp(3rem, 4vw, 4.25rem);
}

body.page-resources .resources-principles-divider {
  align-self: center;
  height: 6.5rem;
}

body.page-resources .resources-principle-markers li {
  color: #8d6b24;
}

body.page-resources .resources-route-band .section-heading.narrow {
  margin-bottom: clamp(1.55rem, 2.4vw, 2.2rem);
}

body.page-resources .inner-crosslink-band .resources-route {
  justify-content: flex-start;
}

body.page-resources .inner-crosslink-band .resources-route-number {
  min-height: 1rem;
}

body.page-resources .inner-crosslink-band .resources-route-title {
  justify-content: space-between;
  width: 100%;
  min-height: 3.2rem;
  padding-bottom: 0.45rem;
}

body.page-resources .resources-route-label {
  margin-top: 0.15rem;
}

body.page-resources .resources-page-closing {
  padding-top: clamp(3.25rem, 4.25vw, 4.7rem);
  padding-bottom: clamp(3.15rem, 4.1vw, 4.9rem);
}

body.page-resources .resources-closing-panel {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

body.page-resources .resources-closing-panel h2 {
  max-width: 22ch;
}

body.page-resources .resources-closing-panel .hero-actions {
  gap: clamp(1.15rem, 1.8vw, 1.65rem);
}

@media (max-width: 1024px) and (min-width: 821px) {
  body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid,
  body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid > article:last-child,
  body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid > article:last-child {
    grid-column: 1 / -1;
  }

  body.page-resources .resources-use-case-phase:nth-child(2) .resources-use-case-grid > article:nth-child(3),
  body.page-resources .resources-use-case-phase:nth-child(3) .resources-use-case-grid > article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--resources-line);
  }
}

@media (max-width: 820px) {
  body.page-resources .resources-case-study-grid .resources-card-meta {
    min-height: 0;
  }

  body.page-resources .resources-route-band .section-heading.narrow {
    margin-bottom: 1.5rem;
  }
}
/* Resources supplied architectural image integration. */
body.page-resources .resources-hero-visual {
  aspect-ratio: 5 / 4;
  background: var(--resources-navy);
  box-shadow: 0 0.9rem 2rem rgba(11, 23, 56, 0.1);
}

body.page-resources .resources-hero-image,
body.page-resources .resources-use-cases-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--resources-navy);
}

body.page-resources .resources-hero-image {
  height: auto;
}

body.page-resources .resources-use-cases-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: start;
  gap: clamp(2rem, 4.25vw, 4.75rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

body.page-resources .resources-use-cases-copy h2 {
  max-width: 18ch;
  margin: 0.55rem 0 1.1rem;
  color: var(--resources-navy);
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2.1rem, 2.8vw, 2.9rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.page-resources .resources-use-cases-copy > p:last-child {
  max-width: 58ch;
  margin: 0;
  color: var(--resources-copy);
  line-height: 1.6;
}

body.page-resources .resources-use-cases-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-resources .resources-use-cases-image {
  height: auto;
  border: 0;
  box-shadow: 0 0.75rem 1.75rem rgba(11, 23, 56, 0.08);
}

@media (max-width: 900px) {
  body.page-resources .resources-use-cases-intro {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  body.page-resources .resources-use-cases-copy h2,
  body.page-resources .resources-use-cases-copy > p:last-child {
    max-width: none;
  }
}

@media (max-width: 600px) {
  body.page-resources .resources-hero-visual {
    aspect-ratio: 5 / 4;
    box-shadow: none;
  }

  body.page-resources .resources-use-cases-intro {
    margin-bottom: 2.25rem;
  }

  body.page-resources .resources-use-cases-image {
    box-shadow: none;
  }
}
/* Resources: ecosystem navigation, closing composition and progressive reveal. */
body.page-resources .resources-route-band {
  padding-block: clamp(4.5rem, 6vw, 6.75rem);
  background: var(--resources-navy-deep);
}

body.page-resources .resources-route-band .section-heading.narrow {
  max-width: 48rem;
  margin: 0 auto clamp(2.35rem, 3.8vw, 3.75rem);
  text-align: center;
}

body.page-resources .resources-route-band .section-heading .eyebrow { color: #d7b55f; }
body.page-resources .resources-route-band .section-heading h2 {
  max-width: 17ch;
  margin-inline: auto;
  color: #fffdf6;
  font-size: clamp(2.2rem, 3.15vw, 3.35rem);
}
body.page-resources .resources-route-band .section-heading > p:last-child {
  max-width: 38rem;
  margin: 1rem auto 0;
  color: #c8d5e5;
  font-size: 1rem;
  line-height: 1.6;
}

body.page-resources .resources-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.35vw, 1.25rem);
}

body.page-resources .inner-crosslink-band .resources-route {
  display: flex;
  min-height: 14rem;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  margin: 0;
  gap: 0.8rem;
  color: #fffdf6;
  background: rgba(28, 47, 85, 0.55);
  border: 1px solid rgba(188, 207, 228, 0.22);
  border-radius: 0;
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
body.page-resources .resources-route:first-child { padding-left: clamp(1.45rem, 2vw, 1.9rem); }
body.page-resources .resources-route + .resources-route { border-left: 1px solid rgba(188, 207, 228, 0.22); }
body.page-resources .inner-crosslink-band .resources-route-number {
  min-height: 0;
  color: #d7b55f;
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}
body.page-resources .inner-crosslink-band .resources-route-title {
  display: block;
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  color: #fffdf6;
  font-size: clamp(1.12rem, 1.3vw, 1.28rem);
  font-weight: 500;
  line-height: 1.18;
}
body.page-resources .resources-route-label {
  margin: 0;
  color: #c8d5e5;
  font-size: 0.91rem;
  line-height: 1.55;
}
body.page-resources .resources-route-line {
  display: inline-flex;
  width: 2.75rem;
  margin-top: auto;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--resources-gold);
  color: #e2bf67;
  font-size: 1rem;
  line-height: 1;
  transition: width 200ms ease, transform 200ms ease;
}
@media (hover: hover) {
  body.page-resources .inner-crosslink-band .resources-route:hover {
    transform: translateY(-3px);
    background: rgba(39, 61, 103, 0.72);
    border-color: rgba(225, 191, 103, 0.64);
  }
  body.page-resources .resources-route:hover .resources-route-title { color: #ffffff; }
  body.page-resources .resources-route:hover .resources-route-line { width: 3.6rem; transform: translateX(2px); }
}
body.page-resources .inner-crosslink-band .resources-route:focus-visible {
  outline: 2px solid #e2bf67;
  outline-offset: 4px;
  background: rgba(39, 61, 103, 0.72);
}
body.page-resources .resources-route:focus-visible .resources-route-line { width: 3.6rem; transform: translateX(2px); }

body.page-resources .resources-page-closing {
  min-height: 0;
  padding-top: clamp(4rem, 5.5vw, 6rem);
  padding-bottom: clamp(4rem, 5.5vw, 6rem);
}
body.page-resources .resources-closing-panel {
  grid-template-columns: minmax(0, 0.6fr) minmax(18rem, 0.4fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
}
body.page-resources .resources-closing-panel h2 {
  max-width: 13.5ch;
  margin: 0.55rem 0 1rem;
  font-size: clamp(3.1rem, 3.65vw, 3.5rem);
  font-weight: 500;
  line-height: 1.08;
}
body.page-resources .resources-closing-panel p:not(.eyebrow) { max-width: 39rem; }
body.page-resources .resources-closing-panel .hero-actions {
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.35rem, 2vw, 1.75rem);
}
body.page-resources .resources-page-closing .resources-hero-secondary { width: auto; }

/* Uses the existing script.js [data-motion] observer; no JavaScript-only hidden content. */
html.motion-ready body.page-resources [data-motion="section"] .eyebrow,
html.motion-ready body.page-resources [data-motion="section"] h1,
html.motion-ready body.page-resources [data-motion="section"] h2,
html.motion-ready body.page-resources [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-resources [data-motion="section"] .hero-actions,
html.motion-ready body.page-resources [data-motion="section"] .resources-hero-visual,
html.motion-ready body.page-resources [data-motion="section"] .section-heading > p:last-child,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-copy > p:last-child,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-visual,
html.motion-ready body.page-resources [data-motion="section"] .resources-principles-detail,
html.motion-ready body.page-resources [data-motion="section"] .resources-principle-markers {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--motion-ease), transform 700ms var(--motion-ease);
}
html.motion-ready body.page-resources [data-motion="section"].is-visible .eyebrow,
html.motion-ready body.page-resources [data-motion="section"].is-visible h1,
html.motion-ready body.page-resources [data-motion="section"].is-visible h2,
html.motion-ready body.page-resources [data-motion="section"].is-visible .inner-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-resources [data-motion="section"].is-visible .hero-actions,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-hero-visual,
html.motion-ready body.page-resources [data-motion="section"].is-visible .section-heading > p:last-child,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-cases-copy > p:last-child,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-cases-visual,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-principles-detail,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-principle-markers {
  opacity: 1;
  transform: translateY(0);
}
html.motion-ready body.page-resources [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
html.motion-ready body.page-resources [data-motion="section"] .section-heading > p:last-child,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-copy > p:last-child { transition-delay: 100ms; }
html.motion-ready body.page-resources [data-motion="section"] .hero-actions,
html.motion-ready body.page-resources [data-motion="section"] .resources-hero-visual,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-visual { transition-delay: 180ms; }

html.motion-ready body.page-resources [data-motion="section"] .resources-research-grid > article,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-phase,
html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-grid > article,
html.motion-ready body.page-resources [data-motion="section"] .resources-industry-grid > article,
html.motion-ready body.page-resources [data-motion="section"] .resources-case-study-grid > article,
html.motion-ready body.page-resources [data-motion="section"] .resources-route-grid > a {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms var(--motion-ease), transform 650ms var(--motion-ease);
}
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-phase,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-grid > article,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article,
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a {
  opacity: 1;
  transform: translateY(0);
}
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(1),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(1),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(1),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a:nth-child(1) { transition-delay: 100ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(2),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(2),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(2),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a:nth-child(2) { transition-delay: 180ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(3),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(3),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(3),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a:nth-child(3) { transition-delay: 260ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(4),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(4),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(4),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a:nth-child(4) { transition-delay: 340ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(5),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(5),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(5) { transition-delay: 420ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(6),
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(6) { transition-delay: 500ms; }
html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-phase { transition-delay: 100ms; }
html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-phase:nth-child(2) { transition-delay: 180ms; }
html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-phase:nth-child(3) { transition-delay: 260ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-grid > article:nth-child(1) { transition-delay: 180ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-grid > article:nth-child(2) { transition-delay: 250ms; }
html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-grid > article:nth-child(3) { transition-delay: 320ms; }

@media (max-width: 960px) {
  body.page-resources .resources-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-resources .inner-crosslink-band .resources-route { min-height: 12.5rem; }
}
@media (max-width: 860px) {
  body.page-resources .resources-closing-panel { grid-template-columns: 1fr; gap: 1.8rem; }
  body.page-resources .resources-closing-panel .hero-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  body.page-resources .resources-route-band { padding-block: 4rem; }
  body.page-resources .resources-route-band .section-heading.narrow { text-align: left; }
  body.page-resources .resources-route-band .section-heading h2,
  body.page-resources .resources-route-band .section-heading > p:last-child { margin-inline: 0; }
  body.page-resources .resources-route-grid { grid-template-columns: 1fr; gap: 0.8rem; }
  body.page-resources .inner-crosslink-band .resources-route { min-height: 0; padding: 1.4rem; }
  body.page-resources .resources-closing-panel h2 { font-size: clamp(2rem, 9vw, 2.35rem); }
  html.motion-ready body.page-resources [data-motion="section"] .eyebrow,
  html.motion-ready body.page-resources [data-motion="section"] h1,
  html.motion-ready body.page-resources [data-motion="section"] h2,
  html.motion-ready body.page-resources [data-motion="section"] .inner-hero-copy > p:not(.eyebrow),
  html.motion-ready body.page-resources [data-motion="section"] .hero-actions,
  html.motion-ready body.page-resources [data-motion="section"] .resources-hero-visual,
  html.motion-ready body.page-resources [data-motion="section"] .section-heading > p:last-child,
  html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-copy > p:last-child,
  html.motion-ready body.page-resources [data-motion="section"] .resources-use-cases-visual,
  html.motion-ready body.page-resources [data-motion="section"] .resources-principles-detail,
  html.motion-ready body.page-resources [data-motion="section"] .resources-principle-markers,
  html.motion-ready body.page-resources [data-motion="section"] .resources-research-grid > article,
  html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-phase,
  html.motion-ready body.page-resources [data-motion="section"] .resources-use-case-grid > article,
  html.motion-ready body.page-resources [data-motion="section"] .resources-industry-grid > article,
  html.motion-ready body.page-resources [data-motion="section"] .resources-case-study-grid > article,
  html.motion-ready body.page-resources [data-motion="section"] .resources-route-grid > a { transform: translateY(10px); }
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-research-grid > article:nth-child(n),
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-phase:nth-child(n),
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-use-case-grid > article:nth-child(n),
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-industry-grid > article:nth-child(n),
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-case-study-grid > article:nth-child(n),
  html.motion-ready body.page-resources [data-motion="section"].is-visible .resources-route-grid > a:nth-child(n) { transition-delay: 100ms; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-resources [data-motion="section"] *,
  html.motion-ready body.page-resources [data-motion="section"] *::before,
  html.motion-ready body.page-resources [data-motion="section"] *::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Trust Lab: research-led content hierarchy and responsive capability pathway. */
body.page-trust-lab .trust-lab-foundations { margin-top: clamp(2.5rem, 4vw, 4.25rem); }
body.page-trust-lab .trust-lab-foundations-heading { margin-bottom: 1rem; }
body.page-trust-lab .trust-lab-foundations-heading .eyebrow { margin: 0; }
body.page-trust-lab .trust-lab-state-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-trust-lab .trust-lab-state-card > span,
body.page-trust-lab .trust-lab-maturity-pathway > li > span {
  display: block;
  margin-bottom: 0.85rem;
  color: #957126;
  font-family: "Fragment Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
}
body.page-trust-lab .trust-lab-state-card h3 { font-size: clamp(1.05rem, 1.15vw, 1.18rem); }

body.page-trust-lab .trust-lab-methods-section { background: var(--trust-lab-mineral); }
body.page-trust-lab .trust-lab-methods-section .section-heading.split,
body.page-trust-lab .trust-lab-capability-section .section-heading.split,
body.page-trust-lab .trust-lab-collaboration-section .section-heading.split,
body.page-trust-lab .trust-lab-route-band .section-heading.narrow {
  max-width: none;
  margin-bottom: clamp(2rem, 3.2vw, 3rem);
}
body.page-trust-lab .trust-lab-methods-section .section-heading h2,
body.page-trust-lab .trust-lab-capability-section .section-heading h2,
body.page-trust-lab .trust-lab-collaboration-section .section-heading h2,
body.page-trust-lab .trust-lab-route-band .section-heading h2 { max-width: 18ch; }
body.page-trust-lab .trust-lab-methods-section .section-heading > p,
body.page-trust-lab .trust-lab-capability-section .section-heading > p,
body.page-trust-lab .trust-lab-collaboration-section .section-heading > p { color: var(--trust-lab-copy); line-height: 1.58; }
body.page-trust-lab .trust-lab-method-grid { margin-top: 0; }

body.page-trust-lab .trust-lab-capability-intro { margin-bottom: clamp(2rem, 3.2vw, 3rem); }
body.page-trust-lab .trust-lab-maturity-pathway {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(20, 39, 77, 0.14);
  border: 1px solid rgba(20, 39, 77, 0.14);
}
body.page-trust-lab .trust-lab-maturity-pathway > li {
  min-width: 0;
  padding: clamp(1.35rem, 2vw, 1.9rem);
  background: var(--trust-lab-ivory);
}
body.page-trust-lab .trust-lab-maturity-pathway h3,
body.page-trust-lab .trust-lab-audience-grid h3 {
  margin: 0 0 0.7rem;
  color: var(--trust-lab-navy);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  font-weight: 500;
  line-height: 1.28;
}
body.page-trust-lab .trust-lab-maturity-pathway p,
body.page-trust-lab .trust-lab-audience-grid p {
  margin: 0;
  color: rgba(34, 48, 79, 0.8);
  font-size: 0.93rem;
  line-height: 1.55;
}
body.page-trust-lab .trust-lab-pathway-safeguard {
  max-width: 72ch;
  margin: clamp(1.4rem, 2.2vw, 2rem) 0 clamp(2.3rem, 3.8vw, 3.5rem);
  padding-left: 1rem;
  border-left: 1px solid var(--trust-lab-gold);
  color: var(--trust-lab-copy);
  font-size: 0.95rem;
  line-height: 1.58;
}
body.page-trust-lab .trust-lab-capability-section .trust-lab-output-panel { margin-top: 0; }

body.page-trust-lab .trust-lab-audience-grid > article {
  min-width: 0;
  padding: clamp(1.35rem, 2vw, 1.85rem);
  background: var(--trust-lab-ivory);
}
body.page-trust-lab .trust-lab-collaboration-boundary {
  max-width: 76ch;
  margin: clamp(1.5rem, 2.5vw, 2.25rem) 0 0;
  padding-left: 1rem;
  border-left: 1px solid var(--trust-lab-gold);
  color: var(--trust-lab-copy);
  font-size: 0.96rem;
  line-height: 1.6;
}

body.page-trust-lab .trust-lab-route-band { padding-block: clamp(4.4rem, 5.8vw, 6.4rem); }
body.page-trust-lab .trust-lab-route-band .section-heading.narrow { max-width: 48rem; margin: 0 auto clamp(2.25rem, 3.6vw, 3.4rem); text-align: center; }
body.page-trust-lab .trust-lab-route-band .section-heading .eyebrow { color: #d7b55f; }
body.page-trust-lab .trust-lab-route-band .section-heading h2 { margin-inline: auto; color: #fffdf6; }
body.page-trust-lab .trust-lab-route-band .section-heading > p:last-child { max-width: 40rem; margin: 1rem auto 0; color: #c8d5e5; line-height: 1.58; }
body.page-trust-lab .trust-lab-route-grid { gap: clamp(0.8rem, 1.35vw, 1.2rem); }
body.page-trust-lab .inner-crosslink-band .trust-lab-route {
  min-height: 12.8rem;
  margin: 0;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  background: rgba(28, 47, 85, 0.55);
  border: 1px solid rgba(188, 207, 228, 0.22);
  border-radius: 0;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
body.page-trust-lab .trust-lab-route:first-child { padding-left: clamp(1.35rem, 2vw, 1.8rem); }
body.page-trust-lab .trust-lab-route + .trust-lab-route { border-left: 1px solid rgba(188, 207, 228, 0.22); }
@media (hover: hover) {
  body.page-trust-lab .trust-lab-route:hover { transform: translateY(-3px); background: rgba(39, 61, 103, 0.72); border-color: rgba(225, 191, 103, 0.64); }
}
body.page-trust-lab .trust-lab-route:focus-visible { outline: 2px solid #e2bf67; outline-offset: 4px; background: rgba(39, 61, 103, 0.72); }

body.page-trust-lab .trust-lab-page-closing { min-height: 0; padding-top: clamp(4rem, 5.5vw, 6rem); padding-bottom: clamp(4rem, 5.5vw, 6rem); }
body.page-trust-lab .trust-lab-page-closing h2 { max-width: 15ch; margin: 0.55rem 0 1rem; font-size: clamp(2.8rem, 3.5vw, 3.45rem); font-weight: 500; line-height: 1.08; }
body.page-trust-lab .trust-lab-page-closing p:not(.eyebrow) { max-width: 40rem; color: var(--trust-lab-copy); line-height: 1.6; }
body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; gap: clamp(1.25rem, 2vw, 1.75rem); }
body.page-trust-lab .trust-lab-closing-secondary {
  min-height: 0;
  padding: 0 0 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--trust-lab-gold);
  border-radius: 0;
  background: transparent;
  color: var(--trust-lab-navy);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-closing-secondary:hover,
body.page-trust-lab .trust-lab-closing-secondary:focus-visible { color: var(--trust-lab-navy); border-color: var(--trust-lab-navy); background: transparent; }
body.page-trust-lab .trust-lab-closing-secondary span { margin-left: 0.6rem; }

@media (max-width: 960px) {
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-maturity-pathway { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-maturity-pathway,
  body.page-trust-lab .trust-lab-audience-grid { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-route-band .section-heading.narrow { text-align: left; }
  body.page-trust-lab .trust-lab-route-band .section-heading h2,
  body.page-trust-lab .trust-lab-route-band .section-heading > p:last-child { margin-inline: 0; }
  body.page-trust-lab .inner-crosslink-band .trust-lab-route { min-height: 0; }
}
@media (max-width: 480px) {
  body.page-trust-lab .trust-lab-page-closing .trust-lab-closing-secondary { width: fit-content; }
}
/* Preserve the new route-card inset against legacy narrow-layout resets. */
@media (max-width: 960px) {
  body.page-trust-lab .trust-lab-route:nth-child(odd) { padding-left: clamp(1.35rem, 2vw, 1.8rem); }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-route { padding-left: 1.4rem; }
}
/* Trust Lab foundation hierarchy bridge. */
body.page-trust-lab .trust-lab-foundations-bridge {
  max-width: 64ch;
  margin: 0 0 clamp(1.35rem, 2.2vw, 1.85rem);
  color: var(--trust-lab-copy);
  font-size: 0.98rem;
  line-height: 1.58;
}
/* Trust Lab final institutional design refinement. Strictly page scoped. */
body.page-trust-lab {
  --trust-lab-surface-a: #fbfaf5;
  --trust-lab-surface-b: #f1f5f6;
  --trust-lab-rule: rgba(20, 39, 77, 0.16);
  --trust-lab-space-header: clamp(2rem, 3.4vw, 3.25rem);
  --trust-lab-space-grid: clamp(1.6rem, 2.6vw, 2.6rem);
}
body.page-trust-lab .inner-page-main > .section { padding-block: clamp(3.9rem, 5vw, 5.75rem); }
body.page-trust-lab .inner-page-main h1 { font-weight: 400; }
body.page-trust-lab .inner-page-main h2 { font-weight: 500; letter-spacing: -0.025em; }
body.page-trust-lab .inner-page-main h3 { font-weight: 500; }
body.page-trust-lab .eyebrow,
body.page-trust-lab .maturity-label,
body.page-trust-lab .activity-number { font-family: "Fragment Mono", monospace; font-weight: 400; }

/* Hero: tighter editorial balance with an integrated, contained technical visual. */
body.page-trust-lab .trust-lab-hero {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding-top: clamp(3.2rem, 4.5vw, 4.75rem);
  padding-bottom: clamp(3.3rem, 4.7vw, 5rem);
  background: linear-gradient(112deg, #07142f 0%, #0c2447 50%, #eef3f5 50.3%, #fbfaf5 100%);
}
body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 {
  max-width: 16.5ch;
  margin: 0.65rem 0 1.45rem;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.075;
  letter-spacing: -0.04em;
}
body.page-trust-lab .trust-lab-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 0;
  line-height: 1.62;
}
body.page-trust-lab .trust-lab-hero .hero-actions { gap: 1.55rem; margin-top: clamp(1.55rem, 2.3vw, 2rem); }
body.page-trust-lab .trust-lab-hero-visual {
  position: relative;
  max-width: min(100%, 42rem);
  justify-self: end;
  aspect-ratio: 4 / 3;
  padding: clamp(0.45rem, 0.8vw, 0.7rem);
  overflow: hidden;
  background: rgba(255, 253, 247, 0.2);
  border: 1px solid rgba(20, 39, 77, 0.17);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-methods-section .section-heading h2,
body.page-trust-lab .trust-lab-horizon-section .section-heading h2,
body.page-trust-lab .trust-lab-capability-section .section-heading h2,
body.page-trust-lab .trust-lab-collaboration-section .section-heading h2 {
  max-width: 17ch;
  margin: 0.65rem 0 0;
  font-size: clamp(2.2rem, 3vw, 3.05rem);
  font-weight: 500;
  line-height: 1.1;
}
body.page-trust-lab .trust-lab-methods-section .section-heading > p,
body.page-trust-lab .trust-lab-horizon-section .section-heading > p,
body.page-trust-lab .trust-lab-capability-section .section-heading > p,
body.page-trust-lab .trust-lab-collaboration-section .section-heading > p {
  max-width: 36rem;
  margin: 0;
  color: var(--trust-lab-copy);
  font-size: 1rem;
  line-height: 1.62;
}

/* Why the Lab exists: introduction, bridge, then a continuous four-part foundation. */
body.page-trust-lab .trust-lab-intro { padding-block: clamp(4.6rem, 6vw, 6.6rem); }
body.page-trust-lab .trust-lab-intro .inner-editorial-grid {
  grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.49fr);
  gap: clamp(2.2rem, 6vw, 7rem);
}
body.page-trust-lab .trust-lab-intro .inner-section-intro { padding-left: 1rem; }
body.page-trust-lab .trust-lab-intro .inner-section-intro h2 {
  max-width: 13ch;
  margin-top: 0.6rem;
  font-size: clamp(2.35rem, 3.25vw, 3.45rem);
  font-weight: 500;
  line-height: 1.1;
}
body.page-trust-lab .trust-lab-intro .inner-rich-copy { max-width: 39rem; padding-top: 0.25rem; }
body.page-trust-lab .trust-lab-intro .inner-rich-copy p + p { margin-top: 1.15rem; }
body.page-trust-lab .trust-lab-foundations { margin-top: clamp(2.6rem, 4.2vw, 4.25rem); }
body.page-trust-lab .trust-lab-foundations-heading { margin-bottom: 0.7rem; }
body.page-trust-lab .trust-lab-foundations-bridge {
  max-width: 68ch;
  margin: 0 0 1.55rem;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 1px solid var(--trust-lab-gold);
  color: var(--trust-lab-copy);
  font-size: 1rem;
  line-height: 1.58;
}
body.page-trust-lab .trust-lab-state-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  background: var(--trust-lab-rule);
  border-color: var(--trust-lab-rule);
}
body.page-trust-lab .trust-lab-state-card,
body.page-trust-lab .trust-lab-method-grid > article,
body.page-trust-lab .trust-lab-horizon-grid > article,
body.page-trust-lab .trust-lab-audience-grid > article {
  position: relative;
  min-height: 0;
  padding: clamp(1.45rem, 2vw, 1.85rem);
  background: var(--trust-lab-surface-a);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-state-card:nth-child(even),
body.page-trust-lab .trust-lab-horizon-grid > article:nth-child(even),
body.page-trust-lab .trust-lab-audience-grid > article:nth-child(even) { background: var(--trust-lab-surface-b); }
body.page-trust-lab .trust-lab-state-card::before,
body.page-trust-lab .trust-lab-method-grid > article::before,
body.page-trust-lab .trust-lab-horizon-grid > article::before,
body.page-trust-lab .trust-lab-audience-grid > article::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1px;
  margin-bottom: 0.9rem;
  background: var(--trust-lab-gold);
}
body.page-trust-lab .trust-lab-state-card h3,
body.page-trust-lab .trust-lab-method-grid h3,
body.page-trust-lab .trust-lab-horizon-grid h3,
body.page-trust-lab .trust-lab-audience-grid h3 { margin-bottom: 0.75rem; font-weight: 500; }


/* Methods: a deliberate methodological row rather than a generic card wall. */
body.page-trust-lab .trust-lab-methods-section { background: var(--trust-lab-mineral); }
body.page-trust-lab .trust-lab-methods-section .section-heading h2 { max-width: 15ch; font-weight: 500; }
body.page-trust-lab .trust-lab-method-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--trust-lab-rule);
  border: 1px solid var(--trust-lab-rule);
}
body.page-trust-lab .trust-lab-method-grid::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.8rem;
  left: 1.8rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 140, 49, 0.5), transparent);
  pointer-events: none;
}
body.page-trust-lab .trust-lab-method-grid > article { background: rgba(255, 253, 248, 0.87); }
body.page-trust-lab .trust-lab-method-grid > article:nth-child(even) { background: var(--trust-lab-surface-a); }
body.page-trust-lab .trust-lab-method-grid .activity-number { position: relative; z-index: 1; margin-bottom: 1rem; }
body.page-trust-lab .trust-lab-method-grid h3 { min-height: 2.6em; }

/* Long-term directions: visual bridge plus four clearly exploratory environments. */
body.page-trust-lab .trust-lab-horizon-section { background: var(--trust-lab-surface-a); }
body.page-trust-lab .trust-lab-horizon-visual {
  width: min(100%, 46rem);
  margin: 0 auto clamp(2rem, 3.2vw, 3rem);
  padding: clamp(0.55rem, 1vw, 0.8rem);
  background: var(--trust-lab-stone);
  border: 1px solid var(--trust-lab-rule);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-horizon-visual img { display: block; width: 100%; height: auto; }
body.page-trust-lab .trust-lab-horizon-grid { gap: 1px; }
body.page-trust-lab .trust-lab-horizon-grid h3 { min-height: 2.6em; }

/* Capability: a calm research-to-capability pathway, with possible outputs clearly separate. */
body.page-trust-lab .trust-lab-capability-section { background: #f4f0e6; }
body.page-trust-lab .trust-lab-capability-section .section-heading h2 { max-width: 18ch; font-weight: 500; }
body.page-trust-lab .trust-lab-maturity-pathway { background: var(--trust-lab-rule); }
body.page-trust-lab .trust-lab-maturity-pathway > li {
  position: relative;
  padding: clamp(1.35rem, 1.9vw, 1.75rem);
  background: var(--trust-lab-surface-a);
}
body.page-trust-lab .trust-lab-maturity-pathway > li:nth-child(even) { background: var(--trust-lab-surface-b); }
body.page-trust-lab .trust-lab-maturity-pathway > li::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1px;
  margin-bottom: 0.85rem;
  background: var(--trust-lab-gold);
}
body.page-trust-lab .trust-lab-maturity-pathway h3 { min-height: 2.55em; font-weight: 500; }
body.page-trust-lab .trust-lab-pathway-safeguard { max-width: 69ch; font-size: 0.98rem; }
body.page-trust-lab .trust-lab-output-panel {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: clamp(1.8rem, 4vw, 4.5rem);
  padding: clamp(1.65rem, 2.6vw, 2.35rem);
  border-color: var(--trust-lab-rule);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-output-panel h2 { max-width: 15ch; margin: 0.55rem 0 0.85rem; font-weight: 500; }
body.page-trust-lab .trust-lab-output-list { gap: 1px; background: var(--trust-lab-rule); border-color: var(--trust-lab-rule); }
body.page-trust-lab .trust-lab-output-list span { min-height: 0; padding: 1rem 1.05rem; background: var(--trust-lab-surface-a); }
body.page-trust-lab .trust-lab-output-list span:nth-child(even) { background: var(--trust-lab-surface-b); }

/* Contribution: technical and operational perspectives, presented as an institutional ledger. */
body.page-trust-lab .trust-lab-collaboration-section { background: var(--trust-lab-mineral); }
body.page-trust-lab .trust-lab-audience-grid { gap: 1px; }
body.page-trust-lab .trust-lab-audience-grid h3 { min-height: 2.55em; }
body.page-trust-lab .trust-lab-collaboration-boundary { max-width: 70ch; margin-top: clamp(1.65rem, 2.5vw, 2.35rem); }

/* Connected routes: a focused navigation environment with calm, meaningful state changes. */
body.page-trust-lab .trust-lab-route-band { padding-block: clamp(4.5rem, 6vw, 6.5rem); }
body.page-trust-lab .trust-lab-route-band .section-heading.narrow { max-width: 46rem; margin-bottom: clamp(2.15rem, 3.6vw, 3.3rem); }
body.page-trust-lab .trust-lab-route-band .section-heading h2 { font-weight: 500; }
body.page-trust-lab .inner-crosslink-band .trust-lab-route {
  min-height: 12.5rem;
  padding: clamp(1.35rem, 1.9vw, 1.7rem);
  background: rgba(27, 48, 87, 0.62);
  border-color: rgba(188, 207, 228, 0.26);
  box-shadow: none;
}
body.page-trust-lab .trust-lab-route .initiative-route-title { padding-bottom: 0.55rem; }
body.page-trust-lab .trust-lab-route .initiative-route-label { margin-top: 0.15rem; }
@media (hover: hover) {
  body.page-trust-lab .trust-lab-route:hover { transform: translateY(-2px); }
  body.page-trust-lab .trust-lab-route:hover .initiative-route-title { border-color: #e2bf67; }
}

/* Closing action: copy and actions remain proportionate, with no empty panel behaviour. */
body.page-trust-lab .trust-lab-page-closing {
  grid-template-columns: minmax(0, 0.6fr) minmax(17rem, 0.4fr);
  gap: clamp(2rem, 4.5vw, 5rem);
  align-items: center;
  padding-top: clamp(4rem, 5.3vw, 5.9rem);
  padding-bottom: clamp(4rem, 5.3vw, 5.9rem);
}
body.page-trust-lab .trust-lab-page-closing h2 { max-width: 16ch; font-weight: 500; }
body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; gap: 1.6rem; }

/* Expand the existing observer-driven reveal to the updated pathway and contributor cards. */
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-maturity-pathway > li,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-audience-grid > article,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-foundations-bridge,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-collaboration-boundary,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-pathway-safeguard {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms var(--motion-ease), transform 650ms var(--motion-ease);
}
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-foundations-bridge,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-collaboration-boundary,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-pathway-safeguard { opacity: 1; transform: translateY(0); }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(1),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(1) { transition-delay: 100ms; }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(2),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(2) { transition-delay: 180ms; }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(3),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(3) { transition-delay: 260ms; }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(4),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(4) { transition-delay: 340ms; }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(5),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(5) { transition-delay: 420ms; }
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(6),
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(6) { transition-delay: 500ms; }

@media (max-width: 1024px) {
  body.page-trust-lab .trust-lab-hero { grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr); gap: 2.25rem; }
  body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 { max-width: 15ch; font-size: clamp(2.45rem, 4.25vw, 3.3rem); }
  body.page-trust-lab .trust-lab-methods-section .section-heading.split,
  body.page-trust-lab .trust-lab-horizon-section .section-heading.split,
  body.page-trust-lab .trust-lab-capability-section .section-heading.split,
  body.page-trust-lab .trust-lab-collaboration-section .section-heading.split { gap: 2rem; }
}
@media (max-width: 860px) {
  body.page-trust-lab .trust-lab-hero { grid-template-columns: 1fr; background: #071a36; }
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative; max-width: 38rem; justify-self: start; margin: 0; }
  body.page-trust-lab .trust-lab-methods-section .section-heading.split,
  body.page-trust-lab .trust-lab-horizon-section .section-heading.split,
  body.page-trust-lab .trust-lab-capability-section .section-heading.split,
  body.page-trust-lab .trust-lab-collaboration-section .section-heading.split,
  body.page-trust-lab .trust-lab-page-closing { grid-template-columns: 1fr; gap: 1.75rem; }
  body.page-trust-lab .trust-lab-intro .inner-editorial-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  body.page-trust-lab .trust-lab-intro .inner-rich-copy { max-width: 44rem; }
}
@media (max-width: 767px) {
  body.page-trust-lab .inner-page-main > .section { padding-block: clamp(3.5rem, 10vw, 4.5rem); }
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-horizon-grid,
  body.page-trust-lab .trust-lab-audience-grid,
  body.page-trust-lab .trust-lab-maturity-pathway { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-methods-section .section-heading.split,
  body.page-trust-lab .trust-lab-horizon-section .section-heading.split,
  body.page-trust-lab .trust-lab-capability-section .section-heading.split,
  body.page-trust-lab .trust-lab-collaboration-section .section-heading.split { grid-template-columns: 1fr; gap: 1.15rem; }
  body.page-trust-lab .trust-lab-methods-section .section-heading h2,
  body.page-trust-lab .trust-lab-horizon-section .section-heading h2,
  body.page-trust-lab .trust-lab-capability-section .section-heading h2,
  body.page-trust-lab .trust-lab-collaboration-section .section-heading h2 { max-width: 18ch; font-size: clamp(2rem, 8vw, 2.6rem); }
  body.page-trust-lab .trust-lab-horizon-visual { width: 100%; margin-bottom: 1.7rem; }
  body.page-trust-lab .trust-lab-output-panel { grid-template-columns: 1fr; gap: 1.5rem; }
  body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; }
}
@media (max-width: 520px) {
  body.page-trust-lab .trust-lab-hero { padding-top: 3rem; padding-bottom: 3.4rem; }
  body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 { max-width: 13ch; font-size: clamp(2.25rem, 10vw, 2.8rem); }
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative; max-width: 100%; padding: 0.35rem; }
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-method-grid,
  body.page-trust-lab .trust-lab-horizon-grid,
  body.page-trust-lab .trust-lab-audience-grid,
  body.page-trust-lab .trust-lab-maturity-pathway,
  body.page-trust-lab .trust-lab-output-list { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-method-grid::before { display: none; }
  body.page-trust-lab .trust-lab-horizon-grid h3,
  body.page-trust-lab .trust-lab-audience-grid h3,
  body.page-trust-lab .trust-lab-maturity-pathway h3 { min-height: 0; }
  body.page-trust-lab .trust-lab-page-closing h2 { max-width: 15ch; }
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-maturity-pathway > li,
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-audience-grid > article,
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-foundations-bridge,
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-collaboration-boundary,
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-pathway-safeguard { transform: translateY(10px); }
  html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-maturity-pathway > li:nth-child(n),
  html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-audience-grid > article:nth-child(n) { transition-delay: 100ms; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-trust-lab [data-motion="section"] *,
  html.motion-ready body.page-trust-lab [data-motion="section"] *::before,
  html.motion-ready body.page-trust-lab [data-motion="section"] *::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Trust Lab final QA corrections: framing, hierarchy and reveal reliability. */
body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 {
  max-width: 18ch;
  font-size: clamp(2.5rem, 3.8vw, 3.8rem);
  line-height: 1.08;
}
body.page-trust-lab .trust-lab-hero-visual {
  position: relative;
  max-width: min(100%, 39rem);
  aspect-ratio: 4 / 2.9;
  padding: 0.35rem;
  background: transparent;
  box-shadow: none;
}
/* Align introduction content and avoid extended ornamental rules. */
body.page-trust-lab .trust-lab-intro {
  padding-top: clamp(4rem, 5.1vw, 5.3rem);
  padding-bottom: clamp(3.8rem, 4.8vw, 5.1rem);
}
body.page-trust-lab .trust-lab-intro .inner-editorial-grid { align-items: start; }
body.page-trust-lab .trust-lab-intro .inner-section-intro { align-self: start; }
body.page-trust-lab .trust-lab-intro .inner-rich-copy { padding-top: 0; }
body.page-trust-lab .trust-lab-foundations { margin-top: clamp(2.1rem, 3.3vw, 3.1rem); }
body.page-trust-lab .trust-lab-foundations-heading { margin-bottom: 0.45rem; }
body.page-trust-lab .trust-lab-foundations-bridge { margin-bottom: clamp(1.5rem, 2.2vw, 2rem); }

/* Equal-height editorial grids without fixed card heights. */
body.page-trust-lab .trust-lab-state-grid,
body.page-trust-lab .trust-lab-method-grid,
body.page-trust-lab .trust-lab-horizon-grid,
body.page-trust-lab .trust-lab-maturity-pathway,
body.page-trust-lab .trust-lab-audience-grid { grid-auto-rows: 1fr; }
body.page-trust-lab .trust-lab-state-card,
body.page-trust-lab .trust-lab-method-grid > article,
body.page-trust-lab .trust-lab-horizon-grid > article,
body.page-trust-lab .trust-lab-maturity-pathway > li,
body.page-trust-lab .trust-lab-audience-grid > article { height: 100%; }
body.page-trust-lab .trust-lab-state-card h3,
body.page-trust-lab .trust-lab-method-grid h3,
body.page-trust-lab .trust-lab-horizon-grid h3,
body.page-trust-lab .trust-lab-maturity-pathway h3,
body.page-trust-lab .trust-lab-audience-grid h3 { margin-bottom: 0.55rem; }

/* Restore and protect every section heading from hidden/overlapping legacy reveal states. */
body.page-trust-lab .trust-lab-methods-section .section-heading,
body.page-trust-lab .trust-lab-horizon-section .section-heading,
body.page-trust-lab .trust-lab-capability-section .section-heading,
body.page-trust-lab .trust-lab-collaboration-section .section-heading { position: relative; z-index: 1; overflow: visible; }
body.page-trust-lab .trust-lab-collaboration-section .section-heading::before,
body.page-trust-lab .trust-lab-collaboration-section .section-heading::after { display: none; }
html.motion-ready body.page-trust-lab [data-motion="section"] .section-heading h2,
html.motion-ready body.page-trust-lab [data-motion="section"] .inner-section-intro h2,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-page-closing h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--motion-ease), transform 700ms var(--motion-ease);
}
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .section-heading h2,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .inner-section-intro h2,
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-page-closing h2 { opacity: 1; transform: translateY(0); }

/* Research and methods: remove excess air while preserving a clear two-column editorial header. */
body.page-trust-lab .trust-lab-methods-section { padding-top: clamp(3.8rem, 4.7vw, 5rem); padding-bottom: clamp(3.9rem, 4.8vw, 5.15rem); }
body.page-trust-lab .trust-lab-methods-section .section-heading.split { margin-bottom: clamp(1.8rem, 2.5vw, 2.35rem); }
body.page-trust-lab .trust-lab-methods-section .section-heading { grid-template-columns: minmax(0, 0.62fr) minmax(16rem, 0.38fr); }
body.page-trust-lab .trust-lab-methods-section .section-heading h2 { max-width: 20ch; }
body.page-trust-lab .trust-lab-method-grid h3 { margin-bottom: 0.5rem; }

/* The long-term visual becomes a narrower bridge, with artwork scaled inside rather than a presentation slide. */
body.page-trust-lab .trust-lab-horizon-visual {
  width: min(90%, 42rem);
  margin-bottom: clamp(1.55rem, 2.35vw, 2.15rem);
  overflow: hidden;
  padding: 0.35rem;
  border-color: rgba(20, 39, 77, 0.13);
  box-shadow: 0 0.45rem 1.2rem rgba(11, 23, 56, 0.05);
}
body.page-trust-lab .trust-lab-horizon-visual img { width: 106%; max-width: none; margin-left: -3%; }
body.page-trust-lab .trust-lab-horizon-grid > article:last-child::before {
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0.9rem;
  background: transparent;
  border: 1px solid var(--trust-lab-gold);
}

/* Developing capability: readable heading, compact output panel and quiet sequential rhythm. */
body.page-trust-lab .trust-lab-capability-section .section-heading { grid-template-columns: minmax(0, 0.62fr) minmax(16rem, 0.38fr); }
body.page-trust-lab .trust-lab-capability-section .section-heading h2 { max-width: 19ch; font-size: clamp(2.1rem, 2.75vw, 2.85rem); }
body.page-trust-lab .trust-lab-maturity-pathway { position: relative; }
body.page-trust-lab .trust-lab-maturity-pathway::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  right: 1.9rem;
  left: 1.9rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 140, 49, 0.36), transparent);
  pointer-events: none;
}
body.page-trust-lab .trust-lab-maturity-pathway > li > span { position: relative; z-index: 1; }
body.page-trust-lab .trust-lab-pathway-safeguard { margin-top: 1.4rem; margin-bottom: 2.45rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }
body.page-trust-lab .trust-lab-output-panel { padding-block: clamp(1.35rem, 2vw, 1.8rem); }

/* Contributor note and final CTA retain content-led proportions. */
body.page-trust-lab .trust-lab-collaboration-boundary { padding-top: 0.1rem; padding-bottom: 0.1rem; }
body.page-trust-lab .trust-lab-route-band { padding-top: clamp(3.8rem, 4.8vw, 4.9rem); padding-bottom: clamp(3.9rem, 4.9vw, 5rem); }
body.page-trust-lab .inner-crosslink-band .trust-lab-route { min-height: 11.35rem; }
body.page-trust-lab .trust-lab-route .initiative-route-title span { transition: transform 180ms ease; }
@media (hover: hover) {
  body.page-trust-lab .trust-lab-route:hover .initiative-route-title { border-bottom-color: #e2bf67; }
  body.page-trust-lab .trust-lab-route:hover .initiative-route-title span { transform: translateX(3px); }
}
body.page-trust-lab .trust-lab-page-closing { grid-template-columns: minmax(0, 0.55fr) minmax(18rem, 0.45fr); padding-top: clamp(3.7rem, 4.8vw, 5rem); padding-bottom: clamp(3.7rem, 4.8vw, 5rem); }
body.page-trust-lab .trust-lab-page-closing h2 { max-width: 19ch; font-size: clamp(2.35rem, 3.1vw, 3.1rem); }
body.page-trust-lab .trust-lab-page-closing .hero-actions { align-self: end; }

@media (max-width: 860px) {
  body.page-trust-lab .trust-lab-page-closing .hero-actions { align-self: auto; }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-methods-section .section-heading,
  body.page-trust-lab .trust-lab-capability-section .section-heading { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-horizon-visual { width: 100%; }
}
@media (max-width: 520px) {
  body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 { max-width: 15ch; font-size: clamp(2.18rem, 9.6vw, 2.62rem); }
  body.page-trust-lab .trust-lab-maturity-pathway::before { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-trust-lab [data-motion="section"] .section-heading h2,
  html.motion-ready body.page-trust-lab [data-motion="section"] .inner-section-intro h2,
  html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-page-closing h2 { opacity: 1 !important; transform: none !important; transition: none !important; }
}
/* Trust Lab supplied image integration: static architectural plates with native responsive sizing. */
body.page-trust-lab .trust-lab-hero-visual {
  position: relative;
  width: 100%;
  max-width: min(100%, 45rem);
  aspect-ratio: 3 / 2;
  justify-self: end;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #06172f;
  border: 1px solid rgba(177, 192, 211, 0.38);
  border-radius: 0;
  box-shadow: 0 0.75rem 1.65rem rgba(3, 13, 34, 0.14);
}
body.page-trust-lab .trust-lab-hero-visual::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: clamp(2.25rem, 5vw, 4rem);
  height: 1px;
  background: #d7b55f;
  content: "";
  pointer-events: none;
}
body.page-trust-lab .trust-lab-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
body.page-trust-lab .trust-lab-horizon-visual {
  width: min(82%, 67.5rem);
  max-width: 100%;
  aspect-ratio: 3 / 2;
  margin: clamp(3rem, 4vw, 4rem) auto clamp(2.25rem, 3vw, 3rem);
  padding: 0;
  overflow: hidden;
  background: #06172f;
  border: 1px solid rgba(207, 175, 98, 0.38);
  border-radius: 0;
  box-shadow: 0 0.7rem 1.55rem rgba(11, 23, 56, 0.12);
}
body.page-trust-lab .trust-lab-horizon-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
html.motion-ready body.page-trust-lab .trust-lab-hero-image,
html.motion-ready body.page-trust-lab .trust-lab-horizon-visual {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 780ms cubic-bezier(.22,.72,.18,1), transform 780ms cubic-bezier(.22,.72,.18,1);
}
html.motion-ready body.page-trust-lab .trust-lab-hero.is-visible .trust-lab-hero-image {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 150ms;
}
html.motion-ready body.page-trust-lab .trust-lab-horizon-visual.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) and (min-width: 861px) {
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative; max-width: 39rem; }
  body.page-trust-lab .trust-lab-horizon-visual { width: min(92%, 62rem); }
}
@media (max-width: 860px) {
  body.page-trust-lab .trust-lab-hero { background: #071a36; }
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative;
    width: 100%;
    max-width: 44rem;
    justify-self: start;
    aspect-ratio: 3 / 2;
  }
  body.page-trust-lab .trust-lab-horizon-visual { width: 94%; }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-hero { gap: 1.8rem; }
  body.page-trust-lab .trust-lab-hero-visual {
  position: relative; max-width: none; }
  body.page-trust-lab .trust-lab-horizon-visual {
    width: 100%;
    margin-top: 2.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 0.35rem 0.9rem rgba(11, 23, 56, 0.09);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-trust-lab .trust-lab-hero-image,
  html.motion-ready body.page-trust-lab .trust-lab-horizon-visual {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Trust Lab final structural refinement: foundation, long-term directions and CTA hierarchy. */
body.page-trust-lab .trust-lab-hero .hero-actions .button.primary {
  border: 1px solid #d7b55f;
  border-radius: 0;
  background: #fffdf6;
  color: #071a36;
  box-shadow: none;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
body.page-trust-lab .trust-lab-hero .hero-actions .button.primary:hover {
  border-color: #c8a24c;
  background: #d7b55f;
  color: #071a36;
  transform: translateY(-1px);
}
body.page-trust-lab .trust-lab-hero .hero-actions .button.primary:active {
  background: #c8a24c;
  transform: translateY(0);
}
body.page-trust-lab .trust-lab-hero .hero-actions .button.primary:focus-visible {
  outline: 2px solid #fffdf6;
  outline-offset: 4px;
}
body.page-trust-lab .trust-lab-foundations {
  scroll-margin-top: 7rem;
}
body.page-trust-lab .trust-lab-foundations-bridge {
  max-width: 66ch;
}
body.page-trust-lab .trust-lab-state-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1px;
}
body.page-trust-lab .trust-lab-state-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(15.5rem, 19vw, 17.75rem);
  padding: clamp(1.55rem, 2.2vw, 2rem);
  background: #fffdf8;
  border: 0;
  box-shadow: none;
}
body.page-trust-lab .trust-lab-state-card:nth-child(even) { background: #edf3f6; }
body.page-trust-lab .trust-lab-state-card::before {
  display: block;
  width: 2rem;
  height: 1px;
  margin: 0 0 1rem;
  background: #d7b55f;
  content: "";
}
body.page-trust-lab .trust-lab-state-card > span {
  margin: 0 0 0.8rem;
  color: #a37a21;
  font-family: "Fragment Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
body.page-trust-lab .trust-lab-state-card h3 {
  min-height: 2.6em;
  margin: 0 0 0.75rem;
  color: #14274d;
  font-weight: 500;
}
body.page-trust-lab .trust-lab-state-card p { margin: 0; }
body.page-trust-lab .trust-lab-intro { padding-bottom: clamp(3.5rem, 4.5vw, 4.5rem); }
body.page-trust-lab .trust-lab-methods-section { padding-top: clamp(2rem, 3vw, 2.5rem); }
body.page-trust-lab .trust-lab-horizon-section {
  padding-top: clamp(5.5rem, 7vw, 7.5rem);
  padding-bottom: clamp(5.5rem, 7vw, 7rem);
}
body.page-trust-lab .trust-lab-horizon-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(4rem, 6vw, 5.5rem);
  align-items: start;
}
body.page-trust-lab .trust-lab-horizon-copy { min-width: 0; }
body.page-trust-lab .trust-lab-horizon-copy h2 {
  max-width: 37.5rem;
  margin: 0.75rem 0 1.55rem;
  color: #14274d;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(2.2rem, 3.25vw, 3.3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
body.page-trust-lab .trust-lab-horizon-copy > p:last-child {
  max-width: 32.5rem;
  margin: 0;
  color: var(--trust-lab-copy);
  line-height: 1.62;
}
body.page-trust-lab .trust-lab-horizon-visual {
  position: relative;
  width: 100%;
  max-width: 41.25rem;
  aspect-ratio: 3 / 2;
  justify-self: end;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #06172f;
  border: 1px solid rgba(207, 175, 98, 0.38);
  border-radius: 0;
  box-shadow: 0 0.7rem 1.55rem rgba(11, 23, 56, 0.12);
}
body.page-trust-lab .trust-lab-horizon-visual::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: clamp(2.25rem, 5vw, 4rem);
  height: 1px;
  background: #d7b55f;
  content: "";
  pointer-events: none;
}
body.page-trust-lab .trust-lab-horizon-visual .trust-lab-horizon-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
body.page-trust-lab .trust-lab-horizon-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1px;
  margin-top: clamp(3.5rem, 5vw, 4.5rem);
}
body.page-trust-lab .trust-lab-horizon-grid > article {
  display: flex;
  flex-direction: column;
  min-height: clamp(16rem, 20vw, 18.25rem);
  padding: clamp(1.5rem, 2vw, 1.9rem);
  background: #fffdf8;
  border: 0;
  box-shadow: none;
}
body.page-trust-lab .trust-lab-horizon-grid > article:nth-child(even) { background: #edf3f6; }
body.page-trust-lab .trust-lab-horizon-grid > article::before {
  display: block;
  width: 2rem;
  height: 1px;
  margin: 0 0 0.95rem;
  background: #d7b55f;
  content: "";
}
body.page-trust-lab .trust-lab-horizon-grid > article .maturity-label {
  margin: 0 0 0.8rem;
  color: #a37a21;
  font-family: "Fragment Mono", monospace;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}
body.page-trust-lab .trust-lab-horizon-grid > article > span {
  display: block;
  margin: 0 0 0.75rem;
  color: #a37a21;
  font-family: "Fragment Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
body.page-trust-lab .trust-lab-horizon-grid h3 {
  min-height: 2.6em;
  margin: 0 0 0.75rem;
  color: #14274d;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  font-weight: 500;
  line-height: 1.3;
}
body.page-trust-lab .trust-lab-horizon-grid > article > p:last-child { margin: 0; }
html.motion-ready body.page-trust-lab .trust-lab-horizon-copy {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 720ms cubic-bezier(.22,.72,.18,1), transform 720ms cubic-bezier(.22,.72,.18,1);
}
html.motion-ready body.page-trust-lab .trust-lab-horizon-section.is-visible .trust-lab-horizon-copy {
  opacity: 1;
  transform: translateY(0);
}
html.motion-ready body.page-trust-lab .trust-lab-horizon-grid > article { transition-delay: 0ms; }
html.motion-ready body.page-trust-lab .trust-lab-horizon-section.is-visible .trust-lab-horizon-grid > article:nth-child(1) { transition-delay: 100ms; }
html.motion-ready body.page-trust-lab .trust-lab-horizon-section.is-visible .trust-lab-horizon-grid > article:nth-child(2) { transition-delay: 170ms; }
html.motion-ready body.page-trust-lab .trust-lab-horizon-section.is-visible .trust-lab-horizon-grid > article:nth-child(3) { transition-delay: 240ms; }
html.motion-ready body.page-trust-lab .trust-lab-horizon-section.is-visible .trust-lab-horizon-grid > article:nth-child(4) { transition-delay: 310ms; }
@media (max-width: 1024px) {
  body.page-trust-lab .trust-lab-horizon-intro { gap: clamp(2.25rem, 4vw, 3.25rem); }
  body.page-trust-lab .trust-lab-horizon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  body.page-trust-lab .trust-lab-horizon-intro { grid-template-columns: 1fr; gap: 2rem; }
  body.page-trust-lab .trust-lab-horizon-copy h2,
  body.page-trust-lab .trust-lab-horizon-copy > p:last-child { max-width: none; }
  body.page-trust-lab .trust-lab-horizon-visual { justify-self: start; max-width: 41.25rem; }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-state-grid,
  body.page-trust-lab .trust-lab-horizon-grid { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-state-card,
  body.page-trust-lab .trust-lab-horizon-grid > article { min-height: 0; }
  body.page-trust-lab .trust-lab-intro { padding-bottom: 2.5rem; }
  body.page-trust-lab .trust-lab-methods-section { padding-top: 1rem; }
  body.page-trust-lab .trust-lab-horizon-section { padding-top: clamp(4rem, 11vw, 5rem); padding-bottom: clamp(4.5rem, 12vw, 5.5rem); }
  body.page-trust-lab .trust-lab-horizon-intro { gap: 1.85rem; }
  body.page-trust-lab .trust-lab-horizon-visual { width: 100%; max-width: none; }
  body.page-trust-lab .trust-lab-horizon-grid { margin-top: clamp(2.5rem, 9vw, 3rem); }
  body.page-trust-lab .trust-lab-hero .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-trust-lab .trust-lab-hero .hero-actions .button.primary { transition: none; }
  html.motion-ready body.page-trust-lab .trust-lab-horizon-copy,
  html.motion-ready body.page-trust-lab .trust-lab-horizon-visual,
  html.motion-ready body.page-trust-lab .trust-lab-horizon-grid > article {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

html.motion-ready body.page-partners .partners-open-hero .partners-hero-visual { transform: translateY(18px) scale(.985); transition-duration: 780ms; }
html.motion-ready body.page-partners .partners-open-hero.is-visible .partners-hero-visual { transform: translateY(0) scale(1); }

/* ===== Shared inner-page hero system (Contact is the reference) ===== */
/* This component is intentionally scoped to the six converted pages. Contact and
   Trust Lab retain their established hero implementations unchanged. */
body.page-about .inner-page-hero.inner-hero,
body.page-initiative .inner-page-hero.inner-hero,
body.page-alliance .inner-page-hero.inner-hero,
body.page-solutions .inner-page-hero.inner-hero,
body.page-resources .inner-page-hero.inner-hero,
body.page-partners .inner-page-hero.inner-hero {
  --inner-hero-navy: #07142f;
  --inner-hero-ivory: #fffdf6;
  --inner-hero-muted: #dbe6ef;
  --inner-hero-gold: #dfbc66;
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  gap: clamp(3rem, 5vw, 4.5rem);
  align-items: center;
  min-height: 0;
  padding-top: clamp(4.5rem, 6vw, 6rem);
  padding-bottom: clamp(4.5rem, 6vw, 6rem);
  background: var(--inner-hero-navy) !important;
  clip-path: none;
}
body.page-about .inner-page-hero.inner-hero::before,
body.page-about .inner-page-hero.inner-hero::after,
body.page-initiative .inner-page-hero.inner-hero::before,
body.page-initiative .inner-page-hero.inner-hero::after,
body.page-alliance .inner-page-hero.inner-hero::before,
body.page-alliance .inner-page-hero.inner-hero::after,
body.page-solutions .inner-page-hero.inner-hero::before,
body.page-solutions .inner-page-hero.inner-hero::after,
body.page-resources .inner-page-hero.inner-hero::before,
body.page-resources .inner-page-hero.inner-hero::after,
body.page-partners .inner-page-hero.inner-hero::before,
body.page-partners .inner-page-hero.inner-hero::after { display: none; content: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__content,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__content,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__content,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__content,
body.page-resources .inner-page-hero.inner-hero .inner-hero__content,
body.page-partners .inner-page-hero.inner-hero .inner-hero__content { min-width: 0; max-width: none; padding: 0; }
body.page-about .inner-page-hero.inner-hero .inner-hero__eyebrow,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__eyebrow,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__eyebrow,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__eyebrow,
body.page-resources .inner-page-hero.inner-hero .inner-hero__eyebrow,
body.page-partners .inner-page-hero.inner-hero .inner-hero__eyebrow { color: var(--inner-hero-gold) !important; opacity: 1; }
body.page-about .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title,
body.page-resources .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title,
body.page-partners .inner-page-hero.inner-hero .inner-hero__content .inner-hero__title {
  max-width: 11.5ch;
  margin: .75rem 0 1.35rem;
  color: var(--inner-hero-ivory) !important;
  -webkit-text-fill-color: var(--inner-hero-ivory);
  font-size: clamp(2.65rem, 4.3vw, 4.35rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none;
  mix-blend-mode: normal;
  transform: none;
}
body.page-about .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow),
body.page-initiative .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow),
body.page-alliance .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow),
body.page-solutions .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow),
body.page-resources .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow),
body.page-partners .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) {
  max-width: 53ch;
  margin: 0;
  color: var(--inner-hero-muted) !important;
  -webkit-text-fill-color: var(--inner-hero-muted);
  font-size: clamp(1rem, .4vw + .94rem, 1.08rem);
  line-height: 1.62;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none;
  mix-blend-mode: normal;
  transform: none;
}
body.page-about .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow),
body.page-initiative .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow),
body.page-alliance .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow),
body.page-solutions .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow),
body.page-resources .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow),
body.page-partners .inner-page-hero.inner-hero .inner-hero__content > p:not(.eyebrow) + p:not(.eyebrow) { margin-top: .85rem; }
body.page-about .inner-page-hero.inner-hero .inner-hero__actions,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__actions,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__actions,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__actions,
body.page-resources .inner-page-hero.inner-hero .inner-hero__actions,
body.page-partners .inner-page-hero.inner-hero .inner-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 1.7rem; opacity: 1 !important; visibility: visible !important; transform: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__primary,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__primary,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__primary,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__primary,
body.page-resources .inner-page-hero.inner-hero .inner-hero__primary,
body.page-partners .inner-page-hero.inner-hero .inner-hero__primary { border: 1px solid var(--inner-hero-ivory); background: var(--inner-hero-ivory); color: #0b1738; box-shadow: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-about .inner-page-hero.inner-hero .inner-hero__primary:focus-visible,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__primary:focus-visible,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__primary:focus-visible,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__primary:focus-visible,
body.page-resources .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-resources .inner-page-hero.inner-hero .inner-hero__primary:focus-visible,
body.page-partners .inner-page-hero.inner-hero .inner-hero__primary:hover,
body.page-partners .inner-page-hero.inner-hero .inner-hero__primary:focus-visible { border-color: var(--inner-hero-gold); background: var(--inner-hero-gold); color: #0b1738; }
body.page-about .inner-page-hero.inner-hero .inner-hero__secondary,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__secondary,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__secondary,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__secondary,
body.page-resources .inner-page-hero.inner-hero .inner-hero__secondary,
body.page-partners .inner-page-hero.inner-hero .inner-hero__secondary { display: inline-flex; align-items: center; min-height: 44px; padding: 0 0 6px; border: 0; border-bottom: 1px solid #b58c31; border-radius: 0; background: transparent; color: var(--inner-hero-ivory) !important; font-size: .78rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-decoration: none; text-transform: uppercase; box-shadow: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__secondary span,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__secondary span,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__secondary span,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__secondary span,
body.page-resources .inner-page-hero.inner-hero .inner-hero__secondary span,
body.page-partners .inner-page-hero.inner-hero .inner-hero__secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.page-about .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-about .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible,
body.page-resources .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-resources .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible,
body.page-partners .inner-page-hero.inner-hero .inner-hero__secondary:hover,
body.page-partners .inner-page-hero.inner-hero .inner-hero__secondary:focus-visible { border-bottom-color: var(--inner-hero-ivory); color: var(--inner-hero-ivory) !important; background: transparent; }
body.page-about .inner-page-hero.inner-hero .inner-hero__visual,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__visual,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__visual,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__visual,
body.page-resources .inner-page-hero.inner-hero .inner-hero__visual,
body.page-partners .inner-page-hero.inner-hero .inner-hero__visual { position: relative; display: block; align-self: center; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 1px solid #b58c31; border-radius: 2px; background: var(--inner-hero-navy); box-shadow: 0 .45rem 1.1rem rgba(0, 0, 0, .14); opacity: 1 !important; visibility: visible !important; filter: none; transform: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__visual::before,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__visual::before,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__visual::before,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__visual::before,
body.page-resources .inner-page-hero.inner-hero .inner-hero__visual::before,
body.page-partners .inner-page-hero.inner-hero .inner-hero__visual::before { position: absolute; z-index: 1; inset: auto; top: -1px; left: -1px; right: auto; bottom: auto; display: block; width: clamp(3rem, 6vw, 5rem); height: 1px; border: 0; border-radius: 0; background: var(--inner-hero-gold); content: ""; pointer-events: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__visual::after,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__visual::after,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__visual::after,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__visual::after,
body.page-resources .inner-page-hero.inner-hero .inner-hero__visual::after,
body.page-partners .inner-page-hero.inner-hero .inner-hero__visual::after { display: none; content: none; }
body.page-about .inner-page-hero.inner-hero .inner-hero__image,
body.page-initiative .inner-page-hero.inner-hero .inner-hero__image,
body.page-alliance .inner-page-hero.inner-hero .inner-hero__image,
body.page-solutions .inner-page-hero.inner-hero .inner-hero__image,
body.page-resources .inner-page-hero.inner-hero .inner-hero__image,
body.page-partners .inner-page-hero.inner-hero .inner-hero__image { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: cover; object-position: center; }
body.page-about .inner-page-hero.inner-hero .inner-hero__image { object-position: 52% center; }
html.motion-ready body.page-about .inner-page-hero.inner-hero .inner-hero__content > *,
html.motion-ready body.page-initiative .inner-page-hero.inner-hero .inner-hero__content > *,
html.motion-ready body.page-alliance .inner-page-hero.inner-hero .inner-hero__content > *,
html.motion-ready body.page-solutions .inner-page-hero.inner-hero .inner-hero__content > *,
html.motion-ready body.page-resources .inner-page-hero.inner-hero .inner-hero__content > *,
html.motion-ready body.page-partners .inner-page-hero.inner-hero .inner-hero__content > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
@media (max-width: 1024px) {
  body.page-about .inner-page-hero.inner-hero,
  body.page-initiative .inner-page-hero.inner-hero,
  body.page-alliance .inner-page-hero.inner-hero,
  body.page-solutions .inner-page-hero.inner-hero,
  body.page-resources .inner-page-hero.inner-hero,
  body.page-partners .inner-page-hero.inner-hero { gap: clamp(2rem, 4vw, 3.5rem); }
  body.page-about .inner-page-hero.inner-hero .inner-hero__title,
  body.page-initiative .inner-page-hero.inner-hero .inner-hero__title,
  body.page-alliance .inner-page-hero.inner-hero .inner-hero__title,
  body.page-solutions .inner-page-hero.inner-hero .inner-hero__title,
  body.page-resources .inner-page-hero.inner-hero .inner-hero__title,
  body.page-partners .inner-page-hero.inner-hero .inner-hero__title { font-size: clamp(2.45rem, 4.6vw, 3.5rem); }
}
@media (max-width: 767px) {
  body.page-about .inner-page-hero.inner-hero,
  body.page-initiative .inner-page-hero.inner-hero,
  body.page-alliance .inner-page-hero.inner-hero,
  body.page-solutions .inner-page-hero.inner-hero,
  body.page-resources .inner-page-hero.inner-hero,
  body.page-partners .inner-page-hero.inner-hero { grid-template-columns: 1fr; gap: clamp(2.5rem, 7vw, 3rem); padding-top: clamp(3.75rem, 10vw, 4.5rem); padding-bottom: clamp(3.75rem, 10vw, 4.5rem); }
  body.page-about .inner-page-hero.inner-hero .inner-hero__title,
  body.page-initiative .inner-page-hero.inner-hero .inner-hero__title,
  body.page-alliance .inner-page-hero.inner-hero .inner-hero__title,
  body.page-solutions .inner-page-hero.inner-hero .inner-hero__title,
  body.page-resources .inner-page-hero.inner-hero .inner-hero__title,
  body.page-partners .inner-page-hero.inner-hero .inner-hero__title { max-width: 13ch; font-size: clamp(2.3rem, 10vw, 3.1rem); }
  body.page-about .inner-page-hero.inner-hero .inner-hero__visual,
  body.page-initiative .inner-page-hero.inner-hero .inner-hero__visual,
  body.page-alliance .inner-page-hero.inner-hero .inner-hero__visual,
  body.page-solutions .inner-page-hero.inner-hero .inner-hero__visual,
  body.page-resources .inner-page-hero.inner-hero .inner-hero__visual,
  body.page-partners .inner-page-hero.inner-hero .inner-hero__visual { max-width: 42rem; }
}
@media (max-width: 480px) {
  body.page-about .inner-page-hero.inner-hero .inner-hero__actions,
  body.page-initiative .inner-page-hero.inner-hero .inner-hero__actions,
  body.page-alliance .inner-page-hero.inner-hero .inner-hero__actions,
  body.page-solutions .inner-page-hero.inner-hero .inner-hero__actions,
  body.page-resources .inner-page-hero.inner-hero .inner-hero__actions,
  body.page-partners .inner-page-hero.inner-hero .inner-hero__actions { align-items: stretch; flex-direction: column; gap: 16px; }
  body.page-about .inner-page-hero.inner-hero .inner-hero__primary,
  body.page-initiative .inner-page-hero.inner-hero .inner-hero__primary,
  body.page-alliance .inner-page-hero.inner-hero .inner-hero__primary,
  body.page-solutions .inner-page-hero.inner-hero .inner-hero__primary,
  body.page-resources .inner-page-hero.inner-hero .inner-hero__primary,
  body.page-partners .inner-page-hero.inner-hero .inner-hero__primary { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { body.page-about .inner-page-hero.inner-hero .inner-hero__secondary span, body.page-initiative .inner-page-hero.inner-hero .inner-hero__secondary span, body.page-alliance .inner-page-hero.inner-hero .inner-hero__secondary span, body.page-solutions .inner-page-hero.inner-hero .inner-hero__secondary span, body.page-resources .inner-page-hero.inner-hero .inner-hero__secondary span, body.page-partners .inner-page-hero.inner-hero .inner-hero__secondary span { transition: none; } }

/* Stage 2 recovery: final inner-page hero precedence. */
body.inner-page .inner-page-hero.inner-hero-with-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  min-height: 0;
  padding-block: clamp(68px, 7.5vw, 116px);
  background: #071731;
  color: #fffdf8;
}
body.inner-page .inner-page-hero.inner-hero-with-visual::before,
body.inner-page .inner-page-hero.inner-hero-with-visual::after {
  display: none;
  content: none;
}
body.inner-page .inner-page-hero .inner-hero-copy {
  grid-column: 1;
  min-width: 0;
}
body.inner-page .inner-page-hero .eyebrow { margin-bottom: 14px; color: #dfbc66; }
body.inner-page .inner-page-hero h1,
body.inner-page .inner-page-hero .inner-hero-copy h1 {
  max-width: 15ch;
  margin: 0 0 22px;
  color: #fffdf8;
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 1.02;
}
body.inner-page .inner-page-hero > p:not(.eyebrow),
body.inner-page .inner-page-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 58ch;
  color: rgba(255, 253, 248, 0.78);
}
body.inner-page .inner-page-hero .hero-actions { margin-top: 28px; }
body.inner-page .inner-page-hero .button.primary {
  border-color: #fffdf8;
  color: #071731;
  background: #fffdf8;
}
body.inner-page .inner-page-hero .button.secondary {
  min-height: 46px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #dfbc66;
  color: #fffdf8;
  background: transparent;
}
body.inner-page .inner-page-hero .button.secondary:hover,
body.inner-page .inner-page-hero .button.secondary:focus-visible {
  border-color: #fffdf8;
  color: #dfbc66;
  background: transparent;
}
body.inner-page .inner-page-hero .inner-hero-visual {
  grid-column: 2;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfbc66;
  background: #06152d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
body.inner-page .inner-page-hero .inner-hero-visual::before,
body.inner-page .inner-page-hero .inner-hero-visual::after { display: none; content: none; }
body.inner-page .inner-page-hero .inner-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  background: #06152d;
  object-fit: contain;
}
@media (max-width: 1100px) {
  body.inner-page .inner-page-hero.inner-hero-with-visual {
    gap: clamp(28px, 4vw, 52px);
    padding-block: clamp(56px, 7vw, 82px);
  }
}
@media (max-width: 760px) {
  body.inner-page .inner-page-hero.inner-hero-with-visual {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-block: 54px;
  }
  body.inner-page .inner-page-hero .inner-hero-copy,
  body.inner-page .inner-page-hero .inner-hero-visual { grid-column: 1; }
  body.inner-page .inner-page-hero .inner-hero-visual { width: 100%; }
  body.inner-page .inner-page-hero h1,
  body.inner-page .inner-page-hero .inner-hero-copy h1 { max-width: 14ch; }
}
/* Partners recovery: keep partnership enquiry editorial and non-sticky. */
@media (min-width: 1050px) {
  body.page-partners .partners-enquiry-copy.partners-enquiry-copy-static {
    position: static;
    top: auto;
    align-self: start;
  }
}
body.page-partners .partners-enquiry-copy > p.partners-enquiry-review {
  margin-top: 1.5rem;
  padding-top: 0;
  border-top: 0;
}
/* Trust Lab completion: six research areas form a balanced three-by-two grid, and every direction card shares one gold rule. */
body.page-trust-lab .trust-lab-state-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-trust-lab .trust-lab-horizon-grid > article::before,
body.page-trust-lab .trust-lab-horizon-grid > article:last-child::before {
  width: 2rem;
  height: 1px;
  margin-bottom: 0.9rem;
}
@media (max-width: 960px) {
  body.page-trust-lab .trust-lab-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-state-grid { grid-template-columns: 1fr; }
}
/* Think Tank conversion: a restrained programme page built on the established Alliance component foundation. */
body.page-thinktank .thinktank-hero { background: #0b1c3b; }
body.page-thinktank .thinktank-hero .inner-hero-copy h1,
body.page-thinktank .thinktank-hero .inner-hero-copy > p:not(.eyebrow) { color: #fffdf6; }
body.page-thinktank .thinktank-hero .button.secondary { color: #fffdf6; border-color: #d4ae52; }
body.page-thinktank .thinktank-hero .inner-hero-visual { border: 1px solid #c8a557; background: #061a3a; }
body.page-thinktank .thinktank-initiative-link,
body.page-thinktank .thinktank-series,
body.page-thinktank .thinktank-outputs,
body.page-thinktank .thinktank-engage { background: #fffdf8; }
body.page-thinktank .thinktank-initiative-link,
body.page-thinktank .thinktank-series,
body.page-thinktank .thinktank-outputs,
body.page-thinktank .thinktank-engage,
body.page-thinktank .thinktank-framework { padding-block: clamp(54px, 6vw, 86px); }
body.page-thinktank .thinktank-relationship,
body.page-thinktank .thinktank-series-grid,
body.page-thinktank .thinktank-output-grid { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(24, 42, 80, .22); border-left: 1px solid rgba(24, 42, 80, .22); }
body.page-thinktank .thinktank-relationship { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-thinktank .thinktank-series-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-thinktank .thinktank-output-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-thinktank .thinktank-relationship li,
body.page-thinktank .thinktank-series-grid article,
body.page-thinktank .thinktank-output-grid article { min-width: 0; padding: clamp(22px, 2.4vw, 34px); border-right: 1px solid rgba(24, 42, 80, .22); border-bottom: 1px solid rgba(24, 42, 80, .22); }
body.page-thinktank .thinktank-relationship li { position: relative; padding-top: clamp(42px, 4vw, 58px); }
body.page-thinktank .thinktank-relationship span { position: absolute; top: 22px; left: clamp(22px, 2.4vw, 34px); color: #b48c37; font-family: "Fragment Mono", monospace; font-size: .72rem; letter-spacing: .08em; }
body.page-thinktank .thinktank-relationship h3,
body.page-thinktank .thinktank-series-grid h3,
body.page-thinktank .thinktank-output-grid h3 { margin: 0 0 12px; color: #172645; font-size: 1.15rem; line-height: 1.25; }
body.page-thinktank .thinktank-relationship p,
body.page-thinktank .thinktank-series-grid p,
body.page-thinktank .thinktank-output-grid p { margin: 0; color: rgba(23, 38, 69, .8); line-height: 1.58; }
body.page-thinktank .thinktank-date { margin-top: 18px; color: #172645 !important; font-weight: 600; }
body.page-thinktank .thinktank-location { margin-top: 4px !important; margin-bottom: 18px !important; color: #b48c37 !important; font-family: "Fragment Mono", monospace; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
body.page-thinktank .thinktank-section-action { margin-top: 26px; }
body.page-thinktank .thinktank-works { background: #f3f6f8; }
body.page-thinktank .thinktank-framework .section-heading > p:not(.eyebrow) { max-width: 64ch; color: rgba(23, 38, 69, .8); line-height: 1.58; }
body.page-thinktank .thinktank-privacy { background: #f3f0e8; }
body.page-thinktank .thinktank-engage ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(24, 42, 80, .22); border-left: 1px solid rgba(24, 42, 80, .22); }
body.page-thinktank .thinktank-engage li { min-width: 0; padding: 20px 24px; border-right: 1px solid rgba(24, 42, 80, .22); border-bottom: 1px solid rgba(24, 42, 80, .22); color: #172645; line-height: 1.45; }
body.page-thinktank .thinktank-engage li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 12px 2px 0; border: 1px solid #b48c37; border-radius: 50%; }
body.page-thinktank .thinktank-form-section { background: #eef2f5; }
body.page-thinktank .thinktank-closing { background: #0b1c3b; }
body.page-thinktank .thinktank-closing h2,
body.page-thinktank .thinktank-closing .eyebrow { color: #fffdf6; }
body.page-thinktank .thinktank-closing .button.secondary { color: #fffdf6; border-color: #d4ae52; }
@media (max-width: 960px) { body.page-thinktank .thinktank-relationship, body.page-thinktank .thinktank-series-grid { grid-template-columns: 1fr; } body.page-thinktank .thinktank-output-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { body.page-thinktank .thinktank-output-grid, body.page-thinktank .thinktank-engage ul { grid-template-columns: 1fr; } }
/* Think Tank refinement: shorter editorial hierarchy, merged engagement routes and visibly marked required fields. */
body.page-thinktank .thinktank-editorial .inner-section-intro h2,
body.page-thinktank .thinktank-initiative-link .section-heading h2,
body.page-thinktank .thinktank-outputs .section-heading h2 { font-size: clamp(1.95rem, 2.55vw, 2.65rem); font-weight: 450; line-height: 1.14; }
body.page-thinktank .thinktank-series { padding-bottom: clamp(46px, 4.7vw, 66px); }
body.page-thinktank .thinktank-focus { padding-top: clamp(48px, 5vw, 70px); }
body.page-thinktank .thinktank-participants { padding-top: clamp(48px, 5vw, 70px); }
body.page-thinktank .thinktank-engage { padding-bottom: clamp(42px, 4.4vw, 62px); }
body.page-thinktank .thinktank-form-section { padding-top: clamp(48px, 5vw, 70px); }
body.page-thinktank .thinktank-closing { margin-top: 0; padding-top: clamp(48px, 5vw, 70px); }
body.page-thinktank .thinktank-required { color: #b48c37; font-family: "Fragment Mono", monospace; font-size: .85em; }
body.page-thinktank .thinktank-required-note { margin: 12px 0 0 !important; color: rgba(23, 38, 69, .72); font-size: .88rem; line-height: 1.45; }
body.page-thinktank .thinktank-form-section label { position: relative; }

/* Canonical Solutions page recovery: final static-hero and portfolio framing. */
body.page-services.page-solutions .solutions-hero {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  padding-top: clamp(52px, 6vw, 88px);
  padding-bottom: clamp(52px, 6vw, 88px);
  background: linear-gradient(120deg, #07142f 0%, #0b1d40 58%, #102a52 100%);
}
body.page-services.page-solutions .solutions-hero .eyebrow { color: #e5c269; }
body.page-services.page-solutions .solutions-hero .inner-hero-copy h1 {
  color: #fffdf6;
  font-weight: 500;
  letter-spacing: -0.03em;
}
body.page-services.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) { color: #d5e0ed; }
body.page-services.page-solutions .solutions-hero .button.primary {
  border-color: #fffdf6;
  background: #fffdf6;
  color: #0b1738;
}
body.page-services.page-solutions .solutions-hero .solutions-hero-secondary {
  color: #fffdf6;
  border-bottom-color: #e5c269;
}
body.page-services.page-solutions .solutions-hero .solutions-hero-secondary:hover,
body.page-services.page-solutions .solutions-hero .solutions-hero-secondary:focus-visible {
  color: #fffdf6;
  border-bottom-color: #fffdf6;
}
body.page-services.page-solutions .solutions-hero-visual {
  align-self: center;
  padding: clamp(12px, 1.6vw, 22px);
  border: 1px solid #d8b85c;
  background: #071936;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}
body.page-services.page-solutions .solutions-hero-diagram {
  width: 100%;
  max-width: none;
  filter: none;
}
body.page-solutions .section-heading.split > div:last-child { max-width: 43rem; }
body.page-solutions .section-heading.split > div:last-child p {
  margin: 0;
  color: var(--solutions-copy);
  font-size: 1rem;
  line-height: 1.62;
}
body.page-solutions .section-heading.split > div:last-child p + p { margin-top: 1rem; }
body.page-solutions .solutions-portfolio-visual {
  display: block;
  width: 100%;
  margin: clamp(28px, 4vw, 48px) 0 clamp(28px, 3vw, 40px);
  padding: clamp(12px, 1.5vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(20, 39, 77, 0.18);
  border-top: 2px solid var(--solutions-gold);
  background: #071936;
}
body.page-solutions .solutions-portfolio-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(48vw, 440px);
  object-fit: contain;
}
body.page-solutions .solutions-modular-grid > article { position: relative; }
body.page-solutions .solutions-modular-grid > article > .solutions-engagement-context { display: block; }
body.page-solutions .solutions-modular-grid > article::before { box-sizing: border-box; }
body.page-solutions .solutions-modular-note { display: block; }
body.page-solutions .solutions-outputs-section .section-heading h2 { color: #fffdf6; }
body.page-solutions .solutions-outputs-section .section-heading .eyebrow { color: #e5c269; }
body.page-solutions .solutions-grid-note { color: #cbd7e6; }
body.page-solutions .solutions-route-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-solutions .solutions-route-static { cursor: default; }
body.page-solutions .solutions-route-static .initiative-route-title { border-bottom-color: rgba(229, 194, 105, 0.52); }
body.page-solutions .solutions-page-closing > div:first-child > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 1rem 0 0;
  color: var(--solutions-copy);
  line-height: 1.62;
}
@media (max-width: 1100px) {
  body.page-services.page-solutions .solutions-hero { grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr); gap: clamp(28px, 4vw, 42px); }
  body.page-solutions .solutions-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  body.page-services.page-solutions .solutions-hero { grid-template-columns: 1fr; }
  body.page-services.page-solutions .solutions-hero-visual { width: min(100%, 640px); justify-self: center; }
}
@media (max-width: 767px) {
  body.page-solutions .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  body.page-solutions .solutions-portfolio-visual { margin-block: 24px 28px; padding: 10px; }
  body.page-solutions .solutions-route-grid { grid-template-columns: 1fr; }
  body.page-solutions .solutions-route + .solutions-route { border-left: 0; border-top: 1px solid rgba(213, 224, 237, 0.16); }
}
@media (prefers-reduced-motion: reduce) {
  body.page-solutions .solutions-hero-secondary span { transition: none; }
}

/* Focused standard inner-page hero refinement. Partners remains the 60/40 visual reference; Contact remains the CTA reference. */
body.inner-page {
  --standard-hero-navy: #071731;
  --standard-hero-paper: #fffdf6;
  --standard-hero-copy: #dbe6ef;
  --standard-hero-gold: #dfbc66;
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 4.5rem);
  min-height: 0;
  padding-block: clamp(4.5rem, 6vw, 6rem);
  background: var(--standard-hero-navy);
  color: var(--standard-hero-paper);
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero)::before,
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero)::after { display: none; content: none; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy { grid-column: 1; min-width: 0; max-width: none; padding: 0; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .eyebrow { margin: 0 0 .75rem; color: var(--standard-hero-gold); }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy h1 {
  max-width: 22ch;
  margin: 0 0 1.35rem;
  color: var(--standard-hero-paper);
  font-size: clamp(2.65rem, 4.05vw, 4.05rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-wrap: wrap;
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy > p:not(.eyebrow) {
  max-width: 53ch;
  margin: 0;
  color: var(--standard-hero-copy);
  font-size: clamp(1rem, .4vw + .94rem, 1.08rem);
  line-height: 1.62;
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy > p:not(.eyebrow) + p:not(.eyebrow) { margin-top: .85rem; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 1.7rem; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.primary {
  min-height: 46px;
  padding-inline: 21px;
  border: 1px solid var(--standard-hero-paper);
  background: var(--standard-hero-paper);
  color: var(--standard-hero-navy);
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.primary:hover,
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.primary:focus-visible { border-color: var(--standard-hero-gold); background: var(--standard-hero-gold); color: var(--standard-hero-navy); }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--standard-hero-gold);
  border-radius: 0;
  background: transparent;
  color: var(--standard-hero-paper);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary span { margin-left: 10px; transition: transform 180ms ease; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary:hover,
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary:focus-visible { border-bottom-color: var(--standard-hero-paper); background: transparent; color: var(--standard-hero-paper); }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary:hover span,
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary:focus-visible span { transform: translateX(4px); }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) :is(.inner-hero-visual, .solutions-hero-visual) {
  grid-column: 2;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--standard-hero-gold);
  border-radius: 2px;
  background: #06152d;
  box-shadow: 0 .45rem 1.1rem rgba(0, 0, 0, .14);
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) :is(.inner-hero-visual, .solutions-hero-visual)::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: clamp(3rem, 6vw, 5rem);
  height: 1px;
  background: var(--standard-hero-gold);
  content: "";
  pointer-events: none;
}
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) :is(.inner-hero-visual, .solutions-hero-visual)::after { display: none; }
body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) :is(.inner-hero-visual, .solutions-hero-visual) img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #06152d;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}
@media (max-width: 1200px) and (min-width: 768px) {
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) { grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 3.5rem); }
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy h1 { max-width: 20ch; }
}
@media (max-width: 767px) {
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) { grid-template-columns: 1fr; gap: 2rem; padding-block: clamp(3.75rem, 10vw, 4.5rem); }
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy,
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) :is(.inner-hero-visual, .solutions-hero-visual) { grid-column: 1; }
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .inner-hero-copy h1 { max-width: 13ch; font-size: clamp(2.3rem, 10vw, 3.1rem); }
}
@media (max-width: 480px) {
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.primary { width: 100%; }
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary { width: fit-content; }
}
@media (prefers-reduced-motion: reduce) {
  body.inner-page :is(.inner-page-hero.inner-hero-with-visual, .solutions-hero) .button.secondary span { transition: none; }
}

/* Trust Lab full-page refinement: scoped only to the approved research page. */
body.page-trust-lab {
  --trust-lab-navy: #071731;
  --trust-lab-ivory: #fbfaf5;
  --trust-lab-silver: #edf3f6;
  --trust-lab-copy: #32445f;
  --trust-lab-gold: #dfbc66;
}
body.page-trust-lab .trust-lab-hero .inner-hero-visual { padding: 0; }
body.page-trust-lab .trust-lab-hero .inner-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body.page-trust-lab .trust-lab-research-areas,
body.page-trust-lab .trust-lab-pathways-section,
body.page-trust-lab .trust-lab-contribution-section { padding-block: clamp(4.5rem, 7vw, 6.75rem); }
body.page-trust-lab .trust-lab-research-areas { background: var(--trust-lab-ivory); color: #172748; }
body.page-trust-lab .trust-lab-pathways-section { background: #f3f6f8; color: #172748; }
body.page-trust-lab .trust-lab-contribution-section { background: var(--trust-lab-silver); color: #172748; }
body.page-trust-lab .trust-lab-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: start;
  margin-bottom: clamp(2.4rem, 4vw, 3.75rem);
}
body.page-trust-lab .trust-lab-section-intro .eyebrow { margin: 0 0 .85rem; color: #a77c27; }
body.page-trust-lab .trust-lab-section-intro h2 { max-width: 17ch; margin: 0; color: #172748; font-size: clamp(2.15rem, 3.7vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
body.page-trust-lab .trust-lab-intro-copy { max-width: 42rem; padding-top: .35rem; }
body.page-trust-lab .trust-lab-intro-copy p { margin: 0; color: var(--trust-lab-copy); font-size: 1rem; line-height: 1.68; }
body.page-trust-lab .trust-lab-intro-copy p + p { margin-top: 1rem; }
body.page-trust-lab .trust-lab-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid rgba(27, 48, 81, .22); border-left: 1px solid rgba(27, 48, 81, .18); }
body.page-trust-lab .trust-lab-card-grid > article { display: flex; min-width: 0; min-height: 15.5rem; flex-direction: column; padding: clamp(1.4rem, 2.3vw, 2rem); border-right: 1px solid rgba(27, 48, 81, .18); border-bottom: 1px solid rgba(27, 48, 81, .22); background: rgba(255,255,255,.42); }
body.page-trust-lab .trust-lab-card-grid > article:nth-child(even) { background: #e6edf2; }
body.page-trust-lab .trust-lab-card-grid > article > span { color: #9e7627; font-family: "Fragment Mono", monospace; font-size: .72rem; letter-spacing: .1em; }
body.page-trust-lab .trust-lab-card-grid h3 { max-width: 21ch; margin: 1.45rem 0 .75rem; color: #172748; font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
body.page-trust-lab .trust-lab-card-grid p { margin: 0; color: var(--trust-lab-copy); font-size: .94rem; line-height: 1.58; }
body.page-trust-lab .trust-lab-pathway-grid > article { background: #f9fafb; }
body.page-trust-lab .trust-lab-pathway-grid > article:nth-child(even) { background: #e8eef2; }
body.page-trust-lab .trust-lab-contribution-section .trust-lab-card-grid > article { background: rgba(255,255,255,.56); }
body.page-trust-lab .trust-lab-contribution-section .trust-lab-card-grid > article:nth-child(even) { background: #e3ebf0; }
body.page-trust-lab .trust-lab-explore-more { padding-block: clamp(5rem, 7vw, 6.75rem); background: var(--trust-lab-navy); color: #fffdf6; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-intro { max-width: 47.5rem; margin: 0 auto clamp(3rem, 4vw, 3.5rem); text-align: center; }
body.page-trust-lab .trust-lab-explore-more .eyebrow { color: var(--trust-lab-gold); }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-intro h2 { max-width: 18ch; margin: 1rem auto 1.35rem; color: #fffdf6; font-size: clamp(2.15rem, 3.7vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-intro > p:not(.eyebrow) { max-width: 45rem; margin: 0 auto; color: #dbe6ef; line-height: 1.62; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid rgba(224,236,246,.32); border-left: 1px solid rgba(224,236,246,.24); }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card { display: flex; min-width: 0; min-height: 17.5rem; flex-direction: column; padding: clamp(1.35rem, 2vw, 1.7rem); border-right: 1px solid rgba(224,236,246,.24); border-bottom: 1px solid rgba(224,236,246,.32); color: #fffdf6; text-decoration: none; transition: background-color 180ms ease, border-color 180ms ease; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card > span { color: var(--trust-lab-gold); font-family: "Fragment Mono", monospace; font-size: .72rem; letter-spacing: .1em; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card h3 { margin: 1.5rem 0 .8rem; color: inherit; font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card p { margin: 0; color: #dbe6ef; font-size: .93rem; line-height: 1.55; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card b { display: inline-flex; width: fit-content; align-items: center; gap: .7rem; margin-top: auto; padding-top: 1.45rem; padding-bottom: .38rem; border-bottom: 1px solid transparent; color: var(--trust-lab-gold); font-size: .73rem; font-weight: 600; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; transition: border-color 180ms ease; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card b i { font-style: normal; }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card:hover { border-color: rgba(223,188,102,.58); background: rgba(255,255,255,.055); }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card:hover b,
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card:focus-visible b { border-color: var(--trust-lab-gold); }
body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card:focus-visible { outline: 2px solid var(--trust-lab-gold); outline-offset: -4px; }
body.page-trust-lab .trust-lab-horizon-section { padding-block: clamp(5rem, 7vw, 7rem); background: var(--trust-lab-ivory); }
body.page-trust-lab .trust-lab-horizon-intro { display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, .45fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
body.page-trust-lab .trust-lab-horizon-copy h2 { max-width: 18ch; margin: 0 0 1.35rem; color: #172748; font-size: clamp(2.15rem, 3.7vw, 3.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
body.page-trust-lab .trust-lab-horizon-copy .eyebrow { margin: 0 0 .85rem; color: #a77c27; }
body.page-trust-lab .trust-lab-horizon-copy p { max-width: 42rem; margin: 0; color: var(--trust-lab-copy); line-height: 1.68; }
body.page-trust-lab .trust-lab-horizon-copy p + p { margin-top: 1rem; }
body.page-trust-lab .trust-lab-horizon-visual { width: 100%; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--trust-lab-gold); background: #06152d; }
body.page-trust-lab .trust-lab-horizon-image { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center; }
body.page-trust-lab .trust-lab-horizon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; margin-top: clamp(3rem, 5vw, 4.5rem); border-top: 1px solid rgba(27,48,81,.22); border-left: 1px solid rgba(27,48,81,.18); }
body.page-trust-lab .trust-lab-horizon-grid > article { display: flex; min-width: 0; min-height: 14.5rem; flex-direction: column; padding: clamp(1.35rem, 2vw, 1.7rem); border-right: 1px solid rgba(27,48,81,.18); border-bottom: 1px solid rgba(27,48,81,.22); background: rgba(255,255,255,.46); }
body.page-trust-lab .trust-lab-horizon-grid > article:nth-child(even) { background: #edf3f6; }
body.page-trust-lab .trust-lab-horizon-grid .maturity-label { color: #9e7627; font-family: "Fragment Mono", monospace; font-size: .66rem; letter-spacing: .08em; }
body.page-trust-lab .trust-lab-horizon-grid h3 { margin: 1.35rem 0 .7rem; color: #172748; font-size: 1.12rem; font-weight: 500; line-height: 1.2; }
body.page-trust-lab .trust-lab-horizon-grid p { margin: 0; color: var(--trust-lab-copy); font-size: .92rem; line-height: 1.55; }
body.page-trust-lab .trust-lab-page-closing { padding-block: clamp(4rem, 6vw, 5.5rem); }
body.page-trust-lab .trust-lab-page-closing h2 { max-width: 18ch; }
@media (max-width: 1100px) {
  body.page-trust-lab .trust-lab-section-intro { gap: clamp(2rem, 5vw, 4rem); }
  body.page-trust-lab .trust-lab-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-horizon-intro { gap: clamp(2rem, 5vw, 3.5rem); }
  body.page-trust-lab .trust-lab-horizon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-research-areas,
  body.page-trust-lab .trust-lab-pathways-section,
  body.page-trust-lab .trust-lab-contribution-section,
  body.page-trust-lab .trust-lab-explore-more,
  body.page-trust-lab .trust-lab-horizon-section { padding-block: clamp(4rem, 12vw, 5rem); }
  body.page-trust-lab .trust-lab-section-intro,
  body.page-trust-lab .trust-lab-horizon-intro { grid-template-columns: 1fr; gap: 1.8rem; }
  body.page-trust-lab .trust-lab-section-intro h2,
  body.page-trust-lab .trust-lab-horizon-copy h2 { max-width: 15ch; }
  body.page-trust-lab .trust-lab-intro-copy { padding-top: 0; }
  body.page-trust-lab .trust-lab-card-grid,
  body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-grid,
  body.page-trust-lab .trust-lab-horizon-grid { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-card-grid > article,
  body.page-trust-lab .trust-lab-horizon-grid > article,
  body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card { min-height: 0; }
  body.page-trust-lab .trust-lab-horizon-visual { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card,
  body.page-trust-lab .trust-lab-explore-more .contact-ecosystem-card b { transition: none; }
}
/* Trust Lab horizon restoration: preserve the approved introduction in normal flow. */
body.page-trust-lab .trust-lab-horizon-section > .trust-lab-horizon-intro {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
body.page-trust-lab .trust-lab-horizon-section > .trust-lab-horizon-intro > :is(.trust-lab-horizon-copy, .trust-lab-horizon-visual) {
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
body.page-trust-lab .trust-lab-horizon-copy .eyebrow,
body.page-trust-lab .trust-lab-horizon-copy h2,
body.page-trust-lab .trust-lab-horizon-copy p { visibility: visible; opacity: 1; }
body.page-trust-lab .trust-lab-horizon-visual { aspect-ratio: 4 / 3; height: auto; }
body.page-trust-lab .trust-lab-horizon-image { aspect-ratio: 4 / 3; object-fit: cover; }
body.page-trust-lab .trust-lab-horizon-grid { margin-top: clamp(2.5rem, 4vw, 3.75rem); }
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-horizon-section > .trust-lab-horizon-intro { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* Trust Lab visual hierarchy and Contact-system entrance polish. */
body.page-trust-lab .trust-lab-research-areas .trust-lab-section-intro {
  margin-bottom: clamp(2rem, 3.4vw, 3.1rem);
}
body.page-trust-lab .trust-lab-research-grid > article {
  min-height: 14.5rem;
  padding: clamp(1.45rem, 2.2vw, 1.9rem);
}
body.page-trust-lab .trust-lab-research-grid > article::before {
  display: block;
  width: 2rem;
  height: 1px;
  margin-bottom: 1.2rem;
  background: var(--trust-lab-gold);
  content: "";
}
body.page-trust-lab .trust-lab-research-grid > article > span {
  margin-bottom: .15rem;
  font-size: .74rem;
}
body.page-trust-lab .trust-lab-research-grid h3 {
  margin-top: 1.15rem;
}
body.page-trust-lab .trust-lab-research-grid p {
  max-width: 29ch;
}
body.page-trust-lab .trust-lab-pathways-section {
  display: grid;
  grid-template-columns: minmax(0, .4fr) minmax(0, .6fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: start;
  padding-block: clamp(5rem, 8vw, 7.5rem);
}
body.page-trust-lab .trust-lab-pathways-section .trust-lab-section-intro {
  display: block;
  margin: 0;
}
body.page-trust-lab .trust-lab-pathways-section .trust-lab-section-intro h2 {
  max-width: 13ch;
  margin-bottom: 1.35rem;
}
body.page-trust-lab .trust-lab-pathways-section .trust-lab-intro-copy {
  max-width: 34rem;
  padding: 0;
}
body.page-trust-lab .trust-lab-pathway-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  background: transparent;
}
body.page-trust-lab .trust-lab-pathway-grid > article,
body.page-trust-lab .trust-lab-pathway-grid > article:nth-child(even) {
  min-height: 0;
  padding: 1.15rem 0 1.45rem 1.25rem;
  border: 0;
  border-top: 1px solid rgba(27, 48, 81, .2);
  background: transparent;
}
body.page-trust-lab .trust-lab-pathway-grid > article:nth-child(odd) {
  margin-right: clamp(1.25rem, 3vw, 2.5rem);
}
body.page-trust-lab .trust-lab-pathway-grid > article::before {
  display: block;
  width: 1.35rem;
  height: 1px;
  margin-bottom: .9rem;
  background: var(--trust-lab-gold);
  content: "";
}
body.page-trust-lab .trust-lab-pathway-grid h3 {
  max-width: 22ch;
  margin: 0 0 .65rem;
  font-size: 1.08rem;
}
body.page-trust-lab .trust-lab-pathway-grid p {
  max-width: 33ch;
  font-size: .93rem;
}
body.page-trust-lab .trust-lab-contribution-section {
  padding-block: clamp(5rem, 7vw, 6.75rem);
}
body.page-trust-lab .trust-lab-contribution-section .trust-lab-section-intro {
  margin-bottom: clamp(2.2rem, 3.5vw, 3.25rem);
}
body.page-trust-lab .trust-lab-contributor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: rgba(27, 48, 81, .18);
  background: transparent;
}
body.page-trust-lab .trust-lab-contributor-grid > article,
body.page-trust-lab .trust-lab-contributor-grid > article:nth-child(even) {
  min-height: 10.75rem;
  padding: clamp(1.35rem, 2vw, 1.7rem) clamp(1.5rem, 2.6vw, 2.25rem);
  border-left: 2px solid rgba(223, 188, 102, .88);
  background: rgba(255, 255, 255, .46);
}
body.page-trust-lab .trust-lab-contributor-grid > article:nth-child(even) {
  background: rgba(246, 249, 251, .82);
}
body.page-trust-lab .trust-lab-contributor-grid > article > span {
  float: right;
}
body.page-trust-lab .trust-lab-contributor-grid h3 {
  max-width: 28ch;
  margin: 0 2.5rem .7rem 0;
}
body.page-trust-lab .trust-lab-contributor-grid p {
  max-width: 54ch;
}
body.page-trust-lab .trust-lab-horizon-grid > article,
body.page-trust-lab .trust-lab-horizon-grid > article:nth-child(even) {
  min-height: 13.75rem;
  background: rgba(255, 255, 255, .4);
}
body.page-trust-lab .trust-lab-horizon-grid > article::before {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1.25rem;
  background: var(--trust-lab-gold);
  content: "";
}
body.page-trust-lab .trust-lab-horizon-grid .maturity-label {
  margin: 0;
}
body.page-trust-lab .trust-lab-page-closing {
  column-gap: clamp(2.5rem, 5vw, 5rem);
  padding-block: clamp(4.5rem, 7vw, 6rem);
}
body.page-trust-lab .trust-lab-page-closing .hero-actions {
  justify-content: flex-end;
}
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-section-intro > div, .contact-ecosystem-intro, .trust-lab-horizon-copy, .trust-lab-horizon-visual, .trust-lab-page-closing > div, .trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article) {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity var(--motion-base) ease, transform var(--motion-slow) var(--motion-ease);
}
html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(.trust-lab-section-intro > div, .contact-ecosystem-intro, .trust-lab-horizon-copy, .trust-lab-horizon-visual, .trust-lab-page-closing > div, .trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article) {
  opacity: 1;
  transform: translateY(0);
}
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-section-intro > div:first-child,
html.motion-ready body.page-trust-lab [data-motion="section"] .contact-ecosystem-intro,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-horizon-copy,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-page-closing > div:first-child { transition-delay: 0ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-section-intro > div:last-child,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-horizon-visual,
html.motion-ready body.page-trust-lab [data-motion="section"] .trust-lab-page-closing .hero-actions { transition-delay: 90ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article):nth-child(1) { transition-delay: 70ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article):nth-child(2) { transition-delay: 140ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article):nth-child(3) { transition-delay: 210ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article):nth-child(4) { transition-delay: 280ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .trust-lab-horizon-grid > article):nth-child(5) { transition-delay: 350ms; }
html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-card-grid > article, .trust-lab-horizon-grid > article):nth-child(6) { transition-delay: 420ms; }
@media (max-width: 1024px) {
  body.page-trust-lab .trust-lab-pathways-section { grid-template-columns: 1fr; gap: 2.5rem; }
  body.page-trust-lab .trust-lab-pathways-section .trust-lab-section-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 4rem); }
  body.page-trust-lab .trust-lab-pathways-section .trust-lab-section-intro h2 { margin-bottom: 0; }
  body.page-trust-lab .trust-lab-contributor-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-trust-lab .trust-lab-pathways-section { padding-block: clamp(4rem, 12vw, 5rem); }
  body.page-trust-lab .trust-lab-pathways-section .trust-lab-section-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  body.page-trust-lab .trust-lab-pathway-grid { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-pathway-grid > article:nth-child(odd) { margin-right: 0; }
  body.page-trust-lab .trust-lab-contributor-grid > article { min-height: 0; }
  body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-trust-lab [data-motion="section"] :is(.trust-lab-section-intro > div, .contact-ecosystem-intro, .trust-lab-horizon-copy, .trust-lab-horizon-visual, .trust-lab-page-closing > div, .trust-lab-card-grid > article, .contact-ecosystem-card, .trust-lab-horizon-grid > article) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Solutions completion: modular verification portfolio and delivery structure. */
body.page-services.page-solutions .solutions-main { background: #f8f6ef; color: #132143; }
body.page-services.page-solutions .section { scroll-margin-top: 6.5rem; }
body.page-services.page-solutions .solutions-hero { grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr); gap: clamp(2.5rem, 5vw, 5.5rem); }
body.page-services.page-solutions .solutions-hero .inner-hero-copy h1 { max-width: 15ch; font-weight: 400; }
body.page-services.page-solutions .solutions-hero-visual { display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 1px solid #d8b85c; background: #071936; }
body.page-services.page-solutions .solutions-hero-diagram { display: block; width: 100%; height: auto; max-width: none; object-fit: contain; }
body.page-services.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) { max-width: 58ch; }
body.page-solutions .solutions-starting-points-section { background: #f8f6ef; }
body.page-solutions .solutions-starting-points-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: clamp(2.5rem, 4vw, 3.5rem); border: 1px solid rgba(20, 39, 77, .19); background: rgba(20, 39, 77, .19); }
body.page-solutions .solutions-starting-points-grid article { min-width: 0; min-height: 13.5rem; padding: clamp(1.45rem, 2vw, 2rem); background: #fffdf6; }
body.page-solutions .solutions-starting-points-grid span, body.page-solutions .solutions-delivery-grid > article > span, body.page-solutions .solutions-current-grid > article > span { color: #957126; font-family: "Fragment Mono", monospace; font-size: .7rem; letter-spacing: .1em; }
body.page-solutions .solutions-starting-points-grid h3 { margin: 1rem 0 .8rem; font-size: 1.16rem; font-weight: 500; line-height: 1.25; }
body.page-solutions .solutions-starting-points-grid p { margin: 0; line-height: 1.62; }
body.page-solutions .solutions-delivered-section { background: #edf2f3; }
body.page-solutions .solutions-delivered-section .section-heading.split > div:last-child { max-width: 44rem; }
body.page-solutions .solutions-portfolio-visual { padding: 0; border: 1px solid rgba(20, 39, 77, .24); border-top: 2px solid #b48628; background: #071936; }
body.page-solutions .solutions-portfolio-visual img { display: block; width: 100%; height: auto; }
body.page-solutions .solutions-delivery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 0; border: 1px solid rgba(20, 39, 77, .19); background: rgba(20, 39, 77, .19); }
body.page-solutions .solutions-delivery-grid article { min-width: 0; padding: clamp(1.4rem, 2vw, 1.9rem); background: #fffdf6; }
body.page-solutions .solutions-delivery-grid h3 { margin: 1rem 0 .85rem; font-size: 1.12rem; line-height: 1.25; }
body.page-solutions .solutions-delivery-grid p { margin: 0; line-height: 1.58; }
body.page-solutions .solutions-delivery-grid p + p { margin-top: .85rem; }
body.page-solutions .solutions-current-section { background: #071936; color: #eff4f7; }
body.page-solutions .solutions-current-section .section-heading h2, body.page-solutions .solutions-current-section .section-heading p { color: inherit; }
body.page-solutions .solutions-current-section .section-heading .eyebrow { color: #e5c269; }
body.page-solutions .solutions-current-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border-color: rgba(220, 230, 240, .22); background: rgba(220, 230, 240, .22); }
body.page-solutions .solutions-current-grid > article { min-height: 0; padding: clamp(1.5rem, 2.2vw, 2rem); background: #0d2148; color: #eff4f7; }
body.page-solutions .solutions-current-grid h3 { max-width: 24ch; margin: 1rem 0 .85rem; color: #fffdf6; font-size: 1.05rem; line-height: 1.24; }
body.page-solutions .solutions-current-grid p { color: #d5e0ed; line-height: 1.58; }
body.page-solutions .solutions-current-grid p + p { margin-top: .85rem; }
body.page-solutions .solutions-modular-delivery-section { background: #fffdf6; }
body.page-solutions .solutions-modular-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 0; border: 1px solid rgba(20, 39, 77, .19); background: rgba(20, 39, 77, .19); }
body.page-solutions .solutions-modular-grid::before { display: none; }
body.page-solutions .solutions-modular-grid > article, body.page-solutions .solutions-modular-grid > article:nth-child(2), body.page-solutions .solutions-modular-grid > article:nth-child(3), body.page-solutions .solutions-modular-grid > article:nth-child(4) { min-height: 0; margin: 0; padding: clamp(1.45rem, 2vw, 1.9rem); border: 0; border-left: 2px solid #b48628; background: #f8f6ef; color: #132143; }
body.page-solutions .solutions-modular-grid > article::before { display: none; }
body.page-solutions .solutions-modular-grid h3 { margin: .95rem 0 .8rem; font-size: 1.1rem; }
body.page-solutions .solutions-modular-note { width: 100%; max-width: none; margin: 1.6rem 0 0; padding: .2rem 0 .2rem 1.15rem; border-left: 2px solid #b48628; color: #3c4c6b; line-height: 1.6; }
body.page-solutions .solutions-pathway-section { background: #edf2f3; }
body.page-solutions .solutions-pathway-panel { display: grid; grid-template-columns: minmax(0, .34fr) minmax(0, .66fr); gap: clamp(1.25rem, 2.5vw, 2.25rem); }
body.page-solutions .solutions-pathway-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(20, 39, 77, .18); background: rgba(20, 39, 77, .18); list-style: none; }
body.page-solutions .solutions-pathway-list li { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); gap: .8rem; min-width: 0; min-height: 10.5rem; padding: 1.35rem; background: #fffdf6; }
body.page-solutions .solutions-pathway-list li > span { color: #957126; font-family: "Fragment Mono", monospace; font-size: .68rem; letter-spacing: .08em; }
body.page-solutions .solutions-pathway-list h3 { margin: 0 0 .65rem; font-size: 1rem; font-weight: 500; line-height: 1.27; }
body.page-solutions .solutions-pathway-list p { margin: 0; font-size: .93rem; line-height: 1.55; }
body.page-solutions .solutions-outputs-section { background: #071936; color: #eff4f7; }
body.page-solutions .solutions-outputs-section .section-heading h2, body.page-solutions .solutions-outputs-section .section-heading .eyebrow { color: #fffdf6; }
body.page-solutions .solutions-outputs-section .section-heading .eyebrow { color: #e5c269; }
body.page-solutions .solutions-outputs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border-color: rgba(220, 230, 240, .2); background: rgba(220, 230, 240, .2); }
body.page-solutions .solutions-outputs-grid article { min-height: 0; padding: 1.6rem; background: #0d2148; color: #d5e0ed; }
body.page-solutions .solutions-outputs-grid h3 { margin: 0 0 .75rem; color: #fffdf6; font-size: 1.08rem; font-weight: 500; }
body.page-solutions .solutions-grid-note { max-width: 56rem; margin-top: 1.5rem; padding-left: 1.1rem; border-left: 2px solid #e5c269; color: #d5e0ed; }
body.page-solutions .solutions-boundaries-section { background: #fffdf6; }
body.page-solutions .solutions-boundaries-panel { max-width: 52rem; margin-inline: auto; padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid rgba(20, 39, 77, .18); border-left: 2px solid #b48628; background: #f8f6ef; }
body.page-solutions .solutions-boundaries-panel h2 { margin-top: .55rem; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.1; }
body.page-solutions .solutions-boundaries-panel p:not(.eyebrow) { line-height: 1.68; }
body.page-solutions .solutions-future-section { background: #edf2f3; }
body.page-solutions .solutions-future-section .section-heading.split {
  align-items: start;
}
body.page-solutions .solutions-future-section .section-heading.split > div:last-child { max-width: 43rem; }
body.page-solutions .solutions-route-band { background: #071936; color: #eff4f7; }
body.page-solutions .solutions-route-band .section-heading h2 { color: #fffdf6; }
body.page-solutions .solutions-route-band .eyebrow { color: #e5c269; }
body.page-solutions .solutions-route-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.page-solutions .solutions-route { min-height: 13rem; }
body.page-solutions .solutions-page-closing { background: #f8f6ef; color: #132143; border-top: 1px solid rgba(20, 39, 77, .16); }
body.page-solutions .solutions-page-closing h2 { color: #132143; }
body.page-solutions .solutions-page-closing p:not(.eyebrow) { color: #3c4c6b; }
body.page-solutions .solutions-page-closing .eyebrow { color: #957126; }
body.page-solutions .solutions-page-closing .button.primary { border-color: #132143; background: #132143; color: #fffdf6; }
body.page-solutions .solutions-page-closing .button.secondary { border-color: #b48628; color: #132143; }
html.motion-ready body.page-solutions [data-motion="section"] :is(.section-heading, .solutions-hero > *, .solutions-starting-points-grid > article, .solutions-portfolio-visual, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-modular-note, .solutions-pathway-panel, .solutions-outputs-grid > article, .solutions-boundaries-panel, .solutions-future-section .section-heading, .solutions-route, .solutions-page-closing > *) { opacity: 0; transform: translateY(16px); transition: opacity 480ms ease, transform 480ms ease; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible :is(.section-heading, .solutions-hero > *, .solutions-starting-points-grid > article, .solutions-portfolio-visual, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-modular-note, .solutions-pathway-panel, .solutions-outputs-grid > article, .solutions-boundaries-panel, .solutions-future-section .section-heading, .solutions-route, .solutions-page-closing > *) { opacity: 1; transform: none; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible :is(.solutions-starting-points-grid > article, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-outputs-grid > article, .solutions-route):nth-child(2) { transition-delay: 70ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible :is(.solutions-starting-points-grid > article, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-outputs-grid > article, .solutions-route):nth-child(3) { transition-delay: 140ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible :is(.solutions-starting-points-grid > article, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-outputs-grid > article, .solutions-route):nth-child(4) { transition-delay: 210ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-current-grid > article:nth-child(5), html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-outputs-grid > article:nth-child(5) { transition-delay: 280ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-current-grid > article:nth-child(6), html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-outputs-grid > article:nth-child(6) { transition-delay: 350ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-current-grid > article:nth-child(7) { transition-delay: 420ms; }
html.motion-ready body.page-solutions [data-motion="section"].is-visible .solutions-current-grid > article:nth-child(8) { transition-delay: 490ms; }
@media (max-width: 1100px) { body.page-services.page-solutions .solutions-hero { grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr); } body.page-solutions .solutions-current-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } body.page-solutions .solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } body.page-solutions .solutions-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { body.page-services.page-solutions .solutions-hero, body.page-solutions .solutions-pathway-panel { grid-template-columns: 1fr; } body.page-services.page-solutions .solutions-hero-visual { width: min(100%, 680px); justify-self: center; } body.page-solutions .solutions-starting-points-grid, body.page-solutions .solutions-current-grid, body.page-solutions .solutions-outputs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { body.page-solutions .solutions-starting-points-grid, body.page-solutions .solutions-current-grid, body.page-solutions .solutions-outputs-grid, body.page-solutions .solutions-delivery-grid, body.page-solutions .solutions-route-grid, body.page-solutions .solutions-pathway-list { grid-template-columns: 1fr; } body.page-solutions .solutions-pathway-list li { min-height: 0; } body.page-solutions .solutions-hero .hero-actions { align-items: stretch; flex-direction: column; } body.page-solutions .solutions-hero .button.primary { width: 100%; } }
@media (prefers-reduced-motion: reduce) { html.motion-ready body.page-solutions [data-motion="section"] :is(.section-heading, .solutions-hero > *, .solutions-starting-points-grid > article, .solutions-portfolio-visual, .solutions-delivery-grid > article, .solutions-current-grid > article, .solutions-modular-grid > article, .solutions-modular-note, .solutions-pathway-panel, .solutions-outputs-grid > article, .solutions-boundaries-panel, .solutions-future-section .section-heading, .solutions-route, .solutions-page-closing > *) { opacity: 1; transform: none; transition: none; } }

/* Focused inner-page layout and interaction corrections. */
@media (min-width: 1050px) {
  body.page-contact .contact-hero {
    grid-template-columns: minmax(0, .6fr) minmax(0, .4fr);
  }

  body.page-partners .partners-enquiry-copy.partners-enquiry-copy-static {
    position: sticky;
    top: 118px;
    align-self: start;
  }
}

body.page-contact .contact-hero-visual img {
  object-fit: contain;
}

body.page-trust-lab .trust-lab-horizon-grid > article::before,
body.page-trust-lab .trust-lab-horizon-grid > article:last-child::before {
  width: 2rem;
  height: 1px;
  margin-bottom: 1.25rem;
  background: var(--trust-lab-gold);
}

body.page-trust-lab .trust-lab-page-closing .button.secondary {
  border: 1px solid var(--trust-lab-gold);
  background: transparent;
  color: var(--trust-lab-navy);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.page-trust-lab .trust-lab-page-closing .button.secondary:hover,
body.page-trust-lab .trust-lab-page-closing .button.secondary:focus-visible {
  border-color: var(--trust-lab-gold);
  background: var(--trust-lab-gold);
  color: var(--trust-lab-navy);
}

body.page-trust-lab .trust-lab-page-closing .button.secondary:focus-visible {
  outline: 2px solid var(--trust-lab-gold);
  outline-offset: 3px;
}

body.page-resources .resources-pathways > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.page-resources .resources-pathways > a > b {
  margin-top: auto;
  padding-top: 1.5rem;
}

body.page-resources .resources-ecosystem.contact-ecosystem-section {
  padding-top: clamp(5.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(5.5rem, 7vw, 6.5rem);
  background: var(--resources-navy);
  color: #fffdf6;
}

body.page-resources .resources-ecosystem .contact-ecosystem-intro {
  max-width: 47.5rem;
  margin: 0 auto clamp(3rem, 4vw, 3.5rem);
  text-align: center;
}

body.page-resources .resources-ecosystem .contact-ecosystem-intro .eyebrow {
  color: var(--resources-gold);
}

body.page-resources .resources-ecosystem .contact-ecosystem-intro h2 {
  max-width: 18ch;
  margin: 1rem auto 1.35rem;
  color: #fffdf6;
  font-size: clamp(2.15rem, 3.7vw, 3.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}

body.page-resources .resources-ecosystem .contact-ecosystem-intro > p:not(.eyebrow) {
  max-width: 45rem;
  margin: 0 auto;
  color: #dbe6ef;
  line-height: 1.62;
}

body.page-resources .resources-ecosystem .contact-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgba(224, 236, 246, .32);
  border-left: 1px solid rgba(224, 236, 246, .24);
}

body.page-resources .resources-ecosystem .contact-ecosystem-card {
  display: flex;
  min-height: 17.5rem;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.7rem);
  border-right: 1px solid rgba(224, 236, 246, .24);
  border-bottom: 1px solid rgba(224, 236, 246, .32);
  color: #fffdf6;
  text-align: left;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card > span {
  color: var(--resources-gold);
  font-family: "Fragment Mono", monospace;
  font-size: .72rem;
  letter-spacing: .1em;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card h3 {
  margin: 1.5rem 0 .8rem;
  color: inherit;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card p {
  margin: 0;
  color: #dbe6ef;
  font-size: .93rem;
  line-height: 1.55;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card b {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .7rem;
  margin-top: auto;
  padding-top: 1.45rem;
  padding-bottom: .38rem;
  border-bottom: 1px solid transparent;
  color: var(--resources-gold);
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card b i {
  font-style: normal;
}

body.page-resources .resources-ecosystem .contact-ecosystem-card:hover {
  border-color: rgba(223, 188, 102, .58);
  background: rgba(255, 255, 255, .055);
}

body.page-resources .resources-ecosystem .contact-ecosystem-card:hover b,
body.page-resources .resources-ecosystem .contact-ecosystem-card:focus-visible b {
  border-color: var(--resources-gold);
}

body.page-resources .resources-ecosystem .contact-ecosystem-card:focus-visible {
  outline: 2px solid var(--resources-gold);
  outline-offset: -4px;
}

@media (max-width: 1024px) {
  body.page-resources .resources-ecosystem .contact-ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.page-resources .resources-ecosystem .contact-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  body.page-resources .resources-ecosystem .contact-ecosystem-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-trust-lab .trust-lab-page-closing .button.secondary,
  body.page-resources .resources-ecosystem .contact-ecosystem-card,
  body.page-resources .resources-ecosystem .contact-ecosystem-card b {
    transition: none;
  }
}
/* Resources, Partners and Solutions component-state corrections. */


body.page-solutions .solutions-delivery-grid {
  align-items: stretch;
}

body.page-solutions .solutions-delivery-grid > article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding-bottom: clamp(4.25rem, 5vw, 5rem);
}

body.page-solutions .solutions-delivery-grid > article > p:last-child {
  margin-bottom: 1rem;
}

body.page-solutions .solutions-current-grid > article,
body.page-solutions .solutions-current-grid > article:nth-child(4n + 2),
body.page-solutions .solutions-current-grid > article:nth-child(4n + 3) {
  background: #0d2148;
  color: #eff4f7;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.page-solutions .solutions-current-grid > article h3 {
  color: #fffdf6;
}

body.page-solutions .solutions-current-grid > article p {
  color: #d5e0ed;
}

@media (hover: hover) {
  body.page-solutions .solutions-current-grid > article:hover {
    background: #132b59;
  }
}

body.page-solutions .solutions-current-grid > article:focus-within {
  outline: 2px solid var(--solutions-gold);
  outline-offset: -4px;
  background: #132b59;
}

body.page-solutions .solutions-ecosystem.contact-ecosystem-section {
  padding-top: clamp(5.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(5.5rem, 7vw, 6.5rem);
  background: #071936;
  color: #fffdf6;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-intro {
  max-width: 47.5rem;
  margin: 0 auto clamp(3rem, 4vw, 3.5rem);
  text-align: center;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-intro .eyebrow {
  color: var(--solutions-gold);
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-intro h2 {
  max-width: 18ch;
  margin: 1rem auto 1.35rem;
  color: #fffdf6;
  font-size: clamp(2.15rem, 3.7vw, 3.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-intro > p:not(.eyebrow) {
  max-width: 45rem;
  margin: 0 auto;
  color: #dbe6ef;
  line-height: 1.62;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgba(224, 236, 246, .32);
  border-left: 1px solid rgba(224, 236, 246, .24);
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card {
  display: flex;
  min-height: 17.5rem;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.7rem);
  border-right: 1px solid rgba(224, 236, 246, .24);
  border-bottom: 1px solid rgba(224, 236, 246, .32);
  color: #fffdf6;
  text-align: left;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card > span {
  color: var(--solutions-gold);
  font-family: "Fragment Mono", monospace;
  font-size: .72rem;
  letter-spacing: .1em;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card h3 {
  margin: 1.5rem 0 .8rem;
  color: inherit;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card p {
  margin: 0;
  color: #dbe6ef;
  font-size: .93rem;
  line-height: 1.55;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card b {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .7rem;
  margin-top: auto;
  padding-top: 1.45rem;
  padding-bottom: .38rem;
  border-bottom: 1px solid transparent;
  color: var(--solutions-gold);
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card b i {
  font-style: normal;
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card:hover {
  border-color: rgba(223, 188, 102, .58);
  background: rgba(255, 255, 255, .055);
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card:hover b,
body.page-solutions .solutions-ecosystem .contact-ecosystem-card:focus-visible b {
  border-color: var(--solutions-gold);
}

body.page-solutions .solutions-ecosystem .contact-ecosystem-card:focus-visible {
  outline: 2px solid var(--solutions-gold);
  outline-offset: -4px;
}

html.motion-ready body.page-solutions .solutions-ecosystem[data-motion="section"] :is(.contact-ecosystem-intro, .contact-ecosystem-card) {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease, transform 480ms ease;
}

html.motion-ready body.page-solutions .solutions-ecosystem[data-motion="section"].is-visible :is(.contact-ecosystem-intro, .contact-ecosystem-card) {
  opacity: 1;
  transform: none;
}

html.motion-ready body.page-solutions .solutions-ecosystem.is-visible .contact-ecosystem-card:nth-child(2) { transition-delay: 70ms; }
html.motion-ready body.page-solutions .solutions-ecosystem.is-visible .contact-ecosystem-card:nth-child(3) { transition-delay: 140ms; }
html.motion-ready body.page-solutions .solutions-ecosystem.is-visible .contact-ecosystem-card:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 1100px) {
  body.page-solutions .solutions-ecosystem .contact-ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.page-solutions .solutions-ecosystem .contact-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  body.page-solutions .solutions-ecosystem .contact-ecosystem-card {
    min-height: 0;
  }
}

/* ==================================================================
   Initiative design pass — strategic programme architecture.
   Borrows the Roundtable microsite's chapter rhythm, route language
   and restrained depth without turning the Initiative into an event page.
   ================================================================== */

body.page-initiative .inner-page-main > .initiative-question-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(54px, 5.2vw, 74px);
  padding-bottom: clamp(56px, 5.4vw, 78px);
  border-top: 1px solid rgba(215, 181, 95, .34);
  border-bottom: 1px solid rgba(143, 169, 204, .16);
  background:
    radial-gradient(circle at 82% 48%, rgba(215, 181, 95, .11) 0, rgba(215, 181, 95, 0) 24%),
    linear-gradient(118deg, #091733 0%, #0d1d3f 58%, #101f42 100%);
}

body.page-initiative .initiative-question-section::after {
  position: absolute;
  z-index: -1;
  right: max(24px, calc((100% - var(--inner-max)) / 2));
  top: 50%;
  width: clamp(190px, 22vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(143, 169, 204, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 clamp(22px, 3vw, 44px) rgba(143, 169, 204, .035),
    0 0 0 clamp(48px, 6vw, 86px) rgba(143, 169, 204, .025);
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

body.page-initiative .initiative-question-section .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(215, 181, 95, .34);
  background: rgba(6, 20, 45, .5);
}

body.page-initiative .initiative-question-section h2 {
  max-width: 33ch;
  margin-top: clamp(20px, 2vw, 28px);
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  line-height: 1.2;
  text-wrap: balance;
}

body.page-initiative .inner-priorities-section {
  position: relative;
  border-bottom: 1px solid rgba(20, 39, 77, .12);
}

body.page-initiative .inner-priorities-section::before {
  position: absolute;
  top: 0;
  left: var(--initiative-gutter);
  width: clamp(54px, 6vw, 86px);
  height: 2px;
  background: var(--initiative-gold);
  content: "";
}

body.page-initiative .inner-priorities-visual.jv-experience {
  border: 1px solid rgba(20, 39, 77, .16);
  border-top: 2px solid var(--initiative-gold);
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(9, 25, 53, .09);
}

body.page-initiative .inner-priority-grid > article {
  position: relative;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

@media (hover: hover) {
  body.page-initiative .inner-priority-grid > article:hover {
    z-index: 1;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 25, 53, .08);
    transform: translateY(-2px);
  }
}

body.page-initiative .inner-page-main > .inner-activity-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(215, 181, 95, .22);
  border-bottom: 1px solid rgba(143, 169, 204, .16);
  background:
    linear-gradient(rgba(143, 169, 204, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 169, 204, .035) 1px, transparent 1px),
    linear-gradient(122deg, #08162f 0%, #0d1c3c 58%, #101f43 100%);
  background-size: 62px 62px, 62px 62px, auto;
  color: #fffdf6;
}

body.page-initiative .inner-activity-section::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -220px;
  width: min(76vw, 1080px);
  aspect-ratio: 2 / 1;
  border: 1px solid rgba(143, 169, 204, .08);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

body.page-initiative .inner-activity-section .section-heading.split {
  align-items: end;
  margin-bottom: clamp(46px, 5vw, 66px);
}

body.page-initiative .inner-activity-section .section-heading .eyebrow { color: #d7b55f; }

body.page-initiative .inner-activity-section .section-heading h2 {
  color: #fffdf6;
  font-weight: 450;
  text-wrap: balance;
}

body.page-initiative .inner-activity-section .section-heading.split > p {
  color: #c5d2e3;
  line-height: 1.62;
}

body.page-initiative .inner-activity-grid {
  margin-top: 38px;
  border: 1px solid rgba(143, 169, 204, .18);
  border-top: 0;
  background: rgba(6, 20, 45, .46);
}

body.page-initiative .inner-activity-grid::before {
  top: -1px;
  opacity: .92;
  background: linear-gradient(90deg, var(--initiative-gold), rgba(215, 181, 95, .34));
}

body.page-initiative .inner-activity-grid > article {
  min-height: 238px;
  padding: 34px clamp(20px, 2vw, 28px) 30px;
  background: rgba(10, 28, 59, .46);
  transition: background-color 180ms ease, transform 180ms ease;
}

body.page-initiative .inner-activity-grid > article:nth-child(even) { background: rgba(17, 39, 77, .54); }
body.page-initiative .inner-activity-grid > article + article { border-color: rgba(143, 169, 204, .16); }

body.page-initiative .inner-activity-grid > article::before {
  top: -6px;
  left: clamp(20px, 2vw, 28px);
  width: 11px;
  height: 11px;
  border-color: var(--initiative-gold);
  background: var(--initiative-gold);
  box-shadow: 0 0 0 5px rgba(215, 181, 95, .1);
}

body.page-initiative .activity-icon { color: #d6e0ed; }
body.page-initiative .inner-activity-grid .activity-number { color: #d7b55f; }
body.page-initiative .inner-activity-grid h3 { color: #fffdf6; font-size: clamp(1.02rem, 1.14vw, 1.18rem); }
body.page-initiative .inner-activity-grid p { color: #bdcada; font-size: .91rem; line-height: 1.55; }

@media (hover: hover) {
  body.page-initiative .inner-activity-grid > article:hover {
    background: rgba(26, 50, 92, .72);
    transform: translateY(-3px);
  }
}

body.page-initiative .initiative-participation-section {
  position: relative;
  border-top: 1px solid rgba(20, 39, 77, .12);
  border-bottom: 1px solid rgba(20, 39, 77, .12);
  background: #eaf0f4;
}

body.page-initiative .initiative-participation-layout {
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(20, 39, 77, .16);
  border-top: 2px solid var(--initiative-gold);
  background: #fffdf8;
  box-shadow: 0 18px 38px rgba(9, 25, 53, .07);
}

body.page-initiative .initiative-participation-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 54px);
  background:
    radial-gradient(circle at 82% 16%, rgba(215, 181, 95, .14), transparent 32%),
    linear-gradient(135deg, #0a1936, #11254d);
  color: #fffdf6;
}

body.page-initiative .initiative-participation-heading.section-heading .eyebrow { color: #d7b55f; }
body.page-initiative .initiative-participation-heading.section-heading h2 { color: #fffdf6; font-weight: 450; }
body.page-initiative .initiative-participation-heading .initiative-audience-intro { color: #c7d3e3; }

body.page-initiative .initiative-participation-detail {
  gap: 0;
  padding: clamp(26px, 3.4vw, 46px);
  background: #fffdf8;
}

body.page-initiative .initiative-participation-list {
  counter-reset: initiative-participation;
  border-top-color: rgba(20, 39, 77, .14);
}

body.page-initiative .initiative-participation-list li {
  counter-increment: initiative-participation;
  display: grid;
  grid-template-columns: 34px minmax(11rem, .78fr) minmax(0, 1.22fr);
  gap: clamp(12px, 1.6vw, 22px);
  align-items: start;
  padding: 20px 0;
}

body.page-initiative .initiative-participation-list li::before {
  color: #9d7928;
  font-family: "Fragment Mono", monospace;
  font-size: .66rem;
  letter-spacing: .08em;
  content: "0" counter(initiative-participation);
}

body.page-initiative .initiative-participation-list strong { min-width: 0; }
body.page-initiative .initiative-participation-list span { line-height: 1.5; }

body.page-initiative .initiative-participation-actions {
  margin-top: clamp(24px, 2.6vw, 34px);
  padding-top: clamp(22px, 2.4vw, 30px);
  border-top: 1px solid rgba(20, 39, 77, .14);
}

@media (max-width: 960px) {
  body.page-initiative .inner-activity-grid > article { min-height: 210px; }
}

@media (max-width: 860px) {
  body.page-initiative .initiative-participation-layout { grid-template-columns: 1fr; }
  body.page-initiative .initiative-participation-heading { min-height: 0; }
}

@media (max-width: 767px) {
  body.page-initiative .inner-activity-grid { border-top: 1px solid rgba(143, 169, 204, .18); }
  body.page-initiative .inner-activity-grid::before { left: 26px; top: 0; bottom: 0; width: 1px; height: auto; }
  body.page-initiative .inner-activity-grid > article { min-height: 0; padding: 28px 24px 28px 48px; }
  body.page-initiative .inner-activity-grid > article::before { top: 32px; left: 20px; }
  body.page-initiative .initiative-participation-list li { grid-template-columns: 30px 1fr; }
  body.page-initiative .initiative-participation-list li span { grid-column: 2; }
}

@media (max-width: 480px) {
  body.page-initiative .initiative-question-section::after { right: -90px; opacity: .7; }
  body.page-initiative .initiative-question-section .eyebrow { padding: 7px 9px; }
  body.page-initiative .initiative-participation-heading,
  body.page-initiative .initiative-participation-detail { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-initiative .inner-priority-grid > article,
  body.page-initiative .inner-activity-grid > article { transform: none; transition: none; }
}

/* Section-level Trust Architecture experiences
   ---------------------------------------------
   The existing editorial images remain underneath each canvas as durable
   fallbacks. The live renderer is progressively revealed only after its first
   successful frame, so these sections remain useful on non-WebGL devices. */
body.inner-page .jv-experience {
  --experience-navy: #071a36;
  --experience-navy-2: #0b2445;
  --experience-gold: #d7b55f;
  --experience-line: rgba(188, 207, 228, .28);
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: visible;
  background: transparent;
}

body.inner-page .jv-experience-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(215, 181, 95, .72);
  background:
    radial-gradient(circle at 58% 42%, rgba(48, 83, 125, .34), transparent 34%),
    linear-gradient(145deg, var(--experience-navy-2), var(--experience-navy));
  box-shadow: 0 24px 70px rgba(2, 14, 32, .14);
}

body.inner-page .jv-experience-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(rgba(215, 181, 95, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 181, 95, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .25), transparent 70%);
}

body.inner-page .jv-experience-stage > img,
body.inner-page .jv-experience-stage > picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 1;
  transition: opacity 700ms ease, transform 900ms ease, filter 700ms ease;
}

body.inner-page .jv-experience-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

body.inner-page .jv-experience.is-experience-ready .jv-experience-canvas { opacity: 1; }
body.inner-page .jv-experience.is-experience-ready .jv-experience-stage > img,
body.inner-page .jv-experience.is-experience-ready .jv-experience-stage > picture {
  opacity: 0;
  transform: scale(1.012);
  filter: saturate(.75);
}

body.inner-page .jv-experience-kicker {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid rgba(215, 181, 95, .35);
  background: rgba(5, 21, 44, .72);
  color: #f7f3e8;
  font: 600 .61rem/1.1 var(--mono, "IBM Plex Mono", monospace);
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.inner-page .jv-experience-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--experience-gold);
  box-shadow: 0 0 0 4px rgba(215, 181, 95, .1);
}

body.inner-page .jv-experience.is-experience-ready .jv-experience-kicker span {
  animation: jv-experience-pulse 2.8s ease-in-out infinite;
}

body.inner-page .jv-experience-caption {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
  min-height: 108px;
  padding: 20px 22px;
  border: 1px solid rgba(215, 181, 95, .58);
  border-top: 0;
  background: #081b37;
  color: #fffdf6;
}

body.inner-page .jv-experience-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: .98rem;
  font-weight: 600;
}

body.inner-page .jv-experience-caption p {
  max-width: 52ch;
  margin: 0;
  color: #bcc9d8;
  font-size: .78rem;
  line-height: 1.55;
}

body.inner-page .jv-experience-steps {
  display: grid;
  grid-template-columns: repeat(var(--experience-step-count, 3), minmax(0, 1fr));
  border-top: 1px solid rgba(192, 210, 230, .2);
  border-bottom: 1px solid rgba(192, 210, 230, .2);
}

body.inner-page .jv-experience:not([data-jv-experience="about"]) .jv-experience-caption {
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  min-height: 0;
}

body.inner-page .jv-experience-steps span {
  min-width: 0;
  padding: 12px 10px;
  border-right: 1px solid rgba(192, 210, 230, .2);
  color: #dce5ef;
  font: 500 .58rem/1.35 var(--mono, "IBM Plex Mono", monospace);
  letter-spacing: .03em;
  text-transform: uppercase;
}

body.inner-page .jv-experience-steps span:last-child { border-right: 0; }
body.inner-page .jv-experience-steps b {
  display: block;
  margin-bottom: 5px;
  color: var(--experience-gold);
  font-size: .52rem;
  font-weight: 500;
}

body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-stage {
  border-color: rgba(164, 126, 46, .48);
  background:
    radial-gradient(circle at 56% 40%, rgba(215, 181, 95, .16), transparent 34%),
    linear-gradient(145deg, #fffdf8, #edf2f6);
  box-shadow: 0 22px 64px rgba(17, 38, 68, .1);
}

body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-stage::before {
  background:
    linear-gradient(rgba(21, 49, 84, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 49, 84, .07) 1px, transparent 1px);
  background-size: 52px 52px;
}

body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-kicker {
  border-color: rgba(155, 116, 38, .28);
  background: rgba(255, 253, 248, .82);
  color: #172c48;
}

body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-caption {
  border-color: rgba(164, 126, 46, .4);
  background: #fffdf8;
  color: #172c48;
}

body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-caption p { color: #52657a; }
body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-steps {
  border-color: rgba(21, 49, 84, .16);
}
body.inner-page .jv-experience[data-experience-tone="light"] .jv-experience-steps span {
  border-color: rgba(21, 49, 84, .16);
  color: #263e5b;
}

body.page-resources .resources-split .resources-use-case-visual.jv-experience {
  min-width: 0;
  align-self: start;
}

body.page-resources .resources-use-case-visual.jv-experience .jv-experience-stage > img {
  border: 0;
  box-shadow: none;
}

body.page-resources .resources-use-case-visual.jv-experience .jv-experience-caption {
  position: relative;
  z-index: 1;
}

/* The original Think Tank artwork occupied a fixed-height frame. The enhanced
   model adds its own explanatory caption, so the figure must size from its
   contents and remain clearly separated from the relationship cards below. */
body.page-thinktank .thinktank-initiative-link {
  overflow: clip;
}

body.page-thinktank .thinktank-initiative-layout {
  align-items: start;
}

body.page-thinktank .thinktank-initiative-visual.jv-experience {
  max-height: none;
  aspect-ratio: auto;
  align-self: start;
  overflow: visible;
}

body.page-thinktank .thinktank-initiative-visual.jv-experience .jv-experience-stage {
  min-height: 0;
}

body.page-thinktank .thinktank-relationship {
  position: relative;
  z-index: 1;
  clear: both;
  margin-top: clamp(3rem, 6vw, 5rem);
}

@keyframes jv-experience-pulse {
  0%, 100% { opacity: .72; box-shadow: 0 0 0 4px rgba(215, 181, 95, .08); }
  50% { opacity: 1; box-shadow: 0 0 0 8px rgba(215, 181, 95, .02), 0 0 15px rgba(215, 181, 95, .5); }
}

@media (max-width: 900px) {
  body.inner-page .jv-experience-stage { min-height: 340px; }
  body.inner-page .jv-experience-caption { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 620px) {
  body.inner-page .jv-experience-stage { min-height: 280px; aspect-ratio: 4 / 3; }
  body.inner-page .jv-experience-kicker { top: 12px; left: 12px; }
  body.inner-page .jv-experience-caption { padding: 18px 16px; }
  body.inner-page .jv-experience .jv-experience-steps { grid-template-columns: 1fr 1fr; }
  body.inner-page .jv-experience-steps span:nth-child(2n) { border-right: 0; }
  body.inner-page .jv-experience-steps span:nth-child(n+3) { border-top: 1px solid rgba(192, 210, 230, .2); }
}

@media (prefers-reduced-motion: reduce) {
  body.inner-page .jv-experience-canvas,
  body.inner-page .jv-experience-stage > img,
  body.inner-page .jv-experience-stage > picture { transition: none; }
  body.inner-page .jv-experience-kicker span { animation: none !important; }
}

/* Semantic reading system for the inner-page architecture. Sequential scenes
   use a numbered route; system scenes attach callouts to their structures. */
body.inner-page [data-inner-hero-scene] .inner-hero-scene-annotations {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 14px 16px 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 280ms ease 80ms;
}

body.inner-page [data-inner-hero-scene]:is(.is-scene-ready, .is-scene-static, .is-scene-fallback) .inner-hero-scene-annotations {
  opacity: 1;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-heading {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: start;
  width: min(78%, 410px);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-title {
  align-self: flex-start;
  padding: 5px 8px;
  border-left: 1px solid rgba(223, 188, 102, .9);
  background: rgba(6, 21, 45, .68);
  color: rgba(246, 226, 175, .9);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .59rem;
  line-height: 1.2;
  letter-spacing: .11em;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-description {
  max-width: 380px;
  padding: 5px 8px 6px;
  border-left: 1px solid rgba(158, 185, 216, .28);
  background: rgba(6, 21, 45, .58);
  color: rgba(225, 235, 246, .72);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .5rem;
  line-height: 1.35;
  letter-spacing: .02em;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence-wrap {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  z-index: 4;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-direction {
  display: block;
  width: max-content;
  margin: 0 0 4px auto;
  color: rgba(223, 188, 102, .72);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .44rem;
  line-height: 1;
  letter-spacing: .12em;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(158, 185, 216, .24);
  background: rgba(5, 18, 40, .78);
  list-style: none;
  backdrop-filter: blur(5px);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li {
  position: relative;
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 44px;
  padding: 6px 18px 6px 8px;
  border-left: 1px solid rgba(158, 185, 216, .18);
  color: rgba(225, 235, 246, .82);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .52rem;
  line-height: 1.15;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  color: rgba(223, 188, 102, .76);
  font-size: .62rem;
  transform: translateY(-50%);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li:first-child {
  border-left: 0;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li b {
  color: #dfbc66;
  font-size: .48rem;
  font-weight: 500;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map {
  position: absolute;
  inset: 72px 10px 42px;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li {
  --callout-x: 50%;
  --callout-y: 50%;
  position: absolute;
  top: var(--callout-y);
  left: var(--callout-x);
  max-width: 142px;
  transform: translate(-50%, -50%);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li span {
  display: block;
  padding: 5px 7px 5px 15px;
  border: 1px solid rgba(158, 185, 216, .3);
  background: rgba(6, 21, 45, .76);
  color: rgba(231, 239, 248, .88);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .48rem;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(2, 9, 24, .16);
  backdrop-filter: blur(5px);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  border: 1px solid #dfbc66;
  border-radius: 50%;
  transform: translateY(-50%);
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="north"] { --callout-x: 60%; --callout-y: 10%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="north-west"] { --callout-x: 18%; --callout-y: 20%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="north-east"] { --callout-x: 82%; --callout-y: 20%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="west"] { --callout-x: 18%; --callout-y: 50%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="centre"] { --callout-x: 50%; --callout-y: 47%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="east"] { --callout-x: 82%; --callout-y: 50%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="south-west"] { --callout-x: 20%; --callout-y: 76%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="south"] { --callout-x: 50%; --callout-y: 87%; }
body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="south-east"] { --callout-x: 80%; --callout-y: 76%; }

body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li[data-slot="centre"] span {
  border-color: rgba(223, 188, 102, .72);
  background: rgba(11, 30, 57, .86);
  color: #f3dfad;
}

body.inner-page [data-inner-hero-scene] .inner-hero-scene-meta {
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  color: rgba(158, 185, 216, .62);
  font-family: "Fragment Mono", "IBM Plex Mono", monospace;
  font-size: .43rem;
  line-height: 1.2;
  letter-spacing: .07em;
  text-align: center;
}

body.inner-page [data-inner-hero-scene="about"] .inner-hero-scene-map li[data-slot="west"] { --callout-x: 15%; --callout-y: 52%; }
body.inner-page [data-inner-hero-scene="about"] .inner-hero-scene-map li[data-slot="centre"] { --callout-x: 49%; --callout-y: 46%; }
body.inner-page [data-inner-hero-scene="about"] .inner-hero-scene-map li[data-slot="east"] { --callout-x: 83%; --callout-y: 54%; }
body.inner-page [data-inner-hero-scene="about"] .inner-hero-scene-map li[data-slot="south"] { --callout-x: 50%; --callout-y: 86%; }

body.inner-page [data-inner-hero-scene="thinktank"] .inner-hero-scene-map { bottom: 56px; }
body.inner-page [data-inner-hero-scene="thinktank"] .inner-hero-scene-map li[data-slot="centre"] { --callout-y: 45%; }
body.inner-page [data-inner-hero-scene="thinktank"] .inner-hero-scene-map li[data-slot="south"] { --callout-y: 89%; }

@media (max-width: 620px) {
  body.inner-page [data-inner-hero-scene] .inner-hero-scene-annotations {
    padding: 9px;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-title {
    font-size: .48rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-description {
    display: none;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence-wrap {
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-direction {
    font-size: .38rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li {
    min-height: 38px;
    padding: 5px 10px 5px 4px;
    font-size: .39rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li b {
    font-size: .4rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-sequence li:not(:last-child)::after {
    right: 2px;
    font-size: .48rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-map {
    inset: 50px 4px 28px;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li {
    max-width: 104px;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li span {
    padding: 4px 4px 4px 12px;
    font-size: .39rem;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-map li span::before {
    left: 4px;
    width: 3px;
    height: 3px;
  }

  body.inner-page [data-inner-hero-scene] .inner-hero-scene-meta {
    right: 8px;
    bottom: 5px;
    left: 8px;
    font-size: .34rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.inner-page [data-inner-hero-scene] .inner-hero-scene-annotations {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-resources .resources-closing .button.secondary,
  body.page-solutions .solutions-current-grid > article,
  body.page-solutions .solutions-ecosystem .contact-ecosystem-card,
  body.page-solutions .solutions-ecosystem .contact-ecosystem-card b,
  html.motion-ready body.page-solutions .solutions-ecosystem[data-motion="section"] :is(.contact-ecosystem-intro, .contact-ecosystem-card) {
    transition: none;
  }
}

/* Solutions image and delivery-layout refinement. */
body.page-services.page-solutions .solutions-hero {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
}

body.page-services.page-solutions .solutions-hero-visual {
  line-height: 0;
}

body.page-services.page-solutions .solutions-hero-diagram {
  aspect-ratio: auto;
  object-fit: contain;
}

body.page-solutions .solutions-delivery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

body.page-solutions .solutions-delivery-copy {
  min-width: 0;
}

body.page-solutions .solutions-delivery-copy .eyebrow {
  margin: 0 0 .85rem;
}

body.page-solutions .solutions-delivery-copy h2 {
  max-width: 19ch;
  margin: 0 0 1.5rem;
}

body.page-solutions .solutions-delivery-copy > p:not(.eyebrow) {
  max-width: 49rem;
  margin: 0;
  line-height: 1.65;
}

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

body.page-solutions .solutions-delivered-section .solutions-portfolio-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #b48628;
  background: #071936;
  line-height: 0;
}

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

body.page-solutions .solutions-delivered-section .solutions-delivery-grid {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.page-solutions .solutions-delivery-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.page-solutions .solutions-delivery-copy h2,
  body.page-solutions .solutions-delivery-copy > p:not(.eyebrow) {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body.page-solutions .solutions-delivery-intro {
    margin-bottom: 2rem;
  }
}
/* Solutions delivery, readability and closing-CTA refinement. */
body.page-solutions .solutions-delivery-intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.25rem, 4.5vw, 5rem);
  align-items: start;
  margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}

body.page-solutions .solutions-delivery-copy h2 {
  max-width: 17ch;
}

body.page-solutions .solutions-delivery-copy > p:not(.eyebrow) {
  max-width: 46rem;
}

body.page-solutions .solutions-delivered-section .solutions-portfolio-visual {
  align-self: start;
  width: 100%;
  border: 1px solid rgba(20, 39, 77, .24);
  border-top: 2px solid #dfbc66;
}

body.page-solutions .solutions-current-section .section-heading,
body.page-solutions .solutions-current-section .section-heading h2,
body.page-solutions .solutions-current-section .section-heading > p:not(.eyebrow) {
  color: #fffdf6;
}

body.page-solutions .solutions-current-section .section-heading > p:not(.eyebrow),
body.page-solutions .solutions-current-grid > article p {
  color: #dbe6ef;
  opacity: 1;
}

body.page-solutions .solutions-current-grid > article {
  background: #0d2148;
  color: #eff4f7;
  opacity: 1;
}

body.page-solutions .solutions-current-grid > article h3 {
  color: #fffdf6;
  opacity: 1;
}

body.page-solutions .solutions-current-grid > article > span {
  color: var(--solutions-gold);
  opacity: 1;
}

html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"] .section-heading,
html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"] .solutions-current-grid > article {
  opacity: 1;
  transition: transform 480ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"].is-visible .section-heading,
html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"].is-visible .solutions-current-grid > article {
  opacity: 1;
}

@media (hover: hover) {
  body.page-solutions .solutions-current-grid > article:hover {
    background: #132b59;
  }
}

body.page-solutions .solutions-current-grid > article:focus-within {
  background: #132b59;
  outline: 2px solid var(--solutions-gold);
  outline-offset: -4px;
}

body.page-solutions .solutions-page-closing .button.secondary,
body.page-solutions .solutions-page-closing .button.secondary:visited {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 1.3rem;
  border: 1px solid #dfbc66;
  background: transparent;
  color: var(--solutions-navy);
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body.page-solutions .solutions-page-closing .button.secondary:hover,
body.page-solutions .solutions-page-closing .button.secondary:focus-visible,
body.page-solutions .solutions-page-closing .button.secondary:active {
  border-color: #dfbc66;
  background: #dfbc66;
  color: var(--solutions-navy);
}

body.page-solutions .solutions-page-closing .button.secondary:focus-visible {
  outline: 2px solid #dfbc66;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(223, 188, 102, .22);
}

@media (max-width: 900px) {
  body.page-solutions .solutions-delivery-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 620px) {
  body.page-solutions .solutions-page-closing .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-solutions .solutions-page-closing .button.secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"] .section-heading,
  html.motion-ready body.page-solutions .solutions-current-section[data-motion="section"] .solutions-current-grid > article,
  body.page-solutions .solutions-page-closing .button.secondary,
  body.page-solutions .solutions-page-closing .button.secondary:visited {
    transform: none;
    transition: none;
  }
}

/* Initiative ecosystem and central-question refinement. */
body.page-initiative .inner-page-main > .initiative-question-section {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(24px, calc((100% - var(--inner-max)) / 2));
  background: var(--initiative-navy-deep);
}

body.page-initiative .inner-page-main > .initiative-ecosystem-section {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(5.5rem, 7vw, 6.5rem) max(24px, calc((100% - var(--inner-max)) / 2));
  border-top: 0;
  background: var(--initiative-navy-deep);
  color: #fffdf6;
}

body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary,
body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary:visited {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #dfbc66;
  border-radius: 0;
  background: transparent;
  color: var(--initiative-navy);
  text-decoration: none;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary span {
  margin-left: 0.7rem;
  transition: none;
}

body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary:hover,
body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary:focus-visible,
body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary:active {
  border-color: #dfbc66;
  background: #dfbc66;
  color: var(--initiative-navy);
}

body.page-initiative .initiative-page-closing .button.secondary.initiative-hero-secondary:focus-visible {
  outline: 2px solid #dfbc66;
  outline-offset: 3px;
}

html.motion-ready body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro,
html.motion-ready body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms cubic-bezier(.22, .72, .18, 1), transform 620ms cubic-bezier(.22, .72, .18, 1);
}

html.motion-ready body.page-initiative .initiative-ecosystem-section.is-visible .contact-ecosystem-intro,
html.motion-ready body.page-initiative .initiative-ecosystem-section.is-visible .contact-ecosystem-card {
  opacity: 1;
  transform: translateY(0);
}

html.motion-ready body.page-initiative .initiative-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(2) { transition-delay: 90ms; }
html.motion-ready body.page-initiative .initiative-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(3) { transition-delay: 150ms; }
html.motion-ready body.page-initiative .initiative-ecosystem-section.is-visible .contact-ecosystem-card:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 1024px) {
  body.page-initiative .initiative-ecosystem-section .contact-ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.page-initiative .inner-page-main > .initiative-question-section,
  body.page-initiative .inner-page-main > .initiative-ecosystem-section {
    padding-inline: 20px;
  }

  body.page-initiative .initiative-ecosystem-section .contact-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  body.page-initiative .initiative-page-closing .hero-actions .button.secondary.initiative-hero-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready body.page-initiative .initiative-ecosystem-section .contact-ecosystem-intro,
  html.motion-ready body.page-initiative .initiative-ecosystem-section .contact-ecosystem-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final authority for every page-integrated Three.js hero. */
body.inner-page [data-inner-hero-scene] {
  grid-column: 2;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 3;
  justify-self: stretch;
  align-self: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfbc66;
  border-radius: 2px;
  background: #06152d;
  box-shadow: 0 .45rem 1.1rem rgba(0, 0, 0, .14);
  line-height: 0;
}
body.inner-page [data-inner-hero-scene]::before,
body.inner-page [data-inner-hero-scene]::after { display: none; content: none; }
body.inner-page [data-inner-hero-scene] > :is(img, picture),
body.inner-page [data-inner-hero-scene] > picture > img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}
@media (min-width: 1101px) {
  body.page-resources .resources-hero-grid,
  body.page-contact .contact-hero {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: clamp(3rem, 5vw, 4.5rem);
    align-items: center;
  }
}
@media (max-width: 900px) {
  body.inner-page [data-inner-hero-scene] {
    grid-column: 1;
    width: min(100%, 640px);
    height: auto;
    margin-inline: auto;
  }
}

/* Canonical inner-page hero system.
   This final layer deliberately replaces the accumulated page-specific hero
   widths with one editorial grid and one architectural frame. */
body.inner-page {
  --jv-inner-hero-max: 1480px;
  --jv-inner-hero-frame: 600px;
  --jv-inner-hero-gap: clamp(4rem, 5vw, 5.5rem);
}

body.inner-page [data-inner-hero-scene] {
  grid-column: auto;
  width: min(100%, var(--jv-inner-hero-frame));
  max-width: var(--jv-inner-hero-frame);
  aspect-ratio: 4 / 3;
  justify-self: end;
  align-self: center;
  background:
    radial-gradient(circle at 52% 44%, rgba(35, 77, 126, .22), rgba(6, 21, 45, 0) 48%),
    #06152d;
}

@media (min-width: 1101px) {
  body.page-about .inner-page-hero.inner-about-hero,
  body.page-initiative .inner-page-hero.inner-initiative-hero,
  body.page-thinktank .thinktank-hero,
  body.page-services.page-solutions .solutions-hero,
  body.page-trust-lab .trust-lab-hero,
  body.page-partners .partners-hero,
  body.page-contact .contact-hero {
    grid-template-columns: minmax(0, 1fr) minmax(560px, var(--jv-inner-hero-frame));
    column-gap: var(--jv-inner-hero-gap);
    align-items: center;
  }

  body.page-resources .resources-hero-grid {
    display: grid;
    width: min(calc(100% - 48px), var(--jv-inner-hero-max));
    max-width: var(--jv-inner-hero-max);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) minmax(560px, var(--jv-inner-hero-frame));
    column-gap: var(--jv-inner-hero-gap);
    align-items: center;
  }
}

/* Final editorial rhythm for the three pages in this completion pass. */
body.page-services.page-solutions .solutions-hero,
body.page-resources .resources-hero,
body.page-trust-lab .trust-lab-hero {
  padding-top: clamp(4.5rem, 5.3vw, 6rem);
  padding-bottom: clamp(4.5rem, 5.3vw, 6rem);
}

body.page-services.page-solutions .solutions-hero .inner-hero-copy,
body.page-resources .resources-hero-grid > div:first-child,
body.page-trust-lab .trust-lab-hero .inner-hero-copy {
  max-width: 46rem;
  padding: 0;
}

body.page-services.page-solutions .solutions-hero .inner-hero-copy h1,
body.page-resources .resources-hero-grid > div:first-child h1,
body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 {
  max-width: 15ch;
  margin: .75rem 0 1.45rem;
  font-size: clamp(3rem, 3.75vw, 4.05rem);
  font-weight: 400;
  line-height: 1.045;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.page-services.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow),
body.page-resources .resources-hero-grid > div:first-child > p:not(.eyebrow),
body.page-trust-lab .trust-lab-hero .inner-hero-copy > p:not(.eyebrow) {
  max-width: 62ch;
  margin: 0;
  font-size: clamp(1rem, .25vw + .96rem, 1.075rem);
  line-height: 1.6;
}

body.page-services.page-solutions .solutions-hero .inner-hero-copy > p:not(.eyebrow) + p,
body.page-resources .resources-hero-grid > div:first-child > p:not(.eyebrow) + p,
body.page-trust-lab .trust-lab-hero .inner-hero-copy > p:not(.eyebrow) + p {
  margin-top: .9rem;
}

body.page-services.page-solutions .solutions-hero .hero-actions,
body.page-resources .resources-hero .hero-actions,
body.page-trust-lab .trust-lab-hero .hero-actions {
  margin-top: clamp(1.65rem, 2vw, 2rem);
}

@media (max-width: 1100px) {
  body.inner-page { --jv-inner-hero-frame: 560px; --jv-inner-hero-gap: clamp(2rem, 4vw, 3rem); }
  body.page-resources .resources-hero-grid { width: min(calc(100% - 48px), 920px); margin-inline: auto; }
}

@media (max-width: 900px) {
  body.page-about .inner-page-hero.inner-about-hero,
  body.page-initiative .inner-page-hero.inner-initiative-hero,
  body.page-thinktank .thinktank-hero,
  body.page-services.page-solutions .solutions-hero,
  body.page-resources .resources-hero-grid,
  body.page-trust-lab .trust-lab-hero,
  body.page-partners .partners-hero,
  body.page-contact .contact-hero {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3rem);
  }

  body.inner-page [data-inner-hero-scene] {
    grid-column: 1;
    width: min(100%, 600px);
    max-width: 600px;
    justify-self: center;
    margin-inline: auto;
  }

  body.page-services.page-solutions .solutions-hero,
  body.page-resources .resources-hero,
  body.page-trust-lab .trust-lab-hero {
    padding-top: clamp(3.5rem, 9vw, 4.5rem);
    padding-bottom: clamp(3.75rem, 9vw, 4.75rem);
  }
}

@media (max-width: 620px) {
  body.page-resources .resources-hero-grid { width: calc(100% - 40px); }
  body.page-services.page-solutions .solutions-hero .inner-hero-copy h1,
  body.page-resources .resources-hero-grid > div:first-child h1,
  body.page-trust-lab .trust-lab-hero .inner-hero-copy h1 {
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 1.06;
  }
}
