:root {
  --hce-pharm-navy: #102f4f;
  --hce-pharm-teal: #087f83;
  --hce-pharm-teal-dark: #075f64;
  --hce-pharm-amber: #c88722;
  --hce-pharm-ink: #182534;
  --hce-pharm-muted: #536475;
  --hce-pharm-line: #c8dbe0;
  --hce-pharm-mint: #edf8f5;
  --hce-pharm-sky: #eaf3f8;
  --hce-pharm-warm: #fff6e5;
  --hce-pharm-white: #ffffff;
}

.hce-pharm26,
.hce-pharm26 * { box-sizing: border-box; }

.hce-pharm26 {
  color: var(--hce-pharm-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.72;
  margin: 0 0 0 50%;
  max-width: none;
  padding: 0 0 72px;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
}

.hce-pharm26 a { color: var(--hce-pharm-teal-dark); text-decoration-thickness: 0.09em; text-underline-offset: 0.14em; }
.hce-pharm26 a:hover,
.hce-pharm26 a:focus-visible { color: var(--hce-pharm-navy); }
.hce-pharm26 :focus-visible { outline: 3px solid var(--hce-pharm-amber); outline-offset: 3px; }
.hce-pharm26 h2,
.hce-pharm26 h3 { color: var(--hce-pharm-navy); letter-spacing: -0.018em; line-height: 1.18; }
.hce-pharm26 h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin: 0 0 24px; }
.hce-pharm26 h3 { font-size: clamp(1.3rem, 2.3vw, 1.75rem); margin: 34px 0 12px; }
.hce-pharm26 p { margin: 0 0 1.2em; }
.hce-pharm26 sup { font-size: 0.7em; line-height: 0; }
.hce-pharm26 sup a { margin-left: 0.14em; }
.hce-pharm26 strong { color: var(--hce-pharm-navy); }

.hce-pharm26__deck {
  background: linear-gradient(115deg, var(--hce-pharm-sky), var(--hce-pharm-white));
  border-left: 7px solid var(--hce-pharm-teal);
  box-shadow: 0 18px 48px rgba(16, 47, 79, 0.1);
  margin: 34px 0 24px;
  padding: clamp(28px, 5vw, 58px);
}
.hce-pharm26__eyebrow,
.hce-pharm26__kicker,
.hce-pharm26__visual-type {
  color: var(--hce-pharm-teal-dark);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hce-pharm26__lede { color: var(--hce-pharm-navy); font-size: clamp(1.45rem, 3vw, 2.35rem); font-weight: 720; line-height: 1.27; max-width: 920px; }
.hce-pharm26__meta { display: flex; flex-wrap: wrap; gap: 9px; }
.hce-pharm26__meta span { background: var(--hce-pharm-white); border: 1px solid var(--hce-pharm-line); border-radius: 999px; color: var(--hce-pharm-navy); font-size: 0.84rem; font-weight: 700; padding: 7px 12px; }

.hce-pharm26__callout { background: var(--hce-pharm-warm); border: 1px solid #e6c67c; border-radius: 18px; margin: 30px 0; padding: clamp(24px, 4vw, 46px); }
.hce-pharm26__callout h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.hce-pharm26__callout p:last-child { margin-bottom: 0; }

.hce-pharm26__jump { background: var(--hce-pharm-navy); border-radius: 16px; display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 64px; padding: 16px; }
.hce-pharm26__jump a { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.28); border-radius: 9px; color: var(--hce-pharm-white); font-size: 0.9rem; font-weight: 700; padding: 10px 13px; text-decoration: none; }
.hce-pharm26__jump a:hover,
.hce-pharm26__jump a:focus-visible { background: var(--hce-pharm-white); color: var(--hce-pharm-navy); }

.hce-pharm26__section { margin: 0 auto 76px; max-width: 930px; scroll-margin-top: 24px; }
.hce-pharm26__section > p:not(.hce-pharm26__kicker),
.hce-pharm26__section > h3,
.hce-pharm26__section > .hce-pharm26__decision,
.hce-pharm26__section > .hce-pharm26__evidence-grid,
.hce-pharm26__section > .hce-pharm26__commitment { margin-left: auto; margin-right: auto; max-width: 790px; }
.hce-pharm26__kicker { margin-bottom: 10px; }

.hce-pharm26__decision,
.hce-pharm26__commitment { background: var(--hce-pharm-mint); border-radius: 12px; border-top: 5px solid var(--hce-pharm-teal); margin-top: 34px; padding: 20px 26px 24px; }
.hce-pharm26__decision h3,
.hce-pharm26__commitment h3 { margin-top: 0; }
.hce-pharm26__decision ul { margin-bottom: 0; padding-left: 1.15em; }
.hce-pharm26__decision li + li { margin-top: 8px; }

.hce-pharm26__photo,
.hce-pharm26__visual { margin: 62px 0 78px; }
.hce-pharm26__photo img { background: var(--hce-pharm-sky); border-radius: 18px; box-shadow: 0 18px 48px rgba(16, 47, 79, 0.14); display: block; height: auto; object-fit: contain; width: 100%; }
.hce-pharm26 figcaption { color: var(--hce-pharm-muted); font-size: 0.87rem; line-height: 1.55; margin: 14px auto 0; max-width: 930px; }

.hce-pharm26__visual { background: var(--hce-pharm-white); border: 1px solid var(--hce-pharm-line); border-radius: 20px; box-shadow: 0 18px 50px rgba(16,47,79,0.08); overflow: hidden; padding: clamp(22px, 4vw, 44px); }
.hce-pharm26__visual-head { border-bottom: 1px solid var(--hce-pharm-line); margin-bottom: 28px; padding-bottom: 18px; }
.hce-pharm26__visual-head h3 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin: 0; }
.hce-pharm26__visual-type { margin-bottom: 4px; }
.hce-pharm26__visual figcaption { border-top: 1px solid var(--hce-pharm-line); margin-top: 28px; max-width: none; padding-top: 18px; }

.hce-pharm26__flow { counter-reset: flow; display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.hce-pharm26__flow li { align-content: start; align-items: center; background: var(--hce-pharm-mint); border: 1px solid var(--hce-pharm-line); border-radius: 12px; column-gap: 12px; display: grid; grid-template-columns: 38px minmax(0, 1fr); min-height: 150px; padding: 18px; }
.hce-pharm26__flow li::before { align-items: center; align-self: start; background: var(--hce-pharm-teal); border-radius: 999px; color: var(--hce-pharm-white); content: counter(flow); counter-increment: flow; display: flex; font-size: 0.8rem; font-weight: 800; grid-column: 1; grid-row: 1; height: 38px; justify-content: center; width: 38px; }
.hce-pharm26__flow strong { display: block; grid-column: 2; grid-row: 1; }
.hce-pharm26__flow span { color: var(--hce-pharm-muted); display: block; font-size: 0.84rem; grid-column: 2; grid-row: 2; line-height: 1.4; margin-top: 5px; }

.hce-pharm26__bars { display: grid; gap: 16px; }
.hce-pharm26__bar-row { align-items: center; display: grid; gap: 12px; grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1.6fr); }
.hce-pharm26__bar-row strong { font-size: 0.88rem; line-height: 1.35; }
.hce-pharm26__bar-row span { background: linear-gradient(90deg, var(--hce-pharm-teal), #2f9ba0); border-radius: 7px; color: var(--hce-pharm-white); display: block; font-size: 0.82rem; font-weight: 800; min-width: 4.8rem; padding: 9px 12px; width: var(--value); }

.hce-pharm26 table { border-collapse: collapse; font-size: 0.82rem; line-height: 1.4; margin-top: 28px; width: 100%; }
.hce-pharm26 caption { color: var(--hce-pharm-muted); font-weight: 700; margin-bottom: 8px; text-align: left; }
.hce-pharm26 th { background: var(--hce-pharm-navy); color: var(--hce-pharm-white); font-weight: 750; text-align: left; }
.hce-pharm26 th,
.hce-pharm26 td { border: 1px solid var(--hce-pharm-line); padding: 11px 12px; vertical-align: top; }
.hce-pharm26 tbody tr:nth-child(even) { background: var(--hce-pharm-mint); }

.hce-pharm26__evidence-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 30px; }
.hce-pharm26__evidence-grid article { background: var(--hce-pharm-sky); border-radius: 14px; padding: 20px; }
.hce-pharm26__evidence-grid h3 { font-size: 1.2rem; margin: 0 0 10px; }
.hce-pharm26__evidence-grid p { font-size: 0.91rem; line-height: 1.6; margin: 0; }

.hce-pharm26__fishbone { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.hce-pharm26__fishbone div { background: var(--hce-pharm-mint); border-left: 5px solid var(--hce-pharm-teal); border-radius: 8px; min-height: 112px; padding: 15px; }
.hce-pharm26__fishbone strong,
.hce-pharm26__fishbone span { display: block; }
.hce-pharm26__fishbone span { color: var(--hce-pharm-muted); font-size: 0.8rem; line-height: 1.4; margin-top: 5px; }
.hce-pharm26__fishbone > p { align-items: center; background: var(--hce-pharm-warm); border: 2px solid var(--hce-pharm-amber); border-radius: 12px; display: flex; flex-direction: column; grid-column: 1 / -1; justify-content: center; margin: 8px auto 0; min-height: 95px; padding: 14px; text-align: center; width: min(100%, 460px); }
.hce-pharm26__fishbone > p span { color: var(--hce-pharm-muted); font-size: 0.85rem; }

.hce-pharm26__system { display: grid; gap: 20px; }
.hce-pharm26__system > p { background: var(--hce-pharm-navy); border-radius: 16px; color: var(--hce-pharm-white); margin: 0 auto; max-width: 560px; padding: 26px; text-align: center; }
.hce-pharm26__system > p strong { color: var(--hce-pharm-white); display: block; font-size: 1.35rem; }
.hce-pharm26__system > p span { display: block; font-size: 0.82rem; opacity: 0.88; }
.hce-pharm26__system ul { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; margin: 0; padding: 0; }
.hce-pharm26__system li { background: var(--hce-pharm-mint); border: 1px solid var(--hce-pharm-line); border-radius: 10px; color: var(--hce-pharm-navy); font-size: 0.9rem; font-weight: 700; padding: 14px; text-align: center; }

.hce-pharm26__table-wrap { overflow-x: auto; }
.hce-pharm26__table-wrap table { min-width: 760px; }

.hce-pharm26__gantt { display: grid; font-size: 0.79rem; gap: 6px; }
.hce-pharm26__gantt > div { display: grid; gap: 6px; grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr)); }
.hce-pharm26__gantt span,
.hce-pharm26__gantt strong { border-radius: 6px; display: block; padding: 9px; }
.hce-pharm26__gantt strong { background: var(--hce-pharm-sky); }
.hce-pharm26__gantt-head { font-weight: 800; }
.hce-pharm26__gantt-head span { background: var(--hce-pharm-navy); color: var(--hce-pharm-white); }
.hce-pharm26__gantt .is-on { background: var(--hce-pharm-teal); color: var(--hce-pharm-white); font-weight: 700; text-align: center; }

.hce-pharm26__section--close { background: linear-gradient(135deg, var(--hce-pharm-sky), var(--hce-pharm-mint)); border-radius: 20px; max-width: 1030px; padding: clamp(28px, 5vw, 58px); }
.hce-pharm26__commitment { background: var(--hce-pharm-white); }

.hce-pharm26__related { border-top: 1px solid var(--hce-pharm-line); margin-top: 70px; padding-top: 44px; }
.hce-pharm26__related-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hce-pharm26__related-grid a { background: var(--hce-pharm-warm); border: 1px solid #e6c67c; border-radius: 14px; color: var(--hce-pharm-ink); padding: 22px; text-decoration: none; }
.hce-pharm26__related-grid a:hover,
.hce-pharm26__related-grid a:focus-visible { background: var(--hce-pharm-white); border-color: var(--hce-pharm-teal); }
.hce-pharm26__related-grid strong,
.hce-pharm26__related-grid span { display: block; }
.hce-pharm26__related-grid span { color: var(--hce-pharm-muted); font-size: 0.86rem; line-height: 1.5; margin-top: 8px; }

.hce-pharm26__references { border-top: 5px solid var(--hce-pharm-navy); margin-top: 78px; padding-top: 42px; scroll-margin-top: 24px; }
.hce-pharm26__references h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.hce-pharm26__source-note { background: var(--hce-pharm-mint); border-left: 4px solid var(--hce-pharm-teal); font-size: 0.9rem; max-width: 900px; padding: 14px 18px; }
.hce-pharm26__references ol { font-size: 0.82rem; line-height: 1.5; padding-left: 1.5em; }
.hce-pharm26__references li { margin-bottom: 12px; padding-left: 5px; scroll-margin-top: 24px; }

@media (max-width: 760px) {
  .hce-pharm26 { font-size: 17px; margin-left: 0; transform: none; width: 100%; }
  .hce-pharm26__jump,
  .hce-pharm26__flow,
  .hce-pharm26__evidence-grid,
  .hce-pharm26__fishbone,
  .hce-pharm26__system ul,
  .hce-pharm26__related-grid { grid-template-columns: 1fr; }
  .hce-pharm26__flow li { min-height: 0; }
  .hce-pharm26__visual { border-radius: 14px; padding: 20px 14px; }
  .hce-pharm26__bar-row { grid-template-columns: 1fr; }
  .hce-pharm26__bar-row span { min-width: 5.2rem; width: max(5.2rem, var(--value)); }
  .hce-pharm26__gantt { overflow-x: auto; }
  .hce-pharm26__gantt > div { min-width: 690px; }
  .hce-pharm26__photo,
  .hce-pharm26__visual { margin: 42px 0 56px; }
}

@media print {
  .hce-pharm26 { margin: 0; transform: none; width: 100%; }
  .hce-pharm26__jump { display: none; }
  .hce-pharm26__visual,
  .hce-pharm26__photo img { box-shadow: none; break-inside: avoid; }
}
