:root {
  --hce-wld-navy: #18364d;
  --hce-wld-teal: #0d7275;
  --hce-wld-teal-deep: #07585c;
  --hce-wld-clay: #a44e3f;
  --hce-wld-gold: #bd8428;
  --hce-wld-ink: #263846;
  --hce-wld-muted: #586873;
  --hce-wld-line: #d4dee2;
  --hce-wld-mist: #edf6f4;
  --hce-wld-sand: #fff6e6;
  --hce-wld-rose: #f8eeeb;
  --hce-wld-white: #ffffff;
}

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

.hce-wld26r {
  color: var(--hce-wld-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 76px;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
}

.hce-wld26r a {
  color: var(--hce-wld-teal-deep);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.15em;
}

.hce-wld26r a:hover,
.hce-wld26r a:focus-visible { color: var(--hce-wld-clay); }
.hce-wld26r :focus-visible { outline: 3px solid var(--hce-wld-gold); outline-offset: 3px; }
.hce-wld26r strong { color: var(--hce-wld-navy); }
.hce-wld26r p { margin: 0 0 1.25em; }
.hce-wld26r sup { font-size: 0.69em; line-height: 0; }
.hce-wld26r sup a { font-weight: 800; margin-left: 0.14em; text-decoration: none; }
.hce-wld26r h2,
.hce-wld26r h3,
.hce-wld26r h4 { color: var(--hce-wld-navy); letter-spacing: -0.018em; line-height: 1.18; }
.hce-wld26r h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin: 0 0 24px; }
.hce-wld26r h3 { font-size: clamp(1.55rem, 2.8vw, 2.25rem); margin: 0; }

.hce-wld26r > section {
  margin: 0 auto 78px;
  max-width: 930px;
  scroll-margin-top: 24px;
}

.hce-wld26r__intro {
  background:
    linear-gradient(112deg, rgba(24,54,77,0.97), rgba(13,114,117,0.91)),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,0.2), transparent 36%);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 24px 56px rgba(24,54,77,0.2);
  color: var(--hce-wld-white);
  margin: 0 0 34px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 68px);
  position: relative;
}

.hce-wld26r__intro::after {
  background: var(--hce-wld-gold);
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 42%;
}

.hce-wld26r__eyebrow,
.hce-wld26r__visual-kicker,
.hce-wld26r__brief-label {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-wld26r__eyebrow { color: #c9eeee; margin-bottom: 12px; }
.hce-wld26r__dek {
  color: var(--hce-wld-white);
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  font-weight: 720;
  line-height: 1.27;
  max-width: 960px;
}

.hce-wld26r__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hce-wld26r__meta span {
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.33);
  border-radius: 999px;
  color: var(--hce-wld-white);
  font-size: 0.82rem;
  padding: 7px 12px;
}
.hce-wld26r__meta strong { color: var(--hce-wld-white); }

.hce-wld26r__brief {
  background: var(--hce-wld-sand);
  border: 1px solid #e6cc97;
  border-left: 7px solid var(--hce-wld-gold);
  border-radius: 16px;
  margin: 0 auto 70px;
  max-width: 980px;
  padding: clamp(24px, 4vw, 42px);
}
.hce-wld26r__brief-label { color: #765515; margin-bottom: 8px; }
.hce-wld26r__brief > p:nth-child(2) { font-size: 1.16rem; }
.hce-wld26r__brief ul { margin-bottom: 0; padding-left: 1.2em; }
.hce-wld26r__brief li + li { margin-top: 9px; }

.hce-wld26r__visual,
.hce-wld26r__photo { margin: 64px 0 80px; }
.hce-wld26r__visual {
  background: var(--hce-wld-white);
  border: 1px solid var(--hce-wld-line);
  border-radius: 22px;
  box-shadow: 0 20px 52px rgba(24,54,77,0.09);
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
}
.hce-wld26r__visual-head {
  border-bottom: 1px solid var(--hce-wld-line);
  margin-bottom: 28px;
  padding-bottom: 18px;
}
.hce-wld26r__visual-kicker { color: var(--hce-wld-teal); margin-bottom: 5px; }
.hce-wld26r__visual figcaption {
  border-top: 1px solid var(--hce-wld-line);
  margin-top: 28px;
  max-width: none;
  padding-top: 18px;
}
.hce-wld26r figcaption {
  color: var(--hce-wld-muted);
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 14px auto 0;
  max-width: 930px;
}

.hce-wld26r__metric-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hce-wld26r__metric {
  background: linear-gradient(160deg, var(--hce-wld-mist), var(--hce-wld-white));
  border: 1px solid #c9dfdc;
  border-radius: 14px;
  min-height: 242px;
  padding: 22px 18px;
}
.hce-wld26r__metric strong { color: var(--hce-wld-teal-deep); display: block; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.08; }
.hce-wld26r__metric span { display: block; font-size: 0.88rem; font-weight: 720; line-height: 1.45; margin-top: 14px; }
.hce-wld26r__metric small { color: var(--hce-wld-muted); display: block; font-size: 0.74rem; line-height: 1.45; margin-top: 12px; }

.hce-wld26r__flow-row {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
}
.hce-wld26r__flow-row > div {
  background: var(--hce-wld-mist);
  border: 1px solid #c5dcda;
  border-radius: 12px;
  padding: 17px;
}
.hce-wld26r__flow-row strong,
.hce-wld26r__flow-row span { display: block; }
.hce-wld26r__flow-row strong { color: var(--hce-wld-teal-deep); }
.hce-wld26r__flow-row span { color: var(--hce-wld-muted); font-size: 0.76rem; line-height: 1.45; margin-top: 6px; }
.hce-wld26r__flow-row i { align-self: center; color: var(--hce-wld-clay); font-size: 1.4rem; font-style: normal; font-weight: 850; }

.hce-wld26r__photo img {
  background: var(--hce-wld-mist);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(24,54,77,0.14);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hce-wld26r__system-grid { display: grid; gap: 22px; grid-template-columns: 0.9fr 1.7fr; }
.hce-wld26r__system-core {
  align-content: center;
  background: var(--hce-wld-navy);
  border-radius: 18px;
  color: var(--hce-wld-white);
  display: grid;
  gap: 8px;
  padding: 28px;
}
.hce-wld26r__system-core strong { color: var(--hce-wld-white); font-size: 1.25rem; }
.hce-wld26r__system-core span { border-top: 1px solid rgba(255,255,255,0.24); font-size: 0.82rem; padding-top: 8px; }
.hce-wld26r__setting-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.hce-wld26r__setting-grid > div { background: var(--hce-wld-mist); border: 1px solid #c8dfdc; border-radius: 10px; padding: 16px; }
.hce-wld26r__setting-grid strong,
.hce-wld26r__setting-grid span { display: block; }
.hce-wld26r__setting-grid span { color: var(--hce-wld-muted); font-size: 0.79rem; line-height: 1.4; margin-top: 3px; }

.hce-wld26r__fishbone-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.hce-wld26r__fishbone-grid > div { background: var(--hce-wld-rose); border-top: 5px solid var(--hce-wld-clay); border-radius: 10px; min-height: 132px; padding: 17px; }
.hce-wld26r__fishbone-grid strong,
.hce-wld26r__fishbone-grid span { display: block; }
.hce-wld26r__fishbone-grid span { color: var(--hce-wld-muted); font-size: 0.79rem; line-height: 1.42; margin-top: 6px; }
.hce-wld26r__fishbone-spine { background: var(--hce-wld-sand); border: 2px solid var(--hce-wld-gold); border-radius: 999px; color: var(--hce-wld-navy); font-weight: 800; margin: 20px auto 0; max-width: 540px; padding: 13px 22px; text-align: center; }

.hce-wld26r__table-wrap { overflow-x: auto; }
.hce-wld26r table { border-collapse: collapse; font-size: 0.8rem; line-height: 1.45; min-width: 850px; width: 100%; }
.hce-wld26r th { background: var(--hce-wld-navy); color: var(--hce-wld-white); font-weight: 780; text-align: left; }
.hce-wld26r th,
.hce-wld26r td { border: 1px solid var(--hce-wld-line); padding: 12px; vertical-align: top; }
.hce-wld26r tbody tr:nth-child(even) { background: var(--hce-wld-mist); }

.hce-wld26r__scorecard-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.hce-wld26r__scorecard-grid > div { border: 1px solid var(--hce-wld-line); border-left: 6px solid var(--hce-wld-teal); border-radius: 10px; padding: 17px; }
.hce-wld26r__scorecard-grid strong,
.hce-wld26r__scorecard-grid span { display: block; }
.hce-wld26r__scorecard-grid span { color: var(--hce-wld-muted); font-size: 0.8rem; line-height: 1.42; margin-top: 6px; }
.hce-wld26r__scorecard-grid span + span { border-top: 1px solid var(--hce-wld-line); padding-top: 6px; }

.hce-wld26r__timeline-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.hce-wld26r__timeline-grid > div { background: linear-gradient(180deg, var(--hce-wld-sand), var(--hce-wld-white)); border: 1px solid #e5d0a7; border-radius: 14px; padding: 21px; }
.hce-wld26r__timeline-grid > div > strong { color: var(--hce-wld-teal-deep); display: block; font-size: 0.83rem; letter-spacing: 0.04em; text-transform: uppercase; }
.hce-wld26r__timeline-grid ul { font-size: 0.8rem; line-height: 1.5; margin-bottom: 0; padding-left: 1.08em; }
.hce-wld26r__timeline-grid li + li { margin-top: 7px; }

.hce-wld26r__related {
  background: linear-gradient(125deg, var(--hce-wld-navy), #225b67);
  border-radius: 22px;
  margin: 0 auto 78px;
  max-width: 1040px;
  padding: clamp(28px, 5vw, 48px);
}
.hce-wld26r__related h2 { color: var(--hce-wld-white); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.hce-wld26r__related-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.hce-wld26r__related-grid a { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.27); border-radius: 12px; color: var(--hce-wld-white); padding: 18px; text-decoration: none; }
.hce-wld26r__related-grid a:hover,
.hce-wld26r__related-grid a:focus-visible { background: var(--hce-wld-white); color: var(--hce-wld-navy); }
.hce-wld26r__related-grid strong,
.hce-wld26r__related-grid span { color: inherit; display: block; }
.hce-wld26r__related-grid span { font-size: 0.78rem; line-height: 1.4; margin-top: 6px; }

.hce-wld26r > .hce-wld26r__references { border-top: 6px solid var(--hce-wld-teal); margin-top: 80px; max-width: 1000px; padding-top: 42px; }
.hce-wld26r__references h2 { font-size: clamp(1.85rem, 3.5vw, 2.75rem); }
.hce-wld26r__reference-note { background: var(--hce-wld-mist); border-left: 5px solid var(--hce-wld-teal); font-size: 0.88rem; padding: 14px 18px; }
.hce-wld26r__references ol { font-size: 0.8rem; line-height: 1.52; padding-left: 1.55em; }
.hce-wld26r__references li { margin-bottom: 13px; padding-left: 5px; scroll-margin-top: 24px; }

@media (max-width: 980px) {
  .hce-wld26r__metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hce-wld26r__flow-row { grid-template-columns: 1fr; }
  .hce-wld26r__flow-row i { justify-self: center; transform: rotate(90deg); }
}

@media (max-width: 760px) {
  .hce-wld26r { font-size: 17px; margin-left: 0; transform: none; width: 100%; }
  .hce-wld26r__intro { border-radius: 0 0 18px 18px; padding: 30px 20px; }
  .hce-wld26r__meta { align-items: stretch; flex-direction: column; }
  .hce-wld26r__meta span { border-radius: 9px; }
  .hce-wld26r__metric-grid,
  .hce-wld26r__setting-grid,
  .hce-wld26r__fishbone-grid,
  .hce-wld26r__scorecard-grid,
  .hce-wld26r__timeline-grid,
  .hce-wld26r__related-grid { grid-template-columns: 1fr; }
  .hce-wld26r__system-grid { grid-template-columns: 1fr; }
  .hce-wld26r__metric { min-height: 0; }
  .hce-wld26r__visual { border-radius: 14px; padding: 21px 14px; }
  .hce-wld26r__visual,
  .hce-wld26r__photo { margin: 44px 0 58px; }
  .hce-wld26r > section { margin-bottom: 60px; }
}

@media print {
  .hce-wld26r { margin: 0; transform: none; width: 100%; }
  .hce-wld26r__visual,
  .hce-wld26r__photo img { break-inside: avoid; box-shadow: none; }
  .hce-wld26r__related { background: var(--hce-wld-white); border: 2px solid var(--hce-wld-navy); }
  .hce-wld26r__related h2,
  .hce-wld26r__related-grid a { color: var(--hce-wld-navy); }
}
