body.postid-9189 .cs-blog-editor > .cs-heading-sec,
body.postid-9189 .cs-main-post,
body.postid-9189 .date-time,
body.postid-9189 .cs-post-panel > .cs-thumb-post {
  display: none !important;
}

body.postid-9189 .cs-post-panel,
body.postid-9189 .cs-blog-editor,
body.postid-9189 .entry-content,
body.postid-9189 .post-content {
  width: 100% !important;
  max-width: none !important;
}

.hce-pfd26,
.hce-pfd26 *,
.hce-pfd26 *::before,
.hce-pfd26 *::after {
  box-sizing: border-box;
}

.hce-pfd26 {
  --pfd-ink: #202d39;
  --pfd-muted: #566978;
  --pfd-navy: #183f5b;
  --pfd-blue: #236f97;
  --pfd-teal: #2d7778;
  --pfd-sky: #edf6fb;
  --pfd-aqua: #eaf6f5;
  --pfd-coral: #975365;
  --pfd-gold: #91691d;
  --pfd-cream: #fff9ec;
  --pfd-line: #c7d4dc;
  --pfd-white: #ffffff;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 48px;
  overflow-wrap: anywhere;
  color: var(--pfd-ink);
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  box-shadow: 0 22px 64px rgba(24, 63, 91, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.hce-pfd26 a {
  color: #0d648f;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-pfd26 a:hover,
.hce-pfd26 a:focus-visible {
  color: #823a48;
}

.hce-pfd26 a:focus-visible {
  outline: 3px solid #eeb849;
  outline-offset: 3px;
}

.hce-pfd26 h1,
.hce-pfd26 h2,
.hce-pfd26 h3,
.hce-pfd26 p,
.hce-pfd26 figure,
.hce-pfd26 ol,
.hce-pfd26 ul {
  margin-top: 0;
}

.hce-pfd26 h1,
.hce-pfd26 h2,
.hce-pfd26 h3 {
  color: var(--pfd-navy) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  line-height: 1.15 !important;
  letter-spacing: -0.014em !important;
}

.hce-pfd26 h1 {
  max-width: 1040px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 5vw, 67px) !important;
}

.hce-pfd26 h2 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.6vw, 46px) !important;
}

.hce-pfd26 h3 {
  margin: 28px 0 11px;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.hce-pfd26 p,
.hce-pfd26 li,
.hce-pfd26 td,
.hce-pfd26 th {
  color: var(--pfd-ink);
}

.hce-pfd26 p {
  margin-bottom: 20px;
}

.hce-pfd26 sup {
  font-size: 0.67em;
  line-height: 0;
}

.hce-pfd26 sup a {
  font-weight: 800;
  text-decoration: none;
}

.hce-pfd26__hero {
  width: 100%;
  margin: 0;
  background: var(--pfd-sky);
  border-bottom: 1px solid var(--pfd-line);
}

.hce-pfd26__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1200 / 628;
  object-fit: contain;
  object-position: center;
}

.hce-pfd26__hero figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.hce-pfd26__masthead {
  position: relative;
  padding: clamp(42px, 7vw, 82px) clamp(22px, 6vw, 74px) clamp(38px, 6vw, 66px);
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(35, 111, 151, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(35, 111, 151, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 8% 16%, rgba(224, 242, 247, 0.96), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(255, 240, 216, 0.9), transparent 28%),
    linear-gradient(145deg, #ffffff, #f2f9fc 62%, #fffaf2);
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
}

.hce-pfd26__kicker,
.hce-pfd26__eyebrow {
  color: var(--pfd-blue) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-pfd26__kicker {
  margin-bottom: 12px !important;
}

.hce-pfd26__dek {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  color: var(--pfd-muted) !important;
  font-size: clamp(18px, 2vw, 22px);
}

.hce-pfd26__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 36px auto;
  text-align: left;
}

.hce-pfd26__meta p {
  min-height: 126px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--pfd-line);
  border-top: 6px solid var(--pfd-blue);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 63, 91, 0.08);
}

.hce-pfd26__meta p:nth-child(2) { border-top-color: var(--pfd-teal); }
.hce-pfd26__meta p:nth-child(3) { border-top-color: var(--pfd-gold); }

.hce-pfd26__meta strong {
  display: block;
  margin-bottom: 7px;
  color: var(--pfd-navy);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hce-pfd26__source-line {
  max-width: 980px;
  margin: 36px auto 0 !important;
  padding: 21px 24px;
  color: var(--pfd-muted) !important;
  text-align: left;
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  border-left: 6px solid var(--pfd-blue);
  border-radius: 7px;
}

.hce-pfd26__nav {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  padding: 17px 20px;
  overflow-x: auto;
  background: var(--pfd-navy);
  border-radius: 8px;
  scrollbar-width: thin;
}

.hce-pfd26__nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--pfd-white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hce-pfd26__nav a:hover,
.hce-pfd26__nav a:focus-visible {
  color: var(--pfd-navy);
  background: var(--pfd-white);
}

.hce-pfd26__boundary {
  margin: clamp(30px, 5vw, 56px) 0 0;
  padding: 25px 27px;
  text-align: left;
  background: var(--pfd-cream);
  border: 1px solid #dfbf7a;
  border-radius: 10px;
}

.hce-pfd26__boundary > strong {
  display: block;
  margin-bottom: 8px;
  color: #704809;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-pfd26__boundary p { margin: 0; }

.hce-pfd26__section,
.hce-pfd26__references {
  padding: clamp(46px, 7vw, 82px) clamp(22px, 7vw, 84px);
}

.hce-pfd26__section--tint {
  background: linear-gradient(150deg, #f6fbfd, #edf6f8 58%, #fbf8f0);
  border-top: 1px solid var(--pfd-line);
  border-bottom: 1px solid var(--pfd-line);
}

.hce-pfd26__eyebrow { margin-bottom: 10px !important; }

.hce-pfd26__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.hce-pfd26__signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0;
}

.hce-pfd26__signal-grid > div {
  padding: 24px;
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  border-left: 6px solid var(--pfd-blue);
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(24, 63, 91, 0.07);
}

.hce-pfd26__signal-grid > div:nth-child(2) { border-left-color: var(--pfd-teal); }
.hce-pfd26__signal-grid > div:nth-child(3) { border-left-color: var(--pfd-gold); }
.hce-pfd26__signal-grid > div:nth-child(4) { border-left-color: var(--pfd-coral); }
.hce-pfd26__signal-grid h3 { margin-top: 0; }
.hce-pfd26__signal-grid p { margin: 0; }

.hce-pfd26__figure,
.hce-pfd26__photo {
  margin: 42px 0;
  padding: clamp(20px, 3vw, 32px);
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  border-top: 7px solid var(--pfd-blue);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(24, 63, 91, 0.09);
}

.hce-pfd26__photo { border-top-color: var(--pfd-teal); }

.hce-pfd26__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  border-radius: 5px;
}

.hce-pfd26 figcaption {
  margin-top: 16px;
  color: #4c5965;
  font-size: 15px;
  line-height: 1.58;
}

.hce-pfd26__bar-chart {
  display: grid;
  gap: 20px;
  margin: 26px 0;
  padding: 26px;
  background: var(--pfd-sky);
  border: 1px solid var(--pfd-line);
  border-radius: 8px;
}

.hce-pfd26__bar-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 90px;
  gap: 18px;
  align-items: center;
}

.hce-pfd26__bar-row > strong { color: var(--pfd-navy); }
.hce-pfd26__bar-row > small { color: var(--pfd-muted); font-size: 14px; }

.hce-pfd26__bar-track {
  min-height: 42px;
  overflow: hidden;
  background: #dce7ed;
  border-radius: 5px;
}

.hce-pfd26__bar-track span {
  display: block;
  min-width: 3px;
  min-height: 42px;
  background: linear-gradient(90deg, var(--pfd-blue), var(--pfd-teal));
}

.hce-pfd26__flow {
  display: flex;
  gap: 9px;
  align-items: stretch;
  margin: 26px 0;
}

.hce-pfd26__flow > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 17px 13px;
  background: var(--pfd-sky);
  border: 1px solid #b9ceda;
  border-radius: 7px;
}

.hce-pfd26__flow > div:nth-of-type(even) {
  background: var(--pfd-aqua);
  border-color: #add2cf;
}

.hce-pfd26__flow > b {
  align-self: center;
  color: var(--pfd-coral);
  font-size: 23px;
}

.hce-pfd26__flow strong,
.hce-pfd26__flow span,
.hce-pfd26__flow small { display: block; }
.hce-pfd26__flow strong { color: var(--pfd-navy); font-size: 16px; }
.hce-pfd26__flow span { margin: 8px 0; color: #1f6866; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hce-pfd26__flow small { color: var(--pfd-ink); font-size: 13px; line-height: 1.45; }

.hce-pfd26__feedback {
  margin: -8px 0 24px !important;
  padding: 15px 18px;
  color: var(--pfd-navy) !important;
  text-align: center;
  background: var(--pfd-cream);
  border: 1px solid #ddc58d;
  border-radius: 7px;
  font-weight: 700;
}

.hce-pfd26__table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  border-radius: 7px;
}

.hce-pfd26__table {
  width: 100%;
  min-width: 980px;
  margin: 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}

.hce-pfd26__table--compact { min-width: 590px; }

.hce-pfd26__table caption {
  padding: 14px 16px;
  color: var(--pfd-navy);
  font-weight: 800;
  text-align: left;
  background: var(--pfd-sky);
}

.hce-pfd26__table th,
.hce-pfd26__table td {
  padding: 14px 15px;
  vertical-align: top;
  border-bottom: 1px solid var(--pfd-line);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hce-pfd26__table th:first-child {
  min-width: 150px;
}

.hce-pfd26__table thead th {
  color: var(--pfd-white);
  text-align: left;
  background: var(--pfd-navy);
}

.hce-pfd26__table tbody th {
  color: var(--pfd-navy);
  text-align: left;
  background: #f1f7fa;
}

.hce-pfd26__table tbody tr:nth-child(even) td { background: #f8fbfc; }

.hce-pfd26__limitation {
  padding: 18px 20px;
  color: var(--pfd-muted) !important;
  background: var(--pfd-cream);
  border-left: 5px solid var(--pfd-gold);
}

.hce-pfd26__fishbone,
.hce-pfd26__system {
  margin: 26px 0;
  padding: 26px;
  background: linear-gradient(145deg, #f5fafc, #edf6f7);
  border: 1px solid var(--pfd-line);
  border-radius: 8px;
}

.hce-pfd26__fish-grid,
.hce-pfd26__system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.hce-pfd26__fish-grid > div,
.hce-pfd26__system-grid > div {
  padding: 18px;
  background: var(--pfd-white);
  border: 1px solid #bfcfd8;
  border-top: 5px solid var(--pfd-blue);
  border-radius: 7px;
}

.hce-pfd26__fish-grid > div:nth-child(2n),
.hce-pfd26__system-grid > div:nth-child(2n) { border-top-color: var(--pfd-teal); }
.hce-pfd26__fish-grid > div:nth-child(3n),
.hce-pfd26__system-grid > div:nth-child(3n) { border-top-color: var(--pfd-gold); }

.hce-pfd26__fish-grid strong,
.hce-pfd26__fish-grid span,
.hce-pfd26__system-grid strong,
.hce-pfd26__system-grid span { display: block; }

.hce-pfd26__fish-grid strong,
.hce-pfd26__system-grid strong {
  margin-bottom: 9px;
  color: var(--pfd-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
}

.hce-pfd26__fish-grid span,
.hce-pfd26__system-grid span { font-size: 14px; line-height: 1.5; }

.hce-pfd26__fish-head,
.hce-pfd26__system-hub {
  max-width: 500px;
  margin: 22px auto 0;
  padding: 20px;
  color: var(--pfd-white);
  text-align: center;
  background: var(--pfd-navy);
  border-radius: 8px;
}

.hce-pfd26__fish-head { background: var(--pfd-coral); }
.hce-pfd26__fish-head strong,
.hce-pfd26__fish-head span,
.hce-pfd26__system-hub strong,
.hce-pfd26__system-hub span { display: block; color: var(--pfd-white); }
.hce-pfd26__system-hub { margin: 0 auto 24px; }
.hce-pfd26__system-hub strong { font-family: Georgia, 'Times New Roman', serif; font-size: 23px; }
.hce-pfd26__system > p { margin: 22px 0 0; padding: 16px; text-align: center; background: var(--pfd-cream); border: 1px solid #ddc58d; border-radius: 7px; }

.hce-pfd26__callout,
.hce-pfd26__commitment {
  margin: 38px 0 0;
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(145deg, #eaf5f7, #f7fbfc 64%, #fff7e8);
  border: 1px solid var(--pfd-line);
  border-left: 7px solid var(--pfd-blue);
  border-radius: 10px;
}

.hce-pfd26__callout h3 { margin-top: 0; }
.hce-pfd26__callout ol { margin-bottom: 0; padding-left: 24px; }
.hce-pfd26__callout li + li { margin-top: 8px; }
.hce-pfd26__commitment { border-left-color: var(--pfd-teal); }
.hce-pfd26__commitment p:last-child { margin-bottom: 0; font-size: 20px; }

.hce-pfd26__gantt {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  background: var(--pfd-white);
  border: 1px solid var(--pfd-line);
  border-radius: 8px;
}

.hce-pfd26__gantt > div {
  display: grid;
  grid-template-columns: 210px repeat(4, minmax(155px, 1fr));
  min-width: 900px;
}

.hce-pfd26__gantt-head {
  color: var(--pfd-white);
  font-weight: 800;
  background: var(--pfd-navy);
}

.hce-pfd26__gantt span,
.hce-pfd26__gantt strong {
  min-height: 62px;
  padding: 13px;
  border-right: 1px solid var(--pfd-line);
  border-bottom: 1px solid var(--pfd-line);
}

.hce-pfd26__gantt > div:not(.hce-pfd26__gantt-head) strong {
  color: var(--pfd-navy);
  background: #f0f6f9;
}

.hce-pfd26__gantt > div:not(.hce-pfd26__gantt-head) span {
  color: #66727d;
  background: #f9fbfc;
}

.hce-pfd26__gantt > div:not(.hce-pfd26__gantt-head) span.hce-pfd26__on {
  color: #173e4f;
  font-weight: 700;
  background: #dff2f0;
  box-shadow: inset 0 5px 0 var(--pfd-teal);
}

.hce-pfd26__references {
  background: #f6f9fb;
  border-top: 1px solid var(--pfd-line);
}

.hce-pfd26__reference-note { color: var(--pfd-muted) !important; }
.hce-pfd26__references ol { margin: 28px 0 0; padding-left: 28px; }
.hce-pfd26__references li { padding: 0 0 18px 7px; line-height: 1.65; }
.hce-pfd26__references li::marker { color: var(--pfd-blue); font-weight: 800; }

@media (max-width: 1020px) {
  .hce-pfd26__flow { display: grid; grid-template-columns: 1fr; }
  .hce-pfd26__flow > b { transform: rotate(90deg); justify-self: center; }
  .hce-pfd26__fish-grid,
  .hce-pfd26__system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .hce-pfd26 {
    width: min(100%, calc(100vw - 20px));
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.68;
  }

  .hce-pfd26__meta,
  .hce-pfd26__columns,
  .hce-pfd26__signal-grid,
  .hce-pfd26__fish-grid,
  .hce-pfd26__system-grid { grid-template-columns: 1fr; }
  .hce-pfd26__meta p { min-height: 0; }
  .hce-pfd26__bar-row { grid-template-columns: 1fr; gap: 8px; }
  .hce-pfd26__bar-chart,
  .hce-pfd26__fishbone,
  .hce-pfd26__system { padding: 18px; }
  .hce-pfd26__figure,
  .hce-pfd26__photo { padding: 16px; }
  .hce-pfd26 figcaption { font-size: 14px; }
}

@media (max-width: 420px) {
  .hce-pfd26__masthead,
  .hce-pfd26__section,
  .hce-pfd26__references { padding-right: 18px; padding-left: 18px; }
  .hce-pfd26__boundary { padding: 20px; }
}
