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

body.postid-5766.hce-thy26-pilot-active .cs-post-panel,
body.postid-5766.hce-thy26-pilot-active .cs-blog-detail,
body.postid-5766.hce-thy26-pilot-active .cs-blog-editor {
  width: 100%;
  max-width: none;
}

.hce-thy26 {
  --navy: #102b4e;
  --blue: #245b8f;
  --teal: #087f83;
  --mint: #dff4f0;
  --amber: #d99a2b;
  --cream: #fff9ed;
  --ink: #223247;
  --muted: #5a6879;
  --line: #c9d9e5;
  --paper: #ffffff;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 1180px;
  overflow-wrap: anywhere;
}

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

.hce-thy26 a {
  color: #075c85;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hce-thy26 a:hover,
.hce-thy26 a:focus-visible { color: #7b4a00; }

.hce-thy26 :focus-visible {
  outline: 3px solid #f0ad2f;
  outline-offset: 3px;
}

.hce-thy26__masthead {
  background: linear-gradient(135deg, #eef8fb 0%, #ffffff 48%, #fff6df 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(16, 43, 78, 0.10);
  margin: 0 0 30px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 54px);
}

.hce-thy26__eyebrow,
.hce-thy26__kicker {
  color: var(--teal);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hce-thy26 h1,
.hce-thy26 h2,
.hce-thy26 h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.18;
  margin-top: 0;
}

.hce-thy26 h1 {
  font-size: clamp(2.35rem, 5.6vw, 4.9rem);
  letter-spacing: -0.035em;
  margin-bottom: 20px;
  max-width: 1000px;
}

.hce-thy26 h2 {
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  max-width: 980px;
}

.hce-thy26 h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin-bottom: 10px;
}

.hce-thy26 p { margin: 0 0 1.15em; }

.hce-thy26__dek {
  color: #324b63;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.52;
  max-width: 960px;
}

.hce-thy26__byline {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 28px;
  padding-top: 18px;
}

.hce-thy26__byline span:first-child {
  color: var(--navy);
  font-weight: 800;
}

.hce-thy26__byline span:last-child { color: var(--muted); }

.hce-thy26__hero {
  margin: 30px 0 0;
}

.hce-thy26__hero img,
.hce-thy26__photo img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.hce-thy26__hero img { border-radius: 18px; }

.hce-thy26__signal {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 16px 18px;
}

.hce-thy26__signal strong,
.hce-thy26__action strong {
  color: var(--teal);
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hce-thy26__jump {
  align-items: center;
  background: #f4f8fb;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  padding: 12px;
}

.hce-thy26__jump a {
  background: #ffffff;
  border: 1px solid #b8ccd9;
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 7px 12px;
  text-decoration: none;
}

.hce-thy26__section {
  border-bottom: 1px solid var(--line);
  padding: clamp(46px, 7vw, 88px) clamp(4px, 2.3vw, 24px);
}

.hce-thy26__section > p,
.hce-thy26__section > h3,
.hce-thy26__section > ul {
  max-width: 920px;
}

.hce-thy26 blockquote {
  background: var(--cream);
  border: 1px solid #efd7a7;
  border-radius: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.45;
  margin: 34px 0;
  padding: clamp(24px, 4vw, 42px);
}

.hce-thy26 blockquote p { margin: 0; }

.hce-thy26__callout,
.hce-thy26__action {
  background: linear-gradient(135deg, #e4f6f3, #f8fcfb);
  border: 1px solid #a9d8d1;
  border-radius: 18px;
  margin-top: 30px;
  padding: clamp(20px, 3vw, 32px);
}

.hce-thy26__callout p:last-child { margin-bottom: 0; }

.hce-thy26__figure,
.hce-thy26__photo {
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(16, 43, 78, 0.07);
  margin: 38px 0;
  overflow: hidden;
  padding: clamp(20px, 3.4vw, 38px);
}

.hce-thy26__figure > figcaption,
.hce-thy26__photo > figcaption {
  color: var(--navy);
  display: block;
  font-size: 0.98rem;
  line-height: 1.5;
  margin-bottom: 22px;
}

.hce-thy26__photo { background: #ffffff; }
.hce-thy26__photo img { border-radius: 14px; }
.hce-thy26__photo > figcaption { margin: 16px 0 0; }

.hce-thy26__limitation {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.55;
  margin: 24px 0 0;
  padding-top: 16px;
}

.hce-thy26__bars { display: grid; gap: 12px; }

.hce-thy26__bar {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(215px, 1.25fr) 3fr 34px;
}

.hce-thy26__bar span { font-weight: 700; }

.hce-thy26__bar i {
  background: linear-gradient(90deg, var(--teal), #46a7a9);
  border-radius: 999px;
  display: block;
  height: 18px;
  width: calc(var(--value) * 18%);
}

.hce-thy26__bar b { color: var(--navy); }

.hce-thy26__accessible {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 22px;
  padding: 12px 16px;
}

.hce-thy26__accessible summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

.hce-thy26 table {
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 14px;
  width: 100%;
}

.hce-thy26 th,
.hce-thy26 td {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.hce-thy26 th {
  background: #eaf4f7;
  color: var(--navy);
}

.hce-thy26__grid {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.hce-thy26__grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hce-thy26__grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.hce-thy26__card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.hce-thy26__card p:last-child { margin-bottom: 0; }
.hce-thy26__card--accent { border-top: 5px solid var(--teal); }

.hce-thy26__flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hce-thy26__flow > div {
  background: #ffffff;
  border: 1px solid #b8ccd9;
  border-radius: 14px;
  min-height: 156px;
  padding: 16px 12px;
  position: relative;
}

.hce-thy26__flow > div:not(:last-child)::after {
  color: var(--amber);
  content: "›";
  font-size: 1.7rem;
  font-weight: 900;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.hce-thy26__flow b,
.hce-thy26__flow span { display: block; }
.hce-thy26__flow b { color: var(--navy); line-height: 1.25; margin-bottom: 8px; }
.hce-thy26__flow span { color: var(--muted); font-size: 0.82rem; line-height: 1.4; }

.hce-thy26__branches {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.hce-thy26__branches span {
  background: var(--cream);
  border: 1px solid #eed5a2;
  border-radius: 12px;
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 12px;
}

.hce-thy26__fish-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hce-thy26__fish-grid > div {
  background: #ffffff;
  border: 1px solid #b8ccd9;
  border-radius: 12px;
  padding: 14px;
}

.hce-thy26__fish-grid b,
.hce-thy26__fish-grid span { display: block; }
.hce-thy26__fish-grid b { color: var(--teal); margin-bottom: 4px; }
.hce-thy26__fish-grid span { color: var(--muted); font-size: 0.87rem; }

.hce-thy26__fish-effect {
  align-items: center;
  background: var(--navy);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-top: 16px;
  padding: 18px;
  text-align: center;
}

.hce-thy26__fish-effect span {
  color: #bfe9e5;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hce-thy26__orbit {
  display: grid;
  gap: 14px;
  grid-template-areas:
    "a hub b"
    "c hub d"
    ". e .";
  grid-template-columns: 1fr minmax(220px, 1.1fr) 1fr;
}

.hce-thy26__hub,
.hce-thy26__node {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 125px;
  padding: 18px;
  text-align: center;
}

.hce-thy26__hub {
  background: var(--navy);
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  grid-area: hub;
}

.hce-thy26__node {
  background: #ffffff;
  border: 1px solid #b8ccd9;
}

.hce-thy26__node b { color: var(--teal); }
.hce-thy26__node span { color: var(--muted); font-size: 0.82rem; line-height: 1.35; }
.hce-thy26__node--a { grid-area: a; }
.hce-thy26__node--b { grid-area: b; }
.hce-thy26__node--c { grid-area: c; }
.hce-thy26__node--d { grid-area: d; }
.hce-thy26__node--e { grid-area: e; }

.hce-thy26__table-wrap { overflow-x: auto; }
.hce-thy26__measure-table { min-width: 920px; }

.hce-thy26__timeline { display: grid; gap: 8px; }

.hce-thy26__timeline > div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1.15fr) repeat(3, minmax(120px, 1fr));
}

.hce-thy26__gantt-head {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.hce-thy26__gantt-head b,
.hce-thy26__gantt-head span { padding: 8px; }

.hce-thy26__timeline > div > span:first-child {
  align-items: center;
  display: flex;
  font-size: 0.87rem;
  font-weight: 700;
}

.hce-thy26__phase {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 8px;
  text-align: center;
}

.hce-thy26__phase--1 { background: #dff4f0; color: #075c60; }
.hce-thy26__phase--2 { background: #dcecf8; color: #174f7d; }
.hce-thy26__phase--3 { background: #fff0ca; color: #7b4a00; }
.hce-thy26__phase--empty { background: #eef2f5; color: #687684; }

.hce-thy26__action {
  display: grid;
  gap: 6px;
  max-width: 920px;
}

.hce-thy26__resources ul { padding-left: 1.25em; }
.hce-thy26__resources li { margin-bottom: 10px; }
.hce-thy26__source-note { color: var(--muted); font-size: 0.91rem; }

.hce-thy26__references ol { padding-left: 1.5em; }
.hce-thy26__references li { margin-bottom: 16px; }
.hce-thy26__references { font-size: 0.9rem; }
.hce-thy26__references h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

@media (max-width: 1020px) {
  .hce-thy26__flow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hce-thy26__flow > div { min-height: 0; }
  .hce-thy26__flow > div::after { display: none; }
  .hce-thy26__grid--three { grid-template-columns: 1fr; }
  .hce-thy26__orbit {
    grid-template-areas:
      "hub hub"
      "a b"
      "c d"
      "e e";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hce-thy26 { font-size: 17px; line-height: 1.68; }
  .hce-thy26__masthead { border-radius: 16px; padding: 22px 18px; }
  .hce-thy26 h1 { font-size: clamp(2rem, 11vw, 3.1rem); }
  .hce-thy26__jump { align-items: stretch; flex-direction: column; }
  .hce-thy26__jump a { text-align: center; }
  .hce-thy26__section { padding: 46px 4px; }
  .hce-thy26__grid--two,
  .hce-thy26__branches,
  .hce-thy26__fish-grid { grid-template-columns: 1fr; }
  .hce-thy26__bar { grid-template-columns: 1fr 36px; gap: 5px 10px; }
  .hce-thy26__bar i { grid-column: 1 / -1; width: calc(var(--value) * 18%); }
  .hce-thy26__flow { grid-template-columns: 1fr; }
  .hce-thy26__orbit {
    grid-template-areas: "hub" "a" "b" "c" "d" "e";
    grid-template-columns: 1fr;
  }
  .hce-thy26__timeline { overflow-x: auto; padding-bottom: 8px; }
  .hce-thy26__timeline > div { min-width: 690px; }
  .hce-thy26__figure,
  .hce-thy26__photo { border-radius: 14px; padding: 18px 14px; }
}

@media print {
  body.postid-5766.hce-thy26-pilot-active .site-header,
  body.postid-5766.hce-thy26-pilot-active .site-footer,
  .hce-thy26__jump { display: none !important; }
  .hce-thy26 { color: #000000; font-size: 11pt; max-width: none; }
  .hce-thy26__masthead,
  .hce-thy26__figure,
  .hce-thy26__photo,
  .hce-thy26__card { box-shadow: none; break-inside: avoid; }
  .hce-thy26 a { color: #000000; }
}
