body.postid-7998 .cs-blog-editor > .cs-heading-sec,
body.postid-7998 .cs-main-post,
body.postid-7998 .date-time,
body.postid-7998 .cs-post-panel > .cs-thumb-post {
  display: none !important;
}

body.postid-7998 .cs-post-panel,
body.postid-7998 .cs-blog-editor,
body.postid-7998 .entry-content,
body.postid-7998 .post-content {
  width: 100% !important;
  max-width: none !important;
}

.hce-immw26,
.hce-immw26 *,
.hce-immw26 *::before,
.hce-immw26 *::after {
  box-sizing: border-box;
}

.hce-immw26 {
  --immw-ink: #172d3d;
  --immw-muted: #496171;
  --immw-deep: #0b4654;
  --immw-teal: #0e6e78;
  --immw-blue: #2a6e9d;
  --immw-sky: #e8f5fb;
  --immw-sky-2: #d8eef7;
  --immw-mist: #f4fafc;
  --immw-cream: #fffaf0;
  --immw-gold: #b67619;
  --immw-coral: #a94e48;
  --immw-green: #39735f;
  --immw-line: #bfd9e3;
  --immw-white: #ffffff;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 48px;
  color: var(--immw-ink);
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  box-shadow: 0 22px 64px rgba(18, 76, 98, 0.11);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.hce-immw26 a {
  color: #135d87;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-immw26 a:hover,
.hce-immw26 a:focus-visible {
  color: var(--immw-coral);
}

.hce-immw26 a:focus-visible {
  outline: 3px solid #f0b84e;
  outline-offset: 3px;
}

.hce-immw26 h1,
.hce-immw26 h2,
.hce-immw26 h3,
.hce-immw26 p,
.hce-immw26 figure,
.hce-immw26 ol {
  margin-top: 0;
}

.hce-immw26 h1,
.hce-immw26 h2,
.hce-immw26 h3 {
  color: var(--immw-deep) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  line-height: 1.14 !important;
  letter-spacing: -0.015em !important;
}

.hce-immw26 h1 {
  max-width: 990px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 5vw, 68px) !important;
}

.hce-immw26 h2 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.5vw, 46px) !important;
}

.hce-immw26 h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.hce-immw26 p,
.hce-immw26 li {
  color: var(--immw-ink);
}

.hce-immw26 p {
  margin-bottom: 20px;
}

.hce-immw26 sup {
  font-size: 0.67em;
  line-height: 0;
}

.hce-immw26 sup a {
  font-weight: 800;
  text-decoration: none;
}

.hce-immw26__hero {
  width: 100%;
  margin: 0;
  background: var(--immw-sky);
  border-bottom: 1px solid var(--immw-line);
}

.hce-immw26__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1200 / 628;
  object-fit: contain;
  object-position: center;
}

.hce-immw26__hero figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.hce-immw26__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(42, 110, 157, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(42, 110, 157, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 8% 14%, rgba(216, 238, 247, 0.95), transparent 28%),
    radial-gradient(circle at 93% 78%, rgba(255, 241, 211, 0.95), transparent 28%),
    linear-gradient(145deg, #ffffff, #f5fbfe 62%, #fffaf0);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}

.hce-immw26__kicker {
  margin-bottom: 12px !important;
  color: var(--immw-teal) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-immw26__dek {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: var(--immw-muted) !important;
  font-size: clamp(18px, 2vw, 22px);
}

.hce-immw26__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 990px;
  margin: 36px auto;
  text-align: left;
}

.hce-immw26__meta p {
  min-height: 126px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--immw-line);
  border-top: 6px solid var(--immw-gold);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 76, 98, 0.08);
}

.hce-immw26__meta p:nth-child(2) {
  border-top-color: var(--immw-teal);
}

.hce-immw26__meta p:nth-child(3) {
  border-top-color: var(--immw-coral);
}

.hce-immw26__meta strong {
  display: block;
  margin-bottom: 7px;
  color: var(--immw-deep);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hce-immw26__source-line {
  max-width: 970px;
  margin: 36px auto 0 !important;
  padding: 21px 24px;
  color: var(--immw-muted) !important;
  text-align: left;
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  border-left: 6px solid var(--immw-teal);
  border-radius: 7px;
}

.hce-immw26__nav {
  display: flex;
  gap: 10px;
  padding: 17px 20px;
  overflow-x: auto;
  background: var(--immw-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  scrollbar-width: thin;
}

.hce-immw26__nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--immw-white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hce-immw26__nav a:hover,
.hce-immw26__nav a:focus-visible {
  color: var(--immw-deep);
  background: var(--immw-white);
}

.hce-immw26__boundary {
  margin: clamp(30px, 5vw, 56px) clamp(22px, 6vw, 74px) 0;
  padding: 25px 27px;
  background: var(--immw-cream);
  border: 1px solid #dfbf7a;
  border-radius: 10px;
}

.hce-immw26__boundary > strong {
  display: block;
  margin-bottom: 8px;
  color: #704809;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-immw26__boundary p {
  margin: 0;
}

.hce-immw26__section,
.hce-immw26__references {
  padding: clamp(44px, 7vw, 80px) clamp(22px, 7vw, 84px);
}

.hce-immw26__section + .hce-immw26__section,
.hce-immw26__references {
  border-top: 1px solid var(--immw-line);
}

.hce-immw26__section--tint {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 238, 247, 0.84), transparent 25%),
    linear-gradient(145deg, var(--immw-mist), #ffffff 62%, #fffdf8);
}

.hce-immw26__section > p,
.hce-immw26__references > p,
.hce-immw26__references > ol {
  max-width: 940px;
}

.hce-immw26__callout,
.hce-immw26__commitment {
  max-width: 950px;
  margin: 38px 0 5px;
  padding: 27px 30px;
  color: var(--immw-white);
  background: linear-gradient(135deg, var(--immw-deep), var(--immw-teal));
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(11, 70, 84, 0.18);
}

.hce-immw26__callout p,
.hce-immw26__commitment p {
  color: var(--immw-white) !important;
}

.hce-immw26__callout p:first-child,
.hce-immw26__commitment p:first-child {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hce-immw26__callout p:last-child,
.hce-immw26__commitment p:last-child {
  margin-bottom: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 1.5;
}

.hce-immw26 figure:not(.hce-immw26__hero) {
  max-width: 1010px;
  margin: 42px 0;
  overflow: hidden;
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(18, 76, 98, 0.1);
}

.hce-immw26 figcaption {
  display: block;
  padding: 19px 23px;
  color: var(--immw-muted);
  background: #f7fbfd;
  border-top: 1px solid var(--immw-line);
  font-size: 16px;
  line-height: 1.58;
}

.hce-immw26 figcaption strong,
.hce-immw26 figcaption span {
  display: block;
}

.hce-immw26 figcaption strong {
  margin-top: 4px;
  color: var(--immw-deep);
  font-size: 17px;
}

.hce-immw26 figcaption span:not(:first-child) {
  margin-top: 6px;
}

.hce-immw26__illustrative-disclosure {
  color: #66420c;
  font-weight: 700;
}

.hce-immw26__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.hce-immw26__evidence-chart > figcaption,
.hce-immw26__process > figcaption,
.hce-immw26__fishbone > figcaption,
.hce-immw26__system > figcaption,
.hce-immw26__gantt > figcaption {
  border-top: 0;
  border-bottom: 1px solid var(--immw-line);
}

.hce-immw26__chart {
  display: grid;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(135deg, var(--immw-sky), #ffffff);
}

.hce-immw26__bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 14px;
  align-items: end;
}

.hce-immw26__bar span,
.hce-immw26__bar b {
  color: var(--immw-deep);
  font-size: 16px;
}

.hce-immw26__bar span {
  font-weight: 700;
}

.hce-immw26__bar i {
  grid-column: 1 / -1;
  display: block;
  width: var(--value);
  min-width: 4px;
  height: 24px;
  background: linear-gradient(90deg, var(--immw-teal), var(--immw-blue));
  border-radius: 3px 999px 999px 3px;
}

.hce-immw26__bar:nth-child(2) i {
  background: linear-gradient(90deg, var(--immw-coral), var(--immw-gold));
}

.hce-immw26__process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 28px;
  list-style: none;
  counter-reset: immw-process;
  background: var(--immw-sky);
}

.hce-immw26__process-flow li {
  position: relative;
  min-height: 166px;
  padding: 52px 18px 18px;
  counter-increment: immw-process;
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  border-radius: 8px;
}

.hce-immw26__process-flow li::before {
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--immw-white);
  background: var(--immw-teal);
  border-radius: 50%;
  content: counter(immw-process);
  font-weight: 800;
}

.hce-immw26__process-flow b,
.hce-immw26__process-flow span {
  display: block;
}

.hce-immw26__process-flow b {
  color: var(--immw-deep);
  font-size: 16px;
}

.hce-immw26__process-flow span {
  margin-top: 8px;
  color: var(--immw-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hce-immw26__fishbone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: 28px;
  background: linear-gradient(135deg, var(--immw-sky), var(--immw-cream));
}

.hce-immw26__fishbone-grid > div {
  padding: 21px;
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  border-left: 6px solid var(--immw-gold);
  border-radius: 7px;
}

.hce-immw26__fishbone-grid > div:nth-child(2n) {
  border-left-color: var(--immw-teal);
}

.hce-immw26__fishbone-grid h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 21px !important;
}

.hce-immw26__fishbone-grid p {
  margin: 0;
  color: var(--immw-muted);
  font-size: 15px;
  line-height: 1.52;
}

.hce-immw26__system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
  padding: 28px;
  background: var(--immw-sky);
}

.hce-immw26__system-node,
.hce-immw26__system-core {
  display: grid;
  min-height: 122px;
  padding: 18px;
  place-items: center;
  text-align: center;
  border-radius: 8px;
}

.hce-immw26__system-node {
  color: var(--immw-deep);
  background: var(--immw-white);
  border: 1px solid var(--immw-line);
  font-weight: 700;
}

.hce-immw26__system-core {
  color: var(--immw-white);
  background: linear-gradient(135deg, var(--immw-deep), var(--immw-teal));
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
}

.hce-immw26__table-wrap {
  max-width: 1010px;
  margin: 40px 0;
  overflow-x: auto;
  border: 1px solid var(--immw-line);
  border-radius: 9px;
  box-shadow: 0 9px 25px rgba(18, 76, 98, 0.08);
}

.hce-immw26 table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: collapse;
  background: var(--immw-white);
  font-size: 15px;
  line-height: 1.52;
}

.hce-immw26 caption {
  padding: 17px 19px;
  color: var(--immw-deep);
  background: var(--immw-sky-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.hce-immw26 th,
.hce-immw26 td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid var(--immw-line);
  border-bottom: 1px solid var(--immw-line);
}

.hce-immw26 th:last-child,
.hce-immw26 td:last-child {
  border-right: 0;
}

.hce-immw26 tbody tr:last-child td {
  border-bottom: 0;
}

.hce-immw26 thead th {
  color: var(--immw-white);
  background: var(--immw-deep);
  font-size: 13px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hce-immw26 tbody tr:nth-child(even) td {
  background: #f6fbfd;
}

.hce-immw26__gantt {
  overflow-x: auto !important;
}

.hce-immw26__gantt-head,
.hce-immw26__gantt-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(160px, 1fr));
  min-width: 780px;
}

.hce-immw26__gantt-head span,
.hce-immw26__gantt-head b,
.hce-immw26__gantt-row span,
.hce-immw26__gantt-row i {
  padding: 14px;
  border-right: 1px solid var(--immw-line);
  border-bottom: 1px solid var(--immw-line);
}

.hce-immw26__gantt-head span,
.hce-immw26__gantt-head b {
  color: var(--immw-white);
  background: var(--immw-deep);
  font-size: 14px;
  text-align: center;
}

.hce-immw26__gantt-row span {
  color: var(--immw-deep);
  background: #f6fbfd;
  font-weight: 700;
}

.hce-immw26__gantt-row i {
  color: var(--immw-muted);
  background: var(--immw-white);
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

.hce-immw26__gantt-row i.is-on {
  color: var(--immw-white);
  background: var(--immw-green);
  font-weight: 700;
}

.hce-immw26__references {
  background: #f5fafc;
}

.hce-immw26__references ol {
  margin-bottom: 0;
  padding-left: 28px;
}

.hce-immw26__references li {
  padding: 12px 8px 14px;
  border-bottom: 1px solid var(--immw-line);
  font-size: 15px;
  line-height: 1.58;
}

.hce-immw26__references li:last-child {
  border-bottom: 0;
}

@media (max-width: 820px) {
  .hce-immw26__meta,
  .hce-immw26__process-flow,
  .hce-immw26__fishbone-grid,
  .hce-immw26__system-grid {
    grid-template-columns: 1fr;
  }

  .hce-immw26__meta p,
  .hce-immw26__process-flow li {
    min-height: 0;
  }

  .hce-immw26__system-core {
    order: -1;
  }
}

@media (max-width: 520px) {
  .hce-immw26 {
    width: calc(100vw - 16px);
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.68;
  }

  .hce-immw26__masthead,
  .hce-immw26__section,
  .hce-immw26__references {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hce-immw26__boundary {
    margin-right: 18px;
    margin-left: 18px;
    padding: 20px;
  }

  .hce-immw26__nav {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hce-immw26 figure:not(.hce-immw26__hero),
  .hce-immw26__table-wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .hce-immw26__chart,
  .hce-immw26__process-flow,
  .hce-immw26__fishbone-grid,
  .hce-immw26__system-grid {
    padding: 16px;
  }

  .hce-immw26__bar {
    grid-template-columns: 1fr;
  }

  .hce-immw26__bar i {
    grid-column: 1;
  }

  .hce-immw26__callout,
  .hce-immw26__commitment {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hce-immw26 *,
  .hce-immw26 *::before,
  .hce-immw26 *::after {
    scroll-behavior: auto !important;
  }
}

@media print {
  .hce-immw26 {
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    font-size: 11pt;
  }

  .hce-immw26__nav {
    display: none;
  }

  .hce-immw26 figure,
  .hce-immw26__table-wrap {
    break-inside: avoid;
  }
}

/* Approved 2026 hero repair: contain the hero in normal flow and tighten its phone introduction. */
body.postid-7998 .hce-immw26__hero > img {
  float: none !important;
  aspect-ratio: auto;
}
@media (max-width: 520px) {
  body.postid-7998 .hce-immw26__masthead { padding-top: 24px; }
}
