.hce-nedaw {
  --ink: #16333a;
  --muted: #49646b;
  --teal: #087f83;
  --teal-deep: #056267;
  --coral: #e56f58;
  --gold: #e9b949;
  --sage: #dbe9df;
  --sky: #e8f4f3;
  --cream: #fffaf1;
  --line: #c9dad8;
  --white: #ffffff;
  box-sizing: border-box;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 42px) 72px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.72;
}

.hce-nedaw *,
.hce-nedaw *::before,
.hce-nedaw *::after { box-sizing: inherit; }

.hce-nedaw a { color: var(--teal-deep); text-decoration-thickness: 1.5px; text-underline-offset: .16em; }
.hce-nedaw__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.hce-nedaw a:hover,
.hce-nedaw a:focus-visible { color: #a94636; }
.hce-nedaw :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.hce-nedaw h1,
.hce-nedaw h2,
.hce-nedaw h3 { color: var(--ink); font-weight: 780; letter-spacing: -.025em; line-height: 1.12; }
.hce-nedaw .hce-nedaw__display-title { max-width: 1050px; margin: 16px auto 14px; font-size: clamp(2.2rem, 6vw, 5.25rem); text-wrap: balance; }
.hce-nedaw h2:not(.hce-nedaw__display-title) { margin: 0 0 22px; font-size: clamp(1.75rem, 3.6vw, 3rem); text-wrap: balance; }
.hce-nedaw h3 { margin: 0 0 12px; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.hce-nedaw p { margin: 0 0 1.2em; }

.hce-nedaw__opening { padding-top: 20px; text-align: center; }
.hce-nedaw__hero { margin: 0 auto 30px; max-width: 1200px; }
.hce-nedaw__hero img { display: block; width: 100%; height: auto; border-radius: 28px; box-shadow: 0 20px 48px rgba(22, 51, 58, .14); }
.hce-nedaw__eyebrow,
.hce-nedaw__kicker { margin: 0 0 10px; color: var(--teal-deep); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hce-nedaw__deck { max-width: 920px; margin: 0 auto 22px; color: var(--muted); font-size: clamp(1.15rem, 2.2vw, 1.6rem); line-height: 1.42; text-wrap: balance; }
.hce-nedaw__byline { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; color: var(--muted); font-size: .9rem; }
.hce-nedaw__byline span:not(:last-child)::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 20px; border-radius: 50%; background: var(--coral); vertical-align: middle; }

.hce-nedaw__theme { display: grid; gap: 2px; width: min(100%, 690px); margin: 32px auto; padding: 24px 28px; border: 1px solid var(--line); border-left: 7px solid var(--gold); border-radius: 18px; background: var(--cream); text-align: left; box-shadow: 0 10px 28px rgba(22, 51, 58, .07); }
.hce-nedaw__theme span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hce-nedaw__theme strong { color: var(--teal-deep); font-size: clamp(1.5rem, 3vw, 2.3rem); }
.hce-nedaw__theme p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.hce-nedaw__boardroom { max-width: 980px; margin: 34px auto 4px; padding: clamp(24px, 4vw, 44px); border-radius: 24px; background: linear-gradient(135deg, #edf8f6, #fff8eb); text-align: left; }
.hce-nedaw__boardroom p:last-child { margin-bottom: 0; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.58; }

.hce-nedaw__toc { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 34px auto 12px; padding: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hce-nedaw__toc a { padding: 7px 12px; border-radius: 999px; background: var(--sky); font-size: .83rem; font-weight: 750; text-decoration: none; }

.hce-nedaw__section { margin: 0 calc(clamp(16px, 3vw, 42px) * -1); padding: clamp(56px, 8vw, 92px) clamp(16px, 5vw, 80px); }
.hce-nedaw__section > p,
.hce-nedaw__section > h2,
.hce-nedaw__section > .hce-nedaw__callout,
.hce-nedaw__section > .hce-nedaw__phase-grid { max-width: 920px; margin-left: auto; margin-right: auto; }
.hce-nedaw__section--tint { background: #f3faf8; }

.hce-nedaw__callout { margin-top: 30px; margin-bottom: 42px; padding: 24px 28px; border: 1px solid #f0cfc7; border-left: 7px solid var(--coral); border-radius: 18px; background: #fff7f4; }
.hce-nedaw__callout p:last-child { margin-bottom: 0; }

.hce-nedaw__figure,
.hce-nedaw__supporting { width: min(100%, 1120px); margin: 48px auto 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 14px 36px rgba(22, 51, 58, .08); overflow: hidden; }
.hce-nedaw__figure { padding: clamp(22px, 4vw, 40px); }
.hce-nedaw__figure-head { margin-bottom: 26px; }
.hce-nedaw__figure-head h3 { font-size: clamp(1.35rem, 2.6vw, 2rem); }
.hce-nedaw__figure figcaption,
.hce-nedaw__supporting figcaption { margin-top: 24px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.hce-nedaw__supporting img { display: block; width: 100%; height: auto; }
.hce-nedaw__supporting figcaption { margin: 0; padding: 18px 22px 22px; }
.hce-nedaw__cite { display: inline-block; margin-left: .16em; font-size: .72em; font-weight: 800; text-decoration: none; vertical-align: super; }

.hce-nedaw__bars { display: grid; gap: 22px; }
.hce-nedaw__bar-row { display: grid; grid-template-columns: minmax(220px, 1.3fr) 3fr 56px; gap: 16px; align-items: center; }
.hce-nedaw__bar-row > span { color: var(--muted); font-size: .88rem; line-height: 1.35; }
.hce-nedaw__bar-row > div { height: 22px; border-radius: 999px; background: var(--sky); overflow: hidden; }
.hce-nedaw__bar-row i { display: block; width: var(--value); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #23a4a0); }
.hce-nedaw__bar-row:nth-child(2) i { background: linear-gradient(90deg, var(--coral), #f19775); }
.hce-nedaw__bar-row:nth-child(3) i { background: linear-gradient(90deg, #d99d20, var(--gold)); }

.hce-nedaw__flow { display: grid; grid-template-columns: repeat(6, minmax(150px, 1fr)); gap: 12px; align-items: stretch; }
.hce-nedaw__flow > div { display: grid; align-content: start; gap: 8px; min-height: 170px; padding: 20px; border-top: 6px solid var(--teal); border-radius: 16px; background: var(--sky); }
.hce-nedaw__flow > div:nth-of-type(2n) { border-top-color: var(--coral); background: #fff5f1; }
.hce-nedaw__flow > div:nth-of-type(3n) { border-top-color: var(--gold); background: var(--cream); }
.hce-nedaw__flow span { color: var(--muted); font-size: .8rem; line-height: 1.45; }
.hce-nedaw__flow b { display: none; }

.hce-nedaw__fishbone { position: relative; min-height: 600px; padding: 30px 0; }
.hce-nedaw__fishbone-spine { position: absolute; top: 50%; left: 8%; right: 8%; height: 8px; background: var(--teal); transform: translateY(-50%); }
.hce-nedaw__fishbone-spine::after { content: ""; position: absolute; right: -1px; top: 50%; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-left: 32px solid var(--teal); transform: translateY(-50%); }
.hce-nedaw__fishbone-spine span { position: absolute; right: -2%; top: 50%; width: 240px; padding: 18px; border: 2px solid var(--teal); border-radius: 16px; background: var(--white); font-weight: 800; line-height: 1.3; transform: translate(96%, -50%); }
.hce-nedaw__fishbone ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 220px 24px; margin: 0 22% 0 0; padding: 0; list-style: none; }
.hce-nedaw__fishbone li { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(22, 51, 58, .05); }
.hce-nedaw__fishbone li::after { content: ""; position: absolute; left: 50%; width: 3px; height: 120px; background: var(--coral); transform-origin: bottom; }
.hce-nedaw__fishbone li:nth-child(-n+4)::after { top: 100%; transform: rotate(-22deg); }
.hce-nedaw__fishbone li:nth-child(n+5)::after { bottom: 100%; transform: rotate(22deg); }
.hce-nedaw__fishbone li span { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; line-height: 1.4; }

.hce-nedaw__system { position: relative; display: grid; place-items: center; min-height: 670px; padding: 20px; }
.hce-nedaw__system-hub { z-index: 2; display: grid; place-items: center; gap: 8px; width: 330px; min-height: 190px; padding: 28px; border: 6px solid var(--white); border-radius: 50%; background: var(--teal); color: var(--white); text-align: center; box-shadow: 0 0 0 2px var(--teal), 0 18px 36px rgba(22, 51, 58, .18); }
.hce-nedaw__system-hub strong { color: var(--white); font-size: 1.35rem; line-height: 1.2; }
.hce-nedaw__system-hub span { font-size: .78rem; }
.hce-nedaw__system ul { position: absolute; display: grid; grid-template-columns: repeat(3, minmax(190px, 1fr)); gap: 210px 360px; width: min(100%, 1020px); margin: 0; padding: 0; list-style: none; }
.hce-nedaw__system li { padding: 18px; border: 1px solid var(--line); border-top: 6px solid var(--coral); border-radius: 14px; background: var(--white); text-align: center; box-shadow: 0 9px 24px rgba(22, 51, 58, .06); }
.hce-nedaw__system li:nth-child(2n) { border-top-color: var(--gold); }
.hce-nedaw__system li:nth-child(3n) { border-top-color: var(--teal); }
.hce-nedaw__system li:nth-child(7) { grid-column: 2; }
.hce-nedaw__system li span { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; line-height: 1.4; }

.hce-nedaw__table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.hce-nedaw table { width: 100%; min-width: 860px; border-collapse: collapse; font-size: .82rem; line-height: 1.45; }
.hce-nedaw th { padding: 15px; background: var(--teal); color: var(--white); text-align: left; }
.hce-nedaw td { padding: 15px; border-bottom: 1px solid var(--line); vertical-align: top; }
.hce-nedaw tbody tr:nth-child(even) { background: #f5faf9; }

.hce-nedaw__gantt { display: grid; gap: 8px; }
.hce-nedaw__gantt > div { display: grid; grid-template-columns: minmax(210px, 1.5fr) repeat(3, 1fr); gap: 8px; align-items: center; }
.hce-nedaw__gantt-head span { padding: 10px 8px; color: var(--muted); font-size: .72rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.hce-nedaw__gantt > div strong { font-size: .82rem; line-height: 1.35; }
.hce-nedaw__gantt i { display: block; height: 34px; border-radius: 8px; background: #edf3f2; }
.hce-nedaw__gantt i.is-on { background: linear-gradient(90deg, var(--teal), #36a6a1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.hce-nedaw__gantt > div:nth-child(3n) i.is-on { background: linear-gradient(90deg, var(--coral), #f1a17b); }
.hce-nedaw__gantt > div:nth-child(4n) i.is-on { background: linear-gradient(90deg, #d89e25, var(--gold)); }

.hce-nedaw__phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hce-nedaw__phase-grid article { padding: 24px; border: 1px solid var(--line); border-top: 7px solid var(--teal); border-radius: 18px; background: var(--white); }
.hce-nedaw__phase-grid article:nth-child(2) { border-top-color: var(--coral); }
.hce-nedaw__phase-grid article:nth-child(3) { border-top-color: var(--gold); }
.hce-nedaw__phase-grid ul { margin: 0; padding-left: 1.2em; }
.hce-nedaw__phase-grid li { margin-bottom: .72em; font-size: .86rem; line-height: 1.5; }

.hce-nedaw__close { background: linear-gradient(145deg, #eff9f6, #fff8eb); }
.hce-nedaw__safety { max-width: 920px; margin: 10px auto 0; padding: 26px 30px; border: 2px solid var(--coral); border-radius: 18px; background: #fff8f5; }
.hce-nedaw__safety h2 { font-size: 1.35rem; }
.hce-nedaw__safety p { margin: 0; }
.hce-nedaw__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1040px; margin: 0 auto; }
.hce-nedaw__related-grid a { display: grid; gap: 8px; min-height: 160px; padding: 24px; border: 1px solid var(--line); border-top: 7px solid var(--teal); border-radius: 18px; background: var(--white); text-decoration: none; }
.hce-nedaw__related-grid a:nth-child(2) { border-top-color: var(--coral); }
.hce-nedaw__related-grid a:nth-child(3) { border-top-color: var(--gold); }
.hce-nedaw__related-grid span { color: var(--muted); font-size: .84rem; }
.hce-nedaw__references ol { max-width: 980px; margin: 0 auto; padding-left: 1.5em; }
.hce-nedaw__references li { margin-bottom: 1.05em; padding-left: .25em; font-size: .83rem; line-height: 1.55; }
.hce-nedaw__references li:target { border-radius: 8px; background: #fff2c8; }
.hce-nedaw__resources ul { max-width: 920px; margin: 0 auto; }

@media (max-width: 1080px) {
  .hce-nedaw__flow { grid-template-columns: repeat(3, 1fr); }
  .hce-nedaw__fishbone { min-height: 0; }
  .hce-nedaw__fishbone-spine { position: static; height: auto; margin-bottom: 18px; padding: 20px; border-radius: 14px; background: var(--teal); transform: none; }
  .hce-nedaw__fishbone-spine::after { display: none; }
  .hce-nedaw__fishbone-spine span { position: static; display: block; width: auto; padding: 0; border: 0; background: transparent; color: var(--white); transform: none; }
  .hce-nedaw__fishbone ul { grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; }
  .hce-nedaw__fishbone li::after { display: none; }
  .hce-nedaw__system { display: block; min-height: 0; }
  .hce-nedaw__system-hub { width: auto; min-height: 0; margin-bottom: 20px; border-radius: 18px; }
  .hce-nedaw__system ul { position: static; grid-template-columns: repeat(2, 1fr); gap: 14px; width: auto; }
  .hce-nedaw__system li:nth-child(7) { grid-column: auto; }
}

@media (max-width: 760px) {
  .hce-nedaw { padding-inline: 14px; font-size: 17px; }
  .hce-nedaw__hero img { border-radius: 16px; }
  .hce-nedaw__byline { display: grid; gap: 4px; }
  .hce-nedaw__byline span::after { display: none !important; }
  .hce-nedaw__theme { padding: 20px; }
  .hce-nedaw__toc { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x proximity; }
  .hce-nedaw__toc a { flex: 0 0 auto; scroll-snap-align: start; }
  .hce-nedaw__bar-row { grid-template-columns: 1fr 48px; }
  .hce-nedaw__bar-row > div { grid-column: 1 / -1; grid-row: 2; }
  .hce-nedaw__flow { grid-template-columns: 1fr; }
  .hce-nedaw__flow > div { min-height: 0; }
  .hce-nedaw__fishbone ul,
  .hce-nedaw__system ul,
  .hce-nedaw__phase-grid,
  .hce-nedaw__related-grid { grid-template-columns: 1fr; }
  .hce-nedaw__gantt { min-width: 680px; }
  .hce-nedaw__figure:has(.hce-nedaw__gantt) { overflow-x: auto; }
  .hce-nedaw__section { padding-top: 52px; padding-bottom: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .hce-nedaw *, .hce-nedaw *::before, .hce-nedaw *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .hce-nedaw { width: 100%; max-width: none; color: #111; font-size: 11pt; }
  .hce-nedaw__toc { display: none; }
  .hce-nedaw__section { break-inside: auto; }
  .hce-nedaw__figure, .hce-nedaw__supporting { break-inside: avoid; box-shadow: none; }
  .hce-nedaw a { color: #111; }
}
