/*
Theme Name: J.J. Meridian V97
Theme URI: https://jjmeridian.com/
Author: J.J. Meridian Global
Description: Institutional WordPress theme for J.J. Meridian.
Version: 97.0.0
Text Domain: jjmg
*/

:root {
  --jjmg-navy: #08172a;
  --jjmg-navy-2: #10233b;
  --jjmg-ink: #142238;
  --jjmg-copy: #34445a;
  --jjmg-muted: #526174;
  --jjmg-soft: #6b7888;
  --jjmg-line: #d2d8dd;
  --jjmg-line-dark: rgba(255,255,255,.19);
  --jjmg-paper: #f7f5f0;
  --jjmg-paper-2: #eef0ef;
  --jjmg-paper-3: #e9edef;
  --jjmg-white: #fff;
  --jjmg-accent: #9bb1c1;
  --jjmg-eyebrow: #9bb1c1;
  --jjmg-eyebrow-dark: #9bb1c1;
  --jjmg-hero-heading: #e8ecee;
  --jjmg-hero-subline: #a8b5c0;
  --jjmg-edge: clamp(34px, 5.2vw, 82px);
  --jjmg-reading: 1280px;
  --jjmg-radius: 2px;
  --jjmg-shadow: 0 18px 46px rgba(8,23,42,.09);
  --jjmg-font: "Montserrat", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--jjmg-paper);
  color: var(--jjmg-ink);
  font-family: var(--jjmg-font);
  font-size: 16px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar { min-height: calc(100vh - 32px); }
.site-main { flex: 1 0 auto; width: 100%; }
.entry-content { margin: 0; background: var(--jjmg-paper); }
.entry-content > * { margin-block-start: 0; margin-block-end: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; transition: color .2s ease; }
a:hover { color: #314f6d; }
p { margin: 0 0 1.15em; }
h1,h2,h3,h4 { margin: 0; color: var(--jjmg-navy); font-weight: 600; line-height: 1.12; letter-spacing: -.026em; }
h2 { font-size: clamp(31px, 2.75vw, 47px); max-width: 1080px; }
h3 { font-size: 19px; letter-spacing: -.015em; }
ul { margin: .85rem 0 0; padding-left: 1.15rem; }
li { margin: .34rem 0; }

/* Header */
.jjmg-site-header {
  position: relative;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(7,20,36,.985) 0%, rgba(9,27,48,.975) 58%, rgba(15,40,65,.95) 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: saturate(135%) blur(10px);
}
.jjmg-header-inner {
  min-height: 68px;
  padding: 9px var(--jjmg-edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}
.jjmg-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 250px;
  color: #eef2f4;
  text-decoration: none;
  isolation: isolate;
  animation: jjmgBrandIn .58s cubic-bezier(.2,.8,.2,1) both;
}
.jjmg-brand:hover { color: #eef2f4; }
.jjmg-brand-sigil {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139,169,187,.78);
  background: linear-gradient(135deg,rgba(139,169,187,.25),rgba(8,23,42,.08) 50%,rgba(238,242,244,.11)),rgba(7,18,29,.38);
  box-shadow: inset 0 0 0 1px rgba(238,242,244,.045), 0 8px 18px rgba(0,0,0,.15);
  transform: rotate(45deg);
  transition: transform .32s ease, border-color .32s ease, background .32s ease, box-shadow .32s ease;
}
.jjmg-brand-sigil::before,
.jjmg-brand-sigil::after {
  content: "";
  position: absolute;
}
.jjmg-brand-sigil::before {
  width: 1px;
  height: 23px;
  left: 50%;
  top: 7px;
  background: linear-gradient(180deg,rgba(237,241,243,.18),rgba(237,241,243,.82),rgba(157,183,198,.28));
}
.jjmg-brand-sigil::after {
  width: 5px;
  height: 5px;
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  border-radius: 50%;
  background: #c7d2da;
  box-shadow: 0 0 14px rgba(199,210,218,.24);
}
.jjmg-brand-sigil span {
  opacity: 0;
  visibility: hidden;
}
.jjmg-brand-text { display: grid; gap: 4px; transform: translateY(1px); }
.jjmg-brand-line {
  color: #edf1f3;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .025em;
  white-space: nowrap;
}
.jjmg-brand-sub {
  position: relative;
  width: max-content;
  padding-top: 5px;
  color: #9db7c6;
  font-size: 8.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .36em;
  text-transform: uppercase;
  white-space: nowrap;
}
.jjmg-brand-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(157,183,198,.85),rgba(157,183,198,0));
}
.jjmg-brand:hover .jjmg-brand-sigil {
  transform: rotate(45deg) scale(1.055);
  border-color: rgba(238,242,244,.85);
  background: linear-gradient(135deg,rgba(139,169,187,.36),rgba(8,23,42,.08) 50%,rgba(238,242,244,.15)),rgba(7,18,29,.48);
  box-shadow: inset 0 0 0 1px rgba(238,242,244,.07), 0 12px 24px rgba(0,0,0,.2);
}
.jjmg-nav { display: flex; align-items: center; gap: clamp(21px, 2vw, 32px); }
.jjmg-nav a {
  position: relative;
  padding: 4px 0;
  color: rgba(247,244,236,.76);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .025em;
  transition: color .2s ease, opacity .2s ease;
}
.jjmg-nav a:hover,
.jjmg-nav a[aria-current="page"] { color: #e8ecee; }
.jjmg-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: var(--jjmg-accent);
}
.jjmg-menu-toggle {
  display: none;
  padding: 8px 0;
  border: 0;
  background: none;
  color: #fff;
  font: 600 13px/1 var(--jjmg-font);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Global canvas and section system */
.jjmg-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(68px, 6.3vw, 104px) var(--jjmg-edge);
}
.jjmg-section + .jjmg-section { border-top: 1px solid var(--jjmg-line); }
.jjmg-section-muted { background: var(--jjmg-paper-2); }
.jjmg-section > :where(.wp-block-columns,.wp-block-group,h2,h3,p,ul,.wp-block-buttons),
.jjmg-section > .wp-block-group__inner-container > :where(.wp-block-columns,.wp-block-group,h2,h3,p,ul,.wp-block-buttons) {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.jjmg-eyebrow {
  margin: 0 0 16px;
  color: var(--jjmg-eyebrow);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.entry-content .jjmg-eyebrow { color: var(--jjmg-eyebrow); }
.entry-content li::marker { color: var(--jjmg-eyebrow); }
.jjmg-sponsor-reality .jjmg-eyebrow,
.jjmg-transaction-architecture .jjmg-eyebrow,
.jjmg-site-footer .jjmg-eyebrow { color: var(--jjmg-eyebrow-dark); }
.jjmg-sponsor-reality li::marker,
.jjmg-transaction-architecture li::marker { color: var(--jjmg-eyebrow-dark); }

.jjmg-contact-label {
  margin: 0 0 16px;
  color: #52657a;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.jjmg-section > .jjmg-eyebrow + h2,
.jjmg-section > h2 { margin-bottom: 27px; }
.jjmg-section > h2 + p { max-width: 1080px; color: var(--jjmg-copy); }
.jjmg-two-col > .wp-block-columns,
.jjmg-governance-top,
.jjmg-sponsor-reality-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(54px, 6vw, 102px);
  align-items: center;
  margin: 0;
  max-width: none;
}
.wp-block-columns { margin-bottom: 0; }
.wp-block-column { min-width: 0; }
.wp-block-image { margin: 0; }
.jjmg-two-col figure img,
.jjmg-governance-image img,
.jjmg-contact-amsterdam img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.wp-block-image > .wp-element-caption {
  margin-top: 8px;
  color: #687687;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .02em;
  text-align: right;
}

/* Hero system */
.jjmg-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 56px var(--jjmg-edge) 54px;
  background:
    radial-gradient(circle at 89% 20%, rgba(120,147,167,.14), transparent 27%),
    linear-gradient(112deg, #071526 0%, #0b1d33 58%, #102842 100%);
  color: #fff;
}
.jjmg-hero::before {
  content: "";
  position: absolute;
  left: var(--jjmg-edge);
  top: 0;
  width: min(42vw, 680px);
  height: 1px;
  background: linear-gradient(90deg,rgba(120,147,167,.82),rgba(120,147,167,0));
  transform-origin: left;
  animation: jjmgHeroRule 1s .18s cubic-bezier(.2,.8,.2,1) both;
}
.jjmg-hero::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -1px;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120,147,167,.72));
}
.jjmg-hero > * {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.jjmg-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  color: var(--jjmg-hero-heading);
  font-size: clamp(40px, 3.35vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
  animation: jjmgHeroIn .72s .05s cubic-bezier(.2,.8,.2,1) both;
}
.jjmg-hero > p {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 14px 0 0;
  color: var(--jjmg-hero-subline);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.48;
  letter-spacing: -.005em;
  animation: jjmgHeroIn .72s .19s cubic-bezier(.2,.8,.2,1) both;
}
.jjmg-internal-hero { padding-top: 42px; padding-bottom: 40px; }
.jjmg-internal-hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(32px, 2.8vw, 52px);
}
.jjmg-internal-hero > p {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(13px, 1vw, 17px);
}
.jjmg-about-hero h1 { font-size: clamp(31px, 2.65vw, 49px); }
.jjmg-about-hero > p { font-size: clamp(13px, .96vw, 16px); }

/* Home */
.jjmg-home-hero { padding-top: 52px; padding-bottom: 48px; }
.jjmg-home-hero h1 { max-width: 1500px; }
.jjmg-home-hero > p { max-width: 980px; }
.jjmg-home-intro { padding-top: clamp(76px, 6.5vw, 108px); padding-bottom: clamp(88px, 7.5vw, 124px); border-top: 0; }
.jjmg-home-intro > .wp-block-columns { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(58px, 6.5vw, 112px); }
.jjmg-home-intro .jjmg-home-intro-image img {
  aspect-ratio: 3 / 2;
  min-height: 0;
  height: auto;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--jjmg-shadow);
}
.jjmg-home-intro .wp-block-column:last-child {
  position: relative;
  padding-left: clamp(24px, 2.1vw, 38px);
}
.jjmg-home-intro .wp-block-column:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: linear-gradient(180deg,var(--jjmg-accent),rgba(120,147,167,.08));
}
.jjmg-home-opening {
  max-width: 860px;
  margin: 0 0 27px;
  color: var(--jjmg-navy);
  font-size: clamp(23px, 1.8vw, 31px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.025em;
}
.jjmg-home-source-quote {
  margin: 0;
  padding: 25px 0 27px;
  border-top: 1px solid #c7cfd6;
  border-bottom: 1px solid #c7cfd6;
  border-left: 0;
}
.jjmg-home-source-quote p {
  margin: 0;
  max-width: 850px;
  color: #243750;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.47;
  letter-spacing: -.017em;
}
.jjmg-home-source-quote cite {
  display: block;
  margin-top: 16px;
  color: #55697d;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.jjmg-home-note {
  max-width: 900px;
  margin: 27px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: #40546a;
  font-size: 15.5px;
  line-height: 1.72;
}

/* What We Do */
.jjmg-what-lead h2,
.jjmg-sponsors-lead h2,
.jjmg-partners-relevance h2 { margin-bottom: 28px; }
.jjmg-what-lead p,
.jjmg-sponsors-lead p,
.jjmg-partners-relevance p { color: var(--jjmg-copy); }
.jjmg-what-lead-image img,
.jjmg-sponsors-readiness-image img,
.jjmg-partners-relevance-image img { box-shadow: var(--jjmg-shadow); }
.jjmg-what-lead > .wp-block-columns,
.jjmg-what-process > .wp-block-columns,
.jjmg-sponsors-lead > .wp-block-columns,
.jjmg-partners-relevance > .wp-block-columns,
.jjmg-about-opening > .wp-block-columns { align-items: center; }
.jjmg-home-intro > .wp-block-columns > .wp-block-column:last-child,
.jjmg-what-lead > .wp-block-columns > .wp-block-column:first-child,
.jjmg-what-process > .wp-block-columns > .wp-block-column:last-child,
.jjmg-sponsors-lead > .wp-block-columns > .wp-block-column:first-child,
.jjmg-partners-relevance > .wp-block-columns > .wp-block-column:first-child,
.jjmg-about-opening > .wp-block-columns > .wp-block-column:first-child { align-self: center; }
.jjmg-what-lead .jjmg-what-lead-image img { aspect-ratio: 16 / 10; max-height: 440px; object-fit: cover; }
.jjmg-sponsors-lead .jjmg-sponsors-readiness-image img { aspect-ratio: 4 / 3; max-height: 520px; object-fit: cover; }
.jjmg-partners-relevance .jjmg-partners-relevance-image img { aspect-ratio: 3 / 2; max-height: 470px; object-fit: cover; }
.jjmg-four-grid > .wp-block-columns,
.jjmg-three-grid,
.jjmg-market-focus > .wp-block-columns,
.jjmg-market-focus,
.jjmg-intelligence-outputs,
.jjmg-stage-list,
.jjmg-platform-strip > .wp-block-columns,
.jjmg-integrated-strip > .wp-block-columns {
  display: grid;
  margin: 0;
  max-width: none;
}
.jjmg-four-grid { margin-top: 42px; }
.jjmg-four-grid > .wp-block-columns {
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  background: #eef0ef;
  border-top: 1px solid #bcc6cf;
  border-bottom: 1px solid #c8d0d6;
}
.jjmg-what-cards .wp-block-column + .wp-block-column { border-left: 1px solid #c8d0d6; }
.jjmg-feature {
  height: 100%;
  padding: 28px 29px 29px;
  background: transparent;
  border: 0;
}
.jjmg-feature h3 { margin-bottom: 13px; color: var(--jjmg-navy); font-size: 18px; }
.jjmg-feature p { color: #405268; font-size: 14px; }
.jjmg-feature ul { color: #43566b; font-size: 13.5px; line-height: 1.62; }
.jjmg-what-cards .jjmg-feature { min-height: 0; }
.jjmg-what-process > .wp-block-columns { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.jjmg-what-process .jjmg-what-process-image img { aspect-ratio: 16 / 9; max-height: 410px; object-fit: cover; }
.jjmg-what-process .wp-block-column:last-child > p:not(.jjmg-eyebrow),
.jjmg-eib-quote cite { color: #4c6075; }
.jjmg-eib-quote { margin: 27px 0 0; padding: 0; border: 0; }
.jjmg-eib-quote p { color: #253a52; font-size: clamp(21px,1.75vw,29px); line-height: 1.48; font-weight: 500; letter-spacing: -.02em; }
.jjmg-eib-quote cite { display: block; margin-top: 18px; font-size: 11.5px; font-style: normal; line-height: 1.55; }
.jjmg-stat-section { padding-top: clamp(54px, 4.8vw, 76px); padding-bottom: clamp(54px, 4.8vw, 76px); }
.jjmg-stage-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; }
.jjmg-stage-list > .wp-block-column { padding: 12px 42px 10px; border-left: 1px solid var(--jjmg-line); }
.jjmg-stage-list > .wp-block-column:first-child { padding-left: 0; border-left: 0; }
.jjmg-stage-list > .wp-block-column:last-child { padding-right: 0; }
.jjmg-stage-list h1 { margin-bottom: 17px; color: var(--jjmg-navy); font-size: clamp(42px,3.8vw,64px); font-weight: 500; letter-spacing: -.055em; }
.jjmg-stage-list p { margin: 0; max-width: 420px; color: #47596e; font-size: 13.5px; line-height: 1.68; }
.jjmg-what-boundaries { background: #eef0ef; }
.jjmg-what-boundaries > .wp-block-columns { align-items: start; }
.jjmg-what-boundaries h2 { max-width: 900px; font-size: clamp(28px,2.2vw,39px); line-height: 1.17; letter-spacing: -.03em; }
.jjmg-capital-discipline-copy { margin: 3px 0 0; color: #384c63; font-size: 16px; }

/* Sponsors */
.jjmg-sponsor-reality {
  background: var(--jjmg-navy);
  color: rgba(214,222,228,.82);
  border-top: 0;
}
.jjmg-sponsor-reality-grid { display: block; margin: 0; }
.jjmg-sponsor-reality-intro { max-width: 1180px; }

.jjmg-sponsor-reality h2,
.jjmg-sponsor-reality h3 { color: #e8ecee; }
.jjmg-sponsor-reality-intro > p:not(.jjmg-eyebrow) {
  max-width: 1060px;
  color: rgba(214,222,228,.82);
  font-size: 16px;
}
.jjmg-sponsor-reality-items {
  margin-top: 44px;
}
.jjmg-sponsor-reality-items > .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--jjmg-line-dark);
  border-bottom: 1px solid var(--jjmg-line-dark);
}
.jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column {
  min-width: 0;
}
.jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column + .wp-block-column {
  border-left: 1px solid var(--jjmg-line-dark);
}
.jjmg-row-item {
  display: block;
  height: 100%;
  padding: 28px 30px 30px;
  border: 0;
  min-height: 175px;
}
.jjmg-row-item > * { max-width: none; margin-left: 0; margin-right: 0; }
.jjmg-row-item h3 { margin-bottom: 14px; font-size: 18px; }
.jjmg-row-item p { margin: 0; color: rgba(255,255,255,.76); font-size: 13.5px; line-height: 1.7; }
.jjmg-row-item ul { margin: 0; padding-left: 1.05rem; color: rgba(214,222,228,.82); font-size: 14px; line-height: 1.64; }
.jjmg-row-item li { margin: .38rem 0; }
.jjmg-sponsors-discipline > p:not(.jjmg-eyebrow) { max-width: 1180px; color: var(--jjmg-copy); }
.jjmg-sponsors-discipline h2 { max-width: none; white-space: nowrap; }
.jjmg-three-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 40px; background: #eef0ef; border-top: 1px solid #c2cbd2; border-bottom: 1px solid #cbd2d8; }
.jjmg-three-grid > .wp-block-column + .wp-block-column { border-left: 1px solid #cbd2d8; }
.jjmg-sponsors-discipline .jjmg-feature { min-height: 0; background: transparent; padding: 30px 31px 31px; }

/* Partners */
.jjmg-partner-value-close { margin-top: 29px; padding-top: 24px; border-top: 1px solid var(--jjmg-line); color: var(--jjmg-navy); }
.jjmg-transaction-architecture {
  background: var(--jjmg-navy);
  color: rgba(214,222,228,.80);
  border-top: 0;
}

.jjmg-transaction-architecture h2,
.jjmg-transaction-architecture h3 { color: #fff; }
.jjmg-transaction-architecture > p:not(.jjmg-eyebrow) { max-width: 1180px; color: rgba(214,222,228,.80); }
.jjmg-architecture-strip {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--jjmg-line-dark);
  border-bottom: 1px solid var(--jjmg-line-dark);
}
.jjmg-architecture-strip > .wp-block-column { position: relative; padding: 31px 30px 32px; border-left: 1px solid var(--jjmg-line-dark); }
.jjmg-architecture-strip > .wp-block-column:first-child { border-left: 0; padding-left: 0; }
.jjmg-architecture-strip > .wp-block-column:last-child { padding-right: 0; }
.jjmg-architecture-stage { margin: 0 0 15px; color: #b5c5d1; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.jjmg-architecture-strip h3 { font-size: 17.5px; }
.jjmg-architecture-strip ul { color: rgba(214,222,228,.82); font-size: 14px; line-height: 1.66; }
.jjmg-architecture-strip li { margin: .42rem 0; }
.jjmg-investment-intelligence h2 { margin-bottom: 34px; }
.jjmg-investment-intelligence > p:not(.jjmg-eyebrow) { max-width: 1280px; color: var(--jjmg-copy); font-size: 16px; line-height: 1.72; }
.jjmg-investment-intelligence > p:not(.jjmg-eyebrow) + p:not(.jjmg-eyebrow) { margin-top: 20px; }
.jjmg-intelligence-outputs { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 42px; border-top: 1px solid var(--jjmg-line); border-bottom: 1px solid var(--jjmg-line); }
.jjmg-intelligence-outputs > .wp-block-column { position: relative; padding: 31px 38px 31px 0; }
.jjmg-intelligence-outputs > .wp-block-column + .wp-block-column { padding-left: 38px; border-left: 1px solid var(--jjmg-line); }
.jjmg-intelligence-outputs > .wp-block-column:not(:last-child)::after { content: "›"; position: absolute; right: -7px; top: 50%; transform: translateY(-52%); background: var(--jjmg-paper); padding: 0 2px; color: #8196a6; font-size: 24px; }
.jjmg-intelligence-outputs p { margin: 12px 0 0; color: #405268; font-size: 14px; line-height: 1.68; }
.jjmg-governance-top { align-items: center; gap: clamp(70px, 7vw, 124px); }
.jjmg-partners-governance .wp-block-column:first-child h2 { margin-bottom: 30px; max-width: 860px; }
.jjmg-partners-governance .wp-block-column:first-child > p:not(.jjmg-eyebrow) { max-width: 900px; color: var(--jjmg-copy); }
.jjmg-partners-governance .wp-block-column:first-child > p + p { margin-top: 19px; }
.jjmg-governance-image img { filter: grayscale(100%); box-shadow: var(--jjmg-shadow); }
.jjmg-platform-strip { margin-top: 54px; background: #e8edef; border-top: 1px solid #c0cad2; border-bottom: 1px solid #c0cad2; }
.jjmg-platform-strip > .wp-block-columns { grid-template-columns: repeat(4,minmax(0,1fr)); }
.jjmg-platform-strip .wp-block-column { padding: 31px 31px 33px; }
.jjmg-platform-strip .wp-block-column + .wp-block-column { border-left: 1px solid #c6cfd6; }
.jjmg-platform-strip h3 { font-size: 17px; line-height: 1.3; }
.jjmg-platform-strip p { margin: 13px 0 0; color: #45576a; font-size: 13.5px; line-height: 1.66; }
.jjmg-regulatory-qualifier {
  width: 100%;
  max-width: none;
  margin: 29px 0 0;
  padding-top: 23px;
  border-top: 1px solid var(--jjmg-line);
  color: #4b5d70;
  font-size: 14px;
  line-height: 1.7;
}

/* About */
.jjmg-about-opening { padding-bottom: 82px; }
.jjmg-about-opening h2 { font-size: clamp(30px,2.7vw,44px); margin-bottom: 26px; }
.jjmg-about-opening p { color: var(--jjmg-copy); }
.jjmg-about-earth-image img { aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--jjmg-shadow); }
.jjmg-principle {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 82px;
  background: #e9edef;
  text-align: center;
}
.jjmg-principle::before {
  content: "";
  position: absolute;
  right: clamp(34px, 6vw, 104px);
  top: 50%;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(155,177,193,.34);
  border-radius: 50%;
  background: linear-gradient(90deg, transparent 49%, rgba(155,177,193,.32) 49.5%, rgba(155,177,193,.32) 50.5%, transparent 51%);
  opacity: 0;
  transform: translateY(-50%) rotate(-14deg) scale(.9);
  transition: opacity .9s .28s ease, transform 1.05s .28s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.jjmg-principle .jjmg-eyebrow { margin-bottom: 24px; }
.jjmg-principle-statement { max-width: 1120px; margin: 0 auto; color: var(--jjmg-navy); font-size: clamp(28px,2.55vw,42px); line-height: 1.34; letter-spacing: -.035em; font-weight: 500; }
.jjmg-about-focus h2 { max-width: none; font-size: clamp(30px,2.55vw,43px); }
.jjmg-market-focus { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 43px; border-top: 1px solid var(--jjmg-line); border-bottom: 1px solid var(--jjmg-line); }
.jjmg-market-focus > .wp-block-column { padding: 30px 31px 31px 0; }
.jjmg-market-focus > .wp-block-column + .wp-block-column { padding-left: 31px; border-left: 1px solid var(--jjmg-line); }
.jjmg-market-focus h3 { font-size: 17px; line-height: 1.3; }
.jjmg-market-focus p { margin: 13px 0 0; color: #45576b; font-size: 13.5px; line-height: 1.66; }
.jjmg-about-perspective { background: #eef0ef; }
.jjmg-about-perspective > p:not(.jjmg-eyebrow) { max-width: 1120px; color: var(--jjmg-copy); }
.jjmg-integrated-strip { margin-top: 42px; background: #f7f8f7; border-top: 1px solid #c3ccd4; border-bottom: 1px solid #c3ccd4; }
.jjmg-integrated-strip > .wp-block-columns { grid-template-columns: repeat(3,minmax(0,1fr)); }
.jjmg-integrated-strip .wp-block-column { padding: 35px 38px 37px; }
.jjmg-integrated-strip .wp-block-column + .wp-block-column { border-left: 1px solid #d0d7dd; }
.jjmg-integrated-strip .jjmg-ai-column { background: #e5ecef; box-shadow: inset 0 2px 0 #7f96a7; }
.jjmg-integrated-strip p { margin: 14px 0 0; color: #44566a; font-size: 14px; }
.jjmg-about-built h2 { margin-bottom: 40px; }
.jjmg-operating-grid { border-top: 1px solid var(--jjmg-line); }
.jjmg-operating-grid > .wp-block-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 0; }
.jjmg-operating-grid .wp-block-column { position: relative; min-height: 220px; padding: 34px 46px 35px 0; border-bottom: 1px solid var(--jjmg-line); }
.jjmg-operating-grid .wp-block-column + .wp-block-column { padding-left: 46px; border-left: 1px solid var(--jjmg-line); }
.jjmg-operating-grid p { color: #43566a; font-size: 14px; }
.jjmg-operating-grid h3 { margin-bottom: 14px; font-size: 21px; }

/* Contact */
.jjmg-contact-body { padding-top: clamp(52px,4.4vw,72px); padding-bottom: clamp(58px,4.8vw,78px); }
.jjmg-contact-body > .wp-block-columns { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(54px, 5.3vw, 92px); align-items: stretch; }
.jjmg-contact-details {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 24px 34px 38px;
  border-left: 1px solid var(--jjmg-accent);
}
.jjmg-contact-intro { max-width: 650px; margin: 0 0 38px; color: var(--jjmg-navy); font-size: clamp(20px,1.7vw,27px); line-height: 1.46; font-weight: 500; letter-spacing: -.024em; }
.jjmg-contact-label { margin-bottom: 10px; color: #53677b; }
.jjmg-contact-email { margin: 0; font-size: clamp(19px,1.5vw,23px); font-weight: 500; }
.jjmg-contact-email a { color: var(--jjmg-navy); text-decoration-thickness: 1px; }
.jjmg-office-label { margin-top: 36px; }
.jjmg-contact-address { margin: 0; color: #526274; font-size: 14.5px; line-height: 1.75; }
.jjmg-contact-amsterdam { height: 100%; }
.jjmg-contact-amsterdam img { width: 100%; height: 100%; min-height: 400px; aspect-ratio: 16 / 10; object-fit: cover; box-shadow: var(--jjmg-shadow); }

/* Legal pages */
.jjmg-legal-page .site-main { background: #f8f7f3; }
.jjmg-legal-wrap,
.jjmg-regulation-reading {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(66px,5.6vw,90px) var(--jjmg-edge) clamp(86px,7vw,116px);
}
.jjmg-legal-wrap > h1,
.jjmg-regulation-reading > h1 { max-width: 1500px; font-size: clamp(36px,3.2vw,52px); margin-bottom: 12px; }
.jjmg-legal-updated { margin: 0 0 46px; color: #657386; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; }
.jjmg-legal-section {
  max-width: 1450px;
  padding: 31px 0 34px;
  border-top: 1px solid var(--jjmg-line);
}
.jjmg-legal-section h2 { margin-bottom: 16px; font-size: clamp(22px,1.85vw,30px); }
.jjmg-legal-section h3 { margin: 26px 0 10px; font-size: 18px; }
.jjmg-legal-section p,
.jjmg-legal-section li { max-width: 1280px; color: #42556a; font-size: 14.5px; line-height: 1.78; }
.jjmg-legal-section ul { max-width: 1280px; margin-top: 13px; }
.jjmg-legal-references { max-width: 1450px; margin-top: 31px; padding: 23px 26px; background: #e9edef; }
.jjmg-legal-references h3 { margin-top: 0; }
.jjmg-legal-references p,
.jjmg-legal-references li { color: #45586c; font-size: 12.5px; }

/* Regulation */
.jjmg-regulation-hero { padding-bottom: 40px; border-bottom: 1px solid var(--jjmg-line); }
.jjmg-regulation-hero h1 { font-size: clamp(34px,3vw,50px); }
.jjmg-regulation-overview { padding-top: 48px; padding-bottom: 52px; border-bottom: 1px solid var(--jjmg-line); }
.jjmg-regulation-overview h2 { margin-bottom: 26px; font-size: 25px; }
.jjmg-regulation-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--jjmg-line); border-bottom: 1px solid var(--jjmg-line); }
.jjmg-regulation-strip > .wp-block-column { padding: 28px 34px 30px 0; }
.jjmg-regulation-strip > .wp-block-column + .wp-block-column { padding-left: 34px; border-left: 1px solid var(--jjmg-line); }
.jjmg-regulation-strip h3 { font-size: 16.5px; }
.jjmg-regulation-strip p { margin: 10px 0 0; max-width: 520px; color: #45586c; font-size: 13px; line-height: 1.7; }
.jjmg-reg-number { display: block; margin-bottom: 7px; color: #728da1; font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.jjmg-reg-framework { margin-top: 25px; }
.jjmg-regulation-notice {
  margin-top: 0;
  padding-top: 42px;
  padding-bottom: 44px;
  background: #e6ebed;
  border-top: 1px solid #c6d0d7;
  border-left: 0;
}
.jjmg-regulation-notice h2 { max-width: 1180px; font-size: 27px; }
.jjmg-regulation-notice p { max-width: 1280px; color: #3f5267; }
.jjmg-source-row { margin-top: 15px; color: #5c6d7e; font-size: 12px; }

/* Footer */
.jjmg-site-footer {
  flex: 0 0 auto;
  background: #071526;
  color: rgba(255,255,255,.76);
  border-top: 1px solid rgba(255,255,255,.09);
}
.jjmg-footer-inner {
  width: 100%;
  margin: 0;
  padding: 25px var(--jjmg-edge) 23px;
  text-align: center;
}
.jjmg-footer-links { display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 13px; }
.jjmg-footer-links a { color: rgba(224,231,236,.88); font-size: 14px; font-weight: 500; letter-spacing: .025em; text-decoration: none; }
.jjmg-footer-links a:hover { color: #e8ecee; }
.jjmg-footer-links span { color: rgba(255,255,255,.34); font-size: 12px; }
.jjmg-footer-copyright { margin: 0; color: rgba(255,255,255,.54); font-size: 11.5px; letter-spacing: .015em; }


/* Signature reveal moments */
.jjmg-home-source-quote.jjmg-focus-reveal {
  opacity: 0;
  transform: translate3d(26px,0,0);
  transition: opacity .88s cubic-bezier(.2,.8,.2,1), transform .88s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.jjmg-home-source-quote.jjmg-focus-reveal cite {
  opacity: 0;
  transform: translate3d(12px,0,0);
  transition: opacity .58s .24s ease, transform .58s .24s cubic-bezier(.2,.8,.2,1);
}
.jjmg-home-source-quote.jjmg-focus-reveal.is-visible,
.jjmg-home-source-quote.jjmg-focus-reveal.is-visible cite {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.jjmg-principle.jjmg-principle-reveal .jjmg-eyebrow,
.jjmg-principle.jjmg-principle-reveal .jjmg-principle-statement {
  opacity: 0;
  transform: translate3d(0,24px,0);
  transition: opacity .82s cubic-bezier(.2,.8,.2,1), transform .82s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.jjmg-principle.jjmg-principle-reveal .jjmg-principle-statement {
  transition-delay: .14s;
  transform: translate3d(0,30px,0);
}
.jjmg-principle.jjmg-principle-reveal::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: 34px auto 0;
  background: var(--jjmg-eyebrow);
  opacity: .7;
  transition: width .88s .34s cubic-bezier(.2,.8,.2,1);
}
.jjmg-principle.jjmg-principle-reveal.is-visible .jjmg-eyebrow,
.jjmg-principle.jjmg-principle-reveal.is-visible .jjmg-principle-statement {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.jjmg-principle.jjmg-principle-reveal.is-visible::after { width: 84px; }
.jjmg-principle.jjmg-principle-reveal.is-visible::before { opacity: .42; transform: translateY(-50%) rotate(0deg) scale(1); }

/* Motion */
@keyframes jjmgHeroIn {
  from { opacity: 0; transform: translate3d(-34px,0,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes jjmgHeroRule {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}
@keyframes jjmgBrandIn {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}
.jjmg-reveal {
  opacity: 0;
  transform: translate3d(0,22px,0);
  transition: opacity .68s cubic-bezier(.2,.8,.2,1), transform .68s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--jjmg-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.jjmg-reveal-left { transform: translate3d(-26px,0,0); }
.jjmg-reveal-right { transform: translate3d(26px,0,0); }
.jjmg-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

/* Responsive */
@media (max-width: 1180px) {
  .jjmg-nav { gap: 18px; }
  .jjmg-nav a { font-size: 12.5px; }
  .jjmg-four-grid > .wp-block-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .jjmg-what-cards .wp-block-column:nth-child(3) { border-left: 0; border-top: 1px solid #c8d0d6; }
  .jjmg-what-cards .wp-block-column:nth-child(4) { border-top: 1px solid #c8d0d6; }
  .jjmg-sponsors-discipline h2 { white-space: normal; }
  .jjmg-architecture-strip { grid-template-columns: repeat(5,minmax(190px,1fr)); overflow-x: auto; }
  .jjmg-platform-strip > .wp-block-columns,
  .jjmg-market-focus { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .jjmg-platform-strip .wp-block-column:nth-child(3),
  .jjmg-market-focus > .wp-block-column:nth-child(3) { border-left: 0; border-top: 1px solid #c6cfd6; }
  .jjmg-platform-strip .wp-block-column:nth-child(4),
  .jjmg-market-focus > .wp-block-column:nth-child(4) { border-top: 1px solid #c6cfd6; }
}

@media (max-width: 900px) {
  .jjmg-header-inner { min-height: 66px; }
  .jjmg-brand { min-width: 0; }
  .jjmg-menu-toggle { display: block; }
  .jjmg-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px var(--jjmg-edge) 18px;
    background: #071526;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .jjmg-nav.is-open { display: flex; }
  .jjmg-nav a { width: 100%; padding: 11px 0; font-size: 12px; }
  .jjmg-nav a[aria-current="page"]::after { display: none; }
  .jjmg-internal-hero h1,
  .jjmg-internal-hero > p,
  .jjmg-about-hero h1,
  .jjmg-about-hero > p { white-space: normal; }
  .jjmg-two-col > .wp-block-columns,
  .jjmg-governance-top,
  .jjmg-home-intro > .wp-block-columns,
  .jjmg-what-process > .wp-block-columns,
  .jjmg-contact-body > .wp-block-columns { grid-template-columns: 1fr; gap: 42px; }
  .jjmg-home-intro .wp-block-column:last-child { padding-left: 24px; }
  .jjmg-home-intro-image img { min-height: 0; }
  .jjmg-sponsor-reality-items > .wp-block-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column:nth-child(3) { border-left: 0; border-top: 1px solid var(--jjmg-line-dark); }
  .jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column:nth-child(4) { border-top: 1px solid var(--jjmg-line-dark); }
  .jjmg-three-grid,
  .jjmg-stage-list,
  .jjmg-intelligence-outputs,
  .jjmg-integrated-strip > .wp-block-columns,
  .jjmg-operating-grid > .wp-block-columns,
  .jjmg-regulation-strip { grid-template-columns: 1fr; }
  .jjmg-three-grid > .wp-block-column + .wp-block-column { border-left: 0; border-top: 1px solid #cbd2d8; }
  .jjmg-stage-list > .wp-block-column { padding: 28px 0; border-left: 0; border-top: 1px solid var(--jjmg-line); }
  .jjmg-stage-list > .wp-block-column:first-child { border-top: 0; }
  .jjmg-intelligence-outputs > .wp-block-column,
  .jjmg-intelligence-outputs > .wp-block-column + .wp-block-column { padding: 27px 0; border-left: 0; border-top: 1px solid var(--jjmg-line); }
  .jjmg-intelligence-outputs > .wp-block-column:first-child { border-top: 0; }
  .jjmg-intelligence-outputs > .wp-block-column::after { display: none; }
  .jjmg-integrated-strip .wp-block-column,
  .jjmg-integrated-strip .wp-block-column + .wp-block-column { padding: 29px 28px; border-left: 0; border-top: 1px solid #d0d7dd; }
  .jjmg-integrated-strip .wp-block-column:first-child { border-top: 0; }
  .jjmg-operating-grid .wp-block-column,
  .jjmg-operating-grid .wp-block-column + .wp-block-column { min-height: 0; padding: 29px 0; border-left: 0; }
  .jjmg-regulation-strip > .wp-block-column,
  .jjmg-regulation-strip > .wp-block-column + .wp-block-column { padding: 24px 0; border-left: 0; border-top: 1px solid var(--jjmg-line); }
  .jjmg-regulation-strip > .wp-block-column:first-child { border-top: 0; }
  .jjmg-contact-details { max-width: 620px; }
  .jjmg-contact-amsterdam img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
}

@media (max-width: 782px) {
  body.admin-bar { min-height: 100vh; }
}

@media (max-width: 620px) {
  :root { --jjmg-edge: 20px; }
  body { font-size: 15px; }
  .jjmg-brand-sigil { width: 34px; height: 34px; flex-basis: 34px; }
  .jjmg-brand-line { font-size: 15px; }
  .jjmg-brand-sub { font-size: 7.7px; }
  .jjmg-hero { padding-top: 42px; padding-bottom: 40px; }
  .jjmg-home-hero { padding-top: 44px; padding-bottom: 42px; }
  .jjmg-hero h1 { font-size: clamp(34px,10vw,44px); }
  .jjmg-internal-hero h1,
  .jjmg-about-hero h1 { font-size: clamp(30px,8.6vw,40px); }
  .jjmg-hero > p,
  .jjmg-internal-hero > p,
  .jjmg-about-hero > p { font-size: 14px; }
  .jjmg-section { padding-top: 58px; padding-bottom: 58px; }
  .jjmg-home-intro .wp-block-column:last-child { padding-left: 18px; }
  .jjmg-home-source-quote p { font-size: 20px; }
  .jjmg-four-grid > .wp-block-columns,
  .jjmg-sponsor-reality-items > .wp-block-columns,
  .jjmg-market-focus,
  .jjmg-platform-strip > .wp-block-columns { grid-template-columns: 1fr; }
  .jjmg-what-cards .wp-block-column,
  .jjmg-what-cards .wp-block-column + .wp-block-column,
  .jjmg-row-item,
  .jjmg-row-item + .jjmg-row-item,
  .jjmg-market-focus > .wp-block-column,
  .jjmg-market-focus > .wp-block-column + .wp-block-column,
  .jjmg-platform-strip .wp-block-column,
  .jjmg-platform-strip .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid #c8d0d6;
  }
  .jjmg-what-cards .wp-block-column:first-child,
  .jjmg-row-item:first-child,
  .jjmg-market-focus > .wp-block-column:first-child,
  .jjmg-platform-strip .wp-block-column:first-child { border-top: 0; }
  .jjmg-row-item { min-height: 0; padding: 25px 0; }
  .jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column,
  .jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid var(--jjmg-line-dark);
  }
  .jjmg-sponsor-reality-items > .wp-block-columns > .wp-block-column:first-child { border-top: 0; }
  .jjmg-feature { padding: 25px 22px 26px; }
  .jjmg-market-focus > .wp-block-column,
  .jjmg-market-focus > .wp-block-column + .wp-block-column { padding: 26px 0; }
  .jjmg-platform-strip .wp-block-column,
  .jjmg-platform-strip .wp-block-column + .wp-block-column { padding: 26px 0; }
  .jjmg-platform-strip { padding: 0 22px; }
  .jjmg-contact-details { padding: 24px 0 24px 22px; }
  .jjmg-contact-intro { margin-bottom: 30px; font-size: 20px; }
  .jjmg-office-label { margin-top: 38px; }
  .jjmg-footer-inner { padding-top: 23px; padding-bottom: 21px; }
  .jjmg-footer-links { gap: 9px; flex-wrap: wrap; }
  .jjmg-footer-links a { font-size: 13px; }
  .jjmg-footer-copyright { font-size: 10.5px; }
  .jjmg-principle::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms; animation-iteration-count: 1; transition-duration: .01ms; }
  .jjmg-reveal,
  .jjmg-home-source-quote.jjmg-focus-reveal,
  .jjmg-home-source-quote.jjmg-focus-reveal cite,
  .jjmg-principle.jjmg-principle-reveal .jjmg-eyebrow,
  .jjmg-principle.jjmg-principle-reveal .jjmg-principle-statement { opacity: 1; transform: none; }
  .jjmg-principle.jjmg-principle-reveal::after { width: 84px; }
  .jjmg-principle.jjmg-principle-reveal::before { opacity: .42; transform: translateY(-50%) rotate(0deg) scale(1); }
}


/* Global colour hierarchy */
.entry-content .jjmg-eyebrow { color: #9bb1c1; }
.entry-content li::marker { color: #9bb1c1; }
.jjmg-hero h1 { color: #e8ecee; }
.jjmg-hero > p { color: #a8b5c0; }


/* Finishing system */
.jjmg-partners-relevance h2 { max-width: none; white-space: nowrap; font-size: clamp(29px,2.35vw,43px); }
.jjmg-contact-body { padding-top: clamp(32px,2.8vw,48px); }
.jjmg-contact-details { justify-content: flex-start; padding-top: clamp(28px,3.5vw,54px); }
.jjmg-regulatory-qualifier { max-width: none; }
.jjmg-footer-links { margin-bottom: 10px; }
.jjmg-footer-copyright { font-size: 12px; color: rgba(220,227,232,.68); }
.jjmg-site-footer { color: rgba(220,227,232,.78); }
.jjmg-transaction-architecture h2,
.jjmg-sponsor-reality h2 { color: #e8ecee; }
.jjmg-transaction-architecture h3,
.jjmg-sponsor-reality h3 { color: #dfe5e9; }
.jjmg-transaction-architecture p,
.jjmg-transaction-architecture li,
.jjmg-sponsor-reality p,
.jjmg-sponsor-reality li { color: rgba(207,217,225,.82); }

/* Responsive finishing */
@media (max-width: 900px) {
  .jjmg-partners-relevance h2 { white-space: normal; }
}
