/* Futureproof Company — composed in Gutenberg, designed as one visual system. */
:root {
  --fpc-ink: var(--wp--preset--color--ink, #111b2b);
  --fpc-blue: var(--wp--preset--color--blue, #2563eb);
  --fpc-blue-dark: #174fc8;
  --fpc-muted: var(--wp--preset--color--muted, #66758b);
  --fpc-faint: #94a1b5;
  --fpc-line: #d8e0eb;
  --fpc-paper: var(--wp--preset--color--paper, #ffffff);
  --fpc-wash: var(--wp--preset--color--mist, #f4f6f9);
  --fpc-night: var(--wp--preset--color--night, #070e18);
  --fpc-container: 1280px;
  --fpc-sans: var(--wp--preset--font-family--sans, Arial, Helvetica, sans-serif);
  --fpc-serif: var(--wp--preset--font-family--serif, Georgia, "Times New Roman", serif);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body {
  margin: 0;
  background: var(--fpc-paper);
  color: var(--fpc-ink);
  font-family: var(--fpc-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar { scroll-padding-top: 68px; }
img, svg { max-width: 100%; }
img { height: auto; }
figure, blockquote { margin: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--fpc-blue);
  outline-offset: 5px;
}
::selection { color: #fff; background: var(--fpc-blue); }
.wp-site-blocks { padding-top: 0; padding-bottom: 0; }
.wp-site-blocks > * + *, .fpc-main, .fpc-main > * { margin-block-start: 0; }
.fpc-section { position: relative; width: 100%; scroll-margin-top: 24px; overflow-wrap: anywhere; }
.admin-bar .fpc-section { scroll-margin-top: 56px; }
.fpc-section :where(h1, h2, h3) { text-wrap: pretty; }
.fpc-container {
  width: calc(100% - 112px);
  max-width: var(--fpc-container);
  margin-left: auto;
  margin-right: auto;
}
.fpc-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  color: #354257;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fpc-section-number { color: var(--fpc-blue); font-size: 10px; }
.fpc-title {
  margin-bottom: 22px;
  font-size: clamp(32px, 3.4vw, 47px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.06;
}
.fpc-intro {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--fpc-muted);
  font-size: 18px;
  line-height: 1.58;
}
.fpc-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: end;
  margin-bottom: 56px;
}
.fpc-section-head .fpc-title { max-width: 510px; margin-bottom: 0; }
.fpc-section-head .fpc-intro { padding-bottom: 4px; }
.fpc-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 55px;
  max-width: 100%;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--fpc-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background .18s ease, box-shadow .18s ease;
}
.fpc-button:hover { background: var(--fpc-blue-dark); box-shadow: 0 5px 18px #2563eb1c; }
.fpc-arrow { flex: 0 0 auto; font-size: 23px; font-weight: 400; line-height: 1; }
.fpc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding: 0 0 10px;
  border-bottom: 1px solid #bdc8d8;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease;
}
.fpc-text-link:hover { color: var(--fpc-blue); border-color: var(--fpc-blue); }
.fpc-text-link .fpc-arrow { font-size: 20px; color: var(--fpc-muted); }

/* Header and native WordPress navigation. */
.fpc-header { position: relative; z-index: 30; margin: 0; background: var(--fpc-paper); }
.fpc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: calc(100% - 112px);
  max-width: var(--fpc-container);
  min-height: 126px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #e6ebf2;
}
.fpc-brand { display: inline-flex; align-items: center; flex-shrink: 0; max-width: 43%; text-decoration: none; }
.fpc-brand img { display: block; width: 500px; max-width: 100%; height: auto; }
.fpc-header .wp-block-navigation {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.fpc-header .wp-block-navigation__container { gap: 27px; }
.fpc-header .wp-block-navigation-item__content { padding: 8px 0; text-decoration: none; }
.fpc-header .wp-block-navigation-item__content:hover,
.fpc-header .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content { color: var(--fpc-blue); }
.fpc-header .wp-block-navigation-submenu .wp-block-navigation__submenu-container {
  min-width: 210px;
  padding: 12px;
  border: 1px solid var(--fpc-line);
  box-shadow: 0 12px 24px #111b2b0b;
}
.fpc-header .wp-block-navigation-submenu .wp-block-navigation__submenu-container .wp-block-navigation-item__content { padding: 10px; }
.fpc-header .wp-block-navigation__responsive-container-open { padding: 8px; }
.fpc-header .wp-block-navigation__responsive-container.is-menu-open {
  padding: 34px 28px;
  background: #fff;
  color: var(--fpc-ink);
}
.fpc-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 17px; }
.fpc-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { font-size: 22px; }

/* 01 / The opening statement. */
.fpc-hero { padding: 62px 0 24px; background: var(--fpc-paper); border-bottom: 1px solid #e6ebf2; }
.fpc-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 7%; align-items: center; }
.fpc-hero-copy { min-width: 0; padding-bottom: 26px; }
.fpc-hero .fpc-kicker { margin-bottom: 22px; font-size: 10px; }
.fpc-hero .fpc-kicker::before { content: ""; width: 5px; height: 5px; flex: 0 0 5px; background: var(--fpc-blue); }
.fpc-hero-title {
  margin: 0 0 20px;
  font-size: clamp(43px, 5.4vw, 76px);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .99;
}
.fpc-hero-highlight { display: block; color: var(--fpc-blue); }
.fpc-hero-subtitle { margin: 0 0 14px; font-family: var(--fpc-serif); font-size: clamp(23px, 2vw, 28px); font-style: italic; font-weight: 600; line-height: 1.3; }
.fpc-hero-description { max-width: 370px; margin-bottom: 26px; color: var(--fpc-muted); font-size: 18px; line-height: 1.48; }
.fpc-hero-description p { margin: 0 0 12px; line-height: inherit; }
.fpc-hero-description p:last-child { margin-bottom: 0; }
.fpc-hero-art { min-width: 0; margin: 18px 0 0; }
.fpc-hero-art > img { display: block; width: 100%; height: auto; aspect-ratio: 1.04; object-fit: contain; }
.fpc-hero-caption { display: flex; justify-content: space-between; gap: 16px; padding: 20px 0; border-top: 1px solid #e8edf4; color: var(--fpc-faint); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.fpc-hero-caption::after { content: ""; align-self: center; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--fpc-blue); }
.fpc-hero-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 36px; color: var(--fpc-faint); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.fpc-hero-bottom a { display: inline-flex; gap: 20px; align-items: center; text-decoration: none; }
.fpc-hero-bottom a:hover { color: var(--fpc-blue); }

/* 02 / Approach. */
.fpc-approach { padding: 78px 0 80px; }
.fpc-approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px; }
.fpc-approach-item { padding-top: 22px; border-top: 1px solid #c3d0e1; }
.fpc-item-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 34px; margin-bottom: 29px; }
.fpc-item-top > span { color: var(--fpc-faint); font-size: 10px; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.fpc-item-top img { display: block; width: 38px; height: 38px; object-fit: contain; }
.fpc-item-title { margin: 0 0 12px; font-size: 25px; font-weight: 500; letter-spacing: -.045em; line-height: 1.2; }
.fpc-item-text { max-width: 310px; margin: 0; color: var(--fpc-muted); font-size: 17px; line-height: 1.5; }

/* 03 / The proprietary matrix. */
.fpc-matrix { padding: 84px 0 82px; background: var(--fpc-wash); }
.fpc-matrix-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; align-items: center; }
.fpc-matrix-copy { padding: 4px 0; }
.fpc-matrix-copy .fpc-title { max-width: 360px; font-size: clamp(36px, 4vw, 53px); }
.fpc-matrix-copy > p:not(.fpc-kicker):not(.fpc-matrix-note) { max-width: 390px; margin-bottom: 23px; color: var(--fpc-muted); font-size: 18px; line-height: 1.6; }
.fpc-matrix-copy .fpc-text-link { margin-top: 3px; }
.fpc-matrix-note { max-width: 320px; margin: 54px 0 0; color: var(--fpc-muted); font-size: 11px; line-height: 1.7; }
.fpc-matrix-note strong { color: var(--fpc-ink); font-weight: 500; }
.fpc-matrix-art { min-width: 0; }
.fpc-matrix-meta { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 36px; color: var(--fpc-faint); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.fpc-matrix-meta > :last-child { color: var(--fpc-blue); }
.fpc-matrix-art > img { display: block; width: 100%; height: auto; object-fit: contain; }
.fpc-matrix-art figcaption { margin-top: 8px; color: var(--fpc-faint); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

/* 04 / Areas of intervention. */
.fpc-services { padding: 80px 0 86px; }
.fpc-services .fpc-section-head { margin-bottom: 45px; }
.fpc-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 72px; }
.fpc-services-item { display: grid; grid-template-columns: 29px 1fr 20px; gap: 20px; padding-top: 28px; border-top: 1px solid #cbd5e4; }
.fpc-services-number { padding-top: 4px; color: var(--fpc-blue); font-size: 11px; line-height: 1.5; }
.fpc-services-body h3 { max-width: 390px; margin: 0 0 14px; font-size: 25px; font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.fpc-services-body h3 a { text-decoration: none; }
.fpc-services-body h3 a:hover { color: var(--fpc-blue); }
.fpc-services-body p { max-width: 420px; margin: 0; color: var(--fpc-muted); font-size: 16px; line-height: 1.55; }
.fpc-services-item > .fpc-arrow,
.fpc-services-item > a { align-self: start; color: var(--fpc-muted); font-size: 22px; line-height: 1.2; text-decoration: none; }
.fpc-services-item > a:hover { color: var(--fpc-blue); }

/* 05 / Leadership. */
.fpc-about { padding: 80px 0; border-top: 1px solid #e7ecf2; }
.fpc-about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9%; align-items: start; }
.fpc-about-portrait { position: relative; min-width: 0; overflow: hidden; background: var(--fpc-night); color: #fff; }
.fpc-about-portrait > img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.fpc-about-portrait::after { content: ""; position: absolute; z-index: 1; inset: 22px; border: 1px solid #ffffff1c; pointer-events: none; }
.fpc-portrait-kicker { position: absolute; z-index: 2; top: 44px; left: 44px; right: 36px; display: flex; align-items: center; gap: 8px; color: #98a6ba; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.fpc-portrait-kicker::before { content: ""; width: 5px; height: 5px; flex: 0 0 5px; background: var(--fpc-blue); }
.fpc-portrait-caption { position: absolute; z-index: 2; right: 43px; bottom: 42px; left: 43px; display: flex; flex-direction: column; gap: 9px; }
.fpc-portrait-caption strong { font-size: 54px; font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.fpc-portrait-caption span { color: #adbacb; font-size: 9px; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
.fpc-about-copy { min-width: 0; padding-top: 2px; }
.fpc-about-copy .fpc-kicker { margin-bottom: 26px; }
.fpc-about-copy .fpc-title { margin-bottom: 29px; }
.fpc-about-quote { position: relative; margin: 0 0 22px; padding-top: 46px; font-family: var(--fpc-serif); font-size: clamp(26px, 2.65vw, 37px); font-style: italic; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.fpc-about-quote::before { content: "“"; position: absolute; top: -11px; left: -3px; color: var(--fpc-blue); font-family: var(--fpc-serif); font-size: 83px; font-weight: 700; line-height: 1; }
.fpc-about-quote p { margin: 0; }
.fpc-about-credit { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin: 25px 0 21px; font-size: 11px; }
.fpc-about-credit::before { content: ""; align-self: center; width: 24px; height: 1px; background: var(--fpc-blue); }
.fpc-about-name { color: var(--fpc-ink); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.fpc-about-role { color: var(--fpc-faint); }
.fpc-about-copy > p:not(.fpc-kicker):not(.fpc-about-credit) { max-width: 530px; margin-bottom: 22px; color: var(--fpc-muted); font-size: 17px; line-height: 1.55; }
.fpc-about-copy .fpc-text-link { margin-top: 3px; }

/* 06 / Dynamic editorial cards. */
.fpc-insights { padding: 75px 0 65px; background: var(--fpc-wash); }
.fpc-insights .fpc-kicker { margin-bottom: 25px; }
.fpc-insights-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 35px; }
.fpc-insights-heading .fpc-title { margin-bottom: 12px; }
.fpc-insights-heading .fpc-intro { max-width: none; font-size: 16px; }
.fpc-insights-heading > .fpc-text-link { flex-shrink: 0; margin-bottom: 2px; }
.fpc-insights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.fpc-insight-card { display: flex; flex-direction: column; min-width: 0; background: var(--fpc-paper); }
.fpc-insight-image { display: block; overflow: hidden; background: #e6edf6; }
.fpc-insight-image img { display: block; width: 100%; aspect-ratio: 1.9 / 1; object-fit: cover; transition: transform .35s ease; }
.fpc-insight-image:hover img { transform: scale(1.035); }
.fpc-insight-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px 24px 28px; }
.fpc-insight-category { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--fpc-faint); font-size: 9px; font-weight: 600; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.fpc-insight-category::before { content: ""; width: 4px; height: 4px; background: var(--fpc-blue); }
.fpc-insight-category a { text-decoration: none; }
.fpc-insight-body h3 { margin: 0 0 19px; font-size: 24px; font-weight: 500; letter-spacing: -.05em; line-height: 1.15; }
.fpc-insight-body h3 a { text-decoration: none; }
.fpc-insight-body h3 a:hover { color: var(--fpc-blue); }
.fpc-insight-body > p:not(.fpc-insight-category) { margin: 0 0 20px; color: var(--fpc-muted); font-size: 14px; line-height: 1.55; }
.fpc-insight-meta { display: flex; justify-content: space-between; align-items: center; gap: 15px; width: 100%; margin-top: auto; padding-top: 3px; color: var(--fpc-faint); font-size: 11px; }
.fpc-insight-meta a { color: var(--fpc-muted); text-decoration: none; }
.fpc-insight-meta .fpc-arrow { font-size: 21px; }
.fpc-insights-note { margin: 20px 0 0; color: var(--fpc-faint); font-size: 10px; text-align: right; }
.fpc-empty-insights { padding: 38px; border: 1px solid var(--fpc-line); background: #fff; color: var(--fpc-muted); }
.fpc-empty-insights p:last-child { margin-bottom: 0; }

/* 07 / Closing invitation and editable footer. */
.fpc-cta { padding: 67px 0 61px; background: var(--fpc-night); color: #fff; }
.fpc-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.fpc-cta-title { max-width: 760px; margin: 0; font-size: clamp(33px, 3.5vw, 47px); font-weight: 400; letter-spacing: -.05em; line-height: 1.12; }
.fpc-cta-emphasis { display: block; font-family: var(--fpc-serif); font-size: 1.06em; font-weight: 400; letter-spacing: -.03em; }
.fpc-cta .fpc-button { flex: 0 0 auto; }
.fpc-footer { padding: 0 0 24px; background: var(--fpc-night); color: #bac4d3; }
.fpc-footer-main { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; padding: 48px 0 53px; border-top: 1px solid #ffffff16; }
.fpc-footer-brand { min-width: 0; }
.fpc-footer-logo { display: block; width: 330px; max-width: 100%; margin-bottom: 22px; }
a.fpc-footer-logo { text-decoration: none; }
.fpc-footer-logo img { display: block; width: 100%; height: auto; }
.fpc-footer-description { max-width: 290px; margin: 0; color: #8997ac; font-size: 13px; line-height: 1.65; }
.fpc-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; margin: 16px 0 0; color: #a4b1c2; font-size: 13px; font-style: normal; line-height: 1.65; }
.fpc-footer-contact a:hover { color: #fff; }
.fpc-footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 37px; }
.fpc-footer-column h3 { margin: 4px 0 21px; color: #8291a7; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.fpc-footer-column ul { margin: 0; padding: 0; list-style: none; }
.fpc-footer-column li { margin: 0 0 9px; font-size: 12px; line-height: 1.5; }
.fpc-footer-column a { color: #bdc7d5; text-decoration: none; }
.fpc-footer-column a:hover { color: #fff; text-decoration: underline; }
.fpc-footer-bottom { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-top: 25px; border-top: 1px solid #ffffff13; color: #7f8da2; font-size: 10px; }
.fpc-footer-bottom p { margin: 0; }
.fpc-footer-bottom > :last-child { color: #dce2eb; font-family: var(--fpc-serif); font-size: 20px; font-style: italic; }
.fpc-footer :where(a, button):focus-visible, .fpc-cta a:focus-visible { outline-color: #8fb5ff; }

/* Optional homepage journey indicator. Labels remain available to keyboards. */
.fpc-progress {
  position: fixed;
  z-index: 25;
  top: 50%;
  right: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26px;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}
.fpc-progress-track { position: absolute; top: 15px; bottom: 38px; left: 50%; width: 1px; overflow: hidden; background: #ccd6e4; pointer-events: none; }
.fpc-progress-fill { display: block; width: 100%; height: 100%; background: var(--fpc-blue); transform: scaleY(0); transform-origin: top center; transition: transform .1s linear; }
.fpc-progress-list { position: relative; display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fpc-progress-list li { display: block; margin: 0; padding: 0; }
.fpc-progress-link { position: relative; display: flex; align-items: center; justify-content: center; width: 28px; height: 27px; text-decoration: none; }
.fpc-progress-dot { display: block; width: 5px; height: 5px; border-radius: 50%; background: #9aaac0; box-shadow: 0 0 0 4px #ffffffbc; transition: transform .18s ease, background .18s ease; }
.fpc-progress-link:hover .fpc-progress-dot,
.fpc-progress-link.is-active .fpc-progress-dot { background: var(--fpc-blue); transform: scale(1.5); }
.fpc-progress-link.is-active .fpc-progress-dot { box-shadow: 0 0 0 4px #2563eb18; }
.fpc-progress-label { position: absolute; top: 50%; right: 37px; width: max-content; max-width: 230px; padding: 7px 11px; border: 1px solid #e1e7f0; background: #fff; color: var(--fpc-ink); font-size: 11px; font-weight: 500; line-height: 1.4; opacity: 0; visibility: hidden; transform: translate(4px, -50%); box-shadow: 0 3px 12px #111b2b08; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.fpc-progress-link:hover .fpc-progress-label,
.fpc-progress-link:focus-visible .fpc-progress-label { opacity: 1; visibility: visible; transform: translate(0, -50%); }
.fpc-progress-count { margin-top: 12px; color: var(--fpc-muted); font-size: 9px; font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.fpc-progress.is-dark .fpc-progress-dot { box-shadow: 0 0 0 4px var(--fpc-night); }
.fpc-progress.is-dark .fpc-progress-count { color: #bdc7d5; }
.fpc-mobile-progress { display: none; }

/* Native editor content, article pages and archives. */
.fpc-page-shell { width: calc(100% - 112px); max-width: var(--fpc-container); margin: 0 auto; padding: 76px 0 95px; }
.fpc-page-shell > .wp-block-post-title,
.fpc-page-shell > .wp-block-query-title { max-width: 980px; margin-top: 0; margin-bottom: 36px; font-size: clamp(38px, 5vw, 66px); letter-spacing: -.055em; line-height: 1.08; }
.fpc-article { width: calc(100% - 112px); max-width: 900px; margin: 0 auto; padding: 74px 0 100px; }
.fpc-article .wp-block-post-title { margin-bottom: 25px; font-size: clamp(38px, 5vw, 65px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.fpc-article .wp-block-post-date { margin-bottom: 28px; color: var(--fpc-muted); font-size: 13px; }
.fpc-article .wp-block-post-featured-image { margin-top: 0; margin-bottom: 42px; }
.fpc-article .wp-block-post-featured-image img { width: 100%; max-height: 590px; object-fit: cover; }
.wp-block-post-content { overflow-wrap: break-word; }
.wp-block-post-content > :where(p, ul, ol, blockquote) { margin-block: 0 1.5em; }
.wp-block-post-content p:not(:where(.fpc-section *)) { line-height: 1.75; }
.wp-block-post-content :where(h2, h3, h4):not(:where(.fpc-section *)) { margin-top: 1.7em; margin-bottom: .65em; font-weight: 500; line-height: 1.18; letter-spacing: -.035em; }
.wp-block-post-content h2:not(:where(.fpc-section *)) { font-size: clamp(29px, 3.4vw, 41px); }
.wp-block-post-content h3:not(:where(.fpc-section *)) { font-size: 28px; }
.wp-block-post-content :where(ul, ol):not(:where(.fpc-section *)) { padding-left: 1.4em; }
.wp-block-post-content li:not(:where(.fpc-section *)) { margin-bottom: .4em; }
.wp-block-post-content a:not(.wp-element-button):not([class]):not(:where(.fpc-section *)) { color: var(--fpc-blue); }
.wp-block-post-content .wp-block-quote { padding: 10px 0 10px 26px; border-left: 2px solid var(--fpc-blue); font-family: var(--fpc-serif); font-size: 25px; font-style: italic; }
.wp-block-post-content .wp-block-quote p:last-of-type { margin-bottom: 12px; }
.wp-block-post-content .wp-block-quote cite { color: var(--fpc-muted); font-family: var(--fpc-sans); font-size: 13px; font-style: normal; }
.wp-block-post-content .wp-block-image { margin-top: 28px; margin-bottom: 28px; }
.wp-block-post-content figcaption:not(:where(.fpc-section *)) { margin-top: 10px; color: var(--fpc-muted); font-size: 12px; }
.wp-block-post-content pre { max-width: 100%; overflow-x: auto; padding: 22px; background: var(--fpc-wash); font-size: 14px; }
.wp-block-post-content .wp-block-table { overflow-x: auto; }
.wp-block-post-content .wp-block-table table { border-collapse: collapse; }
.wp-block-post-content .wp-block-table :where(td, th) { padding: 12px 15px; border: 1px solid var(--fpc-line); }
.wp-block-post-content .wp-block-separator { margin-block: 36px; border-color: var(--fpc-line); }
.wp-block-button__link { border-radius: 0; background: var(--fpc-blue); color: #fff; font-size: 15px; }
.wp-block-button__link:hover { background: var(--fpc-blue-dark); }
.fpc-blog-query .wp-block-post-template { gap: 42px 32px; }
.fpc-blog-query .wp-block-post { min-width: 0; padding-bottom: 24px; border-bottom: 1px solid var(--fpc-line); }
.fpc-blog-query .wp-block-post-featured-image { margin-bottom: 22px; }
.fpc-blog-query .wp-block-post-featured-image img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.fpc-blog-query .wp-block-post-title { margin-bottom: 13px; font-size: 27px; line-height: 1.18; letter-spacing: -.04em; }
.fpc-blog-query .wp-block-post-title a { text-decoration: none; }
.fpc-blog-query .wp-block-post-title a:hover { color: var(--fpc-blue); }
.fpc-blog-query .wp-block-post-date { color: var(--fpc-faint); font-size: 12px; }
.fpc-blog-query .wp-block-post-excerpt { color: var(--fpc-muted); font-size: 15px; }
.wp-block-query-pagination { gap: 24px; margin-top: 45px; font-size: 14px; }
.wp-block-query-pagination-numbers { display: flex; gap: 14px; }
.wp-block-query-pagination .current { color: var(--fpc-blue); }
.wp-block-search__input, .wp-block-post-comments-form :where(input:not([type=submit]):not([type=checkbox]), textarea) { padding: 12px 14px; border: 1px solid #bac7d8; border-radius: 0; background: #fff; color: var(--fpc-ink); }
.wp-block-search__button, .wp-block-post-comments-form input[type=submit] { padding: 12px 22px; border: 0; border-radius: 0; background: var(--fpc-blue); color: #fff; }
.wp-block-search__button:hover, .wp-block-post-comments-form input[type=submit]:hover { background: var(--fpc-blue-dark); }

@media (min-width: 1600px) {
  .fpc-progress { right: max(20px, calc((100vw - 1430px) / 2)); }
}
@media (max-width: 1250px) {
  .fpc-header-inner { min-height: 110px; gap: 25px; }
  .fpc-brand img { width: 305px; }
  .fpc-header .wp-block-navigation { font-size: 12px; }
  .fpc-header .wp-block-navigation__container { gap: 19px; }
  .fpc-hero-grid { gap: 5%; }
  .fpc-approach-grid { gap: 32px; }
  .fpc-matrix-grid { gap: 8%; }
  .fpc-about-grid { gap: 7%; }
  .fpc-insights-grid { gap: 26px; }
  .fpc-insight-body { padding: 22px 21px 25px; }
  .fpc-insight-body h3 { font-size: 22px; }
  .fpc-footer-main { gap: 55px; grid-template-columns: 1fr 1.7fr; }
  .fpc-footer-columns { gap: 25px; }
}
@media (max-width: 1099px) {
  .fpc-progress { display: none; }
  .fpc-mobile-progress { position: fixed; z-index: 100; top: 0; right: 0; left: 0; display: block; height: 2px; overflow: hidden; background: transparent; pointer-events: none; }
  .fpc-mobile-progress > span { display: block; width: 100%; height: 100%; background: var(--fpc-blue); transform: scaleX(0); transform-origin: left center; }
  .admin-bar .fpc-mobile-progress { top: 32px; }
  .fpc-container, .fpc-header-inner, .fpc-page-shell, .fpc-article { width: calc(100% - 72px); }
  .fpc-header-inner { min-height: 100px; }
  .fpc-brand img { width: 280px; }
  .fpc-header .wp-block-navigation__container { gap: 15px; }
  .fpc-header .wp-block-navigation { font-size: 11px; }
  .fpc-hero { padding-top: 52px; }
  .fpc-hero-title { font-size: clamp(42px, 5.7vw, 62px); }
  .fpc-hero-subtitle { font-size: 23px; }
  .fpc-hero-description { font-size: 16px; }
  .fpc-hero-bottom { margin-top: 23px; }
  .fpc-approach, .fpc-services, .fpc-about { padding-top: 66px; padding-bottom: 66px; }
  .fpc-matrix, .fpc-insights { padding-top: 67px; padding-bottom: 66px; }
  .fpc-section-head { gap: 7%; margin-bottom: 45px; }
  .fpc-intro, .fpc-matrix-copy > p:not(.fpc-kicker):not(.fpc-matrix-note) { font-size: 16px; }
  .fpc-item-title, .fpc-services-body h3 { font-size: 22px; }
  .fpc-item-text { font-size: 16px; }
  .fpc-services-grid { column-gap: 48px; }
  .fpc-services-item { grid-template-columns: 21px 1fr 18px; gap: 15px; }
  .fpc-services-body p { font-size: 15px; }
  .fpc-matrix-meta { margin-bottom: 22px; font-size: 8px; }
  .fpc-about-quote { font-size: 28px; }
  .fpc-portrait-kicker { top: 35px; left: 34px; font-size: 8px; }
  .fpc-portrait-caption { right: 34px; bottom: 34px; left: 34px; }
  .fpc-portrait-caption strong { font-size: 44px; }
  .fpc-about-copy > p:not(.fpc-kicker):not(.fpc-about-credit) { font-size: 15px; }
  .fpc-insights-grid { gap: 20px; }
  .fpc-insight-body { padding: 21px 18px 24px; }
  .fpc-insight-body h3 { font-size: 21px; }
  .fpc-insight-category { font-size: 8px; }
  .fpc-footer-main { gap: 42px; }
  .fpc-footer-columns { gap: 18px; }
}
@media (max-width: 782px) {
  .admin-bar .fpc-mobile-progress { top: 46px; }
  .admin-bar .fpc-section { scroll-margin-top: 70px; }
}
@media (max-width: 900px) {
  .fpc-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .fpc-header .wp-block-navigation__responsive-container-open { display: flex !important; }
  .fpc-header .wp-block-navigation__responsive-container.is-menu-open { display: flex !important; }
  .fpc-brand { max-width: calc(100% - 70px); }
  .fpc-hero-title { font-size: clamp(40px, 5.8vw, 54px); }
  .fpc-hero-grid { grid-template-columns: 1.13fr 1fr; gap: 4%; }
  .fpc-hero-subtitle { font-size: 21px; }
  .fpc-matrix-grid { grid-template-columns: .9fr 1.1fr; gap: 5%; }
  .fpc-matrix-copy .fpc-title { font-size: 38px; }
  .fpc-about-grid { grid-template-columns: .9fr 1.1fr; gap: 6%; }
  .fpc-about-quote { font-size: 25px; }
  .fpc-about-copy .fpc-title { font-size: 34px; }
  .fpc-about-copy .fpc-kicker { margin-bottom: 18px; }
  .fpc-about-copy .fpc-title { margin-bottom: 24px; }
  .fpc-about-portrait > img { aspect-ratio: 3 / 4.7; }
  .fpc-footer-main { grid-template-columns: 1fr; gap: 36px; }
  .fpc-footer-brand { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: center; }
  .fpc-footer-logo { margin-bottom: 0; }
  .fpc-footer-contact { grid-column: 2; }
  .fpc-footer-columns { gap: 36px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 20px; }
  .fpc-container, .fpc-header-inner, .fpc-page-shell, .fpc-article { width: calc(100% - 44px); }
  .fpc-header-inner { min-height: 88px; padding: 16px 0; }
  .fpc-brand img { width: 270px; }
  .fpc-hero { padding-top: 39px; padding-bottom: 24px; }
  .fpc-hero-grid { grid-template-columns: 1fr; gap: 16px; }
  .fpc-hero-copy { padding-bottom: 0; }
  .fpc-hero .fpc-kicker { margin-bottom: 21px; font-size: 9px; }
  .fpc-hero-title { max-width: 630px; margin-bottom: 22px; font-size: clamp(43px, 8.2vw, 64px); }
  .fpc-hero-subtitle { font-size: 25px; }
  .fpc-hero-description { max-width: 390px; font-size: 17px; }
  .fpc-hero-art { width: 85%; max-width: 480px; margin: 10px 0 0 auto; }
  .fpc-hero-art > img { aspect-ratio: 1.3; }
  .fpc-hero-caption { padding: 16px 0; font-size: 8px; }
  .fpc-hero-bottom { margin-top: 15px; font-size: 8px; }
  .fpc-hero-bottom > :first-child { max-width: 56%; }
  .fpc-hero-bottom a { gap: 10px; }
  .fpc-kicker { margin-bottom: 23px; font-size: 9px; }
  .fpc-title { font-size: clamp(32px, 5.5vw, 41px); }
  .fpc-section-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  .fpc-intro { max-width: 520px; font-size: 17px; }
  .fpc-approach, .fpc-services, .fpc-about { padding-top: 54px; padding-bottom: 56px; }
  .fpc-approach-grid { grid-template-columns: 1fr; gap: 28px; }
  .fpc-approach-item { padding-top: 17px; }
  .fpc-item-top { margin-bottom: 16px; }
  .fpc-item-title { margin-bottom: 10px; font-size: 25px; }
  .fpc-item-text { max-width: 500px; font-size: 17px; }
  .fpc-matrix { padding-top: 53px; padding-bottom: 51px; }
  .fpc-matrix-grid { grid-template-columns: 1fr; gap: 42px; }
  .fpc-matrix-copy .fpc-title { max-width: 440px; font-size: 42px; }
  .fpc-matrix-copy > p:not(.fpc-kicker):not(.fpc-matrix-note) { max-width: 520px; font-size: 17px; }
  .fpc-matrix-note { margin-top: 26px; }
  .fpc-matrix-art { width: 100%; max-width: 560px; margin: 0 auto; }
  .fpc-matrix-meta { margin-bottom: 23px; font-size: 8px; }
  .fpc-services .fpc-section-head { margin-bottom: 34px; }
  .fpc-services-grid { grid-template-columns: 1fr; gap: 29px; }
  .fpc-services-item { grid-template-columns: 25px 1fr 20px; gap: 16px; padding-top: 24px; }
  .fpc-services-body h3 { max-width: 500px; font-size: 25px; }
  .fpc-services-body p { max-width: 470px; font-size: 16px; }
  .fpc-about-grid { grid-template-columns: 1fr; gap: 37px; }
  .fpc-about-portrait { width: 100%; max-width: 470px; }
  .fpc-about-portrait > img { aspect-ratio: 3 / 3.7; }
  .fpc-portrait-kicker { top: 37px; left: 36px; font-size: 8px; }
  .fpc-portrait-caption { bottom: 35px; left: 36px; }
  .fpc-portrait-caption strong { font-size: 49px; }
  .fpc-about-copy .fpc-title { font-size: 38px; }
  .fpc-about-quote { max-width: 600px; font-size: 30px; line-height: 1.25; }
  .fpc-about-copy > p:not(.fpc-kicker):not(.fpc-about-credit) { max-width: 580px; font-size: 17px; }
  .fpc-insights { padding-top: 54px; padding-bottom: 53px; }
  .fpc-insights-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 30px; }
  .fpc-insights-heading .fpc-title { font-size: 36px; }
  .fpc-insights-grid { grid-template-columns: 1fr; gap: 24px; }
  .fpc-insight-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .fpc-insight-image img { height: 100%; min-height: 220px; aspect-ratio: auto; }
  .fpc-insight-body { padding: 22px; }
  .fpc-insight-body h3 { font-size: 24px; }
  .fpc-insight-category { font-size: 8px; }
  .fpc-empty-insights { padding: 25px; }
  .fpc-cta { padding: 47px 0 45px; }
  .fpc-cta-row { flex-direction: column; align-items: flex-start; gap: 29px; }
  .fpc-cta-title { font-size: 38px; }
  .fpc-footer-main { padding-top: 36px; padding-bottom: 35px; }
  .fpc-footer-brand { display: block; }
  .fpc-footer-logo { max-width: 300px; margin-bottom: 20px; }
  .fpc-footer-description { max-width: 360px; }
  .fpc-footer-columns { gap: 25px; }
  .fpc-footer-column h3 { margin-bottom: 18px; font-size: 8px; }
  .fpc-footer-column li { font-size: 11px; }
  .fpc-footer-bottom { flex-direction: column; gap: 17px; padding-top: 24px; }
  .fpc-footer-bottom > :last-child { font-size: 19px; }
  .fpc-page-shell, .fpc-article { padding-top: 48px; padding-bottom: 65px; }
  .fpc-blog-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }
  .fpc-blog-query .wp-block-post-title { font-size: 23px; }
}
@media (max-width: 480px) {
  .fpc-container, .fpc-header-inner, .fpc-page-shell, .fpc-article { width: calc(100% - 40px); }
  .fpc-brand img { width: 245px; }
  .fpc-header-inner { min-height: 82px; gap: 10px; }
  .fpc-hero-title { font-size: clamp(34px, 9.8vw, 47px); }
  .fpc-hero-subtitle { font-size: 22px; }
  .fpc-hero .fpc-kicker { gap: 9px; font-size: 8px; letter-spacing: .12em; }
  .fpc-hero-art { width: 100%; margin-top: 17px; }
  .fpc-hero-bottom { gap: 17px; font-size: 7px; line-height: 1.6; }
  .fpc-hero-bottom a { align-items: flex-start; }
  .fpc-button { min-height: 52px; padding: 14px 20px; font-size: 12px; }
  .fpc-title { font-size: 34px; }
  .fpc-kicker { gap: 11px; font-size: 8px; }
  .fpc-matrix-copy .fpc-title { font-size: 38px; }
  .fpc-matrix-meta { gap: 16px; font-size: 7px; }
  .fpc-services-item { grid-template-columns: 19px 1fr 17px; gap: 12px; }
  .fpc-services-body h3 { font-size: 23px; }
  .fpc-about-portrait::after { inset: 17px; }
  .fpc-portrait-kicker { top: 30px; left: 29px; font-size: 7px; }
  .fpc-portrait-caption { bottom: 29px; left: 29px; }
  .fpc-portrait-caption strong { font-size: 45px; }
  .fpc-portrait-caption span { font-size: 8px; }
  .fpc-about-copy .fpc-title { font-size: 35px; }
  .fpc-about-quote { font-size: 28px; }
  .fpc-insights-heading .fpc-title { font-size: 33px; }
  .fpc-insight-card { display: flex; }
  .fpc-insight-image img { height: auto; min-height: 0; aspect-ratio: 1.9; }
  .fpc-insight-body { min-height: 195px; padding: 23px; }
  .fpc-insight-body h3 { max-width: 360px; font-size: 25px; }
  .fpc-insight-category { font-size: 9px; }
  .fpc-cta-title { font-size: 33px; }
  .fpc-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 30px; }
  .fpc-footer-column li { font-size: 12px; }
  .fpc-footer-column h3 { font-size: 9px; }
  .fpc-footer-logo { max-width: 290px; }
  .fpc-blog-query .wp-block-post-template { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .fpc-progress, .fpc-mobile-progress, .fpc-header .wp-block-navigation, .fpc-hero-bottom, .fpc-cta { display: none !important; }
  .fpc-container, .fpc-header-inner, .fpc-page-shell, .fpc-article { width: 100%; max-width: none; }
  .fpc-section { break-inside: avoid; padding-block: 28px; }
  .fpc-footer { color: #111; background: #fff; }
  .fpc-footer a, .fpc-footer-description, .fpc-footer-column h3 { color: #333; }
  .fpc-insight-card, .fpc-services-item { break-inside: avoid; }
}

/* Keep navigation symbols monochrome and prevent the page counter wrapping. */
.fpc-arrow { display: inline-flex; align-items: center; justify-content: center; }
.fpc-arrow svg { display: block; width: 1em; height: 1em; }
.fpc-progress-count { white-space: nowrap; }
.fpc-link-unset { cursor: default; }

/* 1.0.1 — full-width sections, including pages created without the starter. */
:root { --fpc-gutter: clamp(20px, 3vw, 56px); }
.fpc-container,
.fpc-header-inner {
  width: calc(100% - 2 * var(--fpc-gutter));
  max-width: none;
}
.fpc-main,
.fpc-standard-page,
.fpc-standard-page > .wp-block-post-content,
.fpc-main > .wp-block-post-content {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.fpc-section.alignfull { width: 100%; max-width: none; margin-inline: 0; }
.fpc-section { container-type: inline-size; container-name: fpc-section; }
.fpc-page-heading {
  width: calc(100% - 2 * var(--fpc-gutter));
  margin: 0 auto;
  padding: 68px 0 42px;
}
.fpc-page-heading .wp-block-post-title {
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: -.055em;
  line-height: 1.08;
}
.fpc-page-content { padding-bottom: 72px; }
.fpc-page-content:has(> .fpc-section) { padding-bottom: 0; }
.fpc-page-content > :not(.alignfull):not(.alignwide) {
  width: min(760px, calc(100% - 2 * var(--fpc-gutter)));
}
/* A hero with its own H1 supplies the visible page heading. */
.fpc-page-heading:has(+ .fpc-page-content > .fpc-hero h1) { display: none; }
/* Existing Site Editor templates may still contain the v1.0.0 wrappers. */
body.page .fpc-page-shell:has(> .wp-block-post-content > .fpc-section),
body.page .fpc-page-shell:has(> .wp-block-post-content > .fpc-section) > .wp-block-post-content {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
}
body.page .fpc-page-shell:has(> .wp-block-post-content > .fpc-section) > .wp-block-post-title {
  width: calc(100% - 2 * var(--fpc-gutter));
  margin: 68px auto 42px;
}
body.page .fpc-page-shell:has(> .wp-block-post-content > .fpc-hero h1) > .wp-block-post-title {
  display: none;
}
body.page .fpc-page-shell:has(> .wp-block-post-content > .fpc-section) > .wp-block-post-featured-image {
  width: calc(100% - 2 * var(--fpc-gutter));
  margin: 36px auto;
}
body.page .fpc-page-shell > .wp-block-post-content:has(> .fpc-section) > :not(.alignfull):not(.alignwide) {
  width: min(760px, calc(100% - 2 * var(--fpc-gutter)));
}
/* Match the actual block width in the editor and in intentional narrow groups. */
@container fpc-section (max-width: 800px) {
  .fpc-container { width: calc(100% - 40px); }
  .fpc-hero-grid,
  .fpc-section-head,
  .fpc-matrix-grid,
  .fpc-about-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .fpc-hero-title { font-size: clamp(31px, 8.4cqi, 64px); overflow-wrap: normal; }
  .fpc-hero-subtitle { font-size: clamp(21px, 4cqi, 27px); }
  .fpc-hero-art { width: 85%; max-width: 520px; margin: 10px 0 0 auto; }
  .fpc-hero-art > img { aspect-ratio: 1.3; }
  .fpc-matrix-art { max-width: 620px; margin-inline: auto; }
  .fpc-about-portrait { max-width: 470px; }
  .fpc-approach-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .fpc-services-grid { grid-template-columns: minmax(0, 1fr); }
  .fpc-insights-grid { grid-template-columns: minmax(0, 1fr); }
  .fpc-insights-heading,
  .fpc-cta-row { flex-direction: column; align-items: flex-start; }
  .fpc-footer-main { grid-template-columns: minmax(0, 1fr); }
}
@media (min-width: 1600px) { .fpc-progress { right: 18px; } }
@media print {
  .fpc-container, .fpc-header-inner { width: 100%; }
}
