.hce-bbw26 {
  --ink: #19232b;
  --muted: #4f5d66;
  --plum: #642a57;
  --plum-dark: #3d1535;
  --coral: #d86453;
  --teal: #087b79;
  --gold: #d79a22;
  --cream: #fff9ef;
  --mist: #edf8f6;
  --line: #d9d3ca;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 1560px;
  width: min(96vw, 1560px);
}

.hce-bbw26 * { box-sizing: border-box; }
.hce-bbw26 a { color: #075f6a; text-underline-offset: 3px; }
.hce-bbw26 a:hover { color: var(--plum); }
.hce-bbw26 h1,
.hce-bbw26 h2,
.hce-bbw26 h3 { color: var(--plum-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; margin: 0 0 .55em; }
.hce-bbw26 h1 { font-size: clamp(2.25rem, 5vw, 5.2rem); letter-spacing: -.035em; max-width: 15ch; }
.hce-bbw26 h2 { font-size: clamp(1.85rem, 3.2vw, 3.4rem); letter-spacing: -.025em; max-width: 22ch; }
.hce-bbw26 h3 { font-size: clamp(1.28rem, 2vw, 1.75rem); }
.hce-bbw26 p { max-width: 82ch; }
.hce-bbw26 sup { font-size: .7em; line-height: 0; }

.bbw26-intro {
  background: linear-gradient(125deg, #fff5df 0%, #f7e9ef 52%, #e6f5f3 100%);
  border-bottom: 5px solid var(--plum);
  padding: clamp(2rem, 6vw, 6rem) clamp(1.2rem, 7vw, 8rem);
}
.bbw26-kicker,
.bbw26-eyebrow {
  color: var(--teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bbw26-deck { color: #33434d; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; max-width: 70ch !important; }
.bbw26-boundary { background: #fff; border-left: 6px solid var(--coral); box-shadow: 0 12px 32px rgba(61, 21, 53, .08); margin: 2rem 0; max-width: 82ch; padding: 1.1rem 1.3rem; }
.bbw26-toc { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.bbw26-toc a { background: var(--plum-dark); border-radius: 999px; color: #fff; font-size: .86rem; font-weight: 750; padding: .62rem 1rem; text-decoration: none; }
.bbw26-toc a:hover { background: var(--teal); color: #fff; }

.bbw26-section { padding: clamp(3.2rem, 7vw, 7rem) clamp(1.2rem, 7vw, 8rem); }
.bbw26-section > p,
.bbw26-section > h3,
.bbw26-section > ul { margin-left: auto; margin-right: auto; }
.bbw26-section > h2,
.bbw26-section > .bbw26-eyebrow { margin-left: max(0px, calc((100% - 82ch) / 2)); }
.bbw26-tint { background: var(--cream); }
.bbw26-close { background: var(--plum-dark); color: #fff; }
.bbw26-close h2,
.bbw26-close .bbw26-eyebrow { color: #fff; }

.bbw26-callout { background: var(--mist); border: 1px solid #b8ded9; border-radius: 18px; margin: 2.5rem auto; max-width: 82ch; padding: clamp(1.25rem, 3vw, 2.3rem); }
.bbw26-callout p { font-size: 1.12rem; margin-bottom: 0; }

.bbw26-photo,
.bbw26-figure { margin: clamp(2.8rem, 6vw, 5rem) auto; max-width: 1280px; }
.bbw26-photo img { aspect-ratio: 16/9; border-radius: 22px; box-shadow: 0 24px 60px rgba(25, 35, 43, .16); display: block; object-fit: cover; width: 100%; }
.bbw26-photo figcaption,
.bbw26-figure figcaption { color: var(--muted); font-size: .87rem; line-height: 1.55; margin: 1rem auto 0; max-width: 100ch; }
.bbw26-figure { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 45px rgba(25, 35, 43, .08); overflow: hidden; padding: clamp(1.2rem, 4vw, 3rem); }
.bbw26-figure-head { border-bottom: 1px solid var(--line); margin-bottom: 1.7rem; padding-bottom: 1rem; }
.bbw26-figure-head p { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .12em; margin: 0 0 .4rem; text-transform: uppercase; }
.bbw26-figure-head h3 { margin-bottom: 0; }

.bbw26-bars { display: grid; gap: 1rem; }
.bbw26-bar-row { align-items: center; display: grid; gap: 1rem; grid-template-columns: 9rem 1fr 3.5rem; }
.bbw26-bar-row > div { background: #eee8e2; border-radius: 999px; height: 1.2rem; overflow: hidden; }
.bbw26-bar-row i { background: linear-gradient(90deg, var(--teal), #6bbeb4); border-radius: inherit; display: block; height: 100%; width: var(--value); }
.bbw26-bar-row strong { color: var(--plum-dark); }

.bbw26-flow { display: grid; gap: .8rem; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
.bbw26-flow li { background: var(--mist); border-top: 6px solid var(--teal); min-height: 220px; padding: 1.2rem; position: relative; }
.bbw26-flow li:not(:last-child)::after { color: var(--coral); content: "→"; font-size: 1.7rem; font-weight: 900; position: absolute; right: -.9rem; top: 45%; z-index: 2; }
.bbw26-flow strong,
.bbw26-flow span { display: block; }
.bbw26-flow span { color: var(--muted); font-size: .9rem; margin-top: .7rem; }

.bbw26-fishbone { align-items: stretch; display: grid; gap: 1rem; grid-template-columns: 1fr 1.25fr 1fr; }
.bbw26-fishbone > div { background: #f7f1ec; border-left: 5px solid var(--coral); padding: 1rem; }
.bbw26-fishbone strong,
.bbw26-fishbone span { display: block; }
.bbw26-fishbone span { color: var(--muted); font-size: .9rem; margin-top: .4rem; }
.bbw26-fish-spine { align-items: center; background: var(--plum-dark) !important; border: 0 !important; color: #fff; display: flex; grid-column: 2; grid-row: 1 / span 3; justify-content: center; text-align: center; }
.bbw26-fish-spine span { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }

.bbw26-system { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.bbw26-system div { background: linear-gradient(135deg, var(--mist), #fff); border: 1px solid #b8ded9; border-radius: 16px; padding: 1.3rem; }
.bbw26-system strong,
.bbw26-system span { display: block; }
.bbw26-system strong { color: var(--plum-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.bbw26-system span { color: var(--muted); font-size: .92rem; margin-top: .5rem; }
.bbw26-system > p { background: var(--plum-dark); border-radius: 16px; color: #fff; grid-column: 1 / -1; margin: 0; padding: 1rem 1.3rem; text-align: center; }

.bbw26-table-wrap { overflow-x: auto; }
.bbw26-table-wrap table { border-collapse: collapse; font-size: .88rem; line-height: 1.5; min-width: 900px; width: 100%; }
.bbw26-table-wrap th { background: var(--plum-dark); color: #fff; text-align: left; }
.bbw26-table-wrap th,
.bbw26-table-wrap td { border: 1px solid var(--line); padding: .85rem; vertical-align: top; }
.bbw26-table-wrap tr:nth-child(even) td { background: #f8f6f3; }

.bbw26-gantt { display: grid; font-size: .83rem; grid-template-columns: 1.1fr repeat(3, 1fr); overflow-x: auto; }
.bbw26-gantt > div { border: 1px solid var(--line); min-height: 3.4rem; padding: .7rem; }
.bbw26-gantt .head { background: var(--plum-dark); color: #fff; font-weight: 800; min-width: 145px; text-align: center; }
.bbw26-gantt .label { background: #f1ebe5; color: var(--plum-dark); font-weight: 800; min-width: 160px; }
.bbw26-gantt .active { color: #fff; font-weight: 750; }
.bbw26-gantt .a { background: var(--teal); }
.bbw26-gantt .b { background: var(--coral); }
.bbw26-gantt .c { background: var(--plum); }
.bbw26-gantt .soft { background: #f7e8bd; color: #5a4210; }

.bbw26-sources { background: #f4f2ef; }
.bbw26-sources ol { margin: 2rem auto 0; max-width: 100ch; padding-left: 1.4rem; }
.bbw26-sources li { border-bottom: 1px solid var(--line); font-size: .88rem; margin-bottom: .9rem; padding-bottom: .9rem; }
.bbw26-source-note { background: #fff; border-left: 5px solid var(--teal); padding: 1rem 1.2rem; }

@media (max-width: 900px) {
  .hce-bbw26 { font-size: 17px; width: 100%; }
  .bbw26-intro,
  .bbw26-section { padding-left: 1.15rem; padding-right: 1.15rem; }
  .bbw26-flow { grid-template-columns: 1fr; }
  .bbw26-flow li { min-height: 0; }
  .bbw26-flow li:not(:last-child)::after { bottom: -.9rem; content: "↓"; left: 50%; right: auto; top: auto; }
  .bbw26-fishbone { grid-template-columns: 1fr; }
  .bbw26-fish-spine { grid-column: auto; grid-row: auto; min-height: 100px; }
  .bbw26-system { grid-template-columns: 1fr; }
  .bbw26-system > p { grid-column: auto; }
  .bbw26-bar-row { gap: .55rem; grid-template-columns: 6.6rem 1fr 3rem; }
}

@media print {
  .hce-bbw26 { font-size: 11pt; width: 100%; }
  .bbw26-toc { display: none; }
  .bbw26-section,
  .bbw26-intro { padding: 1.2rem; }
  .bbw26-photo,
  .bbw26-figure { break-inside: avoid; box-shadow: none; }
}
